body{
	overflow-y: hidden;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.row{
	margin-left:0;
	margin-right:0;	
}

h2{
	font-size:24px;	
}


p{
	font-family: 'NimbusSansDOT-Regu';	
}

.btn-skip{
	font-family: 'NimbusRomNo9T-Bold';
	color:#666;
	font-size:20px;
	margin-top:20px;
	text-align:center;
	border:#666 1px solid;
	width:120px;
	height:32px;
	background-color:transparent;
	
	transition: all 0.2s ease-in-out ;
    -webkit-transition: all 0.2s  ease-in-out ; /** Chrome & Safari **/
    -moz-transition: all 0.2s ease-in-out ; /** Firefox **/
    -o-transition: all 0.2s ease-in-out ; /** Opera **/
}

.btn-skip:hover{
	color:#fff;
	background-color:#333;
}


/* -------------------------------- 

Pattern

-------------------------------- */
.logo{
	position:absolute;
	z-index:101;
	width:265px;
	height:130px;
	left:50%;
	margin-left:-128px;
	margin-top:60px;
}

.logo-bg{
	position:absolute;
	z-index:101;
	width:600px;
	height:320px;
	left:50%;
	margin-left:-300px;
}

.logo-inside{
	max-width:180px;
	/*position:absolute;*/
	/*top:50px;	*/
	padding-bottom:50px;
	display:block;
}


.pattern{
	position:absolute; 
	z-index:100;
	
	transition: all 1s ease-in-out 0.5s;
    -webkit-transition: all 1s  ease-in-out 0.5s; /** Chrome & Safari **/
    -moz-transition: all 1s ease-in-out 0.5s; /** Firefox **/
    -o-transition: all 1s ease-in-out 0.5s; /** Opera **/
}

.top-left{
	top:-60px; 
	left:-60px;
}

.top-right{
	top:-60px; 
	right:-60px;
}

.bottom-right{
	bottom:-60px; 
	right:-60px;
}

.bottom-left{
	bottom:-60px; 
	left:-60px;
}

.top-line{
	background-image:url(../images/pattern-line-top.png); 
	background-repeat:repeat-x; 
	width:100%; 
	height:30px; 
	top:0; 
	z-index:100; 
}

.left-line{
	background-image:url(../images/pattern-line-left.png); 
	background-repeat:repeat-y; 
	width:30px; 
	height:100%; 
	top:0; 
	left:0;
	z-index:100; 
}


.right-line{
	background-image:url(../images/pattern-line-right.png); 
	background-repeat:repeat-y; 
	width:30px; 
	height:100%; 
	top:0; 
	right:0;
	z-index:100; 
}

.bottom-line{
	background-image:url(../images/pattern-line-bottom.png); 
	background-repeat:repeat-x; 
	width:100%; 
	height:30px; 
	top:0;
	bottom:0;
	z-index:100; 
}


.top-line-01{
	top:-60px;
	padding-right:0px;
	padding-left:0px;
	width:100%;
}

.right-line-02{
	right:-60px;
	padding-top:0px;
	padding-bottom:0px;
	height:100%;
}

.left-line-03{
	left:-60px;
	padding-top:0px;
	padding-bottom:0px;
	height:100%;
}

.bottom-line-04{
	bottom:-60px;
	padding-right:0px;
	padding-left:0px;
	width:100%;
}

.loaded .top-line-01{
	padding-right:60px;
	padding-left:60px;
	top:0;
}

.loaded .right-line-02{
	padding-top:60px;
	padding-bottom:60px;
	right:0;
}

.loaded .left-line-03{
	padding-top:60px;
	padding-bottom:60px;
	left:0;
}

.loaded .bottom-line-04{
	padding-right:60px;
	padding-left:60px;
	bottom:0;	
}

.loaded .top-left{
	top:0; 
	left:0;
}

.loaded .top-right{
	top:0; 
	right:0;
}

.loaded .bottom-right{
	bottom:0; 
	right:0;
}

.loaded .bottom-left{
	bottom:0; 
	left:0;
}



/*Brown*/
.top-line.brown{
	background-image:url(../images/brown/pattern-line-top.png); }

.left-line.brown{
	background-image:url(../images/brown/pattern-line-left.png); 
}


.right-line.brown{
	background-image:url(../images/brown/pattern-line-right.png); 
}

.bottom-line.brown{
	background-image:url(../images/brown/pattern-line-bottom.png); 
}



.black-font{
	color:#666;
}


/* -------------------------------- 

Navigation

-------------------------------- */


.panel{
	background-color:transparent;
	box-shadow:none;
}

.nav-padding{
	padding-top:280px;	
}

.panel-title{
	font-size:30px;
	
	
	font-family: 'NimbusRomNo9T-Bold';
    font-weight: bold;

	
	text-transform:uppercase;
	letter-spacing:2px;
	color:#666;
	
}
.panel-heading{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.panel a:hover .panel-title{
	color:#999;
}

.panel-body hr{
	margin-top: 10px;
    margin-bottom: 10px;	
}

a{
	text-decoration:none !important;
}

a:focus{
	outline:none;	
}

.panel-body a{
	font-family: 'Noto Sans', sans-serif;
	font-size:15px;
	color:#666;	
}

.panel-body a:hover{
	color:#999;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{
	border:none;	
}

.panel .panel-body span{
	padding: 0 10px;
	color:#CCC;
}


main {
  position: relative;
  overflow:hidden;
  z-index: 2;
  /* fix bug on iOS */
  min-height: 100%;
 /* overflow-y:none;*/
  -webkit-overflow-scrolling: touch;
  /*padding: 200px 5%;*/
  background-color: #fff;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}
main h1, main p {
  text-align: center;
}


.navigation-is-open main {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}


.cd-nav-trigger {
  position: fixed;
  z-index: 120;
  left: 4%;
  top: 20px;
  height: 54px;
  width: 54px;
  /*background-color: #af9983;*/
  border:1px solid #FFF;
  background-color:rgba(51,51,51,0.4);
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition:all 0.5s;
  -moz-transition:all 0.5s;
  transition:all 0.5s;

}

.cd-nav-trigger.left{
	left:-70px;	
}


.cd-nav-trigger .cd-nav-icon {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto; 
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s  ease-in-out ; /** Chrome & Safari **/
  -moz-transition: all 1s ease-in-out ; /** Firefox **/
  -o-transition: all 1s ease-in-out ; /** Opera **/
}

.cd-nav-trigger .cd-nav-icon.black{
	background-color:#fff ;
}


.navigation-is-open .cd-nav-trigger .cd-nav-icon{
	background-color:#666;	
}

.cd-nav-trigger .cd-nav-icon::before, .cd-nav-trigger .cd-nav-icon:after {
  /* upper and lower lines of the menu icon */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
  -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}
.cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
.cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
  top: 2px;
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
  top: -2px;
}
.cd-nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}
.cd-nav-trigger circle {
  /* circle border animation */
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  -moz-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}

.navigation-is-open{
	overflow:hidden;
	overflow-y:hidden !important;
}

.navigation-is-open .cd-nav-trigger {
  /* rotate trigger when navigation becomes visible */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  
  background-color: rgba(255,255,255,0.4);
  border:1px solid #999;
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after,
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  /* animate arrow --> from hamburger to arrow */
  width: 50%;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s;
  -moz-transition: -moz-transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after, .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
  top: 0;
}
.navigation-is-open .cd-nav-trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  -moz-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}
@media only screen and (min-width: 1170px) {
  .cd-nav-trigger {
    top: 55px;
  }
}

.cd-nav {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
 /* background-color: #fff;*/

  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  -moz-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;
}
.cd-nav .cd-navigation-wrapper {
  /* all navigation content */
  background-image:url(../images/background.png);
 background-repeat:repeat;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 10%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
.navigation-is-open .cd-nav {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.navigation-is-open .cd-nav .cd-navigation-wrapper {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}
.cd-nav h2 {
  position: relative;
  margin-bottom: 1.7em;
  font-size: 1.3rem;
  font-weight: 800;
  color: #080b0f;
  text-transform: uppercase;
}
.cd-nav h2::after {
  /* bottom separation line */
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 1px;
  width: 60px;
  background-color: currentColor;
}
.cd-nav .cd-primary-nav {
  margin-top: 100px;
  list-style:none;
  opacity:0;
  
  transition: all 1.5s ease-in-out;
  -webkit-transition: all 1.5s  ease-in-out ; /** Chrome & Safari **/
  -moz-transition: all 1.5s ease-in-out ; /** Firefox **/
  -o-transition: all 1.5s ease-in-out ; /** Opera **/
}

.navigation-is-open .cd-primary-nav{
	opacity:1;	
}
.cd-nav .cd-primary-nav li {
  margin: 1.6em 0;
}
.cd-nav .cd-primary-nav a {
  font-family:"Times New Roman", Times, serif;
  font-size: 2.4rem;
  letter-spacing:2px;
  color: #abb0d8;
  display: inline-block;
  text-transform:uppercase;

  text-decoration:none;
  
  transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s  ease-in-out ; /** Chrome & Safari **/
    -moz-transition: all 0.3s ease-in-out ; /** Firefox **/
    -o-transition: all 0.3s ease-in-out ; /** Opera **/
}
.cd-nav .cd-primary-nav a.selected {
  color: #3f458b;
}
.no-touch .cd-nav .cd-primary-nav a:hover {
  color: #666;
}

.cd-nav .cd-primary-nav a:hover {
	color: #3f458b;
}

.cd-nav .cd-contact-info {
  margin-top: 60px;
  margin-bottom:20px;
  list-style:none;
}
.cd-nav .cd-contact-info li {
  font-family: "Merriweather", serif;
  margin-bottom: 1.5em;
  line-height: 1.2;
}
.cd-nav .cd-contact-info a {
  color: #999;
  font-family:"Times New Roman", Times, serif;
  letter-spacing:1px;
}
.cd-nav .cd-contact-info a:hover {
  color:#333;
}

.cd-nav .cd-contact-info span {
  display: block;
}
.cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
  font-size: 1.6rem;
}

@media only screen and (min-width: 991px) {
  .cd-nav .cd-navigation-wrapper {
    padding: 0px 20%;
  }
  .cd-nav .cd-navigation-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-nav .cd-half-block {
    width: 50%;
    float: left;
  }
  .cd-nav .cd-primary-nav {
    margin-top: 180px;
  }
  .cd-nav h2 {
    font-size: 1.5rem;
    margin-bottom: 5.6em;
  }
  .cd-nav .cd-primary-nav li {
    margin: 2em 0;
  }
  .cd-nav .cd-primary-nav a {
    font-size: 3.4rem;
  }
  
  .cd-nav .cd-contact-info {
    margin-top: 200px;
    text-align: right;
  }
  .cd-nav .cd-contact-info li {
    margin-bottom: 2.4em;
  }
  .cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
    /*font-size: 2rem;*/
  }
}

@media only screen and (max-width: 991px) {
	.cd-half-block .content{
		padding:0 10% !important;  
	}
	  
	 main {
		opacity:1;
		transition: all 1s ease-in-out 1s;
		-webkit-transition: all 1s ease-in-out ;
		-moz-transition: all 1s ease-in-out ;
		-o-transition: all 1s ease-in-out ;
		visibility:visible;
	}
	.navigation-is-open main{
		opacity:0;
		visibility:hidden;
	}
  
}
.no-js main {
  height: auto;
  overflow: visible;
}

.no-js .cd-nav {
  position: static;
  visibility: visible;
}
.no-js .cd-nav .cd-navigation-wrapper {
  height: auto;
  overflow: visible;
  padding: 100px 5%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}



.fadeIn{
	opacity:1;
	display:block !important;
	visibility:visible;	
}



/* -------------------------------- 

Left Right Effects 

-------------------------------- */



.cd-section {
  height: 100vh;
  background-color:#333;
}


.cd-block, .cd-half-block {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-block {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}


.cd-section .cd-block {
  visibility:visible;
  /*height: 100vh;*/
 /* background-color: #263b40;*/
 /*overflow:hidden;*/
}

  .cd-block {
    position:absolute;
    width: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
    /*height: 100vh;*/
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.7);
    visibility: hidden;
	
	transition: all 1s ease-in-out;
    -webkit-transition: all 1s  ease-in-out ; /** Chrome & Safari **/
    -moz-transition: all 1s ease-in-out ; /** Firefox **/
    -o-transition: all 1s ease-in-out ; /** Opera **/
  }
  
  


/*
.cd-half-block:nth-of-type(1) {
  height: 60vh;
  background-color:#0CF;
  background-position: center center;
  background-repeat: no-repeat;
}*/

.cd-half-block p {
  font-size: 1.8rem;
  line-height: 1.8;
}


.cd-section .cd-half-block {
    height: 100vh ;
    width: 50%;
    position: absolute;
    top: 0;
  }
  
.cd-section .cd-half-block h3 {
    position: absolute;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    padding: 0 10%;
    font-size: 3.4rem;
	
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s  ease-in-out ; /** Chrome & Safari **/
    -moz-transition: all 0.5s ease-in-out ; /** Firefox **/
    -o-transition: all 0.5s ease-in-out ; /** Opera **/
  }
  
.cd-section .cd-half-block:hover h3{
	letter-spacing:3px;
}
/*
.cd-section .cd-half-block{
	cursor:pointer;	
}
*/



/*Button*/
.btn {
	border-radius:0;
 /* color: #867c96 !important;*/
  z-index:101;
  cursor: pointer;
  display: block;
  font-size:24px;
  font-weight: 400;
  line-height: 100px;
  max-width: 350px; 
 /* position: relative;*/
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
  z-index:102;
  
   -webkit-font-smoothing: antialiased;
  
  position: absolute;
	text-align:center;
	font-family: 'NimbusRomNo9T-Bold';
	font-weight:bold;
	/*text-transform:uppercase;*/
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
   /* width: 100%;
    padding: 0 10%;
    font-size: 3.4rem; */
	
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s  ease-in-out ; /** Chrome & Safari **/
    -moz-transition: all 0.5s ease-in-out ; /** Firefox **/
    -o-transition: all 0.5s ease-in-out ; /** Opera **/
}



/*button two*/

.btn-2 {
    letter-spacing: 0;
}

.cd-section .cd-half-block:hover .btn-2,
.btn-2:active {
  letter-spacing: 5px;
}

.btn-2.commercial-btn:after,
.btn-2.commercial-btn:before {
  backface-visibility: hidden;
  border: 1px solid #fff;
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
  opacity:0;
}

.commercial-btn{
	color:#fff !important;
	/*background-color: rgba(94,133,136,0.8);*/

}

.residential-btn{
	color:#fff !important;
	/*background-color: rgba(142,162,119,0.8);*/
}

.btn-2.residential-btn:after,
.btn-2.residential-btn:before {
  backface-visibility: hidden;
  border: 1px solid #fff;
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
  opacity:0;
}

.cd-section .cd-half-block:hover .btn-2:after,
.cd-section .cd-half-block:hover .btn-2:before {
  backface-visibility: hidden;
  /*border-color: #5e8588;*/
  transition: width 350ms ease-in-out;
  width: 70%;
  opacity:1;
}

.btn-2:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}






  
  .cd-half-block .content {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    padding: 0 30%;
  }
  
  .cd-section .cd-half-block{
	transition: all 1s ease-in-out;
    -webkit-transition: all 1s  ease-in-out ; /** Chrome & Safari **/
    -moz-transition: all 1s ease-in-out ; /** Firefox **/
    -o-transition: all 1s ease-in-out ; /** Opera **/
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.0);
  }
  

  
  .left{
	left: 0; 
	/*box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);*/
  }
  
  .right{
	right: 0;  
	/*box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);*/
  }
  
.cd1{
	z-index:10;	
}
.cd2{
	z-index:9;
	background-color:#FFF;
}
  
.overlay-01{
	background-color:rgba(255,255,255,0);
	width:100%;
	height:100%;
	position:absolute;
	z-index:101;
	
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s  ease-in-out ; /** Chrome & Safari **/
    -moz-transition: all 0.5s ease-in-out ; /** Firefox **/
    -o-transition: all 0.5s ease-in-out ; /** Opera **/
}

.gradient{
	opacity:1;
	width:100%;
	height:100%;
	position:fixed;
	
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); 
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); 
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); 
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s  ease-in-out ; /** Chrome & Safari **/
    -moz-transition: all 0.5s ease-in-out ; /** Firefox **/
    -o-transition: all 0.5s ease-in-out ; /** Opera **/
		
}


  
.cd1 .backgound-01{
	background-image:url(../images/commercial.jpg);
	background-size:cover;
	opacity:1;
	background-color:#FFF;
	width:100%;
	height:100%;
	z-index:100;
	background-position:left;
	cursor:pointer;
	
	/*
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-o-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);*/
	
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s  ease-in-out ; /** Chrome & Safari **/
    -moz-transition: all 0.5s ease-in-out ; /** Firefox **/
    -o-transition: all 0.5s ease-in-out ; /** Opera **/
}


.cd-section .cd-half-block:hover .overlay-01{
	background-color:rgba(255,255,255,0.3);
}


.overlay-02{
	background-color:#fff;
}

.cd1 .backgound-02{
	background-image:url(../images/residential.jpg);
	background-size:cover;
	/*opacity:1;*/
	background-color:#FFF;
	width:100%;
	height:100%;
	z-index:100;
	background-position:right;
	
	/*-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-o-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);*/
	
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s  ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 0.5s ease-in-out; /** Firefox **/
    -o-transition: all 0.5s ease-in-out; /** Opera **/
}


.cd1 .backgound-02{
	background-image:url(../images/residential.jpg);
	background-size:cover;
	/*opacity:1;*/
	background-color:#FFF;
	width:100%;
	height:100%;
	z-index:100;
	background-position:right;
	cursor:pointer;
	
	/*-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-o-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);*/
	
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s  ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 0.5s ease-in-out ; /** Firefox **/
    -o-transition: all 0.5s ease-in-out ; /** Opera **/
}

.cd2 .backgound-01{
	background-image:url(../images/slider/com-01.jpg);
	background-position:center;
	background-size:cover;
	
	
	height:100%;
	width:100%;
}

.cd2 .backgound-02{
	background-color:#5e8588;	
}

.cd3 .backgound-01{
	background-image:url(../images/slider/com-02.jpg);
	background-position:center;
	background-size:cover;
	
	height:100%;
	width:100%;
}

.cd3 .backgound-02{
	background-color:#8ea277;	
}
  
  
  
  
.next .left{
  	left:-50% ;
 }
  
.next .right { 
	right:-50% ;
}

.cd-section .next{
	visibility:hidden !important;	
}
  
.hidden-visible{
	visibility:hidden !important;	
}

.cd2, .cd3{
	transform:scale(0.7);
	opacity:0;
}

.comeOut{
	transform:scale(1);
	opacity:1;
	display:block;
	visibility:visible;
}

.cd3 .cd-half-block h2{
	color:#d2c5b8;
	/*padding-bottom:40px;	*/
}


/*Commercial*/
.cd2 .cd-half-block h2{
	color:#fbb056;
	/*padding-bottom:40px;	*/
}

.cd-half-block p{
	color:#fff;
	line-height:19px;
	text-align:left;
	
	font-family: 'NimbusSansDOT-Regu';
	font-size:14px;
	padding-top:40px;
	letter-spacing:1px;
}

.cd-half-block h4{
	color:#fff;
	font-size:16px;
	text-align:left;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
}

.cd-half-block hr{
	color:#999;
	margin-top:10px;
	margin-bottom:10px;
}

.btn-view{
	font-family:"Times New Roman", Times, serif;
	color:#CCC;
	font-size:13px;
	
}

.glyphicon.glyphicon-menu-right{
	top:3px;	
}




.btn-back{
	position: fixed;
    z-index: 999;
    width: 25px;
	height:25px;
    top: 70px;
	right:-40px;
	cursor:pointer;
	background-image:url(../images/btn-back.svg);
	background-size:cover;
	
	transition: all 0.5s  ease-in-out 1s;
    -webkit-transition: all 0.5s  ease-in-out 1s; /** Chrome & Safari **/
    -moz-transition: all 0.5s ease-in-out 1s; /** Firefox **/
    -o-transition: all 0.5s ease-in-out 1s; /** Opera **/	
}

.btn-back.black{
	background-image:url(../images/btn-back-black.svg);
}

.btn-out{
	right: 70px;
}
@media only screen and (max-width: 1025px) {

	
	.cd-nav-trigger{
		top:40px;
		left:40px;
	}
	
	.nav-padding {
    	padding-top: 250px;
	}
}


@media only screen and (max-width: 769px) {
	.cd-section .cd-half-block{
		width:100%;
		height:50vh ;	
	}
	
	.cd-section .right{
		top:50%;
	}
	
	.next .left{
	  	left:0 ;
		top:-50%;
	}
	  
	.next .right { 
		right:0 ;
		top:100%;
	}
	
	.btn{
		line-height: 50px;
	}
	
	.logo-inside{
		/*margin-left:auto;
		margin-right:auto;*/
		padding-bottom: 30px;
		width:120px;
	}
	
	.cd-half-block p{
		padding-top:10px;	
	}
	
	a .btn-register{
		margin-top:0 !important;
		margin-bottom:20px;	
	}
}

@media only screen and (max-height: 425px) {
	.cd-section .cd-half-block{
		width:50%;
		height:100%; ;	
	}
	
	.cd-section .right{
		top:0;
		right:0;
	}
	
	.next .left{
	  	left:-50% ;
		top:0;
	}
	  
	.next .right { 
		right:-50% ;
		top:0;
	}
	
	.pattern{
		width:30px;
		height:30px;	
	}
	
	.top-line-01, .bottom-line-04{
		padding-right: 30px !important;
    	padding-left: 30px !important;
		width:100%;
		height:15px;
	}
	
	.top-line, .bottom-line{
		background-size:1px 15px;
		height:15px;
	}
	
	.left-line-03, .right-line-02{
		padding-top: 30px !important;
    	padding-bottom: 30px !important;
		height: 100%;
		width:15px;	
	}
	
	.left-line, .right-line{
		background-size:15px 1px;
		width:15px;
	}
	
	.logo{
		width:120px;
		height:58.86px;
		margin-left:-60px;
		margin-top: 35px;
	}
	
	.nav-padding {
    	padding-top: 120px;
	}
	
	.panel-title{
		font-size:18px;	
	}
	
	.panel-body a{
		font-size:12px;	
	}
	
	.cd-contact-info{
		padding-left:15px;	
	}
	
	.cd3 .cd-half-block h2{
		padding-bottom: 10px;
		font-size:20px;
	}
	
	.cd2 .cd-half-block h2{
		padding-bottom: 10px;
		font-size:20px;
	}
	
	.btn-out{
		right:40px;
		
	}
	
	.btn-back{
		width:20px;
		height:20px;
		top:60px;
	}
	
	.cd-nav-trigger{
		top:20px;
		left:20px;
	}
	
	.btn{
		max-width:260px;
		line-height:50px;
		font-size:20px;
	}
	
	.cd-half-block .content{
		padding:10px 50px 50px 50px;	
	}
	
	
}

@media only screen and (max-height: 560px) {
	.cd-section .right{
		overflow:auto;	
	}/*
	.cd-half-block .content{
		min-height:600px;	
	}*/
	.logo-inside{
		padding-top:150px;	
	}
	
	footer p{
		margin-bottom: 15px !important;
	}
	
	.ip-logo {
    	top: -25px !important;
	}
}


@media only screen and (max-width: 425px) {
	/*Pattern*/
	.top-line-01{
		top:-30px;
	}
	
	.right-line-02{
		right:-30px;
	}
	
	.left-line-03{
		left:-30px;
	}
	
	.bottom-line-04{
		bottom:-30px;
	}
	
	.top-left{
		top:-30px; 
		left:-30px;
	}
	
	.top-right{
		top:-30px; 
		right:-30px;
	}
	
	.bottom-right{
		bottom:-30px; 
		right:-30px;
	}
	
	.bottom-left{
		bottom:-30px; 
		left:-30px;
	}
	
	.top-line, .bottom-line{
		background-size:1px 15px;
		height:15px;
	}
	
	.left-line, .right-line{
		background-size:15px 1px;
		width:15px;
	}
	
	
	/*Pattern Load*/
	.loaded .pattern.top-left, .loaded .pattern.top-right, .loaded .pattern.bottom-left, .loaded .pattern.bottom-right{
		width:30px;
		height:30px;	
	}
	
	.loaded .top-line-01, .loaded .bottom-line-04{
		padding-right: 30px;
    	padding-left: 30px;	
	}
	
	.loaded .left-line-03, .loaded .right-line-02{
		padding-top: 30px;
    	padding-bottom: 30px;	
	}
	
	.ip-logo {
    	top: -25px !important;
	}

	
	.logo{
		width:120px;
		height:58.86px;
		margin-left:-60px;
		margin-top: 35px;
	}
	
	.nav-padding {
    	padding-top: 120px;
	}
	
	.panel-title{
		font-size:18px;	
	}
	
	.panel-body a{
		font-size:12px;	
	}
	
	.cd-contact-info{
		padding-left:15px;	
	}
	
	.cd3 .cd-half-block h2{
		padding-bottom: 10px;
		font-size:20px;
	}
	
	.cd2 .cd-half-block h2{
		padding-bottom: 10px;
		font-size:20px;
	}
	
	
	.cd2 .cd-half-block.left, .cd3 .cd-half-block.left{
		height:30vh;
	}
	
	.cd2 .cd-half-block.right, .cd3 .cd-half-block.right{
		height:90vh;
		top:30% !important;
		min-height:auto;
	}
	
	.cd-section .cd3, .cd-section .cd2{
		overflow-y:scroll;	
	}
	
	.btn-out{
		right:40px;
		
	}
	
	.btn-back{
		width:20px;
		height:20px;
		top:60px;
	}
	
	.cd-nav-trigger{
		top:20px;
		left:20px;
	}
	
	.btn{
		max-width:260px;
		line-height:30px;
		font-size:20px;
	}
	
	.cd-half-block .content{
		padding:10px 50px 50px 50px;	
	}
	
	footer p{
		    margin-bottom: 15px !important;
	}
}



/*
.gradient-slider{
	opacity:1;
	width:100%;
	height:100%;
	position:fixed;*/
	
	/*background: rgba(255,255,255,1);*/     /*
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); 
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); 
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); 
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 50%);
	
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s  ease-in-out ; 
    -moz-transition: all 0.5s ease-in-out ; 
    -o-transition: all 0.5s ease-in-out ; 
}

.carousel-control.right, .carousel-control.left{
	background-image:none;	
}

.carousel-caption{
	max-width:500px;
	padding:40px 60px;
	text-align:left;
	left:-500px;
	bottom:150px;
	background-color:rgba(255,255,255,0.9);
	opacity:0;
	
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s  ease-in-out ; 
    -moz-transition: all 0.5s ease-in-out ; 
    -o-transition: all 0.5s ease-in-out ; 
}

.active .carousel-caption{
	left:50px;
	bottom:150px;
	opacity:1;
	background-color:rgba(255,255,255,0.9);	
}

.carousel-caption h2{
	font-family:"Times New Roman", Times, serif;
	font-size:40px;
	text-transform:uppercase;
	text-shadow:none;
	color:#fbb056;
}

.carousel-caption p{
	font-family:'Noto Sans', sans-serif;
	font-size:15px;
	text-align:left;
	color:#373737;
	text-shadow:none;
}


*/

/* -------------------------------- 

Master Plan

-------------------------------- */

.list-group{
	padding-left:17px;
	font-family: 'NimbusSansDOT-Regu';
	color: #666;
}

.tiles {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 1000px;
	width:99.9%;
    height: 97%;
	
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	border:2px solid rgba(255,255,255,0);
	
	transform:translateX(-50%);
	-ms-transform:translateX(-50%); 	
	-moz-transform:translateX(-50%); 	
	-webkit-transform:translateX(-50%); 
	-o-transform:translateX(-50%);
 }

.tile {
    position: relative;
    float: left;
    max-width: 1000px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
    height: 100%;
    overflow: hidden;
}

.photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	
	-webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
	
}

.tiles:hover {
	border:2px solid #999;
}

#modalSiteProgress h4.panel-title{
	font-size:20px;
	letter-spacing: 0px;
}

#modalSiteProgress .modal-header .close{
	margin-top:-32px;	
}

#modalSiteProgress h2.modal-title{
	font-family: 'NimbusRomNo9T-Bold';
	/*font-size:20px;
	text-transform:uppercase;*/
}

#modalSiteProgress .panel-heading{
	cursor:pointer;	
}



/* -------------------------------- 

Floor Plan

-------------------------------- */


.lv-9, .lv-33 {
	color:#b9b9b9;
	cursor:pointer;
}

.lv-9:hover, lv-33:hover{
	color:#a4a4a4;
}

.btn-active{
	color:#666;	
}

.floor-plan{
	padding-top:220px;
	padding-bottom: 100px;
}

.plan-padding hr {
    margin-top: 10px;
    margin-bottom: 10px;
	
}

.plan-padding{
	padding-left:50px;
	padding-right:50px;
}

.content-fade{
	display:none;	
}

.siteplan{
	/*margin-bottom:70px;*/
}

h1, h2, h3{
	font-family: 'NimbusRomNo9T-Bold';
	font-weight:bold;
	letter-spacing: 1px;
	 -webkit-font-smoothing: antialiased;
	 text-transform:uppercase;
}


h1{
    color: #fbb056;
	font-size:35px;
    padding-bottom: 20px;
	margin-top: 0;
	text-transform:uppercase;	
}

.plans-title h1{
	padding-bottom: 5px;
	margin-bottom:0;
	font-size:25px;
}

.plans-title h4{
	padding-top:0px;
	margin-top:0px;	
}
.plans-title li{
	color: #666;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	cursor:pointer;
	font-style:italic;
}
.plans-title li:hover{
	color:#fbb056;
}
.plans-active{
	color:#fbb056 !important;
}
.commercial h2{
    color: #5e8588;
    padding-bottom: 40px;
	margin-top: 10px;	
}

.commercial h4{
    color: #666;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;	
}

.residential h1{
    color: #eb5d40;
}

.residential h2{
    color: #9dab7a;
    /*padding-bottom: 40px;*/
	margin-top: 10px;	
}

.residential h4{
    color: #666;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;	
}

.floor-plan a p{
	color:#666;
	font-size:15px;
	margin:0 0 5px 0;
}

.type2-floorplan, .type3-floorplan{
	display:none;	
}

.siteplan canvas{
	-webkit-animation: opacity-01 1.5s linear infinite;
	-moz-animation: opacity-01 1.5s linear infinite;
	animation: opacity-01 1.5s linear infinite;
}


.orange-color{
	color:#eb5d40;
}

.modal-header .close{
	margin-top:-45px;	
}

.btn-box{
	border:1px #666666 solid;
	font-size: 16px;
	color:#666;
    text-transform: uppercase;
    font-family: "Times New Roman", Times, serif;
	padding:10px;
	
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-box:hover{
	color:#FFF;
}

.commercial.btn-box:hover{
	background-color:#fbb056;
	border:1px #fbb056 solid;
}

.residential.btn-box:hover{
	background-color:#eb5d40;
	border:1px #eb5d40 solid;
}

.modal-content{
	border-radius:0;	
}


@-webkit-keyframes opacity-01 {
    0%   {opacity:0.2;}
	30%  {opacity:1;}
    100% {opacity:0.2;}
} 

@-moz-keyframes opacity-01 {
    0%   {opacity:0.2;}
	30%  {opacity:1;}
    100% {opacity:0.2;}
} 


@keyframes opacity-01 {
    0%   {opacity:0.2;}
	30%  {opacity:1;}
    100% {opacity:0.2;}
}

@media screen and (max-width: 768px){
	.floor-plan{
		padding-top:180px;
		padding-left:25px;
		padding-right:25px;
	}
}

@media screen and (max-width: 480px){
	.floor-plan{
		padding-top:130px;
		padding-left:15px;
		padding-right:15px;
	}
}


/* -------------------------------- 

Perspective

-------------------------------- */

.perspective-style h1{
	padding-bottom:0;
	padding-top:20px;
}

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100vh;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.gradient-slider{
	opacity:0.8;
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	
	/*background: rgba(255,255,255,1);*/    
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 30%); 
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%); 
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 30%); 
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 30%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%);
	
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s  ease-in-out ; 
    -moz-transition: all 0.5s ease-in-out ; 
    -o-transition: all 0.5s ease-in-out ; 
}

.carousel-control{
	z-index:6;
	opacity:1;
}

.carousel-control.right, .carousel-control.left{
	background-image:none;	
}



@media screen and (min-width: 768px){
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    margin-top: -25px;
    font-size: 70px;
}
}


@media screen and (min-width: 768px){
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
		margin-right: -60px;
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
		margin-left:-60px;	
	}
}




.yellow-color{
	color:#fbb056 !important; 	
}

/* -------------------------------- 

Video

-------------------------------- */

#player1{
	width:640px;
	height:360px;	
}

@media screen and (max-width: 768px){
	#player1{
		width:360px;
		height:200px;	
	}
}

@media screen and (max-width: 480px){
	#player1{
		width:240px;
		height:143px;	
	}
}


/* -------------------------------- 

Location

-------------------------------- */
.location-style h1{
	padding-bottom:0;
	padding-top:20px;
}




/* -------------------------------- 

Contact

-------------------------------- */

.contact-style h3{
	text-align:center;
	color:#666;
}

.contact-style h1{
	padding-bottom:0;
	padding-top:20px;
	color:#f16549;
}

.contact-style p{
	font-family: 'NimbusSansDOT-Regu';
	color:#666;
}




/* -------------------------------- 

Footer

-------------------------------- */

footer{
	position:absolute;
	z-index:120;
	bottom:-50px;
	text-align:center;
	width:100%;
	
	 transition: all 1s ease-in-out 0.5s;
    -webkit-transition: all 1s ease-in-out 0.5s;
    -moz-transition: all 1s ease-in-out 0.5s;
    -o-transition: all 1s ease-in-out 0.5s;
}


.loaded footer{
	bottom:0;
}

footer p{
	color:#FFF;
	margin-bottom:3px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.icon-fb{
	width:30px;
	height:30px;
	margin:20px auto;
}

.icon-fb2{
	width:30px;
	height:30px;
	margin:0 0 20px 0;
}


/* -------------------------------- 

Disclaimer

-------------------------------- */
.disclaimer-style h2{
	color:#666;
}


.disclaimer-style p{
	text-align:left;
}

.disclaimer-style ul {
	font-family: 'NimbusSansDOT-Regu';
	color:#666;
}

.disclaimer-style ul li{
	font-family: 'NimbusSansDOT-Regu';
	color:#666;
}



@media screen and (max-width: 768px){
	h1{
		font-size:25px;	
	}
	h3{
		font-size:20px;
		letter-spacing:0;
	}
	
	.carousel-indicators{
		bottom:20px;	
	}
}


/*button language*/
.lang-button{
    position: absolute;
    z-index: 99;
    top: 32px;
    right: 44px;
}
.lang-button p, .lang-button a{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffffff;
    text-align: right;
}
@media screen and (max-width: 768px){
  .lang-button {
    top: 18px;
    right: 20px;
  }
  .lang-button p, .lang-button a{
    font-size: 12px;
  }
}