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,
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;
	font-family: 'Lato', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color:#eaeaea;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* RESET END */

#container{
	margin:0 auto;
	text-align:center;
}

#header-top{
	float:left;
	width:100%;
	z-index:1000;
	position:relative;
}

#header{
	background-color:#1ABC9C;
	float:left;
	width:100%;
}
#header h1{
	font-weight:100;
	color:#FFF;
	padding:20px 0px 20px 0px;
}
#menu{
	font-weight:100;
	font-size:20px;
	background-color:#1ABC9C;
	color:#FFF;
	width:100%;
	float:left;
}
#menu .container{
	background-color:#2C3E50;
	border-radius:5px;
}
#menu li{
	float:left;
	text-align:center;
	padding:10px 0px 10px 0px;
}

#menu li a{
	color:#fff;
	text-decoration:none;
}
#menu li:hover{
	font-weight:400;
}
#banner{
	font-weight:100;
	background-color:#1ABC9C;
	color:#FFF;
	width:100%;
	float:left;
	height:auto;
	padding:20px 0px 20px 0px;
}

#banner a{
	color:#FFF;
	text-decoration:none;
}

#banner h1{
	font-weight:100;
	font-size:32px;
	color:#FFF;
	padding:20px 0px 20px 0px;
}

#content{
	float:left;
	width:100%;
	padding:20px 0px 20px 0px;
	font-weight:100;
}

#clients{
	float:left;
	width:100%;
	padding:20px 0px 20px 0px;
	font-weight:100;
	height:600px;
}

#clients h1{
	font-weight:100;
	font-size:48px;
	color:#000;
	padding:20px 0px 20px 0px;
}

.bg{
	//background-color:#2C3E50;
	
	background-image:url(../images/bg/imgbck2.jpg);
	background-attachment:fixed;
	background-position:center;
	background-size:cover;
}

.bg2{
	background-color:#1ABC9C;
}

.bg3{
	background-image:url(../images/bg/wg_blurred_backgrounds_13.jpg);
	background-attachment:fixed;
	background-position:center;
	background-size:cover;
}

.bg4{
	background-image:url(../images/bg/wg_blurred_backgrounds_7.jpg);
	background-attachment:fixed;
	background-position:center;
	background-size:cover;
}

.bg5{
	background-image:url(../images/bg/wg_blurred_backgrounds_20.jpg);
	background-attachment:fixed;
	background-position:center;
	background-size:cover;
}

#content h1{
	font-weight:100;
	font-size:48px;
	color:#1ABC9C;
	padding:20px 0px 20px 0px;
}
#content p{
	text-align:justify;
	color:#FFFFFF !important;
	font-weight:400;
	padding-bottom:40px;
	font-size:20px;
	float:left;
}

.box{
	line-height:35px;
	margin-bottom:20px;
}

.circle img{
	border-radius:90px;
}

#footer{
	float:left;
	width:100%;
	padding:20px 0px 20px 0px;
	font-weight:100;
	height:auto;
}
#footer h1{
	font-weight:100;
	font-size:48px;
	color:#FFF;
	padding:20px 0px 20px 0px;
	text-align:center;
}
.hightlight {
	border:1px solid #FF4B4B;
	background:url(../images/iconCaution.gif) no-repeat 2px #C0564F;
	padding-left:20px;
	width:79%;
}

input,textarea{
	background-color:#0B8E74;
	border: 1px solid #118971;
	box-shadow: 0 0 5px #118971 inset;
	font-size: 12px;
	line-height: 1em;
	padding: 9px;
	width: 280px;
	/*width:100%; */
	color:#fff;
	font-family: 'Lato', sans-serif;
	font-size:14px;
}
input:hover,textarea:hover{
	border:#118971 solid 1px;
	box-shadow:#6CF 0px 0px 5px;
}

label{
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
	display:block;
	font-weight:400;
}

.send {
	-moz-box-shadow:inset 0px 0px 15px 3px #23395e;
	-webkit-box-shadow:inset 0px 0px 15px 3px #23395e;
	box-shadow:inset 0px 0px 15px 3px #23395e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2e466e), color-stop(1, #415989));
	background:-moz-linear-gradient(top, #2e466e 5%, #415989 100%);
	background:-webkit-linear-gradient(top, #2e466e 5%, #415989 100%);
	background:-o-linear-gradient(top, #2e466e 5%, #415989 100%);
	background:-ms-linear-gradient(top, #2e466e 5%, #415989 100%);
	background:linear-gradient(to bottom, #2e466e 5%, #415989 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e466e', endColorstr='#415989',GradientType=0);
	background-color:#2e466e;
	border:1px solid #1f2f47;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	padding:7px 128px;
	text-decoration:none;
}
.send:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #415989), color-stop(1, #2e466e));
	background:-moz-linear-gradient(top, #415989 5%, #2e466e 100%);
	background:-webkit-linear-gradient(top, #415989 5%, #2e466e 100%);
	background:-o-linear-gradient(top, #415989 5%, #2e466e 100%);
	background:-ms-linear-gradient(top, #415989 5%, #2e466e 100%);
	background:linear-gradient(to bottom, #415989 5%, #2e466e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#415989', endColorstr='#2e466e',GradientType=0);
	background-color:#415989;
}
.send:active {
	position:relative;
	top:1px;
}
.bold{
	font-weight:400;
}

#detail{
	float:left;
	height:auto;
	min-height:450px;
	width:100%;
	background-color:#fff;
	margin-bottom:20px;
	border-radius:5px;
}
#detail h1{
	font-weight:100;
	font-size:22px;
	color:#2C3E50;
	padding:20px 0px 20px 0px;
}
.visit{
	margin-top:20px;
	background-color:#2C3E50;
	padding:10px;
	border-radius:5px;
}
.box a{
	color:#FFF;
	text-decoration:none;
}
#msg-result{
    color: #FFFFFF;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
}
.scrollup {
    background: url("../images/icon_gototop.png") no-repeat scroll 0 0 transparent;
    bottom: 20px;
    display: none;
    height: 40px;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    width: 40px;
}
.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.float-shadow:hover, .float-shadow:focus, .float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.float-shadow:hover:before, .float-shadow:focus:before, .float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.grow:hover, .grow:focus, .grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#close{
	float:right;
	position:relative;
	cursor:pointer;
}