*,
*:before,
*:after {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
 	margin: 0;
 	padding: 0;
}

body {
	position: relative;	
	-webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-font-smoothing: antialiased;
}

img {
	border: none;
	outline-style: none; 
	-moz-outline-style:none;  
}

@font-face {
    font-family: 'CenturyGothicPro-Bold';
    src: url('../fonts/30881E_0_0.eot');
    src: url('../fonts/30881E_0_0.eot?#iefix') format('embedded-opentype'),
    url('../fonts/30881E_0_0.woff2') format('woff2'),
    url('../fonts/30881E_0_0.woff') format('woff'),
    url('../fonts/30881E_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'CenturyGothicPro';
    src: url('../fonts/30881E_1_0.eot');
    src: url('../fonts/30881E_1_0.eot?#iefix') format('embedded-opentype'),
    url('../fonts/30881E_1_0.woff2') format('woff2'),
    url('../fonts/30881E_1_0.woff') format('woff'),
    url('../fonts/30881E_1_0.ttf') format('truetype');
}

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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook55:before {
    content: "\e900";
}

.icon-google116:before {
    content: "\e901";
}

.icon-ic_add_black_24px:before {
    content: "\e902";
}

.icon-ic_arrow_downward_black_24px:before {
    content: "\e903";
}

.icon-ic_arrow_drop_down_black_24px:before {
    content: "\e904";
}

.icon-ic_arrow_drop_down_black_36px:before {
    content: "\e905";
}

.icon-ic_arrow_drop_up_black_24px:before {
    content: "\e906";
}

.icon-ic_chat_bubble_outline_black_24px:before {
    content: "\e907";
}

.icon-ic_close_black_24px:before {
    content: "\e908";
}

.icon-ic_expand_less_black_24px:before {
    content: "\e909";
}

.icon-ic_expand_more_black_24px:before {
    content: "\e90a";
}

.icon-ic_favorite_black_24px:before {
    content: "\e90b";
}

.icon-ic_favorite_border_black_24px:before {
    content: "\e90c";
}

.icon-ic_play_arrow_black_24px:before {
    content: "\e90d";
}

.icon-ic_remove_black_24px:before {
    content: "\e90e";
}

.icon-ic_search_black_24px:before {
    content: "\e90f";
}

.icon-ic_zoom_in_black_36px:before {
    content: "\e910";
}

.icon-linkedin11:before {
    content: "\e911";
}

.icon-mastercard5:before {
    content: "\e912";
}

.icon-paypal10:before {
    content: "\e913";
}

.icon-photos12:before {
    content: "\e914";
}

.icon-pinterest34:before {
    content: "\e915";
}

.icon-social-network16:before {
    content: "\e916";
}

.icon-twitter1:before {
    content: "\e917";
}

.icon-visa5:before {
    content: "\e918";
}

.icon-youtube18:before {
    content: "\e919";
}

html, body, #wrapper, #background {
	width: 100%;
	height:	100%;
	margin: 0;
	padding: 0;
}

#wrapper {
	position: relative;
}

#background {
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-position: top center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

#bottom-message {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 64px;
    width: 100%;
    display: table;
    background: #F6F4F4;
    text-align: center;
}

#bottom-message p {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font: normal 14px "CenturyGothicPro";
    color: #332f2f;
}

#franja {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
    margin-top: -58px;
}

#logo {
	text-align: center;
	display: block;
    margin-bottom: 30px;
}

#logo img {
    max-width: 437px;
    width: 100%;
}

#logo.reset img {
    max-width: 300px;
    width: 100%;
}

#container {
	width: 100%;
    max-width: 450px;
    margin: 0 auto;
	height: 100%;
	padding: 0;
	text-align: center;
}

#container:after {
    content: '';
    display: block;
    clear: both;
}

.landing-container {
	height: 40px;
	line-height: 40px;
	position: relative;
	padding: 0;
	display: block;
    float: left;
	margin: 0;
	min-width: 175px;
	text-align: left;
	cursor: pointer;
}

#country-container {
	z-index: 2;
}

#country-container .store-list {
    display: none;
}

.landing-container .simplebar {
    overflow: hidden;
    height: 260px;
    width: calc(100% + 1px);
    border: 1px solid #9E9E9E;
    border-top: none;
    position: absolute;
    top: 39px;
    left: 0;
    display: none;
    background: #FFFFFF;
}

@-moz-document url-prefix() {
    .simplebar .simplebar-scroll-content,
    [data-simplebar-direction] .simplebar-scroll-content {
        width: 110% !important;
    }
}

.landing-container span, .landing-container a {
	font: normal 11px/40px 'CenturyGothicPro';
	text-transform: uppercase;
	color: #000;
}

.landing-container span.default {
	display: block; 
	padding: 0 10px 0 20px;
    background: #FFFFFF;
    border: 1px solid #9E9E9E;
    border-right: none;
    height: 40px;
}

.landing-container span.default i {
    float: right;
    line-height: 38px;
    font-size: 25px;
}

.landing-list {
	width: 100%;
	background: #FFF;
	list-style: none;
}

.landing-list li a, .landing-list li span {
	padding-left: 20px;
	display: block;
	text-decoration: none;
	transition:   	all .3s ease-in-out;
  	-moz-transition:all .3s ease-in-out;
 	 -webkit-transition: all .3s ease-in-out;
  	-o-transition:  all .3s ease-in-out;
}

.landing-list li a:hover, .landing-list li span:hover {
	text-decoration: none;
	background: #EEEEEE;
}

#search-country {
    width: calc(100% - 20px);
    border: 1px solid #332f2f;
    margin: 10px;
    height: 25px;
    outline: none;
    padding: 5px 8px;
}

#go {
	display: block;
    float: left;
	height: 40px;
    width: 100px;
    border: 1px solid #9E9E9E;
	text-align: center;
	font: normal 11px/40px 'CenturyGothicPro-Bold';
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0 15px;
	text-decoration: none;
	background: #332F2F;
	margin-left: 0;
	transition:   	all .3s ease-in-out;
  	-moz-transition:all .3s ease-in-out;
 	 -webkit-transition: all .3s ease-in-out;
  	-o-transition:  all .3s ease-in-out;
}

#go:hover {
	color: #332F2F;
	background: #FFFFFF;
}

@media only screen and (max-width: 768px) {
    #logo {
        width: 100%;
        max-width: 192px;
        margin: 0 auto 30px auto;
    }

    .landing-container {
		margin: 0 auto 5px auto;
	}

    #container {
        max-width: 282px;
    }

    #go, .landing-container {
        width: 100%;
	}

    .landing-container span.default {
        border-right: 1px solid #9E9E9E;
    }

}

.text-container {
    text-align: center;
    color: #332F2F;
    font: normal 15px/20px 'CenturyGothicPro';
    margin-bottom: 20px;
}