html{
    height: 100%;
    font-size: 62.5%; /* Equal to 10px */
}
html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);    
}
body{
    margin: 120px 0 0;
    padding: 0;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #393939;
    /*height: 100%;*/
    background: #fff;
    -webkit-font-smoothing: antialiased; 
}
button, a{
    text-decoration: none;
    color: #393939;
    outline: 0 transparent!important;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
a:focus, a:hover, a:active, a:selected, a:visited{
    outline: 0;
}
a:hover{
    color:#ffd204; 
}
*, *:after, *:before{
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    -ms-box-sizing: border-box;    
    -o-box-sizing: border-box;    
    box-sizing: border-box;   
}
table{
    width: 100%;
    border: 0;
}
h1, h2, h3, h4, h5{
    line-height: 1.2;
    margin: 0 0 12px;
}
h1{                 
    font-size: 2.6rem;
}
h2{
    font-size: 2.4rem;
}
h3{
    font-size: 2.2rem;
}
h4{
    font-size: 1.8rem;
}
h5{
    font-size: 1.6rem;
}
p{
    margin: 0 0 8px;
}       
hr {
    display: block;
    height: 1px;
    background: #393939;
    border: 0;
    margin: 10px 0;
    padding: 0;
}
ul, ol{
    margin: 0 0 10px;
    padding: 0 0 0 16px;
}
li{
    margin: 0 0 2px;
    padding: 0;
}

.floatL{
    float: left!important;
}
.floatR{
    float: right!important;
}
.clearBoth{
    clear: both;
    display: block;
}
.icon-qv{
    margin-right: 6px;
}
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?gwzarh');
    src: url('../fonts/icomoon.eot?gwzarh#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?gwzarh') format('truetype'),
    url('../fonts/icomoon.woff?gwzarh') format('woff'),
    url('../fonts/icomoon.svg?gwzarh#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-qv:before {
    content: "\e900";
}
#mobileNavBtn{
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    background: #000;
    z-index: 9;
    color: #fff;
    text-align: center;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #159361;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}
body.pace-done{
    background: #159361;
}
.loader{
    background: #fff url(../images/loader.gif) center no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 50%;
    top:50%;
    margin: -24px 0 0 -24px;
    z-index: 999;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}
.material-icons{
    font-size: 2.4rem;
}
img{
    border: 0;
    vertical-align: middle;
}
picture{
    display: block;
    margin: 0;
    text-align: center;
}
picture img{
    max-width: 100%; 
}
.photo{
    background: #fff url(../images/loader.gif) center no-repeat;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.photo img{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
a.photo:hover img, a:hover .photo 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);*/
}
.pace-done .photo{
    background: transparent;
}
.pace-done .photo img{
    opacity: 1;
    filter: alpha(opacity=100);
}
.video video{
    opacity: 0;
}
.pace-done .video video{
    opacity: 1;
}


/* Alerts */              
.alert{
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 12px; 
}
.alert.success{
    color: #117711;
}    
.alert.error{
    color: #e51400;
}
.alert.info{
    color: #2288cc;
}
.notification{
    color: #fff;
    font-size: 1.4rem;
    padding: 10px 25px 10px 35px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    margin: 5px 0;
    position: relative;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}              
.notification .close-btn {
    background: url(../images/icon-clear.png) center no-repeat;
    width: 30px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.notification.info{
    background-color: #2288cc;  
    background-image: url(../images/icon-notification.png); 
} 
.notification.error{
    background-color: #e51400;
    background-image: url(../images/icon-error.png);
} 
.notification.success{
    background-color: #117711;
    background-image: url(../images/icon-success.png);    
}
/* */


/* Listing */
.listing{
    position: relative;
}
.listing ul{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}
.listing li{
    margin: 0;
    padding: 0;
    opacity: 0;    
    -webkit-transform: scale(0.5);    
    -ms-transform: scale(0.5);    
    transform: scale(0.5);  
}
.listing .holder{
    display: block;
    position: relative;
    overflow: hidden;
}
.listing .title{
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    max-height: 60px;
    -webkit-box-orient: vertical;     
    -webkit-line-clamp: 3;   
}
.listing .capacity{
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    max-height: 18px;
    line-height: 18px;
    -webkit-box-orient: vertical;     
    -webkit-line-clamp: 1;   
}
.listing .date{
    display: block;
}  
.listing .summary{
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.listing .details{
    display: block;
}
.listing .photo{
    z-index: 0; 
}
.listing .photo img{
    width: 100%;
    height: 100%;
    display: block; 
    position: relative;
    left: 0;
    top: 0;
}
.listing .btn.more{
    float: none;
    width: 200px;
    margin: 0 auto 20px;
}

.flipIn {
    -webkit-animation-name: flipIn;
    -ms-animation-name: flipIn;
    animation-name: flipIn;

    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;

    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;

    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;

    -webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s;
}
.lt-ie10 .listing li.flipIn {
    opacity:1;
}
/* */


/* Paging */
.page-numbering{
    margin: 20px 0 30px;
    width: auto;
    height: 30px;
    text-align: center;
    clear: both;
    position: relative;
}
.page-numbering ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 30px;
    width: auto;
    position: relative;
    z-index: 1;
}
.page-numbering li{
    width: 40px!important;
    height: 30px;
    margin: 0 0 0 8px!important;
    padding: 0;
    display: inline;
    text-align: center;
    float: left!important; 
    opacity: 1;    
    -webkit-transform: scale(1);    
    -ms-transform: scale(1);    
    transform: scale(1); 
}
.page-numbering li:first-child{
    margin-left:0!important;
}
.page-numbering a{
    display: block;
    font-size: 1.4rem;
    line-height: 30px;
    color: #fff;
    background-color: #a8a8a8;
    position: relative;
    height: 30px;
    z-index: 1;
    border: 1px solid #a8a8a8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;    
}
.page-numbering a:hover{
    color: #fff;      
    border: 1px solid #159361;
}
.page-numbering a .material-icons{
    display: block;
    font-size: 2rem;
    line-height: 28px;
}
.page-numbering a:after, .page-numbering a:before{
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    width:100%;
    height: 0;
    background-color: #159361; 
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.page-numbering a:before{
    top:0;
}
.page-numbering a:after{
    bottom:0;
}
.page-numbering a:hover:before, .page-numbering a:hover:after{
    height:100%;
}
.page-numbering a.selected{    
    color: #fff;
    background-color: #159361; 
    border: 1px solid #159361;
}
.page-numbering:after{
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
    background: #a8a8a8; 
    z-index: 0; 
}

/* */


/* Forms */
input, select, textarea, button{
    color: #393939;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
}
textarea {
    resize: vertical;
    min-height: 100px;
}
input, textarea{
    text-indent:15px;
}
select{
    text-indent:10px;
}

.form .input{
    float: left;
    position: relative;
    margin-bottom: 10px;
    width: 49%;
    height: 36px;
    border: 1px solid #ccc; 
    background: #fff;   
}
.form .input input[type='text'],
.form .input input[type='password'],
.form .input input[type='number'],
.form .input input[type='email'],
.form .input input[type='tel'],
.form .input select{
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;    
    line-height: 36px;
    background: #fff;
    color: #a4a4a4;
    display: block;
}
.form .input select option{
    color: #393939;
}
.form .input.full{
    width: 100%;
    clear: both;
}
.form textarea{
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    border: 1px solid #ccc;
    clear: both;
    display: block;
    resize: none;
}
.form .separator{
    float: left;
    margin-bottom: 10px;
    width: 2%;
    height: 36px;
}
.form.small .input{
    float: none;
    width: 100%;
    clear: both;
}

.input.select select{
    padding-right: 46px; 
    position: relative;
    z-index: 1;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.input.select:after{
    content: "\e313";   
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 36px;
    height: 100%;
    line-height: 34px;
    font-size: 24px;
    text-align: center;
    overflow: hidden;
    z-index: 0;
    display: block;
    color: #fff;
    background: #159361;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    cursor: pointer;
    font-family: 'Material Icons';
    pointer-events: none;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* */


/* Google Map */
.map{
    background: url(../images/loader.gif) center no-repeat;
    position: relative;
    height: 400px;
    overflow: hidden;
}
.map iframe{
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}
/* */

/* Btns */
.btn .left{
    margin-right:10px; 
}
.btn .right{
    margin-left: 10px; 
}
.btn i{
    float: left;
    display: block;
    line-height: 36px;
    margin-right: 6px;
    margin-left: -6px;
}
.btn i.right{
    margin-right: -6px;
    margin-left: 6px;
    float: right;
}  
.btn{
    display: block;
    position: relative;
    z-index: 0;
    float: left;
    height: 36px;
    padding: 0 20px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 36px;
    overflow: hidden;
    color: #fff;
    background: #159361;
    margin-bottom: 10px;
    outline: 1px solid #fff!important;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.btn:hover{
    background:#fff;
    color:#fff;
    outline: 1px solid #159360!important;
}
.btn:after{
    content: ""attr(name)"";
    position: absolute;
    left: 20px;
    top:0;
    bottom: 0;
    z-index:1;
    display: block;
    line-height: inherit;
    color: #159361;
    text-align:center;
    max-width: 0;
    visibility: hidden;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: max-width 1s;
    -moz-transition: max-width 1s;
    -ms-transition: max-width 1s;
    -o-transition: max-width 1s;
    transition: max-width 1s;  
    -webkit-transition-delay:0.15s;
    transition-delay:0.15s;
    right: 20px;
}
.btn:hover:after{
    max-width:100%;
    visibility:visible;
}


/* Holders */
header{
    background: #fff;
    padding: 0 40px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #eee;
}
header .center{
    position: relative;
    max-width: 1200px;
    margin: 0 auto
}
header .main-logo{
    padding: 19px 0;
    display: block;
    overflow: hidden;
    float: left; 
}
header .main-logo img{
    display: block;
    position: relative;
    z-index: 1;
    max-width: 100%;
}
header h1{
    text-indent: -1000px;
    color: #fff;
    margin: 0;
    font-size: 0;
}
header h1 span{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
header #mnuPartnerWithUsMobile {
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	height: 40px;
	line-height: 36px;
	background: #fff;
	color: #393939;
	border: 2px solid #159361;
	padding: 0 8px;
	display: none;
}
.main-menu{
    float: right;
    margin-top: 70px;    
}
.main-menu .holder{
    position: relative;   
}

.main-menu .menu2{
    position: absolute;
    right: 0;
    top: -70px;
}
.main-menu .menu2 ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-menu .menu2 li{
    float: left;
    /*margin: 0 0 0 25px;*/
    margin: 0 0 0 5px;
    padding: 20px 0 0 25px;
    position: relative;
}   
.main-menu .menu2 li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #149260;
    display: block; 
    width: 1px;
    height: 20px;
}
.main-menu .menu2 li:first-child{
    margin-left: 0;
    padding-left: 0;
}
.main-menu .menu2 li:first-child:before{
    display: none; 
}
.main-menu .menu2 li a{
    color: #393939;
    position: relative;
    display: block;
}
.main-menu .menu2 li a:hover,
.main-menu .menu2 li a.selected{
    color: #ffd204; 
}
.main-menu .menu2 li i{
    margin-right: 10px;
    top: 6px;
    position: relative;
}

.main-menu .menu1 ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-menu .menu1 li{
    margin: 0 0 0 11px;
    padding: 0 0 0 11px;
    position: relative;
    float: left;
}
.main-menu .menu1 li:first-child{
    display: none;
}
.main-menu .menu1 li:before{
    content: "";
    display: block;
    background: #ffd204;
    height: 3px;
    width: 3px;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -3px;
}
.main-menu .menu1 li:last-child:before{
    display: none;
}
.main-menu .menu1 li a{
    font-family: 'Montserrat', sans-serif;
    display: block;
    color: #159361;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
}
.main-menu .menu1 li a:hover,
.main-menu .menu1 li a.selected{
    color: #ffd204; 
}

.main-menu .menu1 li:hover a{
    color: #ffd204; 
}

.main-menu .menu1 .sub-menu{    
    padding-top: 24px;
    overflow: hidden;  
    position: absolute;
    top: 100%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    max-height: 0;
    z-index: 999;
    -webkit-transition: all .35s ;
    -moz-transition: all .35s ;
    -ms-transition: all .35s;
    -o-transition: all .35s ;
    transition: all .35s ;
}
.main-menu .menu1 .sub-menu ul{
    margin: 0;
    padding: 0; 
    list-style: none;
    width: 100%;
}
.main-menu .menu1 .sub-menu li{
    margin: 0;
    padding: 0;
    float: none;
    display: block;
}
.main-menu .menu1 .sub-menu a{
    font-family: 'Roboto', Arial, sans-serif;
    padding: 5px!important;
    color:#fff!important;
    font-size: 1.2rem;
    line-height: 20px; 
    font-weight: 400;
    display: block;
    background: #333;
    border-top:1px solid #fff;
    text-align: center;
}  
.main-menu .menu1 .sub-menu a:hover, 
.main-menu .menu1 .sub-menu a.selected{
    color:#fff!important;
    background: #159361;
}  
.main-menu .menu1 li:hover .sub-menu{
    max-height: 200px;
}


.panel-on{
    overflow: hidden;
}
header .overlay{
    background: url(../images/bg-black60.png);
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 99px;
    bottom: 0;
    left: 0;
    width: 0;
    z-index: 996;
    opacity:0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.panel-on header .overlay{
    opacity:1;
    width: 100%;
}

footer{
    padding: 0 40px;
    position: relative;
    background: #159361;
    color: #fff;
    border-top:1px solid #fff;
}
footer .center{
    padding: 30px 0;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 1.3rem;
}
footer a{
    color: #fff;
}
footer .menu{
    position: absolute;
    right: 0;
    top: 32px;
}
footer .menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .menu li{
    float: left;
    margin: 0 0 0 8px;
    padding: 0  0 0 8px;
    position: relative;    
}
footer .menu li:before{
    content: "";
    position: absolute;
    left: -1px;
    bottom: 2px;
    display: block;
    height: 2px;
    width: 2px;
    background: #fff;
}
footer .menu li:first-child{
    margin-left: 0;
    padding-left: 0;
}
footer .menu li:first-child:before{
    display: none;
}
footer .menu li a{
    display: block;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
}
footer .menu li a:hover,
footer .menu li a.selected{
    color: #ffd204;
}

.main-content{
    padding: 40px;
    position: relative; 
    background: #fff;
    z-index: 2;
}
.main-content.grey{
    background-color: #f7f7f7;
}
.main-content .center{
    position: relative;
    max-width: 1200px;
    margin: 0 auto; 
}
.main-content .center:after{
    content: "";
    display: block;
    clear: both;
}
.main-content.bg-map{
    background: #fff url(../images/bg-map.png) right top no-repeat;
}  
/* */

/* Home */
.main-slider{
    background: #fff;
    height: 500px;
    position: relative;
    z-index: 1;
}
.main-slider .flexslider{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.main-slider .back{
    background-color: #fff;
    background-position: center 120px ;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity:0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.main-slider .holder{
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 0 40px;
}
.main-slider .slides{
    height: 100%;
}
.main-slider .slides li{
    height: 100%;
}
.main-slider .holder .center{
    position: relative;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: table;
}
.main-slider .holder .cell{    
    display: table-cell;
    vertical-align: middle;    
}
.main-slider .holder .details{
    color: #fff;
    width: 50%;
    padding-right: 40px;
    padding-bottom: 20px;
    text-transform: uppercase;
    left: -100%;
    position: relative;
    opacity:0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.main-slider .flex-active-slide .holder .details{
    opacity:1;
    left: 0;
}
.main-slider .holder h2{
    font-size: 3.5rem;    
    margin: 0;
    line-height: 1.1;    
    font-family: 'Montserrat', sans-serif;
}
.main-slider .holder h3{
    font-size: 3.3rem;
    font-weight: 300;
    margin-bottom: 2px;
    line-height: 1.1;
    font-family: 'Montserrat', sans-serif;
}
.main-slider .btn{
    font-family: 'Montserrat', sans-serif;
    margin-top: 30px;
    background: transparent;
    outline: 1px solid #fff!important;
    font-weight: 300;
    font-size: 1.1rem;
    padding: 0 35px;
}
.main-slider .btn:hover{
    /*outline-color: #000!important;*/
}
.main-slider .overlay{
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: url(../images/bg-green75.png);
}
.main-slider .flex-control-nav{
    bottom: 40px;
    z-index: 3;
    right: 0;
    width: auto;
    max-width: 25%;
    text-align: right;
    left: 25%;
    padding-right: 40px;
}
.main-slider .loaded .back{
    opacity:1;
}

h2.sub-title{
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;  
    font-weight: 700;
    color: #159361;
    min-height: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}
h2.sub-title.centered{
    text-align: center;
}
h2.sub-title span{
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 18px;
    position: relative;  
    display: inline-block;
}
h2.sub-title span:after{
    content: "";
    width: 140px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    bottom: 1px;     
    background: #159361;
}

h3.sub-title{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;  
    font-weight: 700;
    color: #159361;
    margin-bottom: 8px;
}
.title .anchor{
    color: #159361!important;
}

.featured-glance{
    float: right;
    width: 50%;
    margin-top: -130px;
    background: #fff;
    position: relative;
}
.featured-glance .content{
    padding: 30px 25px;    
    position: relative;
    z-index: 1;
}
.featured-quote{
    color: #ffd204;
    width: 50%;
    float: right;
    margin-bottom: 50px;
    font-family: 'Montserrat', sans-serif; 
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;   
    cursor: default;
}
.featured-quote h2{
    font-size: 7rem;
    line-height: 1;
    margin-bottom: 2px; 
    margin-left: 20%;  
}
.featured-quote h3{
    font-size: 4.2rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 2px;
    margin-left: 20%; 
}
.featured-quote h4{
    font-size: 3.8rem;
    line-height: 1;
    margin-bottom: 2px; 
    margin-left: 20%; 
}
.featured-quote h5{
    font-size: 2.8rem;
    line-height: 1;
    margin-bottom: 2px;   
    margin-left: 20%;    
}

.featured-cat{
    border-top:1px solid #fff;
    width: 50%;
    float: left;
    margin-top: -40px; 
    margin-bottom: 50px;
}
.featured-cat .listing li{
    width: 50%;
    float: left;
}
.featured-cat .listing .photo{
    padding-bottom: 150% ;
}
.featured-cat .listing .photo:before{
    background: url(../images/bg-black40.png);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.featured-cat .listing .photo img{
    position: absolute;
}
.featured-cat .listing .details{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px;
    z-index: 2;
    text-align: center;
    color: #fff;
}
.featured-cat .listing .cat{
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 1.2;
}
.featured-cat .listing .info{
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
}
.featured-cat .listing .details .btn{
    display: inline-block;
    margin-top: 36px;
    float: none;
}
.featured-cat .listing li .holder{
    border-left:1px solid #fff; 
}
.featured-cat .listing li:first-child .holder{
    border-left:0;
}

.listing.products li{
    float: left;
    width: 23.5%;
    margin: 0 2% 20px 0; 
}
.listing.products li:nth-child(4n){
    margin-right: 0;
}
.listing.products .photo{
    padding-bottom: 100%;
    border: 1px solid #f0f0f0;
}
.listing.products .photo img{
    position: absolute;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.listing.products .photo:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    z-index: 1;
    opacity:0;
    background: url(../images/bg-black40.png);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.listing.products .holder:hover .photo:after{
    opacity:0.3 ;
}
.listing.products .holder:hover .photo img{
    /*  filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);    */
}
.listing.products .details{
    color: #575757;
    text-align: center;
    position: relative;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    padding: 10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    min-height: 36px;
}
.listing.products .details:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #159361;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    z-index: -1;
}
.listing.products .holder:hover .details:after{
    height:100%;
}
.listing.products .title{
    font-size: 1.6rem;
    line-height: 18px;
    max-height: 18px;
    -webkit-line-clamp: 1; 
}
.listing.products .capacity{
    font-size: 1.6rem;
    line-height: 18px;
    max-height: 18px;
    -webkit-line-clamp: 1; 
}
.listing.products .holder:hover .details{
    color: #fff;
}

.listing.products .buttons{
    position: absolute;
    z-index: 3;
    top: 0;
    margin-top: -42px;
    overflow: hidden;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.listing.products .buttons a{
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;    
    margin: 0 5px;
    text-align: center;
    position: relative;
    -webkit-transition-delay:0.35s;
    transition-delay:0.35s;
}
.listing.products .buttons a:first-child{
    left: auto;
    right: 100%;   
}
.listing.products .buttons .material-icons{
    line-height: 42px;
    display: block;
    background: #159361;
    color: #fff;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.listing.products .holder .buttons .view-fancy{
    left: 100%;
}
.listing.products .holder .buttons .view-all{
    right: 100%;
}
.listing.products .holder:hover .buttons{
    margin-top: -50px;
    top: 50%;
}
.listing.products .holder:hover .buttons .view-fancy{
    left: 0;
}
.listing.products .holder:hover .buttons .view-all{
    right: 0;
}
.listing.products .holder:hover .buttons a:hover .material-icons{
    background: #ffd204;
    color: #fff;
}

.small-note{
    margin: 10px 0;
    line-height: 16px;
    font-size: 1.2rem;
    text-align: right;
    font-style: italic;
    color: #333;
}

.filter{
    position: absolute;
    right: 0;
    top: 0;
}
.filter .input{
    float: left;
    height: 36px;
    margin-left: 15px;
    width: 180px;
    border: 1px solid #ccc; 
}
.filter .input:first-child{
    margin-left: 0;
}
.filter .input select{
    width: 100%;
    height: 100%;
    border: 0;    
    line-height: 34px;
    color: #a4a4a4;
    display: block;
}

.simple-carousel{
    position: relative;
}
.simple-carousel .holder{
    height: 90px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.simple-carousel ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
}
.simple-carousel li{
    margin: 0;
    padding: 0;
    float: left;
    display: inline-block;
    width: 162px;
    height: 90px;
    overflow: hidden;
    position: absolute;
    top:0;
    left: -100%;           
}
.simple-carousel li.placed{
    position: relative;
    left: 0;
}
.simple-carousel .photo{
    background: transparent ;
    position: relative;
    width: 160px;
    height: 90px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}
.simple-carousel .photo img{
    position: relative;
    width: 160px;
    height: 90px;
    display: block;
    z-index: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.simple-carousel li.placed img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.simple-carousel.centered ul{
    position: relative;
    width: 100%;
    text-align: center;
}
.simple-carousel.centered li{
    float: none;
}
.simple-carousel.with-arrows .holder{
    margin:0 50px;
    width:auto;
}
.simple-carousel .carousel-prev, 
.simple-carousel .carousel-next{
    position: absolute;
    width: 34px;
    height: 34px;
    line-height: 34px;
    top: 50%;
    margin-top: -17px;
    z-index: 2;
    display: none;
    border: 2px solid #888;
    text-align: center;
    color: #888;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    overflow: hidden;
}
.simple-carousel .carousel-prev i, 
.simple-carousel .carousel-next i{
    display: block;
    line-height: 32px;
}
.simple-carousel .carousel-prev{
    left: 0;
}
.simple-carousel .carousel-next{
    right: 0;
}
.simple-carousel .carousel-prev:hover, 
.simple-carousel .carousel-next:hover{
    color: #159361;
    border-color: #159361;
}
.simple-carousel .photo:before,
.simple-carousel .photo:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0; 
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.simple-carousel .photo:before{
    left: 0;
    top: 0; 
    border-left:2px solid transparent ; 
    border-top:2px solid transparent; 
}
.simple-carousel .photo:after{
    right: 0;
    bottom: 0; 
    border-right:2px solid transparent; 
    border-bottom:2px solid transparent; 
}
.simple-carousel .photo:hover:before,
.simple-carousel .photo:hover:after{
    border-color: #159361;
    width: 100%;
    height: 100%;
}

.para-video{
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    z-index: -1;
}
.para-video .video{
    position: relative;
    padding-bottom: 56.25%;
}
.para-video .overlay{
    content: "";
    background: url(../images/bg-video-top.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.para-video img{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    display: block;
}
.para-video object{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    display: block;
}
.para-video .video video{
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
}
.video-overlay{
    padding-bottom: 28.13%;
    position: relative;
    z-index: -2;
    background: #fff;     
}

.still-video{
    position: relative;
    max-height: 400px;
    overflow: hidden;
}
.still-video .video{
    position: relative;
    height: 100%;
}
.still-video .overlay{
    content: "";
    background: url(../images/bg-video-top.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.still-video img{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    display: block;
}
.still-video object{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    display: block;
}
.still-video .video video{
    position: relative;    
    width: 100%;
    display: block;
}

/* Sub */
.sub-banner{
    background: #fff url(../images/loader.gif) center no-repeat;
    position: relative;
    overflow: hidden;
    height: 400px;
    z-index: 0;
}
.sub-banner .back{
    background-color: #fff;
    background-position: center 120px ;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity:0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.sub-banner .holder{
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 0 40px;
}
.sub-banner .holder .center{
    position: relative;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: table;
}
.sub-banner .holder .cell{    
    display: table-cell;
    vertical-align: middle;    
}
.sub-banner .holder .details{
    color: #fff;
    width: 50%;
    padding-right: 40px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.sub-banner .holder h2{
    font-size: 3.5rem;    
    margin: 0;
    line-height: 1.1;    
    font-family: 'Montserrat', sans-serif;
}
.sub-banner .holder h3{
    font-size: 3.3rem;
    font-weight: 300;
    margin-bottom: 2px;
    line-height: 1.1;
    font-family: 'Montserrat', sans-serif;
}
.sub-banner .btn{
    font-family: 'Montserrat', sans-serif;
    margin-top: 30px;
    background: transparent;
    outline: 1px solid #fff!important;
    font-weight: 300;
    font-size: 1.1rem;
    padding: 0 35px;
}
.sub-banner .btn:hover{
    /*outline-color: #000!important;*/
}
.sub-banner .overlay{
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: url(../images/bg-green75.png);
}
.pace-done .sub-banner{
    background: #fff ;
}
.pace-done .sub-banner .back{
    opacity:1;
}



/* contact */
.map{
    background: url(../images/loader.gif) center no-repeat;
    position: relative;
    height: 100%;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}
.map iframe{
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}
.contact-info{
    float: left;
    width: 32%;
    position: relative;
    z-index: 1;
    margin: -110px 0 -40px;
}
.contact-info h2{
    background: #393939;
    background: rgba(57, 57, 57, 0.85);
    padding:  20px;
    margin: 0;
    color: #fff;
    line-height: 30px;
    min-height: 30px;
}
.contact-info .holder{
    background: #f0f0f0;
    padding: 14px 20px 24px 20px;
    position: relative;
    min-height: 390px;  
}
.contact-info table{
    width: 100%;
    border: 0;
}
.contact-info td{
    padding-top: 6px ;
}
.contact-info td:first-child{
    padding-right: 10px ;
    text-align: center;
    width: 20px;
    vertical-align: top;
}
.contact-info tr:first-child td{
    padding-top: 0;    
}
.contact-info .fa{
    font-size: 2.2rem;
    color: #2f9caf;
}
.contact-info a:hover{
    color: #159361;
}

.contact-form{
    float: right;
    width: 68%;
    margin-top: -40px;
    margin-bottom: -40px;
    position: relative;
    z-index: 1;
}
.contact-form .form{
    padding: 20px;
    background: #fff;
}
.contact-form textarea{
    min-height: 106px;
}

.contact-back{
    display: block;
    width: 32%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #f0f0f0;
    z-index: 0;
}

/* Clients */
.listing.clients li{
    width: 20%;
    float: left;
}
.listing.clients .photo{
    padding-bottom: 56.25%;
    background: #f3f3f3;
}
.listing.clients .photo img{
    position: absolute;
}
.listing.clients .photo:before,
.listing.clients .photo:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0; 
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.listing.clients .photo:before{
    left: 0;
    top: 0; 
    border-left:2px solid transparent ; 
    border-top:2px solid transparent; 
}
.listing.clients .photo:after{
    right: 0;
    bottom: 0; 
    border-right:2px solid transparent; 
    border-bottom:2px solid transparent; 
}
.listing.clients .photo:hover:before,
.listing.clients .photo:hover:after{
    border-color: #159361;
    width: 100%;
    height: 100%;
}


/* Details */
article{
    position: relative;
}
article .title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #159361;
    max-width: 48%;
    line-height: 30px;
}
article .summary{
    font-weight: 700;
    margin-bottom: 12px;
}
article .gallery{
    float: right;
    width: 50%;
    margin-left: 3%;
    margin-bottom: 20px;
    margin-top: -70px;
}
article .details{
    text-align: justify;
    margin-bottom: 20px;
}
article .subtitle{
    color: #159361;
    font-size: 1.6rem;
    margin-bottom: 12px;
    font-weight: 700;
}
article .subtitle .selected{
    color: #ffd204;
}

.docs-list{
    margin: 15px 0;   
}
.docs-list ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.docs-list li{
    padding: 0;
    line-height: 22px;
    margin: 0 0 5px;
}
.docs-list li a{
    display: inline-block;
    padding-left: 30px;
    position: relative;
}
.docs-list li .material-icons{
    position: absolute;
    left: 0;
    top: 0;
}
.docs-list li a:hover{
    color: #159361;
}

.btn.back{
    /*position: absolute;
    right: 0;
    top: 0;  */
}

.custom-fields{
    margin-bottom: 20px;
}
.custom-fields ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-fields li{
    background: url(../images/list-arrow-green.png) left center no-repeat;
    margin: 0 0 2px;
    padding: 0 0 0 20px; 
}
.custom-fields li strong{
    padding-right: 6px;
}

/*
.gallery .flex-direction-nav{
position: absolute;
right: 0;
bottom: 1px;
width: 74px;
height: 36px;
z-index: 9;
}
.gallery .flex-direction-nav li{
float: left;
width: 36px;
height: 36px;

}
.gallery .flex-direction-nav li:first-child{
margin-right:1px;
}
.gallery .flex-direction-nav a{
font-family: 'Material Icons';
width: 36px;
height: 36px;
display: block;
margin: 0;
z-index: 1;
position: relative;
left: 0!important;
right: 0!important;
top: 0!important;
bottom: 0!important;
background: url(../images/bg-black60.png);    
background: rgba(0, 0, 0, 0.6);    
line-height: 36px;
font-size: 2.2rem;
text-align: center;
color:#fff;
opacity:1; 
text-shadow: none;
}
.gallery .flex-direction-nav a:before {
display: none;
}
.gallery .flex-direction-nav a:after{
content: "";
position: absolute;
z-index: -1;
width: 0;
height: 0;
top: 50%;
left: 50%;
background: #159361;   
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.gallery .flex-direction-nav a:hover:before{
color:#fff;
}
.gallery .flex-direction-nav a:hover:after{
width: 100%;
height: 100%;
top: 0;
left: 0;    
}
*/

.gallery .preview-area{
    background: url(../images/loader.gif) center no-repeat;
    position: relative;
    /*padding-bottom: 75%;*/
}
.gallery .preview-area img{
    /*position: absolute;*/
    left: 0;
    top: 0;
    width: 100%;
    /*height: 100%; */
    z-index: 0; 
}
.gallery .preview-area iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border: 0;
    opacity: 0;
}
.gallery .preview-area .active{
    z-index: 1;
}
.gallery .thumb-holder{
    height: 114px;
    width: 100%;
    position: relative;
    overflow: hidden;
    opacity:0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.pace-done .gallery .thumb-holder{
    opacity:1;
}
.gallery ul{
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;   
    height: 98px;  
    overflow: hidden;
}
.gallery li{
    margin: 8px 0 0 8px;
    padding: 0;
    float: left;
    height: 90px;  
    display: inline;
    position: relative;
}
.gallery li:first-child{
    margin-left:0;
}
.gallery li a{
    background: url(../images/loader.gif) center no-repeat;
    height: 90px;
    display: block;  
    position: relative;
}
.gallery li img{
    max-height: 90px;
    max-width: 100%;
    position: relative;
    z-index: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.gallery li .material-icons{
    position: absolute;
    z-index: 1;
    font-size: 40px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    left: 50%;
    top: 50%;              
    margin: -20px 0 0 -20px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    color: #159361;
}
.gallery li:hover .material-icons{
    color: rgba(237, 28, 36, 0.85);
}
.gallery li a.selected:before{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1; 
    border: 4px solid #159361;
}


/* Partner */
.popup-partner{
    position: fixed;
    top: 0;
    bottom: 0;
    right: -520px;
    height: 100%;
    width: 520px;
    background: #159361;
    z-index: 999;
    font-size: 1.3rem;
    overflow: hidden;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.popup-partner .holder{
    padding: 33px 40px 20px;
    color: #fff;
}
.popup-partner .center{
    position: relative;
    height: 100%;
}
.popup-partner.selected{
    right: 0;
    overflow: visible;
}
.popup-partner h3{
    font-size: 2rem;
    text-transform: uppercase;
    margin: 0 50px 33px 0;
}
.popup-partner h3 img{
    margin-right: 30px;
}
.popup-partner hr{
    height: 1px;
    border: 0;
    background: #fff;
    margin: 0 -40px 30px;
}
.popup-partner h4{
    font-size: 2rem;
    margin-bottom: 2px;
}

.popup-partner .form{
    margin-top: 20px;
}
.popup-partner .form textarea{
    background: #fff;
    padding: 10px 0;
    min-height: 100px;
    font-size: 1.2rem;
    line-height: 18px;
    margin-bottom: 8px;
    border: 0; 
    width: 100%;
    text-indent: 15px;
}
.popup-partner .form input[type='checkbox']{
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0 ;
    text-indent: 0;
    position: relative; 
    top: 3px;
}
.popup-partner .form .btn{
    float: right;
    padding: 0 50px;
    margin-bottom: 20px;
}

.popup-partner .form a{
    color: #fff;
}
.popup-partner .form .confirmation{
    font-size: 1.2rem;
    color: #cecece;
    margin-bottom: 16px;
}
.popup-partner .overlay{
    position: absolute;
    width: 1000%;
    right: 100%;
    top: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all .35s ;
    -moz-transition: all .35s ;
    -ms-transition: all .35s ;
    -o-transition: all .35s ;
    transition: all .35s ;
}
.popup-partner.selected .overlay{
    opacity: 1;
    filter: alpha(opacity=100); 
}
.popup-partner .close-btn{
    background: url(../images/icon-close.png) center no-repeat;
    width: 40px;                                        
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: -10px;
}
.popup-partner .close-btn:after{
    content:"";
    position:absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;    
    z-index: -1;
    background: #000;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.popup-partner .close-btn:hover:after{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; 
}
.popup-partner .alert.success{
    color: #fff;
    font-size: 1.6rem; 
}
.popup-partner .alert.info{
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400; 
}
.popup-partner .alert.error{
    color: #bc0000;
    font-size: 1.6rem; 
}
.popup-partner .custom-btn.loading{
    display: block;
    padding: 0 20px;
}
.terms-holder{
    display: none; 
    font-size: 1.3rem;
    line-height: 18px; 
    margin-bottom: 10px;
}

/* Services */
.blocs-content .bloc{
    margin-bottom: 20px; 
}
.blocs-content article .gallery{
    margin: -30px 0 10px 3%;
}

.services-tabs{
    background: #159361;
    padding: 0 40px;
    left: 0;
    right: 0;
    top: 0;
}
.services-tabs .center{
    margin: 0 auto;
    max-width: 1200px;
}
.services-tabs ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.services-tabs li{
    margin: 0 0 0 25px;
    padding: 0;
    float: left;
}
.services-tabs li:first-child{
    margin-left: 0;
}
.services-tabs li a{
    display: block;
    color: #fff;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.4rem;
}
.services-tabs li a:hover,
.services-tabs li a.selected{
    color: #ffd204;
}
.fixed-tabs .services-tabs{
    top:120px;
    position:fixed;
    z-index:10;
}


/* ios */
.ios .page-numbering a:after, 
.ios .page-numbering a:before{
    display: none;
}
.ios .btn:before,
.ios .btn:after{
    display: none;
}

.ios .btn:hover{
    background: #fff;
    color: #159360;
    outline: 1px solid #159360!important;
}
.ios .listing.products .photo:after{
    display: none;
}
.ios .fancybox-close:before,
.ios .fancybox-close:after{
    display: none;
}


.txtFilterKeyword {
    border: none;
    text-indent: 0px;
}

.thank-you {
    padding: 3rem;
    color: #159361;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
}
