html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tfoot, thead, 
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border-radius: inherit;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table, th {  
  border-bottom: 1px solid #ddd;
  text-align: left;
  background-color: #ecf0f1;
}

table, td {  
  border-bottom: 1px solid #ddd;
  text-align: left;
  background-color: #fff;
}
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 8px;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

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

body {
  background-color: #ecf0f1;
  font-family: helvetica, arial, sans-serif;
  font-size: 16px;
  padding-top: 230px;
  -moz-transition: padding-top 0.5s ease;
  -o-transition: padding-top 0.5s ease;
  -webkit-transition: padding-top 0.5s ease;
  transition: padding-top 0.5s ease;
}

header {
  width: 100%;
  height: 200px;
  background-color: #32393f;
  text-align: center;
  position: relative;
  position: fixed;
  top: 0;
  overflow: hidden;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  #font-family: 'Orbitron', sans-serif;
  font-family: 'Julius Sans One', sans-serif;
  font-weight: bold;
  z-index: 999;
}

header h1 {
  font-size: 42px;
  color: #fff;
  line-height: 140px;
  text-transform: uppercase;
  font-weight: 100;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(/static/img/s.jpg);
  background-attachment: fixed;
  background-position: center;  
  background-size: cover;
  background-attachment: scroll;
  font-weight: bold;
}
.wrapper {
 width: 1024px;
  margin: 0 auto;

}
.img_m {
width: 640px;
height: 240px;
display: block;
margin: 0 auto;
}
.img_m2 {
width: 640px;
height: 440px;
}
@media screen and (max-width: 970px) {
  header h1 {
  font-size: 26px;
 font-weight: bold;
}

 #steezy {
   position: relative;
  margin-top: -30px;
 
}
 nav {
 display: none;
  }
 .mobileinfom {
 display: none;
  }
.wrapper{
 width: auto;
  margin: 0 auto;
 }
.img_m {
width: 340px;
height: 140px;
}
.img_m2 {
width: 340px;
height: 240px;
}
 .card {
 margin-top: -30px;
 }
 .set-height-btn {
 display: none;
  }
 
}
m_nav {
  #position: absolute;
  bottom: 0;
  height: 60px;
  line-height: 10px;
  #width: 100%;
  
  margin-bottom: 900px;
  #z-index: 999;
}
header nav {
  position: absolute;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
header nav a {
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  line-height: 1;
  text-decoration: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
header nav a:hover {
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
}

h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 2;
  color: #2c3e50;
}

p {
  margin-bottom: 2rem;
  line-height: 2;
  color: #7f8c8d;
}



section {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

/* Sticky Header Style */
/* ---------------------------------------- */
body.sticky-header {
  padding-top: 100px;
}
body.sticky-header header {
  height: 60px;
  background-color: rgba(20, 82, 102, 0.9);
}
body.sticky-header header h1 {
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}

 div.meter {
            display: inline-block;
            height: 300px;
            width: 400px;
            text-align: center;
            font-size: 6vw;
        }

        div#testArea {
            display: flex;
            justify-content: center;
            flex-flow: row wrap;
        }

        a {
            text-decoration: none;
        }

        .button {
            display: inline-block;
            margin: 10px 5px 0 2px;
            padding: 16px 40px;
            border-radius: 5px;
            font-size: 18px;
            border: none;
            background: #34aadc;
            color: white;
            cursor: pointer;
            text-transform: uppercase;
            font-weight: 700;
            font-family: 'Roboto';
        }

        #ip {
            margin: 1em 0;
            font-size: 1.2em;
        }
.iframe_block {
		overflow: hidden;
		width: 100%;
		height: 700px; 
	}		
.iframe_ams {
	    #z-index: -1;
	    #position: absolute;
		border: 0px;
		/* margin-right: 10%; */
		/* margin-left: 10%;  */
		margin-top: -140px; 
		width: 100%;
		height: 100%; 
	}
.div_op {
	position: relative;
    z-index: 1;
    margin-bottom: -40px;
    width: 100%;
    height: 50px;
    background-color: #ecf0f1;
	}

.div_hda {
	position: relative;
    z-index: 1;
    margin-bottom: -45px;
    width: 100%;
    height: 40px;
    background-color: #ecf0f1;
	}
.div_vop {
	position: relative;
    z-index: 1;
    #margin-bottom: -30px;
    width: 100%;
    height: 45px;
    background-color: #ecf0f1;
	}	
	
.dropdown  {
    position: absolute;
	height: 200px;
    display: inline;
	
}
.dropdown a {
  color: #d0c405;
  display: inline-block;
  padding: 8px 10px;
  line-height: 1;
  text-decoration: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.dropdown-content {
	
    display: none;
	margin-top: -190px;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
     color: #fff;
    width: 10%;
    #height: 40px;
    padding: 10px 15px;
    line-height: 1;
    text-decoration: none;
    width: 100px;
	-moz-border-radius: 4px;
   -webkit-border-radius: 4px;
    border-radius: 4px;
}

.dropdown:hover .dropdown-content {
   display: block;
}

.div_job_search {
	margin-top: -70px;
	width: 300px;
	#position: absolute;
    float: right;
}	
.marketPopulars {  display: none;}
.capabilities {  display: none;}

.mobile_menu_overlay, .mobile_menu_container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
     
}
.mobile_menu_container, .mobile_menu_container ul li ul{
	@-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
.mobile_menu_overlay{
	display: none;
	cursor: pointer;
	z-index: 10200;
	background: rgba(0, 0, 0, 0.5);
    #background: rgba(28, 26, 26, 0.79)
}
.mobile_menu_container{
	@-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	width: 200px;
	overflow: hidden;
	z-index: 10201;
	background: #2d3339;
    
}
.mobile_menu_container.loaded{
   	@-webkit-transform: translateX(0px);
   	transform: translateX(0px);
}
.mobile_menu_container .mobile_menu_content{
	#overflow: auto;
	max-height: 100%;
	padding-bottom: 30px;
    
     
}
.mobile_menu_container ul{
	margin: 0;
	#padding: 0;
    padding-top: 10px
}
.mobile_menu_container ul li{
	list-style: none;
}
.mobile_menu_container ul li a{
	display: block;
	padding: 15px 50px;
	line-height: 20px;
	font-size: 16px;
	#background: #3884da;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.mobile_menu_container ul li a.parent{
	padding-right: 60px;
	background: #2d3339 url(/static/img/arrow_right.png) right 20px center no-repeat;
	background-size: 20px;
}
.mobile_menu_container ul li a.parent:hover{
	background: #ddd url(/static/img/arrow_right.png) right 20px center no-repeat;
	background-size: 20px;
}
.mobile_menu_container ul li a.back{
	padding-left: 60px;
	background: #2d3339 url(/static/img/arrow_left.png) left 20px center no-repeat;
	background-size: 20px;
	box-sizing: border-box;
	min-height: 30px;
}
.mobile_menu_container ul li a.back:hover{
	background: #2d3339 url(/static/img/arrow_left.png) left 20px center no-repeat;
	background-size: 20px;
}
.mobile_menu_container ul li a:hover{
	background: #ddd;
}
.mobile_menu_container ul li ul{
	@-webkit-transform: translateX(300px);
	transform: translateX(300px);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #2d3339;
	z-index: 2;
}
.mobile_menu_container ul li ul.loaded{
	@-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.mobile_menu_container ul li ul.activity{
	overflow-y: auto;
	overflow-x: hidden;
}

@media (max-width: 320px){
	.mobile_menu_container{
		width: 240px;
     
	}
}
