@import"../css/reset.css";
@import"../css/skeleton.css";
@import"../css/superfish.css";
@import"../css/slider.css";
@import"../css/forms.css";
@import url(http://fonts.googleapis.com/css?family=Kreon:400,300,700);
body {
	background: #222222;
	font: 13px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2e2e2e;
	position: relative;
	min-width: 320px;
}
html, body {
	height: 100%;
}
p {
	padding-bottom: 20px
}
a {
	color: #19beff;
	outline: none;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: underline
}
/*  Header styles */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	color: #2e2e2e;
	font-weight: normal;
}
h1 {
	font-size: 35px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 21px;
	padding-bottom: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
	color: #656565;
}
/* Global Structure---------------------------------------- */
.bg {
	width: 100%;
	background: url(../images/body.png) 50% 0 repeat;
}
/*----- txt,links,lines,titles -----*/
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	height: 0;
	width: 100%;
}
.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.headerDiv{	
	width:70%;
	max-height: 80px;
	float:left;
}
.extra-wrap {
	width: 70%;
	overflow: hidden;
	display: block;	
}
.socialIcons{
	width: 30%;
	overflow: hidden;
	display: block;
	float:right;
	margin-top: 20px;
}
.headerText{
	clear:both;
	width: 100%;
	text-align:right;	
}
.fleft {
	float: left
}
.fright {
	float: right
}
.alignright {
	text-align: right
}
.aligncenter {
	text-align: center
}
.alignmiddle * {
	vertical-align: middle
}
.color1 {
	color: #19beff;
}
.color2 {
	color: #fff;
}
/*********************************header*************************************/
header {
	position: relative;
	z-index: 99;
	width: 100%;
	background: url(../images/heaader.png) 50% 0 repeat-x;
	padding: 17px 0 0 0;
}
header h1 {
	float: left;
	padding-bottom: 13px;
}
header h1 a {
	display: block;
	max-width: 268px;
}
header h1 a img {
	max-width: 100%;
	height: auto;
}
.tooltips {
	position: relative;
	overflow: hidden;
	float: right;
	padding: 20px 10px 0 0;
}
.tooltips li {
	float: left;
	padding: 5px 0 0 11px;
}
.tooltips li.tooltip-text {
	color: #6d6d6d;
	font-size: 14px;
	line-height: 18px;
	padding: 3px 10px 0 0;
}
/********************** Content ************************/
section#content {
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
	margin-top: 15px;
}
aside {
	position: relative;
	z-index: 1;
	width: 100%;
	background: url(../images/aside.png) 50% 0 repeat-x #2d2d2d;
	padding: 0 0 31px;
	border-bottom: 11px solid #232323;
}
.title1 {
	font-size: 61px;
	line-height: 105px;
	color: #2e2e2e;
	padding: 5px 0 0 0;
}
.twitter {
	color: #939393;
	padding: 37px 0 0 0;
	position: relative;
	overflow: hidden;
	margin: 0;
	height: 162px;
}
.twitter a {
	color: #fff;
}
.twitter span {
	display: block;
	padding-bottom: 1px;
}
.twitter span a {
	color: #19beff;
	display: inline;
}
.twitter ul li {
	padding-bottom: 20px;
}
.list2 {
	padding: 5px 0 10px 0;
	box-shadow: 1px 1px 1px rgba(0,0,0,.4);
	border-radius: 4px;
	background: #1DC8FF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1DC8FF), to(#13aeff));
	background: -webkit-linear-gradient(#1DC8FF, #13aeff);
	background: -moz-linear-gradient(#1DC8FF, #13aeff);
	background: -ms-linear-gradient(#1DC8FF, #13aeff);
	background: -o-linear-gradient(#1DC8FF, #13aeff);
	background: linear-gradient(#1DC8FF, #13aeff);
	-pie-background: linear-gradient(#1DC8FF, #13aeff);
}
.list2 li a {
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #fff;
	padding: 8px 0px 8px 20px;
}
.list2 li a:hover {
	background: url(../images/list-hover.png) 0 0 repeat-x #1d1d1d;
}
.list1 li {
	background: url(../images/marker.png) 0 8px no-repeat;
	padding: 0 0 8px 10px;
}
.list1 li a {
	color: #2e2e2e;
}
.list15 li {
	background: url(../images/marker.png) 30px 8px no-repeat;
	padding: 0 0 8px 40px;
}
.list15 li a {
	color: #2e2e2e;
}
.list25 li {
	padding: 0 0 8px 40px;
}
.list25 li a {
	color: #2e2e2e;
}
.col1 {
	width: 280px;
	float: left;
}
.quotes {
	position: relative;
	background: #f3f3f3;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	padding: 12px 0 15px 18px;
	margin: 6px 0 10px 0;
}
.quotes blockquote {
	font-size: 16px;
	line-height: 24px;
	color: #656565;
}
.quotes span {
	display: block;
	background: url(../images/quotes2.png) 0 0 no-repeat;
	width: 18px;
	height: 10px;
	position: absolute;
	bottom: -10px;
	left: 41px;
}
.quotes-links {
	padding: 11px 0 0 0;
}
.text2 {
	line-height: 24px;
	padding-bottom: 9px;
}
.map {
	padding: 6px 0 0 0;
	float: left;
}
.map iframe {
	width: 418px;
	height: 328px;
	border: 1px solid #e8e8e8;
}
.contacts {
	display: block;
	font-style: normal;
	overflow: hidden;
	padding: 2px 0 0 20px;
}
.contacts h6 {
	padding-bottom: 11px;
}
.contacts span {
	display: inline-block;
	width: 70px;
}
/* Elastislide Style */
.es-carousel-wrapper {
	padding: 1px 10px 0;
	position: relative;
	margin: 5px 0 0 0;
	z-index: 99
}
.es-carousel {
	overflow: hidden;
}
.es-carousel ul {
	display: none;
}
.es-carousel ul li {
	height: 100%;
	float: left;
	display: block;
}
.es-carousel ul li a {
	margin-top: 14px;
	display: inline-block;
}
.es-carousel ul li span {
	display: block;
}
.es-carousel ul li img {
	display: block;
	border: none;
	max-height: 100%;
	max-width: 100%;
}
.es-nav span.es-nav-next, .es-nav span.es-nav-prev {
	display: block !important;
	position: absolute;
	top: -49px;
	line-height: 0;
	font-size: 0;
	width: 17px;
	text-indent: -5000px;
	height: 27px;
	z-index: 99;
	cursor: pointer;
	background-position: 0 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.es-nav span.es-nav-next {
	right: 11px;
	background-image: url(../images/button-next2.png);
}
.es-nav span.es-nav-prev {
	right: 40px;
	background-image: url(../images/button-prev2.png);
}
.es-nav span:hover {
	opacity: .5
}
/* Tabs */
.tabs {
	padding: 65px 0 55px 0px;
}
.nav {
	position: relative;
	overflow: hidden;
	padding-bottom: 22px;
	padding-left: 1px;
}
.nav li {
	float: left;
	font-size: 14px;
	line-height: 1.2em;
	margin-right: 20px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
	background: #21d6ff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#21d6ff), to(#0fa0ff));
	background: -webkit-linear-gradient(#21d6ff, #0fa0ff);
	background: -moz-linear-gradient(#21d6ff, #0fa0ff);
	background: -ms-linear-gradient(#21d6ff, #0fa0ff);
	background: -o-linear-gradient(#21d6ff, #0fa0ff);
	background: linear-gradient(#21d6ff, #0fa0ff);
	-pie-background: linear-gradient(#21d6ff, #0fa0ff);
}
.nav li a {
	color: #fff;
	display: block;
	padding: 8px 18px 10px;
}
.nav li:hover, .nav li.selected {
	background: #454545;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#454545), to(#1d1d1d));
	background: -webkit-linear-gradient(#454545, #1d1d1d);
	background: -moz-linear-gradient(#454545, #1d1d1d);
	background: -ms-linear-gradient(#454545, #1d1d1d);
	background: -o-linear-gradient(#454545, #1d1d1d);
	background: linear-gradient(#454545, #1d1d1d);
	-pie-background: linear-gradient(#454545, #1d1d1d);
}
.tab-links {
	position: relative;
}
.tab-content img {
	margin: 9px 0 0 0;
}
.tab-content .grid_4 img {
	max-width: 100%;
	height: auto;
}
.tab-content .grid_25 img {
	max-width: 100%;
	height: auto;
}
.tab-content .text2 {
	width: 270px;
	padding-top: 3px;
}
.tab-links span {
	display: block;
	float: left;
	position: relative;
}
.tab-links span.space3 {
	margin-right: 10px;
}
.tab-links a {
	font-size: 14px;
	line-height: 1.2em;
	color: #fff;
	display: inline-block;
	background: #18bbff;
	border-radius: 5px;
	width: 50px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
	text-align: center;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1CC7FF), to(#14afff));
	background: -webkit-linear-gradient(#1CC7FF, #14afff);
	background: -moz-linear-gradient(#1CC7FF, #14afff);
	background: -ms-linear-gradient(#1CC7FF, #14afff);
	background: -o-linear-gradient(#1CC7FF, #14afff);
	background: linear-gradient(#1CC7FF, #14afff);
	-pie-background: linear-gradient(#1CC7FF, #14afff);
}
.tab-links a:hover {
	background: #454545;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#454545), to(#1d1d1d));
	background: -webkit-linear-gradient(#454545, #1d1d1d);
	background: -moz-linear-gradient(#454545, #1d1d1d);
	background: -ms-linear-gradient(#454545, #1d1d1d);
	background: -o-linear-gradient(#454545, #1d1d1d);
	background: linear-gradient(#454545, #1d1d1d);
	-pie-background: linear-gradient(#454545, #1d1d1d);
}
.tab-links a.date {
	padding: 5px 0 7px 0;
}
.tab-links a.date span {
	display: block;
	margin: 0;
	float: none;
}
.tab-links a.comments {
	padding: 7px 0 7px 0;
	min-height: 32px;
}
.tab-links a.comments span {
	display: block;
	margin: -2px 0 0 0;
	float: none;
}
.tab-links a.comments img {
	margin: 0 0 0 4px;
}
/*  Buttons */
.button {
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-bottom: 1px dotted #949494;
	text-decoration: none;
}
.button:hover {
	color: #000;
	border-bottom: 1px dotted #000;
	text-decoration: none;
}
/******************** Footer ******************/
footer {
	padding: 19px 0 32px;
	color: #939393;
	width: 100%;
	border-bottom: 3px solid #18bbff;
	font-size: 12px;
}
footer.padfooter {
	padding: 30px 0 27px;
}
/* padding */
.padtop3 {
	padding-top: 0px;
}
.padtop52 {
	padding-top: 24px;
}
.padtop5 {
	padding-top: 31px;
}
.padtop6 {
	padding-top: 40px;
}
.padtop62 {
	padding-top: 42px;
}
.padtop22 {
	padding-top: 55px;
}
.padtop2 {
	padding-top: 58px;
}
.padtop4 {
	padding-top: 60px;
}
.padtop42 {
	padding-top: 61px;
}
.padtop {
	padding-top: 36px;
}
.padbot {
	padding-bottom: 24px !important;
}
.padbot4 {
	padding-bottom: 17px;
}
.padbot6 {
	padding-bottom: 20px;
}
.padbot3 {
	padding-bottom: 12px;
}
.padbot2 {
	padding-bottom: 11px;
}
.pad {
	padding: 12px 0 0 0;
}
.pad2 {
	padding: 17px 0;
}
.indent {
	margin-top: -1px;
}
.z1 {
	position: relative;
	z-index: 2
}
.z2 {
	position: relative;
	z-index: 3;
}
.imgindent {
	float: left;
	margin-right: 17px;
	margin-left: -1px
}
.imgindent2 {
	margin: 6px 20px 0 0;
}
.imgindent3 {
	margin: 6px 0px 14px 0;
	max-width: 100%;
	height: auto;
}
.padcontent3 {
	padding-bottom: 42px;
}
.padcontent2 {
	padding-bottom: 62px;
}
.padcontent {
	padding-bottom: 64px;
}
.marg {
	margin-right: -5px;
}

/*==========================================*/
@media only screen and (min-width: 768px) and (max-width: 979px) {
.title1 {
	font-size: 64px;
	text-align: center;
}
.pad {
	padding: 0px 0 0 0;
}
.col1 {
	width: 240px;
	float: left;
}
.tab-content .text2 {
	width: 170px;
}
.map iframe {
	width: 260px;
}
.es-carousel ul li {
	margin-right: 45px !important;
}
.es-carousel-wrapper {
	padding: 1px 25px 0;
}
}

@media only screen and (max-width: 767px) {
.title1 {
	font-size: 30px;
	line-height: 38px;
	padding-top: 18px;
	text-align: center;
}
.padtop {
	padding-top: 50px;
}
.tooltips li.tooltip-text {
	display: none;
}
.es-carousel ul li a, .es-carousel ul li span {
	display: none;
}
.col1 {
	width: 300px;
	float: left;
}
.imgindent2 {
	margin: 6px 0px 20px 0;
	width: 300px;
}
.imgindent3 {
	width: 300px;
}
.nav li {
	margin-right: 5px;
}
.nav li a {
	padding: 8px 8px 10px;
}
.tab-content .text2 {
	width: 190px;
}
.tab-content .grid_4 img {
	width: 300px;
	margin-bottom: 20px;
}
.tab-content .grid_25 img {
	width: 300px;
	margin-bottom: 20px;
}
.tabs {
	padding-bottom: 10px;
}
.col2 h4 {
	padding-top: 20px;
}
.map {
	float: none;
}
.map iframe {
	width: 298px;
	height: 150px;
}
.contacts {
	padding-left: 0;
	padding-top: 20px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.col1 {
	width: 205px;
	float: left;
}
.space {
	margin-right: 10px;
}
.space2 {
	margin-right: 20px;
}
.imgindent2 {
	margin: 6px 10px 0px 0;
	width: 220px;
}
.padbot0 {
	padding-bottom: 0;
}
.imgindent3 {
	width: 420px;
}
.tab-content .grid_4 img {
	width: 420px;
}
.tab-content .grid_25 img {
	width: 420px;
}
.tab-content .text2 {
	width: 310px;
}
.col2 {
	width: 200px;
	float: left;
}
.nav li {
	margin-right: 10px;
}
.col3 {
	float: left;
	width: 210px;
}
.map iframe {
	width: 418px;
}
}
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */
