
/* -----BODY -------------------------- BODY ------------------------- BODY ----- */

body,html {
	background: #F5F5F5;
	margin: 0;
	padding: 0;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 14px;
	font-weight: lighter;
}

@font-face {
  font-family: 'VideoJS';
  src: url('videojs-fonts/vjs.eot');
  src: url('videojs-fonts/vjs.eot?#iefix') format('embedded-opentype'), url('videojs-fonts/vjs.woff') format('woff'), url('videojs-fonts/vjs.ttf') format('truetype'), url('videojs-fonts/vjs.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

body * {
	margin: 0;
	padding: 0;
}

/* ----- GLOBAL TAGS ------------------------- GLOBAL TAGS ------------------------- GLOBAL TAGS ----- */

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #7a3133;
	text-align: center;
	margin-bottom: 15px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #7a3133;
	margin-bottom: 15px;
}

h2.double-line {
	height: 36px;
	margin-bottom: 25px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: lighter;
	text-align: left;
	margin-bottom: 10px;
}

h4.full-width {
	width:800px;
	margin-left: auto;
	margin-right: auto;
}

h5 {
	font-size: 12px;
	font-weight: lighter;
	color: #555;
	margin-top: 10px;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

a.no-line:hover {
	text-decoration: none;
}

span.aeolis {
	font-weight: bold;
	color: #7a3133;
}

img {
	border: 0;
}

img.border {
	margin-bottom: 25px;
	border: 1px solid #888;
}

.button-more {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: auto;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 14px;
	color: #ffffff;
	padding: 8px 18px;
	background: -moz-linear-gradient(top,#7a3133 0%,#4d2022);
	background: -webkit-gradient(linear, left top, left bottom,from(#7a3133),to(#4d2022));
	background: -o-linear-gradient(#7a3133, #4d2022);
	background: linear-gradient(#7a3133, #4d2022);
	background: -ms-linear-gradient(top, #7a3133 0%, #4d2022 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a3133', endColorstr='#4d2022',GradientType=0 );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #401c1d;
}

.button-more:hover {
	background: -moz-linear-gradient(top,#7a3133 0%,#7a3133);
	background: -webkit-gradient(linear, left top, left bottom,from(#7a3133),to(#7a3133));
	background: -o-linear-gradient(#7a3133, #7a3133);
	background: linear-gradient(#7a3133, #7a3133);
	background: -ms-linear-gradient(top, #7a3133 0%, #7a3133 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a3133', endColorstr='#7a3133',GradientType=0 );
	cursor: pointer;
	text-decoration: none;
}

.button-more:active {
	background: -moz-linear-gradient(top,#4d2022 0%,#7a3133);
	background: -webkit-gradient(linear, left top, left bottom,from(#4d2022),to(#7a3133));
	background: -o-linear-gradient(#4d2022, #7a3133);
	background: linear-gradient(#4d2022, #7a3133);
	background: -ms-linear-gradient(top, #4d2022 0%, #7a3133 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d2022', endColorstr='#7a3133',GradientType=0 );
}

.line-10 {
	position: relative;
	display: block;
	width: 90%;
	margin: 0 auto;
	margin-top: 10px;
	border-top: 1px solid #CCC;
	padding-bottom: 10px;
}

/* ----- HEADER ------------------------------ HEADER ------------------------------ HEADER ----- */

header {
	position: relative;
	display: block;
	width: 900px;
	height: 150px;
	margin: 0 auto;
}

header .logo {
	float: left;
	clear: none;
	margin-left: 10px;
	margin-top: 20px;
	z-index: 1000;
}

header .contact {
	position: absolute;
	right: 20px;	
	top: 30px;
}

header .contact img {
	float: left;
	clear: none;
	margin-right: 8px;
}

header .contact span {
	float: left;
	clear: none;
	font-size: 14px;
	font-weight: lighter;
	line-height: 16px;
	color: #444;
	text-decoration: none;
	margin-right: 15px;
}

header .contact img.end, span.end {
	margin-right: 0;
}

header a span:hover {
	text-decoration: underline;
}

/* ----- NAVIGATION ------------------------------ NAVIGATION ------------------------------ NAVIGATION ----- */

nav {
	position: absolute;
	display: block;
	top: 101px;
	left: 50%;
	margin: 0 0 0 -450px;
	width: 900px;
	height: 50px;
	border-bottom: 1px solid #999;
	z-index: 999;
}

nav.scroll-to-fixed-fixed {
	background: #F5F5F5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=94)";
	filter: alpha(opacity=94);
	-moz-opacity: 0.94;
	-khtml-opacity: 0.94;
	opacity: 0.94;
}

nav ul {
	float: right;
	clear: none;
	margin-top: 14px;
	list-style: none;
}

nav ul li {
	position: relative;
	display: inline;
	padding: 5px 20px;
	line-height: 15px;
	font-size: 15px;
	font-weight: lighter;
}

nav ul li:hover {
	cursor: pointer;
}

nav ul li:hover:after{
	position: absolute;
    content:"";
	bottom: -13px;
	left: 50%;
	margin-left: -8px;
    width:0;
    height:0;
    border-right:6px solid transparent;
    border-bottom:5px solid #DDD;
    border-left:6px solid transparent;
}

nav ul li.selected:after{
	position: absolute;
    content:"";
	bottom: -13px;
	left: 50%;
	margin-left: -8px;
    width:0;
    height:0;
    border-right:6px solid transparent;
    border-bottom:5px solid #888;
    border-left:6px solid transparent;
}

/* ----- BANNER ------------------------------ BANNER ------------------------------ BANNER ----- */

.banner {
	width: 898px;
	height: 200px;
	margin: 0 auto;
	border: 1px solid #888;
}

#slides {
	position: relative;
	display:none;
}

#slides .slidesjs-previous {
	position: absolute;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	left: 10px;
	top: 80px;
	z-index: 999;
	color: #7a3133;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}

.slidesjs-pagination {
	margin: 8px 411px 0 0;
	float: right;
	list-style: none;
}

.slidesjs-pagination li {
	float: left;
	margin: 0 1px;
}

.slidesjs-pagination li a {
	display: block;
	width: 13px;
	height: 0;
	padding-top: 13px;
	background-image: url(../images/pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
	background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
	background-position: 0 -26px
}


#slides .slidesjs-next {
	position: absolute;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	right: 10px;
	top: 80px;
	z-index: 999;
	color: #7a3133;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}

/* ----- CONTENT ------------------------------ CONTENT ------------------------------ CONTENT ----- */

section.content {
	position: relative;
	display: block;
	width: 900px;
	margin: 0 auto;
	margin-top: 25px;
	overflow: hidden;
}

section.center {
	text-align: center;
}

.two-column {
	width: 50%;
	float: left;
	clear: none;
	text-align: center;
	overflow: hidden;
}

.three-column {
	width: 282px;
	margin-right: 27px;
	float: left;
	clear: none;
	text-align: center;
	overflow: hidden;
}

.three-column.end {
	margin-right: 0;
}

.three-column table {
	position: relative;
	margin: 30px 0 0 0;
}

.three-column table tr {
	position: relative;
}

.three-column table tr td {
	position: relative;
	text-align: left;
}

.three-column table tr td.bullet {
	position: relative;
	width: 24px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.three-column table tr td.bullet img {
	position: relative;
}

.three-column table tr td.text {
	padding-bottom: 10px;
	text-align: left;
}

.three-column table tr td.no-bottom-pad {
	padding-bottom: 0;
}

.three-column.grey-box {
	height: 180px;
	width: 260px;
	padding: 10px;
	background: -moz-linear-gradient(top,#EEE 0%,#DDD);
	background: -webkit-gradient(linear, left top, left bottom,from(#EEE),to(#DDD));
	background: -o-linear-gradient(#EEE, #DDD);
	background: linear-gradient(#EEE, #DDD);
	background: -ms-linear-gradient(top, #EEE 0%, #DDD 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEE', endColorstr='#DDD',GradientType=0 );
	border: 1px solid #888;
}

/* ----- FORM ------------------------------ FORM ------------------------------ FORM ----- */

.bootstrap form {
	overflow: hidden;
}

.bootstrap form div.wrapper {
	vertical-align: bottom;
	text-align: center;
	padding: 10px 0;
}
   
.bootstrap label {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.bootstrap span.label {
	float: left;
	clear: right;
	width: 150px;
	text-align: right;
	font-size: 14px;
	padding-top: 8px;
	color: #444;
}

.bootstrap span.query:hover {
	cursor: pointer;
}

.bootstrap input[type=text],textarea {
	float: left;
	border: 1px solid #c7c7c7;
	background: #fafafa;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	color: #424242;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	padding:8px;
	margin-left: 15px;
	width:220px;
	font-size: 13px;
}

.bootstrap textarea {
	width: 350px;
	height: 124px;
}

.bootstrap input[type=text].required,textarea.required {
	color: #888;
	font-style: italic;
}

.bootstrap input[type=text].required,textarea.required {
	color: #888;
	font-style: italic;
}

.bootstrap input[type=text].required-bold,textarea.required-bold {
	color: #888;
	font-style: italic;
	background: #FCC9C9;
	border: 1px solid #FC9797;
}
   
.bootstrap input[type=text]:focus,textarea:focus {
	background: #FCF0F0;
	color: #222222;
}

.bootstrap .radio-wrapper {
	float: left;
	margin-left: 17px;
	margin-top: 2px;
}

.bootstrap input[type=radio] {
	display:none; 
	margin:10px;
}

.bootstrap input[type=radio] + label {
	float: none;
	clear: none;
	width: 56px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	display:inline-block;
	*display: inline;
	zoom: 1;
	margin: -2px;
	padding: 6px 12px;
	background: #e7e7e7;
	border: 1px solid #888;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

.bootstrap input[type=radio]:checked + label { 
	background-image: none;
	background: -moz-linear-gradient(top,#999 0%,#AAA);
	background: -webkit-gradient(linear, left top, left bottom,from(#999),to(#AAA));
	background: -o-linear-gradient(#999, #AAA);
	background: linear-gradient(#999, #AAA);
	background: -ms-linear-gradient(top, #999 0%, #AAA 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888', endColorstr='#888',GradientType=0 );
	color: #000;
}

.bootstrap input[type=radio] + label:hover {
	cursor:pointer;
}

.bootstrap label {
	margin-bottom:10px;
	color: #000000;
}

.bootstrap .submit-wrapper {
	position: float;
	clear: both;
	text-align: center;
}

.bootstrap button {
	font-family: 'Merriweather Sans', sans-serif;
}

/* ----- PAGE: INDEX ------------------------------ PAGE: INDEX ------------------------------ PAGE: INDEX ----- */

ul.icon-list {
	list-style: none;
	margin-top: 0;
}

ul.icon-list li {
	padding: 5px 0;
	overflow: hidden;
}

ul.icon-list li img {
	float: left;
	margin-left: 90px;
}

ul.icon-list li span {
	float: left;
	margin-left: 20px;
	font-size: 15px;
	line-height: 32px;
}

/* ----- PAGE: WEB ------------------------------ PAGE: WEB ------------------------------ PAGE: WEB ----- */

.web-banner-border {
	width: 810px;
	height: 200px;
	margin: 0 auto;
	border: 1px solid #888;
}

/* ----- PAGE: VIDEO ------------------------------ PAGE: VIDEO ------------------------------ PAGE: VIDEO ----- */

.lightbox-showreel {
	display: none;
	width: 810px;
	height: 456px;
	border: 1px solid #333;
	background: #DDD;
}

.video-poster {
	position: relative;
	width: 810px;
	height: 200px;
	border: 1px solid #888;
	margin: 0 auto;
	background: url(../images/video/aeolis_video_poster.jpg);
}

.video-poster:hover {
	cursor: pointer;
}

.video-poster .play {
	font-family: "VideoJS";
	color: #FFF;
	left: 355px;
	top: 65px;
	font-size:28px;
	line-height: 70px;
	display: block;
	z-index: 2;
	position: absolute;
	width: 100px;
	height: 70px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	opacity: 1;
	background-color: #07141e;
	background-color: rgba(7, 20, 30, 0.7);
	border: 0.1em solid #3b4249;
	-webkit-border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	border-radius: 0.8em;
	-webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
	-moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
	box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.icon-play:before {
	content: "\e001";
	line-height: 2.6em;
	text-shadow: 0.05em 0.05em 0.1em #000;
	text-align: center /* Needed for IE8 */;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-poster:hover .play, .video-poster .play:focus {
	outline: 0;
	border-color: #fff;
	background-color: #505050;
	background-color: rgba(50, 50, 50, 0.75);
	-webkit-box-shadow: 0 0 3em #ffffff;
	-moz-box-shadow: 0 0 3em #ffffff;
	box-shadow: 0 0 3em #ffffff;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}

.lightbox-showreel .close {
	position: fixed;
	right: 15px;
	top: 15px;
}

.lightbox-showreel .close:hover {
	cursor: pointer;
}

/* ----- PAGE: CONTACT ------------------------------ PAGE: CONTACT ------------------------------ PAGE: CONTACT ----- */

.contact-banner .wrapper {
	overflow: hidden;
	width: auto;
	text-align: center;
	margin: 0 auto;
	margin-top: 15px;
}

.contact-banner img {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	padding-right: 15px;
	height: 38px;
}

.contact-banner span {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	font-size: 16px;
	font-weight: normal;
	line-height: 38px;
}

.form-success {
	display: none;
	width: 810px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: lighter;
	margin-bottom: 20px;
	padding: 6px;
	text-align: center;
	border: 1px solid #888;
	border-radius: 1px;
	background: #FCF0F0;
}

/* ----- FOOTER ------------------------------ FOOTER ------------------------------ FOOTER ----- */

footer {
	position: relative;
	display: block;
	width: 900px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 10px;
	border-top: 1px solid #888;
}

footer ul {
	list-style: none;
	width: 100%;
}

footer ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 33%;
}

.button-fullwidth-container {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
}

/* ----- END ------------------------------ END ------------------------------ END ----- */
