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

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}



body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td, h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}

a{
	text-decoration:none;
	color:#fff;
}

hr{
	clear:both;
}

table{
	width:100%;
	border:1px solid #3cc4ff;
}

th,td,tr{
	padding:5px;
	border:1px solid #3cc4ff;
}


tr:nth-child(even) {
    background-color: #d0efff;
}

body {
	width:100%;
	margin:0 auto;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
	background:#d0efff;
	font-size:1em;	
}

img {
	border: none;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Open Sans', sans-serif;
	color:#dc0053;
	font-weight:bold;
}

p{
	font-family: 'Open Sans', sans-serif;
	font-size:0.9em;
	clear:both;
	margin-top:10px;
	line-height:1.5em;
}

.header{
	width:940px;
	background: url(../images/header-bg.jpg) center no-repeat;
	padding:10px;
	margin:0px auto;
	height:150px;
}

.logo{
	position:relative;
	float:left;
	width:105px;
	height:152px;
}

.title{
	position:relative;
	float:left;
	margin:0px auto;
	width:75%;
	display:inline-block;
	font-size:2em;
	text-shadow:1px 1px 5px #818181;
}

.photo{
	position:relative;
	float:right;
	width:110px;
	height:153px;
	margin:0px;
	padding:0px;		
}

.navigation{
	width:960px;
	margin:0px auto;
	height:35px;
	background:#0089c5;
}

.navigation ul{
	position:relative;
	float: left;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.navigation ul li{
	position:relative;
	float:left;
	display:block;
	height:35px;
	line-height:35px;
	padding-left:15px;
	padding-right:15px;
	color:#fff;
	
	-webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.navigation ul li:hover, .active{
	background:#3cc4ff;
}

.navigation ul li .mega-wrapper{
	position: absolute;
	width:525px;
	margin:0xp auto;
	overflow:hidden;	
	display:none;
	left:-280%;
	z-index:9999;
	background:#0089c5;
	text-align:left;
	font-size:0.9em;
	padding:0px;
	border-left:4px solid #FC0;
	border-right:4px solid #FC0;
}


.navigation ul li:hover .mega-wrapper{
	overflow: visible;
	display: block;
}

.navigation ul li .mega-wrapper .menu{
	position: relative;
	float:left;
	width:160px;
	overflow:visible;
	height:auto;
	margin-right:5px;
	
}


.navigation ul li .mega-wrapper .megamenu{
	position:relative;
	float:left;
	margin:0px;
	padding:0px;	
}

.navigation ul li .mega-wrapper .megamenu li{
	position:relative;
	float:left;
	height:25px;
	line-height:25px;
	width:80%;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
}

.slider {
	margin:0 auto;
	width:960px;
	height:250px;
}

.content_wrapper{
	position:relative;
	width:940px;
	padding:10px;
	margin:0px auto;
	background:#fff;
	margin-top:10px;
	overflow: auto;
	height:auto;
}

.content{
	width:100%;
	margin:0px;
	padding:0px;
	clear:both;
}

.link{
	position:relative;
	clear:both;
	float:left;	
	color:#fff;	
	padding:3px;
	background:#3cc4ff;
	margin-top:10px;
	font-size:0.8em;
	
	-webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.link:hover{
	color:#fff;
	padding:3px;
	background:#0089c5;
}

.left-column{
	clear:both;
	position:relative;
	float:left;
	width:47%;
}

.right-column{
	position:relative;
	float:right;
	width:47%;
}

.inner_list{
	position:relative;
	float:left;
	font-size:0.9em;
	margin-left:15px;
	padding-top:10px;
}

.inner_list li{
	line-height:1.5em;
	margin-top:10px;
}

.footer{
	position:relative;
	width:940px;
	padding:10px;
	margin:0px auto;
	margin-top:10px;
	background:#3cc4ff;
	overflow:auto;
	height:auto;
}

.footer p{
	margin-top:0px;
	font-size:0.8em;
}

.footer .wrapper{
	position:relative;
	float:left;
	width:30%;
	margin-right:5%;
}

input, textarea{
	position:relative;
	width:100%;
	padding:7px;
	background:#F2F2F2;
	border:0px;
	color:#2F2F2F;
	margin-bottom:15px;
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	
	-webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
form{
	margin-top:20px;
}
textarea{
	resize:none;
	height:100px;
}
input:hover, textarea:hover {
	background:#E7E7E7;
}

.send {
	position:relative;
	width:100%;
	text-align:center;
	letter-spacing:1px;
	color:#fff;
	background:#0089c5;
	padding:7px;
	
	-webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.send:hover{
	background:#3cc4ff;
}


.before, .after{
	position:relative;
	width:100%;
	overflow:auto;
	height:auto;
	margin-top:15px;
}

.social{
	position:relative;
	float:left;
	clear:both;
	width:39px;
	height:39px;
	margin-top:15px;
	background: url(../images/fb.png) 0 0 no-repeat;
	
	-webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.social:hover{
	background: url(../images/fb.png) 0 -39px no-repeat;
}