@charset "utf-8";
@import url("reset.css");
/*




/* ========================================
		3. GLOBALS
======================================== */
html {
	font-size: 62.5%;/*Equivalent 10px = 1.0em */
}
html,
body {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #000;
}
body.popup,
body.popup #main-container {
	overflow: hidden;
}
body.move_r #main-nav,
body.move_l #main-nav {
	position: absolute;
	overflow: hidden;
}
body.move_r #main-container,
body.move_r .layer,
body.move_r .footer,
body.move_r #bgs-container {
	left: 352px;
	overflow: hidden;
}
body.move_l #main-container,
body.move_l .layer,
body.move_l .footer,
body.move_l #bgs-container {
	right: 338px;
	overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0.5em;
}
p {
	margin: 0 0 0.5em;
}
p,
a {
	font-size: 1em;
}
li {
	line-height: 1em;
}
sup {
	font-size: 0.6em;
	vertical-align: super;
}
input[type=text]::-ms-clear {
display: none;
}
input,
textarea,
select {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #fff;
}
input,
select,
.select,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
}
::-webkit-input-placeholder {
 color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
 color: #fff;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #fff;
}

:-ms-input-placeholder {
 color: #fff;
}
textarea {
	resize: none;
}
img {
	border: 0 none;
	display: block;
}
.overflow {
	overflow: hidden;
}
.indent {
	text-indent: -10000px;
}
.hide {
	display: none;
}
.pull_left {
	float: left !important;
	float: left;
}
.pull_right {
	float: right !important;
	float: right;
}
.divider_h {
	width: 100%;
	height: 2px;
	background: #fff;
}
.pie {
	behavior: url(./layoutcss/PIE.htc);
}
.rounded {
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	zoom: 1;
}
/* ========================================
		LINKS / BUTTONS
======================================== */
a {
	color: #fff;
}
a:hover {
	text-decoration: none;
}
a.btn {
	display: block;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
}
/* ========================================
		WEB FONTS
======================================== */
@font-face {
	font-family: 'Mal_de_Ojo';
	src: url('../../webfonts/maldeojo/Mal_de_Ojo.eot');
	src: url('../../webfonts/maldeojo/Mal_de_Ojo.eot?#iefix') format('embedded-opentype'), url('../../webfonts/maldeojo/Mal_de_Ojo.woff') format('woff'), url('../../webfonts/maldeojo/Mal_de_Ojo.ttf') format('truetype'), url('../../webfonts/maldeojo/Mal_de_Ojo.svg#Mal_de_Ojo') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Copperplate';
	src: url('../../webfonts/copperplate/copperplate.eot');
	src: url('../../webfonts/copperplate/copperplate.eot?#iefix') format('embedded-opentype'), url('../../webfonts/copperplate/copperplate.woff') format('woff'), url('../../webfonts/copperplate/copperplate.ttf') format('truetype'), url('../../webfonts/copperplate/copperplate.svg#copperplate') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Copperplate-Bold';
	src: url('../../webfonts/copperplate/copperplate.eot');
	src: url('../../webfonts/copperplate/copperplate.eot?#iefix') format('embedded-opentype'), url('../../webfonts/copperplate/copperplate.woff') format('woff'), url('../../webfonts/copperplate/copperplate.ttf') format('truetype'), url('../../webfonts/copperplate/copperplate.svg#copperplate') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Bello-Script';
	src: url('../../webfonts/belloscript/belloscript.eot');
	src: url('../../webfonts/belloscript/belloscript.eot?#iefix') format('embedded-opentype'), url('../../webfonts/belloscript/Bello-Script.woff') format('woff'), url('../../webfonts/belloscript/Bello-Script.ttf') format('truetype'), url('../../webfonts/belloscript/belloscript.svg#belloscript') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ========================================
			MAIN CONTENTS
======================================== */
.content {
	position: relative;
	/*z-index: 100;*/
	width: 100%;
	height: 100%;
}
/* ========================================
=============  COMMON TEXT  ===============
======================================== */
.maldeojo {
	font-family: 'Mal_de_Ojo';
}
.copper {
	font-family: 'Copperplate';
}
.copperb {
	font-family: 'Copperplate-Bold';
	font-weight: 700;
}
.bellos {
	font-family: 'Bello-Script';
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
}
/* ========================================
		LOADING 
======================================== */
.loader_circle {
	width: 100%;
	height: 100%;
	background: transparent url(../images/misc/loader_circle.gif) no-repeat 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.main-container {
	width: 100%;
	display: block;
	visibility: visible;
	position: absolute;
	top: 0px;/*z-index: 100;*/
}
.main-loading {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	z-index: 1500;
	background: transparent url(../images/backgrounds/bg-transparent.png);
}
.main-loading span {
	display: block;
	width: 60px;
	background: transparent url(../images/icons/loader.gif) no-repeat 50% 0;
	padding: 55px 0 0;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #ffffff;
	font-family: "Lucida Grande", arial;
	font-size: 2.2em;
	text-align: center;
	margin: -40px 0 0 -30px;
}
.main-loading .progress-bar {
	position: relative;
	height: 3px;
	background-color: #ffffff;
}
/* main bg classes */
.bgs-container {
	/*position: fixed;*/
	/*z-index: 60;*/
	top: 0px;
}
.bgs-container .bgs-relative {
	width: 100%;
	height: 100%;
	position: relative;
}
.bgs-container .bgs-relative .bg {
	position: absolute;/*z-index: 1;*/
}
.bgs-container .bgs-relative .bg-low-q {
	position: absolute;/*z-index: 0;*/
}
.width-oriented {
	width: 100%;
}
.height-oriented {
	height: 100%;
}
.main-content-container {
}
.video-button-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;/*z-index: 150;*/
}
.video-button-container a.video-button {
	background-image: url(../images/misc/video_play_button.png);
	background-repeat: no-repeat;
	width: 124px;
	height: 123px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -60px;
}
.video-container {
	position: absolute;
	top: 0px;
	background-color: #000;
	overflow: hidden;
	z-index: 1500;
}
.video-container .wrapper_video {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
}
.video-container .wrapper_video.tablet {
	width: 90%;
	left: 3%;
}
.video-container a.close-btn {
	width: 33px;
	height: 33px;
	background: transparent url(../images/buttons/btn_close.png) no-repeat;
	position: absolute;
	top: 14px;
	right: 20px;
	z-index: 10;
}
.video-container a.close-btn:hover,
.video-container a.close-btn.selected {
	background-position: 0 -35px;
}
.video-container a.skip-btn {
	width: 67px;
	height: 33px;
	background: transparent url(../images/buttons/btn_skip.png) no-repeat;
	position: absolute;
	bottom: 14px;
	right: 20px;
	z-index: 15;
}
.video-container a.skip-btn:hover,
.video-container a.skip-btn.selected {
	background-position: -70px 0;
}
/* ========================================
		 	 MAIN-NAV  	
======================================== */

#main-nav {
	display: none;
	/*position: fixed;*/
	width: 919px;
	height: 56px;
	background-image: url(../images/backgrounds/h_bg_header.jpg);
	background-repeat: no-repeat;
	top: 0px;
	left: 50%;
	margin: 0px 0px 0px -459px;
	padding: 0px;
	z-index: 500;
}
#main-nav ul {
	margin: 0px;
	padding: 7px;
	display: block;
	width: 905px;
	height: 41px;
	position: relative;
}
#main-nav ul li {
	display: inline-block;
}
#main-nav ul li.left {
	float: left;
}
#main-nav ul li.right {
	float: right;
}
#main-nav ul li a {
	background-image: url(../images/buttons/h_spr_nav.png);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	margin: 0px 10px 0px 10px;
}
#main-nav ul li a.our_story {
	width: 120px;
	height: 30px;
	margin: 0px 10px 0px 10px;
	background-position: 0px 0px;
}
#main-nav ul li a.our_story.active,
#main-nav ul li a.our_story:hover {
	background-position: 0px -31px;
}
#main-nav ul li a.tasting_notes {
	width: 164px;
	background-position: -139px 0px;
}
#main-nav ul li a.tasting_notes.active,
#main-nav ul li a.tasting_notes:hover {
	background-position: -139px -31px;
}
#main-nav ul li.home {
	position: absolute;
	top: -1px;
	left: 50%;
	margin-left: -128px;
}
#main-nav ul li.home a {
	background-image: url(../images/buttons/h_spr_home_btn.png);
	width: 198px;
	height: 60px;
	background-position: 0px 0px;
}
#main-nav ul li a.home.active,
#main-nav ul li.home a:hover {
	background-position: 0px -60px;
}
#main-nav ul li a.our_craft {
	width: 128px;
	background-position: -541px 0px;
}
#main-nav ul li a.our_craft.active,
#main-nav ul li a.our_craft:hover {
	background-position: -541px -31px;
}
#main-nav ul li a.store_locator {
	width: 198px;
	background-position: -671px 0px;
}
#main-nav ul li a.store_locator.active,
#main-nav ul li a.store_locator:hover {
	background-position: -671px -31px;
}
/*=========================================
=============  AGE-GATE  ==================
=========================================*/
.cont_agegate {
	width: 100%;
	height: 100%;
	background: transparent url(../images/backgrounds/bg_agegate.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.cont_agegate .box {
	width: 395px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	margin-top: -310px;
}
.cont_agegate h1 {
	width: 212px;
	height: 57px;
	background: transparent url(../images/logos/logo_agegate.png) no-repeat;
	margin: 0 auto 40px;
}
.cont_agegate h2 {
	font-size: 3.1em;
	letter-spacing: .08em;
	margin: .5em 0;
	text-align: center;
}
.cont_agegate p.pgh_1 {
	font-size: 2.1em;
	text-align: justify;
}
.cont_agegate p.pgh_2 {
	font-size: 2em;
	text-align: center;
}
.cont_agegate .box_inputs {
	text-align: center;
}
.cont_agegate input[type="text"],
.cont_agegate input[type="number"] {
	display: inline-block;
	width: 100px;
	height: 53px;
	background: transparent;
	font-family: "Times New Roman", Times, serif;
	font-size: 31px;
	line-height: 53px;
	color: #fff;
	text-align: center;
	border: 2px solid #fff;
}
.cont_agegate input.day {
	margin: 0 8px;
}
.cont_agegate input.year {
	width: 160px;
}
.cont_agegate .box_enter {
	position: relative;
	margin: 20px auto 0;
}
.cont_agegate .box_check {
	padding: 40px 0 30px;
}
.cont_agegate .box_check label {
	font-size: 1.8em;
	display: block;
	margin-left: 45px;
}
.cont_agegate .box_check label span {
	font-size: 15px;
	display: block;
}
.cont_agegate .box_enter,
a.btn.enter {
	width: 269px;
	height: 55px;
}
a.btn.enter,
a.btn.send,
a.btn.goto {
	background: transparent url(../images/buttons/sprite_btns.png) no-repeat;
}
a.btn.enter:hover,
a.btn.enter.selected {
	background-position: 0 -60px;
}
a.btn.send {
	background-position: -280px 0;
}
a.btn.send:hover,
a.btn.send.selected {
	background-position: -280px -70px;
}
a.btn.goto {
	background-position: -580px 0;
}
a.btn.goto:hover,
a.btn.goto.selected {
	background-position: -580px -60px;
}
/****** SECTIONS *********/
.section {
	position: relative;
}
.section .page {
	position: relative;/*border: 1px solid red;*/
}
.section .page img,
.section .page svg {
	position: absolute;
}
/*-----------------------------------------
----------------  NAV DOTS  ----------------
------------------------------------------*/
.dots {
	height: 100%;
	position: absolute;
	right: 19px;
	top: 0;
}
.dots .wrapper {
	display: table;
	height: 100%;
}
.dots .wrapper .cell {
	display: table-cell;
	vertical-align: middle;
}
.dots .cont_dots {
	position: relative;
}
.dots .cont_dots span {
	position: absolute;
	top: -35px;
	right: 0;
	font-size: 1.4em;
	text-align: right;
}
.dots a {
	display: block;
	width: 10px;
	height: 10px;
	background: transparent url(../images/buttons/sprite_dots.png) no-repeat -10px 0;
	margin: 7px 0;
}
.dots a.selected,
.dots a:hover {
	background-position: 0 0;
}
/* ========================================
			CONT SOCIAL
======================================== */
.cont_social {
	overflow: hidden;
	position: absolute;
	background: #685a4c url(../images/backgrounds/wood_pattern.jpg);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;/*z-index: 50;*/
}
.cont_social .contactus,
.cont_social .email_share {
	position: relative;
	height: 100%;
}
.cont_social .contactus {
	width: 353px;
	background: transparent url(../images/backgrounds/shadow_social_r.png) repeat-y right;
}
.cont_social a.btn.close {
	width: 33px;
	height: 33px;
	background: transparent url(../images/buttons/btn_close.png) no-repeat;
	position: absolute;
	top: 14px;
	right: 16px;
	z-index: 50;
}
.cont_social a.btn.close:hover,
.cont_social a.btn.close.selected {
	background-position: 0 -35px;
}
.cont_social .contactus h2,
.cont_social .email_share h2 {
	font-size: 4.8em;
}
.cont_social .email_share h2 {
	margin-bottom: 5px;
}
.cont_social .contactus h2 {
	margin-bottom: 44px;
}
.cont_social .contactus .box {
	width: 285px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -142px;
}
.cont_social .contactus p {
	font-size: 2em;
	line-height: 25px;
	text-align: justify;
	margin-bottom: 90px;
	clear: both;
}
.cont_social .contactus h3 {
	font-size: 3em;
	background: transparent url(../images/icons/icon_mail.png) no-repeat 0 50%;
	padding: 0 0 0 65px;
	line-height: 30px;
}
.cont_social .contactus a.copper {
	display: block;
	margin-bottom: 54px;
	font-size: 1.2em;
	color: #ffe8b6;
}
.cont_social .email_share {
	position: relative;
	width: 338px;
	background: transparent url(../images/backgrounds/shadow_social_l.png) repeat-y;
}
.cont_social .email_share .box {
	width: 296px;
	/*height: 613px;*/
	margin: -205px auto 0 -148px;
	position: absolute;
	top: 50%;
	left: 50%;
}
.cont_social .email_share fieldset {
	margin: 0 0 15px 0;
}
.cont_social .email_share input,
.cont_social .email_share textarea {
	width: 296px;
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	font-size: 1.8em;
}
.cont_social .email_share input.focused,
.cont_social .email_share textarea.focused {
	border-color: #F00;
}
.cont_social .email_share input {
	height: 53px;
	padding: 0 20px;
	line-height: 53px;
}
.cont_social .email_share textarea {
	height: 140px;
	padding: 20px;
}
.cont_social .email_share .box_send,
.cont_social .email_share a.btn.send {
	position: relative;
	width: 296px;
	height: 60px;
}
/*-----------------------------------------
  		    STORE LOCATOR
------------------------------------------*/

.cont_store {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 10%;
}
.cont_store .box_state {
	clear: both;
	width: 650px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.cont_store .box_state .box_select,
.cont_store .box_state .box_input {
	position: relative;
	overflow: hidden;
	height: 41px;
}
.cont_store .box_state .box_select {
	width: 250px;
}
.cont_store .box_state .box_input {
	width: 120px;
}
.cont_store .box_state .box_input input {
	width: 100%;
	height: 100%;
	font-size: 1.4em;
	line-height: 41px;
	padding-left: 10px;
	padding-right: 35px;
}
.cont_store .box_state .box_input a {
	display: block;
	position: absolute;
	overflow: hidden;
	text-indent: -10000px;
	top: 0;
	right: 0;
	background: transparent url(../images/buttons/search.png) no-repeat 0 50%;
	width: 29px;
	height: 100%;
}
.cont_store .box_state .box_input a:hover {
	background-position: -29px 50%;
}
.cont_store .ttl {
	width: 229px;
	height: 41px;
	background: transparent url(../images/misc/ttl_store_loc.png) no-repeat;
	margin: 0 15px 0 0;
	position: relative;
}
.cont_store .ttl_or {
	width: 35px;
	height: 41px;
	margin: 0;
	background: transparent url(../images/misc/ttl_or.png) no-repeat 50% 50%;
	position: relative;
}
.cont_store h2 {
	font-size: 4.5em;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.cont_store h4 {
	font-size: 2.5em;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.cont_store .divider_h {
	width: 650px;
	margin: 0 auto;
}
.cont_store .cont_info {
	position: relative;
	max-width: 690px;
	width: 100% !important;
	width: 690px;
	margin: 0 auto;
}
.cont_store .cont_info .cont_page_store {
	overflow: hidden;
	position: relative;
}
.cont_store .cont_info .cont_page_store .page_store_locator,
.cont_store .cont_info .cont_page_store .no_result {
	width: 100%;
	height: 100%;
	position: absolute;
}
.cont_store .cont_info .cont_page_store .no_result p {
	font-size: 22px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 15%;
	margin: -13px 0 0 -33px;
}
.cont_store .cont_info .info {
	width: 298px;
	height: 60px;
	border-bottom: 2px dotted #fff;
	margin: 6px 22px;
	padding-bottom: 2px;
	float: left;
}
.cont_store .cont_info .info.nule {
	border-bottom: none;
}
.cont_store .cont_info .info h3 {
}
.cont_store .cont_info .info a {
	font-size: 1.7em;
	line-height: 25px;
}
.cont_store .cont_info .info p {
	font-size: 1.1em;
}
.cont_store .cont_info .cont_dots {
	width: 100%;
	height: auto;
	position: relative;
	right: initial;
	top: initial;
	text-align: center;
}
.cont_store .cont_info .cont_dots a {
	width: 10px;
	height: 10px;
	background: transparent url(../images/buttons/sprite_dots.png) no-repeat -10px 0;
	display: inline-block;
}
.cont_store .cont_info .cont_dots a:hover,
.cont_store .cont_info .cont_dots a.selected {
	background-position: 0 0;
}
/* Horizontal arrows */

.cont_store .cont_info .cont_arrow_left,
.cont_store .cont_info .cont_arrow_right {
	position: absolute;
	background: transparent url(../images/misc/arrows_storelocator.png) no-repeat;
	width: 40px;
	height: 74px;
	top: 50%;
	margin-top: -37px;
}
.cont_store .cont_info .cont_arrow_left {
	left: -50px;
}
.cont_store .cont_info .cont_arrow_left:hover {
	background-position: 0 -80px;
	cursor: pointer;
}
.cont_store .cont_info .cont_arrow_right {
	right: -40px;
	background-position: -50px 0;
}
.cont_store .cont_info .cont_arrow_right:hover {
	background-position: -50px -80px;
	cursor: pointer;
}
/*=========================================
=============  FOOTER  ==============
=========================================*/

.footer {
	width: 100%;
	min-width: 960px;
	height: 82px;
	background: transparent url(../images/backgrounds/bg_footer.png) repeat-x 50% 100%;
	position: absolute;
	bottom: 0;
	z-index: 500;
}
.footer .box {
	width: 50%;
	position: absolute;
	bottom: 0;
}
.footer .box.left {
	left: 18px;
	width: 66%;
}
.footer .box.left .pgh_1 {
	font-size: 1.6em;
	color: #7b3728;
	margin-bottom: .1em;
}
.footer .box.left .pgh_2 {
	font-size: 1em;
	color: #6c5643;
	margin-bottom: .3em;
}
.footer .box.right {
	right: 18px;
	width: 34%;
}
.footer .box.right a {
	float: right;
	font-size: 1.1em;
	color: #601003;
	margin-left: 6px;
	line-height: 2em;
}
.footer.age_gate .contact,
.footer.age_gate .share {
	display: none;
}
.footer .contact,
.footer .share {
	line-height: 27px;
}
.footer .contact {
	margin: 0 0 0 18px;
}
.footer .contact a {
	margin: 0 10px 0 0;
}
.footer .share {
	margin: 0 18px 0 0;
}
.footer .contact a,
.footer .share a {
	width: 28px;
	height: 27px;
	background: transparent url(../images/icons/icons_share.png) no-repeat;
	text-indent: -10000px;
}
.footer .contact a:hover,
.footer .share a:hover {
	background-position: 0 -30px;
}
.footer .share a {
	float: left;
	margin-left: 10px;
}
.footer .share a.fb {
	background-position: -35px 0;
}
.footer .share a.fb:hover {
	background-position: -35px -30px;
}
.footer .share a.twt {
	background-position: -70px 0;
}
.footer .share a.twt:hover {
	background-position: -70px -30px;
}
.footer .share a.mail {
	background-position: -105px 0;
}
.footer .share a.mail:hover {
	background-position: -105px -30px;
}
/*-----------------------------------------
----------------  404 ERROR  ------------------
------------------------------------------*/
.cont_404 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: transparent url(../images/backgrounds/bg-transparent.png);
	z-index: 1100;
}
.cont_404,
.cont_browsers,
.cont_terms {
	height: 100%;
}
.cont_404 h1,
.cont_browsers h1,
.cont_terms h1 {
	width: 212px;
	height: 57px;
	background: transparent url(../images/logos/logo_agegate.png) no-repeat;
	margin: 14px auto 55px;
}
.cont_404 .icon,
.cont_browsers .icon {
	width: 83px;
	height: 83px;
	background: transparent url(../images/icons/icon_404.png) no-repeat;
	margin: 0 auto;
}
.cont_404 h2,
.cont_browsers h2 {
	margin: 36px 0 5px;
	font-size: 4.8em;
	text-align: center;
}
.cont_404 .divider_h,
.cont_browsers .divider_h {
	width: 663px;
	margin: 0 auto;
}
.cont_404 p,
.cont_browsers p {
	width: 643px;
	margin: 0 auto;
	font-size: 3em;
	text-align: center;
}
.cont_404 .box_goto {
	position: relative;
	margin: 50px auto 0;
}
.cont_404 .box_goto,
.cont_404 a.btn.goto {
	width: 269px;
	height: 55px;
}
/*-----------------------------------------
----------------  BROWSERS ERROR  ------------
------------------------------------------*/
.cont_browsers,
.cont_terms {
	background: url(../images/backgrounds/wood_pattern.jpg);
}
.cont_browsers p {
	font-size: 2em;
	line-height: 25px;
	margin: 22px auto 0;
}
.cont_browsers h3 {
	font-size: 3.5em;
	text-align: center;
	margin: 40px auto 30px;
}
.cont_browsers .icons {
	text-align: center;
}
.cont_browsers .icons a.btn {
	width: 38px;
	height: 38px;
	background: transparent url(../images/icons/icon_browsers.png) no-repeat;
	margin: 0 8px;
	display: inline-block;
	overflow: hidden;
	text-indent: -10000px;
}
.cont_browsers .icons a.btn.ff {
	background-position: -40px 0;
}
.cont_browsers .icons a.btn.chr {
	background-position: -80px 0;
}
.cont_browsers .icons a.btn.op {
	background-position: -120px 0;
}
.cont_browsers .icons a.btn.sf {
	background-position: -160px 0;
}
/*-----------------------------------------
----------------  ALERT MESSAGE FORM  ------------
------------------------------------------*/
.alert {
	background: #000 url(../images/icons/icon_alert.png) no-repeat 10px center;
	padding: 10px 5px 10px 42px;
	border-radius: 5px;
	font-size: 1.3em;
	margin: 0 0 15px 0;
}
.alert.sended {
	background-image: url(../images/icons/icon_sended.png);
	background-color: #72b816;
}
/*------------------------------------------------
----------------  TERMS & CONDITIONS  ------------
-------------------------------------------------*/
.cont_terms {
	overflow: auto;
}
.cont_terms .box_content {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}
.cont_terms h2 {
	font-size: 4em;
}
.cont_terms h3 {
	font-size: 3em;
}
.cont_terms p {
	max-width: 960px;
	margin: 0 auto 20px;
	font-size: 1.3em;
	line-height: 18px;
}
.cont_terms p span {
	text-decoration: underline;
	font-weight: 700;
}
.cont_terms p a {
	color: #ffe8b6;
}
.cont_terms ul {
	margin: 0 0 0 20px;
list-style: disc;
	}
.cont_terms ul li {
	padding: 0 0 5px ;
	font-size: 1.2em;
	}
/*-----------------------------------------
----------------  LAYER  ------------------
------------------------------------------*/
.layer,
.layer_resize {
	width: 100%;
	height: 100%;
	background: transparent url(../images/backgrounds/bg-transparent.png);
	position: absolute;
	top: 0;
	z-index: 1000;
}
.layer_resize {
	background: transparent url(../images/misc/resize.png) no-repeat 50% 50%;
}
/*=========================================
=============  COLOR PALETE  ==================
=========================================*/

/*=BG=*/
.white {
	background-color: #fff;
}
.black {
	background-color: #000;
}
/*=FT=*/
.white_ft {
	color: #fff;
}
.black_ft {
	color: #000;
}
/* ========================================================================//
   CUSTOM FORM
   ========================================================================//
*/
select.styled {
	height: 41px;
	z-index: 500;
}
.select {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff url(../images/buttons/select_arrow_small.png) no-repeat 100% 50%;
	padding-left: 10px;
	line-height: 41px;
	font-family: 'Copperplate';
	font-size: 1.6em;
	color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;/*-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	behavior: url(./layoutcss/PIE.htc);
	zoom: 1;*/
}
.checkbox {
	width: 25px;
	height: 25px;
	padding: 0 5px 0 0;
	background: transparent url(../images/buttons/sprite_check.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
