

#stuck_container {
	
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
}

.isStuck {
	
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
	box-shadow: 5px 1px 5px rgba(0,0,0,0.5);
}
.isStuck .menuBox {
	margin: 0;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media only screen and (max-width: 979px) {

	#stuck_container {
		position: relative !important;
		box-shadow: none;
		
	}
	.pseudoStickyBlock {
		height: 0 !important;
	}

	.isStuck {
    background-color: #fff;
    padding: 10px 0 !important;
}
}

@media only screen and (max-width: 767px) {

	.isStuck {    
		padding: 30px 0 !important;

}
}


 /**************************
*
*	GENERAL
*
**************************/


.slider_wrapper {
	padding-top: 25px;
	position: relative;
	text-align: left;
}

.camera_target_content {
	overflow: hidden !important;

}

.camera_wrap {
	display: none;
	position: relative;
	overflow: visible !important;
	z-index: 0;
	margin-bottom: 0 !important;
}


.camera_wrap img {
	max-width: 10000px;
}

.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
}

.camera_src {
	display: none;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.camera_target_content .camera_link {
    background: url(../images/blank.gif);
	display: block;
	height: 100%;
	text-decoration: none;
}
.camera_loader {
    background: #fff url(../images/camera-loader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(../images/camera-loader.gif) no-repeat center;
	border: 1px solid #ffffff;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}

.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}
.camerarelative {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.camera_commands > .camera_stop {
	display: none;	
}


.slide_wrapper .camera_prev{
	background: url(../images/prevnext_bg.png) 0 0 repeat;
	width: 70px;	
	top: 0 !important;
	height: auto !important;
	bottom: 0;
	left: -80px;
	display: block;
	position: absolute;
	opacity: 1 !important;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.slide_wrapper .camera_prev>span {
	background: url(../images/prev.png) center 0 no-repeat;
	top: 50%;
		
	margin-top: -10px;
	position: absolute;
	display: block;
	height: 20px;
	left: 0;
	right: 0;
}

.slide_wrapper .camera_next>span {
	background: url(../images/next.png) center 0 no-repeat;
	top: 50%;
	margin-top: -10px;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	height: 20px;
}



.slide_wrapper .camera_next {
	background: url(../images/prevnext_bg.png) 0 0 repeat;
	width: 70px;	
	top: 0  !important;
	bottom: 0;
	height: auto !important;

	right: -80px;
	display: block;
	position: absolute;
	opacity: 1 !important;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.camera_thumbs_cont {
	z-index: 900;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}


.camera_thumbs_cont > div {
	float: left;
	width: 100%;

}
.camera_thumbs_cont ul {
	background: url(../images/thumb_bg.png) 0 0 repeat;
	overflow: hidden;
	position: relative;
	width: 100% !important;
	margin: 0 !important;
	margin-left: 0px !important;
	left: 0% !important;
	margin-top: 0px !important;
	text-align: center;
	padding: 10px 0 10px;
}
.camera_thumbs_cont ul li {
	background-color: transparent;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.camera_thumbs_cont ul li+li  {
	margin-left: 11px !important;
}
.camera_thumbs_cont ul li > img {
	cursor: pointer;
	opacity: 1 !important;
	vertical-align:bottom;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}





.camera_thumbs_cont ul li:hover, .camera_thumbs_cont ul li.cameracurrent {
	opacity: 0.5;
}
.camera_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
	text-align: right;
}

.camera_caption {
	bottom: 0;
	display: block;
	position: absolute;
	width: 100%;
}
.camera_caption > div {
	padding: 10px 20px;
}
.camera_caption {
	color: #fff;
}
.camera_caption > div {
	background: #000;
	background: rgba(0, 0, 0, 0.8);
    font-size: 1.75em;
    line-height: 1em;
    padding-left: 0.5em;
}
.camera_caption > div em {
	font-weight: bold;
	color: #fedd00;
}
.caption {
	position: absolute;
	text-align: left;
	left: 0px;
	right: 0;
	bottom: 152px;
	color: #fff;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


.caption a {
	font: 600 15px/20px 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	background-color: #ffd400;
	padding: 14px 20px 16px;
}

.caption a:hover {
	background-color: #363f45;
}

/**************************
*
*	COLORS & SKINS
*
**************************/




.camera_pag  {
	display: block;
	position: absolute;
	bottom: 14px;
	right: 14px;
	overflow: hidden;
	z-index: 999;
	text-align: left;

}

.camera_pag_ul {
 	overflow: hidden;


}

.camera_pag ul li {
	float: left;
}

.camera_pag ul li+li {
	margin-left: 8px;
}

.camera_pag ul li+li+li {
	margin-left: 7px;
}

.camera_pag ul li span {
	background: url(../images/pagination.png) right 0 no-repeat;
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	color: transparent;
	text-indent: -100px;
}

.camera_pag ul li:hover span, .camera_pag ul li.cameracurrent span {
	cursor: pointer;
	background-position: 0 0;
}


/*

.camera_prev, .camera_next {
	display: block;
	position: absolute;
	width: 14px;
	height: 25px;
	right: 58px;
	color: #cdcdce;
	cursor: pointer;
	bottom: 30px;
	z-index: 999;
	background: url(../images/prevnext.png) 0 0 no-repeat;
	
}

.camera_next {
	right: 31px;
	background-position: right bottom;
}

.camera_prev:hover {
	background-position: 0 bottom;
}

.camera_next:hover  {
	background-position: right 0;
}



*/


@media (max-width: 767px) {
	.camera_caption > div {
		font-size: 1em;
	}
}
@media (max-width: 479px) {
	.camera_pag {
		display: none;
	}
	.camera_caption > div {
		font-size: 1em;
	}
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.container .alpha {
  margin-left: 0px;
}
.container .omega {
  margin-right: 0px;
}
.row {
  margin-left: -30px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="grid_"] {
  float: left;
  min-height: 1px;
  margin-left: 30px;
}
.container {
  width: 1170px;
}
.grid_12 {
  width: 1170px;
}
.grid_11 {
  width: 1070px;
}
.grid_10 {
  width: 970px;
}
.grid_9 {
  width: 870px;
}
.grid_8 {
  width: 770px;
}
.grid_7 {
  width: 670px;
}
.grid_6 {
  width: 570px;
}
.grid_5 {
  width: 470px;
}
.grid_4 {
  width: 370px;
}
.grid_3 {
  width: 270px;
}
.grid_2 {
  width: 170px;
}
.grid_1 {
  width: 70px;
}
.preffix_12 {
  margin-left: 1230px;
}
.preffix_11 {
  margin-left: 1130px;
}
.preffix_10 {
  margin-left: 1030px;
}
.preffix_9 {
  margin-left: 930px;
}
.preffix_8 {
  margin-left: 830px;
}
.preffix_7 {
  margin-left: 730px;
}
.preffix_6 {
  margin-left: 630px;
}
.preffix_5 {
  margin-left: 530px;
}
.preffix_4 {
  margin-left: 430px;
}
.preffix_3 {
  margin-left: 330px;
}
.preffix_2 {
  margin-left: 230px;
}
.preffix_1 {
  margin-left: 130px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="grid_"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container {
    width: 940px;
  }
  .grid_12 {
    width: 940px;
  }
  .grid_11 {
    width: 860px;
  }
  .grid_10 {
    width: 780px;
  }
  .grid_9 {
    width: 700px;
  }
  .grid_8 {
    width: 620px;
  }
  .grid_7 {
    width: 540px;
  }
  .grid_6 {
    width: 460px;
  }
  .grid_5 {
    width: 380px;
  }
  .grid_4 {
    width: 300px;
  }
  .grid_3 {
    width: 220px;
  }
  .grid_2 {
    width: 140px;
  }
  .grid_1 {
    width: 60px;
  }
  .preffix_12 {
    margin-left: 980px;
  }
  .preffix_11 {
    margin-left: 900px;
  }
  .preffix_10 {
    margin-left: 820px;
  }
  .preffix_9 {
    margin-left: 740px;
  }
  .preffix_8 {
    margin-left: 660px;
  }
  .preffix_7 {
    margin-left: 580px;
  }
  .preffix_6 {
    margin-left: 500px;
  }
  .preffix_5 {
    margin-left: 420px;
  }
  .preffix_4 {
    margin-left: 340px;
  }
  .preffix_3 {
    margin-left: 260px;
  }
  .preffix_2 {
    margin-left: 180px;
  }
  .preffix_1 {
    margin-left: 100px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="grid_"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container {
    width: 748px;
  }
  .grid_12 {
    width: 748px;
  }
  .grid_11 {
    width: 684px;
  }
  .grid_10 {
    width: 620px;
  }
  .grid_9 {
    width: 556px;
  }
  .grid_8 {
    width: 492px;
  }
  .grid_7 {
    width: 428px;
  }
  .grid_6 {
    width: 364px;
  }
  .grid_5 {
    width: 300px;
  }
  .grid_4 {
    width: 236px;
  }
  .grid_3 {
    width: 172px;
  }
  .grid_2 {
    width: 108px;
  }
  .grid_1 {
    width: 44px;
  }
  .preffix_12 {
    margin-left: 788px;
  }
  .preffix_11 {
    margin-left: 724px;
  }
  .preffix_10 {
    margin-left: 660px;
  }
  .preffix_9 {
    margin-left: 596px;
  }
  .preffix_8 {
    margin-left: 532px;
  }
  .preffix_7 {
    margin-left: 468px;
  }
  .preffix_6 {
    margin-left: 404px;
  }
  .preffix_5 {
    margin-left: 340px;
  }
  .preffix_4 {
    margin-left: 276px;
  }
  .preffix_3 {
    margin-left: 212px;
  }
  .preffix_2 {
    margin-left: 148px;
  }
  .preffix_1 {
    margin-left: 84px;
  }
}
.select-menu {
  display: none !important;
}
@media (max-width: 767px) {
  .container {
    width: 420px;
    padding: 0 0px;
  }
  .row {
    margin-left: 0;
  }
  [class*="grid_"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .grid_12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .select-menu {
    display: block !important;
  }
}
@media (max-width: 479px) {
  body {
    padding: 0;
  }
  .container {
    width: 300px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row {
    margin-left: 0;
  }
}



.menu_block  {
	z-index: 999;
	position: relative;
	float: right;
	padding-right: 1px;
}


.menu_block nav {
	position: relative;
}


nav>.sf-menu {
	z-index: 990;
	text-align: left;
	position: relative;
}
nav{ position:relative;padding: 0px 0 0 0;}
.sf-menu ul {position:absolute;top:-999px; display:none;/* left offset of submenus need to match (see below) */}
.sf-menu li {float:left;position:relative; }
.sf-menu>li {
	display: block;
	position: relative;
	float: left;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.sf-menu>li+li {
	margin-left: -5px;
}

.sf-menu>li>ul>li {
  float: none;
  position: static;
}

.sf-menu>li>a{
	text-transform: uppercase;
	text-align: center;
	position: relative;
	color: #282828;
	display: block;
	padding: 24px 14px 26px 16px;
}

.sf-menu>li.sfHover>a, .sf-menu>li.current>a, .sf-menu>li>a:hover {
	background-color: #fde758;
}


.sf-menu>li>a.sf-with-ul:after {
	position: absolute;
	content: '';
	left: 50%;
	margin-left: -3px;
	width: 5px;
	background: url(../images/arrows.png) 0 0 no-repeat;
	height: 4px;
	bottom: 15px;
	pointer-events: none;
	z-index: 999;
	display: block;
}

.sf-menu>li.current>a.sf-with-ul:after, 
.sf-menu>li.sfHover>a.sf-with-ul:after {
}
 
.sf-menu>li>ul>li>a.sf-with-ul:after {
	content: '';
    font-family: 'FontAwesome';
	position: absolute;
	width: 5px;
	font-size: 15px;
	line-height: 13px;
	font-weight: normal;
	right: 20px;
	color: #fff;
	bottom: 13px;
	pointer-events: none;
	z-index: 999;
}




/*================================>> 2 Level <<========================================*/
.sf-menu li ul,.sf-menu li.sfHover>ul{
	left: 0;
	z-index: 999; 
	width: 195px;
	padding-top: 0px;
	background-color: #282828;
	top: 70px;
	padding-bottom: 0px;

}



.sf-menu li ul li {
	position: relative;
	text-align: left;
	float: none !important;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	padding: 7px 0px 10px 19px;
}

.sf-menu li ul li+li {
	padding-top: 8px;
	margin-top: -1px;
	border-top: 1px solid #535353;
}

.sf-menu li ul li+li+li {
}


.sf-menu li ul li a{
	text-transform: uppercase;
	position: static;
	z-index: 999;
	color: #fff;	
	font-weight: normal;
}





.sf-menu li li a:hover, 
.sf-menu li.sfHover li.sfHover>a {  
	color: #fde758;
}

/*================================>> 3 Level <<========================================*/
.sf-menu li.sfHover li.sfHover ul{
	position: absolute;
	left: 200px;
	top: 1px;
}

.sf-menu li ul ul li a {
}

.sf-menu li ul ul li a:hover
{
}


/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {


	.sf-menu>li+li{
	}
}

@media only screen and (max-width: 767px) {
	.menu_block {
		float: none !important;
		padding: 20px 10px 20px !important;
		clear: both;
		margin: 0;
		min-height: 0px;
  		border: none;
  		background-color: #FDE758;
	}

	

  .menu_block  nav{
  	border: none !important;
		float:none !important;
		font:12px/15px Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		color:#927c67;
		margin: 0 auto;
		padding-left: 0 !important;
		
	
	}

	

  header nav ul {
  	border: none;
  }

	.sf-menu{display:none !important; float: none;}

	.select-menu {
		font:12px/15px Arial, Helvetica, sans-serif;
		color:#202020;
		width:100%;
		margin: 0 auto;
		float: none;
	    outline: none;
	    display: block !important;
		border:2px solid #fff;
	}
	

}


/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}


/*@import "grid.css";*/


/*@import "font-awesome.css";*/


/*@import "superfish.css";*/


/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');*/


/* latin-ext */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v15/mnpfi9pxYH-Go5UiibESIltXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* latin */

@font-face {
    font-family: 'Great Vibes';
    font-style: normal;
    font-weight: 400;
    src: local('Great Vibes'), local('GreatVibes-Regular'), url(https://fonts.gstatic.com/s/greatvibes/v4/6q1c0ofG6NKsEhAc2eh-3Y4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

html {
    width: 100%;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    background-color: #fff;
    padding-top: 52px;
    color: #686868;
    font: 12px/21px 'Roboto', sans-serif;
}

strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

p {
    margin-bottom: 21px;
}

input {
    border-radius: 0 !important;
    outline: none !important;
}

img {
    max-width: 100%;
}


/****Heads****/

h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
h6 {
    color: #282828;
    font-weight: 900;
    text-transform: uppercase;
}

h2,
.h2 {
    font-size: 24px;
    line-height: 23px;
    padding-top: 26px;
    padding-left: 16px;
    padding-bottom: 8px;
    margin-bottom: 51px;
    border-bottom: 3px solid #686868;
}

.h3,
h3 {
    border: none;
    margin: auto;
    padding: 0;
    font-size: 15px;
}

.page1 .h2,
.page1 h2 {
    padding-left: 0;
    padding-top: 26px;
    margin-bottom: 12px;
}

.page1 .h3 {
    padding-top: 15px;
}

.h2.head1,
h2.head1 {
    padding-top: 56px;
    margin-bottom: 46px;
}

h4 {
    font-size: 20px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 38px;
    margin-bottom: 9px;
}


/****Lists****/

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.list {}

ul.list li {}

ul.list li+li {}


/****Links****/

a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: #d2b706;
}

a.btn {
    display: inline-block;
    font-size: 16px;
    line-height: 10px;
    padding: 11px 16px 11px 16px;
    font-weight: bold;
    text-align: center;
    color: #fde758;
    background-color: #282828;
    margin-top: 16px;
    text-transform: uppercase;
}

a.btn:hover {
    color: #fff;
}


/****classes****/

.mb0 {
    margin-bottom: 0px !important;
}

.m0 {
    margin: 0 !important;
}

.pad0 {
    padding: 0 !important;
}

.pad1 {}

.img_inner {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 23px;
    margin-top: 7px;
}

.fleft {
    float: left;
    width: auto !important;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.oh {
    overflow: hidden;
}

.fright {
    float: right !important;
}

.upp {
    text-transform: uppercase;
}

.alright {
    text-align: right;
}

.center {
    text-align: center;
}

.wrapper,
.extra_wrapper {
    overflow: hidden;
}

.clear {
    float: none !important;
    clear: both;
}

.oh {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}


/*header*/

.main {
    margin: 0 auto 58px;
    width: 1230px;
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.18);
}

header {
    display: block;
    position: relative;
    background: url(../images/header_bg.png) center 0 no-repeat;
}

header h1 {
    position: relative;
    text-align: center;
    float: left;
    margin: 0;
}

header ul {
    margin: 0;
}

header h1 a {
    display: inline-block;
    overflow: hidden;
    width: 328px;
    height: 70px;
    font-size: 0;
    line-height: 0;
    text-indent: -999px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

header h1 a img {
    display: block;
}

.h_top {
    color: #fff;
    padding: 10px 17px 11px 15px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    line-height: 18px;
    text-transform: uppercase;
    background-color: #282828;
}

.h_top a:hover {
    color: #fde758;
}

.h_top a.col1:hover {
    color: #fff;
}

.h_top .socials {
    float: right;
}

.h_top .socials a {
    display: block;
    float: left;
    font-size: 19px;
}

.h_top .socials a+a {
    margin-left: 19px;
}

.bg1 {
    background: url(../images/bg1.png) center 0 repeat-x;
}

.isStuck {
    background-color: #fff;
}

#stuck_container {
    padding: 25px 0;
}


/**Content**/

.content {
    padding-bottom: 30px;
}

.page1 .content {
    padding-top: 30px;
    padding-bottom: 21px;
}

.strk {
    text-decoration: line-through;
}

.form_block {
    background-color: #fde758;
    padding: 0 20px 21px;
    color: #282828;
    margin-bottom: 30px;
}

.banner {
    display: block;
    background: url(../images/car-side-1.jpg) center 0 no-repeat;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 43px;
    line-height: 23px;
    color: #FEDD00;
    margin-bottom: 30px;
    padding: 23px 19px 85px 16px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 5);
    border: 1px solid #757575;
}

.banner span {
    padding-top: 11px;
    display: block;
    font-size: 24px;
    color: #fff;
}

.about {
    padding: 0 19px 21px;
    background-color: #e9e9e9;
    border: 1px solid #c5c5c5;
}

.about .title {
    padding-top: 20px;
    font-weight: 900;
    font-size: 24px;
    color: #282828;
    margin-bottom: 8px;
    line-height: 23px;
    text-transform: uppercase;
}

.about .title span {
    margin-bottom: 4px;
    display: block;
    font-size: 34px;
}

.about a.btn {
    display: block;
    font-size: 18px;
    padding: 12px 17px 13px;
    margin-top: 14px;
}

.page1_block {
    background-color: #282828;
    font-size: 16px;
    padding: 21px 19px 19px;
    text-transform: uppercase;
    color: #c5c5c5;
    border: 1px solid #fde758;
}

.page1_block .title {
    margin-bottom: 14px;
    font-weight: 900;
    font-size: 34px;
    text-transform: uppercase;
    color: #fff;
}

.block1 .title {
    margin-bottom: 6px;
    color: #282828;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 6px 10px 4px;
    background-color: #fde758;
    border: 1px solid #c5c5c5;
}

.block1 .title a:hover {
    color: inherit;
    text-decoration: underline;
}

.price {
    color: #282828;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
    padding-top: 4px;
}

.price span {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    padding-left: 10px;
    padding-top: 5px;
}

.cl1 {
    height: 12px;
}

.block2 {
    margin-bottom: 30px;
}

.block2 a {
    background-color: #fde758;
    color: #282828;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #282828;
    padding: 16px 20px 14px;
    display: block;
}

.block2 a:hover {
    text-decoration: underline;
}

.box {
    color: #282828;
    font-size: 14px;
    margin-top: -1px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    padding: 20px 0;
}

.box img {
    display: block;
    margin: 0 auto;
}

.box ul {
    padding-left: 20px;
    padding-right: 40px;
}

.box ul li {
    overflow: hidden;
}

.box li+li {
    margin-top: 7px;
}

.box .fr {
    float: right;
    min-width: 130px;
}

.box .title {
    margin-bottom: 22px;
}

.box .title a {
    background-color: #fde758;
    color: #282828;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #282828;
    padding: 16px 20px 14px;
    display: block;
    margin-right: 30px;
}

.box .title a:hover {
    text-decoration: underline;
}

.box a.btn {
    margin-top: 0;
    margin-right: -10px;
    padding-right: 20px;
    padding-left: 21px;
    color: #fff;
}

.box a.btn:hover {
    color: #fde758;
}

.box .col3 {
    display: inline-block;
    margin-left: 7px;
}

.box+.box {
    margin-top: 18px;
}

.block2.bl1 {
    margin-bottom: 6px;
}

.block2.bl1 a {
    padding-left: 10px;
    padding-top: 17px;
    padding-bottom: 13px;
}

.text1 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 7px;
}

h1.mb1,
h2.mb1 {
    margin-bottom: 26px;
}

.cl2 {
    height: 35px;
}

.cl3 {
    height: 3px;
}

.block3 {
    margin-bottom: 47px;
}

.ver {
    position: relative;
    padding-left: 170px;
}

.ver:after {
    width: 1px;
    position: absolute;
    background-color: #bcbcbc;
    left: 69px;
    top: -5px;
    bottom: -14px;
    content: '';
}

a.btn.bt1 {
    margin-top: 9px;
}

.prv p+.text1 {
    padding-top: 8px;
}

.form_block .title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 23px;
    padding-top: 20px;
    padding-bottom: 8px;
    margin-bottom: 14px;
    border-bottom: 3px solid #282828;
}

.form_block .title span {
    display: block;
    margin-bottom: 4px;
    font-size: 34px;
}


/**Map**/

.col1 {
    color: #fde758;
}

.col1 a:hover,
a.col1:hover {
    color: #282828;
}

.col2 {
    color: #282828;
}

.col3 {
    color: #dbbe00;
}

.col3 a:hover,
a.col3:hover {
    color: #282828;
}

.td {
    text-decoration: underline;
}

.map {
    overflow: hidden;
    position: relative;
}

.map figure {
    padding-top: 5px;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 35px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.map figure iframe {
    width: 100%;
    height: 380px;
    max-width: 100%;
}

.map address {
    float: left;
    display: block;
}

.map address dt {}

.map address+address {
    margin-left: 80px;
}

address dd span {
    min-width: 66px;
    display: inline-block;
    text-align: left;
}

.map address dd span.col1 {
    min-width: 0;
}


/**Footer**/

footer {
    display: block;
    line-height: 20px;
    padding: 0px 0 25px;
    background: #fff url(../images/f_bg.png) 0 0 repeat-x;
}

footer ul {
    margin-left: -8px;
}

footer ul>li>a {
    display: inline-block;
    padding: 3px 8px 4px;
}

footer ul>li+li {
    margin-top: -2px;
}

footer ul>li>a:hover {
    background-color: #fde758;
    color: #282828;
}

.f_cont h4 {
    padding-bottom: 3px;
}

.f_cont p {
    margin-bottom: 0;
}

.f_cont p+h4 {
    padding-top: 24px;
}

.f_phone {
    font-weight: bold;
    font-size: 16px;
    margin-top: -1px;
    margin-bottom: 24px;
}

footer .socials {
    overflow: hidden;
}

footer .socials a {
    font-size: 19px;
    color: #282828;
    display: block;
    float: left;
}

footer .socials a+a {
    color: #777;
    margin-left: 19px;
}

footer .socials a:hover {
    color: #fde758;
}

.copy {
    margin-top: 32px;
    border-top: 1px solid #e0e0e0;
    padding-top: 3px;
    font-size: 11px;
    text-align: left;
}

.copy strong {
    font-weight: 600;
    text-transform: uppercase;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 640px;
    overflow: hidden;
    width: 73px;
    height: 73px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

#toTop:hover {
    outline: none;
    background-position: right 0;
}


/* Customization 2016.12.03 */

.slider_wrapper,
.home-carousel {
    display: none;
}

a.btn,
.col1 {
    color: #ffdd00;
}

a:hover {
    color: #d2b706;
}

.block1 .title,
.form_block,
.sf-menu>li.sfHover>a,
.sf-menu>li.current>a,
.sf-menu>li>a:hover {
    background-color: #FEDD00;
    border: 1px solid #e2e2e2;
}

.sf-menu>li>a {
    border: 1px solid transparent;
}

.h_top,
.page1_block,
a.btn {
    background-color: #000000;
}


/* form */

.search-form {
    font-size: 1.3em;
    margin-bottom: 30px;
    border: 1px solid #b5b5b5;
}

.search-form>div {
    border: 1px solid #ffe538;
}

#ct-app-placeholder {
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

.search-form [ct-app],
.search-form [ct-app].ct-app-ready {
    background: #fedd00 url("/images/patt1.png") !important;
    padding: 9px 5px 5px 5px;
}

.search-form.results [ct-app].ct-app-ready {
    background: #b7b7b7!important;
}

ul.numeric {
    list-style-type: decimal;
    list-style-position: inside;
}

body #ct-container h2,
body .ct-modal-container h2,
body #ct-container .h2,
body .ct-modal-container .h2 {
    margin-bottom: 17px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8);
    color: #000;
}

.ct-form label {
    text-transform: uppercase;
}

#ct-container h2.ct-font-weight-600,
#ct-container .h2.ct-font-weight-600 {
    font-weight: 700;
    cursor: default;
    text-transform: none;
    letter-spacing: -2px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #b5b5b5;
    font-size: 2.6em;
    text-shadow: 0px 0px 0px #fff;
    box-shadow: inset 0 0 8px #b5b5b5, 0 0 2px rgba(255, 255, 255, 0.7);
    border-radius: 4px;
}

div#ct-button-search {
    margin-top: 5px;
    margin-bottom: 7px;
}

body #ct-container .ct-search-form.ct-s1-vertical #ct-checkbox,
body .ct-modal-container .ct-search-form.ct-s1-vertical #ct-checkbox {
    margin-top: 0.3rem;
}

.ct-form-field .ct-radio input[type="checkbox"]+label,
.ct-form-field .ct-radio input[type="radio"]+label,
.ct-form-field .ct-checkbox input[type="checkbox"]+label,
.ct-form-field .ct-checkbox input[type="radio"]+label {
    padding-left: 1.7rem!important;
}

#ct-container .ct-search-form #ct-checkbox span,
.ct-modal-container .ct-search-form #ct-checkbox span {
    font-size: 0.6rem;
}

.ct-form[ct-search-cars-form] label {
    line-height: 1.7em;
}

#ct-container .ct-search-form #ct-checkbox span,
.ct-modal-container .ct-search-form #ct-checkbox span {
    line-height: 1em;
}

button#searchCarsFormBtn-searchcars {
    text-transform: uppercase;
    color: #fff;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

button#searchCarsFormBtn-searchcars:hover {
    color: #fd0;
}

div#ct-pickup-date {
    margin-bottom: 15px;
}

#ct-return-date {
    margin-bottom: 16px;
}

div#ct-container {
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

div#ct-container:hover {
    background-color: #f3d300!important;
}

.search-form.results div#ct-container:hover {
    background: #B7B7B7!important;
}

.tooltip {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #161616;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 12px;
}


/* carousel */

.home-carousel .slide {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    height: 80px;
    width: 250px;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.home-carousel .slide .slide-inner {
    max-width: 180px;
    max-height: 250px;
}

.home-carousel .slide img {
    vertical-align: middle;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.content.no-padding {
    padding-top: 0px;
}

body {
    padding-top: 0px;
}

#stuck_container {
    padding-bottom: 0px;
}

footer {
    border-top: 1px solid #fedd00;
}

.main {
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.18), 3px 3px 3px grey;
}

.faq-page h2,
.h2.trim,
h2.trim {
    padding-left: 26px;
    border-bottom: transparent;
}

.faq-page h2:after,
h2.trim:after,
.faq-page .h2:after,
.h2.trim:after {
    content: "";
    border-bottom: 3px solid #686868;
    display: block;
    margin-top: 5px;
}

.h2.no_pad_left,
h2.no_pad_left {
    padding-left: 0px;
}

.copy {
    padding-top: 6px;
}

.socials.copy-side {
    float: right;
}

.page1_block {
    text-transform: inherit;
}

.page1 .content {
    padding-top: 0px;
}

.search-form.landscape div#ct-button-search {
    margin-top: 0px;
    margin-bottom: 1em;
}

.search-form.landscape button#searchCarsFormBtn-searchcars {
    font-size: 20px;
    height: 42px!important;
    padding: 0px;
}

.copyright-icon {
    margin-right: 3px;
}

.phone-list {
    list-style-type: none;
    margin-left: 0px;
}

.phone-list li {
    display: block;
    width: 100%;
    line-height: 2em;
    position: relative;
    border-bottom: 1px dotted #cecece;
    clear: right;
}

.phone-list li:last-child {
    border-bottom: none;
}

.phone-list li a {
    display: block;
    padding: 0px;
}

.phone-list li a:hover {
    background: transparent;
    color: #d2b706;
}

.phone-list li span {
    position: relative;
    float: right;
}


/* Contact us phones */

#phone-support {
    font-size: 14px;
}

.contact-us-location {
    display: none;
}

.phone-number-container {
    display: block;
    position: relative;
    padding: 0px 10px;
}

.phone-number-container .phone-number {
    font-size: 2rem;
    color: #686868;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.3;
}

.phone-number-container .opening-times {
    display: block;
    font-size: 14px;
    font-style: italic;
    color: #727173;
    padding-left: 50px;
}

.phone-number-container .phone-number .phone-icon {
    width: 35px;
    height: 30px;
    display: inline-block;
    margin-right: 15px;
    background-image: url(/images/phone.svg);
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
}

.select-container {
    position: relative;
    display: block;
    background: #fff;
}

@font-face {
    font-family: ct_icons;
    src: url(/fonts/ct-icons.eot);
    src: url(/fonts/ct-icons.eot#iefix) format("embedded-opentype"), url(/fonts/ct-icons.woff) format("woff"), url(/fonts/ct-icons.ttf) format("truetype"), url(/fonts/ct-icons.svg#ct-icons) format("svg");
    font-weight: 400;
    font-style: normal
}

.select-container select {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    padding: 20px;
    border-radius: 0!important;
    color: #727173;
    font-size: 1.2rem;
    margin: 5px auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cbcbcb;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border-radius: 0!important;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    color: #727173;
    margin: 0;
    padding: 20px 40px 20px 20px;
    height: 100%;
}

.select-container:after {
    font-family: ct_icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 20px;
    top: 20px;
    content: '\e805';
    color: #727173;
    pointer-events: none;
}

h2.medium-margin {
    margin-bottom: 20px;
}

#stuck_container {
    padding-top: 0px;
    margin-top: 20px!important;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

#stuck_container.isStuck {
    margin-top: 0px!important;
}

.home-carousel .owl-stage {
    -webkit-box-shadow: inset 0px 15px 8px -5px #e2e2e2, inset 0px -15px 8px -5px #e2e2e2;
    -moz-box-shadow: inset 0px 15px 8px -5px #e2e2e2, inset 0px -15px 8px -5px #e2e2e2;
    box-shadow: inset 0px 15px 8px -5px #e2e2e2, inset 0px -15px 8px -5px #e2e2e2;
}

.home-carousel .owl-stage {
    -webkit-box-shadow: inset 40px 15px 18px -5px rgba(0, 0, 0, 0.05), inset 0px -15px 18px -5px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 40px 15px 18px -5px rgba(0, 0, 0, 0.05), inset 0px -15px 18px -5px rgba(0, 0, 0, 0.07);
    box-shadow: inset 40px 15px 18px -5px rgba(0, 0, 0, 0.05), inset 0px -15px 18px -5px rgba(0, 0, 0, 0.07);
    margin-bottom: 10px;
    border-bottom: 1px solid #cecece;
    margin-top: 10px;
    border-top: 1px solid #cecece;
}

sup,
sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

sub {
    top: 0.4em;
}

sup {
    font-size: 0.6em;
}

.ct-slide-panel,
.ct-slide-panel.ct-slide-panel--open {
    z-index: 9999;
}

@media (max-width: 767px) {
    .faq-page,
    .contact-us-page {
        padding: 0 10px;
    }
    .content .container p:not(.content.no-padding .container p) {
        padding-left: 10px;
        padding-right: 10px;
    }
    h2 {
        font-size: 1.325rem !important;
    }
    .phone-number-container .phone-number {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .contact-us-location-details {
        margin-top: 30px;
    }
    h2 {
        padding-left: 0px!important;
        margin-bottom: 10px!important;
    }
    h2:not(.content.no-padding h2) {
        padding-left: 10px!important;
    }
    #stuck_container {
        padding-bottom: 20px;
    }
}

@media (max-width: 479px) {
    header h1 {
        margin: 5px 0;
    }
    div#stuck_container {
        position: relative !important;
        padding: 0!important;
        margin: 0!important;
    }
    .slider_wrapper {
        padding: 0;
    }
    #right-column .block1 {
        margin-bottom: 20px !important;
    }
    .content #right-column,
    footer .container {
        max-width: 95%;
        margin: 0 auto;
    }
    .container {
        width: 100%;
        padding: 0;
    }
    .phone-number-container .phone-number .phone-icon {
        display: none;
    }
    .phone-number-container .phone-number {
        font-size: 22px;
        display: block;
    }
    .phone-number-container .opening-times {
        padding-left: 0px;
    }
}


/* Our Cars page logos */

.logos-container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}

.suppliers-logos-container {
    padding: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.suppliers-who-work-with-expand {
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    -webkit-transition: max-height .3s ease-out, opacity .2s ease-in .3s;
    -o-transition: max-height .3s ease-out, opacity .2s ease-in .3s;
    transition: max-height .3s ease-out, opacity .2s ease-in .3s;
}

.suppliers-who-work-with-expand.-open {
    opacity: 1;
    max-height: 9999px;
}

.apply-online-form-btn-container,
.suppliers-single-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.suppliers-single-logo {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 12%;
    -ms-flex: 1 0 12%;
    flex: 1 0 12%;
    max-width: 220px;
    margin: 0 0 20px 1.5%;
    padding: 15px;
    height: 125px;
    border: 1px solid #e6e6e6;
    position: relative;
}

.suppliers-single-logo {
    margin: 0 0.75% 20px 0.75%;
}

.suppliers-single-logo a {
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 125px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.suppliers-single-logo .logo-image {
    height: 100%;
    width: 100%;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.suppliers-logos-expand-btn-container {
    text-align: right;
    padding: 0 10px;
}

.cta-btn {
    position: relative;
    display: inline-block;
    padding: 25px 30px;
    min-width: 180px;
    text-align: center;
    border-radius: 5px;
    border: none;
    font-size: 2rem;
    line-height: 2rem;
    overflow: hidden;
    z-index: 1;
    -o-transition: box-shadow .2s ease-in;
    transition: box-shadow .2s ease-in;
}

.suppliers-logos-expand-btn {
    padding: 15px 20px;
    min-width: 80px;
    font-size: 1.8rem;
}

.cta-btn.-details {
    background: #fff;
    border: 1px solid #ebebeb;
    color: #727173;
}

.cta-btn.-hover,
.cta-btn:hover {
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    text-decoration: none;
    -webkit-box-shadow: 2px 4px 6px 0 rgba(25, 68, 111, .13);
    box-shadow: 2px 4px 6px 0 rgba(25, 68, 111, .13);
    cursor: pointer;
}

.cta-btn.-details.-hover,
.cta-btn.-details:hover {
    background: #8e5b8a;
    color: #fff;
}

.side-menu>li>a {
    font-size: 1.2em;
    line-height: 1.4em;
    padding: 4px 8px;
    display: block;
}

.side-menu>li:hover>a {
    background: #000;
}

#side-menu {
    display: none;
}

#side-menu.show {
    display: block;
}

.about #menu-wrapper {
    overflow: hidden;
}

.about.hidemore #menu-trigger {
    display: none;
}

.select-container:after {
    background: #000;
    padding: 0.5em 0.8em;
    color: #fff;
    top: 15px;
    right: 15px;
    border-radius: 3px;
}

.select-container:hover:after {
    color: #FFDD00;
}

.hero-best-rac {
    /*background: url(../images/best-rent-a-car-website.jpg) top center no-repeat;*/
    max-width: 1170px;
    max-height: 355px;
    width: 100%;
}

.caption-boxed {
    margin: 70px 0px 0px 70px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    border-radius: 4px;
    padding: 0px;
    background: rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 80px rgba(255, 255, 255, 0.1) inset;
}

.caption-boxed .b1 {
    padding: 3px;
}

.caption-boxed .b1,
.caption-boxed .b2 {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
}

.caption-boxed .b2 {
    padding: 40px 60px;
    text-shadow: 1px 0px 2px rgba(0, 0, 0, 1);
}

.caption-boxed h2 {
    color: #fff;
    font-size: 3.5em;
    line-height: 1em;
    padding-top: 0px;
    border-bottom: none;
    margin-bottom: 0px;
}

.caption-boxed h2 span.slim {
    color: #fff;
    font-weight: 400;
    text-transform: none;
    font-size: 0.78em;
    font-family: "Great Vibes";
}

.caption-boxed span.tagline {
    color: #fff;
    font-size: 1.78em;
    line-height: 1.2em;
    text-transform: uppercase;
}


/*==================================CUSTOM RESPONSIVE LAYOUTS===============================================*/

@media only screen and (min-width: 1050px) {
    #ct-container h2.ct-font-weight-600 {
        /*font-size: 3.4em;*/
    }
    button#searchCarsFormBtn-searchcars {
        font-size: 2em;
        line-height: 1em;
        height: auto!important;
        padding: 0.5em!important;
    }
}

@media (max-width: 767px) {
    .home-carousel .slide .slide-inner {
        max-width: 100px;
        max-height: 150px;
    }
}

@media (max-width: 479px) {
    .home-carousel .slide .slide-inner {
        max-width: 80px;
        max-height: 120px;
    }
}


/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (min-width: 1200px) {
    .landscape #ct-container .ct-search-form #ct-checkbox span {
        line-height: 1.6rem!important;
    }
}

@media only screen and (max-width: 1240px) {
    .main {
        width: auto;
        margin-bottom: 0;
    }
    body {
        padding-top: 0;
    }
    .banner {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .caption-boxed {
        margin: 40px 0px 0px 50px;
    }
    .extra_wrapper {
        overflow: visible;
    }
    .sf-menu>li {
        font-size: 14px;
    }
    .price span {
        display: block;
        padding-left: 0;
    }
}

@media only screen and (max-width: 979px) {
    .suppliers-single-logo {
        height: 70px;
    }
    .caption-boxed {
        margin: 20px 0px 0px 40px;
    }
    .caption-boxed .b2 {
        padding: 20px 50px;
    }
    .form_block {
        padding-left: 10px;
        padding-right: 10px;
    }
    .tmSelect.auto>li:first-child>span,
    .tmSelect2.auto>li:first-child>span {
        font-size: 11px;
    }
    address dd span {
        min-width: 80px;
    }
    .fleft {
        margin-bottom: 10px;
    }
    .banner {
        font-size: 20px;
    }
    .banner span {
        font-size: 18px;
    }
    .sf-menu>li {
        font-size: 11px;
    }
    .sf-menu>li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hidden-xs {
        display: none;
    }
    .map address+address {
        float: left;
    }
    .map figure,
    .map figure iframe,
    #form input,
    #form textarea,
    #form .success {
        width: 100% !important;
        float: none !important;
    }
    #form .success {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    .map figure {
        height: auto !important;
    }
    .map figure {
        margin-bottom: 15px;
    }
    .nowrap {
        white-space: normal;
    }
}

@media only screen and (max-width: 767px) {
    .socials.copy-side {
        position: absolute;
        bottom: 0px;
        float: none;
    }
    .copy {
        padding-bottom: 26px;
        position: relative;
    }
    .suppliers-single-logo {
        -webkit-flex: 1 0 19%;
        -ms-flex: 1 0 19%;
        flex: 1 0 19%;
    }
    .suppliers-single-logo {
        height: 40px;
        padding: 7px;
        margin-bottom: 10px;
    }
    .hero-best-rac {
        position: relative;
    }
    .caption-boxed {
        margin: 2% 0 0 5%;
        width: 60%;
    }
    .caption-boxed .b2 {
        padding: 10px;
        font-size: 9px;
        text-align: center;
    }
    .caption-boxed h2 {
        margin-bottom: 0px!important;
        padding-bottom: 1px;
    }
    h2 {
        padding-top: 55px;
    }
    .ver {
        padding-left: 0;
    }
    .ver:after {
        display: none;
    }
    .banner {
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -ms-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
    }
    .about {
        margin-bottom: 30px;
    }
    .map address {
        float: none;
        margin-left: 0 !important;
    }
    .map address+address {
        margin-top: 30px;
    }
    header h1 {
        display: block;
        width: auto;
        margin-left: 0;
        position: relative;
        height: auto;
    }
    .img_inner {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }
    h1 a {
        max-width: 90%;
    }
    .img_inner img {
        width: 100%;
    }
    header h1 {
        margin-bottom: 20px;
        float: none;
        left: 0;
        text-align: center;
    }
    header h1 a {
        width: auto;
        display: inline-block;
        height: auto;
    }
    header h1 a img {}
    .map {
        padding-right: 0px !important;
    }
    .map figure iframe {
        width: 100%;
        height: 300px;
    }
    .map address {
        margin-right: 0;
    }
    .content .noresize {
        width: auto !important;
        float: left !important;
        margin-right: 20px !important;
        margin-top: 4px !important;
    }
    .img_inner {
        margin-top: 30px;
    }
    .none {
        clear: both;
    }
    .block2 img,
    .box img {
        width: 100%;
    }
    .box .title a {
        margin-right: 0px;
    }
    .box {
        padding-top: 0;
    }
    .box a.btn {
        margin-right: 0;
        margin-top: 18px;
    }
    .box .alright {
        text-align: center;
    }
    .h_top .socials {
        float: none;
        padding-top: 5px;
    }
    .h_top .col1 {
        display: block;
    }
}

@media only screen and (max-width: 479px) {
    h2 {
        padding-top: 20px;
    }
    .forminfotext {
        font-size: 0.9em;
    }
    .suppliers-single-logo {
        -webkit-flex: 1 0 33%;
        -ms-flex: 1 0 33%;
        flex: 1 0 33%;
    }
    .caption-boxed {
        margin: 10px auto 10px;
        width: 100%;
        box-shadow: none;
        background: rgb(83, 113, 139);
        position: relative;
    }
    .page1_block .title {
        font-size: 20px;
    }
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
