/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
html{

}
body {

	font-family: 'Source Sans Pro', sans-serif;
     

}
a {
	text-decoration: none;
	color: #fff;

}

li {
	list-style: none;
	display: inline-block;
}


div#main-wrapper {
	
	display: block;
	margin: 0 auto;
}

/** Style header **/

div.header {
	width: 100%;
	min-height: 100vh;
    
	 background: #ffffff url("../img/Background-3.jpg") no-repeat bottom center;
      /*background: #ffffff url("../img/login-background.jpg") no-repeat center center;*/
      background-size: cover;
	

}
div.header-wrapper {
    max-width: 1400px;
    margin:0 auto;
}


/** Style Top Nav **/
div#nav-wrapper {
    max-width: 1400px;
    display: block;
    margin:0 auto;
}
div#top_nav {
	height: 60px;
	/*background-color: #fff;*/
	/*border-bottom: 4px solid #E5E7EA;*/
    color: #fff;

}

div#top_nav img {
	height: 50px;
	margin: 5px;
	width: auto;
	float: left;
}

div#top_nav ul#nav_menu {
	float: right;
	margin: 0;
	margin-right: 5px;
}
div#top_nav ul#nav_menu li:hover {
	border-bottom: 3px solid #D11D26;
}
div#top_nav ul#nav_menu li {
	 list-style: none;
	 display: inline-block;

	 padding: 0 10px;

}
div#top_nav ul#nav_menu a {
	line-height: 60px;
	display: block;

}

/** Style search box **/

div#search {
	margin: 20px;
	margin-top: 10vh;
	color: #fff;
	margin-left: 5vw;
	display: inline-block;
}
select#location {
	display: block;
}
div#search input {
	padding: 5px;
	border: none;
	border-radius: 5px;
	color: #222;
	border: 1px solid #D11D26;
    display: block;
    margin: 10px 0;
}
div#search input[type="checkbox"]{
	display: inline-block;

}
div#search input:focus {
    background-color: white !important;
}
div#search input.empty {
    background-color: #D11D26;
}
div#search button {
	padding: 5px 20px;
	border-radius: 5px;
	border: none;
	background-color: #D11D26;
	border-bottom: 3px solid #A31B25;
	margin-left: 38px;
}
form#search_form {
	margin-top: 50px;
}
div#search h3 {
	font-weight: 400;
}

div#search h3, div#search h1 {
    text-shadow: 1px 1px 4px #000000;
}


/** Style Vehicle Data **/

div.section {
	

	min-width: 500px;
	min-height: 300px;
	display: inline-block;
	vertical-align: top;
	border-radius: 5px ;
	float: right;
}

div#vehicle_details {

    	
	margin-top: 10vh;
	margin-right: 20px;
	color: #fff;
	display: none;
	max-height: 80%;
	
	margin-right: 20px;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.68);
}

div.section_header {

	background-color: #A31B25;
	padding: 5px 0;
	text-align: center;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-weight: 600;
	font-size: 1.2em;

}

/** Table Designs **/


table {
	width: 100%;
	font-size: 1em;
	margin-top: 5px;
}

table th {
	font-weight: 200;
	padding: 10px;
}
table td {
	font-weight: 600;
	padding: 10px;
}
table#pricetable tr {
    border-bottom: 1px solid #D11D26;
}

/* Middle Nav Style */

div#middle_nav {
	height: 60px;
	width: 100%;
	text-align: center;
	background-color: #D11D26;
	margin-top: -17px;
    display: none;
}
div#middle_nav ul {
	padding: 0;
}
div#middle_nav li {
	line-height: 60px;
	width: 33.4%;
	color: #fff;
	font-weight: 600;
	margin: 0 -2px;
}
div#middle_nav li a {
	color: #272727;
	display: block;
}
div#middle_nav li a:hover, div#middle_nav li.selected a {
	background-color: #A31B25;
	color: #fff;
}

div#middle_nav ul li img {
	max-height: 40px;
	vertical-align: middle;
	margin: 0 10px;

}



div#pricing, div#technical {
	/*padding-top: 50px;*/
    background-color: black;
    margin-top: -30px;
    padding-bottom: 100px;
    


	background-size: cover;
	min-height: 50vh;
	color: #fff;
}
div#technical {
    background-color: #D11D26;
}
div#pricing table {
	text-align: center;
	vertical-align: middle;
}
div#pricing_details, div.technical_details, div#technical_div {
	
	width: 80%;
	display: block;
	margin: 0px auto;
	float: none;
	max-width: 500px;
}
div#technical_div { 
    max-width: 80%;
    width: 80%;
    text-align: center;
 }

div.technical_details {
    display: inline-block;
    width: 40%;
    margin: 20px 2.5%;
}

div.technical_details table tr {
    border-bottom: 1px solid #fff;
    text-align: left;
}

div.technical_details th#remoteheader,div.technical_details td#remoteProcedure{
	text-align: center;
}
div.technical_details table tr td{
text-align: right;
}


h1.tabtop {
    
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    font-weight: 200;
   

}
div.action {
    display: block;
    margin: 0 auto;
    width: 200px;
    background-color: #000;
    text-align: center;
    position: relative;
top: -40px;
border-radius: 10px 10px 0 0;
}
div.action img {
    max-height: 30px;
width: auto;
margin-left: 10px;
/* margin-top: 5px; */
vertical-align: middle;
}
div.action.technical {
    background-color: #D11D26;
}
.shake {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}



@media only screen and (max-width : 1000px) {

   
    div#vehicle_details {
        
        margin-bottom: 20px;
        max-width: 80%;
        min-width: 80%;
        margin: 20px auto 30px;
        float: none;

    }

    div.section {
        width: 80%;
        margin: 10px auto;
        min-width: 80%;
    }
    div#technical_div { 
    max-width: 100%;
    width: 100%;
    
 }
   
   

}

@media only screen and (max-width :736px) {
     div#middle_nav span.mid-menu-item {
            display: none;
        } 
    div#top_nav ul#nav_menu{
        display: none;
        float: none;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #D11D26;
        margin: 0;
        padding: 0;
        text-align: center;
        z-index: 10;
    }
    div#top_nav ul#nav_menu li {
    	width: 100%;
    	display: block;
    	padding: 0;
    }
    div#top_nav img {
        display: block;
        margin: 0 auto;
        float: none;
    }
    div.technical_details {
    display: inline-block;
    width: 90%;
    margin: 20px 2.5%;
}
	.menuicon {
		height: 80px;
		position: absolute;
		top: 10px;
		right: 10px;
		}
	.iconline {
		display: block;
		height: 5px;
		width: 40px;
		background-color: white;
		margin: 5px;
		border-radius: 5px;
	}
}











