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, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display: block;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
.txt-rt {
	text-align: right;
}
.txt-lt {
	text-align: left;
}
.txt-center {
	text-align: center;
}
.float-rt {
	float: right;
}
.float-lt {
	float: left;
}
.clear {
	clear: both;
}
.pos-relative {
	position: relative;
}
.pos-absolute{
	position: absolute;
}
.vertical-base {
	vertical-align: baseline;
}
.vertical-top {
	vertical-align: top;
}
.underline {
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	margin: 0 0 20px 0;
}
nav.vertical ul li {
	display: block;
}
nav.horizontal ul li {
	display: inline-block;
}
img {
	max-width: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
	background: #979797;
}
.wrap {
	width: 80%;
	margin: 0 auto;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear; 
	-o-transition: all .2s linear; 
	-ms-transition: all .2s linear;
}
.wrapper-box {
	background: #fff;
	padding: 0 6%;
}
.banner {
	background: #fff;
	padding-bottom: 3%;
}
.logo {
	float: left;
	max-width: 300px;
}
.header-top {
	padding: 2% 0;
}
#cssmenu ul {
  margin: 0;
  padding: 0;
}
#cssmenu li {
  margin: 0;
  padding: 0;
}
#cssmenu a {
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu a {
  text-decoration: none;
}
#cssmenu {
  height: 70px;
  float: left;
  width: 100%;
}
#cssmenu > ul > li {
  float: left;
  z-index: 99;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
#cssmenu > ul > li > a {
  color: #979797;
  font-size:1.1em;
  font-weight: 600;
  line-height: 70px;
  padding:24px 20px;
  -webkit-transition: color .15s;
  -moz-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s;
  text-transform: uppercase;
}
#cssmenu li.active a, #cssmenu li a:hover{
	 color: #6bddff;
}
#cssmenu > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  padding: 16px 0 20px 0;
  background-color: #fafafa;
  text-align: left;
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: -90px;
  width: 180px;
  -webkit-transition: all .3s .1s;
  -moz-transition: all .3s .1s;
  -o-transition: all .3s .1s;
  transition: all .3s .1s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#cssmenu > ul > li:hover > ul {
  opacity: 1;
  top: 70px;
  visibility: visible;
}
#cssmenu > ul > li > ul:before {
  content: '';
  display: block;
  border-color: transparent transparent #fafafa transparent;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
}
#cssmenu > ul ul > li {
  position: relative;
}
#cssmenu ul ul a {
  color: #323232;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  background-color: #fafafa;
  padding: 5px 8px 7px 16px;
  display: block;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
#cssmenu ul ul a:hover {
  background-color: #f0f0f0;
}
#cssmenu ul ul ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -16px;
  left: 206px;
  padding: 16px 0 20px 0;
  background-color: #fafafa;
  text-align: left;
  width: 180px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#cssmenu ul ul > li:hover > ul {
  opacity: 1;
  left: 190px;
  visibility: visible;
}
#cssmenu ul ul a:hover {
  background-color: #6bddff;
  color: #f0f0f0;
}
.header-bottom {
	background-color: #fff;
	margin-bottom: 20px;
}
.flags {
	margin-top: 18px;
	position: relative;
	float:right;
}
.content-top {
	margin-bottom: 3%;
}
.content-top h1 {
	font-size: 20px;;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #373737;
}
.content-top img {
	width: 500px;
	height: 250px;
	padding-bottom: 10px;
}
.content-top h2 {
	font-size: 16px;;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #373737;
}
.content-top h3 {
	font-size: 12px;;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #373737;
}
.content-top p {
	font-size: 14px;;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	font-family: 'Open Sans', sans-serif;
	color: #979797;
}
.content-top h4 {
	font-size: 14px;;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	font-family: 'Open Sans', sans-serif;
	color: #979797;
}
.content-middle{
	margin-bottom:3%;
}
.content-middle h1 {
	font-size: 20px;;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #373737;
}
.content-middle img {
	width: 500px;
	height: 250px;
	padding-bottom: 10px;
}
.content-middle h2 {
	font-size: 16px;;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #373737;
}
.content-middle h3 {
	font-size: 12px;;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #373737;
}
.content-middle p {
	font-size: 14px;;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	font-family: 'Open Sans', sans-serif;
	color: #979797;
}
.content-bottom{
	margin-bottom:3%;
}
.content-bottom h1 {
	font-size: 20px;;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #373737;
}
.content-bottom img {
	width: 500px;
	height: 250px;
	padding-bottom: 10px;
}
.content-bottom h2 {
	font-size: 16px;;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #373737;
}
.content-bottom h3 {
	font-size: 12px;;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #373737;
}
.content-bottom p {
	font-size: 14px;;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	font-family: 'Open Sans', sans-serif;
	color: #979797;
}
hr {
	margin: 15px 0;
	border: 0;
	border-top: 1px solid #EEE;
}
hr-small {
	width: 100%;
	margin: 10px 10px;	
}
.col_1_of_bottom{
	display: block;
	float:left;
	margin: 1% 2% 1% 0;
}
.span_1_of_bottom {
	width: 29.2%;
	margin: 1% 2% 1% 0;
}
.span_1_of_bottom .btn-link1 {
	box-shadow: none;
	position: relative;
	text-decoration: underline;
	padding: 0;
	font-size: 14px;
	color: #373737;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	letter-spacing: 0;
	text-shadow: none;
	padding-left: 16px;
	display: inline-block;
	background: url(../images/more1.png) left center no-repeat;
	-webkit-transition: all 0.2s ease!important;
	-moz-transition: all 0.2s ease!important;
	-o-transition: all 0.2s ease!important;
	transition: all 0.2s ease!important;
}
.span_1_of_bottom .btn-link1:hover{
	color: #6bddff;
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width: 95%;
	}	
}
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width: 95%;
	}
	.col_1_of_bottom{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_bottom {
		width: 94%;
		padding: 3%;  
	}
}

@media only screen and (max-width: 480px) {
     
    .wrap{
		width: 95%;
	}		
	.col_1_of_bottom{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_bottom {
		width: 92%;
		padding: 4%;
	}
}
.footer{
	border-top: 1px solid #EEE;
}
.copy {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	padding: 2% 0;
}
.copy p a {
	color: #6bddff;
	font-size: 13px;
}
.copy p a:hover {
	color: #333;
}
.col{
	display: block;
	float: left;
	margin: 1% 0 1% 1%;
}
.col:first-child{
	margin-left: 0;
}	
.span_2_of_contact {
	width: 66.1%;
}
.span_1_of_contact {
	width: 29.2%;
	padding: 1.5%; 
}
.span_2_of_contact  h3, .span_1_of_contact  h3 {
	font-size: 20px;;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #373737;
}
.contact-form {
	position: relative;
	padding-bottom: 30px;
}
.contact-form div {
	padding: 5px 0;
}
.contact-form span {
	display: block;
	font-size: 0.8125em;
	color: #A0A0A0;
	padding-bottom: 5px;
}
.contact-form input[type="text"], .contact-form textarea {
	padding: 8px;
	display: block;
	width: 97%;
	background: #fcfcfc;
	border: none;
	outline:none;
	color: #464646;
	font-size: 0.8125em;
	font-family: Arial, Helvetica, sans-serif;
	box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-appearance: none;
}
.contact-form textarea {
	resize: none;
	height: 120px;		
}
.contact-form input[type="submit"] {
	padding: 7px 20px;
	color: #FFF;
	cursor: pointer;
	background: #6bddff url(../images/large-button-overlay.png);
	border: 0px solid rgba(0, 0, 0, 0);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
	-webkit-border-radius: 5px;
    border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    right: 0;
}
.contact-form input[type="submit"]:hover {
	background-color: #979797;
}
.contact-form input[type="submit"]:active {
	background-color: #979797;  
}
.company_address {
	padding-top: 26px;
}
.company_address p {
	color: #A0A0A0;
	font-size: 13px;
	line-height: 1.8em;
}
.company_address p span {
	text-decoration: underline;
	color: #333;
	cursor: pointer;
}
.company_address p span:hover {
	text-decoration: none;
}
.map {
	border: 1px solid #C7C7C7;
	margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
	.wrap {
		width: 100%;
	}	
}
@media only screen and (max-width: 800px) {
	.wrap {
		width: 100%;
	}
	.span_2_of_contact {
		width: 94%;
		padding: 3%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_contact {
		width: 94%;
		padding: 3%; 
	}
}
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap {
		width: 100%;
	}
	.span_2_of_contact {
		width: 94%;
		padding: 3%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_contact {
		width: 94%;
		padding: 3%; 
	}
   
   .contact-form input[type="text"], .contact-form textarea {
		width: 97%;
	}
}
@media only screen and (max-width: 480px) {
	.wrap {
		width: 100%;
	}
	.span_2_of_contact {
		width: 90%;
		padding: 5%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_contact {
		width: 90%;
		padding: 5%; 
	}
	.contact-form input[type="text"], .contact-form textarea {
		width: 92%;
	}
}
@media (max-width:1366px) {
	.wrap {
		width: 100%;
	}	
	.logo {
		width: 83%;
	}
}
@media (max-width:1280px) {
	.wrap {
		width: 100%;
	}	
	.logo {
		width: 82%;
	}
}
@media (max-width:1024px) {
	.wrap {
		width: 100%;
	}	
	.logo {
		width:78%;
	}
	#cssmenu {
		width: 100%;
	}
	.span_1_of_bottom p {
		font-size: 12px;
	}
}
@media (max-width:800px) {
	.wrap {
		width: 100%;
	}	
	.logo {
		width: 72%;
	}
	#cssmenu {
		width: 100%;
	}
	.span_1_of_bottom p {
		font-size: 12px;
	}
	#cssmenu > ul > li > a {
		font-size: 15px;
	}
}
@media (max-width:640px) {
	.wrap {
		width: 100%;
	}	
	.logo {
		width: 65%;
	}
	#cssmenu {
		width: 100%;
	}
	.span_1_of_bottom p {
		font-size: 12px;
	}
	#cssmenu > ul > li > a {
		font-size: 13px;
		padding: 20px 10px;
	}
}
@media (max-width:480px) {
	.wrap {
		width: 100%;
	}	
	.logo {
		width: 44%;
	}
	#cssmenu {
		width: 100%;
		text-align: center;
	}
	.span_1_of_bottom p {
		font-size: 12px;
	}
	#cssmenu > ul > li > a {
		font-size: 11px;
		padding: 20px 4px;
	}
	.flags {
		margin-top: 10px;
	}
	#cssmenu > ul > li {
		float:none;
		display:inline-block;
		text-align: center;
	}
}
@media (max-width:320px) {
	.wrap {
		width: 100%;
	}	
	.logo {
		width: 54%;
		float: none;
	}
	#cssmenu {
		width: 100%;
		text-align: center;
	}
	.span_1_of_bottom p {
		font-size: 12px;
	}
	#cssmenu > ul > li > a {
		font-size: 11px;
		padding: 10px 1px;
	}
	.flags {
		margin: 5px 0;
		float: none;
	}
	#cssmenu > ul > li {
		float: none;
		display: inline-block;
	}
}