@charset "utf-8";
/* CSS Document */

body {
  font-size:0.9em;
  font-family:"Open Sans",Arial,sans-serif;
  color:#444;
  position: absolute; 
  top: 10px; 
  left: 75px;
  right: 75px;	
}

#logo { 
	position:absolute; 
	top:5px; 
	left:50px; 
	width: 220px; 
	height: 63px; 
	background: url("../img/dynomotion-logo.png"); 
	background-color: transparent; 
}

#logo a { 
	display: block;  
	width: 100%;  
	height: 100%; 
	background-color: transparent; 
}

#logo a span { 
	display: none;
}


/* Top navigation */

#myTopnav {
	position: absolute;
	top: 100px;
	left: 50px;
	z-index: 10;
}
.topnav {
 /* overflow: hidden; */
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #DB4750;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

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

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
/* Search and Translate box */

#searchNav { 
	background: transparent;
	position:absolute; 
	left: 710px; 
	width: 250px; 
	top: 15px;
	margin:0;
	padding:0;
	font-size: 10px; 
}

#searchNav table { 
	border: 0;
	margin: 0;
}

#cse-search-form {
 
   	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
   	border-radius: 0;
   	background: #f2f2f2;
   	padding: 0;  
	margin:0;
}

.gsc-search-box-tools .gsc-search-box .gsc-input .gsc-input-box, .gsc-search-box-tools .gsc-search-box .gsc-input .gsc-input-box-focus {

	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 1;
	border: 1px solid #dadada;
	padding: 0;
	margin: 0;
	font-size: 10px !important; 
}

.gsib_a {

	height: 2px;    
	padding: 0px 9px 4px 9px;
}

#google_translate_element {

	background: transparent;
	position: absolute;
	left: 725px;
	top: 70px;
}


/* Main body content */

#main {
	position: absolute; 
	top: 150px; 
    -ms-flex: 1; /* IE 10 */
    flex: 1;
}