@import "bootstrap.css";

@import "font-awesome.css";
@import "primary_content.css";

@import "magnific-popup.css";

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');




/*font-family: 'Courgette', cursive;*/
/* - - - - - - - - - - - - - - - - - - - - -
TITLE    :   NAKCSS HTML 5 VERSION 3
- - - - - - - - - - - - - - - - - - - - - */



html{height:100%;}
body{min-height:100%;color:#000;}

#nakainer, #primary-content{height:100%;}
body { font-family: 'Open Sans', sans-serif; font-size:16px;overflow-x: hidden;}

:focus {outline: 0 !important;}
a{ color: #5a5858;}
a:hover, a:focus { text-decoration:none;color:#3cb6d3; z-index: 1; }
ul { list-style:none; }
.disabled, .disabled1 { display:none !important; }
.courgette{ font-family:'courgette'; }

.no-js #loader { display: none; }
.owl-theme .owl-controls {margin-top: 0px;}
.se-pre-con { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 999999; background-color: rgba(188,50,37,.8); }

#pre-loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; }
#pre-loader-wrapper img { /* width: 120px;*/
}
#pre-loader-wrapper .pre-loader-section { position: fixed; left: 0; height: 50%; width: 100%; background: #fff; z-index: 10; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); background: rgba(30, 30, 30, 1); }
#pre-loader { display: block; position: relative; left: 50%; top: 50%; width: 200px; height: 200px; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); border-radius: 50%; text-align: center; line-height: 200px; /*border: 3px solid transparent;
    border-top-color: #fff;
    border-bottom-color: #fff;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -ms-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;*/
    z-index: 11; }
/*#pre-loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    border-bottom-color: #fff;
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    -ms-animation: spin 3s linear infinite;
    -o-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}*/
#pre-loader:after { content: ""; position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; border-radius: 50%; border: 4px solid transparent; border-top-color: #fff; border-bottom: 4px solid rgba(255, 255, 255, .3); border-left: 4px solid rgba(255, 255, 255, .3); border-right: 4px solid rgba(255, 255, 255, .3); -webkit-animation: spin 1.5s linear infinite; -moz-animation: spin 1.5s linear infinite; -ms-animation: spin 1.5s linear infinite; -o-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite; }
.pre-loaded #pre-loader { opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
@-webkit-keyframes spin {  0% {
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-moz-keyframes spin {  0% {
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-ms-keyframes spin {  0% {
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-o-keyframes spin {  0% {
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes spin {  0% {
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
/* slide animation */

#pre-loader-wrapper .pre-loader-section.section-left { top: 0; }
#pre-loader-wrapper .pre-loader-section.section-right { bottom: 0; }
.pre-loaded #pre-loader-wrapper .pre-loader-section.section-left { -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); /* IE 9 */
    -o-transform: translateY(-100%); /* transform: translateY(-100%); */
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
.pre-loaded #pre-loader-wrapper .pre-loader-section.section-right { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
.pre-loaded #pre-loader-wrapper { visibility: hidden; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); /* transform: translateX(-100%); */
    /* -webkit-transition: all 0.3s 1s ease-out; */
    -moz-transition: all 0.3s 1s ease-out; -ms-transition: all 0.3s 1s ease-out; -o-transition: all 0.3s 1s ease-out; transition: all 0.3s 1s ease-out; }


/* HEADER SLIDER */





#header {
    z-index: 200;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;  
   
    
}
.top-mobile-head-bar{display:none;}

.head-menu { position:relative; z-index:99; width: 100%;  top: 0;
    left: 0;   top: 0;  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#555555+0,000000+100 */
	background: #fff;
    /*background: -moz-linear-gradient(45deg, rgba(3,105,188,0.7) 0%, rgba(0,60,110,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(3,105,188,0.7) 0%,rgba(0,60,110,1) 100%);
    background: linear-gradient(45deg, rgba(3,105,188,0.7) 0%,rgba(0,60,110,1) 100%);*/
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ );
    border-bottom: 1px solid #ccc;}

/*.head-menu:before {
    background: url("../images/asfalt-dark.png");
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}*/
/* End Header */

/*Social Links*/

.we-open{display:inline-block;margin-left:20px;    vertical-align: middle;}
.we-open-item{padding:6px 12px;background:#08abca;color:#fff;border: 1px solid #fff;border-radius: 2px;}

.social-links{float:right;    margin-left: 10px;}
.social-links ul {
    padding: 0;
	margin:0;
	display:inline-block;
}
.social-links ul li {
    display: inline-block;
    position: relative;
    margin: 0 5px;
    font-size: 12px;
    font-weight: 600;
    color: #fff !important;

}


.social-links ul li a {color:#fff !important;display:block;}
.social-links ul li a:hover {color:rgba(255,255,255,.7) !important;}
.social-links ul li:hover, .social-links ul li:focus {
  
}
.social-links ul li:hover:before, .social-links ul li:focus:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.social-links ul li img {
    width: 36px;
}


/* Social Links*/

/*Head top bar*/



.logopart{width:auto; display:inline-block;}

.contact-bar ul, .link-bar ul{padding:0;margin:0;}
.contact-bar ul li, .link-bar ul li {display:inline-block;padding:0 7px;font-size:14px;border-right:1px solid #fff;line-height: 1;margin-left: -4px;
color:#fff;}
.contact-bar ul li:last-child, .link-bar ul li:last-child{border:0;}
.link-bar ul{float:right;}
.contact-bar ul li a, .link-bar ul li a{color:#fff;}
.contact-bar ul li a:hover, .link-bar ul li a:hover{color:#ff7e00;}

.col-md-9.menuicon{}
.right-exp-flag {
	padding: 10px;	
    width: 100%;
    max-width: 180px;
    min-height: 280px;
    background: url(../images/red-badge.png);
    position: absolute;
    right: 15px;
    top: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.exp-flag-red .yellow-text{color:#eccf36;font-weight:600;text-align:center;line-height:1.3;font-size:13px;}
.exp-flag-red .yellow-text img{max-width:30px;margin-left:5px;}
.exp-flag-red .yellow-text span{display:inline-block;vertical-align: middle;}
.exp-flag-red .white-text {color:#fff;text-align:center;font-size:13px;padding-top:10px;}
.exp-flag-red .wh-text{color: #fff;text-align: center;padding: 10px;font-size: 13px;margin-top:5px;margin-bottom:10px;position:relative;}
.exp-flag-red .wh-text:after{content: "";
    width: 90%;
    height: 1px;
    border-bottom: 1px dashed #eccf36;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    margin: auto;}
.exp-flag-red .wh-text span{position:relative;}
.exp-flag-red .wh-text span:after{    content: "";
    position: absolute;
    bottom: -20px;
    background: url(../images/text-botom-img.png);
    width: 100%;
    height: 20px;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 20px;}


/*Head top bar*/

/* Menu Part Start */
#cssmenu:hover #menu-line{display:none !important}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button { margin: 0; padding: 0; list-style: none; line-height: 1; display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#cssmenu:after, #cssmenu > ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
#cssmenu #menu-button { display: none; }
#cssmenu { width: auto; line-height: 1; }
#menu-line { display:none; }
#cssmenu:hover #menu-line { display:block; }
#menu-line { position: absolute; top: 0; left: 0; height: 2px; background: #fa6441; -webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -ms-transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out; transition: all 0.25s ease-out; }
#cssmenu > ul > li { float: left; margin: 0 10px; }



#cssmenu.align-center > ul { font-size: 0; text-align: center; }
#cssmenu.align-center > ul > li { display: inline-block; float: none; }
#cssmenu.align-center ul ul { text-align: left; }
#cssmenu.align-right > ul > li { float: right; }
#cssmenu.align-right ul ul { text-align: right; }
#cssmenu > ul > li > a {     padding: 14px 0px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #000; -webkit-transition: color .2s ease;
-moz-transition: color .2s ease;
-ms-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
#cssmenu > ul > li > a {outline: 0;}
#cssmenu > ul > li:before {
    content: "";
    border-bottom: 2px solid #3cb6d3;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
	transition:.4s width ease-in-out;
}
#cssmenu > ul > li:hover:before{width: 100%;}
#cssmenu > ul > li.getinv:before{content:none;}
#cssmenu > ul > li.first.leaf > a.glyphicon-home:before {
    content: "\e021";
    border-bottom: 0;
    width: 100% !important;
    margin-bottom: 10px;
}
#cssmenu .glyphicon.glyphicon-home:before {
    float: left;
    text-indent: -2px;
}
#cssmenu .home {
    text-indent: -99999px;
	display:none;
	 
}
#cssmenu .home a{   width: 20px;    margin-top: -1px;}


@media(min-width:991px){
	#cssmenu .home a{text-align:center;}
	
	#cssmenu .menulist > li.right-link:hover > ul {
    right: 0;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 9;
    left: inherit;
}
#cssmenu .menulist > li.right-link > ul li:hover ul{
    right: 100%;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 9;
    left: inherit;
}
#cssmenu ul li.right-link ul li.has-sub > a::after {
    position: absolute;
    top: 14px;right:inherit;
    left: 10px;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a { color: #3cb6d3; -webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -ms-transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out; }
#cssmenu > ul > li.has-sub > a { padding-right: 20px; }
#cssmenu > ul > li.has-sub > a::after {
position: absolute;
top: 18px;
right: 10px;
width: 6px;
height: 6px;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
content: "";
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: border-color 0.2s ease;
-moz-transition: border-color 0.2s ease;
-ms-transition: border-color 0.2s ease;
-o-transition: border-color 0.2s ease;
transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
border-color: #3cb6d3;
}
#cssmenu ul ul { position: absolute; left: -9999px;    visibility: hidden;
    opacity: 0;
    margin-top: 0px;
    transition: .5s all; }
#cssmenu li:hover > ul { left: auto;     visibility: visible;
    opacity: 1;
    margin-top: 0;z-index: 9;}
#cssmenu.align-right li:hover > ul { right: 0; }
#cssmenu ul ul ul { margin-left: 100%; top: 0; }
#cssmenu.align-right ul ul ul { margin-left: 0; margin-right: 99%; }
#cssmenu ul ul li { height: 0; -webkit-transition: height .2s ease;
-moz-transition: height .2s ease;
-ms-transition: height .2s ease;
-o-transition: height .2s ease;
transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li { height: auto; }
#cssmenu ul li:hover > ul > li:first-child { margin-top:0px; }
#cssmenu ul li:hover > ul > li ul > li:first-child { margin-top:0px; }
#cssmenu ul ul li a {     padding: 10px 15px;
        width: 240px;
    line-height: 1.5;
    font-size: 14px;     
	border: 1px solid #3cb6d3;
    background: #3cb6d3; 
	text-decoration: none; color: #fff; 
	-webkit-transition: color .2s ease;
-moz-transition: color .2s ease;
-ms-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover { color:#3cb6d3; background: #fff; }
#cssmenu ul ul li.has-sub > a::after {
position: absolute;
top: 14px;
right: 10px;
width: 6px;
height: 6px;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
content: "";
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: border-color 0.2s ease;
-moz-transition: border-color 0.2s ease;
-ms-transition: border-color 0.2s ease;
-o-transition: border-color 0.2s ease;
transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
right: auto;
left: 10px;
border-bottom: 0;
border-right: 0;
border-top: 1px solid #dddddd;
border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
border-color: #3cb6d3;
}

@media all and (max-width: 991px) {
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
background: #fff;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
}
#cssmenu ul ul li a {
border:none;
}
#menu-line {
display:none;
}
#cssmenu:hover #menu-line {
display:none;
}
#cssmenu {
width: 100%;
}
#cssmenu ul {
width: 100%;
display: none;
}
#cssmenu.align-center > ul, #cssmenu.align-right ul ul {
text-align: left;
}
#cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover > ul > li {
width: 100%;
height: auto;
border-top: 1px solid rgba(255, 255, 255, 0.20);
}
#cssmenu ul li a, #cssmenu ul ul li a {
width: 100%;
}
#cssmenu > ul > li, #cssmenu.align-center > ul > li, #cssmenu.align-right > ul > li {
/*float: none;
display: block;*/
}
#cssmenu ul ul li a {
padding: 20px 20px 20px 30px;
font-size: 14px;
background: none;
background: rgba(0,0,0,.05);
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
color: #000000;
}
#cssmenu ul ul ul li a {
padding-left: 40px;
}
#cssmenu ul ul, #cssmenu ul ul ul {
position: relative;
left: 0;
right: auto;
width: 100%;
margin: 0;
visibility: visible;
opacity: 1;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a{color:#3cb6d3;}
#cssmenu > ul > li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::after {
display: none;
}
#menu-line {
display: none;
}
#cssmenu #menu-button {
display: block;
padding: 25px 30px;
color: #fff;
cursor: pointer;
font-size: 12px;
text-transform: uppercase;
float: right;
top: 0px;
}
#cssmenu #menu-button::after {
content: '';
position: absolute;
top: 15px;
right: 20px;
display: block;
width: 30px;
height: 4px;
background: #fff;
}
#cssmenu #menu-button::before {
content: '';
position: absolute;
top: 25px;
right: 20px;
display: block;
width: 30px;
height: 14px;
border-top: 4px solid #fff;
border-bottom: 4px solid #fff;
}
#cssmenu .submenu-button {
position: absolute;
z-index: 10;
right: 0;
top: 0;
display: block;
border-left: 1px solid rgba(120, 120, 120, 0.15);
height: 55px;
width: 60px;
cursor: pointer;
}
#cssmenu .submenu-button::after {
content: '';
position: absolute;
top: 21px;
left: 26px;
display: block;
width: 1px;
height: 11px;
background: #fff;
z-index: 99;
}
#cssmenu .submenu-button::before {
content: '';
position: absolute;
left: 21px;
top: 26px;
display: block;
width: 11px;
height: 1px;
background: #fff;
z-index: 99;
}
#cssmenu > ul > li.has-sub:hover > .submenu-button::before, #cssmenu > ul > li.has-sub.active > .submenu-button::before{background: #3cb6d3;}
#cssmenu > ul > li.has-sub:hover > .submenu-button::after, #cssmenu > ul > li.has-sub.active > .submenu-button::after{background: #3cb6d3;}
#cssmenu ul ul li:hover > .submenu-button::before, #cssmenu ul ul li a:hover > .submenu-button::before{background: #3cb6d3;}
#cssmenu ul ul li:hover > .submenu-button::after, #cssmenu ul ul li a:hover > .submenu-button::after{background: #3cb6d3;}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover{color: #3cb6d3;}

#cssmenu .submenu-button.submenu-opened:after {
display: none;
}

}

@media(min-width:991px){
	#cssmenu li.right-submenu:hover > ul {
    left: inherit;
    right: 0;
}
#cssmenu > ul > li.right-submenu ul ul {
    margin-left: 0;
    right: 100%;
}
#cssmenu .right-submenu ul li.has-sub > a::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#cssmenu > ul > li.right-sub-menu ul{  left: inherit;
    right: 0;}

}
.head_buttons{    margin: 25px 0;    text-align: right;}
.head_buttons input[type=button], .head_buttons input[type=submit] {
    padding: 8px 16px;
    background: #fff;
    color: #000;
    border: 2px solid #fff;
    margin-right: 15px;    font-size: 18px;
}
.head_buttons input[type=button].back_prev {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}
.head_buttons input[type=button].back_prev:hover{    background: #3cb6d3; border-color:#3cb6d3;}

.medium-purple a{background:#5c3280;}
.medium-purple a:hover{background:#aa71c2;}
.light-purple a{background:#b3112c;}

#cssmenu ul li.getinv a {border: 2px solid #fff;font-size: 16px;padding:4px 8px;color:#fff;min-height:28px;border-radius: 8px;text-transform: uppercase;}

#cssmenu ul li.getinv a:hover{background:transparent}

.social-icon{padding:15px 0;}
.social-icon:after{content:"";display:table;clear:both;}
.mobrowleft { float:right; }
.fbicon { padding-bottom:5px; }
.fbicon a { color: #fff; font-size: 24px; }
.fbicon a:hover {color:#009ae1;-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 .4s ease;}
.darkHeader .logopart img { width: auto; padding: 16px 0; }
.logopart img {width: 300px;
    padding: 5px 0 20px;
    z-index: 1;
    position: relative;
    margin-top: 0;}
	
@media(min-width:1500px){
	/*.logopart img {width: 450px;}*/
}

@media (min-width: 991px){
#cssmenu > ul > li.nav-right {
    float: right;
}
#cssmenu > ul > li.nav-left {
    float: left;
}
.mobrowleft {
    float: none;
}
}

.brand-centered {

}

.search-prop-button {position:relative; z-index:1; display:inline-block;}
.search-prop-button p{margin-bottom:0;}
.search-prop-button a{color:#fff; font-weight:600;}
.search-prop-button a:hover{color:#3cb6d3;}

.search-prop-button .search-icon{display: inline-block;vertical-align: top; max-width:20px;}

/*Accessibility Panel*/

.header_top_bg {
    position: relative;
    z-index: 20;
    background: #fff;
}
.content-panel-area {
    position: static;
    color: #fff;
}
.content-box {
    padding: 40px;
}
#accessibility ul {
    padding: 0px !important;
}
#accessibility ul li {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    list-style: none;
    padding: 0px;
}
#accessibility ul li a {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    color: #000;
}
#accessibility ul li a:hover {
    color: #3cb6d3;
}
#accessibility ul li.close-content-box {
    width: 2%;
}
.close-content-box {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    padding: 5px;
}

.top-head-header {
    background: #eaeaea;
    padding: 5px 0;

}
.accesible-pannel a {
    color: #000;
    font-weight: 600;
    display: inline-block;
    padding: 2px 0;font-size:14px;
}
.accesible-pannel a .fa {
    padding: 2px 5px;
    width: 22px;
    height: 22px;
    border: 2px solid #000;
    border-radius: 50%;
    font-weight: 600;
}
.accesible-pannel a:hover {
    color: #3cb6d3;
}
.accesible-pannel a:hover .fa {
    border-color: #3cb6d3;
}
.right-top-bar {
    text-align: right;
}
.top-head-header .top-head-bar-links ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    padding-left: 0 !important;
}

.top-head-header .top-head-bar-links ul li {
    display: inline-block;
}
.accesible-pannel{display:inline-block;margin-right:20px;}
.right-top-bar{display:inline-block;}

.right-side-sub-menu{text-align:right;}
.right-side-sub-menu .top-head-bar-links li a{    font-size: 12px;
    color: #000;
    padding: 0 4px;    font-weight: 600;}
.right-side-sub-menu .top-head-bar-links li a:hover{color:#3cb6d3;}
.right-top-bar .top-head-bar-links li {
    margin: 0 2px;font-size:12px;
}
.right-top-bar .top-head-bar-links li i{color:#3cb6d3}
.green-text{color:#00CC00}
.right-top-bar .top-head-bar-links li a {
 
    color: #000;


    font-size: 12px;
    line-height: 1;

}
.right-top-bar .top-head-bar-links li a:hover{color:#3cb6d3}

.top-head-bar-links{display:inline-block;}
.top-head-social-icons{display:inline-block;}
.top-head-social-icons ul{padding-left:0; margin-bottom:0;}
.top-head-social-icons ul li{display: inline-block; margin: 0 2px;}
.top-head-social-icons ul li img{max-width:26px; transition:.3s all; -webkit-transition:.3s all; -moz-transition:.3s all;}
.top-head-social-icons ul li:hover img{opacity:.7}
 
/*Accessibility Panel*/

/*Top head-menu Start*/
.top-head-area{padding-top: 12px;padding-bottom: 12px;}
.head-top-links{    text-align: right; position:relative; z-index:99;}
.head-top-links .head-top-ul-links{display:inline-block;}
.head-top-links .head-top-ul-links ul{margin-bottom:0; padding-left:0;}
.head-top-links li{display:inline-block; margin-left: 0px;}
.head-top-links li a{color:#000; font-weight:500; font-size:12px; padding:7px; display:block }
.head-top-links li a:hover{color:#b4112c;}

.head-top-links li.top-btns a {
    background: #b01b2e;
    border: 2px solid #b01b2e;
    padding-top: 4px;
    padding-bottom: 4px;color:#fff;font-size:14px;border-radius:5px;
}

.head-top-links li.fb-icons{vertical-align: middle; margin-left: 0;}
.head-top-links li.fb-icons a{padding: 0;}
.head-top-links li.fb-icons a img{max-width: 28px; transition:.2s all; -webkit-transition:.2s all; -moz-transition:.2s all;}

.head-top-links li.fb-icons a:hover img{transform:scale(1.15); -webkit-transform:scale(1.15); -moz-transform:scale(1.15);}

.head-top-links li.top-btns{margin-right:10px;}

.head-top-links li.top-btns a:hover{background:#e7b00f; border-color:#e7b00f;}


.head-top-links li.top-btns i{
	    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-top: -4px;
    font-size: 22px;
    margin-left: 5px;
}

.head-top-links li.top-btns span{color:#ffca2f}	

.head-top-links li.top-btns:hover span{color:#b01b2e}
	
.head-top-links li.top-btns i img{    max-width: 15px;
    display: block;
    margin-top: 2px;
    margin-left: -5px;
    margin-right: 2px;}



/*Top Head Menu End*/

/*Translate css*/
/*Google translate*/

.languageimg a, .languageimg{padding:0 !important}
body{top: 0 !important;}
.header_user_info{margin:0;padding:0; display:inline-block; width:140px;     padding-left: 0 !important;}
.goog-te-banner-frame.skiptranslate{display:none !important;}
            #google_translate_element {
            position: relative;    display: inline-block;
            }
            .goog-te-gadget-icon{display:none;}
            .goog-te-gadget-simple {
            background-color: #fff;
            border-left: 1px solid #d5d5d5;
            border-top: 1px solid #9b9b9b;
            border-bottom: 1px solid #e8e8e8;
            border-right: 1px solid #d5d5d5;
            font-size: 10pt;
            display: inline-block;
            padding-top: 1px;
            padding-bottom: 2px;
            cursor: pointer;
            /* zoom: 1; */
            }
            .goog-te-gadget-simple {
            background-color: transparent!important;
            border-color: transparent!important;
            color: #fff !important;
            }
            .goog-te-gadget-simple {
            padding: 0!important;
            }
            .goog-te-gadget-simple {
            background-color: #fff;
            border-left: 1px solid #d5d5d5;
            border-top: 1px solid #9b9b9b;
            border-bottom: 1px solid #e8e8e8;
            border-right: 1px solid #d5d5d5;
            font-size: 10pt;
            display: inline-block;
            padding-top: 1px;
            padding-bottom: 2px;
            cursor: pointer;
            zoom: 1;
            }
            .languageimg .goog-te-gadget-simple > img {
            display: none;
            }
            .languageimg .goog-te-gadget-simple span {
            color: #000;
            }
            .header_user_info li:last-child a {
            border: none;outline: 0;
                color: #000;

            }
			 .header_user_info li:last-child a:hover {
           color:#3cb6d3;
            }
            .goog-te-gadget-simple .goog-te-menu-value {
            color: #000;
            }
            ul.header_user_info a {
            
            font-size:12px;
            text-transform: none;
            }
            ul.header_user_info a, ul.header_user_info li:last-child {
            border-right: 0 solid #101d84;
            }
            .goog-te-menu-value {
            text-decoration: none;
            color: #0000cc;
            white-space: nowrap;
            margin-left: 4px;
            margin-right: 4px;
            }
            ul.header_user_info li {
            border-left: 0 solid #101d84;
            
            font-size: 11px;
            text-transform: uppercase;
            padding: 2px 8px;
            }
            
            ul.header_user_info li.languageimg {
               background: transparent;position:relative;
            }

            .goog-te-menu-value{text-decoration:none !important;}
            .goog-te-spinner-pos{display:none !important;}
            .globe-img:before{content: "" !important;
            background: url(//guamplaza-605d.kxcdn.com/cdn/farfuture/m8ffbGNRAp4N2nBNbB_LJWWvEDFi0YygwzFuiPOW8Ys/mtime:1476082297/sites/all/themes/gp/images/flags-icon.png);
            width: 20px;
            height: 20px;
            background-size: 100%;
            position: absolute;
            left: 0;
            background-repeat: no-repeat;
            top: 5px;
            left: 2px;}
            .cart a{color: #fff;font-size: 20px;}	
            .translation-links{    display: inline-block;
            width: 170px;
            background: rgba(0,0,0,.8);
            padding: 0px;border-top: 1px solid rgb(187, 187, 187);position:absolute;left:0;top:34px;    z-index: 9;border: 1px solid rgba(187, 187, 187,.2);}
            
            .translation-links li {
               border-bottom: 1px solid rgba(187, 187, 187,.2);
    display: block;
    margin: 0;
            }
            .translation-links li a {
                color: #fff !important;
    font-size: 13px;
    display: block;
    padding: 5px 8px;
    text-decoration: none;
    line-height: 1.75;
            } 
            .translation-links{display:none;}
            .translation-links.active-language{    display: inline-block;
    text-align: left;
    width: 200px;}
	.translation-links li a:hover {
    color: #000 !important;
    background: #fff;
}
            .language-section{position:relative;display:inline-block;    margin-right: 10px;}
            .skiptranslate{display:none !important;}
.close_lang i {
    width: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 2px;
    text-align: center;
    font-size: 12px;
}
.translation-links li:first-child a:hover {
    background: none;
    color: #FFFFFF !important;
}

i.flag-icon {
    display: inline-block;
    width: 20px;
    height: 14px;
    vertical-align: middle;
    border: 1px solid #999;
    margin-right: 5px;
}

i.flag-icon.china-flag {
    background: url(../images/china-flag.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
i.flag-icon.taiwan-flag {
    background: url(../images/taiwan_flag.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

i.flag-icon.japan-flag {
    background: url(../images/japan-flag.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
i.flag-icon.korea-flag {
    background: url(../images/korea-flag.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
i.flag-icon.english-flag {
    background: url(../images/uk-flag.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
i.flag-icon.russia-flag {
    background: url(../images/russia-flag.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
i.flag-icon.filipino-flag {
    background: url(../images/Philippines-Flag.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

i.flag-icon.vietnamese-flag{background: url(../images/vietnam-flag.png);background-size:100%;background-position:center;background-repeat:no-repeat;}

i.flag-icon.india-flag{background: url(../images/india_flag.png);background-size:100%;background-position:center;background-repeat:no-repeat;}

i.flag-icon.spain-flag{background: url(../images/spain.png);background-size:100%;background-position:center;background-repeat:no-repeat;}

i.flag-icon.french-flag{background: url(../images/france.png);background-size:100%;background-position:center;background-repeat:no-repeat;}


/*Google Translate*/
/*Translate css*/


/* Menu Part End */

.mobile-top-head{display:none;}


/* START SLIDER */
.bannerarea{position:relative;}
#slider img{height:auto;width:100%;}
#slider { list-style: none; padding: 0; }
.banner-section { position:relative;z-index: 110; }
.banneroverlay { position:absolute; top:0; bottom:0; width:100%; left:0; z-index: 99;     background: rgba(0,0,0,.3);}
.pager-custom {padding:20px;}
.pager-custom ul{padding-left:0;list-style:none;margin:0;text-align: center;}
.pager-custom li{display:inline-block;}
.pager-custom li a{padding:6px 10px;margin:0 2px;text-transform: uppercase;color:#fff;position:relative;font-size: 14px;display:inline-block;}
.pager-custom li a:hover{color:#FB5E39}
.bx-wrapper .bx-controls-direction a{z-index:998 !important}
#slider li{display:none;}
#slider li:first-child{display:block;}
#slider.slick-slider li{display:block;}
#slider{margin:0;}

.banner-o-btn{margin: 0 auto;padding:10px;position:relative;}

#slider .slick-dots {
    bottom: 12px;
    text-align: right;
    padding: 10px;
}
#slider.slick-slider li {
    display: inline-block;
}




#slider li:first-child {
    display: block;
}

#slider li {
    display: none;
}



#slider.slick-slider .slick-dots li {
    display: inline-block;
}


#slider .slick-arrow {
     z-index:100;width:40px; height:40px;
}
#slider .slick-arrow:before{content:none; }
#slider .slick-arrow.slick-prev{left:20px;}
#slider .slick-arrow.slick-next{right:20px;}

ul.slick-dots {
  
    display: inline-block;
    z-index: 999;
    width: auto;
    background: transparent;
    
	    line-height: 0;
}
ul.slick-dots li{display:inline-block !important;width:auto;height:auto;margin:0;}

.slick-dots li button:hover, .slick-dots li.slick-active button {background: #c59408;}

.slick-dots li button {
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 2px solid #fff;
}
.slick-dots li button:before{content:none;}
.slick-dots{display:block !important;}

.bannerarea ul.slick-dots{position: absolute; right: 55px;
     padding: 15px; 
    bottom: 28px;}

.camera-icon-in-banner {
       max-width: 32px;
    float: left;
    position: absolute;
    bottom: 16px;
    right: 15px;
    z-index: 992;transition:.5s all; -webkit-transition:.5s all; -moz-transition:.5s all; 
}
.camera-icon-in-banner:hover{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1);}
/* End Slider */

/* Start Slider over Text */

.banner-bottom-text{position: absolute;
    z-index: 991;
    bottom: 0;
    color: #fff;
    padding: 15px 0; 
    font-size: 14px;width:100%;}
.banner-bottom-text	.hafa-text{font-style: italic;font-size: 16px; margin-bottom: 5px;}
	

.bannertextarea {    text-align: center;
    padding: 10px;}

.forcast-section{margin-bottom:15px;}

.forcast-area .forcast-img {
    display: inline-block;
    vertical-align: top;
}
.forcast-area .forcast-img img {
    max-width: 62px;
    margin-right: 5px;
}
.forcast-area .forcast-detail {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.forcast-area .forcast-detail .large-text {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}
.forcast-area .forcast-detail .small-text {
        font-weight: 600;
    margin-top: 10px;
}
.text-tumon {
    
    text-align: right;
}
.text-banner-over {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    margin: 0 auto;
    bottom: 0;
        left: 50%;
    transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
}

.guam-time{margin-top: 10px;font-weight: 600;}	

.bannertextarea{position:relative;}
/*.bannertextarea:before{    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 30px;
    background: url(../images/banner-text-line.png) no-repeat;
    background-size: 180px;
    background-position: top center;
    left: -10px;
    top: 5px;}*/
.banner-hash-tag{    font-size: 20px;}
	
.bannertextarea .ft-18{font-size:18px;margin: 20px 0;padding: 20px 0;}
.bannertextarea h1 {font-weight: 500;font-size: 38px;margin-bottom: 20px;position:relative;display:inline-block;}
.bannertextarea h1 img{width: 80px;position: absolute;margin-left: 10px;margin-top: -10px;top: 0;right: -90px;}
.bannertextarea p{font-size:20px;}
.bannertextarea span.courgette { font-weight:500; }
.logo-baner{max-width:400px;margin:20px auto;}
.banner-o-btn a{border: 2px solid #fff;padding: 6px 12px;font-size: 20px;background: transparent;color: #fff;display: inline-block;font-weight:700;-webkit-transition: all 0.25s ease-out;position:relative;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;}
.banner-o-btn a:hover{}
.banner-o-btn a:before{content:"";    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;background: #b4112c;z-index:-1;transition:.5s width ease;-webkit-transition:.5s width ease;-moz-transition:.5s width ease;}
	.banner-o-btn a:hover:before{width: 100%;}

.banner-details-field{background: rgba(0,0,0,.5);padding: 20px;width: 100%;max-width: 750px;margin: 50px auto;text-align: left;text-align:center;}
.banner-field-area{position: absolute;bottom: 10%;width: 100%;text-align: center;color: #fff;z-index: 997;}
.banner-details-field input[type=radio]{display:none;	}
.banner-details-field input[type=radio] + label{font-weight:500;margin: 0;}
.banner-details-field input[type=radio] + label:before {
	   content: "";
    display: inline-block;
    width: 25px;
    height: 20px;
	font-size: 0;
    vertical-align: middle;
    margin-right: 8px;
    background-color: transparent;
    border-radius: 4px;
    border: 2px solid #fff;
	}
	
.banner-details-field input[type=radio]:checked + label:before {
	content: "\2713";
    color: #f58634;
    background-color: transparent;
    font-size: 1.8em;
    text-align: center;
    padding: 2px;
    line-height: 0;
    transition: .3s font-size ease-in-out;
	-webkit-transition: .3s font-size ease-in-out;
	-moz-transition: .3s font-size ease-in-out;
	-ms-transition: .3s font-size ease-in-out;
	}
.banner-details-field .or-seperat{padding: 2px 4px;background: #fff;color: #000;margin: 5px 8px;border-radius: 4px;font-size: 12px;}
.banner-details-field .radio-btn-section, .banner-details-field .name-field-section, .banner-details-field .start-button-section{display:inline-block;margin: 5px 15px;}
.banner-details-field input[type=text] {background: transparent;border: 0;border-bottom: 2px solid #fff;transition: .5s border-color ease-in-out;-webkit-transition: .5s border-color ease-in-out;-moz-transition: .5s border-color ease-in-out;-ms-transition: .5s border-color ease-in-out; width: 100%; z-index: 11;position: relative;}
.banner-details-field input[type=text]:focus{border-color:#f58634;outline:0;}

.name-field-section{max-width: 210px; width: 100%;}
.banner-details-field input[type=text]::-webkit-input-placeholder {
   color: #fff;
}

.banner-details-field input[type=text]:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.banner-details-field input[type=text]::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.banner-details-field input[type=text]:-ms-input-placeholder {  
   color: #fff;  
}


.banner-search-section{position:absolute;z-index:992; left:0; right:0; margin:auto; width:96%;max-width: 670px;
    top: 30%;
    text-align: center;}
.banner-search-bar{position:relative;}
.banner-search-bar input[type="text"] {
    width: 100%;
    padding: 10px 20px;
    border: 2px solid #2ec7d5;
    padding-right: 80px;
}
.banner-search-bar button.search-button {
        position: absolute;
    top: 0;
    right: 0;
    width: 62px;
    height: 46px;
    border: 2px solid #2ec7d5;
    background: #2ec7d5;
    padding: 4px;
    box-sizing: border-box;
}
.banner-search-bar button.search-button img{    max-width: 26px;}

.banner-search-bar button.search-button:hover{background:#3cb6d3;}

.banner-search-bar input[type="text"]:focus{background:#f1f1f1;}

.banner-search-bar-text .content-panel-area {
       color: #fff;
    text-align: center;
    margin-top: 25px;
    background: #fff;
    border-radius: 3px;    box-shadow: 0px 3px 15px 0px #888;

}

.banner-search-bar-text .close-content-box{    color: #000;}

.banner-bottom-bar{background:#000; color:#fff;    padding: 10px 0; text-align:center; font-size:20px;}

.banner-bottom-bar ul{padding:0;margin:0;}
.banner-bottom-bar ul li{display:inline-block;    padding: 0 10px;    margin: 0 10px;}

.banner-bottom-bar li a {
    color: #fbf1b4;
}

.banner-bottom-bar li a:hover {
    color: #c59408;
}

.banner-bottom-bar li.business-year{color:#d7b108;}
.banner-bottom-bar li.happy-customer{color:#edd13f;}
.banner-bottom-bar li.properties-today{color:#f7e955;}


.slide-panel-section a{border: 1px solid #fff;
    padding: 10px 28px;
    border-radius: 4px;
    background: rgba(0,0,0,.6);
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    color: #fff;
    margin-left: 4px;}
	

.coral-search-btn a{padding: 12px 20px;
    background: #3cb6d3;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    color: #fff;
 
    border-radius: 7px;    font-size: 14px;vertical-align:middle;}

.coral-search-btn a:hover{background:#000; color:#fff}

.coral-search-btn .start-search{background:#000;}
.coral-search-btn .start-search:hover{background: #3cb6d3; color:#fff;}

	.banner-search-section a .fa{margin-right:-8px;}
.slide-panel-section a:hover{background:#3cb6d3; color:#000;}
.slide-panel-section li.active a {background:#3cb6d3; color:#000;}
.slide-panel-section li{display:inline-block;position:relative;}
.more-search-section{position:relative;}
.more-search-section.selected:before{    content: "";
    position: absolute;
    bottom: -36px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 18px solid #fff;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;}
	
	.slide-panel-section li.active:before{    content: "";
    position: absolute;
    bottom: -36px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 18px solid #fff;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;}
	

.slide-panel-section li.oha.active:before{    content:none;}

.slide-panel-section ul{padding-left:0;}

.coral-search{
    padding: 1px 0px;
	border: none;
    border-radius: 5px;
    box-shadow: none;
    color: #444;
    padding-left: 10px;
    padding-right: 10px;
    height: 46px;
    font-size: 14px;    background-color: #fff; border: none;
    border-radius: 5px;
    box-shadow: none;
    color: #444;   
    font-size: 18px;
    height: 60px;
	overflow:hidden;}
.coral-search select.form-control{max-width: 260px;
    min-height: 60px;
    border: 0;
    padding: 0; background:#fff !important; box-shadow:none !important;-webkit-appearance: none;
-moz-appearance: none;
appearance: none; background:url(../images/angle-down.png) no-repeat !important; background-size: 22px !important;
background-position: right center !important; }

.coral-search select.form-control option{min-height:58px;}

.coral-search-btn{    position: absolute;
    top: 7px;
    right: 12px;}

.search-category{margin-top:30px;}

.more-search-section{}
.more-search-section a{color:#fff;}
.more-search-section a:hover{color:#3cb6d3;}

.banner-search-bar-text .content-box{position:relative;}

/*property search Section Start*/

.property-search-tabs{background: #eee;    padding: 0px 0;    position: relative;text-align:center;
    z-index: 9;}
.property-search-tabs ul{padding:0;display:inline-block;margin:0;}
.property-search-tabs ul li{display:inline-block;margin:0 3px;}
.property-search-tabs ul li a{padding:6px 18px;display:block;color:#b4112c;position:relative;border:1px solid transparent;}
.property-search-tabs ul li a:hover{color:#c59408}
.property-search-tabs ul li.active a{color:#fff; background:#b01b2e;}
.property-search-tabs ul li.active a:after{content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    margin: 0 auto;
    border-top: 20px solid #b01b2e;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;z-index: 9;}

.property-search{
	    padding: 3em 0 2em;
    background-image: url(../images/tringle-pattern.png);

    position: relative;    z-index: 8;}

.property-search:before{content:""; position:absolute; top:0; left:0; width:100%; height:100%;     background: rgba(0,0,0,.1);}

.guam-search-text{float: right;
    line-height: 36px;
	font-size:14px;
    color: #000;}
	
.property-search .form-control{    border-radius: 0;
   border: 2px solid #737375;
    box-shadow: none;
    min-height: 38px;color:#000;}
.property-search .row{    margin-bottom: 1.2em;}	
.property-search .row:last-child{margin-bottom:0;}


.property-search .site-button {border: 2px solid #b01b2e;
    padding: 6px 12px;font-weight:600;font-size:16px;
    background: #b01b2e;
    color: #fff;line-height:1;
	width:100%;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.25s ease-out;
    position: relative;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;height:38px;}
.property-search .site-button:hover{border-color:#fff;background:#c59408; border-color:#c59408;}
	
.property-search .slider{vertical-align:top;}
.property-search .slider-handle{opacity:1;}

.property-search .slider-handle{margin-left:0 !important;}
.slider-selection {background:#c59408 !important;}
.slider.slider-horizontal{width:100% !important;}


.prperty-search-area{margin-top:20px;}



/*property search-section-end*/


/*teaser-section start*/

.teaser-section{padding: 3em 0;
    position: relative;
    z-index: 102;
  }

.teaser-title{padding:.5em 0; text-align: center; position:relative;}	

.more-noteworthy{position:absolute; top:20px; right:0; font-weight:600;}

.teaser-title .title-text{    margin: 10px 0;
        display: inline-block;
    padding: 0 30px;

    text-align: center;
    font-size: 28px;
    color: #000;position:relative; z-index:2;}
	.teaser-title .title-text span{color:#b3112c; padding-right:2px;}
	
.teaser-sub-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 2em;
    color: #b3112c;font-weight:600;
}
.teaser-sub-title a{color:#b3112c; text-decoration:underline;}
.teaser-sub-title a:hover{color:#c59408}
	
.teaser-slider{max-width: 100%;margin: 0 auto;}
	.teaser-item .teaser-image{overflow:hidden;position:relative;}
	
	.teaser-item .teaser-image .prop-over-status{padding: 4px 15px;
    
    font-size: 16px;
	font-weight:600;

    position: absolute;
    top: 0px;
    left: 0px;
    color: #000;}
	
	.teaser-item .teaser-image .prop-price{padding: 6px 10px;
	width:100%;
    background: rgba(0,0,0,.7);
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #fff;}
	
.teaser-item .teaser-image .prop-price .text-properties{    width: 63%;
    display: inline-block;}	

.teaser-item .teaser-image .prop-price .views-count {
    display: inline-block;
    width: 35%;
    text-align: right;
}

.teaser-item .teaser-image .prop-price sup {
    top: -.75em;
    font-size: 14px;
}
	
.teaser-item .teaser-image img	{    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;}
.teaser-item .teaser-image:hover img{-webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1); }
.teaser-item .search-icon{width:40px; display:inline-block;}
	
	.teaser-item .search-icon img{max-width:100%;}
	
	
.prop-slide {}	

.teaser-item figcaption span {
    height: 100%;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.teaser-item{background:#fff;}
.teaser-item-content{padding:10px;}
.teaser-property-specification{padding:15px 0px 10px 0px;}
.teaser-item-property-name{padding:5px 0px 15px 0px;}
.teaser-item-property-name{border-bottom:1px solid #f1f1f1;}

.type-properties{font-size:12px; color:#b3112c;margin-bottom:5px;}
.name-properties{    font-size: 18px; padding-left: 18px;}

.name-properties a{color:#000;}
.name-properties a:hover{color:#b3112c;}
.name-properties .fa{color:#000;margin-left:-18px;}
.name-properties a:hover .fa{color:#b3112c;}
.sub-name-properties{font-size: 14px;color: #999;padding-left:18px;}

.teaser-property-specification ul{padding:0;margin:0;}
.teaser-property-specification ul li{display:inline-block;}
.teaser-property-specification ul li i {display:inline-block;vertical-align:middle;}
.teaser-property-specification ul li i img{max-width:18px;margin:0; padding:0;border:0 !important}
.teaser-property-specification ul li{color:#999; font-size:14px;padding:0 2px;margin:0 5px;}

.properties-link a{    color: #000;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    border: 2px solid #b3112c;
    padding: 7px 18px;
    border-radius: 10px;}
.properties-link a:hover{color: #c59408; border-color: #c59408;}


#properties-slider .slick-arrow{ padding: 8px;}

#properties-slider .slick-arrow:before{content:none;}
#properties-slider .slick-prev, #properties-slider .slick-next{width: 36px;height: auto;}
#properties-slider .slick-prev:hover, #properties-slider .slick-next:hover{opacity:.5;}
#properties-slider .slick-prev{left:-60px;}
#properties-slider .slick-next{right:-60px;}


.teaser-box-item {padding:0 4px;}

.teaser-more-properties-btn {
       margin-top: 30px;
    padding-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.teaser-more-properties-btn input[type=button], .teaser-more-properties-btn input[type=submit]{font-size:20px;}
/*teaser-section end*/


/*Questions section*/

.questions-section{background: #ddd;}

.questions-area{
    background: #c6ab16;
    position: relative;    padding: 40px 0px;}
	
.questions-area:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #c6ab16;
    position: absolute;
    left: 50%;
    z-index: 99;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
}

.questions-area:after {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    background: #ded42f;
    height: 100%;
	top:0;
}
.questions-slider{position:relative;z-index:100;}


.questions-slider > .items{display:none;}
.questions-slider > .items:first-child{display:block;}

.for-question-title {
    text-align: center;
}

.for-question-title .title-box{
        color: #fff;
    font-weight: 800;
    font-size: 24px;
    display: inline-block;
    padding: 5px 15px;
    border: 2px solid #fff;position:relative;    min-width: 250px;
}

.left-item .title-box:before {
    content: "";
    top: 100%;
    left: 18px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left: 0px solid transparent;
    border-right: 41px solid transparent;
    border-top: 28px solid #fff;
    box-shadow: 0px 0px 0px 0px #fff;
}
.left-item .title-box:after {
    content: "";
    top: 100%;
    left: 20px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left: 0px solid transparent;
    border-right: 35px solid transparent;
    border-top: 25px solid #c6ab16;    margin-top: -1px;
}


.right-item .title-box:before {
    content: "";
    top: 100%;
    right: 18px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right: 0px solid transparent;
    border-left: 41px solid transparent;
    border-top: 28px solid #fff;
    box-shadow: 0px 0px 0px 0px #fff;
}
.right-item .title-box:after {
        content: "";
    top: 100%;
    right: 20px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right: 0px solid transparent;
    border-left: 35px solid transparent;
    border-top: 25px solid #ded42f;    margin-top: -1px;
}


.question-text{    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    margin-top: 60px;
    font-size: 18px;}


.question-person{    margin-top: 20px;
    font-size: 14px;}


.questions-area .slick-next {
    right: 60px;
}

.questions-area .slick-prev, .questions-area .slick-next {
    width: 36px;
    height: auto;    z-index: 9;
}

.questions-area .slick-arrow {
    padding: 8px;
}
.questions-area .slick-prev {
    left: 60px;
}

.questions-area .slick-prev:before, .questions-area .slick-next:before{content:none;}


.question-teaser-bottom{    padding: 30px 0;}

.question-buttons{text-align:center;padding-left: 22px;}

.question-buttons a{display:inline-block; padding:8px 20px; background:#000; color:#fff;     margin: 0 3px;}
.question-buttons a:hover{background:#3cb6d3;}

.question-buttons a.light-blue{display:inline-block; padding:8px 20px; background:#666; color:#fff;}
.question-buttons a.light-blue:hover{background:#3cb6d3;}

/*Questions section*/



/*Nearby section */

/*Nearby Section Start*/

	.nearby-title .title {
		text-align: center;
		font-size: 32px;
		color: #000;
	}


.tab-content-part{position:relative;}
.tab-content-part:after{
content: "";
    background-image: url(../images/visit-loader.GIF);
    position: absolute;
	
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 0;    display: block;
	    background-size: 90px;
	}
	
	.tab-pane.active{z-index:9; position:relative;}
	
	


.top-map-links ul{padding-left:0; text-align:center;}
	
.top-map-links li{display:inline-block;}
.top-map-links li{margin-left:-3px;}


.top-map-links li a{border-right: 1px solid #000;padding: 0 15px;color: #000;     line-height: 1;
    display: block;     font-size: 18px;}

.top-map-links li:last-child a{border-right:0;}

.top-map-links li.active a{color:#3cb6d3; font-weight:bold;}


.top-map-links{    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 20px;}
	

.top-map-links li.active{position:relative;}
.top-map-links li.active:after{content: "";
    background: url(../images/arrow-tab.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -34px;
    left: 0;
    width: 36px;
    height: 30px;
    background-position: center;
    right: 0;
    margin: auto;}
	
	/*Tabing Css Here Start*/

/*Tabs start here*/


.nearby-section{  background:url(../images/Oceanfront-New-Homes-in-Hawaii-on-Golf-Course.jpg) no-repeat; background-size:cover; padding:5em 0;     border-bottom: 10px solid #f0ebb1;}

.nearby-area{    max-width: 90%; margin: 0 auto;}

.mytab{margin:20px 0px;padding:10px 0;}
.mytab ul{list-style:none;padding:0;display:block;width:100%;margin:0;}
.mytab ul li{margin:0px;padding:0px;display:inline-block; text-align:center;    position: relative;
    z-index: 11;}
.mytab ul li:first-child{border-left:none}
.mytab ul li a{display:block;padding:6px 15px;font-weight:600;text-decoration:none;font-weight: 500;position: relative;background:transparent;color:#3cb6d3; border:2px solid transparent;}


.mytab ul li a span{background:url(../images/line.png) bottom no-repeat;padding-bottom:8px;    background-size: 105px;}


.mytab ul li.active a{    background-color: #fff;
    color: #3cb6d3;
    z-index: 9;
    border: 2px solid #3cb6d3; font-weight:bold;}

.mytab ul li.active a:after{    
    color: #FFFFFF;
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
border-right: 16px solid transparent;
    border-top: 20px solid #fff;
    border-left: 16px solid transparent;
    margin-left: -16px;    margin-top: -1px;}
	.mytab ul li.active a:before{    color: #FFFFFF;
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right: 19px solid transparent;
    border-top: 23px solid #3cb6d3;
    border-left: 19px solid transparent;
    margin-left: -19px;}


.mytab .tab-content > .tab-pane{ border: 5px solid #3cb6d3;margin-top: 10px;}

.mobile-show{display:none;}



/*Tabing Css Here End*/

/*Nearby Section End*/

/*Nearby section*/

/*Villages List*/


.gallerys-title{    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;}

#gallerys{ margin-bottom: 1em;max-width:90%;margin:0 auto;}
#gallerys .slick-prev, #gallerys .slick-next {
    width: 35px;
    height: auto;
    top: 50%;
    margin-top: -30px;
}

#gallerys{    height: 260px;
    background: url(../images/visit-loader.GIF);
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: 90px;}
	
#gallerys.slick-initialized {
    height: auto;
    background-image: none;
}

#gallerys > .item{display:none;}
#gallerys .slick-arrow:before{content:none !important;}
#gallerys .slick-next {right: -40px;width:40px; max-width:24px}
#gallerys .slick-prev {left: -40px;width:40px; max-width:24px}
#gallerys .item{text-align:center;padding: 0 5px;}
#gallerys .item img { width:100%; cursor:pointer;}
#gallerys .owl-controls .owl-buttons .owl-prev { left: 0px; top: 50%;margin-top:-25px; }
#gallerys .owl-controls .owl-buttons .owl-next { right: 0px; top: 50%;margin-top:-25px; }
.overlay-play-icon{display: block;position: absolute;top: 50%;margin-top: -30px;text-align: center;width:100%;}
.overlay-play-icon img{max-width:60px;transition:1s all;-webkit-transition:1s all;-moz-transition:1s all;display:inline-block;}
#gallerys .item:hover .overlay-play-icon img{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);}

.gallery-item-name{padding: 5px 0;color: #3cb6d3;font-weight:600;margin-top:5px;}
.gallery-item-name a{display:block;color: #000;}
#gallerys .item:hover .gallery-item-name a{color: #3cb6d3;}

#gallerys{margin-bottom:2em;}

.grid-item figcaption span {
    height: 100%;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*Villages List*/

/*insights Section start*/

	.insights-section{background:#ebedec;    padding: 3em 0;
    position: relative;
    z-index: 102;}

	.insights-title {
    margin-bottom: 1em;
    text-align: center;
    position: relative;
}
.insights-title .title-text {
    margin: 10px 0;
    display: inline-block;
    padding: 0 30px;
    background: #ebedec;
    text-align: center;
    font-size: 34px;
    color: #000;
    position: relative;
    z-index: 2;
}

.insights-title .title-text span {
    color: #b3112c;
    padding-right: 2px;
}


.insights-sub-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 2em;
  font-weight:600;
}
.insights-sub-title a {
    color: #b3112c;
    text-decoration: underline;
}
.insights-sub-title a:hover {
    color: #c59408;
}


.service-section.item {
    display: table;    width: 100%;
}
.service-section {
    text-align: center;
}
.service-section .column {
    padding: 3px;
    display: table-cell;
    vertical-align: top;
}
.service-section .column figure{position:relative;}
.service-section .column figure:after{    background: #000;
    position: absolute;
    width: 100%;
    height: 0;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;transition:.5s all;-webkit-transition:.5s all;-moz-transition:.5s all;opacity:.5;}

.service-section .column figure:hover:after{height:100%;}
.service-section figure:hover img{opacity:.8;}
.service-section .col-sec {
        padding: 3px 0;
    position: relative;
}
.service-section .col-sec figure img{width:100%;}
.tag a {
    color: #fff;
}

.tag {
    display: block;
    background: rgba(0,0,0,.5);
    position: absolute;
    z-index: 9;
    left: 0px;
    bottom: 3px;
	width:100%; text-align:left;     padding: 10px 15px;
    font-size: 20px;
	
}

/*Snippet area*/

.snippet-item {
    background: #fff;
    width: 160px;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    position: relative;
    border: 1px solid #000;
    font-weight: 700;
}
.snippet-right {
    position: absolute;
    bottom: 50px;
    right: 2%;
    z-index: 992;
}
.snippet-right {
    -webkit-box-shadow: -10px 10px 0px 0px rgba(0,0,0,1);
    -moz-box-shadow: -10px 10px 0px 0px rgba(0,0,0,1);
    box-shadow: -10px 10px 0px 0px rgba(0,0,0,1);
}
.snippet-right.snippet-item:before {
    top: 100%;
    left: 54px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left: 56px solid transparent;
    border-right: 0px solid transparent;
    border-top: 42px solid #000;
    box-shadow: 0px 0px 0px 0px #000;
}
.snippet-right.snippet-item:after {
    top: 100%;
    left: 74px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left: 45px solid transparent;
    border-right: 0px solid transparent;
    border-top: 36px solid #fff;
}

.snippet-close {
    position: absolute;
    top: -15px;
    width: 30px;
    height: 30px;
    border: 2px solid;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    color: #000 !important;
}
.snippet-right-close {
    left: -15px;
}
.snippet-close i {
    margin-top: 3px;
}

.snippet-close:hover {
    border-color: #3cb6d3;
    color: #3cb6d3 !important;
}

.snippet-left, .snippet-right {
    display: none;
}	


/*Snippet area*/

/*insights section end*/


/*Service Section Start*/

.service-section .column:first-child .tag{background:rgba(179,17,44,.60)}
.service-section .column:nth-child(2) .col-1-1 .tag{background:rgba(100,100,100,.60)}
.service-section .column:nth-child(2) .col-1-2 .tag{background:rgba(231,177,19,.60)}
.service-section .column:nth-child(3) .tag{background:rgba(179,17,44,.60)}



.service-section-slider .slick-arrow:before{content:none;}
.service-section-slider .slick-prev, .service-section-slider .slick-next{width: 36px;height: auto;}
.service-section-slider .slick-prev:hover, .service-section-slider .slick-next:hover{opacity:.5;}
.service-section-slider .slick-prev{left:-60px;}
.service-section-slider .slick-next{right:-60px;}
	
/*service-section-end*/

.property-service-section{background: #999;
    padding: 3em 0;
    text-align: center;}
	
.property-service-title .title-text{    margin: 10px 0;
        display: inline-block;
    padding: 0 30px;

    text-align: center;
    font-size: 34px;
    color: #fff;position:relative; z-index:2;}
	.property-service-title .title-text span{color:#c59408; font-weight:600; padding-right:2px;}
	
.property-service-sub-title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 2em;
    color: #fff;
}

.service-item-icon{margin-bottom:20px;}
.service-item-icon img{    max-width: 85px;}

.service-item-text {
    color: #fff;
    font-size: 18px;
}

.service-section-button{margin-top:30px;padding-top:30px;}
.service-section-button ul{padding-left:0;}
.service-section-button li{display:inline-block;    margin: 0 15px;}
.service-section-button li a{padding:5px 15px; border:2px solid #fff; color:#000;    border-radius: 5px;}

.schedule-a-call a{background:#eece3d;}
.schedule-a-showing a{background:#e9b00b;}

.schedule-a-call a:hover{background:#b3112c; color:#fff;}
.schedule-a-showing a:hover{background:#b3112c; color:#fff;}

/*Testimonial section start*/


.testimional-title-area{text-align:center;margin-bottom:20px;}
.testimional-title-area .title-text{    margin: 10px 0;
        display: inline-block;
    padding: 0 30px;

    text-align: center;
    font-size: 24px;
    color: #3cb6d3;position:relative; z-index:2;}
	.testimional-title-area .title-text span{color:#b3112c; padding-right:2px;}

.testimional-top-links ul{padding-left:0; text-align:center; }
.testimional-top-links ul li{display:inline-block;    margin: 5px;
    padding: 5px 10px;}

.testimional-section{    padding: 4em 0; position:relative; background:#333; z-index:1;}
.testimional-slider{text-align:center; padding:1em 0;}
.testimional-slider .slick-dots{width: 100%;}

.testimional-area{position:relative;}


.most-five-star{color:#b3112c;}
.most-five-star span{    display: block;
    font-size: 14px;}
.most-five-star .fa-star {
    font-size: 30px;
    margin: 6px;
    color: #c59409;
}

.testimional-image{    margin: 1.5em 0 .8em;}

.testimional-image img{    display: inline-block;
    border-radius: 50%;
    width: 100px;
    border: 2px solid #c59408;}


.testimional-text{    font-size: 26px;color: #fff; margin-bottom:30px;}

.testimional-author{margin: 10px 0;font-size: 18px; display:inline-block; color:#fff;}
.testimional-author span{    display: inline-block;
    max-width: 38px;
    vertical-align: middle;
    margin-right: 5px;}

.testimionial-section .side-bar-btn{top: 50%;margin-top: -40px;}

/*Start Side Part*/

.side-bar-btn {
         position: absolute;
    z-index: 199;
    right: 0px;
    transition: right 0.4s ease-in-out;
    top: 32%;
     
}
.side-bar-btn a:focus{outline:0;}

.side-bar-btn .banner-popup-btn {
    background: #91d8f6;
    border: 2px solid #fff;
    border-radius: 18px 0 0 18px;
    height: auto !important;
    padding: 6px 15px;
    width: auto !important;
    border-right: none;
    position: relative;
    z-index: 9;
    display: block;

	-webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.side-bar-btn .banner-popup-btn:hover{background:#f8e00e;}
.side-bar-btn .banner-popup-btn{color: #01669c;font-weight:700;cursor:pointer;text-decoration:none;font-size: 18px;}

.banner-popup-btn img {
       max-width: 42px;
    margin-left: 5px;
}
.banner-popup-btn span, .banner-popup-btn i{display:inline-block;vertical-align:middle; text-align:center;    line-height: 1.2;}
.side-bar-btn .banner-popup-btn-trip-adv {
    background: #777;
    border: 2px solid #ead035;
        border-radius: 30px 0 0 30px;
    height: auto !important;
    padding: 6px 15px;
    width: auto !important;
    border-right: none;
    position: relative;
    z-index: 9;
    display: block;

	-webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.side-bar-btn .banner-popup-btn-trip-adv span{display:inline-block;     vertical-align: middle; text-align:center; line-height:1.2}
.side-bar-btn .banner-popup-btn-trip-adv img{    max-width: 40px;     display: inline-block;     vertical-align: middle;}
.side-bar-btn .banner-popup-btn-trip-adv:hover{background:#b3112c;}
.side-bar-btn .banner-popup-btn-trip-adv{color: #fff;font-weight:700;cursor:pointer;text-decoration:none;font-size: 18px;}
	
/*End Side Part*/

/*Megnific Pop up CSS*/

/* Basic Example */
/* Overlay 
   ------------ */
.my-mfp-slide-bottom.mfp-bg { 
  /* at start */
  opacity:0; 
  -webkit-transition:all 0.15s ease-out; 
  -moz-transition:all 0.15s ease-out; 
  transition:all 0.15s ease-out; 
}
.my-mfp-slide-bottom.mfp-bg.mfp-ready { 
  /* animate in */
  opacity:1; 
      z-index: 99999;
}
.my-mfp-slide-bottom.mfp-bg.mfp-removing { 
  /* animate out */
  opacity:0; 
}  




/* Content 
   ------------ */
.my-mfp-slide-bottom.mfp-wrap .mfp-content { 
  /* at start */
  opacity:0; 
  -webkit-transition:all 0.15s ease-out; 
  -moz-transition:all 0.15s ease-out; 
  transition:all 0.15s ease-out; 
}
.my-mfp-slide-bottom.mfp-wrap.mfp-ready .mfp-content { 
  /* animate it */
  opacity:1; 
}
.my-mfp-slide-bottom.mfp-wrap.mfp-removing .mfp-content { 
  /* animate out */
  opacity:0; 
}
.mfp-wrap{z-index: 99999;}



.mfp-bg{
background-color: rgba(179, 17, 44, 0.9);

}
.mfp-content{vertical-align: top;top:10%;}
.mfp-close-btn-in .mfp-close {
    color: #fff;
    font-size: 44px;
    border: 2px solid #fff;
    border-radius: 30px;
    top: -50px;
    right: 2%;
	}
	.inline-popup {
    position: relative;
    width: auto;
    max-width:90%;
    margin: 20px auto;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    background-color: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 30px;
}

/*End Megnic Pop up Css*/


/*Testimional section end*/


/*Map section*/

.map-section-area{    background: #fff;
    padding: 3em 0;
    position: relative;
    z-index: 102;}

.teaser-title-button{text-align:center;}

.teaser-title-button a{    background: #fff;
    border: 2px solid #c59408;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #d6122a;
     display: inline-block;
        font-size: 16px;
    padding: 7px 10px;
   }
.teaser-title-button a:hover{background:#d6122a;color:#fff;}	
.teaser-title-button a i{    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-top: -2px;}	
.teaser-title-button a img{    max-width: 24px;
    display: block;} 	


.map-canvas-area{ margin: 2em 0;
    padding: 12px;
    border: 2px solid #ddd;
}

/*Map-section*/

/*Start Footer Section*/

footer {
        background: #ccc;
    padding: 2em 0 2em 0;
    background-position: bottom;}
footer ul { color:#000; text-align:center;font-size: 12px; margin:0; padding: 0; }
footer ul li { display:inline-block; }

footer ul.backlinks { color:#000;font-size: 14px; margin:0; padding: 0;     margin-top: 15px;
    margin-bottom: 15px; }
footer ul.backlinks li {display: inline-block;padding: 0 10px;border-right: 1px solid #000;margin-left: -4px;line-height: 12px; }
footer ul.backlinks li:last-child{border-right: 0px solid #fff;}
footer ul.backlinks li a{color:#000 !important;}
footer ul.backlinks li a:hover{color:#3cb6d3 !important;}
.footer-links {
    padding: 1em 0;
    background: #0285a2;
}
.footer-bottom-section{text-align:center;}
.footer-bottom-section img{max-width:220px;}

/*End Footer Section*/


/*Back To Top*/

#back-top { position: fixed; bottom: 20px; left: 20px; margin-left: 20px; z-index: 9999; _position: absolute; _top: expression(documentElement.scrollTop+body.scrollTop);
_margin-top: 500px; }
#back-top a, #back-top-prev a { width: 50px; display: block; text-align: center; font: 11px/100% lato, sans-serif; text-transform: uppercase; text-decoration: none; color: #bbb; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
#back-top span#button { background-color: #CCCCCC; }
#back-top span#button, #back-top-prev span#button-prev { width: 50px; height: 50px; display: block; margin-bottom: 7px; background-color: #ddd; background-position: center center; background-repeat: no-repeat; opacity: 0.8; filter: alpha(opacity = 80); -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
i.fa.fa-arrow-circle-o-up { font-size: 44px; color: #999; padding-top: 4px; }
/*End Back To top*/



/*Image Hover Effect*/




img {max-width: 100%; }
figure { margin: 0; padding: 0; position: relative; display: block; cursor: pointer; overflow: hidden; }
figure:hover figcaption {
-webkit-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
-moz-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
-o-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); filter: alpha(opacity=100); opacity: 1; bottom: 0; }
figcaption {
-webkit-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
-moz-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
-o-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); filter: alpha(opacity=0); opacity: 0; position: absolute; height: 100%; width: 100%; bottom: 100%; background: rgba(0, 0, 0, .5); color: #fff; -webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;

}
figcaption h4 { font-family: 'Open sans'; font-weight: 400; color: #fff; padding: 10px 20px; margin-bottom: 0; position: relative; left: 0; opacity:0; top: 50%;margin-top:-30px; text-align:center; font-size: 30px; -webkit-transition: all .3s;
-moz-transition: all .3s;
-o-transition: all .3s;
-ms-transition: all .3s;
transition: all .3s;
-webkit-transition-delay: .3s;
-moz-transition-delay: .3s;
-o-transition-delay: .3s;
-ms-transition-delay: .3s;
transition-delay: .3s;
transition: opacity .3s;
transition-delay:.3s;
}
figure:hover h4 { left: 0; opacity:1; transition all 2s;
}
figure figcaption::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 1s;
-moz-transition: opacity 0.35s, -moz-transform 1s;
-ms-transition: opacity 0.35s, -ms-transform 1s;
-o-transition: opacity 0.35s, -o-transform 1s;
-webkit-transition: opacity 0.35s, -webkit-transform 1s;
transition: opacity 0.35s, transform 1s;
}
figure figcaption::before {
/*  border: 1px solid #fff;*/
-webkit-transform:scale(1, 0);
-moz-transform:scale(1, 0);
-ms-transform:scale(1, 0);
-o-transform:scale(1, 0);
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
}
figure:hover figcaption::before, figure:hover figcaption::after {
opacity: 1;
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
figcaption a { color: #fff; border: 2px solid #fff; padding: 4px 10px; text-decoration: none; }
figcaption a:hover { color: #fff; }
figure img { 
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
     -moz-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
figure:hover img { -webkit-transform: scale3d(1.1, 1.1, 1);-moz-transform: scale3d(1.1, 1.1, 1);-ms-transform: scale3d(1.1, 1.1, 1);transform: scale3d(1.1, 1.1, 1);}
.videoWrapper { margin: 0px; padding-bottom: 56.25%; z-index: -1; }
.videoWrapper iframe { top: 0; left: 0; width: 100%; height: 100%; display: block; position: absolute; z-index: 99; margin: 0px; padding: 0px; }
#slider { display:block; }
.videobanner { display:none;}
.videobanner-mob-img{display:none;}

@media(max-width:991px){

.videobanner { display:none; }

.videobanner-mob-img { display:none; }

}


/*End Image Hover Effect*/


#cboxWrapper{background:transparent;}
#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxTopCenter, #cboxBottomCenter{ visibility:hidden;}
#cboxClose{ top:0;}
#cboxLoadedContent{ margin-top:30px;}
#cboxContent{ border:5px solid #3cb6d3; padding:15px;}


.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-figure figure img{-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;}
	
.mfp-figure figcaption {background:transparent;}
.mfp-figure figure{cursor:auto;}




























.hover-view {
   
  
}
.hover-view .hover-mask,.hover-view .content {
   width: 100%;
  	height:100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.hover-view img {
   display: block;
   position: relative;
}
.hover-view h3 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(174,19,41, 0.7);
   margin: 20px 0 0 0;
}
.hover-view p {
   
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.hover-view a.info {
   text-decoration: none;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
    border: 1px solid #fff;
    padding: 6px 12px;
    background: #b3112c;
    color: #fff;
    min-width: 150px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0s ease-out;
    position: relative;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
	transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
}
.hover-view-first:hover a.info:hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
       background: transparent;
	   -webkit-transition: all 0s ease-out;
	   transition: all 0s ease-out;
    position: relative;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
	   
}

.hover-view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.hover-view-first .hover-mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(0,0,0, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.hover-view-first h3 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.hover-view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.hover-view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.hover-view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.hover-view-first:hover .hover-mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.hover-view-first:hover h3,
.hover-view-first:hover p,
.hover-view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.hover-view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.hover-view-first:hover a.info {
 
}

.fig-caption{position:absolute;top:50%; transform:translatey(-50%);-webkit-transform:translatey(-50%);-moz-transform:translatey(-50%);-ms-transform:translatey(-50%);width:100%;}


.interest-cat-item .overlay{transform: translateY(0px);-webkit-transform: translateY(0px);-moz-transform: translateY(0px);-o-transform: translateY(0px);-ms-transform: translateY(0px); -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;}
.interest-cat-item:hover .overlay{transform: translateY(200px);-webkit-transform: translateY(200px);-moz-transform: translateY(200px);-o-transform: translateY(200px);-ms-transform: translateY(200px);-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;}
		
		
#testim .slick-arrow{display:none !important;}	

.se-pre-con { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background: url(../images/visit-loader.GIF) center no-repeat; background-color:rgba(254, 254, 254, .9); background-size:90px; }



#properties-slider{    height: 260px;
    background-image: url(../images/visit-loader.GIF);
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: 90px;}
	
#properties-slider.slick-initialized {
    height: auto;
    background-image: none;
}
#properties-slider > .col-md-4 {
    display: none;
}

.tab-area > .tab-pane {
    display: none;
}
.tab-area > .active {
    display: block;
}

.tab-area .form-group .col-md-6{margin-bottom:15px;}


.service-section-slider{    height: 260px;
    background: url(../images/visit-loader.GIF);
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: 90px;}
	
.service-section-slider.slick-initialized {
    height: auto;
    background-image: none;
}
.service-section-slider > .item {
    display: none;
}


.testimional-text{max-width:70%; margin-left:auto; margin-right:auto;}
.testimional-slider{    height: 260px;
    background: url(../images/visit-loader.GIF);
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: 90px; }
	
.testimional-slider.slick-initialized {
    height: auto;
    background-image: none;
}
.testimional-slider > .testi-item {
    display: none;
}


.testimional-slider .slick-arrow:before{content:none !important;}


.testimional-button{text-align:center; margin-top:20px;}

.testimional-button a{padding:5px 15px; display:inline-block; border:2px solid #fff; background:#3cb6d3; color:#fff; font-weight:bold;}
.testimional-button a:hover{background:transparent;}

#footerMenu {
  background: #b4112c;
  color: #FFF;
  width: 100%;
 
  position: relative;
  z-index: 9;
  top: 0px;
  overflow: hidden;
  left: 0;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

#footerMenu.show {
  height:60px;
  border-top:5px solid #f45302;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.hello-bar-text{    font-size: 18px;
    text-align: center;
    font-weight: 600;
    padding: 10px;
    line-height: 30px;}
.hello-bar-text a{color:#fff;display:inline-block;}
.hello-bar-text a:hover{color:#c59408;}

 
	
#hellobar-bar .hb-cta {
	display:inline-block;
	
}
.hello-bar-text a {
	box-shadow:0 0 1px rgba(0,0,0,0);
	-moz-osx-font-smoothing:grayscale;
	backface-visibility:hidden;
	-o-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	transform:translateZ(0);
	-o-transform:translateZ(0);
	-ms-transform:translateZ(0);
	-moz-transform:translateZ(0);
	-webkit-transform:translateZ(0);
	animation-name:wiggle;
	-o-animation-name:wiggle;
	-ms-animation-name:wiggle;
	-moz-animation-name:wiggle;
	-webkit-animation-name:wiggle;
	animation-duration:3s;
	-o-animation-duration:3s;
	-ms-animation-duration:3s;
	-moz-animation-duration:3s;
	-webkit-animation-duration:3s;
	animation-timing-function:linear;
	-o-animation-timing-function:linear;
	-ms-animation-timing-function:linear;
	-moz-animation-timing-function:linear;
	-webkit-animation-timing-function:linear;
	animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
	animation-play-state:running;
	-o-animation-play-state:running;
	-ms-animation-play-state:running;
	-moz-animation-play-state:running;
	-webkit-animation-play-state:running
}
.hello-bar-text a:hover {
	animation-play-state:paused;
	-o-animation-play-state:paused;
	-ms-animation-play-state:paused;
	-moz-animation-play-state:paused;
	-webkit-animation-play-state:paused
}

@-webkit-keyframes wiggle {
	2% {
		-webkit-transform:translateX(3px) rotate(2deg);
		transform:translateX(3px) rotate(2deg)
	}
	4% {
		-webkit-transform:translateX(-3px) rotate(-2deg);
		transform:translateX(-3px) rotate(-2deg)
	}
	6% {
		-webkit-transform:translateX(3px) rotate(2deg);
		transform:translateX(3px) rotate(2deg)
	}
	8% {
		-webkit-transform:translateX(-3px) rotate(-2deg);
		transform:translateX(-3px) rotate(-2deg)
	}
	10% {
		-webkit-transform:translateX(2px) rotate(1deg);
		transform:translateX(2px) rotate(1deg)
	}
	12% {
		-webkit-transform:translateX(-2px) rotate(-1deg);
		transform:translateX(-2px) rotate(-1deg)
	}
	14% {
		-webkit-transform:translateX(2px) rotate(1deg);
		transform:translateX(2px) rotate(1deg)
	}
	16% {
		-webkit-transform:translateX(-2px) rotate(-1deg);
		transform:translateX(-2px) rotate(-1deg)
	}
	18% {
		-webkit-transform:translateX(1px) rotate(0);
		transform:translateX(1px) rotate(0)
	}
	20% {
		-webkit-transform:translateX(-1px) rotate(0);
		transform:translateX(-1px) rotate(0)
	}
}
@keyframes wiggle {
	2% {
		-webkit-transform:translateX(3px) rotate(2deg);
		transform:translateX(3px) rotate(2deg)
	}
	4% {
		-webkit-transform:translateX(-3px) rotate(-2deg);
		transform:translateX(-3px) rotate(-2deg)
	}
	6% {
		-webkit-transform:translateX(3px) rotate(2deg);
		transform:translateX(3px) rotate(2deg)
	}
	8% {
		-webkit-transform:translateX(-3px) rotate(-2deg);
		transform:translateX(-3px) rotate(-2deg)
	}
	10% {
		-webkit-transform:translateX(2px) rotate(1deg);
		transform:translateX(2px) rotate(1deg)
	}
	12% {
		-webkit-transform:translateX(-2px) rotate(-1deg);
		transform:translateX(-2px) rotate(-1deg)

	}
	14% {
		-webkit-transform:translateX(2px) rotate(1deg);
		transform:translateX(2px) rotate(1deg)
	}
	16% {
		-webkit-transform:translateX(-2px) rotate(-1deg);
		transform:translateX(-2px) rotate(-1deg)
	}
	18% {
		-webkit-transform:translateX(1px) rotate(0);
		transform:translateX(1px) rotate(0)
	}
	20% {
		-webkit-transform:translateX(-1px) rotate(0);
		transform:translateX(-1px) rotate(0)
	}
}



@media(min-width:991px){

/* ---------------- For sticky header: class="float-panel"  ------------------*/
.not-sticking {
   transform: translateZ(0);
    transition:all 0.5s; /* Effect for switching from .fixed to static */
}



/* when class="float-panel fixed" */
.sticking {animation: slide-down 0.7s;
  box-shadow:0px 3px 6px rgba(0,0,0,0.15); }

@keyframes slide-down {
    0% {
    	
        transform: translateY(-300px);
    } 
    100% {
     	
        transform: translateY(0);
    } 
		
}



/*-------- Generic styles for the page ------------------*/

.stic.sticking .head-menu{padding:0; min-height: 75px; }
.inner-page-header.stic.sticking .head-menu{ background: #fff;}

.stic.sticking .top-head-header{display:none;}
.stic.sticking .brand-centered{top:0;}
.stic.sticking .logopart img{    width:240px;
    margin: 0px;}
.stic.sticking .logopart{}
.stic.sticking .head-top-menu-links{}
.stic.sticking .top-head-bar{}
.stic.sticking .head-top-buttons{}



}

	
#site-map .first.leaf a::before{ content:"";}
.site-map-menu .first .glyphicon-home{ font-family:inherit;}
.jb-flag-large-screen-mode .jb-thm-thumb-selected .jb-idx-thb-frame,.jb-idx-thb-frame:hover{ height:100% !important;width:100% !important;}
.view-last-update{ display:inline-block;}
#block-block-14 .content{ text-align:center;}



#primary-content .property-list-view h2{display: inline-block;margin-bottom: 0;}

#primary-content .property-list-view .type-properties{float: right;margin-top: 7px;font-size: 14px; font-weight:600}

#primary-content .property-list-view .sub-name-properties{    padding-left: 0;}

#primary-content .property-list-view .teaser-property-specification ul{padding-left:0;}

#primary-content .property-list-view .teaser-property-specification ul li:first-child{margin-left: 0;padding-left: 0;}

#primary-content .property-list-view .teaser-property-specification ul li{color: #999;}

#primary-content .property-list-view .post.tiles{box-shadow:none !important; -webkit-box-shadow:none !important;}

#primary-content .property-list-view .text-left{padding-left: 30px;}
#primary-content .insight-list-view .text-left{padding-right: 30px; padding-left:0;}
#primary-content .insight-list-view .post-info{font-size:14px;}
#primary-content .insight-list-view h2{display:block; margin-bottom: 10px;}

#primary-content .property-list-view h2.post-title a:hover, #primary-content .property-list-view h1.post-title a:hover{color:#3cb6d3}

.field-label-inline {
    margin-bottom: 8px;
}

.ec-directory-option {
    list-style: none !important;
}

#primary-content .insight-details .post-title{font-size: 24px;
    font-weight: 700;
    color: #b4112c;
    margin-bottom: 15px;
	}
	
	#primary-content .insight-details .post-info{font-size:14px;}
	



.in-mobile-menu {background:#ebedec;z-index: 102;position: relative; display:none;}
.in-mobile-menu .head-top-links{ text-align:center;}
.in-mobile-menu .head-top-ul-links li{display:none;}
.in-mobile-menu .head-top-ul-links li.top-btns{display:inline-block;}
.in-mobile-menu .head-top-ul-links li.fb-icons{display:inline-block;}
.in-mobile-menu .head-top-ul-links{margin-top: 10px;margin-bottom: 10px;}


#cssmenu > ul > li.mobile-link{display:none;}

@media(max-width:991px){.top-head-bar .top-head-area{display:none;}.in-mobile-menu{display:block;padding-left: 15px;
padding-right: 15px;}
.properties-link{text-align:center;}
#cssmenu > ul > li.mobile-link{display:block;}
}


@media(max-width:480px){
	.property-search{position:absolute;width:100%; z-index:103;}
	.property-search-tabs{z-index:inherit;}
	.property-search-tabs ul li.active {position:relative;z-index:104;}
}

.prop-close{position: absolute;
    top: -10px;
    right: 0;
    padding: 10px;
    font-size: 24px;
    cursor: pointer;
    font-weight: 600;}
.prop-close{display:none;}

@media(max-width:480px){
	.prop-close{display:inline-block;}
	
	.property-search-tabs ul li.active{border:2px solid #c59408;}
	.property-search-tabs ul li.active a::after{bottom: -22px;}
}

@media(max-width:350px){
	.in-mobile-menu .head-top-links{padding: 0 5px;}
	.in-mobile-menu .head-top-links li.top-btns{margin:0;}
	
}

@media(max-width:767px){
	.insights-title::before{content:none;}
	.teaser-title::before{content:none;}
	
	
}

@media(max-width:991px){
	#primary-content .property-list-view .text-left{padding:0; margin-top:20px;}
}

@media(max-width:450px){

	#primary-content .property-list-view .teaser-property-specification ul li:first-child{padding-left:5px; margin-left:5px;}
	
	#primary-content .property-list-view .type-properties{float:none;}

	#primary-content h2.post-title, h1.post-title{font-size:20px;}
	#primary-content .post.tiles{padding:15px;}
	
	.post-listing-btn{text-align:center;margin-top:20px;}
	
}




.col-md-4.right-side-block {
    border-left: 1px solid #4B4B4D;
}

@media(max-width:991px){
	.col-md-4.right-side-block {
    border-left: 0px solid #4B4B4D;
	border-top: 1px solid #4B4B4D;padding-top:20px; margin-top:20px;
}

}


.form-control{    padding: 6px;
    height: auto;
    border-radius: 0;
    border: 1px solid #999;
    min-height: 36px;
    box-shadow: inset 0 0 0 0 #3cb6d3;
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    transition: all linear 0.4s;}
	
	.form-control:focus {
    box-shadow: none !important;
    background: #f9f9f9;
    border-color: #3cb6d3;
    box-shadow: inset 0px -3px 0 0px #3cb6d3 !important;
}


#webform-client-form-38{max-width: 50%;margin: 0 auto;}
#webform-client-form-38 .form-group{display:inline-block; width:100%;padding:0 15px;}
#webform-client-form-38 .webform-component--honorific{float:left;width:20%;}
#webform-client-form-38 .webform-component--first-name{float:left;width:40%;}
#webform-client-form-38 .webform-component--last-name{float:left;width:40%;}
#webform-client-form-38 .webform-component--date-options{padding:0 15px;}
#webform-client-form-38 .webform-component--email-address, #webform-client-form-38 .webform-component--email-address-again{width:50%; float:left;}
#webform-client-form-38 .webform-component--date{float:left; width:60%;}
#webform-client-form-38 .webform-component--date-2{float:left; width:60%;clear:left;}
#webform-client-form-38 .webform-component--date-3{float:left; width:60%;clear:left;}
#webform-client-form-38 .webform-component--time{float:left; width:40%;}
#webform-client-form-38 .webform-component--time2{float:left; width:40%;}
#webform-client-form-38 .webform-component--time3{float:left; width:40%;}

#webform-client-form-38 .form-actions{display:inline-block; width:100%; padding:0 15px;}



#webform-client-form-41{max-width: 50%;margin: 0 auto;}
#webform-client-form-41 .form-group{display:inline-block; width:100%;padding:0 15px;}
#webform-client-form-41 .webform-component--honorific{float:left;width:20%;}
#webform-client-form-41 .webform-component--first-name{float:left;width:40%;}
#webform-client-form-41 .webform-component--last-name{float:left;width:40%;}
#webform-client-form-41 .webform-component--date-options{padding:0 15px;}
#webform-client-form-41 .webform-component--email-address, #webform-client-form-41 .webform-component--email-address-again{width:50%; float:left;}
#webform-client-form-41 .webform-component--date{float:left; width:60%;}
#webform-client-form-41 .webform-component--date-2{float:left; width:60%;clear:left;}
#webform-client-form-41 .webform-component--date-3{float:left; width:60%;clear:left;}
#webform-client-form-41 .webform-component--time{float:left; width:40%;}
#webform-client-form-41 .webform-component--time2{float:left; width:40%;}
#webform-client-form-41 .webform-component--time3{float:left; width:40%;}

#webform-client-form-41 .form-actions{display:inline-block; width:100%; padding:0 15px;}



#webform-client-form-36 .form-group{display:inline-block; width:100%;padding:0 15px;}
#webform-client-form-36 .webform-component--honorific{float:left;width:20%;}
#webform-client-form-36 .webform-component--first-name{float:left;width:40%;}
#webform-client-form-36 .webform-component--last-name{float:left;width:40%;}
#webform-client-form-36 .webform-component--date-options{padding:0 15px;}
#webform-client-form-36 .webform-component--email-address, #webform-client-form-36 .webform-component--email-address-again{width:50%; float:left;}
#webform-client-form-36 .webform-component--date{float:left; width:60%;}
#webform-client-form-36 .webform-component--date-2{float:left; width:60%;clear:left;}
#webform-client-form-36 .webform-component--date-3{float:left; width:60%;clear:left;}
#webform-client-form-36 .webform-component--time{float:left; width:40%;}
#webform-client-form-36 .webform-component--time2{float:left; width:40%;}
#webform-client-form-36 .webform-component--time3{float:left; width:40%;}

#webform-client-form-36 .form-actions{display:inline-block; width:100%; padding:0 15px;}

input[type="radio"], input[type="checkbox"]{margin-top:-2px;}


@media(max-width:991px){
	#webform-client-form-41, #webform-client-form-38, #webform-client-form-36{max-width:100%;}
	
}
@media(max-width:767px){
#webform-client-form-41 .webform-component--honorific{float:left;width:100%;}
#webform-client-form-41 .webform-component--first-name{float:left;width:100%;}
#webform-client-form-41 .webform-component--last-name{float:left;width:100%;}

#webform-client-form-36 .webform-component--honorific{float:left;width:100%;}
#webform-client-form-36 .webform-component--first-name{float:left;width:100%;}
#webform-client-form-36 .webform-component--last-name{float:left;width:100%;}

#webform-client-form-38 .webform-component--honorific{float:left;width:100%;}
#webform-client-form-38 .webform-component--first-name{float:left;width:100%;}
#webform-client-form-38 .webform-component--last-name{float:left;width:100%;}
	
#webform-client-form-41 .webform-component--email-address, 
#webform-client-form-41 .webform-component--email-address-again{width:100%; float:left;}	
	
#webform-client-form-36 .webform-component--email-address, 
#webform-client-form-36 .webform-component--email-address-again{width:100%; float:left;}

#webform-client-form-38 .webform-component--email-address, 
#webform-client-form-38 .webform-component--email-address-again{width:100%; float:left;}

}

.nolink{cursor:default;}

.address-contact-info{padding:0 15px;}

.redlink{display:inline-block; color:#b3112c}
.redlink:hover{color:#c59408}


#edit-album-wrapper{max-width:300px; width:100%;}
#edit-album-wrapper + .views-exposed-widget{margin-left:0;}

#views-exposed-form-gallery-page{margin-bottom:30px;}


#jb-glry-dlg{z-index:99999; background:#ddd;}

.post-listing-btn{margin-top:1.2em;}
.jb-caption p{    color: #fff !important;
    text-shadow: none;
    font-size: 24px !important;}
	
	
	.sr-only-clip {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    padding: 0 !important;
    border: 0! important;
    white-space: nowrap !important;
    clip: rect(1px 1px 1px 1px) !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
}


.slick-disabled{display:none !important;}


.view-testimonials { margin-top: 30px;}
.view-testimonials  .testi-item:nth-child(odd) {background: rgba(189, 161, 20, .09);border: 1px solid #ddd;}
.view-testimonials .testi-item:nth-child(even) {background: rgba(0,0,0,.06);color: #000;border: 1px solid #ddd;}
.view-testimonials  .testi-item {padding: 10px; margin-bottom: 20px;}
.view-testimonials  {padding: 5px;width: 100%;margin: 0 auto;padding-top: 15px;}
.view-testimonials  .testimional-text { font-size: 22px; font-family: inherit; text-align: center; color: #000;}
.view-testimonials  .testimional-text,.view-testimonials  .testimional-author{max-width: 90%;margin-left: auto;margin-right: auto;display: block; text-align: center;color: #000;}

.modal-body .modal-header { padding: 0;margin-bottom: 15px; padding-bottom: 15px;}
/*.modal-body .modal-header .close { text-indent: -150px;display: inline-block; overflow: hidden; width: 20px;}
.modal-body .modal-header .close:after {content: "x"; text-indent: -20px; display: inline-block;  float: right;}*/
.mobileview{ display:none;}
.col-m5 { width: 50%; padding: 0 15px;}
.col-m3 { width: 20%; padding: 0 15px;}
.col-m4 { width: 30%; padding: 0 15px;}
.post-thumbnail img{ height:auto;}
.post-img-caption a {position: relative; display: block;}
.post-img-caption a span { position: absolute; top: 0;width: 100%;padding: 10px;z-index: 99; left: 0;text-align: center; display: block; font-size: 20px; color: #fff; top: 35%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); opacity: 0; visibility: hidden;transition: .3s all; -webkit-transition: .3s all;   -moz-transition: .3s all;
}
.post-img-caption a:hover span { opacity: 1; visibility: visible;  top: 50%;}
.post-img-caption a:hover:after { height: 100%;}
.post-img-caption a:after { content: ""; position: absolute; top: 0; left: 0; width: 100%;height: 0;background: rgba(0,0,0,.5);transition: .5s all; -webkit-transition: .5s all;  -moz-transition: .5s all;
}
a.small-text-village { font-size: 12px; font-weight: normal;}
.view-villages-list .cus-row { margin-bottom: 20px;clear: both;}
.view-villages-list .cus-row a { margin-bottom: 15px; display: inline-block;}

.modal-body .post-loop-wrap input[type=button]{    margin: 15px;}

.modal.modal-wide .modal-dialog {
    width: 75%;
    margin: 20px auto;
}

.top-head-bar-links .views-row{ display:inline-block;}
#block-block-21{ display:inline-block;}

#counter ul{ padding:inherit;}




.captcha{    display: inline-block;
    width: 100%;
    padding: 0 15px;}



#primary-content .questions-area p{color:#fff;}


#primary-content .questions-area .slick-next{right: 20px;}

#primary-content .questions-area .slick-prev{left: 20px;}


.calculator-section {
    max-width: 460px;
    margin: 30px auto;
}
.calculator-section table{border-collapse:inherit;}
.calculator-section table td {
    padding: 6px;    font-size: 14px;
}

 .calculator-section  input[type="reset"]{    padding: 6px 16px;
    background: #3cb6d3;
    color: #fff;
    border: 2px solid #3cb6d3;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border-radius: 0;
    white-space: normal; margin-left:10px;}
	
 .calculator-section  input[type="reset"]:hover{    text-decoration: none;
    background-color: #3cb6d3;
    color: #fff;
    border: 2px solid #3cb6d3;}
	

.about-guam-page .content_right {
    font-size: 14px;
}
.border_green {
    border: #8b4513 2px solid;
}
.sidebox {
    padding: 15px;
    margin: 0 0 20px 0;
    min-height: 218px;
    height: auto !important;
}

#node-20 .field-name-body{ width:48%; float:left;}
#webform-client-form-20{ float:right; width:48%;}
#block-block-46{width: 48%; float: right;}
.mobileview{display:none;}
.mobileview.table-scroll-text{margin-bottom: -25px;
margin-top: 20px;
font-size: 14px;}
@media(max-width:767px){
	#node-12 .field-name-body, #node-12 .webform-client-form-12{ width:100%; float:none;}
	
	.mobileview {
    display: block;
    margin-bottom: 15px;
}
.col-m3{width:100%; padding:0 15px}
	.col-m4{width:100%; padding:0 15px }
	.col-m5{width:100%; padding:0 15px}
	.post-img-caption a{display:inline-block; margin-bottom:15px;}
	
	.webview {
    display: none;
}
.hpn-thumb .pull-left, .hpn-thumb .pull-right {
    float: none !important;
    text-align: center;
    margin: auto;
}

#node-20 .field-name-body{ width:100%; float:none;}
#webform-client-form-20{ float:none; width:100%;}
#block-block-46{width: 100%; float: none;}
	

.question-text{padding:0 15px;}

}



.contrast-bg .header_top_bg{background:#777;}
.contrast-bg #accessibility ul li a{color:#fff;}
.contrast-bg #accessibility ul li a:hover{color: #3cb6d3;}

.contrast-bg .top-head-header{background: #ccc;}
.contrast-bg .questions-section {background: #3cb6d3;}
.contrast-bg .gallerys-section {border-bottom: 10px solid #3cb6d3;}
.contrast-bg footer {background: #3cb6d3;}
.contrast-bg #primary-content .page-title-small {background-color: rgba(0, 0, 0, .4);}
.contrast-bg .nearby-section{border-bottom: 10px solid #3cb6d3;}
.contrast-bg .head-menu, .contrast-bg .stic.sticking .head-menu{background:#000;}
.contrast-bg .questions-area{background:#000;}
.contrast-bg .questions-area:after{    background: #222;}
.contrast-bg .left-item .title-box:after{border-top-color:#000;}
.contrast-bg .right-item .title-box:after{border-top-color:#222;}
.contrast-bg .questions-area:before{border-left-color:#000;}
.contrast-bg .testimional-section{background:#444;}



.sr-only-clip {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    padding: 0 !important;
    border: 0! important;
    white-space: nowrap !important;
    clip: rect(1px 1px 1px 1px) !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
}

.top-head-area{padding-left:15px; padding-right:15px;}
.top-head-area .col-md-12{padding:0;}

@media(max-width:480px){
	.more-search-section.selected::before {bottom:-28px;}
	.mytab ul li{margin-bottom:15px;}
	#google_translate_element{display:block;}
}
#views-exposed-form-exclusives-properties-list-page{ display:none;}


.map-laoding {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;

    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 90px;
    background-image: url(../images/visit-loader.GIF);
}

.map-laoding.hide-loading{display:none;}

.tab-pane iframe{display:block;}




a.mobile-accordion-btn{border: 1px solid #fff;
    padding: 10px 28px;
    border-radius: 4px;
    background: rgba(0,176,199,.6);
    display:block;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    color: #fff;
    margin-left: 4px; margin-bottom:20px;}
	
a.mobile-accordion-btn:hover{    background: #3cb6d3;
    color: #000;}	
	
a.mobile-accordion-btn.active-cls{    background: #3cb6d3;
    color: #000;}		
	
	a.mobile-accordion-btn{display:none;}
	@media(max-width:767px){
		.coral-search{height:auto; margin-bottom:40px; position:relative; background:none;}
		
		.coral-search:before{content:""; background:#fff; border-radius:5px;height: 60px;width:100%; position:absolute; left:0; top:0;}
		.coral-search > form{position:relative;z-index:1;}
		
		.banner-search-bar{display:none;}
		a.mobile-accordion-btn{display:block;}
		
	}
	
	#views-exposed-form-villages-list-page{display:none;}
	
	
	.bgback {
    padding: 2em 0 2em 0;
    position: relative;
    z-index: 102;

}
.director-message {
    background: #fff;
    padding: 1.5em 1em;
}
.director-img figure {
    border: 2px solid #ccc;
}
figure {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    overflow: hidden;
}
.director-img figure img {
    padding: 5px;
    width: 100%;
    background: #fff;
}
figure img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.director-title {
    margin-bottom: 20px;
}
.director-title .h1-text {
    font-size: 20px;
    color: #3cb6d3;
}

#block-block-2{ display:inline-block;}

@media(min-width:991px){
	.pull-right-md {float: right;}
	
	
}

#webform-client-form-65, #webform-client-form-59{max-width:50%;}

@media(max-width:991px){
	.head_buttons{text-align:center}
	.head_buttons input[type="button"], .head_buttons input[type="submit"]{margin-right: 8px;font-size: 12px;padding: 8px 8px;}
	.brand-centered {text-align: center;}
	.brand-centered .logopart img {max-width: 320px;padding: 8px 0 8px;}
	.listing-part-right .saved-favorites {

    width: 100%;
    text-align: center;
    margin-top: -62px;

}

}

@media(max-width:767px){
	#flexmls_connect__colorbox {
		outline: 0!important;
		width: calc(100% - 40px)!important;
		overflow: hidden!important;
		box-sizing: border-box!important;
		max-width: 500px!important;
		margin-left: 18px;
	}
	
	div#flexmls_connect__colorbox * {
		max-width: 100%!important;
		box-sizing: border-box;
		overflow: hidden;
	}
	
	#flexmls_connect__cboxMiddleLeft, #flexmls_connect__cboxMiddleRight, #flexmls_connect__cboxTopLeft, #flexmls_connect__cboxTopCenter, #flexmls_connect__cboxTopRight, #flexmls_connect__cboxBottomLeft, #flexmls_connect__cboxBottomCenter, #flexmls_connect__cboxBottomRight{
		display: none;
	}
	
	#flexmls_connect__colorbox table td{
	display: inline-block;
	width: 100%;
	padding: 0!important;
	}
	
	.flexmls_connect__schedule_showing_table input[type="text"], .flexmls_connect__schedule_showing_table textarea{
		width: 100%!important;
		margin-bottom: 10px!important;
	}
	.flexmls_connect__contact_form{
	padding: 15px;
	}
	
	.flexmls_connect__contact_form h1 {
		text-align: center;
		font-size: 20px;
		font-weight: 600;
		margin-top: 0;
	}
	#flexmls_connect__cboxLoadedContent {
		margin: 0;
	}
	#flexmls_connect__colorbox label {
		font-size: 12px;
	}
	#flexmls_connect__cboxClose{
		top: 12px;
		right: 15px;
	}
	div#flexmls_connect__showing_error {
		font-size: 13px;
		margin-top: -15px;
		margin-bottom: 5px;
	}
	.flexmls_connect__page_content .flexmls_connect__sr_view_options, .flexmls_toggle-view{
		width: auto;
	
		display: table;
		margin: 0 auto;
		margin-bottom: 10px;
	}
}
#MortgageMinder .table-responsive{border:0;}

@media(max-width:380px){
	.brand-centered .logopart img {max-width: 280px;}
}

@media(max-width:350px){
	.brand-centered .logopart img {max-width: 250px;}
}


.is-affixed .inner_wrapper_stick{padding:0 15px;}