/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

/* ==========================================================================
    Color palette
   ========================================================================== */

/*


rojo					rgba(199, 3, 69, 1);	#c70345;
morado					rgba(70, 30, 116, 1);	#461e74;


*/

/* ==========================================================================
    Font types
   ========================================================================== */


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

@font-face {
 	font-family: 'Arimo-Regular';
  	src: url('/font/Arimo-Regular.ttf');
  	/*src: url('/font/OpenSans-Regular.eot?34074471#iefix') format('embedded-opentype'),
         url('/font/OpenSans-Regular.ttf') format('truetype');*/
  	font-weight: normal;
  	font-style: normal;
}


[class^="icon-"]:before, [class*=" icon-"]:before {
  	font-family: "icon-pages";
  	font-style: normal;
  	font-weight: normal;
  	speak: none;

  	display: inline-block;
  	text-decoration: inherit;
  	width: 1em;
  	margin-right: .2em;
  	text-align: center;
  	/* opacity: .8; */

  	/* For safety - reset parent styles, that can break glyph codes*/
  	font-variant: normal;
  	text-transform: none;

  	/* fix buttons height, for twitter bootstrap */
  	line-height: 1em;

  	/* Animation center compensation - margins should be symmetric */
  	/* remove if not needed */
  	margin-left: .2em;

  	/* you can be more comfortable with increased icons size */
  	/* font-size: 120%; */

  	/* Font smoothing. That was taken from TWBS */
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;

  	/* Uncomment for 3D effect */
  	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-location:before {content: '\0804';}
.icon-phone:before { content: '\0801'; } /* '' */
.icon-fax:before { content: '\F1AC'; } /* '' */
.icon-mail:before { content: '\F0E0'; } /* '' */
.icon-menu:before { content: '\F0C9'; } /* '' */
.icon-cancel-3:before { content: '\E800'; } /* '' */
.icon-cancel-2:before { content: '\E801'; } /* '' */
.icon-pencil:before { content: '\0807'; } /* '' */
.icon-user:before { content: '\0806'; } /* '' */
.icon-down-dir:before { content: '\0802'; } /* '' */
.icon-up-dir:before { content: '\0800'; } /* '' */
.icon-web:before { content: '\0805'; } /* '' */

.icon-chrome:before { content: '\F268'; } /* '' */
.icon-pc:before { content: '\E803';} /* '' */
.icon-key:before { content: '\E804'; } /* '' */
.icon-bag:before { content: '\E802'; } /* '' */
/* ==========================================================================
    All Theme
   ========================================================================== */


html {
    color: #222;
    font-size: 1em;
	height: 100%;
    line-height: 1.4;
	margin: 0;
	min-height: 100%;
}

::-moz-selection {
    background: #9a1e36;
	color: #fff;
    text-shadow: none;
}

::selection {
    background: #9a1e36;
	color: #fff;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
	font: 16px/26px Helvetica, Helvetica Neue;
	height: 100%;
	min-height: 100%;
}

#body-scroll {
	height: 100%;
	min-height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

a {
	outline: none;
}

.button {
	outline: none;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.button:focus {
	outline: none;
}

.empty {
	background:	#9a1e36;
	border-radius: .3em;
	color: #fff;
	padding: .7em 1em;
}

/* ==========================================================================
    WYSIWYG HTML editor
   ========================================================================== */

p {
	margin: 0 0 1em 0;
}

ol {
	list-style: decimal;
	list-style-position: outside;
}

ul {
	list-style: disc;
	list-style-position: outside;
}

.circle {
	list-style: circle;
}

.disc {
	list-style: disc;
}

.square {
	list-style: square;
}

blockquote {
	font: 18px/30px normal Tahoma, sans-serif;
	margin: 0;
	text-align: center;
}

/* more styles on queries */
blockquote p {
    background-image: url(/img/styles/openquote.png), url(/img/styles/closequote.png);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
	background-size: 30px;
	color: #b3aaa3;
	display: inline-block;
	padding: 0px 40px;
	text-align: left;
}

.lt-ie9 blockquote p,
.lt-ie8 blockquote p {
	background-image: url(/img/styles/openquote.png);
	padding: 20px 0 0 90px;
}

.lt-ie8 blockquote p {
	display: inline;
}

iframe {
	border: none;
}

.article-image {
	border: none;
}

/* ==========================================================================
    Grid
   ========================================================================== */

.row {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*margin: 0%;*/
	margin: 0 0 0 -1%;
	width: 102%;
}
.row:after, .row:before {
	clear: both;
	content: " ";
	display: table;
}

[class*='col-'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	/*padding: 0 10px 20px 10px;*/
	padding: 0 1% 2% 1%;
	width: 100%;
}
[class*='col-']:after, [class*='col-']:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
[class*='col-reverse'] {
	float:right;
}

.nest {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*margin: 0 -10px;*/
	margin: 0 -1%;
	padding: 0;
	width: auto;
}

/* ==========================================================================
    Boot Theme
   ========================================================================== */

/* ========================================
    MOBILE: Grid
   ======================================== */

.col-12 {
	width: 100%;
}
.col-11 {
	width: 91.666663%;
}
.col-10 {
	width: 83.33%;
}
.col-9 {
	width: 74.999997%;
}
.col-8 {
	width: 66.66666664%;
}
.col-7 {
	width: 58.333%;
}
.col-6 {
	width: 50%;
}
.col-5 {
	width: 41.6665%;
}
.col-4 {
	width: 33.33%;
}
.col-3 {
	width: 24.99%;
}
.col-2 {
	width: 16.66666%;
}
.col-1 {
	width: 8.33%;
}

/* ========================================
    MOBILE: Width
   ======================================== */

.wrapper {
	margin: 0 auto;
    width: 90%;
	max-width: 1350px;
}

#nav-mobile {
	position: absolute;
	right: 4.85%;
	top: .8em;
}
#nav-mobile button {
	background: #9a1e36;
	border: none;
	color: #ffffff;
	display: inline-block;
	outline: none;
	padding: .5em;
	text-decoration: none;
	-webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
	vertical-align: middle;
}
#nav-mobile i {
	color: #ffffff; 
	font-size: 2em;
}
#mobile-nav {
	background: #fff;
	bottom: 0;
	color: #ffffff;
	display: none;
	height: 100%;
	left: -240px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 9999;
}
#mobile-nav-wrapper {
	background: #9a1e36;
	height: 100%;
	position: relative;
 	overflow: hidden;
	width: 240px;
}
#mobile-nav nav {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
	top: 0;
}
#mobile-nav nav::-webkit-scrollbar {
	display: none;
}
#mobile-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 240px;
}
#mobile-nav a {
	color: #000;
	display: block;
	font-size: 1em;
	padding: .9em .9em .9em 1.3em;
	text-decoration: none;
	-webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

#mobile-nav span a {
	padding: 0 0 0 1em;
	color: #9a1e36;
}



#mobile-nav a:hover,
#mobile-nav a:active,
#mobile-nav a.active {
	color: #9a1e36;
}

#mobile-nav a {
	padding: .9em .9em .9em 1.3em;
}

#mobile-nav i {
	font-size: 1.5em;
	vertical-align: middle;
}
#mobile-nav  #nav-phone a{
	color: #ffffff;
	font-size: 1.1em;
}
#mobile-nav .category ul:not(.active){
	display: none;
}
#mobile-nav .category {
	display: block;
	background-color: #eaced8;
    border-bottom: 1px solid #9a1e36;
    color: #9a1e36;
	font-size: 1em;
}
#mobile-nav .category span {
	display: block;
    padding: .9em;
	cursor: pointer;
}

#mobile-nav .category ul li a{
	border-top: 1px solid #ffffff;
}




#nav-primary a{
	background-color: #9a1e36;
	border-bottom: 1px solid  #ffffff;
	color: #ffffff;
}
#nav-primary a:hover{
	background-color: #ffffff;
	color: #9a1e36;
}
#nav-primary ul ul ul:not(.active) {
	display: none;
}
#nav-primary li li a{
	background-color: #fff;
	border-bottom: 1px solid #ffffff;
	color: #461e74;
	padding-left: 1.5em;
}
#mobile-nav #nav-phone{
	display: none;
	width: 100%;
}
#nav-phone a{
	display: inline-block;
}


.header-container{
	background: #ffffff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.5);
	margin-bottom: 2em;
	position: fixed;
	width: 100%;
	z-index: 99;
}
.header-container nav ul{
	margin: 0;
	padding:0;
}
#logo {
	padding: .5em 0;
	width: 171px;
	float: left;
}
#logo img{
	width: 100%;
}
.header-container nav{
	float: right;
	display: none;
}
.header-container nav ul li{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.header-container nav ul li a{
	display: block;
	padding: 1.5em;
	font-size: 1.1em;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arimo-Regular;
}
.header-container nav ul li a.active,
.header-container nav ul li a:hover {
	background: #9a1e36;
	color: #fff;
}
.header-container nav ul #nav-phone a:hover {
	color: #9a1e36;
	background: #ffffff;
}


.backgraund-aside{
    background-image: url(/img/styles/aside.jpg);
    background-size: 1900px;
    background-attachment: fixed;
    margin: 0 0 0em 0;
    padding: 6em 0;
    text-align: center;
}
.backgraund-aside h3{
	font-size: 2em;
	color: #ffffff;
	text-transform: uppercase;
	font-family: Arimo-Regular;
	font-weight: bold;
	line-height: 1.5em;
	word-spacing: .3em;
}

#products-nav{
	display: none;
}
.main{
	padding-top: 7em;
}
.main h1 {
   position: relative;
   display: inline-block;
   margin: 0 0 1em 0;
   font-size: 1.6em;
}
.main h1:before {
    border-bottom: 3px #9a1e36 solid;
    bottom: -10px;
    left: 25%;
    position: absolute;
    top: 0;
    width: 50%;
	content: '';
}


.footer-container{
	background: #9a1e36;
	border-top: 4px solid #ffffff;
	color: #fff;
	padding: 1em 0 1em 0;
	position: relative;
}

.footer-container h3{
	font-size: 1.4em;
	color: #000;
}
.footer-container [class*='col-']{
	padding: 0;
	margin:0;		
}
.footer-container .fax-footer{
	margin: 0;
}
.footer-container ul{
	list-style: none;
	margin: 0;
	padding: 3em 0 1em 0;
}
.footer-container ul li{
	margin: .5em 0;
	padding: 0;
}	
.footer-container ul li a{
	color: #ffffff;
	text-decoration: none;
}
.footer-container ul li a:hover,
.footer-container ul li a.active{
	color: #000000;
}
.footer-container .copy{
	background: #ffffff;
	bottom: -4em;
	color: #000;
	padding: 1.2em 0;
	text-align: center;
	position: absolute;
	width: 100%;
}
.footer-container .copy p{
	margin: 0;
}	
.contact-footer{
	margin: 1em 0;
}	


/*
.footer-container .circle {
	width: 60px;
	height: 60px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ffffff;
	color: #9a1e36;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.footer-container .circle a{
	color: #9a1e36;
	text-decoration: none;
}
.footer-container .circle:hover{
	background: #ffffff;
}
.footer-container .circle:hover a{
	color: #000000;
}
.footer-container .circle i {
    font-size: 1.8em;
    position: relative;
    top: 15px;
	padding: 10px;
}*/
.footer-container .circle {
	display: inline-block;
	vertical-align: middle;
}
 .contact-footer a{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 2em!important;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    margin: 0 .2em;
    padding: 1px;
    position: relative; 
    text-align: center;
    -webkit-transform: translateZ(0);
    width: 60px;
}
.address-footer .circle{
   display: none;
}
.contact-footer a:hover {
color: #9a1e36 !important;
-webkit-transition: background-color 0.2s;
-moz-transition: background-color 0.2s;
-o-transition: background-color 0.2s;
transition: background-color 0.2s;   
background-color: #ffffff;
}
   
   
   .contact-footer a:hover:after {
    left: -4px;
    padding: 4px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    top: -4px;
}
   
   
   .contact-footer a:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 4px #ffffff;
    -moz-box-shadow: 0 0 0 4px #ffffff;
    box-shadow: 0 0 0 4px #ffffff;
    content: '';
    left: -8px;
    height: 100%;
    padding: 8px;
    position: absolute;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    top: -8px;
    width: 100%;
	    -webkit-box-shadow: 0 0 0 3px #ffffff;
    -moz-box-shadow: 0 0 0 3px #ffffff;
    box-shadow: 0 0 0 3px #ffffff;
}


.contact-footer > span {
	display: inline-block;
    vertical-align: middle;
	margin-left: .5em;
	font-size: 1em;
}
.contact-footer span[itemprop=streetAddress] {
    display: block;
}   
.footer-container .page-scroll-up a {
    color: #000000;
    background: #ffffff;
    border: 4px #f9a3c5 solid;
}
.footer-container .page-scroll-up {
    margin-top: -1em;
    text-align: center;
}
.footer-container .page-scroll-up a:hover, .footer-container .page-scroll-up a:active {
    background: #000000;
}
.footer-container .page-scroll-up a:hover, .footer-container .page-scroll-up a:active {
    color: #fff;
}





















/* .button */

.ripple {
    position: absolute;
    opacity: 0;
    border-radius: 50%;
    width: 2px;
    height: 2px;
    background-color: rgba(255, 255, 255, .35);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: ripple;
    animation-name: ripple;
}
@-webkit-keyframes ripple {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(165);
    }
}
@keyframes ripple {
    0% {
        opacity: 1;
    }
    100% {
        transform: scale(165);
    }
}


/* ==========================================================================
    Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ========================================
    INTERMEDIATE: Grid (Portrait)
   ======================================== */

	.col-m-12 {
		width: 100%;
	}
	.col-m-11 {
		width: 91.666663%;
	}
	.col-m-10 {
		width: 83.33%;
	}
	.col-m-9 {
		width: 74.999997%;
	}
	.col-m-8 {
		width: 66.66666664%;
	}
	.col-m-7 {
		width: 58.333%;
	}
	.col-m-6 {
		width: 50%;
	}
	.col-m-5 {
		width: 41.6665%;
	}
	.col-m-4 {
		width: 33.33%;
	}
	.col-m-3 {
		width: 24.99%;
	}
	.col-m-2 {
		width: 16.66666%;
	}
	.col-m-1 {
		width: 8.33%;
	}

/* ========================================
    INTERMEDIATE: Width (Portrait)
   ======================================== */

/* ========================================
    INTERMEDIATE: Menu (Portrait)
   ======================================== */

/* ========================================
    INTERMEDIATE: Main (Portrait)
   ======================================== */
   .contact-footer > span {
		font-size: 1.1em;
	}
	.address-footer .circle{
	   display: inline-block;
   }
/* ========================================
    INTERMEDIATE: IE Fixes (Portrait)
   ======================================== */

/* ========================================
    INTERMEDIATE: CSS3 Effects (Portrait)
   ======================================== */

}

@media only screen and (min-width: 620px) {

/* ========================================
    INTERMEDIATE: Grid (Landscape)
   ======================================== */

	.col-ml-12 {
		width: 100%;
	}
	.col-ml-11 {
		width: 91.666663%;
	}
	.col-ml-10 {
		width: 83.33%;
	}
	.col-ml-9 {
		width: 74.999997%;
	}
	.col-ml-8 {
		width: 66.66666664%;
	}
	.col-ml-7 {
		width: 58.333%;
	}
	.col-ml-6 {
		width: 50%;
	}
	.col-ml-5 {
		width: 41.6665%;
	}
	.col-ml-4 {
		width: 33.33%;
	}
	.col-ml-3 {
		width: 24.99%;
	}
	.col-ml-2 {
		width: 16.66666%;
	}
	.col-ml-1 {
		width: 8.33%;
	}

/* ========================================
    INTERMEDIATE: Width (Landscape)
   ======================================== */

/* ========================================
    INTERMEDIATE: Menu (Landscape)
   ======================================== */

/* ========================================
    INTERMEDIATE: Main (Landscape)
   ======================================== */

	   
/* ========================================
    INTERMEDIATE: IE Fixes (Landscape)
   ======================================== */

/* ========================================
    INTERMEDIATE: CSS3 Effects (Landscape)
   ======================================== */

}

@media only screen and (min-width: 768px) {

/* ========================================
    WIDE: Grid (Portrait)
   ======================================== */

	.col-t-12 {
		width: 100%;
	}
	.col-t-11 {
		width: 91.666663%;
	}
	.col-t-10 {
		width: 83.33%;
	}
	.col-t-9 {
		width: 74.999997%;
	}
	.col-t-8 {
		width: 66.66666664%;
	}
	.col-t-7 {
		width: 58.333%;
	}
	.col-t-6 {
		width: 50%;
	}
	.col-t-5 {
		width: 41.6665%;
	}
	.col-t-4 {
		width: 33.33%;
	}
	.col-t-3 {
		width: 24.99%;
	}
	.col-t-2 {
		width: 16.66666%;
	}
	.col-t-1 {
		width: 8.33%;
	}

/* ========================================
    WIDE: Width (Portrait)
   ======================================== */

/* ========================================
    WIDE: Menu (Portrait)
   ======================================== */

/* ========================================
    WIDE: Main (Portrait)
   ======================================== */
	.backgraund-aside h3{
		font-size: 3.5em;
	}

/* ========================================
    WIDE: IE Fixes (Portrait)
   ======================================== */

/* ========================================
    WIDE: CSS3 Effects (Portrait)
   ======================================== */

}

@media only screen and (min-width: 992px) {

/* ========================================
    WIDE: Grid (Landscape)
   ======================================== */

	.col-tl-12 {
		width: 100%;
	}
	.col-tl-11 {
		width: 91.666663%;
	}
	.col-tl-10 {
		width: 83.33%;
	}
	.col-tl-9 {
		width: 74.999997%;
	}
	.col-tl-8 {
		width: 66.66666664%;
	}
	.col-tl-7 {
		width: 58.333%;
	}
	.col-tl-6 {
		width: 50%;
	}
	.col-tl-5 {
		width: 41.6665%;
	}
	.col-tl-4 {
		width: 33.33%;
	}
	.col-tl-3 {
		width: 24.99%;
	}
	.col-tl-2 {
		width: 16.66666%;
	}
	.col-tl-1 {
		width: 8.33%;
	}

/* ========================================
    WIDE: Width (Landscape)
   ======================================== */


/* ========================================
    WIDE: Menu (Landscape)
   ======================================== */

/* ========================================
    WIDE: Main (Landscape)
   ======================================== */

/* ========================================
    WIDE: IE Fixes (Landscape)
   ======================================== */

/* ========================================
    WIDE: CSS3 Effects (Landscape)
   ======================================== */

}

@media only screen and (min-width: 1024px) {

/* ========================================
    LARGE: Grid
   ======================================== */

	.col-d-12 {
		width: 100%;
	}
	.col-d-11 {
		width: 91.666663%;
	}
	.col-d-10 {
		width: 83.33%;
	}
	.col-d-9 {
		width: 74.999997%;
	}
	.col-d-8 {
		width: 66.66666664%;
	}
	.col-d-7 {
		width: 58.333%;
	}
	.col-d-6 {
		width: 50%;
	}
	.col-d-5 {
		width: 41.6665%;
	}
	.col-d-4 {
		width: 33.33%;
	}
	.col-d-3 {
		width: 24.99%;
	}
	.col-d-2 {
		width: 16.66666%;
	}
	.col-d-1 {
		width: 8.33%;
	}

/* ========================================
    LARGE: Width
   ======================================== */

   /* ========================================
    LARGE: Menu
   ======================================== */
   #nav-mobile{
	   display: none;
   }
   .header-container{
	   position: relative;
   }
	.header-container nav{
		display: inline-block;
	}
	
	
	.header-container  #nav-phone{
		display: inline-block;
		
	}
	
	#products-nav{
		display: inline-block;
	}

	#products-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}	
	#products-nav li {
		border-top: 1px #E4E4E4 solid;
	}
	#products-nav li:last-child {
		border-bottom: 1px #E4E4E4 solid;
	}
	#products-nav li a {
		display: block;
		text-decoration: none;
		color: #777;
		-webkit-transition: all ease-in-out 0.3s;
		-moz-transition: all ease-in-out 0.3s;
		-o-transition: all ease-in-out 0.3s;
		-ms-transition: all ease-in-out 0.3s;
		transition: all ease-in-out 0.3s;
	}
	/* enlace de noticias mismo diseño que los demas pero sin desplegable*/
	#products-nav .category span > a{
		margin-left: 1.45em;
	}
	
	#products-nav .category span{
		color: #777;	
		cursor: pointer;
		display: block;
		padding: .5em;  
		text-transform: uppercase;
		font-family: Arimo-Regular;
		font-size: 1em;
	}
	#products-nav .category span.active {
		background:  #9a1e36;
		color: #ffffff;
	}
	#products-nav .category ul a {
		color: #000000;
		padding: .5em .5em .5em 1.65em; 
	}
	#products-nav .category ul a:hover,
	#products-nav .category ul a:active,
	#products-nav .category ul a.active {
		background: #ffffff;
		color: #9a1e36;
		font-family: Arimo-Regular;
		font-size: 1em;
	}	
	#products-nav ul ul:not(.active) {
		display: none;
	}

	.main{
		padding-top: 0;
	}

	.backgraund-aside h3{
		font-size: 4em;
	}
/* ========================================
    LARGE: IE Fixes
   ======================================== */

/* ========================================
    LARGE: CSS3 Effects
   ======================================== */



}

@media only screen and (min-width: 1140px) {

/* ========================================
    FULL: Grid
   ======================================== */

	.col-dl-12 {
		width: 100%;
	}
	.col-dl-11 {
		width: 91.666663%;
	}
	.col-dl-10 {
		width: 83.33%;
	}
	.col-dl-9 {
		width: 74.999997%;
	}
	.col-dl-8 {
		width: 66.66666664%;
	}
	.col-dl-7 {
		width: 58.333%;
	}
	.col-dl-6 {
		width: 50%;
	}
	.col-dl-5 {
		width: 41.6665%;
	}
	.col-dl-4 {
		width: 33.33%;
	}
	.col-dl-3 {
		width: 24.99%;
	}
	.col-dl-2 {
		width: 16.66666%;
	}
	.col-dl-1 {
		width: 8.33%;
	}

/* ========================================
    FULL: Width
   ======================================== */

/* ========================================
    FULL: Menu
   ======================================== */



/* ========================================
    FULL: Main
   ======================================== */


/* ========================================
    FULL: IE Fixes
   ======================================== */

/* ========================================
    FULL: CSS3 Effects
   ======================================== */

}

@media only screen and (min-width: 1336px) {

/* ========================================
    MAXIMAL: Grid
   ======================================== */

	.col-f-12 {
		width: 100%;
	}
	.col-f-11 {
		width: 91.666663%;
	}
	.col-f-10 {
		width: 83.33%;
	}
	.col-f-9 {
		width: 74.999997%;
	}
	.col-f-8 {
		width: 66.66666664%;
	}
	.col-f-7 {
		width: 58.333%;
	}
	.col-f-6 {
		width: 50%;
	}
	.col-f-5 {
		width: 41.6665%;
	}
	.col-f-4 {
		width: 33.33%;
	}
	.col-f-3 {
		width: 24.99%;
	}
	.col-f-2 {
		width: 16.66666%;
	}
	.col-f-1 {
		width: 8.33%;
	}

/* ========================================
    MAXIMAL: Width
   ======================================== */

/* ========================================
    MAXIMAL: Menu
   ======================================== */

/* ========================================
    MAXIMAL: Main
   ======================================== */


/* ========================================
    MAXIMAL: IE Fixes
   ======================================== */

/* ========================================
    MAXIMAL: CSS3 Effects
   ======================================== */

}

/* ==========================================================================
    Helper classes
   ========================================================================== */

.left {
	float: left;
}
.right {
	float: right;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
    Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
