@charset "utf-8";

html, 
body {
	height: 100%;
	color: #121212;
	letter-spacing:-0.2px;
}
body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #121212;
}
a {
	background: transparent;
	outline: none; 
	text-decoration: none;	
	
	-webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);
	transition: .4s cubic-bezier(0.25,.46,.45,.94);
	-webkit-transition-property: background-color,color;
	transition-property: background-color,color;
}
a:active,
a:hover,
a:focus {
	outline: 0; 
	background: transparent;
	color: #121212;
	text-decoration: none;	  
}
a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	line-height: 1;
	color:#353535;
}
h1 small, h2 small, h3 small {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color:#353535;
}
h4 small, h5 small, h6 small {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color:#353535;
}


/* ==== 2) Titles ==== */

@media (min-width: 180px) {
h1 {
	font-size: 24px;

}
h1 small {
	font-size: 20px;
}
.lead {
	font-size: 18px;
	font-weight: 400;
}
h2 {
	font-size: 20px;
	letter-spacing: -0px;

}
h2 small {
	font-size: 18px;
}
h3 {
	font-size: 18px;
}
h3 small {
	font-size: 16px;	
}
h5 small {
	font-size: 13px;
}
}
@media (min-width: 480px) {
h1 {
	font-size: 42px;

}
h1 small {
	font-size: 42px;
}
.lead {
	font-size: 16px;
	font-weight: 400;
}
h2 {
	font-size: 22px;
	letter-spacing: -0px;

}
h2 small {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h3 small {
	font-size: 16px;	
}
}
@media (min-width: 768px) {
h1 {
	font-size: 42px;

}
h1 small {
	font-size: 42px;
}
.lead {
	font-size: 16px;
	font-weight: 400;
}
h2 {
	font-size: 22px;
	letter-spacing: -0px;

}
h2 small {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h3 small {
	font-size: 16px;	
}
}
@media (min-width: 992px) {
h1 {
	font-size: 40px;

}
h1 small {
	font-size: 30px;
}
.lead {
	font-size: 20px;
	font-weight: 400;
}
h2 {
	font-size: 20px;
	letter-spacing: -1px;

}
h2 small {
	font-size: 16px;
}
}
@media (min-width: 1200px) {
h1 {
	font-size: 40px;
	letter-spacing: -2px;
}
h1 small {
	font-size: 30px;
}
.lead {
	font-size: 20px;
	font-weight: 400;
}
h2 {
	font-size: 20px;
	letter-spacing: -1px;

}
h2 small {
	font-size: 16px;
}
}


/* ==== 4) Header ==== */
#header .navbar.navbar-default.navbar-fixed-top .container .navbar-header .navbar-brand {
	font-family: 'Open Sans', sans-serif;
}
.header-bottom {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.header-top .navbar-default {
    position: fixed;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 4;
	top:-100px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#home-slideshow {
    top: -70px;
}
.navbar-brand {
	float: left;
	height: 70px;
	padding: 15px 0 15px 15px;
	font-size: 30px;
	line-height: 20px;
}
.navbar-default .navbar-brand h3{
	letter-spacing: -1px;
	color: #121212;
	font-size: 30px;
	margin-bottom:0px;
	margin-top:10px;
	line-height: 20px;
}
.navbar {
	min-height: 70px;
	border: none;
}
.navbar-default {
	border-color: none;
	border-bottom: none;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 4;
    opacity: 1;
/*
#	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
#	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
#	box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
*/
}

.navbar-right {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 100%;
	color: ;
}


/*.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 18px;
  margin-right: 0px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: none;
}*/
.navbar-default .navbar-toggle
 {
position: relative;
padding: 9px 10px;
margin-top: 60px;
margin-right: 5%;
margin-bottom: 60px;
background-color: transparent;
background-image: none;
border-radius: 50%;
background-color:#F9F9F9;
width:64px;
height:64px;
border-color:#fff;
}

.navbar-toggle:focus {
  outline: none;
}

.navbar-default .navbar-toggle:hover {
	background-color: #DBDBDB;
}
.navbar-default .navbar-toggle:focus {
	background-color: #F9F9F9;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  margin:0 auto;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #F1DD00;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 14px 6px;
	letter-spacing: 0px;

}

.nav > li > span {
	position: relative;
	display: block;
	padding: 16px 6px 15px;
	cursor: pointer;
	letter-spacing: 0px;
}
@media (min-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        color: #121212;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 768px) {
   .navbar-collapse {
      max-height: none;
      overflow-x: hidden;
   }
}
.dropdown-menu {
	font-size: 13px;
/*	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
*/
background-color: #f9f7f2;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	/*  background-color: #F1DD00; */
  background-color: #fff;
	color:#333 !important;
}
.menu-padding { 
    padding-top:70px; 
}
.content { 
    margin-top:0px;
}

/*Media hidden for small*/
@media (max-width: 992px) {
 .sh_btn {
	display:none !important;
	}
}


/*Navbar Collapse*/
@media (max-width: 992px) {
	
    .navbar-default .container {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-default .navbar-collapse {
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }
    .navbar-default .navbar-collapse {
    }

    .navbar-small .navbar-collapse {
        margin-top: 0px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .nav > li > span {
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: none;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
        padding-left: 25px;
        padding-right: 25px;
    }
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
        padding-left: 35px;
        padding-right: 35px;
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 0;
		
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 12px;
        padding-bottom: 12px;
		
    }
    .collapse.in{
  		display:block !important;
	}
    .navbar-default ul.nav li {
		border-bottom: 1px solid #DDDDDD;
	}
    .dropdown-menu {
        position: relative;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: none;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 13px;
        list-style: none;
        background-color: transparent;
        background-clip: padding-box;
        border: none;
        border: none;
        border-radius: 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu > li {
        border-bottom: none!important;
    }
    .dropdown-menu > li > a {
        color: #fff;
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        text-decoration: none;
        background-color: transparent!important;
    }
}

/* ==== Site Wrapper ==== */
.site-wrapper {
clear: both;
padding-bottom: 90px;
}
.site-wrapper-video {
	background:#fff;
	z-index:1;
}

/* ==== 7) Team ==== */
#team {
	padding-bottom: 60px;
	padding-top: 60px;
}
.section-title-team {
	text-align: center;
	margin-bottom: 50px;
}
.team-info {
	text-align: left;
	padding-top: 5px;
	padding-right: 15px;
}
.grid {
	padding: 0px 0px 0px 0px;
	max-width: 100%;
	list-style: none;
	text-align: center;
}
.grid li {
 	display: inline-block;
	width: 100%;
	position: relative;
}
.grid figure {
	margin: auto;
	position: relative;
}
.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}
.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #121212;
 	display: table-cell;
    vertical-align: middle;	
}
.cbp-l-grid-projects .grid figcaption {
	padding-top: 65%;
}
.team-member .grid figcaption {
	padding-top: 37.5%;
}
.grid figcaption a {
    padding: 5px;
	color:#fff;
}

/* Portfolio Hover and Touch Animations */
.cs-style-3 figure {
	overflow: hidden;
}
.cs-style-3 figure img {
    margin-left:auto; 
    margin-right:auto;
    
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
   	transition: transform 0.3s;
}
.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.25);
    transform: scale(1.2);
}
.cs-style-3 figcaption {
	height: 100%;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
    
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: .7;
    
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/* ==== 13) Portfolio ==== */
#our-work {
	padding-top: 60px;
	padding-bottom: 60px;
}
.portfolio-container { 
	position: relative;  
	margin: 0 auto; 
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;	
}
 
#filters {
	padding:0;
	list-style:none;
	margin-bottom:30px;
}

#filters li {
	float:left;
		
}
	
#filters li span {
	display: block;
	padding: 5px 20px;	
	margin-right: 5px;
	margin-top:5px;	
	text-decoration:none;
	color:#121212;
	cursor: pointer;
	background-color: #E8EAF0;
		
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
		
	-webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);
	transition: .4s cubic-bezier(0.25,.46,.45,.94);
	-webkit-transition-property: background-color,color;
	transition-property: background-color,color;
}
	
#filters li span.active {
	color:#fff;
		
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
}
#filters li span:hover,
#filters li span:focus {
	color: #fff;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
	margin-bottom: 15px;
	overflow: hidden;
}
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
}
.portfolio img {
	max-width:100%;
	position: relative;
}


.get-order-now {
    background-color: #F1DD00;
    padding-bottom: 36px;
    padding-top: 10px;
    border: 3px solid #fff;
}
#our-work {
	background-repeat: no-repeat;
	background-image: url(../img/wood_bg.jpg);
}

.stages-left, .stages-right {
	width: 33%;
}
.stages-left .stage span {
    padding-right: 20px;
}
.stages-right .stage span {
    padding-left: 20px;
    min-height: 72px;
}
.stage {
	min-height: 80px;
}

.stages-left .stage {
    line-height: 72px;
}

.xlarge {
	text-transform: uppercase;
    font-size: x-large;
}
.stages-center {
    position: relative;
    z-index: 1;
    width: 281px;
}
.stage span {
    font-size: 15px;
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    letter-spacing: -1px;
}
.block5 .text-center {
	padding-bottom: 50px;
}
.get-now {
    background-color: #FFCB05;
    padding: 40px;
}
/* ==== 19) Contact Form ==== */


#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #fff; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

.dropdown-menu .hr, #news .hr {
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 0;
	/* border-top: 1px solid #F1DD00; */
	border-top: 1px solid #DDDDDD;
	background-color:#ACB6B7;
}


/* Form style */

#contact input {
    width: 100%;
    max-width: ;
    padding: 5px;
    color: #444;
    background: #fff;
    border: 1px solid #F0F0F0;
    margin: 5px 0px;
    -webkit-border-radius: 2px;
    font-size: smaller;
}
select {
height:50px;
}
#contact select { 
	width: 100%; 
	border: 1px solid #F0F0F0; 
	margin: 7px 0px;
	-webkit-border-radius:2px;
	webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
border-color: none;
box-shadow: none;
outline: 0 none;
}
textarea { 
	width: 100%; 
	max-width:  ;
	height: 165px;
	padding: 13px; 
	color: #444; 
	background: #fff; 
	border: 1px solid #F2F2F2; 
	margin-top: 7px;
	margin-left: ;
	margin-right:15px;
	-webkit-border-radius:2px; 
}
#contact input:focus, textarea:focus, select:focus { 
	border: 1px solid #999 !important;  
	background-color: #fff; 
	color:#333; 
}

#contact input.submit { 
	width: 185px;
/*	margin: 15px 0px; */
	cursor: pointer;  
	color:#fff; 
	border-radius: 3px;
	border-color: none;
	-webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);
	transition: .4s cubic-bezier(0.25,.46,.45,.94);
	-webkit-transition-property: background-color,color;
	transition-property: background-color,color;
}
#contact input.submit:hover { 
	background:#444; 
}
#contact input[type="submit"][disabled] { background:#888; }

#contact span.required { 
	font-size: 13px; 
	color: #ff0000; 
}
#message { 
	margin: 10px 0; 
	padding: 0; 
}
.error_message {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 22px;
	padding:10px;
	color: #8a1f11;
	-webkit-border-radius: 5px;
	background-color: #FBE3E4;
}
.success_message {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 22px;
	padding:10px;
	color: #178A11;
	-webkit-border-radius: 5px;
	background-color: #C4F4B9;
}
.loader { 
	padding: 0 10px; 
}
acronym { 
border-bottom:1px dotted #ccc; 
}

/* ==== 20) Google Map ==== */

#map {
	height: 480px;
	width: auto;
}

/* ==== 21) Footer ==== */

.back-to-top {
	display: block;
	background: #428BCA;
	width: 45px;
	height: 40px;
	font-size: 28px;
	line-height: 38px;
	position: absolute;
	top: -9px;
	left: 0;
	right: 0;
	margin: auto;
	color: #353535;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	-webkit-transform: translateZ(0);
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	transition: 0.2s all linear;
    cursor: pointer;
}
.footer-social {
	margin-top: 60px;
	margin-bottom: 10px;
}
.footer-social li a:hover {
	color: #666;
}
.footer-info {
	margin-bottom: 20px;
}
.footer-copyright {
	font-size:13px;
}
footer p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #E8EAF0;
}
.footer-logo a {
    color: #E8EAF0;
}
footer .footer-menu {
    margin-top: 30px;
    font-size: 12px;
    font-weight: 400;
   /* height: 80px; */
}
footer .footer-menu a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
footer .footer-menu a:hover {
    color: #666;
}
footer .connected-icons {
	margin: 0;
	list-style-type: none;
    display: inline-block;
    list-style: none;
}
footer .connected-icons li {
	display: inline-block;
    padding: 17px 17px;
}
footer .connected-icons li .fa-2-5x {
    font-size: 2.5em;
}
footer .middletext {
	line-height: 60px;
}
.btn-buy {
padding: 3px 8px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
margin-top: -3px;
}
/* ==== 22) Home-Pattern ==== */
#home-pattern {
	background-color: #444;
	background-position: center 0%;
	background-size: auto;
	background-repeat: repeat;
	background-attachment: fixed;
	background-image: url(../img/pattern-1.jpg);
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;	
}

#home-slideshow {
	
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;	
}

/* ==== 23) Shortcodes ==== */
.btn-primary {
    color: #353535;
    }
.btn, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
text-shadow: none;
border: 0;
background-image: none;
font-weight: 400;
border-color: none;
-webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);
transition: .4s cubic-bezier(0.25,.46,.45,.94);
-webkit-transition-property: background-color,color;
transition-property: background-color,color;
box-shadow: none;
}
.btn-danger {
background: #fd5a31; /* Old browsers */
background: -moz-linear-gradient(top,  #fd5a31 0%, #e81605 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fd5a31 0%,#e81605 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fd5a31 0%,#e81605 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5a31', endColorstr='#e81605',GradientType=0 ); /* IE6-9 */
}
.btn:hover, .btn-primary:hover, .btn-success:hover, .btn-info:hover, .btn-warning:hover, .btn-danger:hover {
    background-color: #121212;
	border-color: none;
}
.btn:focus, .btn-primary:focus, .btn-success:focus, .btn-info:focus, .btn-warning:focus, .btn-danger:focus {
    background-color: #999;
	border-color: none;
}
.btn:active, .btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active {
    background: #121212 ;
    border: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #121212;
    border-color: #121212;
    outline: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border: 1px solid #999;
}
.btn-default:hover {
    color: #fff;
}
.open .dropdown-toggle.btn-primary {
border-color: none;
}

blockquote p {
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
}
ul.check-list-1 li:before,
ul.check-list-2 li:before,
ul.check-list-3 li:before,
ul.chevron-list-1 li:before, 
ul.chevron-list-2 li:before,
ul.dot-circle-list li:before {
display: inline-block;
width: 40px;
margin-left: -40px;
text-align: center;
line-height: inherit;
font-family: FontAwesome;
}
ul.check-list-1,
ul.check-list-2,
ul.check-list-3, 
ul.chevron-list-1,
ul.chevron-list-2,
ul.dot-circle-list, 
ul.caret-list {
	list-style:none;
}
ul.check-list-1 li:before {
	font-size: 13px;
	content: '\f00C';

}
ul.check-list-2 li:before {
	font-size: 13px;
	content: '\f058';

}
ul.check-list-3 li:before {
	font-size: 13px;
	content: '\f14a';

}
ul.chevron-list-1 li:before {
	font-size: 13px;
	content: '\f054';

}
ul.chevron-list-2 li:before {
	font-size: 13px;
	content: '\f138';

}
ul.dot-circle-list li:before {
	font-size: 13px;
	content: '\f192';

}
ul.caret-list li:before {
	font-size: 13px;
	content: '\f152';

}
.btn-link:hover,
.btn-link:focus {
  color: #121212;
  text-decoration: underline;
  background-color: transparent;
}
.post-title a {
    color: #121212;
}
.post-img {
    margin-bottom:10px;
}
.project-img {
    margin-bottom:60px;
}
.tags-list {
    list-style: none; 
    padding:0px;
}
.tags-list li {
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
    padding: 3px 9px;
    border: 1px solid #e8e8e8;
}
.blog-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog-list li {
    background-color: #F2F2F2;
    padding: 5px 5px 5px 10px;
    margin-bottom: 5px;
    border-radius: 3px;
}
.blog-list li a {
    color: #121212;
}
.blog-list li a:hover {
    color: #666;
}
.blog-list li:hover a {
    color: #fff;
}
.blog-widget-container {
    margin-bottom: 60px;
}
.form-control:focus {
    border-color: #121212;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    border-radius: 0px;
}
.blog-author {
    margin: 60px 0 60px 0;
}
.author-img {
    max-height:100px; 
    float:left; 
    margin-right: 20px
}
#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 25px;
    right: 40px;
    display: none;
    cursor: pointer;
}
#back-to-top a:hover {
    color: #999;
}
.action-btn {
    margin: 20px 0 20px 0;
}
.call-action-1 {
    background: #272727;
    padding: 20px;
    margin: 20px 0 20px 0;
}
.call-action-2 {
    border: 1px solid #CCC;
    padding: 20px;
    margin: 20px 0 20px 0;
}
.call-action-3 {
    background: #272727;
    padding: 20px 40px 20px 40px;
    margin: 20px 0 20px 0;
}
.call-action-4 {
    border: 1px solid #CCC;
    padding: 20px 40px 20px 40px;
    margin: 20px 0 20px 0;
}
.call-action-5 {
    background: #272727;
    padding: 20px 40px 20px 40px;
    margin: 20px 0 20px 0;
    vertical-align: middle;
    display: table;
}
.call-action-6 {
    border: 1px solid #CCC;
    padding: 20px 40px 20px 40px;
    margin: 20px 0 20px 0;
    vertical-align: middle;
    display: table;
}
@media (min-width: 768px) {
    .action-5-btn {
    padding: 20px 0 20px 20px;
    }
    .action-5-info {
        text-align: left;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding: 0;
    }
    .action-5-btn {
        text-align: right;
        display: table-cell;
        vertical-align: middle;
    }
	
}
@media (max-width: 180px) {
    .action-5-btn {
    padding: 20px 0 20px 20px;
    }
	
} 
@media (max-width: 480px) {
  .btn-responsive {
    font-size:90%;
  }
 
}
@media (min-width: 769px) and (max-width: 992px) {
  .btn-responsive {
    font-size:100%;
  }

}
.panel-title:hover {
     cursor: pointer;
}
.panel-body {
	background-color: #FFF;
	padding-left: 30px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: none;
}
.nav-tabs > li > a:hover {
    border: none;
    border-color: none;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #666;
    border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #121212;
    background-color: #E8EAF0;
    cursor: default;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    color: #121212;
    border-radius: 4px 4px 0 0;
}
.tab-pane {
    padding: 15px;
    background-color: #fff;
	color:#000;
}
.nav-tabs {
    border: none;
margin-bottom: 15px;
border-bottom: 1px solid #ddd;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #121212;
    text-decoration: none;
    background-color: #E8EAF0;
    outline: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
padding:9px 14px;

}
.nav-tabs>li>a {
margin-right: 2px;
line-height: 1.42857143;
border: 0px solid transparent;
border-radius: 4px 4px 0 0;
}
.content-tabs-nav>li>a {
position: relative;
display: block;
padding: 10px 15px;
}
.tab-pane-dark {
    padding: 15px;
    color: #fff;
    background-color: #272727;
}

.grayscaliafilter {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.grayscaliafilter:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none; /* IE 6-9 */
  -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a.navbar-brand {
background-image: url(../img/logo.jpg);
background-repeat: no-repeat;
padding-left: 64px;
background-size: 27%;
background-position: 0px 8px;
}

.sh_btn{
	background-color: #7937DD !important;
}
.sh_btn_left .sh_title_text, .sh_btn_right .sh_title_text {
	border-top: 1px solid #6C25D8 !important;
}
.sh_btn .sh_btn_char {
font-family: "Open Sans", sans-serif !important;
font-weight: 400 !important;
height: 10px !important;
}
a.shc {
display:none !important;
}
.node-sale {
margin-bottom:100px;
}
img.captchaimage {

}

 #wrap {
min-height: 100%;
height: auto !important;
background-color:#FFFFFF;
}
@media (min-width: 768px) {

}

@media (min-width: 992px) {

 #wrap {
min-height: 100%;
height: auto !important;
margin: 0 auto -110px;
background-color:#FFFFFF;
	width:970px;
}
.nav > li:first-child {
padding-left:18px;
}

.navbar-header:before {
background-repeat: no-repeat;
position:absolute;
}

ul.navbar-nav {
position:relative;
}
}
@media (min-width: 1200px) {
 #wrap {
min-height: 100%;
height: auto !important;
margin: 0 auto -110px;
background-color:#FFFFFF;
width: 1180px;
}
.nav > li:first-child {
padding-left:18px;
}

.navbar-header:before {
background-repeat: no-repeat;
position:absolute;
}

ul.navbar-nav {
position:relative;
}
} 
.no-margin-col {
padding:0;
}
.no-margin-col ul, .no-margin-col ol {
padding-left: 25px;
}
.navbar-nav > li > .dropdown-menu {
border-top:none;
}
.noactive {
filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	color:#333 !important;
	}
	.padding20px {
    padding: 15px !important;
}
.yell {

    border: 10px solid #FFEA00;

}
	.margin-top-20 {
	margin-top:20px;
	}
	.flex-viewport ul:before {
content: "";
width:1000%;
height:1000%;
}
 .sh_btn{
	background-color: #365d8c !important;
}
.sh_btn_left .sh_title_text, .sh_btn_right .sh_title_text {
	border-top: 1px solid #365d8c !important;
}
.shc sh_logo {
display:none;
}
.panel-group button {
margin-bottom: 14px;
width: 100%;
}
.differences {
	padding-top: 15px;
}
.phone-number {
	font-size: x-large;
    line-height: 28px;
    padding-top: 12px;
}
.phone-number a {
	color: #353535;
}
.header .text-center{
	padding: 10px 0;
}

.form-control {
display: block;
width: 100%;
height: 50px;
padding: 6px 12px;
line-height: 1.42857143;
color: #A9A9A9;
background-color: #fff;
background-image: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
color:#CFCFCF;
}
#footer h1 a,
#footer h2 a,
#footer h3 a,
#footer h4 a,
#footer h5 a
 {
color: #353535;
letter-spacing: -1px;
}
.project-block{
	width:353px;
	height:235px;
	background-color:#285A80;
	color:#fff;
}
.sh_logo_btn, img.sh_logo_img {
width:0;
display:none;
}

/* add grey button */

.btn-greycol {
  color: #fff;
  background-color: #8A8A8A;
  border-color: #7E7C7C;
}
.btn-greycol:hover,
.btn-greycol:focus,
.btn-greycol:active,
.btn-greycol.active,
.open .dropdown-toggle.btn-greycol {
	color: #fff;
	background-color: #757575;
	border-color: #5E5E5E;
}
.btn-greycol:active,
.btn-greycol.active,
.open .dropdown-toggle.btn-greycol {
  background-image: none;
}
.btn-greycol.disabled,
.btn-greycol[disabled],
fieldset[disabled] .btn-greycol,
.btn-greycol.disabled:hover,
.btn-greycol[disabled]:hover,
fieldset[disabled] .btn-greycol:hover,
.btn-greycol.disabled:focus,
.btn-greycol[disabled]:focus,
fieldset[disabled] .btn-greycol:focus,
.btn-greycol.disabled:active,
.btn-greycol[disabled]:active,
fieldset[disabled] .btn-greycol:active,
.btn-greycol.disabled.active,
.btn-greycol[disabled].active,
fieldset[disabled] .btn-greycol.active {
	background-color: #8A8A8A;
	border-color: #7E7C7C;
}
.btn-greycol .badge {
  color: #8A8A8A;
  background-color: #fff;
}
/* add grey button */

#wrap {
    margin-bottom: -90px;
}

.jabs {
position: absolute;
}

.invisible {
 display:none; 
 }

   /*	ajax header menu */
   
   .hover {
   cursor:pointer;
   }
   /*	ajax 360 rotate */
   .clk_rotated {
   -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
	}
	
	/*	ajax 360 rotate */
	/*	pagination */
	.pagination > .active > a,
	.pagination > .active > span,
	.pagination > .active > a:hover,
	.pagination > .active > span:hover,
	.pagination > .active > a:focus,
	.pagination > .active > span:focus {
  color: #fff;
  background-color: #F1DD00;
  border-color: #F1DD00;
}
.pagination > li > a, .pagination > li > span {
  color: #F1DD00;
}

/*	pagination */


.col-100 button {
  width:100%;
  padding: 12px;
}
.col-inline button {
  width: 100%;
  padding: 12px;
  margin: 10px;
}
.col-inline {
  padding-left: 0 !important;
}
.contact-xs {
padding: 15px 0 30px;
}
.contact-sm {
padding: 15px 0 80px;
}
#footer form input {
  padding: 6px;
}
#footer .pull-right {
margin-top: -10px;
}
.flexslider {
	position: relative;
}
