@charset "utf-8";
/* CSS Document */

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, input, textarea, select {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}


/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	margin:0;
	padding:0;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	border-top:5px solid #ff9600;
	/*background: url(../images/drivingschool.png) no-repeat center top;
    background-size: 100%;*/
}
.p-title-blue{
		color: #4F81BD
	}
.underline{
		text-decoration: underline;
	}
.margin-zero {
		margin: 0 !important;
	}

.headerBlock{
	background:#fff;
	width: 100%;
	float: left;	
	padding: 25px 0;
	box-shadow: 0 1px 1px 1px rgba(00, 00, 00, 0.1);
	z-index: 1;
    position: relative;
}

.centerBlock{
	width: 1170px;
	margin:auto;	
} 

.headerBlock .logo{
	width:auto;
	float:left;	
}

.headerBlock .social-icons{
	width:auto;
	float: right;
	margin-top: 5px;	
}
.headerBlock .social-icons ul{
	width:58%;
	float: right;
}
.headerBlock .social-icons li{
	list-style:none;
	float:left;
	    padding: 0 5px;
}
.headerBlock .social-icons li img{
	height: 12px;	
}

.thanksBlock{
	background:#fff;
	width: 100%;
	padding: 25px 0;
	/*border-top:20px solid #ff9600;
	position: fixed;
	bottom:0;
	left:0;
	right: 0;*/
	float:left;
}

.thanksBlock .thanksContent{
	text-align:center;
	color: #000000;
	font-size:13px;
}

.contentBlockmain{
    background: #f5f5f5;
	min-height: 57.6vh;
}

.serviceBlockmain{
    background: #f5f5f5;
    width: 100%;
    float: left;
    /*border-top: 1px solid #F2F2F2;*/
	border-bottom: 1px solid #F2F2F2;
}

.serviceBlock{
	width: 75%;
    margin: auto;	
}

.image-card{
	width: 47%;
	float: left;
	padding:35px 30px;	
	display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.image-card:first-child{
	padding-left:0;	
}

.image-card:last-child{
	padding-right:0;	
}

.bg-section-dark {
    background-color: #333;
    color: #FFF;
	/*border: 10px solid #f5f5f5;*/
}

.image-card figure {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
	margin:0;
}

.image-card figure .flex-wrapper {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    position: relative;
}

.image-card figure .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}

.image-card figure img {
    display: block;
    width: 100%;
    height: auto;
	max-height: 240px;
}

.image-card figure h2 {
	position: absolute;
    text-shadow: 0 3px 4px rgba(0,0,0,0.5), -3px 1px 4px rgba(0,0,0,0.25);
    top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 28px;
    /* letter-spacing: 1px; */
}

.image-card figcaption {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    max-width: 100%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    padding: 32px;
}

.image-card figcaption p {
    display: block;
    width: 100%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    color: #FFF;
    font-size: 15px;
    margin-bottom: 32px;
	    line-height: 24px;
		min-height: 75px;
}

.btn{
    color: #FFF;
    background-color: #ff9600;
    border-color: transparent;
	border-width: 0;
    text-transform: uppercase;
    line-height: 1;
	border-radius: 2px;
	padding-top: 18px;
    padding-bottom: 17px;
    font-size: 15px;
	text-align:center;
	text-decoration: none;
	font-weight: bold;
        width:100%;
}



.sectionBlock{
	width: 100%;
    float: left;
    padding: 25px 0;
}
.banner{
    background: url(../images/drivingschool.png) no-repeat center center;
    padding: 140px 0;
    background-size: cover;	
	border-bottom: 20px solid #ff9600;
}
.mySlides {display: none}


/* Slideshow container */
.slideshow-container {
     width: 600px;
    position: relative;
    float: right;
}
.slider{
	width:100%;
	float:left;}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  width: 100%;
  text-align: right;
}

.text p {
    font-size: 16px;
    text-transform: uppercase;
	margin-bottom:5px;
}

.text strong {
    font-size: 28px;
    color: #ff9600;
}

.text i {
    font-size: 18px;
    margin-top: 15px;
    float: right;
    width: 100%;
}

.text-style{
 width:100%;
 float:right;
 font-size:35px;
 margin-top:40px;	
}

.text .text-style i{
	margin-top:30px;
}

.pagination{
text-align: right;
    /* bottom: 0; */
    /* z-index: 99; */
    position: relative;
    clear: both;
	margin-top:30px;
    width: 100%;
	float:right;	
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 9px;
  width: 9px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #ff9600;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}






#container_main h5{
	width:100%;
	float:left;
	margin-bottom:15px;
	padding-bottom:10px;
	font-size:20px;
	font-weight:bold;
	color:#ff9600;
	text-transform:uppercase;
	line-height:15px;
	border-bottom:2px solid #ff9600;
	    margin-top: 10px;
}

#container_main h6 {
    width: 100%;
    float: left;
    margin: 5px 0 15px 0;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    line-height: 15px;
}

#container_main p{
	width:100%;
	float:left;
	font-size:14px;
	color:#000000;
	line-height:22px;
	text-align: justify;
	margin-bottom: 15px;
}

#container_main ul{
	margin:0px 0 13px 15px;
	padding:0;
	width:100%;
	float:left;
}

#container_main li{
	float:left;
	clear:both;
	font-size:14px;
	color:#000000;
	line-height:25px;
}



/*------------------ footer starts ---------------------------*/

#footer{
	float:left;
	width:100%;
	background:#ffffff;
	position:relative;
}

.footer_top{
	width:100%;
	float:left;
	padding:40px 0 30px;
	border-bottom:1px solid #ddd;
}

.footer_top ul{
	margin:0;
	padding:0;
}

.footer_top li{
	list-style:none;
	float:left;
	width: 33%;
	position:relative;
	min-height:160px;
}

.footer_top li h2{
	width:auto;
	float:left;
	font-size:15px;
	color:#444;
	text-transform:uppercase;
	margin-bottom:20px;
	line-height:11px;
}

.footer_top ul ul{
	margin:0;
	padding:0;
}

.footer_top li li{
	clear:both;
	border:none;
	box-shadow:none;
	padding:0;
	margin:0;
	font-size:13px;
	color:#000000;
	line-height:28px;
	min-height:0;
	width:100%;
}

.footer_top li li a{
	text-decoration:none;
	color:#000000;
	margin-left:5px;
}

.footer_top li li a:hover{
	text-decoration:underline;
}


.featureBlockmain{
	background:#fff;
	    padding: 50px 0;	
}
.trubicars-features{
	width: 100%;
	float: left;	
}

.trubicars-features ul{
	margin:0;
	padding:0;
	float:left;
	width:100%;	
}

.trubicars-features li{
	list-style: none;
	float: left;
	padding: 0 40px;
	margin: 15px 0;	
	box-sizing: border-box;
	width:33%;
	border-left: 1px solid #ddd;
	min-height: 110px;
}

.trubicars-features li:first-child{
	padding-left:0;	
	border-left: none;
}

.trubicars-features li:last-child{
	padding-right:0;	
}

.trubicars-features li h2{
	font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 15px;
    margin-bottom: 15px;
	float:left;
	width:100%;
}


.trubicars-features li p{
	color: #000000;
    line-height: 22px;
    text-align: justify;
	float:left;
	width:100%;
	font-size: 14px;
}

.contact-block, .form-section, .controls{
	float:left;
	width:100%;
}
.form-action{
	background-color: #FFF;
    border: solid 1px #DDD;
    padding: 40px 100px;
    margin: 30px auto ;
    width: 510px;	
	    overflow: hidden;
}

.contact-title{
    font-size: 20px;
    text-transform: uppercase;
    color: #ff9600;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
	float:left;
	width:100%;
}

.lead {
    color: #000;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 35px;
    text-align: center;
	float:left;
	width:100%;
}

.form-section .form-group{
	float:left;
	width:100%;
	margin-bottom:15px;
}

.form-section .form-group .control-label{
	float:left;
	width:100%;
	font-size: 14px;
    color: #000000;
    line-height: 22px;
}

.form-group .control-label .form-label{
	float: left;
	width:auto;	
}

.form-group .control-label .required{
	float: right;
	width:auto;	
	font-size: 11px;
}
.form-group .input-group{
	width:100%;
	float:left;
	margin-top:5px;	
}
.form-control {
    display: block;
    width: 100%;
    height: 39.5px;
    padding: 12px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
	box-sizing: border-box;
    border: 1px solid #CCC;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

textarea.form-control{
    height: auto;
}

.landing-regular-text {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin: 30px 0 0;
    float: left;
    width: 100%;
}

.landing-regular-text a{
	color: #ff9600;
	text-decoration:none;
}

.login{
	margin-top:15px;
}

.login a{
	margin-top:15px;
	font-weight:bold;
}

.career-banner{
	-webkit-box-shadow: inset 0 76px 80px -32px rgba(0,0,0,0.9), inset 0 -76px 80px -32px rgba(0,0,0,0.9);
    box-shadow: inset 0 76px 80px -32px rgba(0,0,0,0.9), inset 0 -76px 80px -32px rgba(0,0,0,0.9);
	min-height: 87vh;
    color: #FFF;
    background-color: #1a1a1a;
	position:relative;
	float: left;
    width: 100%;
}

.career-banner-content{
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	text-align:center;
}

.career-banner-content  .text-style{
	margin-bottom:30px;
	font-size: 45px;
}

.career-banner-content .btn{
	width:auto;
	padding: 20px;	
}

@media (max-width: 1440px){
	.image-card {
		width: 47%;
		padding: 35px 20px;
	}
}


@media (max-width: 1200px){
 	.centerBlock {
		width: 93%;
	}
	.contentBlockmain {
		min-height: 0;
	}
}

@media (max-width: 991px){
	.image-card {
		width: 46.5%;
	}
	.banner{
		padding: 30px 0;
	}
	.slideshow-container {
    	width: 48%;
	}
	.text i {
		font-size: 16px;
		margin-top: 8px;
	}
	.text-style {
		font-size: 30px;
	}
}


@media (max-width: 767px){
	.headerBlock .logo {
		width: 55%;
	}
	.centerBlock, .serviceBlock {
		width: 90%;
	}
	.serviceBlockmain {
		padding: 8px 0;
	}
	
	.footer_top li {
		width: 100%;
		min-height: 0;
		margin-bottom: 25px;
	}
	.footer_top li h2 {
		margin-bottom: 10px;
	}
	.footer_top li:last-child {
		margin-bottom: 0;
	}
	#container_main h5 {
		font-size: 18px;
	}
	#container_main p, #container_main li {
		font-size: 13px;
		line-height: 19px;
	}
	#container_main li{
		width: 94%;	
	}
	#container_main h6 {
		margin: 5px 0 10px 0;
		font-size: 14px;
		line-height: 15px;
	}	
	.thanksBlock {
		padding: 15px 0;
	}
	.footer_top {
		padding: 20px 0 15px;
	}
	.sectionBlock {
		padding: 15px 0 10px;
	}
	
	.footer_top li li {
		font-size: 12px;
		line-height: 24px;
	}
	.image-card figure h2 {
		font-size: 20px;
	}
	.image-card figcaption {
		padding: 15px;
	}
	.image-card figcaption p {
		font-size: 13px;
		margin-bottom: 20px;
		line-height: 22px;
	}
	.btn {
		padding-top: 12px;
		padding-bottom: 14px;
		font-size: 13px;
	}	
	.banner {
    padding: 30px 0;
}
.form-action {
    padding: 30px 30px;
    width: 100%;
	margin: 5px auto;
    box-sizing: border-box;
}
.career-banner-content {
    width: 85%;
}
}
@media (max-width: 650px){
	.image-card {
		padding: 8px 0;
		width: 100%;
	}
	.image-card figure img {
		max-height: 160px;
	}
	
	.image-card figcaption p {
		min-height: 0;
	}
	.banner{
		padding: 30px 0;
	}
	.text {
		font-size: 15px;
	}	
	.text p {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.text strong {
		font-size: 20px;
	}
	.text i {
		font-size: 13px;
		margin-top: 5px;
	}
	.text-style {
		font-size: 18px;
		margin-top: 25px;
	}
	.text .text-style i {
		margin-top: 18px;
	}
	.pagination {
		margin-top: 10px;
	}
	.dot {
		height: 8px;
		width: 8px;
		margin: 0 0px;
	}
	.headerBlock .social-icons{
		margin-top:0;	
	}
        
        	.trubicars-features li {
    padding: 0 0;
    min-height: 0;
	width:100%;
}
.career-banner-content .text-style {
    font-size: 25px;
	    margin-bottom: 20px;
}
.career-banner-content .btn {
    padding: 15px;
}
.trubicars-features li h2 {
    font-size: 18px;
    margin-bottom: 5px;
}
}
