
/************** Fonts embeded ***************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,900);
/*@import url(/css/banner.css);*/

/************** Font Embeded **************/

@font-face {
	font-family: 'gothambook';
	src: url('../fonts/gothambook.eot?#iefix') format('embedded-opentype');
	src: local('gothambook'), 
	url('../fonts/gothambook.woff') format('woff'), 
	url('../fonts/gothambook.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	
	font-family: 'gothambold';
	src: url('../fonts/gothambold.eot?#iefix') format('embedded-opentype');
	src: local('gothambold'), 
	url('../fonts/gothambold.woff') format('woff'), 
	url('../fonts/gothambold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/************** CSS stylesheet ***************/

html, body {
  height: 100%;
}

body {
	color: #333;
	line-height: 22px;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

a {
	text-decoration:none; 
	outline:none;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease; 
}

a:hover { 
	 color: #1d4b35;
    text-decoration: underline;
}

.link-effect {
	outline:none;
	opacity:1.0;
	filter:alpha(opacity=100);
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;	
}

.link-effect:hover {
	opacity:0.85;
	filter:alpha(opacity=85);
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;		
}

.inner-content img {
	margin-right: 25px;
}
img {
	border:none;
	outline:none;
	max-width:100%;
}

a img, a:hover img, a:active img  {
	border:none;
	outline:none;
}

ol, ul {
  	list-style: none;
	margin:0;
	padding:0;
}

.no-margin {
  	margin: 0 !important;
}

.no-padding {
  	padding: 0 !important;
}

.img-responsive {
	max-width:100%;
	height:auto;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.5em;
	line-height: 1.2em;
	font-weight: 700;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
	color: #e9c46a;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	padding-bottom: 10px;
}

/**************** General CSS styles ****************/

.stickyfooter-wrapper {
    height: auto !important;
    margin: 0 auto -65px;
    min-height: 100%;
}

body .stickyfooter, .stickyfooter-push {
    clear: both;
    height: 65px;
  
   
}
 .stickyfooter-push
 {
	  min-height:60vh
 }
 

#header  { background-color:#fff; }
#header .logo {
    margin: 15px 0;
}

#header .navbar-outer {
	background:url(../img/nav.png) repeat-x top center transparent;
	min-height:36px;	
}

.navbar-s {
	background:none;
	border:none;
	margin:0;
	float:left;
	padding-left:0px;
	text-align:center;
	min-height:0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	
	background-color: #1C4B36;
	color: #fff;
}
.navbar-s .navbar-nav {
	float:none;	
}

.navbar-s .navbar-nav li {
	float:none;	
	display:inline-block;
}

.navbar-s .navbar-nav > li > a {
	padding:10px 28px 11px;
	color:#333;
	font-weight:700;
	text-transform:uppercase;
	font-size:12px;
}

.navbar-s .navbar-nav > li > a:hover, .navbar-s .navbar-nav > li.active a {
	color:#fff;
	background-color:#1C4B36;
	background-repeat:repeat-x;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background:none;	
}

.navbar-s .navbar-nav > li > a .home-ico {
	position:relative;
	top:-1px;
}

.navbar-right {
	float:right;	
}

.navbar-right .social-ico {
	padding-top:7px;	
}


.navbar-right li {
		
	
	
	
	display: inline-block;
    padding: 0 2px;
    color: #1d4b35;
    font-weight: 700;
}

.navbar-right .no {
	padding:4 8px;	
}

#content {	
}

.home-image {
	background:url(../img/home-slide.jpg) no-repeat top center transparent;
	height:860px;
	width:100%;
	background-size:cover;	
}

#content .projects {
	padding:30px 0;
	text-align:center;	
}

.projects .project-bx {
	display:inline-block;
	width:30%;
	padding:0 0.7%;	
}

.project-bx .project-bx-title {
	line-height:26px;
	color:#000;
}

.project-bx a:hover {
	line-height:26px;
	text-decoration:none;
	color:#000;
}

.project-bx a:hover .project-bx-title {
	color:#000;
}

.breadcrumb {
	background:none;
	margin:0;
	border-radius:0px;
	padding:10px 0 5px;
	font-size:10px;
	text-transform:uppercase;	
}

.breadcrumb li a {
	text-decoration:underline;
	color:#333;
}

.breadcrumb li.active {
	color:#333;
}

.breadcrumb > li + li:before {
	content:'';
	padding:0 5px 0 5px;
	position:relative;
	top:5px;
	
}

.about-intro p {
	font-size:20px;
	line-height:30px;	
}

.about-list {
	padding:50px 0 20px;	
}

.about-list li:after {
	display:table;
	clear:both;
	content:'';	
}

.about-list li {
	margin:0 0 12px;
	padding:0;
	clear:both;	
}

.about-list li .bx-img {
	display:block;
	width:150px;
	float:left;	
	padding:0 15px 5px 0;
}

.about-list li h4 {
	font-size: 14px;
	margin: 0;
	padding: 0 0 4px;
	font-weight: bold;
}

.about-list li .bx-text {
	display:block;
	float:left;	
}

.carousel-inner > .item > img, 
.carousel-inner > .item > a > img {
	width:100%;	
}

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

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	margin-top:-43px;	
}

.projects-btn {
	border:1px solid #fff;
	color:#fff;
	padding:8px 32px;
	display:inline-block;	
}

.carousel-caption {
	top:30%;	
}

.project-detail {
	padding:14px 0 20px;
	line-height:20px;
	width:60%;
	margin:0 20%;
	text-align:center;
}

#footer {
	color:#f1f3bc;
	padding:20px 0;
	font-size:12px;	
}

#footer .f-bx {
	display:inline-block;
}

#footer .f-bx .sepater {
	display:inline-block;
	padding:0 7px;	
}

.pagesheadline {
    color: #1d4b35;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 34px;
    padding: 0px;
    letter-spacing: -.03em;
}
/**************** Responsive CSS styles ****************/



@media (max-width:1199px) {
	.navbar-s {
		padding-left:0px;
	}
	.home-image {
		height:640px;
	}
}

@media (max-width:1050px) {
	.project-detail {
		width:70%;
		margin: 0 15%;
	}
}

@media (min-width:768px) {
	ul.dropdown-menu li:hover { background-color: #1C4B36;

display: inherit; }
.dropdown-menu > li > a {
	padding-left:26px;
	
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
{
	color:#fff;
	background-color:transparent; 
	
}
	
	.navbar-collapse {
		padding:0px !important;
	}
	
	.nav.navbar-nav > li:first-child a {
    padding-left: 0;
}
#maximage h1 {
    font-family: 'Oswald',arial,serif !important;
	color: hsl(0, 0%, 100%);
    font-size: 52px;
    font-weight: bold;
    text-shadow: 2px 0 3px hsl(0, 0%, 0%) !important;
    left: 9%;
    line-height: 1.25em;
    position: absolute;
    top: 50%;
    width: 100%;
	z-index: 999;
    text-transform: uppercase;
}

#maximage h2 {
	color: #ffffff;
	font-size: 1.5em;
	text-align: center;
	line-height: 1.2em;
	position: absolute;
	bottom: 75px;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	z-index: 999;
	font-weight: 300;
	text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.75);
	font-family: "Open Sans", sans-serif;
	text-transform: none;
}

	
}
@media (max-width:990px) {
	.stickyfooter-wrapper {
		margin: 0 auto -66px;
	}	
	body .stickyfooter, .stickyfooter-push {
		height: 64px;
	}
	.navbar-s {
		padding-left:0px;
	}
	.navbar-s .navbar-nav > li > a {
		padding:7px 15px 9px;
	}
	.home-image {
		height:540px;
	}
	#content .inner-content {
		padding:8px 0 0;	
	}
	.about-list {
		padding:30px 0 10px;
	}
	.about-intro p {
		font-size: 17px;
		line-height: 26px;
	}
	.about-list li .bx-img {
		width:160px;
		padding-bottom:10px;	
	}
	.about-list li p {
		line-height: 18px;
	}
	.project-detail {
		width:76%;
		margin: 0 12%;
	}
	.carousel-caption {
		top: 36%;
	}
	.carousel-control .glyphicon-chevron-left, 
	.carousel-control .glyphicon-chevron-right, 
	.carousel-control .icon-prev, 
	.carousel-control .icon-next {
		margin-top: -56px;
	}
	#footer {
		padding:12px 0;	
	}
}

@media (min-width:768px) {
	.mobonly { display:none !important; 
	}
	} 
	

@media (max-width:767px) {
	.stickyfooter-wrapper {
		margin: 0 auto 0;
		min-height:0;
	}	
	body .stickyfooter, .stickyfooter-push {
		height: auto;
	}
	.navbar-right {
		float:right;	
	}
	.navbar-s {
		padding-left:0px;
		float:none;	
	}
	.navbar-toggle {
		margin:3px;
		background:#f8f8ff;
		padding:7px 10px;	
	}
	.navbar-s .navbar-nav  {
		padding-bottom:15px;
	}
	.navbar-s .navbar-nav li {
		display:block;
		text-align:left;
		width:100%;
		border-bottom:1px solid #ededed;
	}
	.home-image {
		height: 450px;
	}	
	.about-intro p {
		font-size: 15px;
		line-height: 22px;
	}
	.about-list li {
		text-align:center;
	}
	.about-list li .bx-img {
		float:none;	
		display:inline-block;
		clear:both;
	}
	.project-detail {
		width:94%;
		margin: 0 3%;
	}
	.carousel-caption {
		top: 32%;
	}
	.carousel-control .glyphicon-chevron-left, 
	.carousel-control .glyphicon-chevron-right, 
	.carousel-control .icon-prev, 
	.carousel-control .icon-next {
		margin-top: -56px;
	}
	

	
	#maximage h1 {
    font-family: 'Oswald',arial,serif!important;
	color: hsl(0, 0%, 100%);
    font-size: 52px;
    font-weight: bold;
    text-shadow: 2px 0 3px hsl(0, 0%, 0%);
    left: 3%;
    line-height: 1.25em;
    position: absolute;
    top: 50%;
    width: 100%;
	z-index: 999;
    text-transform: uppercase;
    /* letter-spacing: -0.9px; */
}

#maximage h2 {
	color: #ffffff;
	font-size: 1.5em;
	text-align: center;
	line-height: 1.2em;
	position: absolute;
	bottom: 75px;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	z-index: 999;
	font-weight: 300;
	text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.75);
	font-family: "Open Sans", sans-serif;
	text-transform: none;
}


	

.desktop_only { display:none !important; }

}

@media (max-width:600px) { 
	.home-image {
		height: 320px;
	}	
	.projects .project-bx {
		width:46%;
		padding:0 1.5%;
	}
	.project-detail {
		width:96%;
		margin: 0 2%;
	}
	.carousel-caption {
		top: 25%;
	}
	.carousel-control .glyphicon-chevron-left, 
	.carousel-control .glyphicon-chevron-right, 
	.carousel-control .icon-prev, 
	.carousel-control .icon-next {
		margin-top: -70px;
	}
}


@media (max-width:520px) { 
	.carousel-caption {
		top: 22%;
	}
	.projects-btn {
		padding:5px 20px;
		font-size:11px;	
	}
}

@media (max-width:480px) { 
	.home-image {
		height: 250px;
	}
	.projects .project-bx {
		width:85%;
		padding:0 7%;
	}	
}

@media (max-width:440px) { 
	.carousel-caption {
		top: 19%;
	}
}


@media (max-width:400px) { 
	.home-image {
		height: 220px;
	}	
}

@media (max-width:370px) { 
	.carousel-caption {
		top: 16%;
	}
	.carousel-control .glyphicon-chevron-left, 
	.carousel-control .glyphicon-chevron-right, 
	.carousel-control .icon-prev, 
	.carousel-control .icon-next {
		margin-top: -80px;
	}
}
.inner-content > ul {
    margin-left: 20px;
}
.inner-content li {
	list-style: outside;
	list-style-type: square;
	margin-bottom: 10px;    
}

/* lightbox */

.modal-dialog {
	max-width:600px;
	width:100%;
}

.thumbnail {
   border: none !important;
}

.modal-body img{
    margin: 0 auto;
}
.carousel-caption h1 {
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	letter-spacing: -.04em;
	line-height: 1.2em !important;
}

@media (min-width:601px)  {
	#myCarousel h1 { font-size:2.5em !important }
	
	.carousel-caption, .carousel-caption h1 { text-align:center; font-size:2em; }
	 .carousel-caption  {    left: 10%; right:10%; padding-top: 0%; }
	 
.container.homepara { 
	padding:30px 0px;
	text-align: center;
}

.container.homepara li {

list-style:none;

font-size: 16px;

font-weight: 600;
}
	
}
@media (max-width:600px)  {  
	#myCarousel h1 { font-size:1.9em !important; margin-top:5px; }
		.carousel-caption, .carousel-caption h1 { text-align:center; }
.carousel-caption {
    bottom: 66px;
    padding-bottom: 0;
    padding-top: 0;
    top: 68px;
    width: 92%;
	left: 4%;
	right: 4%;
}
.navbar { max-width:160px; }



.container.homepara { padding:30px 15px; text-align:center; }
.container.homepara li {
	

list-style: disc inside;

font-size: 16px;

font-weight: 600;
}
	
}
.footer-g ul li {
	padding: 2px 0px;
}
.bot-bar {
	background-color: #1d4b35;
	font-family: "Open Sans", sans-serif;
	color: #f1f3bc;
	text-align: center;
	padding: 15px 5px;
	font-size: 18px;
	font-weight: 700;
}
.footer-g { background-color:#1d4b35;
}

.footer-g h2 { color:#f1f3bc; text-transform:none;
}
.footer-g p,.footer-g a { color:#fff; }
#footer.navbar-default { background-color:#1d4b35; }

.homeform  .sitebtn {
	padding:0.45em 3em 0.45em;
	color: #fff;
	font-weight: 400;
	border: solid 1px #fff;
	background: #1D4B35;
	
}
.breadcrumb li { display:inline; }

.breadcrumb > li + li::before {
	
	padding: 0 0px 0 0px;

}

.carousel-caption .orange {
	color: #000;
	border: solid 1px #000;
	/* text-shadow: 1px 1px 1px #333333; */
	background: none;
	font-family: "Open Sans",sans-serif;
	font-weight: 400;
	padding: 6px 20px;
	font-size: 20px;
}

.carousel-caption .orange:hover {
	color: #fff;
	border: solid 1px #1D4B35;
	 background: #1D4B35; 
	/* background: -webkit-gradient(linear, left top, left bottom, from(#EA2875), to(#EA2875)); 
	background: -moz-linear-gradient(top, #EA2875, #EA2875);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EA2875', endColorstr='#EA2875');*/
}
.homeform .col-md-12 { padding:0px; }

.homeform.col-md-4 { /*padding-left:0px;*/ }  

#hometestimoni {
	background-image: url("/img/Testi_BG.jpg"); background-repeat:no-repeat; background-size:cover;
	 background-color:#eee; text-align:center; padding-top:80px; padding-bottom:60px; }
#hometestimoni div {
max-width: 850px;



margin: 0 auto;
}
#hometestimoni  img { max-width:150px; }
#hometestimoni  p {  color:#fff;
}

/*BmUAx6WewW)q*/
@media (min-width:601px)  { 

#hometestimoni  p {
	 text-align:left;
	
	}
 

}
@media (max-width:600px)  {  
#hometestimoni  img { 
padding-bottom:20px;


}
#hometestimoni  p {
	 text-align:center;
	
	}

}