/*--
	Author: W3layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,300,500,700,800,900,600,200);

@font-face {
	font-family: 'BAUHS93';
	src: url('../fonts/BAUHS93.eot');
	src: local('BAUHS93'), url('../fonts/BAUHS93.woff') format('woff'), url('../fonts/BAUHS93.ttf') format('truetype');
}

body{
	color: #605647;
	position: relative;
	background-color: #ECF1F7;
	margin:0;
	padding:0;
	font-family: 'Raleway', sans-serif;
 }
a:hover, a:focus{
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}	
p{
	margin:0;
}
ul{
margin:0;
padding:0;
}
/*----*/
.banner{
	/*background: url(../images/bg1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;*/
	position: relative;
	background-color: #ECF1F7;
	padding-top: 50px;
}
.banner h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	padding: 14px 24px;
	border: 1px dashed;
	box-shadow: 0 2px 5px 2px #666;
}
.banner img{
	width: 100%;
}
,.banner-info, .logo-contain{
	text-align:center;
	color:#fff;
	padding-top:25%;
}
.logo-contain{
	float: left;
}
.logo-contain img{
	max-height: 30px;
	display: inline-block;
	vertical-align: inherit;
}
h1.logo {
	display: inline-block;
	padding: 0.2em 0.6em;
	font-family: 'BAUHS93';
	/*font-weight: 700;*/
	font-size: 2.8em;
	color: #359a00;
}
.logo h2{
	display: inline-block;
	padding: 0.2em 0.6em;
	font-size: 24px;
	opacity: 0.9;
	border-radius: 4px;
	background: rgb(252,243,212);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(252,243,212,1) 0%, rgba(230,208,149,1) 4%, rgba(196,144,74,1) 95%, rgba(187,134,69,1) 97%, rgba(199,166,127,1) 99%, rgba(232,227,216,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,243,212,1)), color-stop(4%,rgba(230,208,149,1)), color-stop(95%,rgba(196,144,74,1)), color-stop(97%,rgba(187,134,69,1)), color-stop(99%,rgba(199,166,127,1)), color-stop(100%,rgba(232,227,216,1)));
	background: -webkit-linear-gradient(top, rgba(252,243,212,1) 0%,rgba(230,208,149,1) 4%,rgba(196,144,74,1) 95%,rgba(187,134,69,1) 97%,rgba(199,166,127,1) 99%,rgba(232,227,216,1) 100%);
	background: -o-linear-gradient(top, rgba(252,243,212,1) 0%,rgba(230,208,149,1) 4%,rgba(196,144,74,1) 95%,rgba(187,134,69,1) 97%,rgba(199,166,127,1) 99%,rgba(232,227,216,1) 100%);
	background: -ms-linear-gradient(top, rgba(252,243,212,1) 0%,rgba(230,208,149,1) 4%,rgba(196,144,74,1) 95%,rgba(187,134,69,1) 97%,rgba(199,166,127,1) 99%,rgba(232,227,216,1) 100%);
	background: linear-gradient(to bottom, rgba(252,243,212,1) 0%,rgba(230,208,149,1) 4%,rgba(196,144,74,1) 95%,rgba(187,134,69,1) 97%,rgba(199,166,127,1) 99%,rgba(232,227,216,1) 100%);
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf3d4', endColorstr='#e8e3d8',GradientType=0 ); */
}
a.button{
color:#fff;
background:transparent;
border:2px solid #fff;
border-radius:5px;
font-size:1.5em;
text-decoration:none;
display:inline-block;
margin-top:1.5em;
padding: 0.4em 2em;
}
/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #cb453a;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/*---- start-navbar----*/
.fixed{
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0 auto;
	left:0;
	z-index:999;
}
.navigation{
	-webkit-box-shadow: 1px 3px 5px rgba(175, 167, 156, 0.6);
	-moz-box-shadow: 0 1px 2px rgba(175, 167, 156, 0.6);
	box-shadow:      0 1px 2px rgba(175, 167, 156, 0.6);
	background: #fff;
}
.top-menu{
float: left;
}
.right-msg{
	float:right;
}
.right-msg a{
	padding-top: 0.5em;
	display: block;
}
.top-menu ul li{
display:inline-block;
}
.top-menu ul li>a{
	display:block;
	padding:1.2em 1em;
	color:#727c89;
	text-decoration:none;
	font-size: 0.95em;
	font-weight: 700;
	text-shadow: 1px 1px 1px #fff;
}
.top-menu ul li>a:hover{
	background: #eee;
	border-bottom: 3px solid #727c89;
}
/*----*/
.top-grid{
padding:4em 0;
border-bottom: 1px solid #EEE;
}
.top-grid a{
	display: block;
	color: #3E362B;
	padding-top: 3em;
	padding-bottom: 3em;
	border: 2px solid #ccc;
	background: rgba(255,255,255,.5);
	box-shadow: 0 4px 10px rgba(0,0,0,.2);
	transition:			0.2s all;
	-webkit-transition:	0.2s all;
	-moz-transition:	0.2s all;
	-o-transition:		0.2s all;
	-ms-transition:		0.2s all;
}
.top-grid a:hover{
	background: #fff;
	border: 2px dashed #666;
	box-shadow: 0 4px 20px rgba(0,0,0,.5);
}
.top-grids a:hover>i{
  color: #55AE10;  /*#E25D5D; #66778E;*/
}
.top-grid h3{
  color: #3E362B;
  text-align: center;
  text-shadow: 0 1px 1px #fff;
  margin-bottom: 25px;
  font-size: 2.5em;
  font-weight: 300;
}
.top-grid i {
  font-size: 3em;
  transition:			0.2s all;
	-webkit-transition:	0.2s all;
	-moz-transition:	0.2s all;
	-o-transition:		0.2s all;
	-ms-transition:		0.2s all;
}
.top-grids{
	text-align:center;
	border-radius: 4px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.top-grids span {
width: 54px;
height: 52px;
display: inline-block;
background: url(../images/icons.png) no-repeat 0px 0px;
}
.modal p {
  padding: 20px 0;
}
.top-grids span.icon1 {
background-position: -11px -13px;
}
.top-grids span.icon2 {
background-position: -89px -15px;
}
.top-grids span.icon3 {
background-position: -166px -13px;
}
.top-grids span.icon4 {
background-position: -228px -11px;
}
.top-grids:hover span.icon1{
background-position: -12px -87px;
}
.top-grids:hover span.icon2{
background-position: -95px -86px;
}
.top-grids:hover span.icon3{
background-position: -169px -86px;
}
.top-grids:hover span.icon4{
background-position: -235px -84px;
}
.top-grids h3 {
color: #3E362B;
font-size: 1.67em;
font-weight: 400;
margin: 0.45em 0 0.5em 0;
text-shadow: 0 1px 1px #FFF;
}
.top-grids p{
color: #3E362B;
font-size: 1em;
line-height: 1.5em;
}
/*----*/
.about{
	padding:4em 0;
	font-size: 0.9em;
}
.about .container{
	padding-top: 2em;
	padding-bottom: 2em;
}
.about h3{
	text-shadow: 1px 1px 1px #fff;
}
.about-pic{
padding-top: 1.5em;
}
.about-pic img{
	width:100%;
	border: 2px solid #666;
	padding: 56px 30px;
}
.side-head h3 {
	color: #0b2907;
	font-size: 2em;
	font-weight: 400;
	margin: 0.45em 0 0.5em 0;
	border-bottom: 1px solid #bbb;
	padding-bottom: 1px;
}
.side-head h3 span{
	border-bottom: 1px solid #666;
}
.about-info p {
	font-size: 1.2em;
	padding: 8px 0 0;
	line-height: 1.6em;
	text-align: justify;
}
.about-info a{
text-decoration:none;
display:inline-block;
color:#fff;
background: #E74C3C;
border-radius:5px;
font-size: 1.4em;
padding: 0.5em 2em ;
}
/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1b242f;
  border-radius:5px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*--works--*/
.works{
	background:#fff;
	padding:5% 0;
}
#portfoliolist{
	padding: 0 6em 2em;
}
#filters {
	margin: 3% 0%;
	padding: 0;
	list-style: none;
	text-align: center;
}
	#filters li {
		display:inline-block;
	}
	#filters li span {
		display: inline-block;
		padding: 10px 30px;
		text-decoration: none;
		color: #FFF;
		cursor: pointer;
		font-size: 1em;
		font-weight: 400;
		text-transform: uppercase;
		border-radius: 4px;
		margin-right: 0.5em;
		background: rgb(252,243,212);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(top, rgba(252,243,212,1) 0%, rgba(230,208,149,1) 4%, rgba(196,144,74,1) 95%, rgba(187,134,69,1) 97%, rgba(199,166,127,1) 99%, rgba(232,227,216,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,243,212,1)), color-stop(4%,rgba(230,208,149,1)), color-stop(95%,rgba(196,144,74,1)), color-stop(97%,rgba(187,134,69,1)), color-stop(99%,rgba(199,166,127,1)), color-stop(100%,rgba(232,227,216,1)));
		background: -webkit-linear-gradient(top, rgba(252,243,212,1) 0%,rgba(230,208,149,1) 4%,rgba(196,144,74,1) 95%,rgba(187,134,69,1) 97%,rgba(199,166,127,1) 99%,rgba(232,227,216,1) 100%);
		background: -o-linear-gradient(top, rgba(252,243,212,1) 0%,rgba(230,208,149,1) 4%,rgba(196,144,74,1) 95%,rgba(187,134,69,1) 97%,rgba(199,166,127,1) 99%,rgba(232,227,216,1) 100%);
		background: -ms-linear-gradient(top, rgba(252,243,212,1) 0%,rgba(230,208,149,1) 4%,rgba(196,144,74,1) 95%,rgba(187,134,69,1) 97%,rgba(199,166,127,1) 99%,rgba(232,227,216,1) 100%);
		background: linear-gradient(to bottom, rgba(252,243,212,1) 0%,rgba(230,208,149,1) 4%,rgba(196,144,74,1) 95%,rgba(187,134,69,1) 97%,rgba(199,166,127,1) 99%,rgba(232,227,216,1) 100%);
		/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf3d4', endColorstr='#e8e3d8',GradientType=0 ); */
	}
	#filters li span.active, #filters li span:hover, .btn-red-lg {
		background: #727c89;
	}
 	#portfoliolist .portfolio {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		width: 25%;
		display:none;
		float:left;
		overflow:hidden;
		padding-bottom: 3em;
	}	
	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		cursor:pointer;
	}
	.portfolio img {
		max-width:100%;
		/*--position: relative;--*/
		transition: all 300ms!important;
		-webkit-transition: all 300ms!important;
		-moz-transition: all 300ms!important;
		display: block;
	}
	.portfolio .label {
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
	}
	.portfolio .label-bg {
			background: #22B4B8;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
		.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:5px 8px;
		}
			
			.portfolio .text-category {
				display:block;
				font-size:9px;
				font-size: 12px;
				text-transform:uppercase;
			}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(143, 200, 69, .8);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top: 25%;
	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
span.m_4{
	font-size:14px;
	font-weight:400;
}
p.m_5 {
	margin: 2% auto 5%;
	width: 70%;
	color: #283A47;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
/*----*/
.portfolio-head{
	text-align: center;
	padding-top: 1.8em;
}
.portfolio{
	background: #FAF8F8;
}
.portfolio h3{
	color: #666;
	font-size: 2.5em;
	font-weight: 300;
}
.portfolio p{
	color: #0b2907;
	font-size: 0.96em;
	line-height: 1.5em;
	margin: 1.2em 0 2em;
}
.light-box-info {
padding: 1.8em;
box-shadow: none;
border-radius: 0;
}
/*----start-testmonials----*/
/*----start-testmonials----*/
.testmonials{
	background: #3E4754;
	padding: 20px 0;
}
.divider-top, .divider-bottom, .divider {
	border-top: 1px dashed #050803;
	border-bottom: 1px dashed #616A79;
}
.item{
    text-align:center;
    height:170px !important;
}
.carousel{
    margin-top: 70px;
}
.banner .item{
    text-align:center;
    height:inherit !important;
}
.banner .carousel{
    margin-top: 0px;
}
.banner .carousel-control .fa{
	top: 50%;
	position: absolute;
	font-size: 3em;
}
.caption{
	padding-bottom: 50px;
}
.caption h3{
	font-weight: 700;
	text-shadow: none;
}
.caption p{
	text-shadow:none;
	color: #EEE;
	font-size: 0.96em;
	line-height: 1.5em;
	width: 40%;	
	margin: 0 auto;
}
.pagenate-icons li.active{
	background: #fff;
	width:10px;
	height:10px;
	display:inline-block;
	border:6px solid #fff;
}
/*--contact--*/
.contact{
	padding:3em 0;
}
.contact-form{
	margin-top: 2em;
}

.contact-form form {
	background: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-box-shadow: 1px 3px 5px #A2ACB5;
	-moz-box-shadow: 1px 3px 5px #A2ACB5;
	box-shadow: 1px 3px 5px #A2ACB5;
	margin-bottom: 20px;
	padding: 30px 10px;
	position: relative;
	z-index: 0;
}

input[type="text"], textarea{
	border: 2px solid #E5E5E5;
	width: 100%;
	padding: 0.85em;
	border-radius: 0.3em;
	margin-bottom: 1.5em;
	color:#0b2907;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	outline:none;
}

.input-group-addon, .input-group-btn, .input-group .form-control{
	outline:none;
}

textarea{
	height: 183px;
	resize: none;
}
.contact h4{
	color: #727c89;
	font-size: 2.5em;
	font-weight: 400;
	text-align: center;
	text-shadow: 0 1px 1px #FFF;
}
.contact-head{
	color: #0b2907;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 auto;
	padding: 0.3em 0;
}
.btn-red-lg{
	color:#fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-size: 1.1em;
	padding: 0.7em 2em;
	margin: 0 auto;
	display: inherit;
	border-radius:5px;
	outline: none;
}
.btn-red-lg:hover{

}
.social-media {
text-align: center;
margin:2em 0;
}
.social-media i:hover {
transform: rotateY(360deg);
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
-webkit-transition: 0.8s;
-moz-transition: 0.8s;
-o-transition: 0.8s;
transition: 0.8s;
}
.social-media i {
width: 35px;
height: 32px;
background: url(../images/social2.png) no-repeat 0px 0px;
display: inline-block;
margin: 0 0.4em;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
i.facebook {
background-position: -54px 0px;
}
i.pinterest {
background-position: -109px 0px;
}
i.twitter {
background-position: -163px 0px;
}
i.google {
background-position: -217px 0px;
}

.copy-right {
text-align: center;
}
.copy-right p {
color: #0b2907;
font-size: 0.96em;
line-height: 1.5em;
text-align: center;
}
.copy-right a {
margin: 0 0.2em;
text-decoration: none;
color: #E74C3C;
}
/*--responsive--*/
@media(max-width:1024px){
.banner{
min-height: 635px;
}
.top-grids h3 {
font-size: 1.5em;
}
.top-grids p {
font-size: 0.95em;
width: 73%;
margin: 0 auto;
}
.about-pic {
width:40%;
}
.about-info {
width:60%;
}
.about-pic img{
width: 100%;
}
.about-info h3 {
font-size: 2em;
margin: 0.3em 0;
}
.about-info p {
font-size: 1em;
padding: 0.5em 0 1.5em 0;
}
.about-info a {
font-size: 1.2em;
}
.about {
padding: 6em 0;
}
#filters li span {
padding: 7px 26px;
font-size: 0.95em;
}
.about-info {
width: 54%;
}
.about-pic {
width: 46%;
}
}
@media(max-width:768px){
.banner {
min-height: 616px;
}
.banner-info p {
width: 81%;
}
a.button {
font-size: 1.2em;
}
.top-grid {
padding: 3em 0 1em 0;
}
.top-grids {
margin-bottom: 2em;
}
.about {
padding: 5em 0;
}
.top-grids h3 {
font-size: 1.67em;
}
.about-info h3 {
font-size: 2em;
margin: 0.55em 0 5px 0;
}
.about-pic {
width: 68%;
}
.about-info {
width: 100%;
}
.b-animate img {
background-size: 100%;
width: 28%;
}
.contact-head {
width: 81%;
}
.about-pic {
width: 100%;
}
}
@media (max-width: 640px){
.banner {
min-height: 500px;
}
.logo img {
background-size: 100%;
width: 12%;
}
.banner-info h1 {
font-size: 2.5em;
}
.banner-info p {
font-size: 0.9em;
}
.about-pic {
width: 80%;
}
.portfolio p {
overflow: hidden;
height: 42px;
margin: 1.2em 0 1em;
}
.contact-form {
margin-top: 1em;
}
}
@media (max-width: 480px){
.banner {
min-height: 470px;
}
.banner-info p {
overflow: hidden;
height: 34px;
}
.logo img {
width: 17%;
}
.about-pic {
width: 100%;
}
.about-info a {
font-size: 1em;
padding:0.5em 2em;
}
#portfoliolist .portfolio {
width: 50%;
}
#filters li span {
padding: 5px 18px;
font-size: 0.95em;
margin-right: 4px;
}
.contact-head {
width: 100%;
}
.text-box input[type="text"], .textarea textarea {
padding: 0.8em;
margin-bottom: 1.5em;
font-size: 0.9em;
}
.textarea textarea {
height: 170px;
}
.btn-red-lg {
font-size: 0.95em;
}
.top-grids p {
width: 100%;
margin: 0 auto;
}
.about-info h3 {
font-size: 1.8em;
}
.about-info p {
font-size: 0.9em;
overflow: hidden;
height: 79px;
margin-bottom: 1em;
}
.portfolio h3,.contact h4 {
font-size: 2em;
}
.caption h3{
font-size:1.35em;
}
.caption p {
width: 100%;
margin: 6px auto 0 auto;
}
}
@media (max-width: 320px){
.top-menu ul li a {
padding: 0 3px;
font-size: 0.8em;
}
a.scroll img {
background-size: 100%;
width: 77%;
}
.navigation {
padding: 1em 0;
}
.banner {
min-height: 310px;
}
.logo img {
width: 22%;
}
.banner-info h1 {
font-size: 1.85em;
}
.banner-info p {
width: 80%;
}
a.button {
font-size: 1em;
}
.banner-info {
padding-top:20%;
}
.about {
padding: 3em 0 1em 0;
}
.top-grids {
padding: 0;
}
.about-pic,.about-info{
padding:0;
}
.about-info h3 {
font-size: 1.7em;
}
.portfolio h3, .contact h4 {
font-size: 1.7em;
}
#filters li span {
margin-bottom: 13px;
}
.bs-testmonial {
margin: 20px 0px 0 0px;
padding-bottom:10px;
}
.carousel-indicators {
bottom: -3px;
}
.copy-right p:nth-child(2){
margin-top:1em;
}
.contact-head {
overflow: hidden;
height: 53px;
}
}

/*-----------------------------------*/
/* Comments */
/*-----------------------------------*/

.comment-list {
    position: relative;
}
.comment-list h2 {
	font-size: 23px;
	margin-bottom: 30px;
}
.link-add-comment {
	position: absolute;
	top: 10px;
	right: 2px;
	color: #6d9048;
	font-size: 12px;
	font-weight: 600;
    text-transform: uppercase;
	text-decoration: underline;
}
.comment-list .comment {
	padding-left: 100px;
	position: relative;
	margin: 0 auto;
	width: 60%;
}
.comment-body {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	position: relative;
	margin-bottom:22px;
    border-top: 1px solid #fcfbf9;
    border-left: 1px solid #fcfbf9;
	padding: 20px 15px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	border: 0 none;
	background: rgb(241,238,230);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(241,238,230,1) 0%, rgba(232,228,217,1) 3%, rgba(222,216,201,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,238,230,1)), color-stop(3%,rgba(232,228,217,1)), color-stop(100%,rgba(222,216,201,1)));
	background: -webkit-linear-gradient(to bottom, rgba(230, 235, 241, 1) 0%,rgba(217, 222, 232, 1) 3%,rgba(201, 210, 222, 1) 100%);
	background: -o-linear-gradient(to bottom, rgba(230, 235, 241, 1) 0%,rgba(217, 222, 232, 1) 3%,rgba(201, 210, 222, 1) 100%);
	background: -ms-linear-gradient(to bottom, rgba(230, 235, 241, 1) 0%,rgba(217, 222, 232, 1) 3%,rgba(201, 210, 222, 1) 100%);
	background: linear-gradient(to bottom, rgba(230, 235, 241, 1) 0%,rgba(217, 222, 232, 1) 3%,rgba(201, 210, 222, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1eee6', endColorstr='#ded8c9',GradientType=0 );
}
.comment-avatar {
	position: absolute;
	top: 0;
	left: -100px;
	width: 74px;
	height: 74px;
	background: #fbfbfb;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.comment-avatar img {
	display: block;
	width: 70px;
	height: 70px;
	margin: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.comment-arrow{
	width: 15px;
	height: 26px;
	position: absolute;
	top:16px;
	left:-14px;
	z-index: 2;
	background: url(../images/comment_arrow.png) no-repeat;
}
.comment-author {
	margin-bottom: 5px;
	text-align: right;
	color: #a2731f;
	font-size: 12px;
}

.comment-entry{
	text-align: left;
}

.link-author {
	color: #5f513f;
	font-size: 14px;
	float: left;
	position: relative;
	top: -6px;
	font-weight: 500;
}

input[type="text"],
input[type="password"],
textarea{
	border-top: 1px solid #AEB7C0;
	border-left: 1px solid #AEB7C0;
	border-right: 1px solid #C9CFDA;
	border-bottom: 1px solid #C9D2DA;
	background: #ECF1F7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:0 16px;
	font-size:15px;
	*padding:0;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-shadow: inset -1px 1px 3px rgba(100, 111, 118, 0.26);
	-moz-box-shadow: inset -1px 1px 3px rgba(100, 111, 118, 0.26);
	box-shadow: inset -1px 1px 3px rgba(100, 111, 118, 0.26);
	width: 100%;
}
textarea{
	-webkit-box-shadow: inset 1px 1px 3px rgba(118,108,100,0.26);
	-moz-box-shadow: inset 1px 1px 3px rgba(118,108,100,0.26);
	box-shadow: inset 1px 1px 3px rgba(118,108,100,0.26);
	padding: 10px 16px;
}
span.input-group-addon{
	border-top:1px solid #c0b9ae;
	border-left:1px solid #c0b9ae;
	border-right:1px solid #dad4c9;
	border-bottom:1px solid #dad4c9;
	background: #e8e4db;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
	padding:0 16px;
	font-size:15px;
	*padding:0;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-shadow: inset 1px 1px 3px rgba(118,108,100,0.26);
	-moz-box-shadow: inset 1px 1px 3px rgba(118,108,100,0.26);
	box-shadow: inset 1px 1px 3px rgba(118,108,100,0.26);
	color: #A4AEBA;
	text-shadow: 0px 1px 1px #FFF;

}
input[type="text"],
input[type="password"],
textarea{
	-webkit-appearance: none;
    -moz-appearance: none;
}
input[type="text"],
input[type="password"]{
	width:100%;
	height:36px;
	margin: 0;
	outline: none;
    font-size: 15px;
    padding: 22px 16px;
}
.ie8 input[type="text"],
.ie8 input[type="password"]{
    line-height:32px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus{
    border-top:1px solid #c0b9ae;
    border-left:1px solid #c0b9ae;
    border-right:1px solid #dad4c9;
    border-bottom:1px solid #dad4c9;
	box-shadow: none;
}

.input-group {
	margin-bottom: 20px;
}

span.input-group-addon {
	min-width: 48px;
	z-index: 2;
	border-right: 2px solid #e7e2da;
	background-color: rgba(255, 255, 255, 0.5);
	background-repeat: no-repeat;
	background-position: 8px -181px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

@media(min-width:769px){
	.carousel-control {
	  width: 10%;
	}
}
.powered{
	opacity:0;
	font-size: 8px;
}

#action-call{
	background: #333333;
	color:#fff;
	text-align:center;
}
.note.simple{
	padding: 4em 0;
}
.note.simple h4{
  margin-bottom: 2em;
}
.btn-medium.empty.white{
	border: 1px solid #fff;
	padding: 10px 20px;
	border-radius: 3px;
  transition:			0.2s all;
	-webkit-transition:	0.2s all;
	-moz-transition:	0.2s all;
	-o-transition:		0.2s all;
	-ms-transition:		0.2s all;
}
.btn-medium.empty.white:hover{
	color: #333;
	background: #fff;
}
a:hover, a:focus {
  color: #eee;
  text-decoration: none;
}

#map-container {
	height: 340px;
	border: 2px solid #666;
	  margin-top: 1.5em;
}

/*#google_translator{
	position: absolute;
	top: 14px;
	right: 10px;;
}*/

.modal-dialog:after {
	content: "\e006";
	font-family: Flaticon;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	font-size: 400px;
	color: #D8DCE0;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -200px;
	z-index: 1;
}

.modal-dialog{
	background: #fff;
}

.modal-content{
	z-index: 2;
	background: transparent;
}

.modal-bio .modal-dialog:after {
	content: "\e001";
}

.modal-pesti .modal-dialog:after {
	content: "\e000";
}

.modal-agri .modal-dialog:after {
	content: "\e007";
}

.modal-oleo .modal-dialog:after {
	content: "\e004";
}

.modal-suckeri .modal-dialog:after {
	content: "\e003";
}

.modal-ic .modal-dialog:after {
	content: "\e008";
}

.modal-animal .modal-dialog:after {
	content: "\e002";
}