/*
Theme Name: Bravis
Author: Amir
Text Domain: stout
*/
@font-face {
    font-family: 'museo_sans_cyrl900';
    src: url('museosanscyrl-900-webfont.eot');
    src: url('museosanscyrl-900-webfont.eot-#iefix') format('embedded-opentype'),
         url('museosanscyrl-900-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans_cyrl700';
    src: url('museosanscyrl-700-webfont.eot');
    src: url('museosanscyrl-700-webfont.eot-#iefix') format('embedded-opentype'),
         url('museosanscyrl-700-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {margin:0; padding:0; box-sizing:border-box}
html, body {height:100%;}
body {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    position: relative;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	font-weight:100;
	line-height:1.5em;
	color:#232323;
	padding-bottom:150px;
}
h1,h2,h3,h4 { font-weight:700}
h1 {
	margin:30px 0 25px 0;
	font-size:16px;
	font-weight: normal;
	text-transform:uppercase;
	font-family: 'museo_sans_cyrl900';
}
h2 {
	font-size:15px;
	margin:7px 0 10px 0;
	font-family: 'museo_sans_cyrl900';
	text-transform:uppercase;
}
h3 {
	font-size:15px;
	margin:7px 0 10px 0;
}
h4 {
	margin-bottom:8px;
	font-size:15px;
}
b, strong {font-weight: 700}
i,em {}
ul {margin:0; padding:0; list-style: none}
p {margin-bottom:15px;}
 
/***Header***/
header {
	box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.12);
	padding-top:50px;
}
	.logo {
	}
	.slog {
		font-size:30px;
		line-height:1em;
		padding-top:8px;
		color:#5d615d;
		text-align:right;
		font-weight:400;
	}
		.slog b {
			font-weight:700;
			color:#3A8779;
		}
	#main-menu {
		background-color:#f2f2f2;
		margin-bottom:1px;
		margin-top:30px;
	}
		#main-menu ul {
			overflow:hidden;
		}
			#main-menu li {
				float:left;
			}
				#main-menu li > a {
					display:block;
					line-height:25px;
					height:25px;
					font-size:14px;
					padding:0 14px;
					font-weight:700;
					color:#419687;
					text-transform:uppercase;
					text-decoration:none;
				}
				#main-menu li > a:hover,
				#main-menu li.current-menu-item > a,
				#main-menu li.current-menu-ancestor > a {
					color:#fff;
					background-color:#74c8b9;
				}
				
#main {
	padding-bottom:40px;
}
/***Home***/
.homepage {
}
	.homepage article {
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	}
	.home-slider {
		box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.12);
	}
	.spec-list {
	}
		.spec {
			margin-top:25px;
			position:relative;
			float:left;
			width:100%;
			height:170px;
			overflow:hidden;
			background-position:center 28px;
			background-repeat:no-repeat;
		}
			.spec a {
				position:absolute;
				top:0; left:0; right:0; bottom:0;
				color:#fff;
				text-decoration:none;
			}
				.spec span {
					padding:0 10px;
					position:absolute;
					top:0; left:0; right:0;
					height:30px;
					line-height:30px;
					font-size:12px;
					text-transform:uppercase;
					z-index:1;
					font-family: 'museo_sans_cyrl900';
					background:#000 url(spec-mark.png) no-repeat right 10px center;
				}
		.content-row {
		}
		.proj-list {
		}
			.proj-list .col-lg-3 {
				margin-bottom:20px;
			}
			.proj-list h2 {
				color:#000000;
			}
				.s-link {
					font-size:14px;
					text-transform: none;
					color:#797979;
					display:inline-block;
					height:14px;
					line-height:1em;
					margin-left: 12px;
				}
				.s-link:after {
					margin-left:8px;
					display:inline-block;
					height:10px;
					position:relative;
					bottom:-1px;
					content:url(mark-7x10.png);
				}
					.s-link a {
						text-decoration:none;
						color:inherit;
					}
			.proj-details {
				display:block;
				clear:both;
				color:#000;
				padding:14px 0 0 10px;
				line-height:1.4em;
			}
				.proj-details:after {
					margin-left:8px;
					display:inline-block;
					height:10px;
					position:relative;
					bottom:0;
					content:url(mark-7x10.png);
				}			
		.last-news {
			margin-top:25px;
		}
			.news-short {
				overflow:hidden;
				margin-bottom:15px;
			}
				.news-short .thumb {
					height:100px;
					width:100px;
					overflow:hidden;
					background:#FFF;
					
				}
					.news-short .thumb img {
					}
				.news-short .excerpt {
					padding-left:20px;
					overflow:hidden;
				}
					.news-short .date {
						margin:0 0 5px 0;
						line-height:1em;
					}
					.news-short h4 {
						line-height:1em;
						text-transform: none;
						margin-bottom:5px;
					}
					.news-short .p {
					}

/***News***/
.news {
}
	.items-inline {
		margin-top:10px;
		box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.10);
	}
		.items-inline li {
			display:inline-block;
			line-height:26px;
			padding:0 15px;
		}
		.items-inline a {
			font-weight:100;
			color:#a0a0a0;
		}
		.items-inline a:hover,
		.items-inline li.current-term a {
			color:#5d615d;
			text-decoration: none;
		}
	.news-item {
		overflow:hidden;
		margin-bottom:20px;
		position:relative;
	}
	.overhidd {
		overflow:hidden;
	}
		.thumb {
			float:left;
		}
		.projects-thumb {
			overflow:hidden;
			width:210px;
			height:210px;
		}
			.projects-thumb img {
				display:block;
				margin:0 auto;
				width: auto;
				height:100%;
			}
		.news-item .thumb {
		}
		.news-item .excerpt {
			overflow:hidden;
			padding-left:20px;
			margin-top:12px;
		}
			.date {
				margin-left:10px;
				font-weight: normal;
				font-size:12px;
				color:#666666;
			}
			.readmore {
				position:absolute;
				right:9px; bottom:4px;
			}
			.readmore:before,
			.readmore:after {
				content:url(mark-7x10.png);
			}
		.paging {
			margin-top:36px;
			clear:both;
			text-align:center;
		}
			.paging li {
				display:inline-block;
				margin:0 6px;
			}
/*** Projects ***/
.projects {
}
	.project-item {
		margin-bottom:20px;
		height:210px;
		overflow:hidden;
		font-size:14px;
	}
	.project-item .overhidd {
		position:relative;
	}
		.re-thumb {
			position:relative;
			width:210px;
			height:210px;
		}
			.re-thumb img {
				height:100%;
				width:auto;
			}
		.excerpt {
			overflow:hidden;
			padding-left:20px;
			line-height:1.4em;
			color:#666666
		}
		.project-item .excerpt {
			padding:8px 12px 0 20px;
		}
	.filters {
		padding:0 0 24px 15px;
		margin-bottom:39px;
		overflow:hidden;
		box-shadow: 0 5px 2px -2px rgba(0, 0, 0, 0.07);
	}
	.filters-dd {
		padding-bottom:25px;
		margin-bottom:43px;
		box-shadow: 0 5px 2px -2px rgba(0, 0, 0, 0.07);
	}
		.filter-group {
			float:left;
			text-transform:uppercase;
			clear:both;
		}
			.filter-group li {
				display:inline-block;
				margin-bottom:9px;
			}
			.filter-group .key {
				text-align:right;
				width:92px;
				margin-right:22px;
				line-height:23px;
			}
			.filter-group .val {
				margin-right:5px;
			}
			
			.filter-group li.selected {
				background:#ddd;
			}
				.filter-group li.selected a {
				}
				
				.filter-group a {
					display:block;
					line-height:1em;
					padding:6px 13px 4px 13px;
					color:#666666;
					text-decoration:none;
					border:1px solid #aaaaaa;
				}
		.search-proj {
			float:right;
			position:relative;
			width:210px;
		}
			input[type='text'] {
			}
			input[type='submit'] {
			}
	.project-news {
	}
		.project-news li {
			line-height:1.8em;
		}
			.project-news a {
				color:#333;
				text-decoration:none;
			}
				.project-news a:hover {
					color:#666;
				}
			.single .date {
				margin-right:5px;
				margin-left:0;
			}
			.single h2 {
				margin-bottom:12px;
				color:#000;
			}
/***Single***/
.single {
}
	.single article {
		padding:25px 0;
	}
	.single article.gallery-row {
		padding:10px 0;
	}
		.wp-caption {
			width:100% !important;
			border:3px solid #eee;
		}
			.wp-caption-text {
				margin:0;
				text-align:center;
				font-size:15px;
				font-weight:500;
				background:#eee;
				padding-top:7px;
			}
		.single article img {
			max-width:100% !important;
			height:auto !important;
		}
		.single h1 {
			margin-bottom:0;
		}
	.posts-nav {
		overflow:hidden;
		line-height:1em;
		margin-top:25px;
	}
		.posts-nav li {
			display:block;
			float:left;
			width:50%;
			min-height:5px;
		}
		.prev-post {
		}
		.back-posts {
			text-align:center;
		}
		.next-post {
			text-align:right;
		}
			.posts-nav a {
				color:#797979;
			}
			.posts-nav .back-posts a {
				color:#333333;
			}
	.gallery {
		text-align:center;
		margin-left:5px;
	}
		.gallery-main {
		}
		.gallery-item {
			display:inline-block;
			margin:10px 6px 15px 0;
			border-bottom:3px solid #fff;
		}
		.gallery-item.active,
		.gallery-item:hover {
			border-bottom:3px solid #419687;
		}
			.single .gallery-item img {
				max-width:198px !important;
				width:100%;
			}
			.gallery-item p {
				margin-top:10px;
				margin-bottom:4px;
				text-align: center;
				font-weight:500
			}



footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right:0;
	color:#fff;
	height:150px;
	overflow:hidden;
}
	footer a {
		color:#fff;
		text-decoration: underline;
	}
	footer .row {
		position:relative;
	}
	footer .col-lg-3 {
		position:static;
		padding-top:35px;
		padding-bottom:26px;
		line-height:1.3em
	}
	footer .col-lg-3:after {
		position:absolute;
		content:" ";
		top:0; bottom:0;
		margin-left:-15px;
		width:1px;
		border-left:1px solid #a7cfc8;
	}
	footer .col-lg-3:first-child:after {
		display:none;
	}
	footer .col-lg-3:last-child {
		font-size:12px;
	}
		footer .col-lg-3:last-child img {
			margin-top:15px;
			max-width:190px;
			width:100%;
			height:auto;
		}
	footer .col-lg-3:last-child p {
		margin-right:-10px;
	}

/*** Spesc ***/

/*wpcf7*/
.wpcf7-not-valid-tip,
.wpcf7-response-output {
	font-size:12px !important;
	line-height:16px;
}
.wpcf7-response-output {
	padding:8px 12px !important;
}
.wpcf7 p {
	margin-bottom:15px;
}
.wpcf7 .two-inline {
	margin-bottom:15px;
}
	.wpcf7 .two-inline input {
		max-width:185px;
		width:50%;
	}
	.wpcf7 .two-inline input[type='text'] {
		max-width:175px;
		width:46%;
		margin-right:10px;
	}
	.wpcf7 .two-inline input[type='tel'] {
	}
		
.alignleft {
	float:left; margin:0 30px 15px 0;
}
.alignright {
	float:right; margin:0 0 15px 30px;
}
.alignleft,
.aligncenter {
	float:none;
	display:block; 
	margin:2px auto 25px auto;
}
.mw-250 {
	max-width:250px !important;
	width:100% !important;
	height: auto !important;
}



.colour {
	background:#8dc0b7;
}
.colour-box {
	background:#e9f0ef;
}
.colour-text, a, h3, .component-highlight, .component-quote {
	color:#3A8779;
}
.colour-mark {
}
.colour-strong {
	background:#419687;
}

/***Components***/
.component-clear {
	clear:both;
	visibility:hidden;
}
.component-youtube {
  display: block;
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
	.component-youtube iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
.component-youtube-box {
	float:left; 
	width:48%;
	margin:0 1%;
	height:340px;
}
	.yt-caption {
		font-weight:500;
		display:block;
		text-align:center;
		padding-bottom:10px;
	}

article ul {
	list-style:inside;
	list-style-image:url(list-style-3.png);
	margin:0 0 20px 15px;
}
/**Products**/
#sidebar {
	margin-top:34px;
	float:left;
	width:240px;
	background:#f2f2f2;
	padding:15px 25px;
	font-weight:400;
}
	#sidebar h3 {
		margin-top:0;
		font-style:16px;
		color:#222;
	}
	#sidebar > ul {
	}
		#sidebar > ul > li {
			margin-bottom:8px;
		}
		#sidebar > ul > li.menu-item-has-children {
		}
		#sidebar > ul > li.menu-item-has-children:after {
			content:" ";
			display:inline-block;
			width:9px; height:9px;
			background:url(submenu.png) no-repeat center;
		}
		#sidebar > ul > li.menu-item-has-children.active:after {
			background:url(submenu-a.png) no-repeat center;
		}
		#sidebar > ul .sub-menu {
			display:none;
			text-transform: uppercase;
			font-size:12px;
			margin-left:25px;
			font-weight:100;
		}
.contentbar {
	overflow:hidden;
	padding:0 0 0 40px;
}
/*tax categories*/
.product-list {
	opacity:0;
}
	.catitem {
		padding:0 9px;
		margin-bottom:25px;
	}
		.cat-thumb {
			height:200px;
			overflow:hidden;
		}
			.cat-thumb a {
				display:block;
				line-height:200px;
				text-align:center;
			}
				.cat-thumb img {
					display: inline-block;
					vertical-align:bottom;
				}
	.catitem h3 {
		text-transform:uppercase;
		text-align:center;
		margin:8px 0 0 0;
		line-height:18px;
	}
	/**/
	.sub-pages {
	}
		.sub-page {
			padding:10px 15px;
		}
		.sub-page.active {
			border:3px solid #eee;
			border-radius:8px;
		}
			.sub-title {
				font-family:inherit;
				font-size:14px;
				cursor:pointer;
				padding-left:18px;
				line-height:18px;
				background:url(subpage.png) no-repeat left center;
				margin:0 !important
			}
			.sub-page.active .sub-title {
				background:url(subpage-a.png) no-repeat left 40%;
			}
			.sub-content {
				display:none;
			}
	/***Document***/
body.page-id-186 article ul {
	list-style:none
}
	body.page-id-186 article ul li {
		line-height:40px;
		background:url(pdf-icon.png) no-repeat left center;
		padding-left:30px;
		font-weight:400;
	}
	
	/***Contact***/
	.page-template-template-contact article .col-lg-6 {
		line-height:30px;
	}
	
	.map-tpl {
		margin-top:30px;
	}
		.find-route {
			position:relative;
			z-index:1;
			background-color:#E9EFED;
			min-height:100px;
			padding-top:32px;
			overflow:hidden;
    -webkit-box-shadow:0 2px 4px 0  rgba(0, 0, 0, 0.3);
       -moz-box-shadow:0 2px 4px 0  rgba(0, 0, 0, 0.3);
            box-shadow:0 2px 4px 0  rgba(0, 0, 0, 0.3);
		}
			.find-route #route-to {
				margin:0 18px;
				background:#fff;
			}
			#route-length {
				margin-top:10px;
				color:#777;
				padding-left:95px;
			}
		#map {
			height:645px;
		}
		

footer p {
	line-height:24px;
}

	
	
	
input[type='text'], textarea, select {
  border: none;
  background-color: #F2F2F2;
  color: #999999;
  width: 100%;
  max-width: 370px;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 300;
  outline-color: #ddd;
}
input[type='submit'], .button {
  display: inline-block;
  text-align: center;
  background-color: #60af95;
  border: none;
  color: #fff;
  line-height: 30px;
  padding: 0 18px !important;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}
	
table {
	width:100%;
	border-collapse:collapse;
	border:2px solid #ddd;
	font-size:14px;
	margin-bottom:25px;
}
	tr {
	}
	tr.top {
		background:#f0f0f0;
		font-weight:500;
	}
	td {
		border:1px solid #ddd;
		padding:6px 18px;
	}
		td span {
			font-family:inherit !important;
			font-size:14PX !important;
		}
