/*
Theme Name: Hightower Theme
Theme URI: http://hightoweragency.com
Description: A basic theme to build the best website ever on.
Author: HTA
Version: 1.0
*/

.chromeframe {position: absolute; top: 0;}

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* A Linux- and Windows-friendly sans-serif font stack: https://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* Using local fonts? Check out Font Squirrel's webfont generator: https://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: https://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }


/* And here begins the WordPress fun.
-------------------------------------------------------------------------------*/

body {
	margin: 0;
}

.clear	{
	clear: both;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.left {
	float: left;
}

.right {
	float: right;
}

.half {
	width: 49%;
}

p {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 30px;
}

ul {
	padding-left: 0;
}

li {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 300;
}

.wrap {
	width: 96%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 2%;
}

#header {
	position: fixed;
	height: 90px;
    width: 100%;
    z-index: 999;
    transition: background 0.5s ease,box-shadow 0.5s ease,height 0.5s ease,transform .5s ease,-webkit-transform .5s ease;
    /*background: rgba(256,256,256,0.9);*/
    background: #ffffff;
}

#header.header-scroll {
    box-shadow: 0 4px 14px rgba(0,0,0,.5);
	transition: background-color 0.5s ease,box-shadow 0.5s ease,height 0.5s ease,transform .5s ease,-webkit-transform .5s ease;
	height: 60px;
}

.logo {
	float: left;
	width: 344px;
	z-index: 999;
    position: relative;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.logo img {
	box-shadow: 0px 5px 14px #999999;
	width: 100%;
	 -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    display: block;
}

.header-scroll .logo {
	width: 175px;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    display: block;
}

.header-scroll .logo img {
	width: 100%;
	 -webkit-transition: width 0.5s ease;
    transition: box-shadow 0.5s ease;
    display: block;
}

.header-scroll #nav ul {
	margin-top: 20px;
}

.header-scroll .header-phone {
	padding-top: 9px;
}

.header-scroll .mobile-menu-btn {
	top: -5px;
}

/*
.header-scroll #logo {
	width: 150px;
	-webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    display: block;
}*/

#nav {
	float: left;
	margin-left: 100px;
}

#nav ul {
	margin-top: 35px;

}

#nav li {
	list-style: none;
	display: inline-block;
	padding: 0 30px;
}

#nav li a {
	font-family: 'Teko', sans-serif;
	font-size: 22px;
	color: #203368;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}

.header-phone {
	float: right;
	padding-top: 30px;
}

.header-phone img {
	vertical-align: middle;
	margin-right: 15px;
}

.mobile-menu-btn {
  display: none;
  position: absolute;
  right: 0;
  top: 11px;
  height: 70px;
  width: 70px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
.mobile-menu-btn span {
  display: block;
  position: absolute;
  width: 25px;
  left: 21px;
  height: 4px;
  background: #1F4BDE;
  -webkit-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
/*  box-shadow: 0px 1px 3px #727272;*/
}
.mobile-menu-btn span:nth-child(1) {
  top: 25px;
}
.mobile-menu-btn span:nth-child(2) {
  top: 32px;
}
.mobile-menu-btn span:nth-child(3) {
  bottom: 27px;
}
.mobile-menu-btn.active span:nth-child(1) {
  top: 33px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu-btn.active span:nth-child(2) {
  display: none;
}
.mobile-menu-btn.active span:nth-child(3) {
  bottom: 33px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

#mobile-nav {
	display: none;
}

#mobile-nav.active {
	display: block;
}

#mobile-nav.active {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

#mobile-nav {
  position: fixed;
  z-index: 900;
  top: 70px;
    padding-top: 50px;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background: rgba(31,75,222,1);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#mobile-nav .menu-navigation-container {
	float: none;
	margin-top: 130px;
}

#mobile-nav .arrow {
	display: none;
}

#mobile-nav ul {
	padding-left: 0;
}

#mobile-nav li {
	list-style: none;
	text-align: center;
	 border-top: 1px solid #ffffff;
}

#mobile-nav li:first-child {
	border-top: none;
}

#mobile-nav li a {
	text-decoration: none;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    display: block;
    text-transform: uppercase;
    padding-left: 25px;
    font-family: 'Teko', sans-serif;

	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
}

#mobile-nav li.menu-item-14 {
	border-top: none;
}

#mobile-nav .sub-menu a {
	padding-left: 65px;
}

.video-container {
	position: relative;
    width: 100%;
    max-height: 750px !important;
    min-height: 750px !important;
}

.video-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.covervid-video {
  /*position: absolute;*/
  z-index: -100;
}

.video-container img {
	margin-top: -30px;
    z-index: -1;
    position: relative;
}

.header-phone a {
	font-family: 'Teko', sans-serif;
	font-size: 22px;
	color: #203368;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}

.page-main {
	padding: 50px 0;
}

.dots-main {
	position: absolute;
    z-index: -1;
    margin-top: -115px;

}

.page-main h1 {
	font-family: 'Teko', sans-serif;
	text-align: center;
	font-size: 98px;
	font-weight: 600;
	color: #203368;
	text-transform: uppercase;
	margin: 0;
	line-height: 84px;
}

.page-main .title-desc {
	display: block;
	font-family: 'Teko', sans-serif;
	text-align: center;
	color: #0d4bde;
	font-size: 35px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	line-height: 33px;
	margin-bottom: 5px;
}

.home-services {
	background: #e5e4e4;
}

.img-margin {
	margin-top: -30px;
	margin-bottom: -3px;
}

.img-shadow {
	box-shadow: 0px -4px 10px #d0d0d0;
}

h2 {
	font-family: 'Teko', sans-serif;
	font-size: 55px;
	font-weight: 600;
	color: #203368;
	text-transform: uppercase;
	line-height: 53px;
	margin: 0;
}

.title-desc {
	display: block;
	font-family: 'Teko', sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #0d4bde;
	text-transform: uppercase;
	line-height: 20px;
	margin: 0;
}

.services-content {
	float: left;
    width: 64%;
}

.home-content .title-desc {
	margin-top: 40px;
}

.home-content ul {
	padding-left: 20px;
}

.arrow {
	margin-bottom: 7px;
	transition: all .2s;
}

.arrow:hover {
	transform: translateY(-3px);
}

.full-width {
	width: 100%;
}

.dots-services {
	float: right;
    margin-top: -25px;
    width: 34%;
}

.home-drivers {
	background-image: url('images/home-drivers-bg.jpg');
	background-position: center center;
	height: 490px;
}

.home-drivers .home-content {
	max-width: 425px;
	width: 100%;
}

.home-about {
	background: #e5e4e4;
}

.home-buttons {
	padding: 35px 0;
}

.home-buttons-container {
	background: #0d4bde;
	padding: 25px 0 30px;
	text-align: center;
}

.home-button {
	display: inline-block;
	text-align: center;
	padding: 0 60px;
}

.home-button a {
	text-decoration: none;
}

.home-button span {
	display: block;
	font-family: 'Teko', sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 20px;
	margin: 0 0 8px 0;
}

.home-button img {
	transition: all .2s;
}

.home-button img:hover {
	transform: translateY(-3px);
}


footer {
	background: #203368;
	padding: 40px 0 30px;
}

.dots-footer {
	margin-top: -270px;
    position: absolute;
    margin-left: 5px;
}

footer small {
	display: block;
	text-align: center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 500;
}

.footer-container {
	width: 100%;
	max-width: 776px;
	margin: 0 auto;
}

.footer-quarter {
	width: 25%;
	float: left;
	text-align: center;
}

.footer-quarter p,
.footer-quarter a {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	line-height: 22px;
}

.footer-quarter li {
	list-style: none;
	line-height: 22px;
}

.social-icon {
	margin-top: 50px;
}

.smartway-icon {
	margin-top: 40px;
}

/* Interior Page Styles
-------------------------------------------------------------------------------*/

.interior-header {
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: -1;
}

.blue-bg {
	background-color: #0d4bde;
	padding-top: 40px;
	padding-left: 20px;
	margin-bottom: 40px;
	color: #ffffff;
}

.blue-bg h2,
.blue-bg .title-desc {
	color: #ffffff;
	text-align: left;
}

.one-third {
	width: 30%;
}

.mission .one-third {
	width: 33%;
}

.fine-print {
	font-size: 16px;
  line-height: 24px;
}

.mission {
	height: 415px;
}

.mission-vid {
	margin-top: 20px;
}

.grey-bg {
	background-color: #e5e4e4;
	padding: 70px 0 40px;
}

.history-img {
	margin-top: -50px;
}

.timeline-container {
	width: 96%;
	max-width: 980px;
	margin: 0 auto;
	padding: 50px 2%;
}

.timeline-item {

}

.timeline-date {
	display: inline-block;
	width: 7%;
	float: left;
	font-family: 'Teko', sans-serif;
	font-size: 35px;
	font-weight: 600;
	color: #0d4bde;
	text-transform: uppercase;
	margin: 0;
}

/*.timeline-dash {
	display: inline-block;
	width: 6%;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
	margin-top: 10px;
}*/

.timeline-dash {
	display: inline-block;
	width: 6%;
	float: left;
	border-top: 1px solid #000;
    margin-top: 22px
}

.timeline-desc {
	display: inline-block;
	width: 86%;
	float: right;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
	margin-top: 10px;
}

.fleet {
	height: 293px;
    padding: 0;
}

.fleet p {
	margin-top: 50px;
}

.smartway {
	padding: 40px 0;
}

.three-fourth {
	width: 65%;
}

.smartway p {
	margin-left: 40px;
}

.dots-smartway {
	float: right;
    margin-top: -150px;
    margin-bottom: -113px;
}

.smartway-logo {
	margin-top: 25px;
    float: right;
    margin-right: 40px;
    position: relative;
}

.services-vid {
	height: 425px;
	margin: 0 40px 100px;
}

.contact-container .wrap {
	max-width: 1085px;
}

.contact-card {
	background-color: #fff;
	box-shadow: 0px 0px 10px #d0d0d0;
	max-width: 430px;
	width: 100%;
	padding: 40px 35px 1px;
	min-height: 365px;
	margin: 0 auto 53px;
}

.contact-card h2 {
	font-size: 35px;
	line-height: 32px;
	font-family: 'Teko', sans-serif;
	font-weight: 600;
	color: #0d4bde;
	text-transform: uppercase;
	margin: 0;
}

.contact-card a {
	color: #0d4bde;
    font-weight: bold;
    text-decoration: none;
}

.dots-contact {
	z-index: -1;
    float: right;
    margin-top: -245px;
    position: relative;
    margin-bottom: -75px;
}

.services-vid .one-third {
	padding-top: 10px;
}

.quote {
	display: block;
	margin: 0 auto;
}

.services-vid p {
	display: block;
    font-family: 'Teko', sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    line-height: 50px;
    margin: 20px 0 10px;
}

/* Media queries!
-------------------------------------------------------------------------------*/

@media (max-width: 1300px) {
	.services-content {
		width: 70%;
	}

	.dots-services {
		width: 29%;
	}

	.img-margin {
		margin-top: 0;
	}
}

@media (max-width: 1205px) {
	#nav {
		margin-left: 15px;
	}

	.home-drivers {
		background-position: initial;
		background-position-x: -569px
	}
}

@media (max-width: 1105px) {
	.logo {
		width: 260px;
	}


	.logo img {
		padding-top: 20px;
	}

	.header-scroll .logo img {
		padding-top: 0;
	}

	.video-container {
    	max-height: 675px !important;
    	min-height: 675px !important;
	}

	.contact-card {
		width: 84%;
    	padding: 40px 6% 1px;
    	margin: 0 auto 40px
	}

	.services-vid p {
		font-size: 44px;
		line-height: 44px;
	}
}

@media (max-width: 1024px) {
	#nav li {
		padding: 0 18px;
	}

	#nav li:last-child {
		padding-right: 0;
	}

	.header-phone {
		padding-top: 33px;
	}

	.header-phone img {
		width: 35px;
		margin-right: 5px;
	}

	.video-container {
    	max-height: 625px !important;
    	min-height: 625px !important;
	}

	.home-main h1 {
		font-size: 88px;
	}

	.smartway-logo {
		margin-right: 0;
	}

	.services-vid .one-third {
		padding-top: 10px;
	}

	.services-vid p {
		font-size: 36px;
		line-height: 40px;
	}

	.mission {
    height: 100%;
  }
}

@media (max-width: 900px) {
	#nav {
		display: none;
	}

	.header-phone {
		margin-right: 55px;
		padding-top: 27px;
	}

	.header-phone-number {
		display: none;
	}

	.mobile-menu-btn {
		display: block;
	}

	.video-container {
    	max-height: 500px !important;
    	min-height: 500px !important;
	}

	.covervid-video {
		margin-top: -165px;
	}

	.home-main h1 {
		font-size: 72px;
/*		line-height: 84px;*/
	}

	.dots-main {
		margin-top: -75px;
	}

	.dots-main img {
		width: 150px;
	}

	.dots-footer {
		width: 150px;
		margin-top: -235px;
	}

	.half {
		width: 100%;
	}

	.left,
	.right {
		float: none;
	}

	.contact-card {
		min-height: initial;
    	margin: 0 auto 57px;
	}

	.fleet {
		height: 100%;
		padding-top: 20px;
	}

	.three-fourth {
    	width: 100%;
	}

	.one-third {
    	width: 100%;
	}

	.mission .one-third {
		width: 97%;
	}

	.dots-smartway {
		display: none;
	}

	.smartway-logo {
		float: none;
    	margin: 0 auto;
    	display: block;
	}

	.services-vid {
    	height: 100%;
    	margin: 0 0px 5px;
    	padding-bottom: 40px;
	}

	.mission-vid {
    	margin-top: 0px;
    	width: 97%;
	}

	.mission {
    	height: 100%;
    	padding-bottom: 40px;
	}

	.timeline-date {
		width: 7%;
	}

	.timeline-dash {
		margin-left: 1%;
	}

	.timeline-desc {
		width: 85%;
		margin-left: 1%;
	}

	.smartway p {
    	margin-left: 0;
	}

	.services-vid .one-third {
		padding-top: 30px;
	}

}

@media (max-width: 768px) {
	.dots-main {
		display: none;
	}

	.dots-services {
		display: none;
	}

	.dots-footer {
		display: none;
	}

	.timeline-date {
		width: 10%;
	}

	.timeline-dash {
		margin-left: 1%;
	}

	.timeline-desc {
		width: 81%;
		margin-left: 1%;
	}
}

@media (max-width: 600px) {
	#header {
		height: 70px;
	}

	.logo {
		width: 220px;
	}

	.logo img {
		padding-top: 10px;
	}

	.header-phone {
		padding-top: 19px;
	}

	.mobile-menu-btn {
		top: 3px;
		margin-right: 0;
	}

	.timeline-item {
    	margin-bottom: 15px;
	}

	.timeline-date {
		width: 14%;
	}

	.timeline-dash {
		margin-left: 1%;
	}

	.timeline-desc {
		width: 75%;
		margin-left: 1%;
	}

	.interior-header {
		height: 350px;
	}
}

@media (max-width: 500px) {
	.social-icon {
		margin-top: 0;
	}

	.footer-quarter {
		width: 100%;
		float: none;
	}

	.footer-quarter li {
		display: inline-block;
		padding: 0 12px;
	}

	.smartway-icon {
    	margin-top: 15px;
    	margin-bottom: 15px;
	}

	.home-button img {
		margin-bottom: 25px;
	}

	.home-drivers {
		height: 400px;
	}

	.contact-card h2 {
		font-size: 27px;
		line-height: 26px;
	}
}

@media (max-width: 450px) {
	.timeline-date {
		width: 18%;
	}

	.timeline-dash {
		margin-left: 1%;
	}

	.timeline-desc {
		width: 72%;
		margin-left: 1%;
	}

	.page-main h1 {
		font-size: 76px;
		line-height: 70px;
	}

	.page-main .title-desc {
		font-size: 28px;
	}
}

