body {
	color: #696969;
	font-size: 11px;
	line-height: 1.7em;
	font-family: "lato";
	font-weight: 300;
	background:#000;
}

a {
	color:#1199e0
}

a:hover {
	cursor:pointer !important;
}

b, strong {
    font-weight: 600;
}

p {
	font-size: 1.4em;
	line-height: 1.5em;
	word-wrap: break-word;
    overflow-wrap: break-word;
}

p.lead {
	color: #555;
	font-weight: 400
}

hr {
	border-top-color: #f5f5f5;
	position: relative;
	z-index: 11;
}

*,
a:focus,
a:hover {
	outline:none;
	text-decoration: none
}

button[data-toggle="modal"]{
	color:#1199e0;
	border: none;
	padding: none;
	background: none;
}

h1,
h2,
h3,
h4,
h5,
.box-name,
.list-items-box .panel,
.list-items-box .panel:hover,
.list-items-box a.link-img:hover .overlay-figure,
.list-items-box a.link-img .overlay-figure,
.slick-arrow:hover,
.slick-arrow,
.pace,
.pace.pace-inactive .pace-progress,
.pace .pace-progress,
.list-items-box figure a:hover,
#hamburger.open span,
#hamburger span,
#section-about .part-middle [class*="box-"] .content a:hover i,
#section-about .part-middle [class*="box-"] .content a,
footer[role="contentinfo"] h5 a,
.slick-dots li.slick-active button:before,
.slick-dots li button:hover:before,
.slick-dots li button:before,
.navbar-fixed-top .navbar-brand img,
.navbar-fixed-top.nav-open .navbar-content #navsocial,
#navsocial,
#section-testimonials .item,
.carousel-indicators li,
.navbar-brand,
.navbar-brand:hover,
#bar-agent-bottom,
.btn,
.btn:hover,
.navbar-fixed-top.navbar-bg-gradient.affix .navbar-content:after,
.navbar-fixed-top.navbar-bg-gradient .navbar-content:after,
.affix-top .navbar-content,
.affix .navbar-content,
a.link-box:hover .overlay-gradient-radial,
a.link-box .overlay-gradient-radial,
.navbar-fixed-top ul > li > a,
.navbar-fixed-top,
ul.social,
.nav > li > a:after,
.nav > li > a:hover:after,
.nav > li.active > a:after,
#navbar,
.navbar-fixed-top.menu-open,
.navbar-fixed-top,
.ch-item,
.ch-info,
a,
a:hover,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .active > a:hover,
#section-video #play_vid:hover .overlay-gradient-radial,
#section-video #play_vid .overlay-gradient-radial,
#section-video #play_vid,
#section-video #play_vid.off,
.accordian input:checked ~ .accordian-content,
.accordian .accordian-content {
	-webkit-transition: all 600ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
	-moz-transition: all 600ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
	-o-transition: all 600ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
	transition: all 600ms cubic-bezier(0.800, 0.000, 0.200, 1.000); /* custom */
	-webkit-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
	-o-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
	transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000); /* custom */
}

blockquote {
	font-family: "georgia";
	font-style: italic;
	font-size: 1.3em;
	line-height: 1.6em;
	color: #aaa;
	padding: 0;
	margin-bottom: 0;
	border: none;
}

blockquote.quote {
	position: relative;
	padding:45px;
}

blockquote.quote:before,
blockquote.quote:after {
	opacity: .35;
	font-size: 7em;
	width: 60px;
  height: 50px;
  position: absolute;
  line-height: 1em;
  padding-right: 15px;
}

blockquote.quote:before {
  content: "“";
	left:10px;
	top: 0;
}

blockquote.quote:after {
 	content: "”";
	right: 10px;
	bottom: 0;
}

.panel {
	border: none;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.05);
   box-shadow: 0 2px 4px rgba(0,0,0,.05);
}

.link-box,
a.panel {
	display: block;
	opacity: 1;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:0;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* Superfish Menu ESSENTIAL STYLES ********************************/

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style:none;
}
.sf-menu {
	line-height:1.0;
}
.sf-menu ul {
	position:absolute;
	top:-999em;
	width:170px; /* left offset of submenus need to match (see below) */
	-webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
	padding:0;
	background:#666666;
	border-radius:5px;

}
.sf-menu ul li {
	width:100%;
	border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.sf-menu ul li:first-child {
	background:#666666;
	border-radius:5px 5px 0 0;
}
.sf-menu ul li:last-child {
	border-radius:0 0 5px 5px;
}
.sf-menu ul li:hover,.sf-menu ul li.current-menu-item  {
	background:#666666;
}
.sf-menu ul li:first-child:hover,.sf-menu ul li.current-menu-item:first-child {
	background:#666666;
	border-radius:5px 5px 0 0;
}
.sf-menu ul li:last-child:hover,.sf-menu ul li.current-menu-item:last-child {
	background:#666666;
	border-radius:0 0 5px 5px;
}
.sf-menu ul li:first-child:last-child,.sf-menu ul li:first-child:last-child:hover {
	border-radius:5px;
}

.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:left;
	position:relative;
}
.sf-menu a,.sf-menu a:visited {
	display:block;
	position:relative;
	text-decoration:none;
	color:#fff;
	
}
.sf-menu li.current-menu-item > a  {
	color:#fff;
}
.sf-menu a:hover {
	color:#FFE512;
}
.sf-menu li > a {
	padding:9px;		
}
.sf-menu li > ol {
	padding:10px;
    font-size: 15px;
    color: #fff;	
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:10px;
	top:38px; /* match top ul list item height */
	z-index:99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:171px; /* match ul width */
	top:0;
}
ul.sf-menu li li li ul{margin-left:1px;}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:170px; /* match ul width */
	top:0;
}
ul.sf-menu span.hide{
	display:none;
}

/*** arrows **/
.sf-menu li a {
	padding:10px 13px;
	min-width:1px; /* trigger IE7 hasLayout so spans position accurately */

}
.sf-sub-indicator {
	position:absolute;
	display:block;
	right:.75em;
	top:1.05em; /* IE6 only */
	width:10px;
	height:10px;
	text-indent:-999em;
	overflow:hidden;
	background:url('../images/arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	right: 11px;
    top: 16px;
	display:none;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
ul li ul li .sf-sub-indicator {display:block}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; right:10px}
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/* AFFIX BOTTOM BAR AGENT INFORMATION */
#bar-agent-bottom {
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.12);
  box-shadow: 0px 0px 20px rgba(0,0,0,.12);
	position: fixed;
	background: #fff;
	opacity: 1;
	width: 100%;
}

#bar-agent-bottom,
.bar .name,
.bar .avatar,
.bar .btn-hero,
.bar .btn-back {
	height: 50px;
}

#bar-agent-bottom .avatar img {
	margin: 10px;
	width: 30px;
	height: 30px;
}

#bar-agent-bottom [itemprop="telephone"] {
	font-weight: 600;
	padding: 10px 15px
}

#bar-agent-bottom.bar .btn-back.btn-back-top {
	width: 50px;
	padding: 0
}

.bar .btn-bar {
	color: #fff;
	font-size: 12px;
	border: none !important;
	text-transform: uppercase;
	line-height: 1.1em;
}

.bar .btn-bar.btn-hero i {
	color: #fff;
	line-height:.80em;
	font-size: 1.4em;
	margin-right: 8px
}

.bar .btn-hero {
	font-weight: 600
}

.bar .btn-hero .hidden-xxs {
	margin-left: 5px
}

.bar .btn-hero:hover {
	opacity: .75;
	background: #333;
	color: #fff !important
}

.bar .btn-hero,
.bar .btn-back {
	margin: 0;
	border: none;
	text-align: center;
}

.bar a.btn-back {
	background: #111;
	padding: 0 20px
}

.bar a.btn-back:hover {
	background: #333;
}

.bar .btn-back-top span {
	font-size: .55em;
	color: #fff;
	opacity: .6;
	line-height: 1.25em;
}

.bar .btn-back-top {
	clear: both;
	display: block;
	text-transform: uppercase;
	line-height: 1.25em;
}

.bar .btn-back-top span {
	clear: both;
	display: block
}

.bar .btn-back-top i {
	margin-bottom: 4px;
	color: #999;
}

.bar .btn-back-top span strong {
	font-weight: 600;
	font-size: 1.3em;
}

.bar .name span {
	clear: both;
	display: block
}

.bar .name {
	line-height: 1.2em;
	padding: 10px 0;
	font-size: 13px;
	text-transform: uppercase
}

.bar .name span i {
	margin:1px 5px 0 0
}

.bar .name span[itemprop="name"] strong {
	font-weight: 600;
	color: #000;
}

#bar-agent-bottom.affix-top {
	opacity:0;
	bottom: -50px;
	z-index: -1;
	visibility: hidden
}

#bar-agent-bottom.affix {
	opacity:1;
	bottom: 0px;
	z-index: 1029 !important;
	visibility: visible
}

#bar-agent-bottom,
.bar .name,
.bar .avatar,
.bar .btn-hero,
.bar .btn-back {
	height: 50px;
}

.bar-single-page,
.bar-single-page.bar .name,
.bar-single-page.bar .avatar,
.bar-single-page.bar .btn-hero,
.bar-single-page.bar .btn-back {
	height: 90px
}

.bar-single-page {
   background: #fff;
}

.bar-single-page > .inner-content {
	padding: 10px;
}

.bar-single-page [itemprop="name"] {
	margin-top: 10px;
}

.bar-single-page [itemprop="telephone"] {
	font-weight: 600;
}

.bar-single-page [itemprop="telephone"] i {
	color: #ccc;
	font-size: 1.2em;
	margin-right: 3px
}


.bar.bar-single-page .name {
	line-height: 1.1em;
	padding: 12px 0;
	font-size: 1.1em;
}

.bar-single-page .avatar img {
	margin: 15px;
	width: 60px;
	height: 60px
}

.bar-single-page .part-right {
	float: right;
}

.bar-single-page .part-left .btn-back  {
	width: 90px;
}

.bar-single-page h2 {
	margin: 18px 0 0 0;
	text-align: center;
	font-size: 1.1em;
	line-height: 1em;
	padding: 0
}

.bar-single-page h2:after {
	height: 3px;
	bottom: 10px
}

.bar-single-page .persona span {
	color: #999;
	font-weight: 300;
	clear: both;
	display: block;
	text-transform: uppercase;
	line-height: 1.4em;
}

.bar-single-page span i {
	margin-right: 3px
}

.bar-single-page span[itemprop="name"] strong {
	font-weight: 600;
	color: #000
}

/* // AFFIX BOTTOM BAR AGENT INFORMATION */
.navbar-nav,
.navbar-nav > li {
	float: none
}

/* FIX chrome mobile fixed top bug */
.navbar-fixed-top .navbar-content:before {
	position: fixed;
	left: 0;
	height: 100px;
	top: -100px;
	right: 0;
	content: "";
	z-index: 20 !important
}

.navbar-fixed-top.navbar-bg-gradient.affix {
	padding-bottom: 0
}

.nav > li.hero > a {
	opacity: 1;
	font-weight: 700 !important
}

.nav > li > a  span {
	display: block
}

.navbar-fixed-top {
	border: none;
	margin: 0;
	padding-bottom: 0;
	-webkit-transform: translateZ(0);
}

.navbar-fixed-top.navbar-bg-gradient.affix,
.navbar-fixed-top.navbar-bg-full {
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,.05);
	box-shadow: 0 4px 8px rgba(0,0,0,.05);
	-webkit-transform: translateZ(0);
}

.btn {
	border:none;
	border-radius: 0;
	text-transform: uppercase;
}

.btn.btn-md {
	font-size: 1em;
	padding: 15px 20px
}

/* OVERLOAD BS */

small {
	display: block
}

.anchor-scroll {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	background: red;
	bottom:0;
}

.h1.hero,
h1.hero  {
	text-transform: uppercase;
	font-weight:600;
	position: relative;
	font-size: 2.5em;
	color: #fff;
	margin:0 0 10px 0;
}

.h1.hero small,
h1.hero small {
	font-weight:300;
	font-size: 1em;
	color: #fff;
	opacity: .75;
	display:inline
}

h3.hero {
	color: #fff;
	font-weight: 300;
	font-size:1.2em;
	margin: 0 0 10px 0;
}

h3.hero span {
	opacity: .6
}

.h2,
h2 {
	text-transform: uppercase;
	font-size: 1.8em;
	position: relative;
	color:#111;
	font-weight:700;
	text-align: center;
	margin: 0 0 50px 0;
}

.h2 span,
h2 span {
	font-weight: 300;
	margin-right: 5px;
}

footer[role="contentinfo"] .h1.hero small {
	opacity: .4
}

footer[role="contentinfo"] .h1.hero {
	font-size: 2.4em;
}

footer[role="contentinfo"] h4.hero {
	color: #fff;
	font-weight: 300;
	font-size:1.2em;
	text-transform: none;
	margin: 0 0 4px 0;
}

footer[role="contentinfo"] h4.hero span {
	opacity: .6
}

footer[role="contentinfo"] h5 {
	color: #fff;
	margin-top: 45px;
	font-weight: 300;
	text-transform: none;
}

footer[role="contentinfo"] h5 span {
	display: inline-block;
	opacity: .6
}

.logo-campaigntrack {
	max-width: 120px;
	margin-left: 5px;
	display: inline-block;
}

footer[role="contentinfo"] h5 a {
	opacity: .6
}

footer[role="contentinfo"] h5 a:hover {
	opacity: 1
}

footer[role="contentinfo"] .logo:after,
.h2:after,
h2:after {
	content: "";
	width: 30px;
	height: 4px;
	position: absolute;
	left: 50%;
	margin-left:-15px;
	bottom: -20px;
}


/* liscensee details */
footer #licensee-details{
    font-size: .70em;
    font-weight: normal;
}

#licensee-details .col-xs-offset-1{
    margin-left: 8.33333%;
}

#licensee-details .col-xs-10{
    float: left;
    width: 83.33333%
}

#licensee-details .col-md-6, #licensee-details .col-lg-6, #licensee-details .col-sm-8, #licensee-details .col-xs-10{
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 768px){
    #licensee-details .col-sm-offset-2{
        margin-left: 16.66667%
    }

    #licensee-details .col-sm-8{
        float: left;
        width: 66.66667%;
    }
}

@media (min-width: 992px){
    #licensee-details .col-md-offset-3 {
        margin-left: 19.85%;/*19.99*/
    }

    #licensee-details .col-md-6 {
        width: 60%;
        float: left;
    }
}
/*end of licensee detail*/


h2.text-left:after {
	margin: 0;
	left: 0;
}

.h3,
h3 {
	margin: 0 0 15px 0;
  font-size: 1.4em;
  font-weight: 400;
}

.h4,
h4 {
	color: #111;
	margin: 0 0 15px 0;
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4em
}

.h4 small,
h4 small {
	font-size: .7em;
	}

.h5,
h5 {
	color: #111;
	margin: 0 0 5px 0;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 400;
}


header.header-hero[role="banner"] {
	height: 100vh;
	width: 100%;
	overflow: hidden;
	position: relative;
}

header.header-hero-inner[role="banner"] {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#bg-hero-agent:before,
#bg-hero-agent:after,
header.header-hero[role="banner"] .overlay,
header.header-hero[role="banner"] .overlay-color,
header.header-hero[role="banner"] .overlay-gradient-radial,
header.header-hero[role="banner"] .overlay-gradient-linear {
	z-index:12
}

header.header-hero .content-table {
	z-index: 15;
	position: relative
}

.navbar-fixed-top.navbar-bg-gradient.affix .navbar-content:after {
	visibility: hidden
}

/* SINGLE PAGE */
[id*="single-page"] section {
	margin: 0;
}

#single-page-properties #section-properties {
	padding-top:60px
}

#single-page-properties section {
	background:none
}

#single-page-properties .bar-single-page {
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,.15);
  box-shadow: 0 4px 8px rgba(0,0,0,.15);
  -webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

#single-page-properties .bar-single-page,
#single-page-properties .bar-single-page h2,
#single-page-properties .bar-single-page a {
  -webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

#single-page-sold #section-sold {
	padding: 90px 15px 0 15px;
}

#single-page-sold .bar-single-page {
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,.05);
   box-shadow: 0 4px 8px rgba(0,0,0,.05);
}

#single-page-sold #section-sold .panel {
	margin-bottom: 30px;
}

.navbar-content.no-bg {
	background: none;
}

/* SECTION */

.section-inverse h2 {
	color: #fff;
}

section {
	position: relative;
	background: #fff;
	margin-top: -59px
}

section .content {
	position: relative;
	z-index: 10
}

#section-about {
	z-index: 10;
}

#section-about .limit-about a {
	display: block;
	margin-top: 10px;
}

#section-about:before {
	position: absolute;
	left: 0;
	height: 59px;
	right: 0;
	top: 0px;
	background: #000;
	content: "";
}

#section-properties .pull-middle {
	padding-bottom: 15px;
}

#section-properties .btn-more {
	margin: 0 auto 15px auto;
	display: table;
}

#section-properties {
	z-index:9;
}

#section-sold {
	z-index: 8;
}

#section-video {
	z-index: 7;
	margin: 0
}


#section-achievement {
	z-index: 6;
}

#section-testimonials {
	z-index: 5;
	padding-bottom: 30px
}

#section-team {
	z-index: 4;
}

#section-blog {
	z-index: 3;
}

#section-enquiry {
	z-index: 2;
}

#section-about .container .row {
	width: 100%
}

#section-about .content {
	padding: 15px;
}

#section-enquiry {
	padding-bottom: 90px;
}

#section-properties .slick-prev {
  left: 0px;
}

#section-properties .slick-next {
  right: 0px;
}

#section-team,
#section-achievement {
	padding-bottom: 0
}

#section-team .col-centered {
	margin-bottom: 30px
}

#section-about .container {
	padding:59px 0 0 20px !important
}

#section-about .part-right {
	padding:30px !important;
	vertical-align: top;
	background: #fff;
}

#section-about .part-middle {
	text-align: center;
}

#section-about .part-middle [class*="box-"] .content a {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-size: .8em
}

#section-about .part-middle [class*="box-"] .content a span {
	font-weight: 100;
	margin-right: 5px
}

#section-about .part-middle [class*="box-"] .content a strong {
	font-weight: 400
}

#section-about .part-middle [class*="box-"] .content a i {
	opacity: .4;
	margin-left: 4px
}

#section-about .part-middle [class*="box-"] .content a:hover i {
	opacity:1
}

#section-about .part-left {
	background-position: top left;
	background-size: cover;
	position: relative;
}

#section-sold .container {
	padding:0
}

#section-video .container {
	padding:0;
	background-color: #595959;
}

#section-sold	.slick-prev:before,
#section-sold	.slick-next:before {
		color: #000
}

#section-sold .slick-slider {
	padding-bottom: 25px
}

.section-inverse {
	background: #111;
}

#section-testimonials h2 {
	margin-bottom:30px;
}

#section-testimonials em {
	font-size: .7em;
	text-transform: uppercase;
	font-style: normal;
	color: #fff;
	font-weight: 500;
	letter-spacing: .1em;
	margin-top: 20px;
	display: block;
	font-family: "lato";
}

#section-testimonials blockquote.quote:after,
#section-testimonials blockquote.quote:before {
	opacity: .15;
}

#section-testimonials blockquote p {
	font-size: 1em;
	line-height: 1.6em;
	opacity: .8;
}

#section-testimonials blockquote:hover {
	cursor:ew-resize
}

#section-testimonials .slick-dotted.slick-slider {
	padding-bottom: 30px
}

#section-team blockquote {
	margin-bottom: 30px
}

#section-testimonials blockquote h4 {
	font-size: 1.4em;
	line-height: 1.3em;
	color: #fff;
	margin-top: 5px;
	text-transform: none;
	opacity: .95;
}

#section-about .part-middle .box-1 {
	background: #2E3040;
	font-size: 1.6em;
	color: #fff;
	font-weight: 500;
	line-height: 1.5em;
}

#section-about .part-middle .box-2 blockquote {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #fff;
	opacity: .75;
	margin: 0
}

#section-video iframe {
	width:100%;
	height: 100%;
	margin-bottom: -6px
}

#section-video #play_vid {
	background-size: cover;
	background-position: top center;
	position: absolute;
	left:0;
	right:0;
	bottom: 0;
	top: 0;
	opacity: 1;
	visibility: visible;
	font-size: 5em;
	text-align: center;
	color: #fff;
}

#section-video #play_vid .overlay-gradient-radial {
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
  opacity: 1
}

#section-video #play_vid:hover .overlay-gradient-radial {
	opacity: .5;
}

#section-video #play_vid:hover {
	font-size: 7em;
}

#section-video #play_vid.off {
	opacity: 0;
	visibility: hidden
}


#section-sold {
	background: #f7f7f7;
	padding-bottom: 0;
}

#section-achievement i {
	font-size: 2.8em;
	text-align: right;
	color: #ddd;
	line-height: .9em;
}

#section-achievement ul li {
	margin-bottom: 15px;
	font-size: 16px;
}

#section-achievement ul {
	margin-bottom: 15px;
}

#section-achievement h3 {
	margin-bottom: 5px;
}

#section-blog article h4 {
	font-weight: 600;
	font-size: 1.6em;
	margin-bottom: 0px;
}

#section-blog article h5 {
	font-weight: 600;
	text-transform: none;
	font-size: 1.2em;
	color: #111;
	margin-bottom: 15px;
}

#section-blog article .btn {
	margin: 10px 0 0 0;
}

#section-blog [class*="col-"] {
	padding:30px 15px;
}

#section-blog article .item-img {
		min-height: 200px;
	}

#section-blog article .row {
}

#section-blog article .item-img {
	background-size: cover;
  background-position: center;
}

/* // SECTION */

.slick-slider {
	padding-bottom: 30px;
}

.slick-dotted.slick-slider {
	padding-bottom: 60px !important
}

.content-padding {
	padding:30px
}

.box-name {
	padding-bottom: 15%;
}

.box-name .btn {
	margin: 10px 5px 0 5px;
	padding: 15px 25px
}

/* FANCY ANIMATION BOX-NAME HEADER HERO */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
	opacity:1;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
}

.fade-in.one {
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.fade-in.two {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay:1.2s;
	animation-delay: 1.2s;
}

.fade-in.three {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

.fade-in.four {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s;
}

.fade-in.five {
	-webkit-animation-delay: 2.4s;
	-moz-animation-delay: 2.4s;
	animation-delay: 2.4s;
}

.fade-in.six {
	-webkit-animation-delay: 2.8s;
	-moz-animation-delay: 2.8s;
	animation-delay: 2.8s;
}

/*  // FANCY ANIMATION BOX-NAME HEADER HERO */

.list-items-box.box-full .list-specificity {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.navbar-brand {
	max-width:200px;
	height: 60px;
	padding:15px;
	position: relative;
	z-index: 5;
	display: block
}

.navbar-header {
	float: right
}

.navbar-brand:hover {
	opacity: .5;
	cursor: pointer
}

.modal-content {
	overflow: inherit !important
}

.modal-dialog {
	margin: 20px
}

.modal-header {
	background: #fff;
	border: none;
	padding: 20px;
}

.modal-header [class*="col-"] {
	min-width: 1px
}

.modal-header figure {
	width: 60px;
	margin:-30px 0 0 -30px;
	position: absolute;
	left: 50%;
}

.modal h4.modal-title {
	font-size: 1.4em;
	font-weight: 600;
	text-align: center;
	padding-top: 20px;
}

.modal-header figure img {
	border: 4px solid #fff;
}

.modal blockquote.quote {
	padding: 30px 60px
}

.modal blockquote.quote h4 {
	font-size: 1.6em;
}

.modal blockquote.quote {
	font-size: .8em;
	text-align: center;
}

.modal blockquote.quote p {
	line-height: 1.6em
}

.modal blockquote.quote em {
  font-size: 1em;
  text-transform: uppercase;
  font-style: normal;
  color: #111;
  font-weight: 700;
  letter-spacing: .1em;
  margin-top: 20px;
  display: block;
  font-family: "lato";
}

.modal blockquote.quote:before {
	top: 40px;
	left: 5px
}

.modal blockquote.quote:after {
	bottom: 40px;
	right: 5px
}

.modal .list-group {
	margin: 0
}

.modal .list-group-item {
	padding: 0;
	margin: 0;
	border-radius: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #f7f7f7
}

.modal .list-group-item:nth-child(2n+1) {
	background: #f9f9f9
}

.mobile header.header-hero[role="banner"] .overlay {
	display: block !important;
}

.modal,
#bg-hero-agent:before,
header.header-hero[role="banner"] .overlay-gradient-radial {
	opacity:.4;
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
}

.modal-content {
  width:inherit;
  height:inherit;
  margin: 0 auto;
  pointer-events:all;
  border: none;
}
.modal-content .modal-header,
.modal-content .modal-footer {
	border: none;
}

.modal-content .label-group .label {
	margin: 5px;
	font-size: .9em;
	padding: 4px 8px;
	float: left;
}

.modal-header {
	text-align: center;
	background: none;
	border: none;
	min-height: 40px;
	padding: 20px 20px 0 20px;
}


.modal-header h3 {
	font-size: 1.3em;
	color: #000;
	margin: 15px 0 0 0;
}

.modal-header h3 small {
	font-size: .85em;;
	line-height: 2em;
	opacity: .6;
	color: #000;
	font-weight: 500;
}

.modal-header  .ico-hero {
	font-size: 3em
}

.modal-header .ico-hero.brand-danger {
	color: #e12525
}

.modal-header .ico-hero.brand-success {
	color: #8bc656
}

.modal-form .label-group .label {
  font-size: .9em;
  padding: 8px 12px;
	border-radius: 50px;
	background: none;
  float: none;
}

.modal-content .modal-header .close {
  position: absolute;
  right: 0;
  top: 0px;
  margin: 0;
  width: 40px;
  height: 50px;
}

.label.label-radius.label-danger {
  border:1px solid #e12525;
  color: #e12525;
}

.modal-form .modal-header .label-group {
	margin: 25px auto 0 auto;
}

.modal-form .modal-header {
	padding: 45px
}

form .form-group sup {
  font-size: 1.3em;
  position: absolute;
	color: #e12525;
  top: 23px;
  right: 25px;
}

textarea, .form-control {
	padding-right: 30px;
}

#bg-hero-agent:after,
header.header-hero[role="banner"] .overlay-gradient-linear {
	top: auto;
	height: 60%
}

#bg-hero-agent:after,
header.header-hero[role="banner"] .overlay-gradient-linear {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.bg-header-sm {
	background-size:cover !important;
	background-position: top  center !important;
	z-index: 1
}

ul.list-margin-bottom li {
	margin-bottom: 30px
}

.img-circle + h3 {
	margin-top: 15px
}

ul.social {
	padding-right: 20px;
	position: relative;
  z-index: 4;
}

ul.social li {
	float: left;
	list-style: none;
	font-size: 1.3em
}

ul.social li a {
	padding: 10px 8px;
}

ul.social li a {
	display: block;
}

footer[role="contentinfo"] {
	padding:115px 0 100px 0;
	position:relative;
	border-top:5px solid transparent
}

footer figure.avatar {
	position: absolute;
	top: -75px;
	margin: auto;
	width: 150px;
	height: 150px;
	left: 50%;
	margin-left: -75px;
	z-index: 5
}

footer[role="contentinfo"] .container {
	z-index: 12;
	position:relative;
}

footer[role="contentinfo"] .logo {
	margin-bottom: 45px;
	max-width: 200px;
	position: relative
}

.list-properties .overlay-color {
	opacity:0.5;
	background: #000;
}

#map {
	width: 100%;
	height: 200px;
	background: #999
}


@-webkit-keyframes mouse-wheel {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(6px);
		-ms-transform: translateY(6px);
		transform: translateY(6px);
	}
}

@-moz-keyframes mouse-wheel {
	0% { top: 1px; }
	50% { top: 2px; }
	100% { top: 3px;}
}
@-webkit-keyframes mouse-scroll {
	0%   { opacity: 0;}
	50%  { opacity: .5;}
	100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
@keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}

.list-items-box h4,
.list-items-box .h4 {
	line-height: 1.8em;
	font-size: 1.5em;
	font-weight: 600
}

.list-items-persona figure + h3,
.list-items-persona  figure + .h3 {
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: 500;
	margin: 20px 0 10px  0
}

.list-items-persona h3 small,
.list-items-persona .h3 small {
	font-size: .9em;
	font-weight: 500;
}

.list-items-box .h4 small,
.list-items-box h4 small {
	text-transform: none;
	font-size: .8em;
	font-weight: 500;
}

.list-items-persona h5,
.list-items-persona .h5 {
  text-transform: none;
  font-size: 1.1em;
  margin-bottom: 15px;
}

.list-items-persona .email {
	margin:0 10px 15px 10px;
	display: block
}

.list-items-persona [itemprop="email"] {
	display: block;
	font-size: 1.2em;
	font-weight: 500
}

.list-items-box figure .notice {
	position: absolute;
	padding:30px 15px 15px 15px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	color: #fff;
	font-weight: 500;
	font-size: 1.1em;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.list-items-box figure .notice i {
	opacity: .4;
	margin-right: 4px;
}

.list-items-box a.link-img .overlay-figure {
  opacity: 0;
  visibility: 0;
  position: absolute;
  padding: 15px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 7;
  text-align: center;
  font-weight: 100;
}
.list-items-box a.link-img .overlay-figure i {
	color:#fff;
}

.list-items-box .img-responsive {
	position:relative;
	z-index: 1
}

.list-items-box a.link-box {
	position: relative;
	z-index: 1
}

.list-items-box a.link-img {
	display:  block;
	color: #fff;
}

.list-items-box a.link-img:hover {
	color: #fff;
}

.list-items-box a.link-img:hover {
	cursor: pointer
}

.list-items-box .panel-footer {
	padding: 0;
	border-top-color:#f1f1f1
}

.list-items-box .specificity {
	min-height: 42px
}

.list-items-box .panel-footer [itemprop="offers"] {
	font-weight: 600;
	color: #111;
	padding: 15px 5px;
	height: 50px;
	font-size: 1.1em
}

.list-items-box .panel-footer .btn {
	background: #eee;
	padding: 15px;
	height: 50px;
	font-weight: 600;
	border-left:1px solid #e5e5e5;
	font-size: 1em
}

.list-items-box a.link-box:after {
	left: 0;
	right: 0;
	top:0;
	content: "";
	visibility: hidden;
	bottom: 0;
	z-index: 7;
	position: absolute;
	opacity: 0;
}

figure {
	position: relative;
	margin-bottom: 15px;
}

ul li figure {
	margin: 0
}

.figcaption-overlay-full {
	position: absolute;
}

.figcaption-overlay-full {
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	z-index: 7;
}

.figcaption-overlay-full h4,
.figcaption-overlay-full .h4 {
	color: #fff;
}

.bg-img-full {
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 11;
}

.bg-img-full.blur {
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	opacity: .10;
}

.bg-img-full.grayscale {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	opacity: .1
}

a.link-box:hover .overlay-full .overlay-gradient-radial {
	opacity: 0
}

.overlay-full .overlay-gradient-radial {
	opacity:.35;
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.40)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 100%);
  background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
}

.overlay-full .overlay-color {
	opacity:0.15;
	background: #000;
}

.overlay.overlay-light .overlay-gradient-radial {
	opacity:1;
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.25)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%);
  background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
}

figure figcaption .notice-state {
	position: absolute;
	z-index: 6;
	font-weight: 400;
	left: 0;
	right: 0;
	padding:8px;
	color: #fff;
	line-height: 1.6em;
	font-size: .8em;
}

figure figcaption .notice-state span {
	opacity: .7
}

figure figcaption .notice-state strong {
	font-weight: 600;
	display: block;
	font-size: 1.1em;
	text-transform: uppercase;
}

figure figcaption .notice-state strong i {
	margin-right: 3px;
}

figure figcaption .notice-state:after {
	content: "";
	position: absolute;
	bottom: -6px;
	margin-left: -3px;
	left: 50%;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid transparent;
}

figure .corner-ribbon.featured {
	background: #000;
}

figure .corner-ribbon {
  width: 140px;
  position: absolute;
  top: 15px;
  right: -40px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .8em;
  left: auto;
  z-index: 7;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  text-align: center;
  line-height: 34px;
  letter-spacing: .5px;
  color: #fff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 2px 6px 0px rgba(0,0,0,0.1);
	box-shadow:0px 2px 6px 0px rgba(0,0,0,0.1);
}

.icon-social {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  position: relative;
  padding: 20px 10px 15px 10px;
  text-align: center;
  color: #fff;
  font-size: 1.7em;
  z-index: 3
}

.panel figure {
	margin-bottom:0;
}

figure {
	overflow: hidden
}


.list-specificity li {
	font-size: .75em;
  text-align: center;
  border-right:1px solid transparent;
  margin-bottom: 0;
  line-height: 1.8em;
  font-weight: 500
}

.list-items-box .panel .h4 small,
.list-items-box .panel h4 small,
.list-specificity-bg-white li {
	color:rgba(0,0,0,.5);
}

.list-items-box .figcaption-overlay-full .list-specificity {
	padding:60px 0 15px 0
}

.list-specificity-bg-white li {
	border-right-color: rgba(0,0,0,.05);
}

.list-items-box .figcaption-overlay-full .h4 small,
.list-items-box .figcaption-overlay-full h4 small {
	color:rgba(255,255,255,.8);
}

.list-specificity-bg-black li {
	color:rgba(255,255,255,.65);
}

.list-specificity-bg-black li {
	border-right-color: rgba(255,255,255,.2);
}

.list-specificity-bg-black li strong {
	color:rgba(255,255,255,1) !important
}

.list-specificity li:last-child {
	border: none
}

.list-specificity li i {
	font-size: 1.6em;
	margin-right: 3px;
	display: none
}

.list-specificity li strong {
	font-size: 2em;
	color: #111
}

.list-items-box .panel h4,
.list-items-box .panel .h4 {
	margin-top: 5px
}

.bg-default,
.parallax-slider {
  animation: fadein 3s;
  -moz-animation: fadein 3s; /* Firefox */
  -webkit-animation: fadein 3s; /* Safari et Chrome */
  -o-animation: fadein 3s; /* Opera */;
}

.social > li > a,
.nav > li > a {
	text-transform: uppercase;
	font-weight:500;
	font-size: 1.4em;
}

@keyframes fadein {
  from {opacity:0}
  to {opacity:1}
}
@-moz-keyframes fadein { /* sur Firefox */
  from {opacity:0}
  to {opacity:1}
}
@-webkit-keyframes fadein { /* sur Safari et Chrome */
  from {opacity:0}
  to {opacity:1}
}
@-o-keyframes fadein { /* sur Opera */
  from {opacity:0}
  to {opacity:1}
}

/* effect circle TEAM */
.ch-item {
	width: 100%;
	height: 100%;
	top: 0;
	border-radius: 50%;
	position: absolute;
	cursor: default;
}

.ch-item [itemprop="telephone"] {
	background: #000;
	color: #fff;
	position: absolute;
	bottom: 0;
	padding:2px 6px;
	text-align: center;
	width: 80px;
	margin-left: -40px;
	left: 50%;
	left: 50%;
	font-size: .8em;
	font-weight: 600;
}

.ch-item [itemprop="telephone"]:after {
	content: "";
	position: absolute;
	top: -5px;
	margin-left: -3px;
	left: 50%;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #000;
}

.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	border-radius: 50%;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden; /*for a smooth font */
}

a.ch-info:hover,
a.ch-info {
	color: #fff;
}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: .85em;
	margin: 0;
	text-align: center;
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.8);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-item:hover .ch-info {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
/* // effect circle TEAM */

.navbar-fixed-top.affix-top .navbar-brand img {
	max-height: 90px;
	max-width: 100%;
}

.navbar-fixed-top .navbar-brand .content-table {
	table-layout: fixed;/* FIX IE */
}

.navbar-fixed-top.affix .navbar-brand img {
	max-height: 30px
}

.navbar-fixed-top.affix.navbar-bg-gradient.affix:after,
.navbar-fixed-top.affix.navbar-bg-gradient:after {
	visibility: hidden;
}

.navbar-fixed-top.navbar-bg-gradient.affix-top .navbar-content:after,
.navbar-fixed-top.navbar-bg-gradient.affix .navbar-content:after {
	position:absolute;
	left: 0;
	width: 100%;
	height: 60px;
	top: 0;
	content: "";
	opacity: 1;
}

.list-links {
	margin: 0 0 15px 0;
	padding: 5px 0;
	background: #F9f9f9;
}
.list-links li {
	font-size: 1em;
	font-weight: 400;
	border-bottom: 1px solid #f1f1f1;
	display: block;
}
.list-links li:last-of-type {
	border: none;
}
.list-links li a {
	color:#1199e0;
	display: block;
	padding:15px;
}
.list-links li a i {
	color: #aaa;
	margin-right: 3px;
}

.modal h4.modal-title.text-center {
	text-align: center !important;
}

.sub-form .form-control,
.sub-form textarea.form-control,
.sub-form select {
	background: #fff;
	border: none;
	font-size: 13px
}

.or {
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px;
  top: -14px;
  font-size: 11px;
	position: relative;
}
select {
	width: 100%;
	background: #eee;
	height: 50px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	padding: 15px;
	border: 1px solid #f7f7f7;
	background: #f9f9f9;
	color: #111;
	font-weight: 500;
}

.form-horizontal .accordian .radio-inline {
	padding-top: 16px;
}

label[for="accordian-1"] {
	font-size: 16px;
	margin-left: 10px;
	font-weight: 300;
	cursor: pointer;
}

/* -----------------
Accordian sub form
------------------ */
.btn.page-scroll.btn-sub-form {
	border-color:#111 !important;
	color: #111;
	background: none;
	font-weight: 500;
}

.btn.page-scroll.btn-sub-form:hover {
	color: #fff;
	background: #111;
}

.accordian-form .btn-sub-form {
	margin: 0;
	display: block;
	font-size: 14px;
}

.form-horizontal .accordian-form .radio-inline {
	padding-top: 16px;
	font-size: 13px
}

.sub-form.close {
  display: none;
}

.sub-form {
	margin-top: 20px;
	border-radius:4px;
}

.sub-form-hero {
	background: #F1F7FA;
	padding: 20px;
}

#anchor-sub-form,
#anchor-sub-form1 {
	margin-top: -78px; position: absolute;
}

textarea.form-control {
	max-width: 100%
}

#bg-hero-agent {
	background-size: cover !important;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.mobile #bg-hero-agent {
	background-attachment:inherit;
}

/* non-upw-modal */
#non-upw-form .modal-header {
	background: #000;
	position: relative;
	padding:45px;
	overflow: hidden
}

#non-upw-form .modal-header .content-header {
	z-index: 1;
	position:relative;
}

#non-upw-form .modal-header .content-header strong {
	font-weight: 100;
	font-size: 2em;
	color: #fff;
}

#non-upw-form .modal-header .content-header h4 small,
#non-upw-form .modal-header .content-header h4 {

	color: #fff;
}

#non-upw-form .modal-header .content-header h4 {
	margin: 15px 0 0 0;
	font-weight: 300;
	font-size: 1.3em;
}

#non-upw-form .modal-header .content-header h4 small {
	opacity: .6;
	font-size: .8em;
	margin-bottom: 4px;
	font-weight: 100;
	text-transform: none;
}

#non-upw-form .modal-header .bg-img {
	position: absolute;
	z-index: 0;
	left: -20px;
	right:-20px;
	top: -20px;
	bottom: -20px;
	background-size: cover;
	filter: blur(10px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	opacity: .4;
}

#non-upw-form .modal-header .close {
	margin-top: -32px;
  margin-right: -32px;
  color: #fff;
  opacity: .5;
  text-shadow: 0 1px 0 #000
}

#non-upw-form .modal-header .close:hover {
	opacity: 1;
}

.list-items-box a.link-img .overlay-figure span {
	color:#fff;
	border: 2px solid #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 20px;
	font-size: 1.2em;
}

.contact-agent-btn {
    color: #333333;
}
