/* ------- Menu ------*/
header.masthead {width:100%; margin: 0 auto 0 auto; background-color:#000000;}
header.masthead:before {content: ""; display: table;}
header.masthead:after {content: ""; display: table; clear: both;}

ul.masthead { float: right; overflow: hidden; width:75%;}
li.masthead { font-family: 'Roboto Regular'; float: right; margin: 2.5% 2% 2% 2%; line-height: 1.5em; font-size: 12px; list-style: none; font-weight:normal; text-align: center;}
.masthead a:link, .masthead a:visited,
.masthead a:active {color: #FFFFFF; text-decoration:none;}
.masthead a:hover{color: #6CF; /*font-weight:bold;*/ text-decoration:none;}
.masthead a:onclick {color: #F4BA4D; text-decoration:none;}
/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.masthead li.icon {display: none;}

 /* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:800px) {
	li.masthead {font-size:100%; margin-top:2%;}
  ul.masthead li:not(:first-child) {display: none;}
  ul.masthead li.icon {
    float: right;
    display: inline-block;
	margin-right:2%;
  }
  
  ul.masthead.responsive {position: relative;}
  ul.masthead.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.masthead.responsive li {
    float: none;
    display: inline;
  }
  ul.masthead.responsive li a {
    display: block;
    text-align: left;
  }
  
    .log {
    max-width: 50%;
    height: auto;
    }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */


/* End Menu*/

body {font-family: Arial, Helvetica, sans-serif; background-color:#ffffff; margin: 0; padding: 0;}
a:link {color:#009aff; text-decoration:none;} 
a:visited {color:#009aff; text-decoration:none;} 
a:hover {color:#009aff; text-decoration:none;} 
a:active {color:#009aff; text-decoration:none;}
.banner {width:100%; margin: 0 auto 0 auto; background-color:#000000; padding:1% 0 1% 0;}
h1 {font-family: 'Roboto Bold'; font-size:35px; font-weight:normal; line-height:46px; color:#2b2b2b; text-align:center;}
h2 {font-family: 'Roboto Bold'; font-size: 30px; text-align: center;  color:#2b2b2b;}
h3 {font-family: 'Roboto Bold'; font-size: 20px; text-align: left;  color:#2b2b2b;}
h4 {font-family: 'Roboto Bold'; font-size: 16px; text-align: left;   color:#2b2b2b;}
h5 {font-family: 'Roboto Bold'; font-size: 16px; text-align: left;   color:#2b2b2b;}
h6 {font-family: 'Roboto Bold'; font-size: 18px; text-align: center;  line-height:24px;  color:#ffffff;}

p {font-family: 'Open Sans'; font-size: 14px; text-align: left; font-weight:normal; line-height:19px;  color:#2b2b2b;}
img {max-width: 100%; height: auto;}
.box {float:left; width:55%; text-align:left; margin:1% 22% 0 23%; border-bottom:#95989a; border-bottom-width:1px; border-bottom-style:solid;}
p.caption {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #545454;}
hr {display: block; margin: 3% 0; border-width: 1px; border-color: #cccccc;}
a img {max-width: 100%; height: auto;}
.my3d{ /*headerclass*/
cursor: hand;
cursor: pointer;
padding: 22px 0px 22px 0px;
height:36px;
margin:0px;
}
video {width:100%; max-width:650px; height:auto;}

.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#footer1 { text-align:left; padding:10px 10% 50px 10% ; margin: 0 auto auto auto; background-color: #ffffff; border-top:solid; border-top-width:1px; border-top-color:#313131;}
.footer1_box {font-family: Arial, Helvetica, sans-serif; width: 21% height: 50px; font-size:10px; background-color: #ffffff; color:#313131; display: inline-block; padding:5px; vertical-align: bottom; text-align:left; margin-top:20px; margin-right:4%;}
.social {height:50px; float:left; margin-left:10px;}

@media only screen and (max-width: 1500px) {
.triangles {width:75%;}
}

@media only screen and (max-width: 1200px) {
.triangles {width:50%;}
}

@media only screen and (max-width: 800px) {
h1 { font-size:90%;}
h2 { font-size:90%;}
h3 { font-size:90%;}
p { font-size:90%; margin-top:5%;}
a img {max-width: 50%; height: auto;}
.triangles { width:0px;}
}
