@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700,800);

:root {
  --background: rgba(0, 0, 0, .85);
  --color: #faa51f;
}

*,html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,label,fieldset,input,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

article,aside,figure,footer,header,hgroup,nav,section {
    display: block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-font-smoothing: antialiased;
}


*, *::before, *::after {
  box-sizing: border-box;
}

body {
	margin: 0;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	background: #e5e5e5;
	color: #374147;
	font: 14px "Open Sans",Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	width: 100%;
	}
	
.body {
	width:60%;
	text-align:left;
	line-height:25px;
	margin-top:25px;
}


h2 {
	margin-bottom:15px;
	}
	
p {
	margin-top:10px;
	margin-bottom:10px;
}

header {
	background: var(--background);
	text-align: center;
	position: fixed;
	z-index: 999;
	width: 100%;
	}
	
	

.header-top {
	color:#fff;
	width:60%;
	}

  
.phone-header
  {
	color:#999;
	font-size:2rem;
    text-align: center;
  }
  
.sidebar-top {
	line-height:30px;
	margin-top:30px;
}

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

a:hover {
    color: #BA0707;
}



nav {
    display: block;
    margin-top: 10px;
	margin-bottom:-50px;
    background: #faa51f;
}

.menu {
    display: block;
}

.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}

.menu li:first-child {
    margin-left: 0;
}

.menu li a {
    font-weight: 600;
    text-decoration: none;
    width:150px;
    padding: 5px 15px;
    display: block;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
    
}


/* Menu Bar Hover */
.menu li a:hover,.menu li:hover>a {
    color: #fff;
    background:  #de9418;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 150px;
    position: absolute;
    left: 0px;
    background: #de9418;
    z-index: 99;
    transform: translate(0,20px);
    transition: all 0.2s ease-out;
    margin-top:0;
    
}

.menu ul:after {
    bottom: 100%;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}

.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
    border-top:1px #fff solid;
}

/* Drop Down Background */
.menu ul li a {
    font-size: 12px;
    font-weight: normal;
    display: block;
    color: #fff;
    background: #de9418;
}

/* Drop Down Background Hover */

.menu ul li a:hover,.menu ul li:hover>a {
    background: #faa51f;
    color: #fff;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul ul {
    left: 149px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}

.menu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}

.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background:  rgba(252, 176, 64, .85);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.responsive-menu:hover {
    background:  rgba(252, 176, 64, .85);
    color: #fff;
    text-decoration: none;
}

a.homer {
    background: #9ca3da;
}

.index-pic {
	border:1px #000 solid;
	border-radius:10px;
	margin:5px;
	
}

.body-image {
	background-image:url(../img/A-134.jpg); 
	background-size:cover; 
	background-position:center; 
	height:600px; 
	width:100%; 
}


.rotate {
    visibility:visible;
}

<!-- ================ Contact =========== -->

label {
    color: #333;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}


.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.icon {
color:#fff;	
padding-left:5px;
}

.contact-side {
	color: var(--color);
}




@media screen and (min-width: 900px) {
	
.parent-header {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;	
	padding: 0px;
	color: #fff;
	font-family: Arial;
	font-size: 20px;
	width:60%;
}

.main-top {
  text-align:center;
  height:128px;
  margin-top:10px;
}
  
 .sidebar-top {
  text-align:center;
  } 

.phone-header
  {
    text-align: center;
	margin-top: 400px;
  }

  /* Footer */
  
  .footer {
  display:block;
  width:100%;
  background:#000;
}

.parent {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;	
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  width:80%;
}

.main {
  text-align:center;
}

.middle {
  text-align:center;
  line-height:25px;
  margin-top:50px;
}

.sidebar {
  text-align:center;
  line-height:30px;
  margin-top:10px;
}

}


@media (min-width: 768px) and (max-width: 979px) {
	
	.main-top {
  text-align:center;
    margin-top:15px;
}
	
	.parent-header {
	display: grid;
	grid-template-columns: 1fr 1fr;	
	
}

	
    .mainWrap {
        width: 768px;
    }

    .menu ul {
        margin-top:0;
	
    }

    .phone-header
  {
    margin-top:50px;
	margin-bottom:20px;
  }

    a.homer {
        background: #374147;
    }
    
    .body {
	width:95%;

}

 .sidebar-top {
  display:none !important;
}


  
  /* Footer */
  
  
}

@media (max-width: 767px) {
	
.main-top {
  text-align:center;
  height:75px;
  margin-top:10px;
}
	
.sub-menu {display:none;}

.body {
	width:95%;
}

.phone-header {
	text-align:center;
	margin:0;
	padding:0;
	font-size:20px;
}

  .sidebar-top {
  display:none !important;
}

.icon {
color:#faa51f;	
}

.rotate {
    visibility:visible;
	}

.mainWrap {
	width: auto;
	padding: 50px 20px;
    }
	

.menu {
	display: none;
    }

.responsive-menu {
	display: block;
	margin-top: 10px;
	background: #faa51f;
	padding:10px;
    }

nav {
	margin: 0;
	background: none;
    }

    .menu li {
        display: block;
        margin: 0;
        border-top:1px #fff solid;
    }

    .menu li a {
        background:  rgba(0, 0, 0, .005);
        color: #797979;
		width:100%;
    }

    .menu li a:hover,.menu li:hover>a {
        background:  rgba(0, 0, 0, .95);
        color: #fff;
    }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }

    .menu li:hover>ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        transform: initial;
    }

    .menu li>ul ul:hover {
        transform: initial;
    }
	
	
	
	/* ----- Accessories ------ */    
.accessories_table
    {
        width:100%;
    }
	
.accessories_th
    {
        display:block;
    }	
	
	
.accessories_table table, thead, tbody, th, td, tr
    {
        display:block;
    }
.accessories_table thead tr
    {
        position:absolute;
        top:-9999px;
        left:-9999px;
    }
.accessories_table tr
    {
        border:1px solid #ccc;
        width:100%;
    }
.accessories_table td
    {
        border:none;
        border-bottom:1px solid #eee;
        position:relative;
        padding-left:50%;
    }
.accessories_table td:before
    {
        position:absolute;
        top:6px;
        left:6px;
        width:45%;
        padding-right:10px;
        white-space:nowrap;
    }
.accessories_table td:nth-of-type(1):before {content:"Product #";font-weight:bold;text-align:left;}
.accessories_table td:nth-of-type(2):before {content:"Description";font-weight:bold;text-align:left;}
.accessories_table td:nth-of-type(3):before {content:"Phase";font-weight:bold;text-align:left;}

	
	

}

@media (max-width: 480px) {
	
	.parent-header {
	display: grid;
	grid-template-columns: 1fr 1fr;	
	
}

.phone-header
  {
    margin-top:30px;
	margin-bottom:5px;
  }
  
  .body-image {
	width:100%; 
	height:350px;
}

  .index-pic {
	width:50%;
}

.menu {
	margin-bottom:-10px;
}

/* first level drop-down */
.menu li a {
    padding: 10px 15px;
	background: var(--background);
	}

/* second level drop-down */

.menu ul li a {
    background: #3f3f3f;
	
}

.menu ul li a:hover,.menu ul li:hover>a {
    background: #3f3f3f;
    color: #fff;
}



}

@media (max-width: 320px) {
}