/* General */
* {
	box-sizing: border-box;
}

html, body {
		height: 100%;
    width: 100%;
		padding:0px;
}

/* Navbar*/

nav {
    z-index: 2;
		background-color: white !important;
		color:black !important;
}

.nav-transparent {
    background-color: transparent !important;
}

.nav-transparent .navbar-nav>li>a {
    color: white !important;
    font-weight: bold !important;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }



	.navbar-brand>img {
	    display: block;
	    margin-top: -20px;
	    fill: red;
	    color: red;
	}

	.navbar-default {
	    background-color: #00549f !important;
			border-color: #00549f !important;
	}

	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	    background-color: #033B54 !important;
	}

	.navbar-default .navbar-nav>li>a {
	    color: white !important;
	    font-weight: bold !important;
	}

	.nav-hover {
			height: 100%;
			max-height: 90px !important;
			border-radius: 4px;
			margin-right: 1%;
			margin-left: -2%;
			display:table !important;
	}
	.nav-hover :hover {
			border-radius: 4px;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
	}
	.navbar {
		height: 10% !important;
		max-height: 90px !important;
		margin-bottom: 0px;
	}
	.navbar-header {
		width:40%;
	}
	#header {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.navbar-brand {
		max-height: 90px !important;
		height: 100% !important;
		width: 100%;
	}
	.center {
	    display: inline-block;
	    height: 100%;
			width: 100%;
	    vertical-align: middle;
	}
	.page-scroll {
		vertical-align: middle;
		display:table-cell !important;
	}
}


/* LANDING*/

.img-responsive {
	vertical-align: middle;
	height: 100%;
	max-height: 70px;
}

#mainpage {
	height: 90%;
}

.LandingPagemobile {
	padding-top: 60px;
	height: 100%;
	background-image: url('../images/landingpage.jpg');
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
	font-family: "Roboto",sans-serif;
	font-size: 40px;
	color:white;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-align : center;
	-webkit-align-items : center;
	-moz-box-align : center;
	-ms-flex-align : center;
	align-items : center;
}

.intromobile {
  font-size: 7vmin;
	color:black;
}


.LandingPage {
	padding-top: 7%;
	height: 80%;
	width: 100%;
	background-image: url('../images/landingpage.jpg');
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
  font-family: "Roboto",sans-serif;
	font-size: 40px;
  color:white;
  text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-align : center;
	-webkit-align-items : center;
	-moz-box-align : center;
	-ms-flex-align : center;
	align-items : center;
}

.intro {
  font-size: 7vmin;
	text-align: left;
	color:black;
}

.description {
	padding-top: 50px;
	text-align: center;
  font-size: 50px;
}

.landingtext {
	font-size: 1.2vw;
}

#carousel-example-generic{
	background-color: #D0D8E1 !important;
}

#featuredcompanies {
	background-color: white;
	padding-top: 10px;
	max-height: 20% !important;
}

.actions {
	padding-top: 2%;
}


/* MEDIA */


.Featured {
	width: auto;
	border: 1px solid  rgb(43,43,43);
	font-family: "Roboto",sans-serif;
}

.FeaturedHeader {
	border-bottom: 1px solid rgb(43,43,43);
	height: 50px;
}

.Featured i {
	padding-top: 12px;
	font-size: 24px;
}

.FeaturedHeader h1 {
	display: inline;
	font-size: 24px;
}

.FeaturedBody {
	height: 200px;
	margin-top: 13px;
	border-bottom: 1px solid rgb(43,43,43);
}

.FeaturedBody img {
	min-height: 175px;
	max-height: 175px;
	min-width: 175px;
	max-width: 175px;
}

.FeatureLinks {
	display: inline-block;
}

.FeatureLinkItem i{
	font-size: 60px;
}

.FeatureLinkCaption {
	display:block;
	text-align: center;
}

.FeaturedColumn {
	width: 50%;
}

.Featured a {
	text-decoration: none;
	color: rgb(34,34,34)
}

.Featured a:hover {
	text-decoration: none;
	color: rgb(1,84,160);
}

.FeatureFooter {
	max-height:50px;
	min-height: 50px;
	text-align: center;
}

.FeatureFooter h3 {
	padding:0px;
	margin:0px;
	padding-top: 10px;
}

.News {
	text-align: left;
	border-bottom: 1px solid  rgb(43,43,43);
	height: 50px;
	font-size: 30px;
}

.NewsContent {
	height: 300px;
}

.Ad img {
	margin-top: 10px;
	min-width: 200px;
	max-width: 200px;
	max-height: 330px;
}

.Ad {
	border: 1px solid  rgb(43,43,43);
}

.AdHeader {
	height:50px;
	border-bottom: 1px solid  rgb(43,43,43);
	font-size: 24px;
}

.AdHeader i {
	padding-top: 12px;
	font-size: 24px;
}

.AdBody {
	max-height: 350px;
	height: 350px;
	min-width: 200px;
}


/* MAIN*/

.intro-section {
    height: 100%;
    text-align: center;
}

.news-section {
    text-align: center;
    background-color: #0177B2;
	color:#fff;
}

.about-section {
    text-align: center;
    background-color: #F1D568;
}

.featured-companies {
	max-height: 15% !important;
}

.owl-stage-outer {
		height: 15vh !important;
}

.owl-stage {
		max-height: 15% !important;
}

.descriptiontext {
	font-size: 2vmin;
}

.imageContainer {
	height:60%;
	position:relative;
}

.imageContainer-home {
	height:55%;
	position:relative;
}

.imageContainer img {
	position:absolute;
	left:0;
	max-height: 80%;
	max-width: 100%;
	bottom:0;
}

.gotoNext {
	height:20%;
	padding-top: 3%;
}
.gotoPrev {
	height:20%;
	padding-top: 3%;
}
.followmobile {
	text-align: center;
	color:white;
	font-size: 60px;
}

.follow {
	text-align: left;
	margin-top:6%;
	color:white;
	font-size: 4em;
}

.descriptiontextmobile {
	font-size: 14px;
}

.News {
	text-align: left;
	margin-top:2%;
	margin-bottom: 40px;
	color:black;
	font-size: 60px;
	border: none;
}

.Newsmobile {
	text-align: center;
	margin-top:2%;
	color:black;
	font-size: 60px;
	border: none;
}

#community {
		height: 40%;
		width: 100%;
		background-color: #F1D568;
		color:black;
		z-index: -1;
}

#communitymobile {
		height: 60%;
		width: 100%;
		background-color: #F1D568;
		color:black;
		z-index: -1;
}

.quote {
		padding-top: 10%;
		font-size: 38px;
		color:white;
		text-transform: uppercase;
}

#services {
	height: 40%;
	background-color:gray;
	padding-bottom: 75px;
}

#social {
	background-color: #5B6068;
	padding-top: 75px;
	padding-bottom: 75px;
}

#numbers {
		height: 45%;
		width: 100%;
		background: url('/images/truckguy2.jpg') no-repeat center center fixed;
		-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
		z-index: -1;
}

.blob {
		margin:auto;
		z-index: 200;
		width: 300px;
		height: 300px;
		background: rgba(34,34,34,0.91);
	  border-radius: 50%;
	  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.numbers-title {
	color: white;
}

.job-count {
	padding-top: 20%;
	color: white;
	font-size: 40px;
}

.job-description {
	color: #00549F;
	font-size: 40px;
}

.social {
    background-color: gray;
    height: 60px;
}

.social a{
    color: white;
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.social i{
    padding-left: 6px;
    padding-top: 3px;
}

.social a:hover{
    color: white;
    background-color: #444444;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.contact-section {
    /*height: 150px;*/
    width: 100%;
    padding-top: 15px;
    text-align: center;
    background-color: #26282B;
}

.contact-section-mobile {
    /*height: 200px;*/
    width: 100%;
    padding-top: 15px;
    text-align: center;
    background-color: #26282B;
}

.contact-section h4 {
    color: #00549f;
    border-bottom: 1px solid #777;
    padding-bottom: 5px;
}

.contact-section p {
    color: white;
}

#contact > div.container-fluid.contact-section > div > div.col-xs-3.col-xs-offset-1 > p:nth-child(4){
    border-bottom: 1px solid #777;
    padding-bottom: 5px;
}

#contact > div.container-fluid.contact-section > div > div.col-xs-7 > p:nth-child(6) {
    border-bottom: 1px solid #777;
    padding-bottom: 5px;
}

.legal {
    height: 56px;
    padding-top: 10px;
    padding-bottom: 15px;
    width: 100%;
    background: #1f1f1f;
}
.legal-mobile {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 15px;
    width: 100%;
    background: #1f1f1f;
}
.legal p {
    text-align: center;
    color: white;
    font-size: 12px;
    line-height: 15px;
    padding-top: 15px;
}

.terms {
	margin-bottom: 10px;
}

.rules {
	font-size: 10px;
	color: white;
}
/* Experimental */

@media (min-width: 768px){
.navbar {
    border-radius: 0px !important;
}}


.carousel{
    height: 80%;
    background: #2f4357;
    margin-top: 20px;
}

/*.slide1 .slide2 .slide3{
    background-image: url("../images/truck.jpg");
    height: 50%;
}
*/
.carousel .item img{
    margin: 0 auto; /* Align slide image horizontally center */
}
.bs-example{
	margin: 20px;
}

.header-logo {
	max-height: 50px;
	padding-left: 30px;
}

.header-logo img {
	max-height: 6%;
}


/* Login Page    */
.Loginpage {
	position: absolute;;
	height: 100%;
	width: 100%;
 	background-size: cover !important;
	background: url(../images/Driverlink_BG_Banner.jpg) no-repeat center;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-align : center;
	-webkit-align-items : center;
	-moz-box-align : center;
	-ms-flex-align : center;
	align-items : center;
}

.logo {
	max-width: 400px;
	padding-top: 50px;
	padding-bottom: 20px;
}

.control-label {
	float: left;
	color: gray !important;
	font-size: 15px !important;
	padding-bottom: 5px !important;
}

/*.form-group {
	margin-top: -15px !important;
}*/

.checkbox  {
	float: left;
}

.login-page {
	width:100%;
	height:50px;
  background-color:rgba(238,238,238,0.60) !important;
	border: 1px solid gray;
}

.header-logo {
	max-height: 50px;
	padding-left: 30px;
}

.header-logo img {
	max-height: 50px;
}


.loginsubmit {
	border-radius: 4px;
	border-width: 0px;
	padding: 5px 0px 5px 0px;
	width:100%;
	margin-bottom:10px;
	font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
	border-radius: 0px !important;
	background-color: #5BB65D !important;
  display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color:white;
}

.divider {
	height:5px;
	margin-bottom: 15px;
	border-bottom: 1px solid gray;
	float:right;
	width: 202px;
}

.loginsubmit:hover {
	background-color: #00396d;
}

.QuickLinks {
	font-size:14px;
}

.nav-pills > li.active > a, .nav-pills > li.active {
	background-color: #00549F !important;
	border-radius: 4px;
}

.searchBar {
  position: relative;
  display: table-cell;
	color:black;
  height: 60px;
	width: 100%;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  font-size: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
	border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

#navigation > li > a:hover {
	background-color: #00549F !important;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: white;
}

/* News section cards */
.card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card {
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 2px;
  background-clip: padding-box;
}
.card span.card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.card .card-image {
	max-height: 40%!important;
}

.card .card-image img {
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  position: relative;
}

.card-content {
	position: relative !important;
}
.card .card-image span.card-title {
  padding: 16px;
}
.card .card-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.card .card-content p {
  margin: 0;
  color: inherit;
}
.card .card-content span.card-title {
  line-height: 48px;
}
.card .card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 16px;
}
.card .card-action a {
  color: #00549F;
  margin-right: 16px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.card .card-action a:hover {
  color: #014480;
  text-decoration: none;
}

/* community */
.community-people {
  overflow: hidden;
  position: relative;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0px;
  text-align: center;
  padding: 0;
  background-color: #284c79;
  color: rgba(136, 172, 217, 0.5);
}
.content {
	margin-top:15px;
}
.content p {
	color: #fff;
}
.content h3{
	color: #fff;
}
.content .btn{
	color: #fff;
}
.community-people .header-bg {
  width: 100%;
  height: 70px;
  border-bottom: 1px #FFF solid;
  z-index: 1;
}
.community-people .avatar {
  position: relative;
  margin-top: 15px;
  z-index: 100;
}

.community-people .avatar img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid rgba(237, 237, 237, 0.6);
}

/* Carousel */

.slides,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

.carousel-inner {
  border-radius: 6px;
}

.carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 0 25px;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.section-white {
  background-color: #fff;
  color: #555;
}

@media screen and (min-width: 768px) {

  .section-white {
     padding: 1.5em 0;
  }

}

@media screen and (min-width: 992px) {

  .container-carousel {
    max-width: 930px;
  }

}

.btn-landing {
	height:70px;
	width:100%;
	font-size: 18px;
	color:white !important;
	background-color:#5B6068;
}

.btn-landing-left {
	background-color: #CF122A;
	font-size: 18px;
	color:white !important;
	height:70px;
	width:100%;
}

.btn-landing-left:hover {
	background-color: #7F0D15 !important;
}

.btn-landing-left:focus {
	background-color: #7F0D15 !important;
}

.btn-landing:hover {
	background-color: #2e3136 !important;
}

.btn-landing:focus {
	background-color: #2e3136 !important;
}

.btn-search {
	padding-right: 15px !important;
	background-color: white !important;
	color: #5B6068 !important;
	height:70px;
}

.custom-search-form {
	width:100% !important;
	background-color:white;
	height:70px;
	color:black;
	padding-left: 10px;
	font-size: 24px;
	border: none;
}

.bottom {
	list-style: none;
  display: inline-block;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	color:white;
}

.bottom h4 {
	color:white;
	text-decoration: none;
	border:none;
}
