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

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

html, body {
	height: 100%;
	background-color:#15B9B7;
	font-family: 'cabinregular';
	font-size: 11px;
	line-height: 16px;
}

p, textarea, input, li {
	font-family: 'cabinregular';
	color: #000000;
	font-size: 11px;
	line-height: 16px;
}

div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
 
.clearfix:after {
  clear: both;
}
 
.clearfix {
  *zoom: 1;
}

.center-contents, .xs-center-contents {
	width: 1280px;
	margin: auto;
	position: relative;
}

.xs-center-contents {
	width: 960px;	
}

div.half {
	width: 50%;	
}

div.left {
	float: left;
}

div.right {
	float: right;	
}

#site {
	position: relative;
	width: 100%;
	min-height: 100%;	
}

#background {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url('/images/background.png') top center no-repeat;
}

#header {}

.header-group {
	height: 200px;
	width: 960px;
	position: relative;
	margin: auto;	
}

body .inactive {
	cursor: default;
	opacity: 0.2;	
}

#slideshow {
	max-height: 335px;
	height: 335px;
	width: 1280px;
	margin: auto;
	overflow: hidden;
}

.slideshow-container {
	white-space: nowrap;
	display: inline-block;
	font-size: 0px;
}

.slideshow-container .triple a{	
	margin-left: 4px;		
}

.slideshow-container .triple a:first-child {
	margin-left: 0px;	
}

.slideshow-bar {
	height: 12px; line-height: 12px; 
	background: #776A6A;	
	margin: 5px auto 18px auto;
	width: 1280px;	
}

.slideshow-bar span, .slideshow-bar a {
	padding-right: 20px;
	color: #FFFFFF;
}

.slide-back, .slide-next {
	cursor: pointer;	
}

.slideshow-popup {
	position: fixed;
	width: 1210px;
	left: 50%;
	margin-left: -605px;
	top: 160px;
	height: 450px;
	text-align: right;
	display: none;
	z-index: 2001;
}

#logotype{
	width: 224px;
	height: 111px;
	background: url('/images/structural.png');
	position: absolute;
	top: 84px;
	left: 5px;
	cursor: pointer;
	z-index: 1999;
}

#brother-site {
	width: 123px;
	height: 34px;
	background: url('/images/aerostructures_thumb.png');
	position: absolute;
	top: 20px;
	right: 10px;
	cursor: pointer;
	z-index: 1998;
}

#menu{
	text-align: right;
	padding-top: 170px;
	position: relative;	
	z-index: 10;
}

.menu-item {
	display: inline-block;
	color: #FFFFFF;
	padding: 0px 15px;
	text-transform: uppercase;
	cursor: pointer;	
}

.menu-item a {
	color: #FFFFFF;
	transition: all 0.3s ease-in-out;
}

.menu-item a:hover, .menu-item.selected a {
	color: #000000;	
}

.menu-item .submenu {
	position: absolute;
	height: 20px; line-height: 20px;
	background: #0a5655;	
	margin-left: -15px;
	margin-top: 14px;
	padding: 0px 15px;
	display: none;

}

.menu-item .submenu a {
	color: #FFFFFF; padding-right: 25px;
}

#langs{}
.lang-item {}
.lang-item:hover, .lang-item.selected {}

.overlay {
	width: 100%; height: 100%; 
	position: fixed;
	top: 0px; left: 0px;
	background: #000000;
	opacity: 0.8;	
	filter: alpha(opacity=80);	
	display: none;
	z-index: 2000;
	cursor: pointer;
}

.contacts-popup {
	display: none;
	position: absolute;
	top: 48px; left: 50%;	
	width: 1000px;
	margin-left: -500px;
	z-index: 2001;
}

.close {	
	height: 20px; width: 90px; float: right;
	margin: 0px auto 5px auto;
	text-align: right;
}

.close a {
	color: #6A6E6E;
}

.slideshow-popup .close {
	display: inline-block;
	float: none;
}

.contacts-popup .close a {
	color: #797979;	
}

#map-canvas {
	width: 100%; height: 500px;	
	margin: 0px auto;
}

.contacts-text {
	width: 100%;
	color: #FFFFFF;
	padding: 16px 12px;	
	font-size: 12px;
	background: -moz-linear-gradient(left,  rgba(0,177,169,1) 0%, rgba(0,177,169,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,177,169,1)), color-stop(100%,rgba(0,177,169,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,177,169,1) 0%,rgba(0,177,169,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,177,169,1) 0%,rgba(0,177,169,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,177,169,1) 0%,rgba(0,177,169,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,177,169,1) 0%,rgba(0,177,169,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b1a9', endColorstr='#0000b1a9',GradientType=1 ); /* IE6-9 */

}

.contacts-text p, .contacts-text a {
	color: #FFFFFF;
	font-size: 12px;
}

.contacts-text .col1, .contacts-text .col2 {
	display: inline-block;
	width: 200px;	
}

#contents {
}

div.page{
}

div.long-text li{
	margin-left: 20px;
}

#networks {
	padding: 4px;	
}

#networks img:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);	
}

#footer {		
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	padding: 20px 0px;
}

#footer a {
	color: #FFFFFF;	
}

#footer a:hover {
	text-decoration: underline;	
}

/* list elements */
#page-list h1 {
	font-weight: normal;
	font-family: 'cabinbold';
	font-size: 12px;	
}

#page-list h3 {
	font-weight: normal;	
	font-family: 'cabinbold';
	font-size: 25px;
	padding: 20px 0px;
}

.list-container {
}

.list-item {
	float: left; 
	width: 28%;
	margin-right: 5%;
}

.list-item a {
	font-size: 11px;
	text-transform: uppercase;
	padding: 12px 0px;
	color: #000000;
	display: inline-block;
	font-family: 'cabinbold';
}

.list-item .short-text {
	color: #FFFFFF;
}

.pagination {
	padding: 20px 30px 20px 0px;	
	text-align: right;
}

.pagination a {
	padding: 4px 6px;
	color: #000000;
	font-size: 13px;
}

.pagination a.selected {
	text-decoration: underline;
}

/* template text and home */

.page-content {
	float: left;
	width: 640px;	
}

.news-column {
	float: right;
	width: 280px;
	margin-right: 10px;
}

.news-title {
	color: #FFFFFF;	
	font-family: 'CabinBold';
}

.news-item {
	margin-top: 12px;	
}

.news-item.first {
	border-bottom: solid 1px #FFFFFF;	
}

.news-item a {
	font-family: 'CabinBold';
	color: #000000;
	display: inline-block;
	padding-bottom: 10px;
	text-transform: uppercase;	
}

.news-item h2, .news-item .short-text {
	padding-bottom: 13px;		
}

.news-item .short-text, .news-item .short-text p {
	color: #FFFFFF;
}

.home-phrases, .home-phrases p {
	font-size: 38px; line-height: 42px;
	color: #FFFFFF;	
}

#page-text h1 {
	font-weight: normal;
	padding-bottom: 12px;
	font-size: 12px;
	text-transform:uppercase;
	font-family: 'CabinBold';
}

#page-text .long-text {
	width: 500px;	
}

#page-text .long-text b {
	font-family: 'CabinBold';
	font-weight: normal;
}


/* AYSlideshow Specific*/
#mainhighlight {
	width: 100%;
	min-height: 200px;
	margin-top: 20px;
}

#zoomslide {
	width: 100%;
	height: 440px;
}

/* AYSlideshow */
.slideshow {
	position: relative;
}

.slideshow div.contents div.item {
	position: absolute; 
	top: 0px;
	left: 0px;
}

.slideshow div.slide-left, .slideshow div.slide-right {
	position: absolute;
	bottom: -20px;
	left: 0px;
	color: #6A6E6E;
	cursor: pointer;
}

.slideshow div.slide-right { left: 40px; }


/* TINYMCE */

.titulo-grande {
	font-size: 25px;
	line-height: 25px;
	font-family: 'CabinBold';	
}

.texto-branco {
	color: #FFFFFF;
}

@media screen and (max-width: 1280px) {
	#slideshow, .slideshow-bar, .center-contents, .xs-center-contents{
		width: 100%;	
	}
	
	#contents, .slideshow-bar {
		padding: 0 40px;	
	}
	
	.page-content {
		width: 600px;	
	}
	
	.slideshow-container {
		width: 9000px;	
	}
	
	.slideshow-container .item a {
		margin: 0px;	
	}
	
	.slideshow-container .item img{
		width: 100%;
		height: auto;
	}
		
	.slideshow-container .item.triple img {		
		height: auto;
		vertical-align: top;
	}
	
	.slideshow-container .item.triple .slide-img1{
		width: 30%;
		margin-right: 0.3%
	}
	
	.slideshow-container .item.triple .slide-img2{
		width: 35.5%;
		margin-right: 0.3%
	}
	
	.slideshow-container .item.triple .slide-img3{
		width: 33.8%;
	}
	
	.slideshow-container .item {
		width: 100vw;
		float: left;	
	}
	
	.contacts-popup {
		top: 10%; 
		left: 10%;	
		width: 80%;
		margin-left: 0;
	}
	
	.slideshow-popup {
		top: 10%; 
		left: 10%;	
		width: 80%;
		margin-left: 0;				
	}
	
	.zoom-img {
		width: 100%;
		height: auto;
	}
	
	.slideshow div.slide-left, .slideshow div.slide-right {
		bottom: auto;
		top: -20px;	
	}
}

@media screen and (max-width: 1010px) {
	.page-content, .news-column {
		width: 100%;
		float: none;	
	}
	
	.page-content {
		padding-bottom: 20px;	
	}
	
	#mainhighlight {
		min-height: 150px;	
	}
}

@media screen and (max-width: 980px) {
	#contents, .slideshow-bar {
		padding: 0 20px;	
	}
	
	.header-group, #page-text .long-text {
		width: 100%;	
	}
	
	#logotype {
		top: 20px;	
	}
	
	#menu {
		text-align: left;			
		position: absolute;
		bottom: 10px;
		padding: 0;
	}
	
	.menu-item .submenu {
		height: auto;	
	}
	
	.menu-item .submenu a {
		display: block;	
	}

}

@media screen and (max-width: 600px) {
	#brother-site {
		display: none;	
	}
	
	.list-item {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;	
	}
	
	.home-phrases, .home-phrases p {
		font-size: 20px;
		line-height: 24px;	
	}

}