/*
Theme Name: Agent Box
Theme URI: https://studiobkk.com/
Description: Designed for Wordpress 4.x.x
Author: Studio 7
Author URI: https://studiobkk.com/
Version: 1.0
Text Domain: _agentbox
*/

/*
COMMON
**********************/
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;/*font-size:100%;font:inherit;*/vertical-align:baseline;/*margin:0;*/padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

@font-face{font-family:'Museo_R';
src:url('includes/css/fonts/museosans-300-webfont.eot');
src:url('includes/css/fonts/museosans-300-webfont.eot?#iefix') format('embedded-opentype'),
url('includes/css/fonts/museosans-300-webfont.woff2') format('woff2'),
url('includes/css/fonts/museosans-300-webfont.woff') format('woff'),
url('includes/css/fonts/museosans-300-webfont.ttf') format('truetype'),
url('includes/css/fonts/museosans-300-webfont.svg#museo_sans300') format('svg');
font-weight:normal;font-style:normal;}

@font-face{font-family:'Museo_B';
src:url('includes/css/fonts/museosans_500-webfont.eot');
src:url('includes/includes/css/fonts/museosans_500-webfont.eot?#iefix') format('embedded-opentype'),
url('includes/css/fonts/museosans_500-webfont.woff2') format('woff2'),
url('includes/css/fonts/museosans_500-webfont.woff') format('woff'),
url('includes/css/fonts/museosans_500-webfont.ttf') format('truetype'),
url('includes/css/fonts/museosans_500-webfont.svg#museo_sans500') format('svg');
font-weight:normal;font-style:normal;}

@font-face{font-family:'museo_BB';
src:url('includes/css/fonts/museosans_700-webfont.eot');
src:url('includes/css/fonts/museosans_700-webfont.eot?#iefix') format('embedded-opentype'),
url('includes/css/fonts/museosans_700-webfont.woff2') format('woff2'),
url('includes/css/fonts/museosans_700-webfont.woff') format('woff'),
url('includes/css/fonts/museosans_700-webfont.ttf') format('truetype'),
url('includes/css/fonts/museosans_700-webfont.svg#museo_sans700') format('svg');
font-weight:normal;font-style:normal;}

@font-face{font-family:'museo_BBB';
src:url('includes/css/fonts/museosans_900-webfont.eot');
src:url('includes/css/fonts/museosans_900-webfont.eot?#iefix') format('embedded-opentype'),
url('includes/css/fonts/museosans_900-webfont.woff2') format('woff2'),
url('includes/css/fonts/museosans_900-webfont.woff') format('woff'),
url('includes/css/fonts/museosans_900-webfont.ttf') format('truetype'),
url('includes/css/fonts/museosans_900-webfont.svg#museo_sans900') format('svg');
font-weight:normal;font-style:normal;}

@font-face{font-family:'Gotham-Bold';
src:url('includes/css/fonts/Gotham-Bold.eot');
src:url('includes/css/fonts/Gotham-Bold?#iefix') format('embedded-opentype'),
url('includes/css/fonts/Gotham-Bold.woff') format('woff'),
url('includes/css/fonts/Gotham-Bold.ttf') format('truetype'),
url('includes/css/fonts/Gotham-Bold.svg#museo_sans900') format('svg');
font-weight:normal;font-style:normal;}

/*
COMMON
**********************/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a {
    outline: none !important;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font: 15px 'Museo_B',Arial,sans-serif;
    color: #828282;
    display: inline-block;
}
a:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
}
input,
textarea {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
input:focus,
textarea:focus {
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

body {
    font: 16px/26px 'Museo_R',Arial,sans-serif;
    color: #505050;
    overflow-x: hidden;
}

section {
    width: 100%;
    /* height: 100%; */
    position: relative;
    padding: 80px 0;
}
section p {
    margin-bottom: 15px;
}
img {
    max-width: 100%;
    vertical-align: middle;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/* The hero image */
.hero-image {
    /* The image used 
    background-image: url("includes/img/hero-image.jpg");*/

    /* Set a specific height */
    height: calc(100vh - 138px);

    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Place text in the middle of the image */
.hero-text {
    text-align: center;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: white;
    width: 100%;
    padding: 0 10%;
    z-index: 3;
}
.hero-text h1 {
    text-transform: uppercase;
    font: 70px 'Gotham-Bold',Arial,sans-serif;
}
.hero-text p {
    margin-top: 10px;
    font: 30px 'Museo_B',Arial,sans-serif;
}

#default-content ul { 
   display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
}
#default-content ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
#default-content ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
#default-content ol ol, #default-content ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}
#default-content .main-section {padding:0;}




/* Navbar
########## */
.navbar-default {
    border: none;
    padding: 20px 0;
    padding-bottom: 50px;
    -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;

    
}
.navbar-gradian {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.navbar-bg {
    /*background: #404040 !important;*/
    background: rgba(64, 64, 64, 0.9) !important;
}
.navbar-padding {
    padding: 10px 0 !important;
}
.navbar-brand {
    padding: 10px 15px;
    width: 90%;
}
.navbar-brand img {
    max-width: 100%;
}
.navbar-center {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}
.collapse.navbar-collapse {
    padding: 10px 0;
}
.navbar-default .navbar-nav>li:first-child>a {
    margin-left: 0;
}
.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    color: #fff;
    font: 13px 'Museo_BB',Arial,sans-serif;
    letter-spacing: 0.1em;
    padding: 5px 0;
    /*margin-left: 28px;*/
    margin-left: 16px;
    border-bottom: 2px solid transparent;
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover,
.navbar-nav>.open>a {
    border-bottom: 2px solid #74cfa8;
    color: #fff;
    background-color: transparent;
}
.navbar-nav>.open>a {
    border-bottom: 2px solid #74cfa8;
    color: #fff !important;
    background-color: transparent !important;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    border-bottom: 2px solid #74cfa8;
    background-color: transparent;
}
.navbar-nav.navbar-right {
    
}
.navbar-nav.navbar-right>li.nav-btn>a {
    background-color: #74cfa8;
    padding: 15px 45px;
    border-radius: 25px;
    border-bottom: none;
}
.navbar-nav.navbar-right>li.nav-btn>a:hover {
    background-color: #fff;
    border-color: #74cfa8;
    color: #74cfa8;

}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    /*display: block;
    margin-left: 28px;*/
    padding: 0;
    border: none;
}
.dropdown-menu li {
    /*min-width: 350px;*/
    min-width: 220px;
}
.dropdown-menu>li>a,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus{
/*.dropdown-menu>li>a,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover {*/
    font: 14px 'Museo_B',Arial,sans-serif;
    font-size: 15px;
    /*color: #383838;*/
    color: #fff;
    padding: 15px 15px 0 17px;
    /*padding: 15px 15px 15px 50px;*/
    /*border-bottom: 1px solid #e9e9e9;*/
    position: relative;
    background-color: rgba(64, 64, 64, 1);
}
.dropdown-menu>li:last-child>a{
    padding: 15px 15px 15px 17px;
}
.navbar-default .navbar-nav>li:first-child>.dropdown-menu>li>a{
    padding: 15px 15px 0 15px;
}
.navbar-default .navbar-nav>li:first-child>.dropdown-menu>li:last-child>a{
    padding: 15px 15px 15px 15px;
}
.dropdown-menu>li.active>a:hover,
.dropdown-menu>li:hover>a {
    background-color: rgba(64, 64, 64, 1);
    color: #74cfa8;
}
.dropdown-menu a.tab-1 {
    background-image: url('includes/img/tab-01.png');
    background-repeat: no-repeat;
    background-position: 5% 40%;
    background-size: 5%;
}
.dropdown-menu a.tab-2 {
    background-image: url('includes/img/tab-02.png');
    background-repeat: no-repeat;
    background-position: 5% 40%;
    background-size: 5%;
}
.dropdown-menu a.tab-3 {
    background-image: url('includes/img/tab-03.png');
    background-repeat: no-repeat;
    background-position: 5% 40%;
    background-size: 5%;
}
.dropdown-menu a.tab-4 {
    background-image: url('includes/img/tab-04.png');
    background-repeat: no-repeat;
    background-position: 5% 40%;
    background-size: 5%;
}
.dropdown-menu a.tab-5 {
    background-image: url('includes/img/tab-05.png');
    background-repeat: no-repeat;
    background-position: 5% 40%;
    background-size: 5%;
}
.dropdown-menu a.tab-6 {
    background-image: url('includes/img/tab-06.png');
    background-repeat: no-repeat;
    background-position: 5% 40%;
    background-size: 7%;
    background-color: #74cfa8;
    color: #fff;
    border: none;
}
.dropdown-menu>li>a.tab-6:focus, 
.dropdown-menu>li>a.tab-6:hover {
    color: #fff;
    text-decoration: none;
    background-color: #74cfa8;
}
.dropdown-menu a.tab-6 span {
    color: #fff;
}
.dropdown-menu a h3 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.dropdown-menu a span {
    font: 14px 'Museo_R',Arial,sans-serif;
    color: #aaa39e;
    display: block;
    margin: 5px 0 0 0;
    text-transform: none;
    line-height: 1.3em;
}
.post-categories a {
	color: #59a1b6 !important;
    margin-bottom: 7px !important;
    font: 16px 'Museo_R',Arial,sans-serif !important;
}
#gallery-slider,
#gallery-slider .carousel-inner,
#gallery-slider .carousel-item {
    /*height: 100%;*/
}
.carousel-inner>.item {
    /*position: relative;*/
}




/* Wordpress
########## */
/*.dropdown-menu .tab-1 a {
    background-image: url('includes/img/tab-01.png');
    background-repeat: no-repeat;
    background-position: 5% 40%;
    background-size: 5%;
}
.dropdown-menu .tab-2 a {
    background-image: url('includes/img/tab-02.png');
    background-repeat: no-repeat;
    background-position: 5% 40%;
    background-size: 5%;
}
.dropdown-menu .tab-3 a {
    background-image: url('includes/img/tab-03.png');
    background-repeat: no-repeat;
    background-position: 5% 40%;
    background-size: 5%;
}
.dropdown-menu .tab-4 a {
    background-image: url('includes/img/tab-04.png');
    background-repeat: no-repeat;
    background-position: 5% 40%;
    background-size: 5%;
}
.dropdown-menu .tab-5 a {
    background-image: url('includes/img/tab-05.png');
    background-repeat: no-repeat;
    background-position: 5% 40%;
    background-size: 5%;
}*/
.dropdown-menu .tab-6 a {
    background-image: url('includes/img/tab-06.png');
    background-repeat: no-repeat;
    background-position: 5% 40%;
    background-size: 7%;
    background-color: #74cfa8;
    color: #fff;
    border: none;
}
.dropdown-menu>li.tab-6>a:focus, 
.dropdown-menu>li.tab-6>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #74cfa8;
}
.dropdown-menu .tab-6 a span {
    color: #fff;
}
.blog-main .attachment-post-thumbnail {
	margin-bottom: 20px;
	height: auto;
}




/* Navi
########## */
.wp-pagenavi {
	display: inline-block;
    padding-left: 0;
    margin: 20px 20px 20px 0;
    border-radius: 4px;
}
.wp-pagenavi a, 
.wp-pagenavi span {
	padding: 13px 18px;
    border: none;
    margin: 0 2px 0 0;
    color: #868686;
    font-size: 17px;
    background-color: #fff;
}
.wp-pagenavi a:hover, 
.wp-pagenavi span.current {
	z-index: 2;
    color: #fff;
    background-color: #59a1b6;
}
.wp-pagenavi span.pages {
	display: none;
}





/* Block Tabs
########## */
.block-tabs {
    position: relative;
    z-index: 200;
    padding: 0;
    background: #fff;
}
.block-tabs a {
    font: 14px 'Museo_B',Arial,sans-serif;
    font-size: 15px;
    color: #383838;
    padding: 20px 15px 20px 65px;
    border-right: 2px solid #e9e9e9;
    position: relative;

    background-repeat: no-repeat;
    background-position: 10% 30%;
    background-size: 15%;
}
.block-tabs a:hover .tab-border {
    opacity: 1;
}
.block-tabs .tab-border {
    position: absolute;
    width: 100%;
    height: 5px;
    background: #74cfa8;
    top: -5px;
    left: 0;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.block-tabs h3 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 16px;
}
.block-tabs a span {
    font: 14px 'Museo_R',Arial,sans-serif;
    color: #aaa39e;
    display: block;
    margin: 5px 0 0 0;
    text-transform: none;
    line-height: 1.3em;
}
.block-tabs a:last-of-type {
    border-right: none;
}
.block-tabs a:hover,
.block-tabs a:focus {
    text-decoration: none;
}
.block-tabs .col-md-2,
.block-tabs .col-sm-2 {
    width: 20%;
}
.block-tabs a.tab-1 {
    background-image: url('includes/img/tab-01.png');
    background-repeat: no-repeat;
    background-position: 10% 30%;
    background-size: 10%;
}
.block-tabs a.tab-2 {
    background-image: url('includes/img/tab-02.png');
    background-repeat: no-repeat;
    background-position: 10% 30%;
    background-size: 12%;
}
.block-tabs a.tab-3 {
    background-image: url('includes/img/tab-03.png');
    background-repeat: no-repeat;
    background-position: 10% 27%;
    background-size: 10%;
}
.block-tabs a.tab-4 {
    background-image: url('includes/img/tab-04.png');
    background-repeat: no-repeat;
    background-position: 11% 30%;
    background-size: 10%;
}
.block-tabs a.tab-5 {
    background-image: url('includes/img/tab-05.png');
    background-repeat: no-repeat;
    background-position: 7% 35%;
    background-size: 17%;
}

/* Footer
#################### */
.footer-container {
    width: 100%;
    background: #f7f7f7;
    font: 15px/26px 'Museo_R',Arial,sans-serif;
    color: #828282;
    padding: 80px 0 30px;
}
.footer-logo {
    width: 180px;
}
.footer-logo img {
    max-width: 100%;
}
.block-social {
    margin: 23px 0 0 0;
}
.block-social li {
    display: inline-block;
    margin-left: 10px;
}
.block-social .icon-img-fb {
    background: url(includes/img/social-icon-set.png) center no-repeat;
    width: 40px;
    height: 39px;
    background-size: 140px;
    background-position: 0 0;
}
.block-social .icon-img-ig {
    background: url(includes/img/social-icon-set.png) center no-repeat;
    width: 40px;
    height: 39px;
    background-size: 140px;
    background-position: 50% 0;
}
.block-social .icon-img-li {
    background: url(includes/img/social-icon-set.png) center no-repeat;
    width: 40px;
    height: 39px;
    background-size: 140px;
    background-position: 100% 0;
}
.block-social li:first-child {
    margin-left: 0;
}
.footer-menu-header {
    font: 15px 'Museo_BB',Arial,sans-serif;
    color: #828282;
    margin: 0 0 30px 0;
}
.widget_nav_menu ul li {

}
.widget_nav_menu ul li a {
    font: 15px 'Museo_B',Arial,sans-serif;
    color: #828282;
    display: inline-block;
    padding: 0;
}
.widget_nav_menu ul li a:hover {
    color: #74cfa8;
}
.email-footer {
    margin: 0 0 15px 0;
    position: relative;
    display: none;
}
.email-footer input.submit {
    background: url(includes/img/icon-send.png) center no-repeat;
    position: absolute;
    right: 23px;
    top: 10px;
    margin: 0;
    padding: 0;
    height: 35px;
    width: 35px;
    cursor: pointer;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    box-shadow: none;
}
.footer-address li.icon-mail a {
    background-image: url('includes/img/icon-mail.png');
}
.footer-address li.icon-tel a {
    background-image: url('includes/img/icon-tel.png');
}
.footer-address a {
    font: 17px 'Museo_B',Arial,sans-serif;
    line-height: 30px;
    color: #8e8e8e;
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 1em;
}
.footer-address a:hover {
    color: #74cfa8;
}
.footer-container .copyright {
    text-align: right;
    padding-top: 55px;
    font: 15px 'Museo_B',Arial,sans-serif;
}
.field-text, .field-textarea {
    font: 14px 'Museo_B',Arial,sans-serif;
    width: 100%;
    display: block;
    background: #fff;
    font-size: 21px;
    color: #2c2c2c;
    border: none;
    outline: none;
    padding: 16px 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #fff;
}
.footer-bottom {
    margin-top: 80px;
}
input.field-text.required.email {
    border-radius: 30px;
}




/* Section-1
########## */
#section-1 {
    height: 700px;
    background: url(includes/img/bg-section-1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: table;
    padding: 80px 0;
}
.title-section {
    font: 35px/50px 'Museo_R',Arial,sans-serif;
    color: #3e3e3e;
    margin: 0 0 35px 0;
    line-height: 1.3em;
}
.title-section span {
    font: 36px/50px 'Museo_B',Arial,sans-serif;
    line-height: 1.3em;
}
#section-1 .section-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.sub-title {
    color: #3e3e3e;
    margin: 0 0 30px 0;
    font: 22px/22px 'Museo_B',Arial,sans-serif;
}
#section-1 .section-item {
    
}




/* Call to action
##########*/
.nav-call {
    background-color: #74cfa8;
    padding: 15px 45px;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    font: 14px 'Museo_BB',Arial,sans-serif;
    letter-spacing: 0.1em;
    float: right;
    margin-top: 62px;
}
a.nav-call:hover,
a.nav-call:focus {
    background-color: #fff;
    border-color: #74cfa8;
    color: #74cfa8;

}
.call-to-action {
    padding: 30px 0;
    background-color: #59a1b6;
}
.call-img {
    display: inline-block;
    width: 120px;
    float: left;
    margin-right: 30px;
}
.call-img img {
    max-width: 100%;
}
.call-text {
    display: inline-block;
    float: left;
    color: #fff;
}
.call-text h3 {
    text-transform: uppercase;
    font: 25px/30px 'Museo_B',Arial,sans-serif;
    letter-spacing: 2.5px;
    margin-bottom: 10px;
    padding-top: 39px;
}
.call-to-action .col-md-3 {
    padding-right: 0;
}




/* Client
########## */
.client {
    padding: 30px 0;
    background: #fff;
}
.client-item {
    width: 100%;
}
.client-item img {
    max-height: 150px;
    margin: 0 auto;
}




/* Slider
########## */
#slides-feature .carousel-indicators {
    /*margin-left: 6%;*/
    /*margin-left: 80px;*/
    width: 70%;
    left: 0;
    /*bottom: 9%;*/
    text-align: left;
}
.section-2-1 {
    display: table;
    min-height: 600px;
    padding: 0;
    padding: 80px 0;
    background-color: #293a4c;
}
.section-2-1 .section-wrapper {
    vertical-align: middle;
    display: table-cell;
}
.section-2-1 .container {
    position: relative;
}
.section-2-1 .bg-left {
    width: 70%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-right: none;
    border-left: none;
    background-color: #293a4c;
}
.section-2-1 .bg-right {
    /*background: url(includes/img/bg-1-1.jpg);*/
    width: 30%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
}
.section-2-1 .testimonial-item {
    padding: 0 80px;
}
.section-2-1 .room-bg-details {
    position: relative;
}
.section-2-1 .testimonial-item.col-md-6 {
    width: 70%;
}
.section-2-1 .room-bg-details.col-md-6 {
    width: 30%;
}
.carousel-control {
    display: none;
}
.carousel-indicators li {
    border: none;
    border-radius: 0;
    width: 50px;
    height: 5px;
    background: rgba(255,255,255,0.5);
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    border-radius: 5px;
}
.carousel-indicators .active {
    width: 50px;
    height: 5px;
    border: none;
    margin: 1px;
    border-radius: 5px;
}
.testimonial-item {
    color: #fff;
}
.testimonial-item h3 {
    font: 33px/33px 'Museo_R',Arial,sans-serif;
    margin: 0 0 25px 0;
}
.testimonial-item h3 span {
    font: 33px/33px 'Museo_B',Arial,sans-serif;
}
.testimonial-item h4 {
    margin: 0 0 15px 0;
    text-transform: uppercase;
    color: #74cfa8;
}
.testimonial-item p {
    font: 20px/20px 'Museo_B',Arial,sans-serif;
    line-height: 1.5em;
}
.testimonial-item p a {
    font: 20px/20px 'Museo_B',Arial,sans-serif;
    line-height: 1.5em;
    color: #74cfa8;
}
.testimonial-img {
    width: 180px;
    /*margin-top: 50px;*/
}
.section-1 {
    display: table;
    height: 800px;
    background-color: #f5f5f5;
}
.section-1 .section-wrapper {
    vertical-align: middle;
    display: table-cell;
}
.section-1 .container {
    position: relative;
}
.section-1 .bg-left {
    width: 50%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-right: none;
    border-left: none;
    background-color: #f5f5f5;
}
.section-1 .bg-right {
    background: url(includes/img/bg-1.jpg);
    width: 50%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
}






.section-1-1 {
    display: table;
    height: 600px;
    background-color: #f5f5f5;
}
.section-1-1 .section-wrapper {
    vertical-align: middle;
    display: table-cell;
}
.section-1-1 .container {
    position: relative;
}
.section-1-1 .bg-left {
    background: url(includes/img/bg-2-1.jpg);
    width: 50%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.section-1-1 .bg-right {
    width: 50%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    border-right: none;
    border-left: none;
    background-color: #f5f5f5;
}
.section-1-1 .content-details {
    padding: 0 80px;
}
.section-1-1 .room-bg-details {
    position: relative;
}
.section-1-1 .room-bg-details img {
    display: none;
}
.section-1-1 .room-bg-details .offer-badget {
    position: absolute;
    top: 0;
    left: 5%;
}
.section-1-1 .room-bg-details .best-seller {
    position: absolute;
    bottom: 0;
    left: 40%;
}
.section-1-1 .room-bg-details .offer-badget img {
    width: 100px;
}
.section-1-1 .room-bg-details .best-seller img {
    width: 150px;
}
.content-details .title-section {
    color: #383838;
    margin-bottom: 35px;
}
.content-btn {
    background-color: transparent;
    border: 2px #74cfa8 solid;
    padding: 15px 45px;
    border-radius: 25px;
    color: #74cfa8;
    text-transform: uppercase;
    font: 14px 'Museo_BB',Arial,sans-serif;
    letter-spacing: 0.1em;
    margin-top: 30px;
    text-decoration: none !important;
}
.content-btn:hover,
.content-btn:focus {
    background-color: #74cfa8;
    color: #fff;
}




/* News
########## */
#section-3 {
    padding: 80px 0;
    background: #fff;
}
.item-inner a {
    display: block;
}
.item-img img {
    vertical-align: bottom;
    height: auto;
}
.item-content {
    padding: 20px;
    border: 2px solid #e9e9e9;
    margin-top: -2px;
}
.ig-acc {
    color: #74cfa8;
    font: 25px 'Museo_BB',Arial,sans-serif;
    margin-bottom: 10px;
    padding-left: 38px;
    background-image: url(includes/img/ig-icon.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 9%;
}
.ig-time {
    color: #b1b1b1;
    font-size: 19px;
    margin-bottom: 15px;
}
.ig-content {
    margin-bottom: 15px;
}
.item-content a {
    font: 16px 'Museo_BB',Arial,sans-serif;
    color: #404040;
    margin-bottom: 15px;
}
.icon-img-tw {
    background: url(includes/img/share-set.jpg) center no-repeat;
    width: 40px;
    height: 39px;
    background-size: 300px;
    background-position: 0 0;
}
.icon-img-fb {
    background: url(includes/img/share-set.jpg) center no-repeat;
    width: 40px;
    height: 39px;
    background-size: 300px;
    background-position: -40px 0;
}
.icon-img-gp {
    background: url(includes/img/share-set.jpg) center no-repeat;
    width: 40px;
    height: 39px;
    background-size: 300px;
    background-position: -80px 0;
}
.icon-img-pi {
    background: url(includes/img/share-set.jpg) center no-repeat;
    width: 40px;
    height: 39px;
    background-size: 300px;
    background-position: -120px 0;
}
.icon-img-in {
    background: url(includes/img/share-set.jpg) center no-repeat;
    width: 40px;
    height: 39px;
    background-size: 300px;
    background-position: -160px 0;
}
.content-share {
    border: 2px solid #e9e9e9;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.content-share ul {
    padding-top: 10px;
    padding-left: 10px;
}
.content-share li {
    display: inline-block;
}

#section-4 {
    padding: 80px 0;
    background-color: #f5f5f5;
}
#section-4 .item-content {
    border: none;
    background-color: #fff;
    padding: 40px 20px;
}
.item-inner .item-content h3 {
    font: 20px 'Museo_B',Arial,sans-serif;
    /*letter-spacing: 2px;*/
    color: #3e3e3e;
    margin: 0 0 15px 0; 
}
.blog-category {
    color: #59a1b6;
    margin-bottom: 7px;
}
.blog-time {
    color: #7f7f7f;
    margin-bottom: 17px;
    padding-bottom: 17px;
    display: inline-block;
    border-bottom: 3px solid #59a1b6;
}




/* Owl
########## */
.owl-carousel .owl-item img {
    width: auto !important;
}

.col-md-6.section-item {
    padding: 0 80px;
}

.play-btn {
    display: inline-block;
    position: absolute;
    top: 30%;
    left: 43%;
    width: 100px;
}





/* Page
########## */
.header-page {
    height: 420px;
    /*background-position: center bottom -1em;*/
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.header-page .hero-text h1 {
    font: 51px 'Gotham-Bold',Arial,sans-serif;
}
.header-page .hero-text p {
    font: 21px 'Museo_B',Arial,sans-serif;
}
#header-content {
    text-align: center;
}
.main-section {
    padding: 0 6%;
}
.main-section h2 {
    color: #383838;
    margin-bottom: 30px;
    font-size: 38px;
    margin-top: 15px;
    line-height: 1.2em;
}
.main-section p {
    margin-bottom: 10px;
    line-height: 1.8em;
    font-size: 17px;
}
.main-section h2 span {
    font-family: 'Museo_B',Arial,sans-serif;
}




/* Agent
########## */
.agent-details {
    background-color: #f5f5f5;
}
.agent-detail-wrapper {
    padding: 0 8%;
    margin-bottom: 80px;
    
}
.detail-item {
    margin-bottom: 30px;
    background-image: url(includes/img/icon-true.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: left top 8px;
    padding-left: 50px;
    padding-right: 50px;
    font-family: 'Museo_B',Arial,sans-serif;
    font-size: 21px;
}
.agent-bg {
    position: relative;
}
.agent-video {
    position: absolute;
    text-align: center;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 70%;
}
.agent-video .play-btn {
    position: static;
    margin-bottom: 30px;
}
.agent-video h3 {
    color: #fff;
    font: 44px 'Museo_BB',Arial,sans-serif;
}

.why-choose h2 {
    font: 33px/33px 'Museo_R',Arial,sans-serif;
    margin: 0 0 35px 0;
    padding-left: 15px;
}
.why-choose p {
    margin-bottom: 20px;
    padding-right: 50px;
}

#section-4 h2 {
    font: 33px/42px 'Museo_R',Arial,sans-serif;
}
#section-4 h2 span {
    font: 33px/42px 'Museo_B',Arial,sans-serif;
}
#section-3 .link-more {
    text-align: right;
    margin-bottom: 0;
    margin-top: 50px;
}
.link-more {
    text-align: right;
    margin-bottom: 50px;
}
.link-more a {
    font: 22px 'Museo_B',Arial,sans-serif;
    color: #74cfa8;
}

#section-4 .item-inner {
    margin-bottom: 40px;
    background-color: #fff;
}
.free-trial {
    padding: 50px 0;
    background-color: #59a1b6;
    text-align: center;
    color: #fff;
}
.free-trial h3 {
    text-transform: uppercase;
    font: 25px/30px 'Museo_B',Arial,sans-serif;
    letter-spacing: 2.5px;
    margin-bottom: 10px;
}
.free-trial .nav-call {
    float: none;
    margin-top: 30px;
}
.section-item .nav-call {
    float: none;
    margin-top: 15px;
}
.nav-call-about {

}

.nav-call-about {
    background-color: transparent;
    border: 1px solid #74cfa8;
    color: #74cfa8;
    padding: 15px 45px;
    border-radius: 25px;
    color: #74cfa8;
    text-transform: uppercase;
    font: 14px 'Museo_BB',Arial,sans-serif;
    letter-spacing: 0.1em;
    margin-top: 15px;
}
a.nav-call-about:hover,
a.nav-call-about:focus {
    background-color: #74cfa8;
    border: 1px solid #74cfa8;
    color: #fff;

}




/* Form
########## */
select.form-control {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border-radius: 0;
    display: block;
    height: 45px;
    color: #868686;
    /*border: 1px solid #fff;*/
    box-shadow: none;
    letter-spacing: 1px;
    /*font-weight: bold;*/
}
select.form-control + i.fa {
    float: right;
    margin-top: -30px;
    margin-right: 10px;
    pointer-events: none;
    background-color: transparent;
    padding-right: 5px;
    font-weight: bold;
    color: #868686;
}
.blog-top select.form-control {
    background-color: #fff;
}
.blog-top {
    display: flex;
    margin-bottom: 30px;
}
.filter-wrapper {
    width: 300px;
    display: inline-table;
    margin: 20px 0 20px 0;
}
.pagination>li>a, 
.pagination>li>span {
    padding: 10px 18px;
    border: none;
    margin-right: 3px;
    color: #868686;
    font-size: 17px;
}
.pagination>li:first-child>a, 
.pagination>li:first-child>span {
    border-top-left-radius: 0; 
    border-bottom-left-radius: 0; 
}
.pagination>li:last-child>a, 
.pagination>li:last-child>span {
    border-top-right-radius: 0; 
    border-bottom-right-radius: 0; 
}
.pagination>li>a>i.fa, 
.pagination>li>span>i.fa {
    font-weight: bold;
}
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover,
.pagination>li>a.active {
    z-index: 2;
    color: #fff;
    background-color: #59a1b6;
}
.blog-section {
    padding: 30px 0 !important;
}




/* Blog detail
########## */
.blog-detail-section {
    background-color: #f5f5f5;
}
.blog-main {
    background-color: #fff;
    padding: 80px 50px;
}
.blog-title {
    font: 36px 'Museo_B',Arial,sans-serif;
    margin-bottom: 15px;
}
.blog-info,
.blog-info a {
    color: #59a1b6;
    font: 20px 'Museo_R',Arial,sans-serif;
}
.blog-info {
    margin-bottom: 15px;
}
.blog-share {
    margin-bottom: 15px;
    display: inline-block;
    max-width: 300px;
}
.blog-content-detail p,
.blog-content-detail img {
    margin-bottom: 30px;
}
.sidebar-widget {
    margin-bottom: 30px;
}
.sidebar-widget h3 {
    font: 28px 'Museo_B',Arial,sans-serif;
    margin-bottom: 30px;
}
.sidebar-widget a {
    color: #59a1b6;
    font: 17px 'Museo_R',Arial,sans-serif;
    margin-bottom: 15px;
    line-height: 1.3em;
}




/* Solution
########## */
.solution-section {
    background-color: #f5f5f5;
}
.solution-img {
    float: left;
    padding-right: 1em;
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
    padding-top: 35px;    
}
.solution-img img {
    /*max-width: 90%;*/
    /*max-width: 85px;*/
    max-height: 75px;
    margin-top: 10px;
}
.solution-item {
    /*display: inline-block;*/
    background-color: #fff;
    margin-bottom: 20px;
    position: relative;
}
.solition-content {
    padding: 20px;
}
.solution-left {
    padding: 25px 20px 25px 0;
}
.solution-left h3 {
    font: 25px/30px 'Museo_B',Arial,sans-serif;
    margin-bottom: 10px;
}
.solution-left p {
    color: #404040;
}
.solution-right {
    text-align: center;
}
.solution-right .content-btn {
    margin-top: 20%;
}




/* Pop up
########## */
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#freetrialModal .modal-content {
    background-color: #f6f6f6;
}
#freetrialModal .modal-body {
    padding: 0 30px 30px;
}
#freetrialModal h3 {
    font: 28px 'Museo_B',Arial,sans-serif;
    margin-bottom: 10px;
    color: #262626;
}
#freetrialModal .sub-title-popup{
    font-size: 24px;
    margin-bottom: 10px;
}
#freetrialModal .title-details {
    margin-bottom: 20px;
    color: #59a1b6;
    display: block;
}

#freereportModal .modal-content {
    background-color: #f6f6f6;
}
#freereportModal .modal-body {
    padding: 0 30px 30px;
}
#freereportModal h3 {
    font: 28px 'Museo_B',Arial,sans-serif;
    margin-bottom: 10px;
    color: #262626;
}
#freereportModal .sub-title-popup{
    font-size: 24px;
    margin-bottom: 10px;
}
#freereportModal .title-details {
    margin-bottom: 20px;
    color: #59a1b6;
    display: block;
}

#EnquireModal h3 {
    font: 28px 'Museo_B',Arial,sans-serif;
    margin-bottom: 10px;
    color: #262626;
}
#EnquireModal .sub-title-popup {
    font-size: 24px;
    margin-bottom: 10px;
}
#EnquireModal .modal-body {
    padding: 0 30px 30px;
}
.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background-color: #efefef;
    border-radius: 0;
    display: block;
    height: 45px;
    color: #808080;
    border: 1px solid #efefef;
    letter-spacing: 1px;
    box-shadow: none;
    /*font: 14px 'Museo_B',Arial,sans-serif;*/
}
#freetrialModal .btn-booking {
    width: 100%;
    background: #04456d;
    padding: 15px 27px;
    font: 14px 'Museo_B',Arial,sans-serif;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    display: inline-block;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
#freetrialModal .booking-tripadvisor {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 4vw;
}
#freetrialModal .booking-tripadvisor img {
    /*width: 7vw;*/
}

#freereportModal .btn-booking {
    width: 100%;
    background: #04456d;
    padding: 15px 27px;
    font: 14px 'Museo_B',Arial,sans-serif;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    display: inline-block;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
#freereportModal .booking-tripadvisor {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 4vw;
}
#freereportModal .booking-tripadvisor img {
    /*width: 7vw;*/
}

.btn-freetrial {
    background-color: #74cfa8;
    padding: 15px 45px;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    font: 14px 'Museo_BB',Arial,sans-serif;
    letter-spacing: 0.1em;
    border-color: #74cfa8;
}
.btn-freetrial:hover,
.btn-freetrial:focus {
    background-color: #fff;
    border-color: #74cfa8;
    color: #74cfa8;
}
.col-md-6.form-l {
    padding-right: 8px;
}
.col-md-6.form-r {
    padding-left: 8px;
}
.modal-header {
    padding: 15px;
    border-bottom: none;
}
.close {
    font-size: 30px;
}





/* Thanks You
########## */
.thanks-wrapper {
    background-color: #98d467;
    padding: 15px 0;
    display: none;
}
.thanks-text {
    display: inline-block;
    color: #fff;
    font: 25px/37px 'Museo_B',Arial,sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.thanks-bold {
    font: 25px/37px 'Museo_BBB',Arial,sans-serif;
    display: inline-block;
}
.thanks-check {
    display: inline-block;
    float: right;
}
.thanks-check img {
    width: 100%;
}
.booking-form .thanks-wrapper {
    /*padding: 15px;
    margin-bottom: 15px;*/
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    max-height: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
}
.booking-form .thanks-text {
    font: 12px/12px 'Museo_B',Arial,sans-serif;
}
.booking-form .thanks-bold {
    font: 12px/12px 'Museo_BBB',Arial,sans-serif;
    float: left;
}
.booking-form .thanks-text p {
    float: left;
}
.booking-form .thanks-check {
    width: 5%;
}
.wpcf7-mail-sent-ok {
    display: none !important;
}

* { box-sizing: border-box; }
.video-background {
  background: #000;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  /*z-index: -99;*/
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#gallery-slider iframe {
    /*width: 100%;
    height: auto;*/
}
div#gallery-slider,
#gallery-slider .carousel-inner,
#gallery-slider .carousel-inner>.item {
    height: 100%;
    position: relative;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}

.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: black;
    opacity: 0.2;
}




/* Contact
########## */
#contact {
    color: #737373;
}
#contact .table>tbody>tr>td {
    border: none;
    padding: 2px;
}
#contact .table>tbody>tr>td:first-child {
    padding-left: 0;
}
.contact-form .form-control {
    background-color: #efefef;
}
#contact h3 {
    margin-top: 0;
    margin-bottom: 30px;
    font: 35px/35px 'Museo_R',Arial,sans-serif;
    color: #383838;
}
#contact h4 {
    font: 17px/17px 'Museo_BB',Arial,sans-serif;
    margin-bottom: 5px;
    color: #4b4b4b;
}
#contact p {
    margin-bottom: 30px;
}
#contact a {
    color: #017ba5;
    text-decoration: underline;
}

#contact select.form-control + i.fa {
    float: right;
    margin-top: -30px;
    margin-right: 10px;
    pointer-events: none;
    padding-right: 5px;
    font-weight: bold;
}#contact select.form-control {
    font-weight: 300;
}
.contact-form .btn-contact {
    background-color: #74cfa8;
    padding: 15px 75px;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    font: 14px 'Museo_BB',Arial,sans-serif;
    letter-spacing: 0.1em;
}
.contact-form .btn-contact:hover,
.contact-form .btn-contact:focus {
    background-color: #fff;
    border-color: #74cfa8;
    color: #74cfa8;
}
.section-map {
    padding: 0;
}
#contactmap {
    width: 100%;
    height: 500px;
}
.blog-content img {
    margin-bottom: 15px;
}




/* Press
########## */
.press-1 {
    background-color: #f5f5f5;
}
.press-1 h3 {
    margin-top: 0;
    margin-bottom: 30px;
    font: 31px/42px 'Museo_R',Arial,sans-serif;
    color: #383838;
}
.press-1 h3 span {
    font: 32px/42px 'Museo_B',Arial,sans-serif;
}
.press-1 p {
    margin-bottom: 30px;
}
.press-1 a {
    background-color: #74cfa8;
    padding: 15px 45px;
    border-radius: 25px;
    text-transform: uppercase;
    color: #fff;
    font: 14px 'Museo_BB',Arial,sans-serif;
    border: 1px solid #74cfa8;
}
.press-1 a:hover {
    background-color: #fff;
    border-color: #74cfa8;
    color: #74cfa8;
}
.press-2 {
    background-color: #59a1b6;
    color: #fff;
}
.press-2 h3 {
    margin-top: 0;
    margin-bottom: 30px;
    font: 32px/42px 'Museo_R',Arial,sans-serif;
    color: #fff;
    padding-left: 15px;
}
.press-2 h3 span {
    font: 32px/42px 'Museo_B',Arial,sans-serif;
}
.press-2 .press-btn {
    text-align: right;
    display: none;
}
.press-2 a {
    background-color: transparent;
    padding: 15px 45px;
    border-radius: 25px;
    text-transform: uppercase;
    color: #fff;
    font: 14px 'Museo_BB',Arial,sans-serif;
    border: 2px solid #fff;
}
.press-2 a:hover {
    background-color: #74cfa8;
    border-color: #74cfa8;
}
.press-2-top {
    margin-bottom: 30px;
}
.press-2-bottom .press-item {
    position: relative;
    margin-bottom: 25px;
}
.press-icon {
    position: absolute;
    top: 0;
    width: 50px; 
    display: none;
}
.press-underline {
    border-bottom: 4px solid #e6e6e6;
}
.press-padding {
    padding-top: 0 !important;
}




/* Progress bar 
########## */
.progress {
    height: 30px;
    border-radius: 0;
    margin-bottom: 5px;
    background-color: #fff;
}
.progress-bar {
    font: 14px 'Museo_BB',Arial,sans-serif;
    line-height: 30px;
    color: #fff;
    background-color: #c0c0c0;
    /*padding-right: 15px;*/
    -webkit-box-shadow: none;
    box-shadow: none;
}
.agentbox-bar {
    background-color: #74cfa8 !important;
}
.press-1 table {
    width: 100%;
}
.press-1 table td {
    vertical-align: middle;
}
.press-1 table td.left-progress {
    width: 40%;
    text-align: right;
    padding-right: 30px;
    color: #383838;
}
.press-1 table td.left-progress.bold {
    font-family: 'Museo_BB',Arial,sans-serif;
}
.agent-bar{
    height: 32px;
}




/* Website
########### */
.header-page.website-header .hero-text h1,
.header-page.website-header .hero-text p {
    text-align: left;
}
.website {
    background-color: #f5f5f5;
}
.website-wrapper {
    background-color: #fff;
    padding: 50px 50px 0 120px;
    position: relative;
    margin-bottom: 30px;
}
.website-top {
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 45px;
}
.website-top h3,
.website-bottom h3 {
    margin-top: 0;
    margin-bottom: 45px;
    font: 32px/42px 'Museo_R',Arial,sans-serif;
    color: #383838;
}
.website-top h3 span,
.website-bottom h3 span {
    font: 32px/42px 'Museo_B',Arial,sans-serif;
}
.website-top p,
.website-bottom p {
    margin-bottom: 30px;
}
.website-top a {
    background-color: #fff;
    padding: 15px 45px;
    border-radius: 25px;
    text-transform: uppercase;
    color: #74cfa8;
    font: 14px 'Museo_BB',Arial,sans-serif;
    border: 2px solid #74cfa8;
}
.website-top a:hover {
    background-color: #74cfa8;
    border-color: #74cfa8;
    color: #fff;
}
.website-bottom {
    padding-bottom: 50px;
}
.website-item {
    position: relative;
   
}
.website-item img {

}
.website-overlay {
    height: 100%;
    width: 300px;
    position: absolute;
    top: 0px;
    padding: 0 15px;
    z-index: 2;
    background: black;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.website-item:hover .website-overlay {
  opacity: 0.5;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 56%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.text img {
    width: 50%;
}
.website-icon {
    background-color: #74cfa8;
    padding: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 7%;
}
.website-bg {
    display: inline-block;
    position: absolute;
    bottom: 17%;
    left: 3%;
    width: 50px;
}


.nav-mobile,
.nav-mobile-free {
    display: none;
}

.bold {
    font-family: 'Museo_B',Arial,sans-serif;
}
.bold-BB {
    font-family: 'Museo_BB',Arial,sans-serif;
}
.solution-left .content-btn {
    display: none;
}
.content-details a {
    color: #74cfa8;
    text-decoration: underline;
}

.crm {
    background-color: #fff;
}
.dbm {
    background-color: #f5f5f5;
}
.crm a,
.dbm a,
.main-section a {
    color: #74cfa8;
    text-decoration: underline;
}
/*.crm h2 {
    font: 36px/50px 'Museo_R',Arial,sans-serif;
    margin: 0 0 35px 0;
    line-height: 1.2em;
}
.crm h2 span {
    font-family: 'Museo_B',Arial,sans-serif;
}*/

.mapouter {
    width: 100%;
    margin: 0;
}
.mapouter iframe{
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative; /* IE needs a position other than static */
}
.mapouter iframe.clicked{
    pointer-events: auto;
}
#contactmap .mapouter iframe{
 pointer-events: auto;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}




/* Intergration
########## */
.itg-top {
    background-color: #f5f5f5;
}
.itg-item {
    background-color: #fff;
    text-align: center;
    padding: 60px 40px;
    margin-bottom: 30px;
}
.itg-logo {
    margin-bottom: 15px;
    height: 65px;
    position: relative;
}
.itg-logo img {
    max-width: 180px;
    vertical-align: super;
    max-height: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.itg-item p {
    font-size: 14px;
}
.itg-title {
    margin-bottom: 15px;
}
.itg-item a {
    font-size: 14px;
    text-decoration: underline;
}
.itg-bottom .main-section {
    text-align: center;
    padding: 0 8%;
    margin-bottom: 50px;
}
.list-title {
    font-size: 19px;
    margin-bottom: 10px;
    color: #293a4c;
}
.itg-list {
    margin-bottom: 30px;
}




/* About
########## */
.section-about {
    display: table;
    height: 455px;
    background-color: #293a4c;
    color: #fff;
}
.section-about .bg-right {
    background: url(//agentbox.com.au/wp-content/themes/agentbox/includes/img/about-img.jpg);
    width: 50%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
}
.section-about .bg-left {
    width: 50%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 0;
    border-left: 0;
    background-color: #293a4c;
}
.section-about .content-details {
    padding: 0 80px;
}
.section-about .content-details .title-section {
    color: #74cfa8;
    margin-bottom: 0;
}
.section-about h4 {
    color: #74cfa8;
    margin-bottom: 35px;
}
section.about-section {
    background-color: #f5f5f5;
    text-align: center;
}
.about-top {
    font: 35px/50px 'Museo_R',Arial,sans-serif;
    color: #293a4c;
    margin: 0 0 60px 0;
    line-height: 1.3em;
}
.about-img img {
    max-height: 84px;
}
.about-img {
    margin-bottom: 30px;
}
.about-title {
    font-size: 19px;
    margin-bottom: 15px;
    color: #293a4c;
}
.about-list {
    margin-bottom: 45px;
}
.about-badget img {
    max-width: 250px;
}




/* App
########## */
.app-list {
    padding: 0 10%;
}
.app-wrapper {
    text-align: center;
    background-color: #fff;
}
.app-wrapper h3 {
    color: #383838;
    font: 35px/50px 'Museo_R',Arial,sans-serif;
    margin-top: 15px;
    line-height: 1.2em;
}
.app-wrapper p {
    margin-bottom: 30px;
}
.app-wrapper p a {
    color: #74cfa8;
    text-decoration: underline;
}
.app-wrapper .app-icon img {
    margin: 0 15px;
    max-height: 75px;
}




/* Review 
########## */
.review-wrapper {
    background-color: #f5f5f5;
}
.review-wrapper .container > .row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.review-wrapper .container > .row > div {
    display: flex;
    display: -webkit-flex;    
}
.review-item {
    position: relative;
    padding: 50px;
    background-color: #fff;
    margin-bottom: 30px;
}
.review-logo {
    margin-bottom: 30px;
}
/*.review-logo img {
    max-width: 284px;
}*/
.review-author {
    margin: 0 0 15px 0;
    text-transform: uppercase;
    color: #74cfa8;
}
.review-icon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #74cfa8;
    padding: 15px;
}
.review-icon img {
    /*max-width: 45px;*/
    max-width: 35px;
}
.review-video {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    height: 640px;
}
.review-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



@media only screen and (max-width : 1200px) { 
    .navbar-default .navbar-nav>li>a {
        margin-left: 17px;
    }
    .review-video {
    height: 530px;
}

}


/* Small Devices, Tablets */
@media only screen and (max-width : 992px) {
    .navbar-default .container {
        width: 100%;
    }
    .navbar-right {
        margin-right: 0;
    }
    .navbar-default {
        display: none;
    }
    .navbar-toggle {
        display: block;
    }
    .nav-mobile {
        display: block;
        background-color: #fff;
        position: fixed;
        max-height: 60px;
        width: 100%;
        z-index: 5;
    }
    .nav-mobile .container-fluid {
        /*padding: 0;*/
    }
    .nav-btn-mobile {
        background-color: #77c8a5;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        /*height: 100%;*/
    }
    .navbar-toggle .icon-bar {
        background-color: #fff;
        width: 30px;
        height: 3px;
        border-radius: 2px;
    }
    .navbar-toggle {
        margin: 0;
        padding: 18px;
        border: none;
    }
    .nav-logo-mobile {
        display: inline-block;
        padding: 15px 0;
        width: 180px;
    }
    #navbar-collapse-mobile {
        background: #3e3e3e;
        padding: 0;
        margin: 0 -15px;
    }
    .nav>li {
        text-align: center;
    }
    .navbar-nav>li>a {
        color: #fff;
        font-size: 18px;
    }
    .navbar-nav>li>a:hover,
    .navbar-nav>li>a:focus {
        color: #77c8a5;
        background-color: transparent;
    }
    .navbar-nav>li.nav-btn>a:hover, 
    .navbar-nav>li.nav-btn>a:focus {
        color: #fff;
    }
    .navbar-center {
        padding: 15px 0;
    }
    .navbar-nav>li.nav-btn>a {
        background-color: #74cfa8;
        padding: 15px 45px;
        border-radius: 25px;
    }
    .navbar-nav .open .dropdown-menu,
    .tab-6 {
        background-color: #fff !important;
    }
    .dropdown-menu a {
        background-image: none !important;
    }
    .dropdown-menu a h3 {
        color: #383838 !important;
    }
    .dropdown-menu a span {
        color: #aaa39e !important;
    }
    .dropdown-menu>li>a:focus, 
    .dropdown-menu>li>a:hover {
        background-color: #74cfa8 !important;
        color: #fff;
    }
    .nav .open>a, 
    .nav .open>a:focus, 
    .nav .open>a:hover {
        background-color: transparent;
        border-bottom: 2px solid #74cfa8 !important;
    }
    .hero-image {
        height: 100vh;
        background: url(includes/img/hero-image.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
.hero-text h1 {
    font-size: 9vw;
}
.hero-text p {
    margin-top: 10px;
    font: 3vw 'Museo_B',Arial,sans-serif;
}
    .block-tabs .container {
        width: 100%;
    }
    .block-tabs .col-md-2, .block-tabs .col-sm-2 {
        width: 100%;
    }
    .block-tabs a {
        border-right: none;
        border-bottom: 2px solid #e9e9e9;
        /*padding: 20px 15px 20px 95px;*/
        padding: 2% 16%;
    }
    .block-tabs a.tab-1 {
        background-size: 3%;
    }
    .block-tabs a.tab-2 {
        background-size: 4%;
        background-position: 9% 30%;
    }
    .block-tabs a.tab-3 {
        background-size: 3%;
    }
    .block-tabs a.tab-4 {
        background-position: 9% 35%;
        background-size: 3%;
    }
    .block-tabs a.tab-5 {
        background-position: 9% 28%;
        background-size: 4%;
    }
    .block-tabs a span br {
        display: none;
    }
    .section-1-1 .bg-left,
    .section-1-1 .bg-right,
    .section-1 .bg-left,
    .section-1 .bg-right,
    .section-2-1 .bg-left,
    .section-2-1 .bg-right {
        display: none;
    }
    .section-1-1 .room-bg-details {
        padding: 0;
    }
    .section-1-1 .room-bg-details img {
        display: block;
        margin-bottom: 35px;
    }
    .row-eq-height {
        display: block;
    }
    .section-1-1 {
        padding: 0;
    }
    .section-1-1 .content-details,
    .col-md-6.section-item,
    .section-2-1 .testimonial-item {
        padding: 0 5%;
        margin-bottom: 35px;
    }
    .bg-section-1 {
        background: url(includes/img/bg-1.jpg);
        height: 500px;
        background-position: left center;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .play-btn {
        top: 37%;
        left: 43%;
    }
    .nav-call-about {
        display: none;
    }
    .section-1 {
        padding: 80px 0 0;
    }
    .section-1 .col-md-6.section-item {
        /*padding: 0;*/
    }
    .call-text {
        text-align: center;
    }
    .call-text h3 {
        margin-bottom: 10px;
        padding: 5% 10% 0;
        /*padding-top: 0;*/
    }
    .call-text br {
        display: none;
    }
    .call-to-action .col-md-3 {
        text-align: center;
    }
    .call-to-action .nav-call {
        float: none;
        margin-top: 20px;
    }
    .call-img {
        display: none;
    }
    .section-2-1 {
        /*display: block;
        height: 100% !important;*/
    }
    .section-2-1 .testimonial-item.col-md-6 {
        width: 100%;
    }
    .section-2-1 .room-bg-details.col-md-6 {
        display: none;
    }
    .content-details .title-section {
        line-height: 1.2em;
    }
    #section-4 {
        padding: 0;
    }
    .footer-top {
        text-align: center;
    }
    .footer-bottom {
        margin-top: 5%;
        text-align: center;
    }
    .col-sm-6.col-md-3.col-form {
        margin-top: 3%;
    }
    .footer-address a {
        background-image: none !important;
        padding: 0;
    }
    .footer-container {
        padding: 30px 0;
    }
    .item-dis {
        display: none;
    }
    .header-page .hero-text h1 {
        font-size: 7vw;
    }
    .blog-detail-detail {
        margin-bottom: 30px;
        border-bottom: 2px solid #afafaf;
        padding-bottom: 20px
    }
    .blog-detail-section .bottom-blog {
        display: none;
    }
    .blog-detail-section {
        padding: 0;
        background-color: #fff;
    }
    .solution-img {
        width: 15vw;
    }
    .solution-img img {
        /*max-width: 100%;*/
        /*max-width: 75px;*/
        max-height: 50px;
        margin-top: 0;
        /*margin-top: 20px;*/
    }
    .solution-left h3 {
        font-size: 4vw;
        line-height: 1.6em;
        margin-bottom: 4%;
    }
    .solution-left {
        padding: 3% 4%;
    }
    .solution-item {
        /*width: 100%;*/
    }
    /*.solution-left .content-btn {
        display: inline-block;
        margin: 2% 0;
    }*/
    .solution-section {
        padding: 10% 3%;
    }
    .website {
        padding: 40px 0;
    }
    .website-wrapper {
        padding: 0 45px 45px;
    }
    .website-icon {
        width: 13%;
    }
    .website-top {
        display: table;
        padding-bottom: 5%;
    }
    .website-top .col-md-7 {
        display: table-footer-group;
    }
    .website-top .col-md-5 {
        display: table-header-group;
    }
    .website-top h3 {
        margin-left: 11%;
        margin-bottom: 5%;
        margin-top: 2%;
        font-size: 2vw;
        line-height: 1em;
        position: absolute;
        top: 0;
    }
    .website-bottom h3 {
        font-size: 6vw;
        line-height: 1em;
    }
    .website-bottom h3 span {
        font-size: 6vw;
    }
    .website-top h3 span {
        display: block;
    }
    .website-img {
        text-align: center;
        margin-top: 17%;
        margin-bottom: 5%;
    }
    .website-bg {
        display: none;
    }
    .crm .col-md-6,
    .dbm .col-md-6 {
        margin-bottom: 40px;
    }
    .crm .title-section, .title-section span {
        margin-bottom: 5%;
    }
    .col-md-6.form-l {
        padding-right: 15px;
        margin-bottom: 15px; 
    }
    .col-md-6.form-r {
        padding-left: 15px;
    }
    #contact {
        padding: 40px 0;
    }
    .video-background,
    .overlay {
        display: none;
    }
    .review-video {
        height: 405px;
    }
    
    
}

@media only screen and (max-width : 767px) {
    .solution-img {
        width: auto;
        padding: 3% 4%;
    }
    .solution-img img {
        /*max-width: 65px;*/
        max-height: 50px;
        /*margin-bottom: -45px;
        margin-top: 8px;
        margin-left: -25px;*/      
    }
    .review-icon {
        display: none;
    }
    .review-item {
        padding: 15px 6%;
    }  
}

@media only screen and (max-width : 768px) { 
    .block-tabs a.tab-1 {
        background-size: 7%;
    }
    .block-tabs a.tab-2 {
        background-size: 7%;
        background-position: 9% 30%;
    }
    .block-tabs a.tab-3 {
        background-size: 7%;
    }
    .block-tabs a.tab-4 {
        background-position: 9% 35%;
        background-size: 7%;
    }
    .block-tabs a.tab-5 {
        background-position: 9% 28%;
        background-size: 10%;
    }
    .block-tabs a {
        padding: 4% 26%;
    }
    .section-1 {
        padding: 40px 0 0;
    }
    .title-section,
    .title-section span {
        margin-bottom: 0;
    }
    .navbar-nav>li.nav-btn>a {
        margin: 10px 0;
    }
    
    .header-page.website-header .hero-text h1, 
    .header-page.website-header .hero-text p {
        text-align: center;
    }
    .blog-main {
        padding: 30px;
    }
    /*.solution-img {
        width: 25vw;
    }*/
    .solution-left h3 {
        /*font-size: 7vw;*/
        font-size: 6vw;
        margin-bottom: 7%;
        /*text-indent: -30px;*/
        margin-top: 0;
    }
    /*.solution-left .content-btn {
        margin: 4% 0;
    }*/
    .detail-item {
        padding-right: 0;
    }
    .agent-detail-wrapper {
        margin-bottom: 10%;
    }
    .agent-video h3 {
        font-size: 4vw;
    }
    .agent-video .play-btn {
        width: 20%;
        margin-bottom: 5%;
    }
    .why-choose {
        padding: 50px 0;
    }
    .why-choose h2 {
        margin-bottom: 5%;
    }
    .why-choose p {
        padding-right: 0;
    }
    .link-more {
        display: none;
    }
    #section-4 h2 {
        margin-bottom: 8%;
    }
    #section-4 h2,
    #section-4 h2 span {
        font-size: 7vw;
        line-height: 1.2em;
    }
    .press-1,
    .press-2 {
        padding: 40px 0;
    }
    .dbm {
        padding: 40px 0;
    }
    .press-1 h3,
    .press-1 h3 span {
        font-size: 7vw;
    }
    .press-1 .press-content {
        margin-bottom: 20%;
    }
    .press-underline,
    .press-padding {
        padding-top: 40px !important;
    }
    .website-top h3 span {
        font-size: 5vw;
    }
    .website-top h3 {
        font-size: 3vw;
        line-height: 1em;
    }
    .website-img {
        margin-top: 18%;
        margin-bottom: 5%;
    }
    .website-bottom h3 {
        font-size: 4vw;
        line-height: 1em;
        margin-bottom: 5%;
    }
    .website-bottom h3 span {
        font-size: 4vw;
    }
    .review-video {
        height: 305px;
    }


    
}


@media only screen and (max-width : 480px) {
    .hero-text h1 {
        font-size: 15vw;
    }
    .title-section,
    .title-section span {
        font-size: 8vw;
        margin-bottom: 5%;
    }
    .hero-text p {
        margin-top: 8%;
        font-size: 7vw;
    }
    .content-details .title-section {
        margin-bottom: 5%;
    }
    .main-section h2 {
        font-size: 9vw;
        line-height: 1.1em;
        text-align: left;
    }
    .main-section p {
        text-align: left;
    }
    #header-content {
        padding: 40px 0 0;
    }
    .filter-wrapper {
        margin: 0;
        width: 100%;
    }
    #section-4 .item-inner {
        height: 100% !important;
    }
    .pagination {
        margin: 0;
    }
    .header-page .hero-text h1 {
        font-size: 14vw;
    }
    .fix-header {
        font-size: 9vw !important;
    }
    .blog-title {
        font-size: 8vw;
    }
    .blog-main {
        padding: 8% 5%;
    }
    .blog-detail-detail img {
        margin-bottom: 5% !important;
    }
    .blog-info, .blog-info a {
        font-size: 5vw;
    }
    .blog-share {
        display: none;
    }
    .solution-img {
        /*width: 29vw;*/
        width: auto;
    }
    .solution-left h3 {
        margin-bottom: 8%;
        line-height: 1.8em;
        /*text-indent: -70px;*/
        margin-top: 20px;
    }
    .solution-header {
        background-position: right -27em center;
    }
    .website-icon {
        width: 23%;
    }
    .website-wrapper {
        padding: 0;
    }
    .website-top h3 span {
        font-size: 7vw;
    }
    .website-top h3 {
        font-size: 5vw;
        line-height: .2em;
        margin-left: 33%;
        margin-bottom: 5%;
        margin-top: 2%;
    }
    .website-img {
        margin-top: 21%;
        margin-bottom: 7%;
        padding: 5% 12% 0;
    }
    .website-top p, .website-bottom p {
        padding: 2% 12%;
        margin-bottom: 3%;
    }
    .website-top a {
        margin-left: 12%;
    }
    .website-top {
        display: table;
        padding-bottom: 12%;
        margin-bottom: 12%;
    }
    .website-bottom {
        padding-bottom: 11%;
    }
    .website-bottom h3 {
        font-size: 7vw;
        line-height: 1em;
        margin-bottom: 3%;
        padding: 2% 12%;
    }
    .website-bottom h3 span {
        font-size: 7vw;
    }
    .website-gallery {
        padding: 2% 12%;
    }
    .website-gallery .website-item {
        margin-bottom: 7%;
    }
    .website-overlay {
        width: 88%;
        padding: 0;
    }
    .dbm-h1 {
        font-size: 10vw !important;
    }
    .modal:before {
        display: none;
    }
    .bg-section-1 {
        background-position: left -5em center;
    }
    .nav-mobile-free {
    display: block;
    background-color: #74CFA6;
    text-align: center;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 401;
    }
    .nav-mobile-tab-free {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1em;}
    .nav-mobile-free a:hover,
    .nav-mobile-free a:focus{
     color: #fff;
    text-decoration: none;
    }
    .hero-image {
        height: 100vh;
        background: url(includes/img/hero-image.jpg);
        background-position: center right -11em;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bg-section-1 {
        background: url(includes/img/bg-1.jpg);
        height: 500px;
        background-position: left -5em center;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .play-btn {
        top: 37%;
        left: 37%;
    }
    .modal-dialog {
       display: block;
    }
    #freetrialModal h3 {font: 8vw 'Museo_B',Arial,sans-serif;}
    #freetrialModal .sub-title-popup {
        font-size: 6vw;
    }
    .dropdown:hover .dropdown-menu {
        display: none;
    }
    .dropdown.open .dropdown-menu {
        display: block;
    }
    .itg-item {
        height: auto !important;
    }
    div#gallery-slider {
        display: none;
    }
    .section-about .bg-right {
        display: none;
    }
    .section-about .bg-left {
        width: 100%;
    }
    .section-about .content-details {
        padding: 0 15px;
    }
    .itg-bottom .main-section {
        padding: 0;
        margin-bottom: 15px;
    }
    .itg-bottom {
        padding: 40px 0;
    }
    .review-video {
        height: 254px;
    }
}

.blog-content ul {
    margin-bottom: 15px;
    list-style: initial;
    margin-left: 30px;
}
.blog-content li { 
    
}
.gfield_label {
    display: none !important;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    background-color: #efefef;
    width: 100%;
    display: block;
    height: 45px;
    box-shadow: none;
    letter-spacing: 1px;
    border: none;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    font: 14px 'Museo_R',Arial,sans-serif;
    color: #808080 !important;
    padding: 5px 12px !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border-radius: 0;
    display: block;
    height: 45px;
    color: #808080 !important;
    border: 1px solid #efefef;
    letter-spacing: 1px;
    box-shadow: none !important;
    font: 14px 'Museo_R',Arial,sans-serif !important;
    background-color: #efefef;
    padding: 5px 12px !important;
-webkit-appearance: none;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}
.gform_wrapper textarea {
    border-radius: 0;
    color: #808080 !important;
    font: 14px 'Museo_R',Arial,sans-serif !important;
    background-color: #efefef;
    border: none;
    padding: 12px 12px !important;
}
input[type=submit] {
    background-color: #74cfa8;
    padding: 15px 62px;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    font: 14px 'Museo_BB',Arial,sans-serif !important;
    letter-spacing: 0.1em;
    border: none;
}
.gform_wrapper .gform_footer {
    margin: 0 0 0 !important;
}
.footer-bottom a {
    display: none;
}
.home .footer-bottom a {
    display: inline-block;
    font: 15px 'Museo_R',Arial,sans-serif;
}
.home .footer-bottom a:hover,
.home .footer-bottom a:focus {
    color: #74cfa8;
}
.agentbox_select_class select {
    background: #efefef ;
    border: 0;
    height: 48px;
    color: #808080 !important;	
    letter-spacing: normal !important;
    font: 14px 'Museo_R',Arial,sans-serif !important;
    font-family: "Museo_R",Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    -x-system-font: none;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    padding: 5px 12px !important;
}

.agentbox_select_class.medium_inline_select{
    width: 50%;
    display: inline-block;
}

@media only screen and (max-width: 641px){
    .agentbox_select_class.medium_inline_select{
         width: 100%;
         display: block;
    }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}



  
/* Refferals */
body.page-template-template-refferals .header-page {
    background-position: center;
}
body.page-template-template-refferals .refferals-user {
    background: #f5f5f5;
    text-align: center;
}
/*body.page-template-template-refferals .refferals-user .container > .row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}*/
body.page-template-template-refferals .refferals-user .container > .row > div {
    margin-bottom: 0;
}
body.page-template-template-refferals .refferals-user .title {
    font-family: "Museo_B",Arial,sans-serif;
    font-weight: 500;
    color: #293a4c;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 15px 80px 15px;
}
body.page-template-template-refferals .refferals-user .user {
    background: #fff;
    height: 100%;
}
body.page-template-template-refferals .refferals-user .user .icon {
    margin: 25px 0;
    max-height: 55px;
}
body.page-template-template-refferals .refferals-user .user .utext {
    font-family: "Museo_R",Arial,sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #293a4c;    
    margin-bottom: 0;
}
body.page-template-template-refferals .refferals-user .user .credit {
    font-family: "Museo_B",Arial,sans-serif;
    font-weight: 500;
    font-size: 30px;    
    background: #8ad5b4;
    color: #fff;
    margin-top: 25px;
    padding: 20px 0;
}
body.page-template-template-refferals .refferals-user .user-content {
    font-family: "Museo_R",Arial,sans-serif;
    font-weight: 300;
    color: #373737;
    margin-top: 40px;
}
body.page-template-template-refferals .gf-form-container {
    height: 100vh;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff; 
    position: relative; 
}
body.page-template-template-refferals .gf-form-container .left {
    width: 50%;
    background: #fff;
}
body.page-template-template-refferals .gf-form-container .right {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;    
    width: 50%;
    height: 100%;
}
body.page-template-template-refferals .gf-form-container .custom-gform {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.gf-form-container .gfield_html {
    font-family: "Museo_B",Arial,sans-serif;
    font-weight: 500;
    font-size: 30px;    
    color: #293a4c;  
    margin-top: 0 !important;
    margin-bottom: 20px;  
}
.gf-form-container .gform_wrapper textarea {
    margin-bottom: 45px;
}
.gf-form-container .gform_wrapper {
    margin: 0;
}
.gf-form-container .gform_wrapper input[type=submit] {
    margin-top: 25px;
}
.gf-form-container .desktop-half {
    display: inline-block;
    float: none;
}
.gf-form-container .gform_wrapper li.gfield.gfield_error {
    margin-bottom: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.gf-form-container .gform_wrapper .validation_message {
    padding-top: 0 !important;
}
.gf-form-container form .validation_error {
    display: none !important;
}

select::-ms-expand {
     display: none;
}
.ginput_container_select {
    position: relative;
}
.ginput_container_select:after {
    /*content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
  right: 10px;
  top: 13px;
  position: absolute;
  pointer-events: none;*/
  content: '';
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 20px;
  color: #808080;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px dashed;
    border-top: 5px solid\9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.ginput_container_select select {
      -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


.view-more-panel {
    position: absolute;
    left: 80px;
    bottom: 4%;
    z-index: 1;
}
.view-more-panel img {
    max-height: 44px;
}

@media (max-width: 479px) {
    body.page-template-template-refferals .refferals-user .container > .row > div {
        margin-bottom: 15px;
    }
    body.page-template-template-refferals .refferals-user .container > .row > div:last-child {
        margin-bottom: 0;
    }        
}
@media (min-width: 480px) {
    body.page-template-template-refferals .refferals-user .container > .row > div {
        margin-bottom: 15px;
    }
    body.page-template-template-refferals .refferals-user .container > .row > div:last-child {
        margin-bottom: 0;
    }    
}
@media (max-width: 767px) {
    body.page-template-template-refferals .main-section {
        padding: 0 15px;
    }    
    body.page-template-template-refferals .refferals-user .user-content {
        padding: 0 15px;
    }
    .gf-form-container .desktop-half {
        width: 100%;
    }
    #slides-feature .carousel-indicators {
        margin-left: 5%;
        bottom: 11%;
    }
    .view-more-panel {
        left: 5%;
        bottom: 4%;
    }
}
@media (min-width: 768px) {
    body.page-template-template-refferals .main-section {
        padding: 0 50px;
    }    
    body.page-template-template-refferals .refferals-user .container > .row > div {
        margin-bottom: 30px;
    }  
    body.page-template-template-refferals .refferals-user .container > .row > div:last-child {
        margin-bottom: 0;
    } 
    body.page-template-template-refferals .refferals-user .user-content {
        padding: 0 52px;
    } 
    .gf-form-container .desktop-half {
        width: 50%;
    }
    #slides-feature .carousel-indicators {
        margin-left: 5%;
        bottom: 15%;
    }
    .view-more-panel {
        left: 5%;
        bottom: 6%;
    }
}
@media (max-width: 991px) {
    body.page-template-template-refferals .gf-form-container {
        height: auto;
        min-height: auto;
        display: block;
    }
    body.page-template-template-refferals .gf-form-container .left {
        width: 0;
        display: none;
    }
    body.page-template-template-refferals .gf-form-container .right {
        width: 100%;
        height: auto;
        padding-top: 56.25%;
    }
    body.page-template-template-refferals .gf-form-container .custom-gform {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        padding: 50px;
    }    
}
@media (min-width: 992px) {
    body.page-template-template-refferals .main-section {
        padding: 0 68px;
    }
    body.page-template-template-refferals .refferals-user .container > .row > div {
        margin-bottom: 0;
    }
    body.page-template-template-refferals .refferals-user .user-content {
        padding: 0 262px;
    }
    body.page-template-template-refferals .gf-form-container {
        height: 120vh;
        min-height: 120vh;
    }
    .gf-form-container .desktop-half {
        width: 50%;
    } 
    #slides-feature .carousel-indicators {
        margin-left: 80px;
        bottom: 9%;
    }
    .view-more-panel {
        left: 80px;
        bottom: 2%;
    }    
}
@media (min-width: 1200px) {
    body.page-template-template-refferals .main-section {
        padding: 0 165px;
    }
    body.page-template-template-refferals .gf-form-container {
        height: 120vh;
        min-height: 120vh;
    }    
    .gf-form-container .desktop-half {
        width: 50%;
    }
    #slides-feature .carousel-indicators {
        margin-left: 80px;
        bottom: 12%;
    }
    .view-more-panel {
        left: 80px;
        bottom: 4%;
    }    
}
@media (min-width: 1440px) {
    body.page-template-template-refferals .gf-form-container {
        height: 100vh;
        min-height: 100vh;
    }    
}

.blog-main img.alignright { float: right; margin: 0 0 1em 1em; }
.blog-main img.alignleft { float: left; margin: 0 1em 1em 0; }
.blog-main img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.blog-main .alignright { float: right; }
.blog-main .alignleft { float: left; }
.blog-main .aligncenter { display: block; margin-left: auto; margin-right: auto; }


.single .blog-main img.hasOl.alignleft{
	margin: 0 2em 1em 0;
}
.single .blog-main ol{
	list-style: decimal;
  padding-left: 20px;
}



.emarketing-gallery-footer {
	margin: 0 0 50px;
}
.emarketing-gallery-footer a {
    background-color: #fff;
    padding: 15px 45px;
    border-radius: 25px;
    text-transform: uppercase;
    color: #74cfa8;
    font: 14px 'Museo_BB',Arial,sans-serif;
    border: 2px solid #74cfa8;
}
.emarketing-gallery-footer a:hover {
    background-color: #74cfa8;
    border-color: #74cfa8;
    color: #fff;
}
.emarketing-bg {
    display: inline-block;
    position: absolute;
    bottom: 48%;
    left: 3%;
    width: 50px;
}
body.page-template-template-emarketing .emarketing-item{
	position: relative;
  margin-bottom: 60px;
}
body.page-template-template-emarketing .emarketing-item .website-overlay{
	width: 100%;
}
body.page-template-template-emarketing .emarketing-item:hover .website-overlay{
  opacity: 0.5;
}
body.page-template-template-emarketing #fancybox-wrap{
	width: 97% !important;
  left: 0 !important;
}
body.page-template-template-emarketing #fancybox-content{
  width: 690px!important;
  position: fixed!important;
  text-align: center!important;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}
body.page-template-template-emarketing #fancybox-img{
	width: 660px!important;
  height: auto!important;
  pointer-events: none;
}
body.page-template-template-emarketing #fancybox-close{
	position: fixed!important;
  top: 2px!important;
  right: -710px!important;
  margin: auto;
  left: 0;
}
@media only screen and (max-width: 767px){
  body.page-template-template-emarketing .header-page .hero-text h1{
  	font-size: 10vw;
  }
  body.page-template-template-emarketing #fancybox-wrap{
  	width: 85%!important;
  }
  body.page-template-template-emarketing #fancybox-content{
  	width: 80%!important;    
  }
  body.page-template-template-emarketing #fancybox-img{
  	width: 100%!important;
  }
  body.page-template-template-emarketing #fancybox-close{
  	display: none;
  }
}
@media only screen and (max-width: 992px){
  .emarketing-bg {
    display: none;
  }
  body.page-template-template-emarketing .website-top .col-md-12{
  	display: table-footer-group;
  }
  body.page-template-template-emarketing .website-bottom{
  	margin-top: 80px;
  }
}

@media only screen and (max-width: 480px){
  .emarketing .website-top h3 {
      line-height: 1.5em;
  }
}
a.home_tabs{
    background: #58a0b5;
    color: white;
    height: 56px!important;
    padding: 0px 0;
    text-align: center;
}
.home_tabs h3{
    line-height: 16px;
    margin: 20px 0;
}
.home-videos-section .videos{
		display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.home-videos-section .videos .video-anchor{
  	position: relative;
  	text-align: center;
}
.home-videos-section .videos .video-anchor .video-section-play-button{
		position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	margin: auto;
  	width: 15%;
}
.home-videos-section .video-title{
		text-align: center;
    padding: 25px 10px;
 		font: 20px 'Museo_B',Arial,sans-serif;
    color: #3e3e3e;
}
.home-videos-section .video-description{
  	text-align: center;
    padding: 0 15px 20px;
}

@media only screen and (min-width: 992px){
  .home-videos-section .videos .col-md-4{
    	width: 33.30%;
  }
}

.review-videos-section{
		background: #f5f5f5;
}
.review-videos-section .videos{
		display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.review-videos-section .videos .video-anchor{
  	position: relative;
  	text-align: center;
}
.review-videos-section .videos .video-anchor .video-section-play-button{
		position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	margin: auto;
  	width: 15%;
}
.review-videos-section .video-title{
		text-align: center;
    padding: 25px 10px;
 		font: 20px 'Museo_B',Arial,sans-serif;
    color: #3e3e3e;
  	background: #ffffff;
}
.review-videos-section .video-description{
  	text-align: center;
    padding: 0 15px 20px;
  	background: #ffffff;
}
.review-blog-custom-width{
		width: 49.95%;
}

@media only screen and (max-width: 992px){
  .review-videos-section .videos .single-video {
    	padding-bottom: 20px;
  }
  .review-blog-custom-width{
      width: 100%;
  }
}
@media only screen and (min-width: 992px){
  .review-videos-section .videos .single-video {
    	width: 33.30%;
  }
}

#gallery-slider .slider-text{
	    text-align: center;
      position: absolute;
      top: 55%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      color: white;
      width: 100%;
      padding: 0 10%;
      z-index: 3;
}
#gallery-slider .slider-text h1{
	    text-transform: uppercase;
   		font: 70px 'Gotham-Bold',Arial,sans-serif;
}
#gallery-slider .slider-text p{
      margin-top: 10px;
      font: 30px 'Museo_B',Arial,sans-serif;
}
@media only screen and (max-width: 992px){
  .home.hero-image {
  	background: 0;
  }
  #gallery-slider .slider-text h1 {
      font-size: 9vw;
  }
  #gallery-slider .slider-text p {
    margin-top: 10px;
    font: 3vw 'Museo_B',Arial,sans-serif;
	}
}
@media only screen and (max-width: 480px){
  div#gallery-slider{
  	display: block;
  }
  #gallery-slider .slider-text h1 {
    font-size: 14vw;
  }
  #gallery-slider .slider-text p {
    margin-top: 8%;
    font-size: 7vw;
	}
}





