
/*COPYRIGHT 2015 XL TECHNOLOGIES, LLC*
/*  #Misc   */
@import url(https://fonts.googleapis.com/css?family=Lato:600,900italic,900,700italic,400italic,300italic,300,100italic,300);
body, html {
    overflow-x:hidden;
}

body, p, ul, li, h1, h2, h3, h4{ 
	font-family: 'Lato', sans-serif;
	line-height: 1.8;
	font-size:18px;	 
}

h1 {font-size: 96px;}

h2 { font-size: 54px }
h3 {font-size: 48px }
h4 {font-size: 36px }
h1,
h2,
h3,
h4 {
	color: #444;
	font-weight: normal;
	line-height:1.45;
	margin:5px 0 3px 0;
}

/* ==========================================================================
    XLT TITLES
   ========================================================================== */

.xlt-title-underline {
    overflow: hidden;
    padding-bottom: 17px;
    position: relative;
}

.xlt-title-underline:before {
    bottom: 31px;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    margin: 0 0 0 -35px;
    position: absolute;
    width: 70px;
}

.xlt-title-underline-dk:after {
    background: #000;
    content: "";
    display: block;
    height: 1px;
    margin: 25px auto 15px;
    width: 270px;
}

.xlt-title-underline-wh:after {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    margin: 25px auto 15px;
    width: 270px;
}

.xlt-title {
    color: #fff;
}

.xlt-title-highlight {
    color: #FFF;
    font-weight: bold;
}

.hidepricing {
    display:none !important;
}

.ecp-loader {
    position: absolute;
    width: 100%;
    padding: 0;
    top: 22%;
    left: 38%;
    margin: auto;
    font-size: 24px;
    line-height: normal;
    z-index: 99;
    display:none;
}

/* ==========================================================================
   01. GENERAL & BASIC STYLES
   ========================================================================== */

#loading {
    background-color: #fff;
    background-image: url(../images/slider/01.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0px;
    top: 0px;
    display: none;
}

#loading.loading-no-show {
    display: block;
}

#loading .mask {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.50);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
}


.loading-text {
    color: #19469d;
    text-align: center;
    margin-bottom: 20px;
    position: absolute;
    max-width: 460px;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto 0 auto;
    opacity: 1;
    -moz-animation: fade 2s linear;
    -o-animation: fade 2s linear;
    -webkit-animation: fade 2s linear;
    animation: fade 2s linear;
}

#loading-center img {
    margin-bottom: 20px;
    position: absolute;
    max-width: 200px;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto 0 auto;
    opacity: 1;
    -moz-animation: fade 2s linear;
    -o-animation: fade 2s linear;
    -webkit-animation: fade 2s linear;
    animation: fade 2s linear;
}



/*------------------------------------------*/
/*	 Link Setting
/*------------------------------------------*/

a {
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
	border: none;
	text-decoration: none;
} 

/*------------------------------------------*/
/*	  Button
/*------------------------------------------*/

.ecp-btn {
    position: relative;
    display: inline-block;
    width: auto;
    max-width:320px;
    height: 47px;
    padding: 0 29px;
    margin: 20px 15px 0px 15px;
    text-decoration: none;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 47px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    border-color: #122c53;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 0px;
    border-width: 1px;
    cursor: pointer;
    outline: 0;
    -webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    text-shadow: none;
    background-color: transparent;
    box-sizing: initial !important;
    -webkit-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.ecp-btn-trans {
    border-color: #005fd5;
    color: #ffffff;
    background-color: #005fd5;
    -webkit-box-shadow: 0 12px 12px -8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 12px 12px -8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 12px 12px -8px rgba(0, 0, 0, 0.4);
}

.ecp-btn-trans:hover, .ecp-btn-trans:active, .ecp-btn-trans:active:focus, .ecp-btn-trans:focus {
    border-color: #ffffff;
    color: #19469d;
    text-decoration: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 12px 12px -8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 12px 12px -8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 12px 12px -8px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
    transition: all 0.1s linear;
}



.ghost-button {
  display: inline-block;
  width: 200px;
  padding: 8px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
}

.ghost-button:hover,
.ghost-button:active {
  background-color: #fff;
  color: #000;
}

.ghost-button-semi-transparent {
  display: inline-block;
  font-size:18px;
  font-weight:bold;
  width: 300px;
  padding: 10px;
  color: #fff;
  border: 2px solid #fff;
  border-radius:0px;
  text-align: center;
  text-transform:uppercase;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out,
              border-color 0.2s ease-out;
}
.ghost-button-semi-transparent:hover,
.ghost-button-semi-transparent:active,
.ghost-button-semi-transparent:focus {
    color: #19469d;
    ;
    background-color: #fff; /* fallback */
    background-color: rgba(255, 255, 255, 1);
    border-color: #fff; /* fallback */
    border-color: rgba(255, 255, 255, 1);
    transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}


/* GHOST HOME BUTTON REVERSED*/
.ghost-button-home-semi-transparent {
  display: inline-block;
  font-size:18px;
  font-weight:bold;
  width: 300px;
  padding: 10px;
  color: #fff;
  border: 2px solid #fff;
  border-radius:0px;
  text-align: center;
  text-transform:uppercase;
  outline: none;
  text-decoration: none;
  background-color: #19469d; /* fallback */
  border-color: #fff; /* fallback */
  
  transition: background-color 0.1s ease-out,
              border-color 0.2s ease-out;
}
.ghost-button-home-semi-transparent:hover,
.ghost-button-home-semi-transparent:active,
.ghost-button-home-semi-transparent:focus {
  color: #19469d;
  background-color: #FFF; /* fallback */
  border-color: #19469d; /* fallback */

  transition: background-color 0.3s ease-in,
              border-color 0.3s ease-in;
}

.ghost-button-blue-semi-transparent {
  display: inline-block;
  font-size:24px;
  width: 300px;
  padding: 10px;
  color: #19469d;
  border: 1px solid #19469d;
  text-align: center;
   border-radius:0px;
  text-transform:uppercase; 
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out,
              border-color 0.2s ease-out;
}
.ghost-button-blue-semi-transparent:hover,
.ghost-button-blue-semi-transparent:focus {
color: #fff;
background-color: #19469d; /* fallback */
border-color: #19469d;
transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}

.btn-contanier {
    width:100%;

    margin:20px 0 0 0;
}
.btn:focus {
    color: #f8f8f8;
    text-decoration: none;
    outline: none;
}
    
/* ==========================================================================
   02. HEADERS & NAVIGATIONS
   ========================================================================== */
.navbar-brand {
    margin-left:0px;
    height: auto;
    max-width: 150px;
    padding:0 0 0 15px;
} 

.sidenav a img {
    width: 69%;
    height: 69%;
}

.sidenav {
    height: 100%;
    width: 40%;
    position: fixed;
    z-index: 4;
    top: 0;
    right: -40%;
    background-color: rgba(0, 0, 0, 0.80);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.35);
}

.sidenavheader {
    position:relative;
    width: 100%;
    background-color: rgba(25, 70, 157, 0.68);
    padding:20px 15px 15px;
    color:#fff;
}

.sidenav p {
    padding-bottom: 20px;
    padding-left: 15px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

.sidenav.active {
    right: 0;
}

.sidenav a {
    padding: 25px 8px 25px 29px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #a7a3a3;
}

    .sidenav a:first-child {
        border-bottom: 1px solid #a7a3a3;
    }



    .sidenav a:hover {
        color: #fff;
        background-color: rgba(25, 70, 157, 0.76);
    }

.sidenav .closebtn {
    position: absolute;
    top: -4px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    padding: 0;
    border-bottom: 0;
    background-color:transparent;
}


.dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}


.header-address {
    display:none;
}

.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 5px 10px;
    background-color:rgba(0, 0, 0, 0.35);
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
}

.address-head {
    margin: 5px 0 5px 0;
    line-height: normal;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.address-sub-head {
    margin: 5px 0;
    line-height: normal;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}
#header-bar .address-on {
    color: #000;
}

.toggles {
    font-size: 64px;
    cursor: pointer;
    float: right;
    position: relative;
    right: 0;
    top: 22%;
    z-index: 3;
    color: #fff;
}

.header.sticky {
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.21);
    -webkit-animation: menufade 0.45s;
    /* Safari 4+ */
    -moz-animation: menufade 0.45s;
    /* Fx 5+ */
    -o-animation: menufade 0.45s;
    /* Opera 12+ */
    animation: menufade 0.45s;
    /* IE 10+, Fx 29+ */
}

.header .site-logo img {
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
}

.header.sticky .site-logo img {
    max-width: 200px;
}

@-webkit-keyframes menufade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes menufade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes menufade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes menufade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.xl-center h1 {
    text-transform: none;
    font-weight: 700;
}

.is-animated {
    animation-duration: .9s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(.4,0,.2,1);
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0,75%,0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

/* ==========================================================================
   AUDIO CONTROLS
   ========================================================================== */

#audio {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    border: none;
    background-color: transparent;
}
#audio-control {
    padding-right:5px;
}

.fa-volume-down {
   font-size:20px;

}

.nav-expanded {
  right: 0;
}

#controls {
    display: inline-block;
    height: 40px;
    left: 50px;
    color:#fff;
    margin: -30px 0 0 -20px;
    position: fixed;
    bottom: 10px;
    width: 100px;
    z-index: 999;
    background: rgba(0,0,0,0.35);
    border-radius: 4px;
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

#controls .xlt-play {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 20px;
    margin: auto;
    width: 15px;
    height: 22px;
    font-size: 20px;
    color: #fff;
    opacity: 1;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#controls .xlt-gallery {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 65px;
    margin: auto;
    width: 15px;
    height: 22px;
    font-size: 20px;
    color: #fff;
    opacity: 1;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}


#controls:hover {
    cursor: pointer;
}

#bars {
    display:inline-block;
    height: 40px;
    left: 28px;
    margin: -30px 0 0 -20px;
    position: fixed; 
    bottom: 10px;
    width: 50px;
    z-index: 999;
    background: rgba(0,0,0,0.35);
    border-radius: 4px;
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

#bars:hover {
    cursor: pointer;
}

#bars .play {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 20px;
    width: 15px;
    top: 0;
    bottom: -25px;
    height: 22px;
    color: #fff;
    opacity: 0;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#bars.paused .bar {
    display: none;
}

#bars.paused .play {
    opacity: 1;
    bottom: 0;
}

.bar {
    background: #fff;
    bottom: 1px;
    height: 3px;
    position: absolute;
    width: 6px;
    animation: sound 0ms -800ms linear infinite alternate;
}

@keyframes sound {
    0% {
        opacity: .35;
        height: 3px;
    }

    100% {
        opacity: 1;
        height: 28px;
    }
}

.bar:nth-child(1) {
    left: 10px;
    animation-duration: 474ms;
}

.bar:nth-child(2) {
    left: 18px;
    animation-duration: 433ms;
}

.bar:nth-child(3) {
    left: 26px;
    animation-duration: 407ms;
}

.bar:nth-child(4) {
    left: 34px;
    animation-duration: 458ms;
}



/* ==========================================================================
   03. INTRO PAGE
   ========================================================================== */
  
#intro{
    margin:0;
    position:relative;
    width:100%;
    z-index:0;
}

#intro, .xl-col, .main-address .main-address-wrapper {
    height: 100%;
}




.main-address p {
    font-size: 36px;
    line-height: normal;
    margin: 0 auto 0 auto;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.main-address .smp {
    margin-top:15px;
    font-size: 24px;
}


.main-address {
    position: absolute;
    top: 25%;
    margin: auto;
    width: 100%;
    z-index: 9999;
}
.main-address-wrapper {
    position: absolute;
    top: 30%;
    margin: auto;
    width: 100%;
    z-index: 9999;
}

.intro-logo {
    margin:auto;
    width:450px;
    margin-bottom:30px;
}

.main-address h1 {
    font-size: 96px;
    line-height: normal;
    vertical-align: middle;
    margin: 0 auto 0 auto;
    font-weight: 300;
    color: #fff;
    text-align: center;
    width: 100%
}

.separator {
    color: #fff;
    margin: 0 auto;
    width: 20em;
    text-align:center;
}

.line-separator:after, .line-separator:before {
    border-color: white;
    border-width: 2px;
    display: block;
    width: 40%;
    content: " ";
    margin-top: 19px;
    border: 1px solid #fff;
}

.line-separator:after {
    float: right;
}

.line-separator:before {
    float: left;
}

.intro-form{
	margin-top:200px;
}

.playbutton {
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
    z-index: 99;
    margin: 20px auto 0 auto;
    cursor:pointer;
}

.nai-mouse-button {
    position: relative;
    display: block;
    width: 128px;
    height:128px;
    z-index: 99;
    top: 90px;
    left: 50%;
    margin-left: -20px;
}

.nai-animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.nai-floating {
    -moz-animation-name: floating;
    -o-animation-name: floating;
    animation-name: floating;
    -webkit-animation-name: floating;
    -moz-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
    0% {
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    50% {
        -moz-transform: translateY(15%);
        -ms-transform: translateY(15%);
        -o-transform: translateY(15%);
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
    }

    100% {
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(15%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

.main-headline{
	margin:50px 0 10px 0;
}

.main-headline h1{
	font-weight:bold;
	color:rgb(255,255,255);
	text-shadow: 1px 1px 2px black, 0 2px 2px #333;
}

.main-headline h2{
	font-weight:bold;
	color:rgb(255,255,255);
	text-shadow: 1px 1px 2px black, 0 2px 2px #333;
}
.main-headline h3{
	font-weight:bold;
	text-shadow: 1px 1px 2px black, 0 2px 2px #333;
}

.main-headline div{
	margin-top:40px;
}

/*------------------------------------------*/
/*	THUMBNAILS 
/*------------------------------------------*/
.xl-thumbnail {
    position: absolute;
    bottom: 0px;
    margin: 0 auto 0 auto;
    width: 100%;
    z-index: 9999;
}

.xl-thumbnail ul li img {
    width: 100px;
    height: 60px
}
.xl-thumbnail ul  {
    text-align:center;
}
.xl-thumbnail ul li  {
    background-color:#ffffff;
    padding:2px;
    border:1px solid #666;
}
.current-thumb {
    background-color: #19469d !important;
}
/*------------------------------------------*/
/*	 Intro Page Register Form  
/*------------------------------------------*/
.handle {
    position: relative;
    color: #ffffff;
    background-color: rgb(180, 1, 1);
    display: inline;
    padding: 15px 0 0 10px;
    text-align: center;
    width: 100% !important;
    left: 0;
    right: 0;
    margin: 0 auto 0 auto;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 24px;
    cursor: pointer;
}
.handle:hover, .handle:visited, .handle:active, .handle:focus {
    color:#ffffff;    
}
.slide-title {
    position: absolute;
    z-index: 99;
    top: 20px;
    left: 0;
    right: 0;
    margin:auto;
    font-size:24px;
}

.circle-lock {
    position: absolute;
    top: -31px;
    left: 0;
    right: 0;
    margin: 0 auto 20px auto;
    display: block;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 0px;
    border-radius: 50%;
    padding: 10px;
    background: rgb(180, 1, 1);
    color: #ffffff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.slide-out-div {
    position:relative;
    padding: 10px 30px 30px 30px;
    width: 500px;
    height: 540px;
    z-index: 999;
    color: #fff;
    background-color: rgb(180, 1, 1);
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 2px -3px 19px -5px rgba(0,0,0,0.62);
    -moz-box-shadow: 2px -3px 19px -5px rgba(0,0,0,0.62);
    box-shadow: 2px -3px 19px -5px rgba(0,0,0,0.62);
}
.datepicker {
    cursor:pointer;  
}
.ico-calendar {
   cursor:pointer; 
}

.datepicker th {
    text-align:center;
}
.input-group-addon {
    height:24px !important;
}

#intro_form {
	margin-top: 20px;
	margin-bottom: 50px;
}

.form_register {	
	margin-top:20px;
}

.form_register h4 {
	color: #fff;
    line-height: 30px;
	font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.form_register-title{
	color: #fff;	
}

.form_register-title-underline {
  overflow: hidden;
  padding-bottom: 17px;
  position: relative;
}
.form_register-title-underline:before {
  bottom: 31px;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  margin: 0 0 0 -35px;
  position: absolute;
  width: 70px;
}

.form_register-title-underline:after {
  background: rgba(255,255,255,0.5);
  content: "";
  display: block;
  height: 1px;
  margin: 25px auto 15px;
  width: 270px;
}


.form_register-highlight{
	color:#FFF !important;
	font-weight:bold;
}


/*------------------------------------------*/
/*	 Intro Page Footer  
/*------------------------------------------*/

#intro_footer_copy {
	padding-top: 5px;
}

#intro_footer_copy p {
	color: rgba(51,51,51,1);
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0;
}




/*------------------------------------------*/
/*	 PROPERTY IMAGES 
/*------------------------------------------*/

.property-pictures {
    background: #333;
    padding-top: 50px;
    padding-bottom: 50px;
    position:relative;
    z-index:1;
}

.property-pictures-header {
    font-size: 28px;
	line-height:36px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    margin-top: 6px;
    margin-bottom: 8px;
    display: block;
    padding-bottom: 30px;
}



.grid-item {
    position: relative;
    padding: 10px;
}

.grid-item img {
    width: 100%;
    min-height: 200px;
    height: auto;
}


img[data-sizes="auto"] {
    display: block;
}


.wrapper-grid {
    margin-bottom: 50px;
    margin-top: 50px;
    min-height: 600px;
}

.lazyload {
    background: #ffffff;
}

.lazyloading {
    background: #ffffff url(../images/loader-grid.gif);
    background-repeat: no-repeat !important;
    background-position: center center;
    min-height: 300px;
    position: relative;
    width:auto;
    z-index: 99;
}




/*------------------------------------------*/
/*	 PROPERT HIGHLIGHTS SECTION 
/*------------------------------------------*/

#prop-highlights {
    position: relative;
    background-position:center,center;
    background-size:cover;
    background-repeat:no-repeat;
    padding-top: 150px;
    padding-bottom: 80px;
    height:100vh;
    margin:0;
    z-index:1;
}
#prop-highlights .mask {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.64);
}

.prop-highlights-button {
    margin-top: 50px;
}


.prop-highlights-circle {
    display: block;
    margin-bottom: 20px;
    font-size: 56px;
    width: 160px;
    height: 160px;
    line-height: 92px;
    border-radius:0%;
    padding: 25px;
    background: none;
    border: 2px solid #fff;
    color: #ffffff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.count-up, .bath {
    font-size: 46px;
    color: #FFF;
}

.prop-highlights-count-desc{
	font-size: 18px;
	color: rgb(204,204,204);
	display:block;

	
}




/*------------------------------------------*/
/*	 PROPERTY DESC SECTION 
/*------------------------------------------*/
#property-desc {
    position:relative;
    padding: 0;
    padding-bottom: 0;
    background: #FFFFFF;
    z-index:1;
}

#property-desc-left {
    position: relative;
    height: 100vh;
    padding: 0;
    margin: 0;
    background: url(../images/gallery/03.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-position-x: center;
}


#property-desc-right {
    padding: 90px 70px 0 70px;
    padding-bottom: 0;
    background: #FFFFFF;
    position: relative;
}

#property-desc-left, #property-desc-right {
    min-height: 1900px;
}

#property-desc h3{
	font-size:28px;
	color:#696969;
	padding-top: 45px;
	padding-bottom: 8px;
	display: block;
}

.property-desc{
	background: #ffffff;	
}


#property-desc  h2{
    color: #19469d;
}
#property-desc h2 span{
    color: #19469d !important;
    font-weight: bold;
}

/*------------------------------------------*/
/*	 PROPERTY DETAILS (LISTS) 
/*------------------------------------------*/


#property-desc h3{
	color:#19469d;
	font-weight:bold;
}

#property-desc h3 span{
	color:#19469d;
	font-weight:normal;
}



/*------------------------------------------*/
/*	 AGENTS SECTION 
/*------------------------------------------*/
#agent-section .main-address-wrapper {
    top:0;
    bottom:0;
    margin:100px  auto 30px auto;
}

#agent-section {
    position: relative;
    height: 100vh;
    background-color:#fff;
    z-index: 1;
}

#agent-section .logo{
	padding-bottom:40px;
}


#agent-section h2 {
    color: #000000;
    margin: 0  15px 35px 0;
    line-height: normal;
    font-size: 28px;
}


#agent-section h3 {
    color: rgb(102,102,102);
    margin-bottom: 5px;
    font-size: 24px;
}
#agent-section .agent-contact p {
    line-height: normal;
    margin-bottom: 5px;
}
#agent-section .agent-contact .agent-name {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
#agent-section .agent-contact .agent-sm {
    font-size: 14px;
}
    #agent-section .agent-2 {
        margin-top:20px;
        height:20px;
    }


    #agent-section .logo {
        width: 350px;
    }




/*------------------------------------------*/
/*	LOCATION SECTION
/*------------------------------------------*/
#location-section {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-image:url(../images/thumbs/lw-back2.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index:1;
}

#location-section .mask {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.70);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#location-section .container-fluid {
    max-width: 1290px;
}


#location-section ul {
    margin: 30px 0 0 0;
}

#location-section li{
    list-style-type:none;
    margin-bottom:35px;
    padding-left: 75px;
    position: relative;
    color:#ffffff;
    font-size:18px;

}

#location-section li span {
    display:block;
    margin:-10px 0;
    font-size:14px;
    text-transform:uppercase;    
}


#location-section li strong {
    font-size:24px;
}

#location-section .icon-price{
    background: url('../images/icon_price.png') no-repeat left top;
    margin-left: 0;
    margin-right: 15px;
 
}

#location-section .icon-crimerate{
    background: url('../images/icon_crimerate.png') no-repeat left top;
    margin-left: 0;
    margin-right: 15px;

}

#location-section .icon-kidspark{
    background: url('../images/icon_kidpark.png') no-repeat left top;
    margin-left: 0;
    margin-right: 15px;

}

#location-section .icon-petfriendly{
    background: url('../images/icon_petfriendly.png') no-repeat left top;
    margin-left: 0;
    margin-right: 15px;

}

#location-section .icon-pricesqft{
    background: url('../images/icon_price.png') no-repeat left top;
    margin-left: 0;
    margin-right: 15px;

}

#location-section .icon-median{
    background: url('../images/icon_square.png') no-repeat left top;
    margin-left: 0;
    margin-right: 15px;

}


#location-section .icon-pool{
    background: url('../images/icon_pool.png') no-repeat left top;
    margin-left: 0;
    margin-right: 15px;

}

#location-section .icon-golf{
    background: url('../images/icon_golf.png') no-repeat left top;
    margin-left: 0;
    margin-right: 15px;

}

#location-section h2, #location-section, h3{
	color: #ffffff;	
}
.location-title{
	color: #ffffff;
    font-size:36px;	
}

.location-btn{
	padding-top:50px;
}
.button_section {
	text-align: center;
}


/*------------------------------------------*/
/*	PRICING SECTION
/*------------------------------------------*/
#pricing-section {
    position: relative;
    height: 100vh;
    padding-top: 120px;
    padding-bottom: 0px;
    background-image: url(../images/thumbs/lw-back1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index:1;
}
#pricing-section .mask {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.64);
}



#pricing-section, h3 {
    color: #ffffff;
}
.pricing-btn {
    padding-top: 50px;
}

.button_section {
    text-align: center;
}

.price {
    font-size: 54px;    
    font-weight: bold;
}


/*------------------------------------------*/
/*	AREA MAP
/*------------------------------------------*/

#location-map {
    position: relative;
    width: 100%;
    margin: 0;
    padding:0;
    min-height: 500px;
    background-color: #eee;
    z-index:1;
}

#map-leaflet {
    position:relative;
    width: 100%;
    left: 0;
    height: 500px;
}

#map-leaflet  .leaflet-popup-content-wrapper {
    padding: 10px;
    text-align: left;
    border-radius: 0px;
}

.map-marker {
  height: 36px;
  width: 36px; 

}


.mapinfo h2{
    font-size:18px;
}

.leaflet-div-icon, .map-marker {
  background-color: #4E4A4A;
  border: 4px solid #4E4A4A;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: all .15s linear;
  z-index: 10; 

}
  .leaflet-div-icon:before, .map-marker:before {
    border: 4px solid transparent;
    border-width: 10px 12px;
    border-top-color: #4E4A4A;
    bottom: -19px;
    height: 0;
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 11; 

  }
  .leaflet-div-icon:after, .map-marker:after {
    background-color: #fff;
    border-radius: 50%;
    bottom: 0;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 12; 

  }
  .leaflet-div-icon .fa, .map-marker .fa {
    color: rgba(0, 0, 0, 0.55);
    font-size: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 13; 

  }
  .leaflet-div-icon:hover, .map-marker:hover {
    top: -2px; 

  }








/*------------------------------------------*/
/*	  Register Form Input
/*------------------------------------------*/

.form_register {
    background-color: transparent;
    padding: 0 30px 30px;
    margin-top: 0;
}



    .form_register p {
        margin-bottom: 0px;
        color: rgba(0, 0, 0, 0.35);
    }

    .form_register .form-control {
        position: relative;
        margin-bottom: 20px;
        margin-top: 0px;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px solid rgba(255, 255, 255, 0.00);
        border-bottom: 1px solid rgba(8, 8, 8, 0.88);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        color: #333;
        padding-left: 5px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.form-control input {
    position: relative;
    background: #ebeaea;
    border-top: 1px solid #fff;
    border-bottom: 1px solid rgba(8, 8, 8, 0.88);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #000 !important;
    display: block;
    font-size: 16px;
    margin-bottom: 7px;
    line-height: 19px;
    padding: 8px 0 5px;
    width: 100%;
    height: 54px;
    transition: 0.7s ease;
    -webkit-transition: 0.7s ease;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
}

.placeholder {
    color: #000;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 20px;
    transition: all 0.5s ease 0s;
}

.added-placeholder .placeholder {
    color: #000;
    font-size: 12px;
    top: 0;
    margin-bottom: 5px;
}

#contact_form .form-control:focus {
    border-color: transparent;
    border-bottom: 1px solid #333;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sgfrm {
    box-sizing: border-box;
    padding-bottom: 5px;
    padding-left: 0;
    padding-top: 10px;
    position: relative;
    width: 100%;
}


.form-name {
    width: 100%;
}



.error {
    color: #fc0000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.success {
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 0px;
    font-weight: normal;
    font-size: 14px;
    color: #006633;
    background-color: rgba(62, 190, 4, 0.49);
}

.Submit_Error {
    background-color: rgba(255,204,204,.5) !important;
}



#form_register_btn .btn-about {
    background-color: transparent;
    font-weight: 400;
    width: 300px;
    padding: 15px;
    font-size: 18px;
    border-radius: 0;
    border: 1px solid rgba(8, 8, 8, 0.88);
    color: #333;
}

    #form_register_btn .btn-about:hover {
        background-color: #eee;
        color: #333;
    }

   
#form_response {
	margin: 50px auto; 
}

#form_response .img-responsive { display: inline-block; }

#form_response h1 {
	font-size: 40px; 
	font-weight: 700;
	margin-top: 10px;
}

#form_response p {
	font-size: 18px; 
	font-weight: 400;
	margin-bottom: 20px;
}







/* ==========================================================================
   17. FOOTER
   ========================================================================== */
#footer_section {
    margin-bottom: 0;
    padding: 20px 0px 0px 0px;
    background-color: #1f1d1d;
    color: #fff;
}

#footer_section p{
   font-size:14px;
   margin:0;
   line-height:14px;
}


#disclaimer, #intro_footer_copy {
    color: #b7b7b7;
    font-size: 12px;
}
#disclaimer{
    padding-bottom:5px;
}

#ecp-disclaimer {
    background-color: #000000;
    color: #b7b7b7;
    font-size: 10px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}



#ecp-disclaimer img {
    max-width: 100px;
    display: block;
    text-align: center;
}


#footer_section p {
    color: #fff;
}

#footer_section .ecp-text {
    color: #fff !important;
    text-decoration:none;
}




/* ==========================================================================
   18. SCROLL TO TOP
   ========================================================================== */

#scrollUp {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background-image:url(../images/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color:rgba(123, 123, 123, 0.65);	
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;	
}

#scrollUp:hover {
	background-color: rgba(66, 139, 202, 0.95);
}

nav a#pull {  
    display: none;  
} 
/* ==========================================================================
   	MAGNIFICENT POPUP
   ========================================================================== */


.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out; 
  -moz-transition: all 0.3s ease-out; 
  -o-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ==========================================================================
   	PRIVACY
   ========================================================================== */
#privacy {
    padding-top: 60px;
    padding-bottom: 60px;
}
#privacy  h3{
    color:#000;
}
.privacy-header a {
    color:#fff;
}
/* ==========================================================================
   	REVOLUTION SLIDER OVERIDES
   ========================================================================== */
.gyges .tp-thumb:hover .tp-thumb-img-wrap,
.gyges .tp-thumb.selected .tp-thumb-img-wrap {
    background: #19469d !important;
}
.gyges .tp-thumb-img-wrap {
    padding: 3px;
    background: #fff;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px;
    box-sizing: border-box;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
/* ==========================================================================
   	UTILITY OVERIDES
   ========================================================================== */

.disableClick {
    pointer-events: none !important;
}
#getdlbrochure {display: none;}
.debug{border: 2px solid red !important;}



