/*
Theme Name: ЮрЭкс
Theme URL:
Description: Тема для ЮрЭкс 
Version: 1.0
Author: Ivanov Ivan
Author URL:
*/

@charset "utf-8";
/* CSS Document */




/* reset - начало */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
} 
/* reset - конец */






body {
	min-width: 300px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #ffffff;
	cursor: default;
	overflow-y: scroll;
}
.wrapper {
	min-width: 300px;
	max-width: 1200px;
	padding: 0 2%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	-webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
           transition: all 0.3s ease;
}
.clear {
	clear: both;
}
sup {
  vertical-align: top;
}
sub {
  vertical-align: sub;
}




/* ------------ блок хедер начало ------------ */
#header {
	overflow: hidden;
	background-color: #ffffff;
	padding: 10px 0;
}
#header .logo {
	float: left;
	width: 280px;
	height: 60px;
	margin: 5px 3%;
	background-image: url(pic/logo.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
#header .contact {
	float: right;
	text-align: right;
	margin: 0 3%;
}
#header .contact .phone {
	font-size: 26px;
	color: #6F51C7;
	font-weight: bold;
	line-height: 110%;
}
#header .contact .time {
	font-size: 16px;
	color: #555555;
}
@media screen and (min-width: 300px) and (max-width: 680px) {
	#header .logo {
		float: none;
		margin: 5px auto;
	}
	#header .contact {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	#header .contact .phone {
		font-size: 26px;
	}
	#header .contact .time {
		font-size: 16px;
	}
}
/* ------------ блок хедер конец ------------- */






/* ------------ блок слайда начало ----------- */
#slide {
	overflow: hidden;
	background-image: url(pic/slide.jpg);
	background-repeat: no-repeat;
	background-position: center 25%;	
	-webkit-background-size: cover;
		-moz-background-size: cover;
		  -o-background-size: cover;
			  background-size: cover;
}
#slide .slide-text {
	position: relative;
	padding: 7% 10% 5% 10%;
}
#slide .slide-text h1 {
	font-size: 40px;
	color: #222222;
	text-shadow: 0px 0px 4px #ffffff;
	line-height: 130%;
}
#slide .slide-text h1 span {
	color: #34B8C0;
	font-weight: bold;
}
#slide .slide-text ul {
	list-style-image: url(pic/marker2.png);
	padding: 20px 10%;
}
#slide .slide-text li {
	font-size: 22px;
	color: #555555;
	text-shadow: 0px 0px 4px #ffffff;
	padding: 6px 0;
}
#slide .slide-text .footnote {
	position: absolute;
	right: 2%;
	bottom: 7px;
	font-size: 16px;
	color: #555555;
	line-height: 130%;
	text-shadow: 0px 0px 4px #ffffff;
	padding: 6px 0;
}

@media screen and (min-width: 300px) and (max-width: 600px) {
	#slide {
		background-position: 63% 25%;	
	}
	#slide .slide-text {
		padding: 10% 7% 7% 7%;
	}
	#slide .slide-text h1 {
		font-size: 30px;
	}
	#slide .slide-text ul {
		padding: 20px 20px 20px 40px;
	}
	#slide .slide-text li {
		font-size: 18px;
	}
	#slide .slide-text .footnote {
		font-size: 15px;
	}
}
/* ------------ блок слайда конец ------------ */






/* ------------ блок перевозки начало -------- */
#traffic {
	overflow: hidden;
	background-color: #ffffff;
	padding: 30px 0;
}
#traffic h2 {
	font-size: 36px;
	color: #222222;
	text-align: center;
	line-height: 130%;
	padding: 0px 10% 15px 10%;
}
#traffic h2 span {
	white-space: nowrap;
}
@media screen and (min-width: 300px) and (max-width: 480px) {
	#traffic h2 {
		font-size: 28px;
	}
}
#traffic .text {
}
#traffic .text .block {
	float: left;
	width: 46%;
	margin: 10px 2%;
}
#traffic .text .centr {
	float: none;
	margin: 10px auto;
}

#traffic .text .block h4 {
	font-size: 20px;
	color: #34B8C0;
	line-height: 130%;
}
#traffic .text .block h4 span {
	white-space: nowrap;
}
#traffic .text .block p {
	font-size: 16px;
	color: #555555;
	line-height: 130%;
	padding-top: 5px;
}
@media screen and (min-width: 300px) and (max-width: 480px) {
	#traffic h2 {
		font-size: 28px;
	}
	#traffic .text .block h4 {
		font-size: 18px;
	}
}
@media screen and (min-width: 300px) and (max-width: 760px) {
	#traffic .text .block {
		width: 96%;
	}
}

/* ------------ блок перевозки конец --------- */






/* ------------ блок помощь начало ----------- */
#help {
	overflow: hidden;
	background-color: #f8f8f8;
	padding: 30px 0;
	background-image: url(pic/bg-help.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
#help h2 {
	font-size: 36px;
	color: #ffffff;
	text-align: center;
	line-height: 130%;
	padding: 0px 10% 15px 10%;
}
@media screen and (min-width: 300px) and (max-width: 480px) {
	#help h2 {
		font-size: 28px;
	}
}
#help .box {
	float: left;
	width: 46%;
	margin: 10px 2%;
}
#help .box p {
	font-size: 18px;
	color: #cccccc;
	line-height: 130%;
	padding: 6px 0;
}
@media screen and (min-width: 300px) and (max-width: 760px) {
	#help .box {
		width: 96%;
	}
}
/* ------------ блок помощь конец ------------ */






/* ------------ блок для кого начало --------- */
#who {
	overflow: hidden;
	background-color: #f8f8f8;
	padding: 30px 0;
}
#who h2 {
	font-size: 36px;
	color: #222222;
	text-align: center;
	line-height: 130%;
	padding: 0px 10% 15px 10%;
}
@media screen and (min-width: 300px) and (max-width: 480px) {
	#who h2 {
		font-size: 28px;
	}
}
#who .box {
	float: left;
	position: relative;
	width: 46%;
	background-image: url(pic/marker2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0 0 0 35px;	
	margin: 20px 2%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#who .box p {
	font-size: 18px;
	color: #555555;
	line-height: 130%;
	text-shadow: 0px 0px 4px #ffffff;
	padding-top: 8px;
}
@media screen and (min-width: 300px) and (max-width: 760px) {
	#who .box {
		width: 96%;
		margin: 10px 2%;
	}
}
/* ------------ блок для кого конец ---------- */






/* ------------ блок автомобили начало ------- */
#avto {
	overflow: hidden;
	background-color: #ffffff;
	padding: 30px 0 0 0;
}
#avto h2 {
	font-size: 36px;
	color: #222222;
	text-align: center;
	line-height: 130%;
	padding: 0px 10% 15px 10%;
}
@media screen and (min-width: 300px) and (max-width: 480px) {
	#avto h2 {
		font-size: 28px;
	}
}

#avto a {
	display: block;
	float: left;
	overflow: hidden;
	width: 19%;
	margin: 0.5%;
}
#avto a img {
	width: 100%;
	transform: translateZ(0);
}
@media screen and (min-width: 300px) and (max-width: 400px) {
	#avto a {
		width: 99%;
	}
	#avto a.hid1, #avto a.hid2 {
		display: none;
	}
}
@media screen and (min-width: 401px) and (max-width: 600px) {
	#avto a {
		width: 49%;
	}
	#avto a.hid1, #avto a.hid2 {
		display: none;
	}
}
@media screen and (min-width: 601px) and (max-width: 800px) {
	#avto a {
		width: 32.3%;
	}
	#avto a.hid1, #avto a.hid2 {
		display: none;
	}
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
	#avto a {
		width: 24%;
	}
	#avto a.hid2 {
		display: none;
	}
}


/* ------------ блок автомобили конец -------- */






/* ------------ блок футер начало ------------ */
#contact {
	overflow: hidden;
	padding: 30px 0;
	background-image: url(pic/bg-contact.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	-webkit-background-size: cover;
		-moz-background-size: cover;
		  -o-background-size: cover;
			  background-size: cover;
}
#contact h2 {
	font-size: 36px;
	color: #222222;
	text-align: center;
	line-height: 130%;
	padding: 0px 10% 25px 10%;
}
@media screen and (min-width: 300px) and (max-width: 480px) {
	#avto h2 {
		font-size: 28px;
	}
}
#contact .box {
	overflow: hidden;
	float: left;
	width: 48%;
	margin: 5px 1%;
}
#contact .box .phone {
	font-size: 26px;
	color: #34B8C0;
	text-align: center;
	font-weight: bold;
	line-height: 130%;
}
#contact .box .time {
	font-size: 18px;
	color: #555555;
	text-align: center;
	line-height: 130%;
	padding-bottom: 20px;
}
#contact .box .block {
	float: left;
	width: 29.3%;
	margin: 10px 2%;
}
#contact .box .block a {
	display: block;
	width: 50%;
	margin: 0px auto;
}
#contact .box .block img {
	width: 100%;
}
#contact .box .block .caption {
	font-size: 18px;
	color: #999999;
	text-align: center;
	padding: 10px 0;
}
#contact .box .adr {
	font-size: 18px;
	color: #555555;
	text-align: center;
	line-height: 130%;
	padding: 5px 0;
}
#contact .box .adr span {
	white-space: nowrap;
}
#contact .box .mail {
	font-size: 18px;
	color: #555555;
	text-align: center;
	line-height: 130%;
	padding: 5px 0;
}
#contact .box .block-bottom {
	padding: 30px 0 0 0;
}
#contact .box .block-bottom .logo {
	width: 280px;
	height: 60px;
	margin: 5px auto;
	background-image: url(pic/logo.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
#contact .box .block-bottom .slogan {
	font-size: 18px;
	color: #999999;
	text-align: center;
	line-height: 130%;
	padding: 10px 0;
}
@media screen and (min-width: 300px) and (max-width: 680px) {
	#contact .box {
		float: none;
		width: 280px;
		margin: 15px auto;
	}
	#contact .box .block a {
		display: block;
		width: 75%;
		margin: 0px auto;
	}
}
@media screen and (min-width: 681px) and (max-width: 800px) {
	#contact .box .block a {
		display: block;
		width: 75%;
		margin: 0px auto;
	}
}


#contact .banner {
	overflow: hidden;
	width: 48%;
	text-align: center;
	margin: 40px auto 0px auto;
	background-image: url(pic/bg-banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
		-moz-background-size: cover;
		  -o-background-size: cover;
			  background-size: cover;
}
#contact .banner a {
	display: block;
	text-decoration: none;
	padding: 40px 2%;
}
#contact .banner .name1 {
	font-size: 16px;
	color: #dddddd;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #222222;
	padding: 2px 0;
}
#contact .banner .name2 {
	font-size: 32px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #222222;
	padding: 5px 0 10px 0;
}
#contact .banner .text1 {
	font-size: 16px;
	color: #dddddd;
	line-height: 130%;
	text-shadow: 1px 1px 1px #222222;
}
#contact .banner .line {
	width: 80px;
	height: 1px;
	background-color: #ffffff;
	opacity: 0.7;
	margin: 8px auto;
}
@media screen and (min-width: 300px) and (max-width: 680px) {
	#contact .banner {
		width: 280px;
	}
}

/* ------------ блок футер конец ------------- */





/* ------------ нижняя линия начало ---------- */
#foot {
	overflow: hidden;
	background-color: #F3F2F2;
	padding: 20px 0;
}
#foot .copyright p {
	float: left;
	font-size: 14px;
	color: #777777;
	line-height: 120%;
	text-align: left;
}
#foot .copyright p.art {
	float: right;
	font-size: 14px;
	color: #999999;
	line-height: 120%;
	text-align: left;
}
#foot .copyright p.art a {
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
           transition: all 0.3s ease;
}
#foot .copyright p.art a:hover {
	color: #7950CC;
}
@media screen and (min-width: 300px) and (max-width: 680px) {
	#foot .copyright p {
		float: none;
		text-align: center;
		padding: 3px 0;
	}
	#foot .copyright p.art {
		float: none;
		text-align: center;
	}
}
/* ------------ нижняя линия конец ----------- */








#scroller{
	position: fixed;
	z-index: 20;    
	right: 20%;
	bottom: 35px;
	background:url(pic/up-arrow.jpg);   
	width: 50px;
	height: 50px;
	cursor: pointer;
	display:none;
	opacity:0.6;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
		  transition: all 0.5s ease;
}
#scroller:hover {
	opacity:1.0;
}


