.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 400px;
	margin: 0 auto;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
}
.ei-title{
	position: absolute;
	right: 50%;
	margin-right: 13%;
	top: 30%;
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	font-size: 40px;
	line-height: 50px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #b5b5b5;
}
.ei-title h3{
	font-size: 70px;
	line-height: 70px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: #000;
}
.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #000;
	background: rgba(0,0,0,0.9);
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #666 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 830px) {
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
		background: #fff;
		background: rgba(255,255,255,0.9);
		padding: 5px 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 30px;
		line-height: 40px;
	}
}
.header {
	background-color: #FFF;
	height: 200px;
}
#logo {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	margin-top: 15px;
}

/* ---------------------- Dolphin nav ---------------------- */
#time4bed-nav{
	position:relative;
	height:43px;
	font-size:14px;
	text-transform:uppercase;
	background:#fff url("images/time4bed_bg.gif") repeat-x bottom left;
	font-family: newsgoth_btroman, Times, serif;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#time4bed-nav ul{
	list-style-type:none;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	width: 1010px;
	padding: 0;
}
#time4bed-nav ul li{display:block;float:left;margin:0 2px;}
#time4bed-nav ul li a{
	display:block;
	float:left;
	color:#ffdab6;
	text-decoration:none;
	height:43px;
	line-height:50px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 22px;
}
#time4bed-nav ul li a span{
	display:block;
	float:left;
	height:31px;
	width:auto;
	padding-top: 0;
	padding-right: 22px;
	padding-bottom: 0;
	padding-left: 0;
}
#time4bed-nav ul li a:hover{color:#fff;}
#time4bed-nav ul li a:hover span{display:block;cursor:pointer;}
#time4bed-nav ul li a.current,#time4bed-nav ul li a.current:hover{color:#894d12;background:transparent url("images/time2bed_left-ON.gif") no-repeat top left;}
#time4bed-nav ul li a.current span{background:transparent url("images/time2bed_right-ON.gif") no-repeat top right;height:43px;}
/* ---------------------- END Dolphin nav ---------------------- */
.rodape {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: newsgoth_lt_btlight, Times, serif;
	font-size: 18px;
	color: #FFF;
	margin-top: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.conteudo {
	background-color: #FFF;
	height: 600px;
	font-family: newsgoth_lt_btlight, Times, serif;
	font-size: 14px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/textura-conteudo.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 16px;
}

.conteudo-servicos {
	background-color: #FFF;
	height: 800px;
	font-family: newsgoth_lt_btlight, Times, serif;
	font-size: 14px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/textura-conteudo.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 16px;
}
.conteudo #cont-esq {
	font-family: newsgoth_lt_btlight, Times, serif;
	font-size: 15px;
	margin: 0px;
	width: 530px;
	color: #000000;
	float: left;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.conteudo-servicos #cont-esq {
	font-family: newsgoth_lt_btlight, Times, serif;
	font-size: 15px;
	margin: 0px;
	width: 530px;
	color: #000000;
	float: left;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 30px;
}


#cont-esq h1 {
	font-family: newsgoth_lt_btlight, Geneva, sans-serif;
	font-size: 22px;
	color: #F37022;
}
.conteudo #cont-dir {
	font-family: newsgoth_lt_btlight, Times, serif;
	font-size: 14px;
	margin: 0px;
	width: 350px;
	color: #000000;
	float: right;
	padding-top: 100px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
}

.conteudo-servicos #cont-dir {
	font-family: newsgoth_lt_btlight, Times, serif;
	font-size: 14px;
	margin: 0px;
	width: 350px;
	color: #000000;
	float: right;
	padding-top: 100px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
}

.contato .form{
	width:470px;
	float:left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 30px;
	margin-left: 30px;
}
.container fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.contato form label{
	text-align:left;
	font-size:14px;
	display:block;
	height:13px;
	float:left;
	width:50px;
	margin-bottom:5px;
	font-family: newsgoth_lt_btlight, Geneva, sans-serif;
	color: #000000;
	padding-top: 2px;
	padding-right: 4;
	padding-bottom: 2px;
	padding-left: 0;
	margin-top: 5px;
}
.contato form input, form textarea{
	width:370px;
	display:block;
	height:20px;
	float:left;
	margin-bottom:5px;
	background-color: #FFCB97;
	margin-left: 40px;
	padding: 2px;
	border: 1px solid #F60;
	font-family: Arial;
	font-size: 12px;
	color: #000;
}
.copy a {
	color: #FFF;
}
.copy a:hover {
	text-decoration: underline;
}

.contato form textarea{
	height:80px;
	color: #000;
}
.contato .btn{
	width:65px;
	float:right;
	margin-right:3px;
	color:#fff;
	height:auto;
	clear:none;
	background-color: #FF6600;
	border-top-color: #FF7E00;
	border-right-color: #FF7E00;
	border-bottom-color: #FF7E00;
	border-left-color: #FF7E00;
	font-family: aller_lightregular, Arial, Helvetica, sans-serif;
}

.copy {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: newsgoth_lt_btlight, Times, serif;
	font-size: 13px;
	color: #FFF;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 30px;
}


@font-face {
    font-family: 'newsgoth_btroman';
    src: url('tt0047m_-webfont.eot');
    src: url('tt0047m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('tt0047m_-webfont.woff') format('woff'),
         url('tt0047m_-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'newsgoth_btbold';
    src: url('tt0049m_-webfont.eot');
    src: url('tt0049m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('tt0049m_-webfont.woff') format('woff'),
         url('tt0049m_-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'newsgoth_lt_btlight';
    src: url('tt0132m_-webfont.eot');
    src: url('tt0132m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('tt0132m_-webfont.woff') format('woff'),
         url('tt0132m_-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
