/*General*/
body {
	font-family: Arial, sans-serif;
	background: url("../img/bg1.jpg") repeat;
  	color: #445161;
}
.hed_menu {
	width: 100%;
	height: 34px;
	background: #e41c40;
}
h1,h2,h3,h4,h5,h6 {
  color: #283341;
  margin-top: 0;
}
h2 small {
  color: #bec3ca;
  text-shadow: 0 1px 0 #fff;  
}
 .logotip {
    margin-bottom: 20px;
	width: 340px;
	height: 63px;
  }
.page-header {
  margin-top: 0;
  border-bottom: 0px solid #ccc;
}
a {
  color: #597fad;
  text-decoration: none;
}
a:hover {
  color: #e41c40;
}

/* Nav */
nav.navbar{
	border: none;
	background: none;
	font-size: 15px;
	font-weight: normal;
	z-index: 9999;
}
nav.navbar ul.nav > li:before{
	content: attr(alt);
	padding: 0px;
	
	transform: scale(1.2);
	transition: all 0.3s ease 0s;
}
nav.navbar ul.nav > li:hover{
	transform: scale(1);
	opacity: 1;
}
nav.navbar.bootsnav ul.nav > li > a{
	padding: 4px 12px 4px 12px;
	margin: 0;
	color: #FFF;
	background: #e41c40;
	border: 2px solid #e41c40;
	text-transform: uppercase;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
nav.navbar ul.nav > li > a:hover { 
	color: #333;
	background: #fff;
	border: 2px solid #e41c40;
}
/*Video*/
.video-wrap>video,
.video-wrap>iframe {
  background: rgba(0,0,0,0.15);
  padding: 12px;
  border-radius: 10px;
  line-height: 0;
  width: 100%;
  margin: 10px 0 0 0;
}
/*Form components*/
.btn-default {
  background-color: #445161;
  color: white;
}
.btn-default:hover {
  background-color: #5e7086;
  color: white;
}
.text-muted {
  color: #999;
}
.form-control {
  border: 2px solid #c5ced9;
  transition: none;
  box-shadow: none;
  margin: -20px 0 0 0;
}
.form-control:focus {
  box-shadow: none;
  border: 2px solid #eeaeae;
  background: rgba(228,28,64,0.09);
}
.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;
}
/*Effects for animation*/
.delay1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}
.delay2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}
.delay3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}
.delay4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}
/*Footer*/
.footer {
  background: #445161 url("../img/bg-header.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 20px 0;
  border-top: 3px solid #e41c40;
}
.footer p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 14px;
  color: #333;
}
.footer2 {
  background: #445161 url("../img/bg-header.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 20px 0;
}
.footer2 p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 14px;
  color: #333;
}

.section {
  padding: 25px 0;
}
.section h2 {
  text-align: center;
  text-shadow: 0 1px 0 #fff; 
}
.section h2::first-letter {
  color: none;
}
/*Other*/
.scrinshots .media,
.contacts-form,
.contacts p,
.pluses p,
.buy .price {
  margin-bottom: 5px;
}
.buy {
  	background: url("../img/bg-buy.jpg") no-repeat center center fixed;
  	background-size: cover;
	border-top: 3px solid #e41c40;
	/*border-bottom: 3px solid #e41c40;*/
}
.presentation,
.buy,
.presentation h1,
.buy h2,
.buy h3,
.buy h2 small {
  color: white;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}
.buy h2 small {
  color: #bec3ca;
}
.about,
.scrinshots,
.subscribe {
  background: url(../img/bg.png) repeat;
}
.scrinshots {
  border-top: 1px solid #cfd5dc;  
}
.contacts,
.reviews,
.pluses {
  box-shadow: inset 0 5px 5px rgba(0,0,0,0.10);
}
/*Presentation*/
.presentation {
  background: #445161 url("../img/bg-header.jpg") no-repeat center center fixed;
  background-size: cover;
  border-bottom: 3px solid #e41c40;
}
.presentation h1 {
  text-transform: uppercase;
  font-weight: bold;
}
.presentation p.lead {
/*  background: rgba(226,72,72,0.7);*/
  padding-top: 15px;
/*  border-radius: 5px;*/
  border-top: 2px solid #b1b6b9;
  color: #fff;
}
.presentation .check-list {
  padding-left: 0px;
  color: #fff;
}
.presentation .check-list li>span {
  margin-right: 10px;
  color: #e41c40;
}
/*About*/
.main-img>img {
  margin: 0 auto;
  border-radius: 6px;
}
/*Pluses*/
.plusess p {
  	padding-left: 40px;
	background: url("../img/plus.png") left 5px no-repeat;
}
/*Scrinshots*/
.scrinshots .media .pull-left {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
}
.scrinshots .media .pull-left>img {
  width: 100px;
  height: auto;
  border-radius: 5px;
}
/*Reviews*/
.reviews .review-item {
  margin-bottom: 30px;
}
.reviews .review-item .ava {
  width: 75px;
  height: 75px;
  border-radius: 75px;
  border: 0px solid #C7CFD9;
  overflow: hidden;
  background: url("../img/ava.jpg") left top no-repeat;
}
.reviews .review-item .ava>img {
  height: 75px;
  width: auto;
}
.reviews .review-body {
  border-radius: 5px;
  background-color: #fff;
  padding: 10px;
  margin-left: 100px;
  position: relative;
  border: 3px solid #c5ced9;
}
.reviews .review-body:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #c5ced9;
  left: -13px;
  top: 28px;
}
.reviews .review-body blockquote,
.reviews .review-body p {
  font-size: 14px;
  line-height: 18px;
}
.reviews .review-body p.text-muted {
  margin-bottom: 0;
}
.reviews .review-body blockquote {
  padding: 0;
  border-left: 0;
  margin-bottom: 10px;
  font-style: italic;
}
/*Buy*/
.buy .price .head {
  text-align: center;
  text-transform: uppercase;
  color: white;
  padding: 10px 0;
  background: #e41c40 url("../img/bg-buy.png") repeat;
  border-radius: 5px 5px 0 0;
}
.buy .price .head h3 {
  margin-bottom: 0;
}
.buy .price .head h3 span {
  font-size: 20px;
}
.buy .price .body {
  font-size: 14px;
  padding: 15px;
  background-color: #fff;
  color: #666;
  text-shadow: none;
  border-radius: 0 0 5px 5px;
}
/*Contacts*/
.contacts {
  background: none;
}
.contacts address {
  font-size: 12px;
}
.contacts address a {
  color: #e41c40;
  text-decoration: none;
}
.contacts address a:hover {
  text-decoration: underline;
}

@media (min-width: 1024px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
  h1 {
    font-size: 46px;
    margin-bottom: 30px;
  }
  h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .page-header {
    margin-bottom: 35px;
    padding-bottom: 20px;
  }
  p {
    margin-bottom: 20px;
  }
  .form-group {
    margin-bottom: 4px;
  }
  .form-control {
    font-size: 16px;
    height: 40px;
  }
  .btn {
    font-size: 16px;
    padding: 9px 20px;
  }
  .section {
    padding: 50px 0;
  }
  .scrinshots .media,
  .contacts-form,
  .contacts p,
  .pluses p,
  .buy .price {
    margin-bottom: 5px;
  }
  .presentation .check-list {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .presentation .check-list li {
    margin-bottom: 15px;
  }
  .scrinshots .media .pull-left>img {
    width: 200px;
  }
  .buy .price .head {
    font-size: 30px;
    padding: 15px 0;
  }
  .buy .price .head h3 span {
    font-size: 40px;
  }
  .buy .price .body .btn {
    font-size: 18px;
  }
  .subscribe-form input[type="email"] {
    width: 300px;
  }
  .contacts address {
    font-size: 15px;
  }
.f-right {
	float: right!important; 
	margin: 2px 0px 6px 0px; 
	font-size: 14px; 
	color: #333; 
	text-align: right;
	}
}

@media only screen and (max-width: 767px){
.navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 2px 0 2px 0;
    width: 30px;
    height: 30px;
    padding: 0;
	border: none;   
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #4C535D;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}	
.navbar-toggle > .icon-bar {
    width: 88%;
    display: block;
    height: 3px;
    margin: 0px 0 0 2px;
}
nav.navbar ul.nav > li{
	width: 100%;
	border-bottom: 1px solid #fff;
}
/*Video*/
.video-wrap>video,
.video-wrap>iframe {
  background: rgba(0,0,0,0.15);
  padding: 6px;
  border-radius: 10px;
  line-height: 0;
  width: 100%;
  margin: 10px 0 0 0;
}	
.sdvig {
	margin-top: -8px;
	}
.sdvig2 {
	margin-top: -15px;
	}
}

.socialka {
	text-align: center;
	margin: 0 0 14px -46px;
}
ul.social-icons2 li {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.social-icons2 li a i.fa.fa-facebook {
	background-color: #3b5998;
	width: 42px;
    height: 42px;
    line-height: 44px;
	border-radius: 50%;
	-ms-border-radius: 50%;
	font-size: 24px;
	color: #fff;
	text-align: center;
    vertical-align: middle;	
	transition:0.3s all;
	-webkit-transition:0.3s all;
	-moz-transition:0.3s all;
	-o-transition:0.3s all;
	-ms-transition:0.3s all;
}
ul.social-icons2 li a i.fa.fa-twitter {
	background-color: #55acee;
	width: 42px;
    height: 42px;
    line-height: 44px;
	border-radius: 50%;
	-ms-border-radius: 50%;
	font-size: 26px;
	color: #fff;
	text-align: center;
    vertical-align: middle;
	transition:0.3s all;
	-webkit-transition:0.3s all;
	-moz-transition:0.3s all;
	-o-transition:0.3s all;
	-ms-transition:0.3s all;
}
ul.social-icons2 li a i.fa.fa-facebook:hover {
	background-color:#002573;
}
ul.social-icons2 li a i.fa.fa-twitter:hover {
	background-color:#004A82;
}
/*-- 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;
}



.trucking_connn {
	text-align: center;
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: 500;
	line-height: 24px;
}

.form-control {
  	border: 2px solid #c5ced9;
  	transition: none;
  	box-shadow: none;
  	margin: -13px 0 0 0;
	}
.form-control:focus {
  	box-shadow: none;
  	border: 2px solid #eeaeae;
  	background: rgba(228,28,64,0.09);
	}
.form-group {margin-bottom: 0px; margin: -7px 0 0 0;}
 
.placeholder {color: rgba(249,249,249,1.00);}
::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(249,249,249,1.00);
	}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(249,249,249,1.00);
    opacity:  1;
	}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(249,249,249,1.00);
    opacity:  1;
	}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgba(249,249,249,1.00);
	}

@media (min-width: 1024px) {
  
  .form-control {
 	font-size: 16px;
    height: 40px;
  	}
 
}