/*TEXT STYLES*/
h1, h2, h3, h4 {
	font-family: 'Raleway', sans-serif !important;
}
.dark {
	color: #50535a;
}
.med {
	color: #626c7a ;
}
.light {
	color: #a87b4f;
}
.bold {
	font-weight: 600;
}
.grey {
	background: #F5F6F7;
}
.white {
	color: #fff;
}
h1 {
	font-size: 58px;
}
h2 { 
	font-size: 34px;
}
h3 {
	font-size: 25px;
}
.underline {
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 20px;
}
.shadow {
	box-shadow: 1px 3px 5px #CCC,
				1px -3px 5px #CCC;
}
a:hover{
	text-decoration: none;
}
.fullheight {
	height: 100%;
}

/*PAGE SECTION SIZES*/
/*LOGO*/
nav {
/*	position: absolute;*/
	z-index: 999;
}
nav img {
/*	margin-left: 52px;
	position: absolute;*/
	z-index: 999;
}
/* ul { */
/* 	text-align: right; */
/* 	height: 57px; */
/* 	padding-top: 10px; */
/* } */
.top-menu-item {
 	list-style: none;
 	display: inline-block;
 	height: 100%;
}
.top-menu-item a {
	font-size: 1.3em;
	letter-spacing: 0.1em;
	font-weight: 300;
 	padding: 20px 25px;
}


.btn-primary {
	background: #6083a7;
	color: #fff;
    letter-spacing: 0.1em;
    padding: 7px 25px;
    border-radius: 5px;
    border: none;
}

.btn-primary:hover {
	color: #fff;
	background: #1e3c57;
}
.btn-warning:hover {
    color: #fff;
    background-color: #eea236;
    border-color: #BD812B;
}
.btn-blue{
	background: rgb(96, 131, 167);
	border: none;
	padding: 8px 15px;
	color: #fff;
	text-transform: none;
}
.btn-blue.focus, .btn-blue:focus, .btn-blue:hover {
	background: rgb(74, 104, 134);
	color: #DADADA;
	text-decoration: none;
}
.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}
.mainBox {
	height: 100%;
	background: #eee;
}
.description {
	margin-top: 4%;
}
.description h1 {
	font-size: 2.2em;
}
.description h3 {
	margin-right: 10%;
}

.description .btn{
	margin-top: 40px;
	margin-bottom:40px;
	font-size: 23px;
}
.space {
	margin-left: 20px;
}
.mainimg {
	margin-left: 80px;
	margin-top: 30px;
	width: 80%;
	position: relative;
	max-width: 700px;
}
.featureBox {
	background: #F5F6F7;
	color: #50535a;
	bottom: 0;
	padding-top: 60px;
	padding-bottom: 50px;
	vertical-align: bottom;
	position:fixed;
	width:100%;
	z-index: 99;
}
.feature {
	text-align: center;
}
.feature img {
	height:100px;
}
.feature p {
	text-align: left;
	width: 75%;
	margin: 0 auto;
	font-size: 1.1em;
	text-indent: 20px;
}
.features-section {
	margin-top: 60px;
	margin-bottom: 60px;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 40px;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(115,115,115,1);
	-moz-box-shadow: 1px 1px 4px 0px rgba(115,115,115,1);
	box-shadow: 1px 1px 4px 0px rgba(115,115,115,1);
}
.features-section h2{
	padding: 20px 0 30px 0;
}
/*FLIP ANIMATION*/
.flip {
  -webkit-perspective: 800;
  perspective: 800;
  -ms-perspective: 800;
}
.flip .card.flipped {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-backface-visibility: hidden;

}
.flip .card {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transition: 1s;
  transition: 1s;
  -ms-transition: 1s;
}
.flip .card .face {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  ms-backface-visibility: hidden;
  z-index: 2;
}
.flip .card .front {
	z-index: 1;
	background: #F5F5F5
}
.flip .card .back {
  -webkit-transform: rotatex(-180deg);
  transform: rotatex(-180deg);
  -ms-transform: rotatex(-180deg);
  color: #000;
  margin-top:-100px;
}
.intro-list {
	margin: 30px 0;
}
.img-container {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	margin-top: 0;
	overflow: visible;
	padding-top: 50px;
}
.img-container .bg {
	width: 100%;
	position: absolute;
	left:0;
	display:none;
}
.map {
	z-index: -1;	
}
.caption {
	background: rgba(255,255,255,0.8);
	font-size: 12px;
	padding: 15px;
	border: 1px solid #D0CBCB;
	position: absolute;
	display:none;
}
.caption h4 {
	font-size: 15px;
	line-height: 10px;
	margin: 0;
}
.caption img {
	width: 30px;
	height: auto;
}
.monitor-text {
 font-size: 1.5em;
 padding: 15px;
 text-align: center;
 color: #FFF;
 background: rgb(67, 69, 73);
 border: 1px solid rgb(67, 69, 73);
 color: #FFF;
 border-radius: 5px 5px 0px 0px;
}
.road-text {
	margin-top: 10%;
	margin-left: 1%;
}
.on-text {
	margin-top: 10%;
	margin-left: 16%;
}
.cpt-text {
	margin-top: 14%;
	margin-left: 1%;
}
.restrict-text {
	margin-top: 18%;
	margin-left: 1%;
}
.alerts-text{
	margin-top: 1%;
	margin-left: 11%;
}
.message-text{
	margin-top: 15%;
	margin-left: 33%;
}
.caption p {
	margin: 0;
	line-height: 20px;
	margin-left: 30px;
	color:#666;
}
.screen {
	line-height: 20px;
	font-size: 14px;
	background: rgba(255,255,255,0.5);
	border: 1px solid #D0CBCB;
	margin-top: -50px;
	border-radius: 5px;
	display: none;
	min-width: 600px;
	position: absolute;
	right: 0;
	top: 50px;
}
.screen img {
	width: 20px;
}
.screen span {
		font-weight: 600;
}
.progress {
	padding: 0;
}
.dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: inline-block;
}
.min {
	background: #fdd766;
}
.max {
	background: #92c27d;
}
.exit {
	background: #de6666;
}
ul#services {
	list-style: none;
	padding: 15px 0;
}
ul#services li {
	margin: 0;
    padding: 0px 0px 15px 50px;
    vertical-align: middle;
    list-style-position:outside;
}
ul#services .shipping {
	background:url(../images/truckcontour-01.png) no-repeat left top;	
}
ul#services .delivery {
	background:url(../images/boxcontour-01.png) no-repeat left top;	
}
ul#services .touring {
	background:url(../images/mapcontour-01.png) no-repeat left top;	
}
ul#services .personal {
	background:url(../images/eyecontour-01.png) no-repeat left top;	
}
ul#services .corporate {
	background:url(../images/corpcontour-01.png) no-repeat left top;	
}


/*MEDIA QUERIES Also added a max-width to mainimg class above screen*/
@media screen and (max-width: 1280px), screen and (max-height: 850px){
	.description h1 {
		font-size: 1.5em;
	}
	.description h2 {
		font-size: 0.8em;
	}
	.description h3 {
		font-size: 0.5em;
	}
	.description .btn {
		margin-top: -20px;
		font-size: 0.5em;
	}
	.description {
		margin-top: 10px;
	}
	.mainimg {
		margin-left: 40px;
	}
	.featureBox {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.card .back {
    	zoom: 0.7;
    	-ms-zoom: 0.7;
		-webkit-zoom: 0.7;
    }
}
@media screen and (min-width: 1920px) {
    .feature p {
    	display: inline;
    }
    .description {
    	margin-top: 5%;
    }
    .mainimg { 
    	margin-top: 5%;
    }
}

 @media screen and ( max-height: 800px ){
    .featureBox {
    	position: absolute;
    	top: 580px;
    	height: 300px;
    }
}

@media (min-width: 1200px){
	.menu-offset{
		margin-left: 299px;
	}
}

@media screen and (min-width: 1475px){
	.col-xlg-1 {
		width: 8.33333333%;
	}
	.col-xlg-2 {
		width: 16.66666667%;
	}
	.col-xlg-3 {
		width: 25%;
	}
	.col-xlg-4 {
		width: 33.33333333%;
	}
	.col-xlg-5 {
		width: 41.66666667%;
	}
	.col-xlg-6 {
		width: 50%;
	}
	.col-xlg-7 {
		width: 58.33333333%;
	}
	.col-xlg-8 {
	width: 66.66666667%;
	}
	.col-xlg-9 {
	width: 75%;
	}
	.col-xlg-10 {
		width: 83.33333333%;
	}
	.col-xlg-11 {
		width: 91.66666667%;
	}
	.col-xlg-12 {
		width: 100%;
	}
}

/* FIX for browsers with no 3d transform or refect */
.no-csstransforms3d nav a span:after {
display:none;
}
.no-csstransforms3d nav a:hover span {
color:#fff;
background:#3D4149;
}
.no-csstransforms3d nav a:hover span {
-webkit-transform:none;
-moz-transform:none;
-o-transform:none;
transform: none
}
/* ie10 fix */
.no-cssreflections nav a span:after {
display:none;
}
.no-cssreflections nav a:hover span {
color:#fff;
background:#3D4149;
}
.no-cssreflections nav a:hover span {
-webkit-transform:none;
-moz-transform:none;
-o-transform:none;
transform: none
}
