/* @override
	http://local.asiawineratings.com/cont/css/styles_common_USAcompetitionsTheme1.css 
	
*/

/* @group reset & defaults */

/* @group TPG */



/* @end */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

body, h1, h2, h3, h4, h5, h6, h7, p, ul, li, nav, header, footer {
	margin: 0px;
	padding: 0px;
	font-weight: normal; 
}

a, a:active, a:hover {
	text-decoration: none;
	color: inherit;
	outline: none;
}
 
ul, ol, li {
	list-style-type: none;
}

header, nav, address, section, article, footer, aside {
	display: block;
	/* HTML5 compatibility for legacy browsers and IE */
}

.imgContainer img {
	width: 100%;
	display: block;
}

nav ul li {
	display: inline-block;
}

nav ul li a {
	display: inline-block;
}

nav ul li ul {
	/* Hide submenus */
	display: none;
}

strong {
}

em {
}

.clear {
	clear: both;
}

.flexContainer {
	display: flex;
	justify-content: space-between;
}

.contentViewport {
	width: 940px;
	margin: 0rem auto 0rem auto;
}

.contentViewportWide {
	width: 1200px;
	margin: 0rem auto 0rem auto; 
}

/* @end */

/* @group template layouts */

body {
	padding: 0px 0px 0px 0px;
    font-family: 'Alegreya Sans';
}

#wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: auto;
	background-color: #FFF;
}

#wrapper #mainContentArea {

}

.stack {
	
}


/* @end */

/* @group Default looks per element */


/* @group Prev/Next Navigation buttons */


/* @end */


/* @group generic text elements */


/* @end */

/* @group header */



#wrapper > header {
	background-color: #faf7f3;
}

#wrapper > header > div > #btnHeader {
	width: px;
	height: px;
	display: block;
	font-size: 0px;
}

#wrapper > header .stack.logo {
	padding: 0.7rem 0rem 0.7rem 0rem;
}

#wrapper > header .logo .col1 {
	flex-basis: 31%;
}

#wrapper > header .logo .col1 h4 {
	color: #D49F41;
	font-size: 0.9rem;
	letter-spacing: 0.1rem;
}

#wrapper > header .logo .col2 {
	flex-basis: 49%;
}

#wrapper > header .logo .col1 img {
	width: 100%;
}

#wrapper > header .logo .col1 h1 {
	font-size: 0rem;
}

#wrapper > header .logo .col2 .body {
	display: flex;
	align-content: flex-start;
}

#wrapper > header .logo .col2 .body > div {
	flex-basis: 35%;
}

#wrapper > header .logo .col2 .body > div h3 {
	color: #D49F41;
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0.1rem;
}

#wrapper > header .logo .col2 .body > div p {
	font-size: 0.9rem;
	color: #4A4442;
	letter-spacing: 0.1rem;
}

#wrapper > header .separator {
	height: 0.4rem;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7eda4+0,d09632+100 */
	background: #f7eda4; /* Old browsers */
	background: -moz-linear-gradient(left, #f7eda4 0%, #d09632 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f7eda4 0%,#d09632 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f7eda4 0%,#d09632 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7eda4', endColorstr='#d09632',GradientType=1 ); /* IE6-9 */
}

#wrapper > header .stack.menu {
	height: 3.5rem;
	background-color: #4A4442;
}

/* @end */

/* @group boxes */


/* @end */

/* @group main Menu */

nav.main > ul > li {
	height: 3.5rem;
	position: relative;
}

nav.main > ul > li > a {
	height: 3.5rem;
	padding: 1.1rem 0.8rem 1rem 0.8rem;
	color: #A19592;
	text-transform: uppercase;
	display: block;
}

nav.main > ul > li:hover > a {
	color: #e8e5e4;
	background-color: #2d2927;
}

/* sub menus */

nav.main ul li ul {
	width: 12rem;
	display: none;
	background-color: #2d2927;
	position: absolute;
	left: 0rem;
	top: 3.5rem;
}

nav.main ul li:hover ul {
	display: block;
}

nav.main ul li ul li {
	display: block;
}

nav.main ul li ul li a {
	display: block;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	border-bottom: 1px solid #A19592;
	color: #A19592;
	font-size: 0.9rem;
}

nav.main ul li ul li:last-of-type a {
	border-bottom: 0px;
}

nav.main ul li ul li a:hover {
	color: #e8e5e4;
}

/* @end */

/* @group secondary Menu Header */

/* @end */

/* @group Footer Promo */

/* @end */

/* @group generic styles */

.headerStyle1 h1 {
	margin: 0rem 0rem 1rem 0rem;
	font-family: 'Abril Fatface';
	font-size: 2.5rem;
	color: #3C3D41;
	text-align: center;
}

.headerStyle1 h2, 
.headerStyle1 .subTitle {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 0.8rem;
	color: #D49F41;
	text-transform: uppercase;
	text-align: center;
}

/* @end */

/* @group Buttons */

.btn.square {
	display: inline-block;
	padding: 0.8rem 1.5rem 0.8rem 1.5rem;
	border-radius: 0.2rem;
	background-color: #D45C41;
	font-weight: 800;
	font-size: 0.9rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	color: #FFF;
}

/* @end */

/* @group Footer */

#wrapper > footer {
	padding: 3rem 0rem 3rem 0rem;
	background-color: #4A4442;
}

#wrapper > footer .col1 {
	flex-basis: 25.6%;
}

#wrapper > footer .col1 img {
	margin-bottom: 2rem;
}

#wrapper > footer .col1 p {
	font-size: 0.8rem;
	color: #DFD8CF;
}

#wrapper > footer .col2 {
	flex-basis: 70%;
}

/* @end */

/* @end */

/* @group Default looks per view */

/* @group Home */


/* @end */




/* @group Sola */

/* @end */


/* @group Lista */



/* @end */
/* @end */

/* @group Default looks per section */

/* @group Home */

body#home #wrapper .homePresentationHeader article {
	text-align: center;
	background-size: 100%;
	background-position-y: center;
}

body#home #wrapper .homePresentationHeader .body {
	padding: 2rem 0rem 2rem 0rem;
}

body#home #wrapper .homePresentationHeader h2 {
	margin-bottom: 1rem;
	font-size: 1rem;
	line-height: 1.2;
	color: #FFF;
	letter-spacing: 0.1rem;
}

body#home #wrapper .homePresentationHeader h1 {
	margin-bottom: 2rem;
	font-family: 'Abril Fatface';
	font-size: 2.4rem;
	line-height: 1.2;
	color: #FFF;
	letter-spacing: 0.05rem;
}

body#home #wrapper .homePresentationHeader h3 {
	display: inline-block;
	margin-bottom: 1.5rem;
	padding: 0.5rem 1rem 0.5rem 1rem;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.2;
	letter-spacing: 0.1rem;
	color: #A19592;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

body#home #wrapper .homePresentationHeader h3 strong {
	font-family: 'Abril Fatface';
	font-size: 2rem;
	color: #D45C41;
	text-transform: none;
}

body#home #wrapper .homePresentationHeader p {
	margin: 1.5rem 0rem 0rem 0rem;
	font-size: 1rem;
	color: #bdbdbd;
	text-transform: none;
}

body#home #wrapper #mainContentArea .stack.stack2, 
body#home #mainContentArea .stack4 {
	padding: 3rem 0rem 2rem 0rem;
	background-color: #F9F9F9;
}

body#home #wrapper #mainContentArea .stack.stack3 {
	padding: 3rem 0rem 2rem 0rem;
}

body#home #wrapper .homeBellowHeader {
	padding: 0rem 0rem 0rem 0rem;
	text-align: center;
}

body#home #wrapper .tabsBoxHome {
	padding: 0rem 0rem 3rem 0rem;
}

body#home #wrapper #tabGroup-presentationBoxHome ul {
	padding: 2rem 0rem 2rem 0rem;
	display: flex;
	justify-content: center;
}

body#home #wrapper #tabGroup-presentationBoxHome ul li {
	padding: 0rem 2rem 0rem 2rem;
	font-size: 1rem;
	font-weight: 800;
	text-transform: uppercase;
	color: #9B9B9B;
}

body#home #wrapper #tabGroup-presentationBoxHome ul li.r-tabs-state-active {
	color: #D49F41;
}

body#home #wrapper #tabGroup-presentationBoxHome .r-tabs-panel article .body {
	-moz-column-count: 2;
	-moz-column-width: 150px;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-width: 150px;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-width: 150px;
	column-gap: 2em;
	color: #656B6F;
}

body#home #wrapper #tabGroup-presentationBoxHome .r-tabs-panel article .body p {
	margin: 0rem 0rem 1rem 0rem;
	color: #656B6F;
	line-height: 1.5;
}

body#home .awardsSectionHomePage.box {
	padding: 0rem 0rem 4rem 0rem;
	text-align: center;
}

body#home .awardsSectionHomePage.box .body {
	display: flex;
	justify-content: space-around;
}

body#home .awardsSectionHomePage.box .body > div {
	margin: 2rem 0rem 3rem 0rem;
	flex-basis: 30%;
	display: flex;
	flex-direction: column;
}

body#home .awardsSectionHomePage.box .body > div img {
	width: 60%;
	margin: auto;
}

body#home .awardsSectionHomePage.box .aside1 {
	margin: 0rem 0rem 2rem 0rem;
	text-align: left;
	-moz-column-count: 2;
	-moz-column-width: 150px;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-width: 150px;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-width: 150px;
	column-gap: 2em;
}

body#home .awardsSectionHomePage.box .aside1 h3 {
	margin: 0rem 0rem 0.5rem 0rem;
	font-size: 0.9rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	color: #222325;
}

body#home .awardsSectionHomePage.box .aside1 p {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #656B6F;
}


/* @end */

/* @group Judges */

.box.judges .listing {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}

.box.judges .listing .judge {
	flex-basis: 24%;
	text-align: center;
}

.box.judges .listing .judge .imgContainer {
	width: 10rem;
	height: 10rem;
	margin: 0rem auto 2rem auto;
	border-radius: 50%;
	overflow: hidden;
}

.box.judges .listing .judge .imgContainer img {
	width: 110%;
}

.box.judges .listing .judge h2 {
	margin: 0rem 0rem 0.6rem 0rem;
	color: #222325;
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.1rem;
}

.box.judges .listing .judge h3 {
	width: 80%;
	margin: 0rem auto 0rem auto;
	color: #6F6765;
	font-size: 0.9rem;
}

.box.judges .listing .judge p {
	display: none;
}

.box.judges .listing .judge ul {
	margin: 0.5rem 0rem 0.5rem 0rem;
	justify-content: center;
}

.box.judges .listing .judge ul li {
	width: 1.2rem;
	height: 1.2rem;
	display: inline-block;
	margin: 0rem 0.4rem 0.rem 0.4rem;
	font-size: 1rem;
	color: #d69e40;
}

.box.judges .listing .judge ul li:hover {
	color: #494442;
}

/* @end */

/* @group Contacto */

body#contacto #wrapper > .col2 form {
	width: 500px;
	height: 260px;
}

body#contacto #wrapper > .col2 form label {
	width: 195px;
	padding: 0px 20px 0px 0px;
	float: left;
}

body#contacto #wrapper > .col2 form input[type="text"], 
body#contacto #wrapper > .col2 form input[type="email"], 
body#contacto #wrapper > .col2 form textarea  {
	width: 305px;
	height: 30px;
	margin: 0px 0px 5px 0px;
	border: 0px;
}

body#contacto #wrapper > .col2 form textarea  {
	height: 90px;
}

body#contacto #wrapper > .col2 form input.btn  {
	background-color: #FFF;
	border: 0px;
	font-size: 16px;
	color: #A15826;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

/* @end */

/* @group Gen */

#gen.detail #mainContentArea section header {
	min-height: 20rem;
	margin: 0rem 0rem 3rem 0rem;
	padding: 4rem 0rem 4rem 0rem;
	text-align: center;
	background-size: 100%;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#gen.detail #mainContentArea section header h1 {
	text-align: center;
	font-family: 'Abril Fatface';
	font-size: 3rem;
	color: #FFF;
	letter-spacing: 0.1rem;
}

#gen.detail #mainContentArea section article {
	padding: 0rem 0rem 3rem 0rem;
	display: flex;
	justify-content: space-between;
}

#gen.detail #mainContentArea section article aside {
	flex-basis: 21.3%;
}

#gen.detail #mainContentArea section article aside .imgContainer {
	margin: 0rem 0rem 0.5rem 0rem;
}

#gen.detail #mainContentArea section article aside .imgContainer img {
	width: 100%;
}

#gen.detail #mainContentArea section article aside h1, 
#gen.detail #mainContentArea section article aside h2, 
#gen.detail #mainContentArea section article aside h3,  
#gen.detail #mainContentArea section article aside p {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.8rem;
	letter-spacing: 0.1rem;
	text-align: center;
	color: #212121;
}

#gen.detail #mainContentArea section article main {
	flex-basis: 73.4%;
}

#gen.detail #mainContentArea section .subTitle h1 {
	font-size: 0rem;
}

#gen.detail #mainContentArea section .subTitle h2 {
	font-size: 1.3rem;
	margin-bottom: 1rem;
	font-weight: 400;
	color: #666D70;
	line-height: 1.5;
}

#gen.detail #mainContentArea section .body h1, 
#gen.detail #mainContentArea section .body h2, 
#gen.detail #mainContentArea section .body h3 {
	margin: 0.5rem 0rem 1rem 0rem;
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: 0.1rem;
}

#gen.detail #mainContentArea section .body h4 {
	margin: 0.5rem 0rem 1rem 0rem;
	font-size: 0.8rem;
	color: #000;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
}

#gen.detail #mainContentArea section .body h5 {
	margin: 2.5rem 0rem 3rem 0rem;
	padding: 1rem 0rem 1rem 0rem;
	font-family: 'Abril Fatface';
	font-size: 2.5rem;
	color: #000;
	letter-spacing: 0.1rem;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	line-height: 1.1;
}

#gen.detail #mainContentArea section .body p {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #666D70;
}

#gen.detail #mainContentArea section .body ul,  
#gen.detail #mainContentArea section .body ol {
	margin: 0rem 0rem 1rem 0rem;
}

#gen.detail #mainContentArea section .body ul li, 
#gen.detail #mainContentArea section .body ol li {
	margin: 0rem 0rem 0.4rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	line-height: 1.4;
	list-style-type: disc;
	list-style-position: inside;
	color: #666D70;
}


/* @end */

/* @end */
