/* ==========================================================================
   CULTURA INGLESA 4
   Última modificação: 07/12/2012
   Criação: www.ugagogo.com.br
   Contato: atendimento@ugagogo.com.br / [92] 3087-5985
   ========================================================================== */
.to-left { float: left; }

.to-right { float: right; }

body {
	background: url("../img/site/bg.png") repeat top left;
	font-family: Verdana, sans-serif;
}

.rounded-wrapper {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px #aaa;
	position: absolute;
	
	height: 624px;
	margin-top: -312px;
	top: 50%;
	
	left: 50%;
	margin-left:  -490px;
	width: 980px;
}

/* HEADER
   ========================================================================== */
.header {
	background: url("../img/site/bg_top.png") repeat-x left center;
	border-radius: 20px 20px 0 0;
	padding: 15px;
	text-align: center;
}

.header h1 a,
.header h1 a:link,
.header h1 a:visited {
	border-radius: 2px;
	display: block;
	font-size: 5px;
	height: 90px;
	margin: 0 auto;
	overflow: hidden;
	width: 280px;
}

.header h1 a:active {
	background: #fafafa;
	box-shadow: 0 0 5px #222 inset;
}

.content { padding: 15px; }

/* MENU
   ========================================================================== */
.nav { padding-bottom: 15px; }

.nav li {
	float: left;
	list-style: none;
	padding:0 14px;
}

.nav img { display: block; }

.nav li a,
.nav li a:link,
.nav li a:visited {
	background: #ed1c24 url("../img/site/bg_menu.png") repeat-x left center;
	border-radius: 3px;
	display: block;
}

.nav li a:hover,
.nav li a:focus,
.nav li a:active { background: #ed1c24 url("../img/site/bg_menu_h.png") repeat-x left center; }

.nav li a:active { box-shadow: 0 0 5px #555 inset; }

.herlo,
.herlo:link,
.herlo:visited { background: #666 url("../img/site/bg_menu.png") repeat-x left center !important; }

.herlo:hover,
.herlo:focus,
.herlo:active { background: #666 url("../img/site/bg_menu_h.png") repeat-x left center !important; }

/* ABOUT
   ========================================================================== */
.about {
	height: 400px;
	margin: 0 -15px -15px;
	overflow: hidden;
	width: 980px;
}

.about .images {
	height: 400px;
	width: 490px;
}

.about .to-right {
	height: 400px;
	overflow: auto;
	padding: 0 15px 15px;
	width: 490px;
}

.about h2 {
	color: #999;
	font-size: 23px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 15px;
}

.about p {
	color: #666;
	font-size: 14px;
	line-height: 150%;
	padding-bottom: 14px;
}

/* START
   ========================================================================== */
.img-destaque {
	height: 400px;
	margin: 0 -15px -15px;
	overflow: hidden;
	width: 980px;
}

.img-destaque img {
	margin-top: -155px;
	width: 980px;
	-webkit-transition: all 1.5s linear;
	-moz-transition: all 1.5s linear;
	-o-transition: all 1.5s linear;
	transition: all 1.5s linear;

	-webkit-animation-name: destaqueanim;
	-webkit-animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
	animation-name: destaqueanim;
	animation-duration: 30s;
	animation-iteration-count: infinite;

	-moz-animation-name: noanim;
	-moz-transition: all 3s ease-in-out ;
}

.img-destaque:hover img { -moz-transform: scale(1.2); }

@-webkit-keyframes destaqueanim {
	0% {
		-webkit-transform: scale(1);
	}
 
	50% {
		-webkit-transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@keyframes destaqueanim {
	0% {
		transform: scale(1);
	}
 
	50% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

/* MAPA
   ========================================================================== */
.mapa {
	height: 400px;
	margin: 0 -15px -15px;
	overflow: hidden;
	width: 980px;
}

.endereco {
	background: #f0f0f0;
	display: block;
	height: 45px;
	margin-top: -48px;
	padding: 15px;
	position: absolute;
	width: 100%;
	z-index: 9999;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.endereco address {
	color: #999;
	font-size: 12px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.endereco:hover { background: #e0e0e0; }

.endereco:hover address { color: #666; }

.endereco address a {
	color:#ec1c24 !important;
}

.endereco address a:hover {
	color:#2e3191 !important;
}


/* CONTATO
   ========================================================================== */
.contato {
	height: 385px;
	width: 950px;
}

.contato .to-left,
.contato .to-right { width: 475px; }

.contato form { padding-top: 35px; }

.contato h2 {
	color: #999;
	font-size: 23px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 15px;
}

.contato label {
	color: #666;
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
}

.contato input,
.contato select,
.contato textarea {
	border: 1px solid #a9a9a9;
	border-radius: 2px;
	display: block;
	margin-top: 2px;
	padding: 5px;
	width: 475px;
	max-width: 475px;
}

.contato textarea { max-height: 85px; }

.contato button {
	background: #ed1c24 url("../img/site/bg_menu.png") repeat-x left center;
	border-radius: 3px;
	color: #fff;
	display: block;
	float: right;
	font-size: 14px;
	padding: 7px 10px;
	text-transform: uppercase;
}

.contato button:hover,
.contato button:focus { background: #ed1c24 url("../img/site/bg_menu_h.png") repeat-x left center; }

.contato button:active { box-shadow: 0 0 5px #555 inset; }

.telefone {
	color: #999;
	font-size: 30px;
	font-style: italic;
	padding-top: 90px;
	padding-left: 30px;
	padding-bottom: 10px;
}

.telefone span {
	color: #2e3092;
	font-weight: bold;
}

.telefone span i { color: #ed1c24; }

.email {
	color: #999;
	font-size: 14px;
	font-style: italic;
	padding-left: 30px;
}

.email a,
.email a:link,
.email a:visited { color: #2e3092; }

.email a:hover,
.email a:focus,
.email a:active {
	color: #ed1c24;
	text-decoration: none;
}

/* OPERATION: SPANISH GARDEN
   ========================================================================== */
.herlock {
	height: 400px;
	margin: 0 -15px -15px;
	overflow: hidden;
	width: 980px;
}

.herlock .to-left,
 .herlock .to-right{
	height: 400px;
	width: 490px;
}

.herlock .to-right {
	overflow: auto;
	padding: 0 15px;
}

.herlock h2 {
	color: #999;
	font-size: 23px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 15px;
}

.herlock p {
	color: #666;
	font-size: 14px;
	line-height: 150%;
	padding-bottom: 14px;
}

/* FOOTER
   ========================================================================== */
.footer {
	background: url("../img/site/bg_bottom.png") repeat-x left center;
	border-radius: 0 0 20px 20px;
	color: #999;
	font-size: 11px;
	padding: 15px;
}

.footer a,
.footer a:link,
.footer a:visited { color: #999; }

.footer a:hover,
.footer a:focus,
.footer a:active {
	color: #ec1c24;
	text-decoration: none;
}

.footer a:active { border-bottom: 1px solid #999; }

.footer .to-left { padding-left: 50px; }

.footer .to-right { padding-right: 50px; }

/* PARA O JAVASCRIPT */
.show { display: block !important; }
.hide { display: none !important; }

.to-right a {
	color:#ec1c24 !important;
}

.to-right a:hover {
	color:#2e3191 !important;
}

.to-left a {
	color:#ec1c24 !important;
}

.to-left a:hover {
	color:#2e3191 !important;
}