@import url('https://fonts.googleapis.com/css?family=Lato|Raleway');

.body {
	background: none; 
	font-family: "Lato", "Verdana";
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Verdana";
	font-weight: 400;
	color: #333;
}

.centered {
	text-align: center;
}
a {
	color: #f85c37;
}
a:hover, a:focus {
	color: #7b7b7b;
	text-decoration: none;
	outline: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0px;
	border-top: 1px solid #393185;
	margin: 1em;
	padding: 0;
}
.home {
	background: url(../img/titul.jpg) no-repeat center center fixed;
	background-size: cover;
}
.verh {
	background: rgba(255,255,255,0.5);
	height: 92px;
	/*border-bottom: 2px solid #393185;*/
}
/* nav */



.thumbnail_titul {
	box-shadow: 2px 2px 3px rgba(50,50,50,0.5);
}

.thumbnail_titul_pic {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.thumbnail_titul_pic:hover {
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

.lozung {
	background: rgba(50,50,50,0.4);
	border-top: 1px solid #fff;
	padding: 12px 0px 10px 0px;
	margin: 10px 0px 0px 0px;
	/*text-shadow: 3px 3px 1px #000;*/
}
.lozung_text_0 {
	background: rgba(197,220,236,0.90);
  	margin: 10px 10px;
  	text-align: center;
  	padding: 8px 0 2px 0;
  	border-radius: 5px;
  	color: #393185;
	font-family: "Verdana";
  	font-size: 20px;
  	font-weight: 500;
	box-shadow: 2px 2px 3px rgba(50,50,50,0.5);
}
.lozung_text {
	background: rgba(255,250,207,0.90);
  	margin: 10px 10px;
  	text-align: center;
  	padding: 30px 20px;
  	border-radius: 5px;
  	background-clip: padding-box;
  	color: #393185;
	font-family: "Verdana";
  	font-size: 17px;
  	font-weight: 500;
	line-height: 26px;
	box-shadow: 2px 2px 3px rgba(50,50,50,0.5);
}
.lozung_text2 {
	background: rgba(214,215,255,0.90);
  	margin: 10px 10px;
  	text-align: center;
  	padding: 30px 20px;
  	border-radius: 5px;
  	background-clip: padding-box;
  	color: #393185;
	font-family: "Verdana";
  	font-size: 17px;
  	font-weight: 500;
	line-height: 26px;
	box-shadow: 2px 2px 3px rgba(50,50,50,0.5);
}
.lozung_text3 {
	background: rgba(255,209,209,0.90);
  	margin: 10px 10px;
  	text-align: center;
  	padding: 30px 20px;
  	border-radius: 5px;
  	background-clip: padding-box;
  	color: #393185;
	font-family: "Verdana";
  	font-size: 17px;
  	font-weight: 500;
	line-height: 26px;
	box-shadow: 2px 2px 3px rgba(50,50,50,0.5);
}
.lozung_text4 {
	background: rgba(251,244,202,0.90);
  	margin: 10px 10px;
  	text-align: center;
  	padding: 30px 20px;
  	border-radius: 5px;
  	background-clip: padding-box;
  	color: #393185;
	font-family: "Verdana";
  	font-size: 17px;
  	font-weight: 500;
	line-height: 26px;
	box-shadow: 2px 2px 3px rgba(50,50,50,0.5);
}
.lozung_perevozki {
	background: url(../img/01.jpg) repeat;
	opacity: 1.0;
	border-top: 1px solid #fff;
	padding: 12px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
.lozung_sklad {
	background: url(../img/02_2.jpg) repeat;
	opacity: 1.0;
	border-top: 1px solid #fff;
	padding: 12px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	box-shadow: 0px 4px 5px #999 inset, 0px -4px 5px #999 inset;
}

.trucking {
	text-align: center;
	box-shadow: 2px 2px 3px rgba(50,50,50,0.4);
	background: rgba(51,225,0,0.3);
	padding: 7px 0px 7px 0px;
	margin: 0px 0px 10px 0px;
	border-radius: 3px;
}
.trucking_text {
	text-align: justify;
	text-indent: 0px;
	background: none;
	padding: 0px 10px 0px 20px;
	margin: 0px 0px 0px 0px;
}
.trucking_kon {
	text-align: center;
	padding: 7px 0px 7px 0px;
	margin: 0px 0px 10px 0px;
	border-radius: 3px;
}
.thumbnail {
	background: rgba(255,255,255,0.92);
	border: 1px solid #ccc;
}
.thumbnail_2 {
	background: none;
	border: none;
}

#map {
	width: 100%;
	height: 300px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 3px rgba(50,50,50,0.4);
	}
.footer {
	background: rgba(50,50,50,0.7);
	margin: 0px 0px 0px 0px;
	font-family: "Verdana";
	font-size: 14px;
	color: #fff;
	padding: 10px 0px 30px 0px;
	border-top: 3px solid #393185;
	z-index: 9999;
}
.mailo a {
	font-family: "Verdana";
	font-size: 14px;
	color: #C0F5F3;
	-webkit-transition: all .2s ease; 
	-moz-transition: all .2s ease; 
	transition: all .2s ease;
}	
.mailo a:hover {color: #FDB434;}

.mailo_k a {
	font-family: "Verdana";
	font-size: 14px;
	color: #393185;;
	-webkit-transition: all .2s ease; 
	-moz-transition: all .2s ease; 
	transition: all .2s ease;
	text-decoration: underline;
}	
.mailo_k a:hover {color: #EA4335;}

.kon_text {color: #393185;}
.kon_text1 {color: #393185;}
.kon_text1:hover {color: orange;}

/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
    width: 64px;
    height: 64px;
	border: none;
	text-indent: 100%;
	background: url("../img/arr.png") no-repeat 0px 0px;
	outline: none;
}
#toTopHover {
    width: 64px;
    height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
.wow {
visibility: hidden;
}
.galka {
	width: 16px;
	height: 16px;
	background: url(../img/galka.png) no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
}
.kontakt_foto1 {
	display: inline-block;
	width: 150px;
	height: 150px;
	background: url(../img/foto1.png) no-repeat;
	text-align: center;
	border: 1px solid #393185;
	border-radius: 50%;
	margin: 4px 0 0 0;
	padding: 0 0 0 0;
}
.kontakt_foto1:hover {
	border: 1px solid rgba(234,67,53,1.00);
}
.kontakt_foto2 {
	display: inline-block;
	width: 150px;
	height: 150px;
	background: url(../img/foto2.png) no-repeat;
	text-align: center;
	border: 1px solid #393185;
	border-radius: 50%;
	margin: 4px 0 0 0;
	padding: 0 0 0 0;
}
.kontakt_foto2:hover {
	border: 1px solid rgba(234,67,53,1.00);
}
.kontakt_foto3 {
	display: inline-block;
	width: 150px;
	height: 150px;
	background: url(../img/foto3.png) no-repeat;
	text-align: center;
	border: 1px solid #393185;
	border-radius: 50%;
	margin: 4px 0 0 0;
	padding: 0 0 0 0;
}
.kontakt_foto3:hover {
	border: 1px solid rgba(234,67,53,1.00);
}
.kontakt_foto4 {
	display: inline-block;
	width: 150px;
	height: 150px;
	background: url(../img/foto4.png) no-repeat;
	text-align: center;
	border: 1px solid #393185;
	border-radius: 50%;
	margin: 4px 0 0 0;
	padding: 0 0 0 0;
}
.kontakt_foto4:hover {
	border: 1px solid rgba(234,67,53,1.00);
}

.kont {
	margin: -12px 0 0 0;
	text-align: center;
	color: #131313;
}

.form-control {
  border: 2px solid #c5ced9;
  transition: none;
  box-shadow: none;
  margin: -25px 0 0 0;
}
.form-control:focus {
  box-shadow: none;
  border: 2px solid #eeaeae;
  background: rgba(228,28,64,0.09);
}
.btn-default {
  background-color: #445161;
  color: white;
}
.btn-default:hover {
  background-color: #5e7086;
  color: white;
}
.btn {
  text-transform: uppercase;
  border: 0;
  text-decoration: none;
  webkit-transition: background-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: background-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: background-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.placeholder {color: #aaa;}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #aaa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #aaa;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aaa;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #aaa;
}







