@font-face {
font-family: Museo;
src: url("../fonts/Museo300-Regular.otf") format("opentype");
}

@font-face {
font-family: Museo;
font-weight: bold;
src: url("../fonts/Museo700-Regular.otf") format("opentype");
}

body{
	margin: 0;
	font-family: Museo;
	font-size: 18px;
	background: url("../images/bg-noise.png") #f0f5f7;
}


*{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;}

button{
	border: none;
	font-size: 20px;
	border-radius: 2px;
	text-shadow: 0px 1px #40931d;
	font-weight: normal;
	border-bottom: solid 3px #40931d;
	padding: 7px 16px;
	background: #61ba3a;
	color: #fff;
	cursor: pointer;
	outline: 0;
}

button:hover{
	background: #83BD69;
}

button:focus{
	margin-top: 1px;
	margin-bottom: 0px;
	text-shadow: 0px 1px #4B992A;
	border-bottom: 0;
}


.float-right{float:right;}

.button a{
	display: inline-block;
	border: none;
	font-size: 20px;
	border-radius: 2px;
	text-shadow: 0px 1px #40931d;
	font-weight: normal;
	border-bottom: solid 3px #40931d;
	padding: 7px 16px;
	background: #61ba3a;
	color: #fff;
	cursor: pointer;
	outline: 0;
}

.button a:hover{
	background: #83BD69;
}

.button a:target, .button a:active, .button a:focus{
	margin-top: 3px;
	text-shadow: 0px 1px #4B992A;
	border-bottom: 0;
}


.button a:focus{
	display: none;
	margin-top: 3px;
	text-shadow: 0px 1px #4B992A;
	border-bottom: 0;
}

h1{
	margin-top: 0;
	font-size:36px;
}
h2{
	margin-top: 0;
	font-size:28px;
}
h3{
	margin-top: 0;
	font-size:22px;
}

.clear-fix{
	clear: both;
}

.dotted-border{
	padding-bottom: 15px;
	background: url('../images/dotted-border.png') repeat-x bottom;
}

.icon{
	display: block;
	float:left;
	background: url('../images/icons.png');
}

.icon-message{
	margin: 0 10px 0 0;
	background-position: 200px 0;
	width: 27px;
	height: 21px;
}

.icon-send{
	margin: 0 10px 0 0;
	background-position: 0 -22px;
	width: 27px;
	height: 21px;
}

.icon-phone{
	margin: 0 10px 0 0;
	background-position: 140px 0;
	width: 35px;
	height: 30px;
}

.icon-phone-black{
	display: inline-block;
	float: none;
	margin: 0 10px -6px 0;
	background-position: 42px 0;
	width: 43px;
	height: 38px;
}


.icon-pin{
	margin: 11px;
	margin-right: 0;
	background-position: -52px 0;
	height: 22px;
	width: 22px;
}

.icon-down-arrow{
	float: right;
	margin: 6px 0 0;
	background-position: -74px 0;
	height: 6px;
	width: 13px;
}

.icon-up-arrow{
	float: right;
	margin: 6px 0 0;
	background-position: -74px -6px;
	height: 6px;
	width: 13px;
}

.icon-quotes{
	float: right;
	margin: -30px 42px;
	background-position: -118px 0;
	height: 42px;
	width: 63px;
}
.gurrenty-logo{
	float: right;
	margin: -40px -30px;
	width: 111px;
	height: 102px;
	background: url('../images/gurrenty-logo.png');
}


.content{
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 100%;
}

#header{
	width: 100%;
	padding-bottom: 0;
	border-top: solid 4px #62bb3b;
	border-bottom: solid 5px #1b2326;
	background: url('../images/header-bg.png');
	color: #fff;
}

#header .content{
	padding-bottom: 40px;
}

#header .logo{
	position: absolute;
	top:0;left:0;
	margin-top: -4px;
	width: 185px;
	height: 100px;
	background: url('../images/logo.png') no-repeat center #20282a;
	border-bottom-right-radius: 20px; 
	border-bottom-left-radius: 20px;
}

#header .left{
	float: left;
	margin-top: 127px;
	width: 500px;
}

#header .right{
	float: right;
	margin-top: 30px;
	width: 395px;
	text-align: center;
}

.locker-bg{
	position: absolute;
	bottom: 0;
	left: 430px;
	width: 269px;
	height: 141px;
	background: url('../images/locker.png') no-repeat;
}


.map-shadow{
	position: absolute;
	top: 190px;
	left: 510px;
	width: 460px;
	height: 239px;
	background: url('../images/map-shadow.png') no-repeat;
}


ul {
	padding-left: 0;
}

ul li{
	margin-bottom: 24px;
	font-size: 18px;
	list-style: none;
}

ul li .icon-list{
	margin-right: 12px;
	width: 24px;
	height: 20px;
}

.yellow{ color: #fff975;}

.map-holder{
	width: 397px;
	height: 205px;
	padding: 3px;
	background: #1c2326;
}

#g-map{
	z-index: 0;
	width: 391px;
	height: 157px;
	box-shadow: inset 0px 4px 0px 0px rgba(100, 100, 100, 0.1);
	-webkit-box-shadow: inset 0px 4px 0px 0px rgba(100, 100, 100, 0.1);
	-moz-box-shadow: inset 0px 4px 0px 0px rgba(100, 100, 100, 0.1);
	-o-box-shadow: inset 0px 4px 0px 0px rgba(100, 100, 100, 0.1);
}

.address{
	position: relative;
	z-index: 1;
	width: 391px;
	height: 42px;
	line-height: 42px;
	background: rgba(255, 255, 255, 0.9);
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #000;
	box-shadow: 0px -4px 0px 0px rgba(100, 100, 100, 0.1);
	-webkit-box-shadow: 0px -4px 0px 0px rgba(100, 100, 100, 0.1);
	-moz-box-shadow: 0px -4px 0px 0px rgba(100, 100, 100, 0.1);
	-o-box-shadow: 0px -4px 0px 0px rgba(100, 100, 100, 0.1);

}

.address span{
	margin: 0 4px 0 6px;
	font-weight: bold;
	color: #c40e0e;
}

#articles{
	height: 489px;
}

.article{
	position: relative;
	float:left;
	padding: 0;
	width: 33%;
	height: 100%;
	text-align: center;
	line-height: 22px;
}

.article > div:first-of-type{
	padding: 56px 0 0;
}


.article-content{
	position: absolute;
	padding-bottom: 30px;
}


.article-view{
	padding-bottom: 30px; 
	overflow: hidden;
	height: 125px;
	padding: 0 20px;
}

.article h3{
	margin: 24px auto 0;
	color: #293033;
}
.article p, .article a{
	font-family: arial;
	font-size: 14px;
	color: #484649;
}

.article p{margin-bottom:27px;}

.article a{
	position: absolute;
	padding-top: 20px;
	z-index: 0;
	display: block;
	width: 100%;
	text-align: center;
	bottom: 0px;left:0;
	cursor: pointer;
	color: #43921d;
	margin: 0 auto;
}

.article a span{
	display: block;
	margin: 0 auto 20px;
	width: 90px;
	line-height: 14px;

}
.article a:hover span{
	margin-bottom: 19px;
	border-bottom: solid 1px #43921d;
}
.article:nth-child(odd), 
.article:nth-child(odd) .article-content,
.article:nth-child(odd) a{
	background: #e4ebee;
}
.article:nth-child(even),
.article:nth-child(even) .article-content,
.article:nth-child(even) a{
	background: url("../images/bg-noise.png") #f0f5f7;
}


#brands{
	padding: 21px 0 29px;
	text-align: center;
	background: #fff;
	border:solid #d2dbdf;
	border-width: 1px 0;
}

#brands h2{
	margin-bottom: 10px;
	color: #bbb;
}

#brands div{
	margin: 0 auto;
	width: 960px; height: 62px;
	background: url('../images/brands.png') no-repeat; 
}


#con{
	margin: 58px auto 0;
	width: 960px;
	height: 689px;
}

#con h3{
	margin-bottom: 30px;
	border-radius: 8px;
	padding: 14px 15px;
	background: #dbe3e6;
	color: #293033;
	font-size: 18px;
}

#con li{
	float: left;
	width: 50%;
	font-size: 19px;
}

#con .left{
	float: left;
	width: 632px;
}



#con .right{
	float: right;
	width: 300px;
}

#con .right p{
	margin-bottom: 37px;
}

#con .slider{
	position: relative;
	width: 100%;	
	height: 216px;
	border: solid 2px #d2dbdf;
	border-radius:10px;
	background-color: #fff;
}

.slider .slider-view{
	border-radius:10px;
	width: 100%;
	height: 100%;
}

#con .right img{
	float: left;
	margin-right: 10px;
	border: solid 2px #d2dbdf;
	border-radius:10px;
}

#con .slider img{
	position: absolute;
	float: none;
	border-radius:10px;
}

#con .slider img:not(:first-child){
	display: none;
}


#con p{
	margin: 0;
	line-height: 21px;
	font-family: arial;
	font-size: 14px;
}

.bubble{
	margin-top: 80px;
	position: relative;
	width: 100%;
	height: 120px;
	padding: 14px;
	background: #dbe3e6;
	border-bottom: solid 4px #c8d3d9;
	border-radius: 20px;
	color: #95a3aa;
}

.bubble .say{
	position: absolute;
	width: 100%;
	height: 70px;
}
.bubble .say:not(:first-of-type){
	display: none;
}
.bubble .writen{
	position: absolute;
	right: 10px;
	bottom: 0;
	margin: -20px 20px;
	width: 100px;
	font-size: 12px;
	font-family: arial;
}

.bubble .writen .name{
	font-weight: bold;
	font-size: 14px;
}

#con .bubble p{
	margin: 0;
	width: 420px;
	line-height: 21px;
	font-family: arial;
	font-style:italic;
	font-size: 14px;
	color: #474747;
}

.bubble .arrow{
	position: absolute;
	top:100%;
	left:34px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 9px 0 9px;
	border-color: #dbe3e6 transparent transparent transparent;
}

.bubble .arrow .arrow-shadow{
	z-index: -1;
	position: absolute;
	top:-7px;
	left:-8px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 9px 0 9px;
	border-color: #c9d4da transparent transparent transparent;
}


.client{
	cursor: pointer;
	margin: 22px 31px 0 0;
	border: solid 3px #c9d4da;
	border-radius: 50px;
}


#contact{
	padding: 20px;
	text-align: center;
	border-top: 1px solid #d2dbdf;
	background: #fff;
	height: 324px;
}

#contact p span{
	display: block;
	line-height: 68px;
	font-size: 36px;
}

#footer{
	padding-top: 36px;
	background: url('../images/footer-bg.png');
	height: 250px;
	color: #fff;
	font-family: arial;
	font-size: 12px;
	border-top: solid 3px  #40931c;
	border-bottom: solid 1px  #1c2326;
	box-shadow: inset 0 40px 40px -30px #191e20;
	-webkit-box-shadow: inset 0 40px 40px -30px #191e20;
	-moz-box-shadow: inset 0 40px 40px -30px #191e20;
	-o-box-shadow: inset 0 40px 40px -30px #191e20;
}

#footer *{
	text-indent: 10px;
}

#footer .column{
	float: left;
	width: 226px;
}

#footer .column > hr:first-of-type{
	margin-top:15px;
	margin-bottom:0;
	height: 1px;
	border: none;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgba(23, 22, 18, 1.0)),
		color-stop(0.90, rgba(23, 22, 18, 0.0))
	);
	background-image: -o-linear-gradient(right, rgba(23, 22, 18, 1.0) 0%, rgba(23, 22, 18, 0.0) 100%);
	background-image: -moz-linear-gradient(right, rgba(23, 22, 18, 1.0) 0%, rgba(23, 22, 18, 0.0) 100%);
	background-image: -webkit-linear-gradient(right, rgba(23, 22, 18, 1.0) 0%, rgba(23, 22, 18, 0.0) 100%);
	background-image: -ms-linear-gradient(right, rgba(23, 22, 18, 1.0) 0%, rgba(23, 22, 18, 0.0) 100%);
	background-image: linear-gradient(to right, rgba(23, 22, 18, 1.0) 0%, rgba(23, 22, 18, 0.0) 100%);
}

#footer .column > hr:last-of-type{
	margin-top:0;
	margin-bottom:17px;
	height: 1px;
	border: none;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgba(56, 63, 65, 1.0)),
		color-stop(1, rgba(56, 63, 65, 0.0))
	);
	background-image: -o-linear-gradient(right, rgba(56, 63, 65, 1.0) 0%, rgba(56, 63, 65, 0.0) 100%);
	background-image: -moz-linear-gradient(right, rgba(56, 63, 65, 1.0) 0%, rgba(56, 63, 65, 0.0) 100%);
	background-image: -webkit-linear-gradient(right, rgba(56, 63, 65, 1.0) 0%, rgba(56, 63, 65, 0.0) 100%);
	background-image: -ms-linear-gradient(right, rgba(56, 63, 65, 1.0) 0%, rgba(56, 63, 65, 0.0) 100%);
	background-image: linear-gradient(to right, rgba(56, 63, 65, 1.0) 0%, rgba(56, 63, 65, 0.0) 100%);
}

#footer .column:last-of-type{
	width: 282px;
}

#footer .column h4{
	margin:0;
	text-transform: uppercase;
}

#footer li a{
	color: #cbcaca;
	text-decoration:none;
}


#footer li{
	cursor: pointer;
	margin-bottom: 11px;
	color: #cbcaca;
	font-size: 12px;
	text-transform:capitalize;
}

#footer li:hover{
	text-decoration: underline;
}
#bottom-links{
	padding-top: 32px;
	height: 97px;
	background: #111516;
	border-bottom: solid 1px #1c2326;
}

#bottom-links img.payments{
	margin: 12px 20px;
}

#bottom-links p{
	margin:0;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

#bottom-links .copyrights{
	margin:11px 0 0;
	font-size: 11px;
	font-family: arial;
	font-weight: normal;
	text-transform: uppercase;
	color: #9c9c9c;
}

.form{
	position: fixed;
	display: none;
	z-index: 1;
	padding: 0 23px;
	top: 100px;
	left: 200px;
	width: 350px;
	background: rgba(0,0,0,0.8);
	border-radius: 20px;
}
.form input, .form textarea{
	padding: 12px;
	margin-bottom: 19px;
	width: 200px;
	border: solid 1px #000;
	border-radius: 10px;

	font-family: arial;
	box-shadow: inset 3px 3px 0px 0px rgba(100, 100, 100, 0.2);
	-webkit-box-shadow: inset 3px 3px 0px 0px rgba(100, 100, 100, 0.2);
	-moz-box-shadow: inset 3px 3px 0px 0px rgba(100, 100, 100, 0.2);
	-o-box-shadow:inset 3px 3px 0px 0px rgba(100, 100, 100, 0.2);
}

.form input.error{
	background:#FDCDCD; 
}

.form input:focus, .form textarea:focus{
	outline: 0;
}
.form textarea{
	margin-bottom: 20px;
	width: 100%;
	height: 142px;
}

.form h2{
	padding: 29px 0;
	font-size: 18px;
	color: #fff;
}

.form button{
	float:right;
	margin-bottom: 17px;
}

.form button:active{
	margin-top: 5px;
}


.social-box{
	width: 397px;
	height: 30px;
	margin: 24px auto 17px;
}

.fb-like{
	margin: 0 10px 10px 44px;
	float: left;
}

#twitter-widget-0 {
	margin: 2px 0px 10px 25px;
	float: left;
}

#___plusone_0{
	margin: 0 10px 10px;
	float: left;
}

#contact .social-box{
	width: 430px;
}

#contact .social-box .fb-like{
	margin: 0 0 10px 86px;
	float: left;
}

#twitter-widget-1{
	margin: 2px 0px 10px 33px;
	float: left;
}

#___plusone_1{
	margin: 0 10px 10px;
	float: left;
}


#drop-area{
	margin: 0 0 20px;
	padding: 20px;
	background: rgba(255,255,255, 0.2);
	border: dashed 3px #dadada;
	border-radius: 20px;
	text-align: center;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

#drop-area input[type=file]{
	/*display: none;*/
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

#drop-area button{
	float: none;
	margin-top: 20px;
	background: #868686;	
	text-shadow: 0px 1px #3C3C3C;
	border-bottom: solid 3px #3C3C3C;
}

#drop-area button:hover{
	background: #D1D1D1;
}
#drop-area button:active{
	margin-top: 23px;
	border-bottom: 0;
}

#img-preview{
	display: none;
	margin-bottom:17px;
	text-align: center;
}

.open-review-box{
	text-decoration: underline;
	margin-top:20px;
	font-size: 14px;
	font-family: arial;
	color: navy;
	cursor:pointer;
}
.open-review-box:hover{
	color: rgb(99, 99, 182);
}

/* Responsive */

/* xs */
@media (max-width:767px) { 

	.form {
		padding-top: 16px;
		margin-top: 0;
		width: 260px;
	}

	.form h2 {
		padding: 0;
		font-size: 14px;
		font-weight: normal;
	}

	.form textarea {
		height: 100px;
	}

	.icon-phone {
		margin-top: 4px;
	}	

	.phone-only {
		display: block;
	}

	.phone-only .yellow {
		font-size: 34px;
	}	

	#header .logo {
		display: block;
		position: static;
		width: auto;
	}

	.map-shadow, 
	.locker-bg {
		display: none;
	}

	.content {
		width: auto;
		height: auto;
	}

	#header .content {
		padding-top: 1px;
	}

	#header .right,
	#header .left {
		float: none;
		padding: 0 10px;
		width: auto;
	}

	#header .left {
		margin-top: 20px;
	}	

	#header .right h2 {
		display: none;
		text-align: left;
	}

	#header .right h2 .yellow {
		display: block;
		text-align: center;
		font-size: 40px;
	}

	#header .right h2 .yellow * {
		color: #fff975;
	}
	
	.yellow * {
		color: #fff975;
	}	

	.social-box {
		width: auto;
	}
	
	#contact .social-box {
		float: none;
		width: auto;
	}

	#contact .social-box .fb-like,
	.fb-like {
		margin-left: 0;
	}

	#___plusone_1,
	#___plusone_0,
	#___plusone_1 iframe,
	#___plusone_0 iframe {
		width: 40px !important;
	}

	.map-holder {
		width: auto;
	}
	.address,
	#g-map {
		width: auto;
	}

	.address span {
		display: none;
	}
	
	.icon-pin {
		margin-right: 6px;
	}

	#articles {
		height: auto;		
	}

	.article {
		float: none;
		width: auto;
	}


	.article-content {
		position: static;
	}

	#brands div {
		width: auto;
	}
	
	#con {
		padding: 0 10px 30px;
		width: auto;
		height: auto;
	} 

	#con .left,
	#con .right {
		float: none;
		width: auto;
	}

	#con .left {
		margin-bottom: 20px;
		text-align: center;
	}

	#con ul {
		text-align: left;
	}
	#con li {
		float: none;
		width: auto;
	}

	#con h3 {
		text-align: left;
	}

	.gurrenty-logo {
		width: 60px;
		height: 55px;
		margin: -18px -18px;
		background-size: cover;
	}

	.bubble {
		margin-top: 40px;
		padding-bottom: 40px;
	}
	.bubble .say {
		position: static;
		width: auto;
		text-align: left;
	}

	.bubble .writen {
		width: 128px;
		bottom: 30px;
	}

	#con .bubble p {
		width: auto;
	}

	#con .right p {

	}

	#con .right  {
		margin-top: 50px;
	}	

	.icon-quotes {
		margin: -30px -6px;
	}

	.open-review-box {
		display: none;
	}

	.client {
		margin: 16px 0 0;
	}
	.client:first-of-type {
		float: left;
	}

	.client:last-of-type {
		float: right;
	}

	#contact {
		height: auto;
	}

	#contact .social-box {
		width: auto;
	}

	#footer {
		height: auto;
	}
	
	#footer .column {
		float: none;
		margin-bottom: 40px;
		width: auto;
	}

	#bottom-links {
		height: auto;
		padding: 30px 10px;
		text-align: center;
	}

	#bottom-links .logo img {
		width: 100px;
		height: auto;
	}

	#bottom-links img.payments {
		float: left;
		margin: 0;
	}

	#bottom-links > .content > .float-right {
		float: none;
		margin-bottom: 20px;
	}
}
