

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }



/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2ab49d");

  
@font-face {font-family: 'ExquiseFY-Black';src: url('/fonts/2AB49D_1_0.eot');src: url('/fonts/2AB49D_1_0.eot?#iefix') format('embedded-opentype'),url('/fonts/2AB49D_1_0.woff') format('woff'),url('/fonts/2AB49D_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ExquiseFY-Regular';src: url('/fonts/2AB49D_0_0.eot');src: url('/fonts/2AB49D_0_0.eot?#iefix') format('embedded-opentype'),url('/fonts/2AB49D_0_0.woff') format('woff'),url('/fonts/2AB49D_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ExquiseFY-Bold';src: url('/fonts/2AB49D_2_0.eot');src: url('/fonts/2AB49D_2_0.eot?#iefix') format('embedded-opentype'),url('/fonts/2AB49D_2_0.woff') format('woff'),url('/fonts/2AB49D_2_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ExquiseFY-BlackItalic';src: url('/fonts/2AB49D_3_0.eot');src: url('/fonts/2AB49D_3_0.eot?#iefix') format('embedded-opentype'),url('/fonts/2AB49D_3_0.woff') format('woff'),url('/fonts/2AB49D_3_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ExquiseFY-BoldItalic';src: url('/fonts/2AB49D_4_0.eot');src: url('/fonts/2AB49D_4_0.eot?#iefix') format('embedded-opentype'),url('/fonts/2AB49D_4_0.woff') format('woff'),url('/fonts/2AB49D_4_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ExquiseFY-Italic';src: url('/fonts/2AB49D_5_0.eot');src: url('/fonts/2AB49D_5_0.eot?#iefix') format('embedded-opentype'),url('/fonts/2AB49D_5_0.woff') format('woff'),url('/fonts/2AB49D_5_0.ttf') format('truetype');}
 
 
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2ab460");


@font-face {font-family: 'GloberLight';src: url('/fonts/2AB460_8_0.eot');src: url('/fonts/2AB460_8_0.eot?#iefix') format('embedded-opentype'),url('/fonts/2AB460_8_0.woff') format('woff'),url('/fonts/2AB460_8_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'GloberLightItalic';src: url('/fonts/2AB460_9_0.eot');src: url('/fonts/2AB460_9_0.eot?#iefix') format('embedded-opentype'),url('/fonts/2AB460_9_0.woff') format('woff'),url('/fonts/2AB460_9_0.ttf') format('truetype');}

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

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

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

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

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

em, i {
	
}

strong, b {
	
}

/*.portada,
header,
.all,
.basics,
section,
.menu_brands,
footer {
	opacity: 0;
	-webkit-transition: all 1s ease-out 1s;
	-moz-transition: all 1s ease-out 1s;
	-o-transition: all 1s ease-out 1s;
	transition: all 1s ease-out 1s;	
	position: relative;
	top: -20px;

}

body .portada,
body header,
body .all,
body .basics,
body section,
body .menu_brands,
body footer { 
	opacity: 1;
	top:0;
}*/
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;

}

a:hover {
	color: #aaa;
}

body {
	background: none repeat scroll 0 0 #ffffff;
	position: relative;
	background-color: #ffffff;
}



body.mini {
	
}

.all {
	margin: auto;
	padding: 162px 0 40px;
	width: 100%;
}

p::selection {
	background: #E2F970;
}

p::-moz-selection {
	background: #E2F970;
}



.borderup, .borderdown {
    background-color: #337BFF;
    display: block;
    height: 0px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;   
}
.borderup {
    top: 0;
}
.borderdown {
    bottom: 0;
}

.borderleft, .borderright {
    background-color: #337BFF;
    display: block;
    height: 100%;
    position: fixed;
    top: 0;
    width: 0px;
    z-index: 9999;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;       
}
.borderleft {
    left: 0;
}
.borderright {
    right: 0;
}
body .borderup,
body .borderdown {
	height: 20px;
}
body .borderleft,
body .borderright {
	width: 20px;
}
body.mini .borderup, 
body.mini .borderdown {
	height: 10px;
}
body.mini .borderleft, 
body.mini .borderright {
	width: 10px;
}
	

/*----------------*/

/*HEADER*/

/*----------------*/

body > header {
	background: none repeat scroll 0 0 #ffffff;
	height: 53px;
	position: fixed;
	width: 100%;
	z-index: 70;
	top: 0;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
body > header { 

}
.mini header {
	height: 53px;	
}

body > header > div {
	border-bottom: 4px solid #337BFF;
	height: 59px;
	margin: 0 auto;
	position: relative;
	width: 1000px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
}
body.mini  > header > div {
	height: 41px;
}
.mini .all > header {
	height: 156px;
}

.logo {
	color: #333333;
	cursor: pointer;
	display: block;
	height: 91px;
	margin: 50px auto 0;
	width: 100%;
	z-index: 2;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.logo:hover {
	color: #000;
}
.mini .logo {
	height: 63px;
	margin: 11px auto 0;
	width: 75px;
	overflow: hidden;
}

header h1 {
	font-family: exquisefy-black;
	font-size: 82px;
	text-align: center;
	margin: 5px 0 0 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;    
}
.mini header h1 {
	 font-size: 51px;
	 letter-spacing: 0;
}

/*----------------*/

/*Menu*/

/*----------------*/

header nav {
	font-family: 'globerbook';
	position: absolute;
	top: 2px;
	width: 100%;
	z-index: 2;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.mini header nav {
	top: 31px;
	
}
nav ul.nav {
	float: left;
	margin-left: 0;
	margin-top: -15px;
	width: 50%;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.mini nav ul.nav {
	margin-top: -21px;
	position: relative;
	z-index: 2;
}

nav ul li {
	display: inline-block;
	margin: 0 7px 0 0;
}

nav ul li a {
	color: #555;
	font-size: 12px;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

nav ul li a.active {
	text-decoration: line-through;
}

nav ul li a.shopli {
	background: none repeat scroll 0 0 #3279FA;
	color: #ffffff;
	font-family: globerbold;
	padding: 7px 9px 3px;
}
nav ul li a.shopli:hover {
	background: none repeat scroll 0 0 #333;
	color: #ffffff;
}
nav ul li a i {
	font-style: normal;
	font-size: 14px;
}

nav ul li a:hover {
	color: #333;
}

ul.subnav {
	float: right;
	width: 50%;
	text-align: right;
	margin-top: -15px;
}
.mini nav ul.subnav {
	margin-top: -21px;
	position: relative;
	z-index: 2;
}

.ico_add_content a i {
	font-size: 16px;
	display: none;
}


.logsign_fancy {
	display: block!important;
}

.logsign_fancy > div > div a {
	border: 1px solid;
	display: block;
	font-family: exquisefy-bold;
	font-size: 26px;
	margin: 0 0 15px;
	padding: 20px;
	text-align: center;
	}
.logsign_fancy > div > div a i {
	display: none;
}
.logsign_fancy > div > div a:hover {
	color: #4686F9;
}
.signup_create #formLogin .input.checkbox label{
	color: #ccc;
}

/*----------------*/

/*Menu families*/

/*----------------*/

.families {
	height: 24px;
	margin: 0;
	padding: 13px 0 8px;
	text-align: center;
	width: 100%;
	z-index: 45;
	min-width: 980px;
	background: none;
}

.families li {
	
}

.families li a {
	font-family: 'GloberLight';
	color: #666;
}

.families li a.firstclass {
	font-family: 'GloberBook';
}

.families li a.random {
	color: #222;
	font-family: 'GloberBook';
}

.families li a.active {
	text-decoration: line-through;
}

.families li a:hover {
	color: #aaa;
}

/*----------------*/

/*CONTENT*/

/*----------------*/

.content {
	width: 1000px;
}




section {
	margin: 0 0 36px;
	width: 100%;
}

section article {
	float: left;
	height: auto;
	overflow: hidden;
	position: relative;
	width: 33.333%;
	text-align: center;
}


section  article h3 {
	 font-family: exquisefy-black;
    font-size: 25px;
	line-height: 110%;
	margin: 0px 20px 3px;
	padding: 14px 0 0;
}
section  article h5 {
	font-family: globerbook;
	font-size: 13px;
	line-height: 110%;
	margin: 0px 20px;
	padding:0;
}
section  article img {
	display: block;
	height: auto;
	width: 100%;
}
.webkit.mac section  article img:hover {
	opacity: 0.6;
}



/*----------------*/

/*aside*/

/*----------------*/

aside {
	float: right;
	margin: 5px 10px 0 0;
	width: 320px;
}

aside .create {
	margin-bottom: 20px;
}

aside .money {
	height: 155px;
	margin: 0 4px 1px 0;
	overflow: hidden;
	position: relative;
	width: 155px;
	display: inline-block;
}

aside .money:first-child {
	height: 318px;
	margin: 0 0px 1px 0;
	overflow: hidden;
	position: relative;
	width: 318px;
}

aside .money:nth-child(3),
aside .money:nth-child(5) {
	margin-right: 0;
}

aside .money img {
	width: 100%;
	height: auto;
}



/*----------------*/

/*portada*/

/*----------------*/

.portada {
	width: 1000px;
	margin: 170px auto 13px;
}


.portada .content {
	margin: 0 auto;
}

.port_dest {
	border-top: 4px solid #337BFF;
	padding: 20px 0 0 0;
	margin: 70px 0;
}
.port_dest:after {
	content: "";
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
}
.port_dest .rela {
	margin-bottom: 20px;
}
.portada h2{
	font-family: 'ExquiseFY-Black';
	font-size: 75px;
	margin: -71px 0 10px;
	padding: 0;
	text-align: center;
	clear: both;
}

.portada .list_products {
	border-top: 2px solid #222;
	padding: 20px 0 0 0;
	margin: 70px 0;
}
.portada .list_products li {
	width: 1000px;
	margin: 0 auto 30px;
	display: block;
}
.portada .list_products .info{
	background: none repeat scroll 0 0 rgba(0, 90, 255, 0.8);
	float: left;
	height: 300px;
	margin: 30px -30px 30px 0;
	padding: 30px 20px 0;
	position: relative;
	text-align: center;
	width: 210px;
}
.portada .list_products .imgs {
	float: right;
	width: 780px;
}
.portada .list_products img {
	width: 100%;
}
.portada .list_products .info:before{

}
.portada .list_products h3{
	font-family: exquisefy-black;
	font-size: 25px;
	letter-spacing: 1px;
	line-height: 110%;
	margin: 0 20px 3px;
	padding: 14px 0 0;
	position: relative;
	color: #ffffff;
}
.portada .list_products h4{
    font-family: globerbook;
    font-size: 13px;
    line-height: 110%;
    margin: 0 20px;
    padding: 0;
    position: relative;
    color: #ffffff;
}

.insta {
	background: #E08DB5;
	height: 250px;
	margin: 50px 0 70px;
	position: relative;
}

.insta h2{
	color: #ffffff;
	font-size: 56px;
	margin: 0 0 -9px;
	padding: 51px 0 0;
	position: relative;
	width: 500px;
}

.insta p{
	color: #ffffff;
	font-family: exquisefy-italic;
	font-size: 27px;
	line-height: 110%;
	margin: -2px 0 7px;
	padding: 0 50px;
	text-align: center;
	width: 400px;
}
.insta iframe {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%!important;
	height: 250px!important;
}
.insta_images {
	position: absolute;
	right: 0;
	top: 0;
	overflow:hidden;
	width:500px;
	height:250px
}
.insta_images a{
	display: block;
	float: left;
}
.insta_images img{
	display: block;
	width: 125px;
	height: 125px;
}

.portada .list_posts {
	border-top: 4px solid #337BFF;	margin: 30px 0 76px;
}
.portada .list_posts h2{
	margin: -52px 0 50px;
}
.portada .list_posts a{
	display: block;
	text-align: center;
	    font-family: 'ExquiseFY-Black';
    font-size: 35px;
    color: #4788FF;
}
.list_posts li{
	float: left;
	min-height: 388px;
	position: relative;
	width: 33.3333%;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;	
}

.list_posts li:nth-child(3n) {

}
.list_posts li img{
	width: 100%;
	display: block;
	height: auto;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.list_posts li .info {
	
}
.list_posts li .info > div{
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	border: 10px solid #337bff;
	display: block;
	margin: -33px auto 0;
	opacity: 0.9;
	padding: 5%;
	width: calc(80% - 20px);
}

.list_posts li .info h3{
	    font-family: exquisefy-black;
    font-size: 25px;
    line-height: 110%;
    margin: 0 20px 3px;
    padding: 14px 0 0;
    text-align: center;
    color: #000;
}
.list_posts li:hover {
	z-index: 10;
}
.list_posts li:hover img{
	-webkit-transform: scale(1.1);
      -ms-transform: scale(1.1); 
          transform: scale(1.1);
}

.list_posts li.column_size_4{
	float: none;
	margin: 0 0 40px;
	position: relative;
	width: 100%;
}
.list_posts li.column_size_4 .info{
}
.list_posts li.column_size_4 .info a{
}
.list_posts li.column_size_4 .info h3{
	font-size: 40px;
}


/*----------------*/




/*----------------*/

/*detalle*/

/*----------------*/

.all.detalle {
	width: 1000px;
}

.detalle .content {
	border: 20px solid #3279FA;
	margin: 30px auto 100px;
	padding: 50px;
	width: 540px;
}

.detalle article {
	height: auto;
	margin: 0;
	overflow: inherit;
	width: 100%;
	float: none;
}



.detalle article img {
	width: 100%;
	margin: 0 0 15px;
	height: auto;
}

.detalle article iframe {
	width: 100%;
}

.detalle article img:hover {
	opacity: 1;
}

.detalle article h1 {
    font-family: exquisefy-black;
    font-size: 50px;
    line-height: 90%;
    margin: 0 0 18px;
    padding: 0 20px 0 0;
    text-align: center;
}

.detalle article h5 {
	margin: 0 0 15px 0;
}

.detalle article .postbody {
}

.detalle article p {
    color: #000000;
    font-family: ExquiseFY-Regular;
    font-size: 24px;
    line-height: 120%;
    margin: 0 0 20px;
    text-align: center;
}

.detalle article .postbody em {
    font-family: ExquiseFY-Italic;
}

.blogindex {
	width: 100%;
}

.blogindex article{
	border: 20px solid #3279FA;
	float: none;
	margin: 20px auto;
	padding: 50px 50px 30px;
	width: 540px;
}

.blogindex article h1{
		    font-family: exquisefy-black;
    font-size: 50px;
    line-height: 90%;
    margin: 0 0 18px;
    padding: 0 20px 0 0;
    text-align: center;
}

.blogindex article h5{
		
}
/*----------------*/

/*RELACIONADOS*/

/*----------------*/

.relacionados {
	font-family: 'GloberBold';
	background: none repeat scroll 0 0 #ffffff;
	margin: 30px -30px -30px;
	padding: 30px;
	text-transform: uppercase;
	line-height: 160%;
}

.relacionados ul {
	
}

.relacionados ul li {
	border-bottom: 1px solid #EAEAEA;
	min-height: 78px;
	padding: 22px 0 10px;
}

.relacionados ul li a {
	font-size: 30px;
}

.relacionados ul li a span {
	display: block;
	font-size: 10px;
	margin: -8px 0 0;
	font-family: 'GloberBook';
}

.relacionados ul li a span strong {
	font-family: 'GloberBold';
	font-weight: normal;
}

.relacionados ul li a img {
	float: left;
	margin: -12px 16px 0 0;
	width: 100px;
	height: 100px;
}

.relacionados ul li a:hover img {
	opacity: 0.6;
}

/*----------------*/

/*GALLERY*/

/*----------------*/

.gallery {
	height: 564px;
	margin: 20px auto 85px;
	overflow: hidden;
	position: relative;
	width: 980px;
}
.gallery li h3 {
	background: none repeat scroll 0 0 rgba(0, 90, 255, 0.8);
	color: #ffffff;
	font-family: exquisefy-black;
	font-size: 75px;
	height: 416px;
	letter-spacing: 0;
	line-height: 80%;
	padding: 150px 5% 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 40%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.gallery li span {
	display: block;	
	line-height: 26%;	
	margin: -6px 0;	
	padding: 0 0 17px;
}


.gallery li strong {
	font-family: globerbook;
	font-size: 14px;
	font-weight: normal;
	line-height: 0;
	margin: 0;
	padding: 0;
}



.rslides_tabs {
	right: 0;
	position: absolute;
	text-align: center;
	bottom: 40px;
	width: 50%;
	z-index: 100;
}
.rslides_tabs li {
	display: inline-block;
	margin: 0 5px 0 0;
}
.rslides_tabs li:last-child {
	margin: 0;
}
.rslides_tabs li a {
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 20px;
	display: block;
	height: 20px;
	width: 20px;
	overflow: hidden;
	text-indent: -2000px;
}
.rslides_tabs a:hover {
	background: #165CDD;
	color: #165CDD;
}
li.rslides_here a {
	border-radius:0;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
	border: 0 none;
	display: block;
	float: left;
	height: auto;
	padding: 3%;
	width: 94%;
 }


/* 
/*PAGING*/

.paging {
}

/*----------------*/

/*FORMS*/

/*----------------*/

.input {
	margin: 0 0 5px 0;
}

.input label {
	display: none;
}

.input input,
.input select,
.input textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	font-family: GloberBook;
	font-size: 16px;
	padding: 9px 3% 4px;
	width: 100%; 
	background-color: #fff;
	color: #337BFF;
	border: 2px solid #337BFF;
}
.input select option{
	background: none repeat scroll 0 0 #444444;
}
.checkbox input {
	width: auto;
}

.checkbox label {
	display: inline;
	font-size: 12px;
	font-family: globerbook;
}

.submit input {
	background: none repeat scroll 0 0 #000;
	border: medium none;
	color: #ffffff;
	cursor: pointer;
	float: right;
	font-family: GloberBook;
	font-size: 18px;
	margin: 5px 0 0;
	padding: 10px 0 7px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.submit input:hover {
	background: #ffffff;
	color: #000;
}

.file input {
	text-align: left;
	color: #E2F970;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.file input:hover {
	background: #E2F970;
	color: #333;
}

.file input[type="file"] {
	position: absolute;
	left: -9999px;
}

.file input,
.input select,
.submit input {
	width: 100%;
}

#errores,
.message,
.input .error-message {

	font-family: 'GloberBold';
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 20px;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	background-color: #D74345;
	color: white;
}

label.error {
	color: #FF0245;
	display: inline-block;
	float: right;
	height: 21px;
	margin: -23px 7px 0 0;
	overflow: hidden;
	position: relative;
	width: 12px;
}

#signup label.error,
#login label.error,
.input.file label.error {
	margin: -29px 10px 0 0;
}

#formSignUp .input .error-message {
	float: none;
	margin: 10px 0 0;
	width: 220px;
}

label.error:before {
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	content: "";
	display: inline;
	font-family: FontAwesome;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	height: auto;
	line-height: normal;
	margin-top: 0;
	text-decoration: inherit;
	vertical-align: baseline;
	width: auto;
	margin-right: 10px;
}

label.error span {
	
}

form i {
	color: #ffffff;
	float: right;
	font-size: 12px;
	margin: -24px 11px 0 0 !important;
	position: relative;
	display: none!important;
}

form .file i {
	color: #E2F970;
}

form .file:hover i {
	color: #333;
}

form .submit i {
	color: #333;
}

form .submit:hover i {
	color: #ffffff;
}

form .doble div {
	float: left;
	width: 46%;
}

form .doble div:nth-child(2) {
	margin: 0 0 0 10px;
}

/*USE LOGIN*/

.users.form {
	border: 4px solid #3279FA;
	color: #333333;
	margin: 200px auto 100px;
	padding: 50px;
	width: 240px;
}
.orbien {
	text-align: center;
	color: #3279FA;
	font-family: GloberBold, sans-serif;	
}

.users.form legend {
	font-family: ExquiseFY-Bold;
	font-size: 25px;
	line-height: 110%;
	margin: 0 0 14px;
	text-align: center;
	width: 100%;
}
.users.form legend + p {
	margin: -14px 0 20px;
}
.users.form .olvide a {
	color: #3279FA;
	cursor: pointer;
	display: block;
	font-family: GloberBold, sans-serif;
	font-size: 10px;
	margin: 45px 0 0;
	text-decoration: underline;
}

.users.form .olvide a:hover {
	color: #ffffff;
}

#signup .submit input,
#login .submit input,
.users.form .submit input {
	float: none;
}

.users.form .checkbox {
	margin: 4px 0 0 -6px;
}

.users.form #errores, 
.users.form .message {
	margin: 10px 0;
}

a.forgot_password{
	color: #3279FA;
	float: right;
	font-family: GloberBold;
	font-size: 10px;
	margin-top: 14px;
	text-transform: uppercase;
}
a.forgot_password:hover{
	color: white;
}
.users.form p {
    color: #000000;
    font-family: ExquiseFY-Regular;
    font-size: 24px;
    line-height: 120%;
    margin: 0 0 20px;
    text-align: center;	
}
.users.form .sign_face{
	clear: both;
}
.users.form .sign_face a{ 
	border: 1px solid;
	display: block;
	font-family: exquisefy-bold;
	font-size: 21px;
	margin: 14px 0 15px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
}

.users.form .sign_face a i{
	display: none;
}

.users.form .login{
	clear: both;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-bottom: 35px;
	display: none;
}

.users.form .register{
	clear: both;
	display: none;
}
/*----------------*/

/*logsign*/

/*----------------*/

.signup_create {
	display: none;
	background: none repeat scroll 0 0 #ffffff;
	padding: 50px 120px 41px;
}

BODY .fancybox-overlay {
	background: url(/js/fancybox/fancybox_overlay_color.png) !important;
}

/*loading*/

#infscr-loading {
	background: transparent;
	padding: 20px;
	width: 280px;
	height: 280px;
	margin: 6px;
	text-align: center;
	display: none!important;
	position: fixed;
	left: -300px;
	top: -300px;
	overflow: hidden;
	text-indent: 2000px;
}

#infscr-loading img {
	
}

#infscr-loading em {
	font-family: 'GloberBold';
	text-transform: uppercase;
	font-size: 14px;
	color: #B7B7B7;
}

/*fancy formulario*/

.fancybox-inner .create_own_content_slide {
	display: none;
}

.fancybox-inner .form_create {
	padding: 40px;
	width: 350px;
}

/*BASICS*/

.basics {
	border: 20px solid #3279FA;
	margin: 190px auto 100px;
	padding: 50px;
	width: 540px;
}

.basics h1 {
	font-family: exquisefy-black;
	font-size: 50px;
	line-height: 90%;
	margin: 0 0 18px;
	padding: 0 20px 0 0;
	text-align: center;
}

.basics h2 {
	font-family: exquisefy-bold;
	font-size: 44px;
	line-height: 100%;
	margin: 25px 0 10px;
	text-align: center;
}

.basics p {
	color: #000000;
	font-family: ExquiseFY-Regular;
	font-size: 24px;
	line-height: 120%;
	margin: 0 0 20px;
	text-align: center;
	
}
.basics p.pregunta {
	color: #333333;
	font-weight: bold;
	margin: 0 0 3px;
}
.basics img {
	height: auto;
	margin: 0 0 15px;
	width: 100%;
}

.basics p.little {
	font-size: 12px;
}

.workwith {
	margin: -100px auto 120px;
}


/*----------------*/
.show_menu_pro {
	color: #3279FA;	display: block;	font-family: GloberBold;	margin: 4px 0 30px;	text-align: center;	text-decoration: underline;	width: 100%;
	cursor: pointer;
}

.menu_brands {
	
}

.menu_brands ul{
	width: 1000px;
	margin: 0 auto 30px;
	display: block;
	text-align: center;	
}
.menu_brands ul:after{
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	clear: both;
}

.menu_brands ul li{
	display: inline-block;
	float: none;
	margin: 0 0.5% 0 0;
	width: 48%;
}
.menu_brands ul li:last-child{
	margin: 0;
}
.menu_brands ul li a{
	background: none repeat scroll 0 0 #3279FA;
	color: #ffffff;
	display: block;
	height: 96px;
	overflow: hidden;
	position: relative;
}
.menu_brands ul li a span{
	bottom: 26px;
	color: #ffffff;
	display: block;
	font-family: exquisefy-black;
	font-size: 39px;
	line-height: 100%;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.menu_brands ul li a img{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
}
.menu_brands ul li a:hover{
	background: rgba(0,0,0,0.9);
}


/*----------------*/

/*MENU PRO 2*/

/*----------------*/
.menu_pro {
	font-family: exquisefy-regular;	font-size: 20px;
	color: #337BFF;
	padding: 0 2% 0;
	display: none;
	margin: 0 0 30px;}
.menu_pro a {
	text-decoration: underline;
	color: #337BFF;
}
.menu_pro a:hover {
	color: #000;
}
.tab_brand {
	border-bottom: 4px solid #337BFF;	clear: both;	display: block;	margin: -2%;	padding: 4% 2% 1%;	width: 100%;
}
.tab_brand:nth-child(3) {
	border: none;
}
.tab_brand > a{
	display: block;	float: left;	font-family: exquisefy-black;	font-size: 40px;	width: 25%;
}
.tab_collections {
	float: left;	width: 75%;
}
.tab_collection {
	border-bottom: 2px solid;	clear: both;	display: block;	float: none;	padding: 1% 0;	width: 100%;	
}
.tab_collection:last-child {
	border: none;
}
.tab_collection > a{
	display: block;	float: left;	font-family: exquisefy-bold;	width: 40%;
}
.tab_products {
	display: block;	float: left;	line-height: 90%;	width: 60%;
}
.tab_products > a{
	display: inline;
	font-size: 14px;
	
}
.tab_products > a:after{
	content: ",";
	margin:  0 3px 0 0;	
}
.tab_products a:last-child:after{
	content: "";
	
}
/*----------------*/

/*SHOP*/

/*----------------*/

.shop {
	width: 1000px;
	margin: 156px auto 60px;
}

.shop .list_products h2 {
	border-bottom: 2px solid;
	color: #333333;
	font-family: 'ExquiseFY-Black';
	font-size: 75px;
	line-height: 90%;
	margin: 0 0 18px;
	padding: 30px 0 0;
	text-align: center;
	width: 100%;
}

.shop .list_products ul {
	
}

.shop .list_products ul li{
	float: left;
	width: 25%;
	position: relative;
	overflow: hidden;
}
.shop .list_products ul li img{
	width: 100%;
	display: block;
}
.shop .list_products ul li:hover img{
	transform:scale(1.08);
}
.shop .list_products .info {
	background: none repeat scroll 0 0 #337BFF;
	color: #ffffff;
	left: 5%;
	padding: 5%;
	position: absolute;
	text-align: center;
	bottom: 5%;
	opacity: 0;
	width: 80%;
	z-index: 2;
	height: 260px;
	-webkit-transition: all 0.3s ease-out ;
	-moz-transition: all 0.3s ease-out ;
	-o-transition: all 0.3s ease-out ;
	transition: all 0.3s ease-out ;		
}
.shop .list_products li:hover .info {
	opacity: 0.8;
}
.shop .list_products .info a {
    color: #ffffff;
}
.shop .list_products .info h3 {
	display: block;	
	font-family: exquisefy-regular;	
	font-size: 22px;
	line-height: 100%;
	margin: 0;
	padding: 20px 0 0;
	height: 100%;
}
.shop .list_products .info h4 {
	bottom: 0;
	font-family: GloberBook;
	left: 0;
	padding: 0 0 20px;
	position: absolute;
	text-align: center;
	width: 100%;
}


.shop .list_products .imgs {
	position: relative;
}

.shop .list_products .discount {
	position: absolute;
	background: #3279FA;
	opacity: 0;
	color: #ffffff;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 270%;
	border-radius: 80px;
	left: 200px;
	top: 20px;
	font-family: 'GloberBold';
	font-size: 30px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.shop .list_products .imgs:hover .discount {
	background: #3279FA;
	opacity: 0.7;
}
.shop .list_products .imgs li {
	float: left;
	height: auto;
	position: relative;
	width: 16.6667%;
	overflow: hidden;
}	
.shop .list_products .imgs a {
	height: auto;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
}
.shop .list_products .imgs img {
	display: block;
	height: auto;
	transition: all 3s ease-out 0s;
	width: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


a.soldout img {
	opacity: 0.3;
}

.shop .list_products .imgs a:hover img {
	transform: scale(1.08);
}
.shop .list_products .imgs a:hover  {
}

.shop .list_products .imgs a:nth-child(6) img,
.shop .list_products .imgs a:nth-child(10) img {
	margin-right: 0;
}

.shop .list_products .future .imgs img {
	width: 100%;
	height: auto;
}
.shop .list_products .future .imgs img:hover {
	outline: none;
}


/*----------------*/

/*Detalle Producto*/

/*----------------*/
.detail {

}

.detail .articulo{
	
}
.shop .articulo .titulo {
}
  
.shop .list_products .titulo h1 {
	font-family: exquisefy-bold;
	font-size: 45px;
	line-height: 90%;
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	text-align: center;
}
.shop .list_products .titulo h4 {
	font-family: GloberBook;	margin: -19px 0 30px;	text-align: center;
}



.detail .articulo .explain{
	clear: both;margin: 16px 0 0;position: relative;
}
.detail .articulo .explain > img{
	
}
.shop .detail .articulo .discount {
	background: none repeat scroll 0 0 rgba(255, 202, 28, 0.7);
	left: 880px;
}

.detail .articulo .explain .vistas{
	float: left;
	margin: 3px 5px 0 0;
	width: 440px;
}
.detail .articulo .explain .vistas img{
	width: 100%;
	margin-bottom: 5px;
}
.detail .col_02 {
	border: 4px solid #3279FA;
	float: right;
	margin: 3px 0 0;
	padding: 30px;
	width: 462px;
}
.detail .col_02 .price {
	background: none repeat scroll 0 0 #3279FA;
	color: #ffffff;
	margin: 0 0 30px;
	padding: 8px 0 0 13px;
	position: relative;
}
.detail .col_02 span {
	font-family: globerbold;
	font-size: 30px;
	text-transform: uppercase;
}
.detail .col_02 span i{
	font-style: normal;
}
.detail .col_02 .price select{
	background: none repeat scroll 0 0 #ffffff;
	border: none;
	color: #3279FA;
	font-family: 'GloberBold';
	font-size: 20px;
	letter-spacing: 1px;
	padding: 8px 5px 4px;
	position: absolute;
	right: 101px;
	text-transform: uppercase;
	top: 6px;
}
.detail .col_02 .price select:before{
	
}
.detail .col_02 span strike{
	font-size: 15px;
	color: #ffffff;
	font-family: 'GloberBook';
}
.detail .col_02 .addtocart{
	background-color: #3279FA;
	border-left: 4px solid #ffffff;
	color: #ffffff;
	display: block;
	font-family: 'GloberBook';
	font-size: 15px;
	padding: 22px 22px 14px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: -3px;
}
.detail .col_02 .addtocart:hover{
	color: #ffffff;
	background: #333;	
}
.detail .articulo .explain .parrafo{
	color: #444444;
	font-family: globerbook;
	font-size: 18px;
	line-height: 120%;
	margin: 0 0 15px;
}
.detail .articulo .explain .parrafo p{
	margin: 0 0 15px;
}

.detail .articulo .explain .parrafo:last-child p {
	margin: 0 0 0;
}

.parrafo.brand_details img{
	float: left;
	margin: 0 15px 0 0;
	width: 155px;
}
.parrafo.brand_details div{
	padding: 0 0 0 170px;
}
.parrafo.brand_details strong {
	color: #000000;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.explain .delivery,
.explain .payret {
	color: #444444;
	font-family: globerbook;
	font-size: 16px;
	line-height: 120%;
	margin: 0 0 15px;
}
.explain .parrafo h2,
.explain .delivery h2,
.explain .payret h2{
	border-bottom: medium none;
	font-family: globerbold;
	font-size: 23px;
	margin: 0 0 1px;
	padding: 3px 0 4px;
	text-align: left;
}
.explain .parrafo h3 {
	
}
.explain .delivery strong,
.explain .payret strong{
	color: #000000;
	font-family: globerbold;
	font-weight: normal;
}
.explain .variantes {
	border: 4px solid #3279FA;
	float: right;
	margin: 30px 0 0;
	padding: 30px;
	width: 462px;
}
.explain .variantes h3{
	background: none repeat scroll 0 0 #ffffff;
	display: block;
	font-family: exquisefy-bold;
	font-size: 28px;
	margin: -53px auto 20px;
	text-align: center;
	width: 200px;
	color: #3279FA;
}
.explain .variantes ul{
	
}
.explain .variantes ul li{
	border-bottom: medium none;	float: left;	overflow: hidden;	padding: 0;	width: 33.3333%;
}
.explain .variantes ul li:nth-child(3n){
	margin-right: 0;
}
.explain .variantes a{
	
}
.explain .variantes ul li img {
	width: 100%;
}
.explain .variantes ul li:hover img {
}


table.gastos_envio {
	background: none repeat scroll 0 0 #EEEEEE;
	color: #888888;
	
	font-size: 14px;
	font-style: italic;
	width: 98%;
}

table.gastos_envio thead{	
}

table.gastos_envio thead th{
	border: 2px solid #F5F5F5;
	padding: 10px;
	color: #333;
	background: #ddd;
}

table.gastos_envio tbody{
	
}

table.gastos_envio tbody td{
	border: 2px solid #F5F5F5;
	padding: 10px;
}

.explain .share {
	float: right;
	margin: 30px 0 0;
	padding: 60px 0;
	width: 530px;
}

.share {
	text-align: center;	
	background: #E08DB5;
	color:#ffffff;
}
.share h6{
	font-family: exquisefy-black;
	font-size: 45px;
	letter-spacing: 1px;
	margin: 0 0 -11px;
}
.share .redes{
	text-align: center;
}
.share .redes a{
	color: #ffffff;
	font-family: exquisefy-regular;
	position: relative;
}
.share .redes a:after{
	content: "·";
	margin: 0 0 0 5px;
}
.share .redes a.fancy:after{
	content: "";
	margin: 0;
}
.share .redes img{
	display: none;
}
.share .redes a:hover{
	text-decoration: line-through;
}

/*----------------*/

/*Detalle Producto no logueado*/

/*----------------*/



.price .mustbe p{
	background: none repeat scroll 0 0 transparent;
color: #CE1414;
font-family: 'GloberBold';
font-size: 13px;
padding: 6px 9px;
text-transform: uppercase;
width: 170px;
line-height: 120%;
}
.price .mustbe a {
	top: -1px;
	 position: absolute;
	 padding: 13px 22px;
	 text-transform: uppercase;
	 font-family: 'GloberBook';
	 display: inline-block;
}
.price .mustbe .mustbecome{
	background-color: #E2F970;
    color: #333333;
    font-size: 15px;
    right: -1px;
    
}
.price .mustbe .mustlog{
	background-color: #555;
	color: #ffffff;
	font-size: 12px;
	padding: 15px 22px;
	right: 189px;
    
}
.price .mustbe a:hover {
    background: none repeat scroll 0 0 #333333;
    color: #ffffff;
}

.nologdet .list_products.detail{
	border: medium none;
margin: 119px 0 0;
}

/*----------------*/

/*Detalle Coleccion*/

/*----------------*/
.collection_detail {
	margin-top: 30px;
}
.collection_detail ul li.rela .info h3{
	padding: 10px 0 0;
}
.collection_detail .col_02{
	margin: 3px 0 10px;
	width: 920px;
}

.collection_detail .articulo .explain .vistas {
	float: none;
	margin: 0;
	width: 980px;
	clear: both;
}

/*----------------*/

/*Detalle Marca*/

/*----------------*/

.info_brand {
	padding:0px;
	width: 100%;
	position: relative;
	margin: 190px 0 56px;
}
.info_brand .titulo{
	position: absolute;
	right: 2%;
	top: 5%;
	width: 36%;
	padding: 2%;
	background: none repeat scroll 0 0 rgba(0, 90, 255, 0.8);
}
.info_brand h1{
	color: #ffffff;
	font-family: exquisefy-black;
	font-size: 65px;
	line-height: 90%;
	margin: 10px 0 15px;
	text-align: center;
}

.info_brand  .body {
	color: #ffffff;	font-family: exquisefy-regular;	font-size: 19px;	letter-spacing: 0.5px;	line-height: 120%;	margin: -10px 1px 10px;	text-align: center;
}
.info_brand img {
	width: 100%;
}
.brandindex .list_products article{
	float: none;
	display: block;
	width: 100%;
	margin: 0 0 30px;
}
.titulo .viewall{
	display: block;
	text-align: center;
	line-height: 110%;
	background: none repeat scroll 0 0 #3279FA;
    color: #ffffff;
    font-family: globerbold;
    padding: 7px 9px 3px;
    margin: 0 0 20px;
}

.titulo .viewall span{
}

/*----------------*/

/*Orders Index*/

/*----------------*/
.orders.index {
	margin: 50px auto;
}
.orders.index .order{
	border: 1px solid #3279FA;
	box-shadow: 4px 5px 0 #3279FA;
	height: 90px;
	margin: 0 0 45px;
	overflow: hidden;
	padding: 15px;
	position: relative;
}
.orders.index .order.desplegado{
	height: auto; 
}
.orders.index .order > .info{
	
}
.orders.index .order > .info span{
	display: block;
}
.orders.index .order > .info .ref,
.orders.index .order > .info .fecha {
	font-size: 11px;
	font-weight: bold;
	padding: 2%;
	text-transform: uppercase;
	width: 48.7%;
	float: left;
}
.orders.index .order > .info .fecha{
	background: none repeat scroll 0 0 #EAEAEA;
	color: #999999;
	margin: -15px 0 12px -15px;
}
.orders.index .order > .info .ref{
	background: none repeat scroll 0 0 #F5F5F5;
	color: #aaa;
	margin: -15px -15px 12px 0;
	text-align: right;
	float: right;
}
.orders.index .order > .info .precio h2{
	margin: 0;
	text-align: left;
	width: 50%;
	font-size: 14px;
	font-family: GloberRegular;
	line-height: 180%;
}
.orders.index .order > .info .precio span,
.orders.index .order > .info .estimated_delivery span{
	color: #000000;
	font-family: GloberBold;
	font-size: 30px;
	margin: -8px 0 11px;
	text-transform: uppercase;
}
.orders.index .order > .info .estado{
	background: none repeat scroll 0 0 #3279FA;
	display: block;
	color: #ffffff;
	font-family: 'GloberBook';
	font-size: 17px;
	padding: 10px 20px 4px;
	position: absolute;
	right: 20px;
	text-align: center;
	text-transform: uppercase;
	top: 59px;
}
.orders.index .order > .info .show_all{
	color: #3279FA;	font-family: 'GloberBook';	font-size: 11px;	position: absolute;	right: 53px;	text-transform: uppercase;	top: 12px;
}
.orders.index .order > .info .show_all:hover{
	color: #333;
}
.orders.index .order .products{
	margin-top: 20px;
}
.orders.index .order .view_invoice {
	background: #333;
	color: #ffffff;
	display: block;
	font-family: 'GloberBook';
	font-size: 17px;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;	
}
.orders.index .order .view_invoice:hover {
	background: #eaeaea;
}

/*----------------*/

/*Paging*/

/*----------------*/

.paging {
	display: block;
	padding: 10px 0 0;
	text-align: center;
	clear: both;
	width: 100%;
}

.paging li {
	color: #AAAAAA!important;
	display: inline-block!important;
	font-family: 'GloberBold'!important;
	width: auto!important;
	padding: 0!important;
	border-bottom: 0!important;
	margin: 0 5px 0 0!important;
	float: none!important;
}

.paging li.current {
	background: none repeat scroll 0 0 #000;	border-radius: 30px;	color: #FFFFFF!important;	display: inline-block;	height: 30px;	line-height: 220%!important;	padding: 0 !important;	text-align: center;	width: 30px!important;
	float: none;
}

.paging li.disabled {
	display: none;
}

.paging li a {
	background: none repeat scroll 0 0 #337BFF;	border-radius: 30px;	color: #ffffff;	display: block;	font-size: 20px;	height: 30px;	line-height: 180%;	padding: 0 !important;	text-align: center;	width: 30px;
}

.paging li a:hover {
	background: #333;
}



/*----------------*/

/*MAS PRODUCTOS*/

/*----------------*/
.morepro {
	clear: both;
}
.morepro H2{
	
}
.morepro ul{
	
}
.shop .list_products ul li.rela{
	border-bottom: 0 none !important;
	float: left;
	padding: 0 !important;
	position: relative;
	width: 16.66666% !important;
}
.shop .list_products ul li.rela:nth-child(4n){
}

.shop .list_products ul li.rela .info {
	height: 172px;
}






/*----------------*/

/*CART*/

/*----------------*/

li.cart_link {
	position: relative;
}

li.cart_link a {
	cursor: pointer;
}

li.cart_link a i {
	
}

li.cart_link a span {
	background: none repeat scroll 0 0 #333333;
	border-radius: 20px;
	color: #ffffff;
	display: inline-block;
	font-family: globerbold;
	height: 24px;
	line-height: 230%;
	margin: -30px 0 0 2px;
	text-align: center;
	width: 24px;
}

.cart_sort {
	background: none repeat scroll 0 0 rgba(50, 121, 250, 0.9);
	display: none;
	padding: 15px 0px 15px 15px;
	position: absolute;
	right: -7px;
	top: 48px;
	width: 294px;
	z-index: 10;
}

.cart_sort:before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent transparent rgba(50, 121, 250, 0.9);
	border-image: none;
	border-style: solid;
	border-width: 14px;
	content: "";
	height: 0;
	position: absolute;
	right: 5px;
	top: -28px;
	width: 0;
}

.cart_sort li {
	margin: 0 0 3px;
	min-height: 70px;
	position: relative;
	text-align: left;
	width: 100%;
	display: block;
}

.cart_sort li.total {
	
}

.cart_sort li a.borrar {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	color: #ffffff;
	cursor: pointer;
	height: 70px;
	line-height: 650%;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 70px;
	display: none;
}

.cart_sort li:hover a.borrar {
	display: block;
}

.cart_sort li a.borrar i {
	font-size: 21px;
}

.cart_sort li img {
	float: left;
	height: auto;
	margin: 0 10px 0 0;
	width: 70px;
}

 .cart_sort li h3 {
	color: #ffffff;
	display: inline-block;
	font-family: exquisefy-regular;
	font-size: 16px;
	left: 80px;
	line-height: 100%;
	position: absolute;
	text-transform: none;
	top: 0;
	width: 109px;
}
 .cart_sort li h4 {
	bottom: 0px;
	color: #ffffff;
	font-family: Globerbold;
	font-size: 11px;
	left: 80px;
	line-height: 110%;
	position: absolute;
	text-transform: uppercase;
}
 .cart_sort li .pvp {
	background: none repeat scroll 0 0 #333333;
	color: #ffffff;
	display: block;
	float: right;
	font-family: 'GloberBold';
	font-size: 13px;
	height: 70px;
	line-height: 560%;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 70px;
}

 .cart_sort li.total .pvp {
	font-size: 15px;
	line-height: 470%;
	position: relative;
	color: #ffffff;
}

.cart_sort li.total .pvp:before {
	content: "TOTAL";
	position: absolute;
	color: #ffffff;
	left: -62px;
}


.fancybox-inner h3{
	font-family: 'GloberBold';
	text-transform: uppercase;
	font-size: 26px;
	text-align: center;
	line-height: 90%;
	padding: 30px 10px 0;
}

.cart_sort li.checkout {
	margin: 14px 0 3px;
	min-height: auto;
	 min-height: 0;
}
.cart_sort li.checkout a{
	background: none repeat scroll 0 0 #ffffff;
	cursor: pointer;
	display: block;
	font-family: 'GloberBold';
	font-size: 17px;
	padding: 8px 0 2px;
	text-align: center;
	width: 100%;
}
.cart_sort li.checkout a:hover{
	background: #000;
	color: #ffffff;
}
.cart_sort ul {
	max-height: 415px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 15px 0 0;
}


/*----------------*/

/*FOOTER*/

/*----------------*/

footer {
	color: #333333;
	margin: 0 auto;
	padding: 0 0 30px;
	position: relative;
	width: 1000px;
	z-index: 50;
	-webkit-transition: all 0.3s ease-out 2s;
	-moz-transition: all 0.3s ease-out 2s;
	-o-transition: all 0.3s ease-out 2s;
	transition: all 0.3s ease-out 2s;
}

.foo_cont {
	font-family: exquisefy-regular;
	font-size: 13px;
	color:#333;
}
.foo_cont:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
	height: 1px;
}
.foo_cont .copy{
	float: right;
	width: 50%;
	text-align: right;
}
.foo_cont .tweetline {
	background:#E08DB5;
	clear: both;
	font-size: 16px;
	margin: -20px 0 40px;
	padding: 2% 5%;
	text-align: center;
	width: 90%;
	color: #ffffff;
}
.foo_cont .tweetline .lasttw {
	font-family: exquisefy-bold;
}
.foo_cont .tweetline p{
	font-family: exquisefy-italic;
}
.foo_cont .tweetline p strong{
	
}
.foo_cont .tweetline a{
	color: #ffffff;	
	text-decoration: underline;
}
.suscribe .cloclo{
	cursor: pointer;
	padding: 13px;
	position: absolute;
	right: 0;
	top: 0;
}
.suscribe h3{
	font-family: exquisefy-black;
	font-size: 30px;
	line-height: 100%;
	padding: 50px 20px 20px;
	text-align: center;
}
.suscribe {
	background: rgba(224, 141, 181, 0.8);
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	z-index: 80;
	font-family: exquisefy-regular;
}
.suscribe .contener {
	border: 5px solid #ffffff;
	color: #ffffff;
	padding: 10px;
	background: none repeat scroll 0 0 rgba(0, 90, 255, 0.8);
	width: 300px;
	height: 300px;
	margin: -150px 0 0 -150px;
	left: 50%;
	top: 50%;
	position: absolute;
	text-align: center;
}
.suscribe label{
	color: #ffffff;
	display: block;
	font-size: 21px;
}
.suscribe input{
	display: block;
	border: none;
	background: #ffffff;
	color: #444;
	width: 200px;
	padding: 5px 10px;
	font-family: globerbook;
	font-size: 16px;
	margin: 0 auto;
}
.suscribe button{
	background: none repeat scroll 0 0 #E08DB5;
	border: medium none;
	color: #ffffff;
	display: block;
	font-family: globerbold;
	font-size: 18px;
	margin: 10px auto;
	padding: 9px 10px 1px;
	text-transform: uppercase;
	width: 200px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
}
.suscribe button:hover{
	background: none repeat scroll 0 0 #000;
}
.foo_cont .redes{
	float: left;
	width: 50%;
	text-align: left;
}
.foo_cont .redes a {
}
.foo_cont .redes a:after {
	content: "·";
	margin: 0 5px;
}
.foo_cont .redes a:last-child:after {
	content: "";
}

.foo_cont a {
	color: #555;
}


.foo_cont a:hover,
.foo_cont a:hover {
	color: #333;
}

#avisos {
	top: 20px;
	position: fixed;
	right: 20px;
	z-index: 10000;
}

#avisos > DIV.aviso {
	margin-bottom: 20px;
	padding: 30px;
	width: 200px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#avisos .ok {
	background-color: #8DD773;
	color: white;
}

#avisos .error {
	background-color: #D74345;
	color: white;
}


/*STEPS*/
.basics.step {
	width: 452px;
}
.steps label{
	color: #333333;
	display: block;
	font-family: GloberBold;
	margin: 12px 0 -3px;
}
.steps input,
.steps select {
	padding: 10px;
	font-size: 14px;
	width: 438px;
}
.steps select {
	width: 460px;
}
.steps label.error {
	color: red;
	margin: -29px 10px 0 0;
	width: 20px;
}

.steps label.error:before {
	font-size: 22px;
}
.steps .checkbox {
	border: 2px solid #3279FA;
	margin: 16px 0 0;
	padding: 9px;
}
.steps .checkbox input{
	float: left;
	margin: 2px 11px 0 0;
	width: auto;
}
.steps .checkbox label{
	margin: 0;
}
.step .address {
	margin: 0 0 20px;
}
.steps .submit{
	
}
.steps .submit input {
	background: none repeat scroll 0 0 #000;
	font-size: 20px;
	margin: 7px 0 -28px;
	width: 460px;
}
.steps .submit input:hover {
	background: none repeat scroll 0 0 #555;
	color: #ffffff;
}
.shop.steps {
	position: relative;
}
.shop.steps .prize {
	background: none repeat scroll 0 0 #3279FA;
	color: #ffffff;
	margin: 190px 0 0 776px;
	padding: 20px;
	position: fixed;
	top: 0;
	width: 184px;
	z-index: 60;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
}
.mini .shop.steps .prize {
	margin-top: 54px;
}
.shop.steps .prize li {
	position: relative;
	display: block;
	height: 74px;
}
.shop.steps .prize .name{
	color: #ffffff;
	display: inline-block;
	font-family: GloberBook;
	font-size: 13px;
	left: 0px;
	line-height: 110%;
	position: absolute;
	text-transform: uppercase;
	top: 24px;
	width: 109px;
}
.shop.steps .prize .val{
	background: none repeat scroll 0 0 #333333;
	color: #ffffff;
	display: block;
	float: right;
	font-family: 'GloberBold';
	font-size: 13px;
	height: 70px;
	line-height: 560%;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 70px;
}
.shop.steps .prize li.share_gift { 
	height: auto;
}
.shop.steps .prize li.share_gift a{ 
	background:#E08DB5;
	color: #ffffff;
	font-size: 11px;
	font-family: 'GloberBook';
	display: block;
	cursor: pointer;
	text-transform: uppercase;
	padding: 15px 15px 8px;
	margin: 10px 0 15px;
}
.shop.steps .prize li.share_gift a span{ 
	font-family: 'GloberBold';
	font-size: 24px;
	display: block;
	margin: -7px 0 0;
}
.shop.steps .prize li.share_gift a:hover{ 
	background:#000;
	color: #ffffff;
}

#DiscountStep1Form {
	height: 126px;
}
#DiscountStep1Form label{
	color: #ffffff;
	margin-bottom: 3px;
	text-align: center;
	
}
#DiscountStep1Form input{
	padding: 9px 3% 4px;
    width: 94%;
    background: #ffffff;
    color: #3279FA;
    text-align: center;
}
#DiscountStep1Form .submit input{
	float: none;
	width: 100%;
}

.prize li.discount .val{
	color: #3279FA!important;	
}

.shop.steps .prize li.total .name{ 
	font-size: 20px;
}

.shop.steps .prize li.pay_pay{ 
	margin: 14px 0 3px;
	height: auto;
	text-transform: uppercase;
}
.shop.steps .prize li.pay_pay a{ 
	background: #ffffff none repeat scroll 0 0;
	cursor: pointer;
	display: block;
	font-family: "GloberBold";
	font-size: 17px;
	padding: 35px 0 28px;
	text-align: center;
	width: 100%;
}
.shop.steps .prize li.pay_pay a:hover,
.shop.steps .prize li.pay_pay a.disabled {
	background: #000000;
	color: #ffffff;
}
.shop.steps .prize li.pay_pay form,
.shop.steps #button_visa { 
	display: none;
}
.shop.steps .prize li.pay_pay form .submit input {
	width: 100%;
	margin: 7px 0 0;
}
.shop.steps .prize li.pay_pay .button_pay{
	background: #000 none repeat scroll 0 0;
    font-size: 20px;
    margin: 7px 0 0px;
    padding: 10px;
     border: medium none;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-family: GloberBook;
    text-transform: none;
    width: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.shop.steps .prize li.pay_pay .button_pay:hover{
	background: #555 none repeat scroll 0 0;
}
.shop.steps .address dl {
}
.shop.steps .address dt {
	font-family: GloberBook;
	display: inline-block;
	width: 32%;
}
.shop.steps .address dd {
	color: #000;
	font-family: GloberBold;
	width: 66%;
	display: inline-block;
}
.shop.steps li.item {
	display: block;
	margin: 0 0 3px;
	min-height: 160px;
	position: relative;
	text-align: left;
	width: 100%;
}
.shop.steps li.item img {
	float: left;
	height: auto;
	margin: 0 10px 0 0;
	width: 150px;
}
.shop.steps li.item h3 {
	color: #333333;
	display: inline-block;
	font-family: exquisefy-bold;
	font-size: 24px;
	left: 160px;
	line-height: 110%;
	position: absolute;
	top: 0;
	width: 168px;
}
.shop.steps li.item h4 {
	color: #333;
	font-family: GloberBook;
	font-size: 20px;
	left: 160px;
	position: absolute;
	bottom: 5px;
	width: 168px;
	text-transform: uppercase;
}
.shop.steps li.item .pvp {
	background: none repeat scroll 0 0 #333333;
	color: #ffffff;
	display: block;
	float: right;
	font-family: 'GloberBold';
	font-size: 13px;
	height: 70px;
	line-height: 560%;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 70px;
}
.shop.steps li.item a.borrar {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	color: #ffffff;
	cursor: pointer;
	display: block;
	height: 70px;
	line-height: 440%;
	position: absolute;
	right: 0;
	text-align: center;
	top: 72px;
	width: 70px;
}
.shop.steps li.item:hover a.borrar {
	opacity: 0.8;
}
.alert.unavailable_products{
	margin-bottom: -160px;
	width: 460px;
	background: rgba(50, 121, 250, 0.2);
}

.steps .cart_sort{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);	display: block;	padding: 5%;	position: static;	width: 90%;
}
.steps .cart_sort ul {
    max-height: none;
    padding: 0;
}
/*====================*/

/*=== schema ===*/

/*====================*/

.ocult {
	display: none;
}
/*====================*/

/*=== preloader ===*/

/*====================*/

#loading {
	background: url(/img/load.gif) center center no-repeat #337BFF;
	opacity: 0.8;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	 z-index: 100000;
}


/*====================*/

/*=== Other Styles ===*/

/*====================*/

.clear {
	clear: both;
}


/*===================*/

/*==== Clearfix ====*/

/*===================*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/fonts/fontawesome-webfont.eot?v=4.1.0');src:url('/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/js/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/js/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/js/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/js/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.showmenu,
.showuser {
	display: none;
	color: #fff;
}
/*------------------------------------*\
RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 480px) {
	button,
	.submit input,
	select,
	.checkbox input  {
		-webkit-appearance: none;
	    -webkit-border-radius:0; 
	    border-radius:0;
	}
	
	body .borderup, 
	body .borderdown,
	body.pace-done .borderup, 
	body.pace-done .borderdown,
	body.pace-done.mini .borderup, 
	body.pace-done.mini .borderdown {
		height: 10px;
	}
	body .borderleft, 
	body .borderright,
	body.pace-done .borderleft, 
	body.pace-done .borderright,
	body.pace-done.mini .borderleft, 
	body.pace-done.mini .borderright {
		width: 10px;
	}
	.mini header,
	body > header {
		background: none repeat scroll 0 0 #337BFF;
		height: 58px;
		z-index: 999;
	}
	.mini .logo,
	header .logo {
		height: 58px;
		margin: 0 auto;
		width: 66px!important;
	}
	header .logo h1 {
	  color: #FFFFFF;
	  font-size: 45px;
	  height: 58px;
	  line-height: 150%;
	  margin: 0 auto;
	  overflow: hidden;
	  width: 66px;
	}
	header > div {
		border-bottom: medium none !important;
		height: 58px !important;
		width: 100% !important;
	}
	.showmenu {
		display: block;
		left: 0;
		padding: 17px 16px;
		position: absolute;
		top: 0;
	}
	.showmenu i{
		color: #fff;
		font-size: 20px;
	}
	.mini header nav,
	header nav {
		background: none repeat scroll 0 0 #000000;
		left: 0;
		position: absolute;
		top: 62px;
	}
	.mini nav ul.nav,
	header nav ul.nav{
		float: none;
		margin: 0;
		width: 100%;
		display: none;
		transition:none;
	}

	header nav ul li{
		display: block;
	}
	nav ul li a.shopli,
	header nav ul li a{
		color: #fff;
		padding: 10px 20px;
		font-size: 20px;
		text-align: center;
		display: block;
		background: transparent;
	}
	.showuser {
		display: block;
		left: 52px;
		padding: 17px 16px;
		position: absolute;
		top: 0;
	}
	.showuser i{
		color: #fff;
		font-size: 20px;
	}	
	.mini nav ul.subnav,
	header nav ul.subnav{
		float: none;
		margin: 0;
		width: 100%;
		display: none;
	}
	li.cart_link a span {
		display: none;
	}
		
	.gallery, .portada {
	  margin-top: 62px;
	  width: 100%;
	}
	.rslides_tabs {
		display: none;
	}
	.rslides img {
		float: none;
		left: 0;
		position: absolute;
		top: 0;
	}
	.gallery {
		height: auto;
	}
	.gallery li h3 {
		font-size: 50px;
		height: auto;
		min-height: 200px;
		line-height: 100%;
		margin: 0;
		padding: 15% 5%;
		position: relative;
		right: auto;
		top: auto;
		width: 90%;
		z-index: 20;
	}
	.gallery li span {
		margin: 6px auto 0;
		padding: 0;
		display: none;
	}
	.gallery li span strong {
		font-size: 12px;	
	}
	.port_dest {
	  border-top: 2px solid #337BFF;
		height: auto;
		margin-top: -40px;
	}
	.portada h2 {
	    font-size: 40px;
		margin: -47px 0 10px;
	}
	section article {
		width: 100%;
		float: none;
		margin: 0 0 5px;
	}
	section.port_dest:after {
		content: "";
		width: 100%;
		height: 1px;
		clear: both;
		display: block;
	}
	section article h3,
	section article h5{
		display: none;
	}
	.insta {
  height: auto;
  margin: 0;
  	}
	.insta h2{
		margin: 0 0 -9px;
		padding: 20px 0 0;
		width: auto;
	}
	.insta p{
		font-size: 23px;
		padding: 0 10% 25px;
		width: auto;
	}
	.insta iframe {
		display: none;
	}
	.portada .list_posts .info {
		display: none;
	}
	.portada .list_posts {
	  border-top: 2px solid #337BFF;
	  height: auto;
	  margin: 30px 0;
	}
	.portada .list_posts h2 {
	    font-size: 40px;
		margin: -28px 0 5px;
	}
	.portada .list_posts li {
		min-height: 0;
		width: 100%;
		float: none;
	}
	.portada .list_posts li img {
		display: block;
	}
	.list_posts li.column_size_4 {
	  height: auto;
	  min-height: 0;
	  margin: 0;
	}
	footer {
	  margin: 0 auto;
	  padding: 0 0 3%;
	  width: 100%;
	}
	.foo_cont .copy {
		display: none;
	}
	.foo_cont .tweetline {
	  margin: -20px 0 0;
line-height: 120%;
padding: 6% 5%;
	
	}
	.foo_cont .redes {
		padding: 5%;
		float: none;
		text-align: center;
		width: 90%;
		font-size: 18px;
	}
	.basics {
	  border: medium none;
	  margin: 64px 0 20px;
	  padding: 10%;
	  width: 80%;
	}
	.detalle article h1,
	.basics h1 {
		font-size: 40px;
	}
	.detalle article p,
	.basics p {
		font-size: 18px;
	}

	.basics h2 {
		font-size: 32px;
	}
	.all.detalle {
		width: 100%;
		padding: 64px 0 20px;
	}
	.detalle .content {
		border: medium none;
	  margin:0px;
	  padding: 5%;
	  width: 90%;
	}
	.foo_cont .suscribe .contener {
	  margin: 0px auto 0;
	  padding: 5%;
	  width: 68%;
	  left: 10%;
	  top: 80px;
	  height: auto;
	}
	.foo_cont .suscribe .contener input{
		padding-left: 3%;
		padding-right: 3%;
		width: 80%;
	}	
	.foo_cont .suscribe button{
		padding-left: 3%;
		padding-right: 3%;
		width: 80%;
	}
	.shop {
		width: 90%;
		margin: 78px auto 0;
	}	
	.shop .list_products .discount {
		display: none;
	}
	.menu_brands ul {
		width: 100%;
	}
	.shop .list_products ul li {
		width: 50%;
	}
	.shop .list_products ul li .info{
		display: none;
	}	
	.menu_brands ul li {
		width: 48%;
	}
	.menu_brands ul li a {
		height: 60px;
	}	
	.menu_brands ul li a span{
		font-family: exquisefy-regular;
		font-size: 20px;
		bottom: 18px;
	}
	.detail .col_02 span {
		display: inline-block;
		font-size: 16px;
		padding: 9px 0;
	}
	.ocult {
		display: none!important;
	}
	.detail .articulo .explain .vistas {
		float: none;
		margin: 0 0 5%;
		width: 100%;
	}
	.detail .articulo .explain .vistas .fancybox{
		pointer-events: none;
		cursor: default;
	}
	.detail .col_02 {
		float: none;
		margin: 0;
		width: 80%;
		padding: 10%;
		border: none;
		border-top: 4px solid #3279FA;
	}
	.explain .variantes {
		border: none;
	    border-top: 4px solid #3279FA;
	    float: none;
	    margin: 10px 0 0;
	    padding: 0%;
	    width:100%;
	}
	.explain .variantes h3 {
		margin: -21px auto 10px;
	}	
	.explain .variantes ul li {
		overflow: hidden;
		width: 33.3333%;
		margin: 0;
	}
	.explain .share {
		width: 90%;
		padding: 5%;
	}
	.shop .list_products h2 {
		font-size: 40px;
	}
	.shop .list_products ul li.rela {
	    width: 33.33333% !important;
	}
	.shop .list_products ul li img {
	  display: block;
	  width: 100%;
	}
	.cart_link {
		color: #FFFFFF;
	    position: fixed;
	    right: 12px;
    	top: 11px;
	    text-align: right;
	}
	.cart_link a > div.fa {
		color: #fff;
		display: inline;
	}
	.cart_link > a span {
		background: none repeat scroll 0 0 #FFFFFF;
		border-radius: 100px;
		color: #333333;
		display: inline-block;
		font-family: GloberBold;
		height: 39px;
		line-height: 273%;
		margin: 0;
		text-align: center;
		width: 40px;
		z-index: 1000;
	}
	.cart_sort:before {
		display: none;
	}
	.cart_sort {
		background: none repeat scroll 0 0 #337BFF;
		padding: 5%;
		position: fixed;
		top: 61px;
		width: 90%;
	}
	.cart_sort li.checkout a {
		color: #000;
	}
	.cart_sort a {
		padding: 0;
	}
	.cart_sort li h3 {
		display: none;
	}
	.cart_sort li a.borrar {
		display: block;
		line-height: 398%;
		right: 73px;
	}
	.users.form {
		border: medium none;
		margin: 80px 0 60px;
		padding: 0 10%;
		width: 80%;	
	}
	.basics.step {
		padding: 5%;
    	width: 90%;
	}
	
	.steps input {
		width: 90%;
		padding: 3% 5%;
	}
	.steps .submit input,
	.steps select {
		width: 100%;
		padding: 3% 5%;
	}
	.mini .shop.steps .prize,
	.shop.steps .prize {
		position: static;
		width: 80%;
		margin: 0 auto 40px;
		padding: 5% 5% 125px 5%;
	}
	.shop.steps .prize li.pay_pay a {
		margin: 0 0 -109px;
	}
	.shop.steps li.item h3,
	.shop.steps li.item h4 {
		display: none;
	}
	#login {
		padding: 5% 5% 0;
	}
	.orders.index .order {
		height: 120px;
	}
	.orders.index .order > .info .estado {
	  margin: -14px 0 0;
	  position: static;
	}
	.orders.index .order > .info .show_all {
		right: 20px;
		top: 43px;
	}
	.info_brand {
		 margin: -12px 0 56px;
	}
	.info_brand .titulo {
		position: static;
		width: 90%;
		padding: 5%;
	}
	.info_brand h1 {
		font-size: 42px;
	}
	.shop .list_products .titulo h1 {
		font-size: 32px;
	}
	.shop .list_products .imgs li{
		width: 33.3333%;
	}
	.signup_create {
		padding: 0;
	}
	.fancybox-opened, .fancybox-skin {
		min-height: 80vh!important;
	}
	.fancybox-inner {
		overflow: hidden;
		width: auto;
		min-height:  80vh!important;
	}
}
