/* CSS Document */
/* head&Footer.css */
/* modificado 12/04/2018 - 16:26; */
.text-left	{ text-align: left; }
.text-right	{ text-align: right; }
/*  =========================================================================
  	Head
========================================================================== */
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,500,700);
/***** Estructura *****/
.navbar, .navbar * {
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
.navbar .title{float:left;font-size:100%;padding-top:0;}
nav{float:right;}
nav a{float:left;margin-bottom:0}
nav li:first-child a{margin-left:0}
nav li:last-child a{margin-right:0}
.navbar{position:relative;z-index:60;background: #f5f5f5;}
.navbar nav ul li{display:inline;list-style-image:none;}
.navbar .submenu{position:relative;width:100%;z-index:60;}
.navbar .submenu ul{overflow:hidden;text-align:right;display: block;}
.navbar .submenu li{margin:0;}
.navbar .submenu li:last-child a {border-right: none;}
.navbar .submenu li span:last-child {
	text-indent: -9999999px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	font-size: 0.001em;
}
.navbar .submenu a{padding:0 .5em;display:block;float:left}
.navbar .submenu .telephon,
.navbar .submenu .language,
.navbar .submenu .login, .rc-user{display:none;}
.navbar .title{position:relative; margin-bottom: 0!important;}
.navbar .submenu+.row-fluid .container{overflow:visible;clear:both;}
/*	Cambio en caso de no transigir con el logo
.navbar .title .ico-logo{position:absolute;top:1em;z-index:61;}
*/
.navbar .title .ico-logo{ 
	position:relative;
	top:0;
	z-index:61; 
	margin: 15px 0; 
	width: 195px; /* Correccion Logo para poner el logo de 2018 */
	height: 45px; /* Correccion Logo para poner el logo de 2018 */
	background-position: -335px 0px;
	display: inline-block;
    vertical-align: middle;
    background: transparent!important; /* Oculto Logo antiguo para poner el de 2018 */
}
.navbar .title .ico-logo a{
	display:block;
	width:100%;
	height:100%;
	background: url("/fcs_images/riu2017/logo2018-riucom-desktop.png") no-repeat center center;
}
/*	Cambio en caso de no transigir con el logo
.navbar .title .claim{margin:.5em 0 0 8.7em;top:0;width:80em}
*/
/*.navbar .submenu .login-wrap { display: table; width: 100%; }*/
.navbar .title .claim{
	margin:0;top:0;position: relative;display: inline-block; width: 230px; vertical-align: middle;
	display: none; /* Oculto claim antiguo para poner el de 2018 */
}
.navbar .title .claim .name{font:2.7em Roboto;margin:0.74074em 0 0 0.74074em;color:rgb(52,52,52); display: none;}
.navbar .title .claim .subName{
	font-family: Roboto;
	text-align: left;
	padding-left: 10px;
	font-size: 22px;
	font-weight: 300;
    color: #444;
    text-shadow: none;
}
.navbar .title .claim>p+p {
	margin: 0;
}
.ru .navbar .title .claim .subName/*, .nl .navbar .title .claim .subName*/ {line-height:0.9em;margin:0 0 0 1.1em;width: 45%;}
.navbar .submenu .language,
.navbar .submenu .telephon,
.navbar .submenu .login{clear:both;float:right;width:100%;}
.navbar .submenu .login form{float:right;margin-bottom:2em;width: 570px;}
.navbar .submenu .login form > div {margin: 0 15px;float: none!important; display: inline-block; position: relative;}
.navbar .submenu .login form > div .errorblock { position: absolute; bottom: -13px; color: red; }
.navbar .submenu .login label{display:block;color:white;font-size:1.4em;margin:15px 0 2px 0;clear:left}
.navbar .submenu .login input{display:block; padding: 10px 15px;max-width: 13.417em;border: 1px solid #ccc;}
.navbar .submenu .login input[type="password"]{display:block; padding: 10px 15px!important;max-width: 13.417em;border: 1px solid #ccc!important;}
.navbar .submenu .login input.submit-btn{
	float: none!important; 
	display: inline-block; 
	margin:2.733em 0 0 15px;
	padding:10px 15px; 
	font-size: 16px;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
	width: 100px;
    text-align: center;
	background-color: #ca5c5c;
    background-image: none;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    font-family: arial,verdana,sans-serif;
    font-weight: normal;
}
.navbar .submenu .login .acciones{ display: block; clear: both; }
.navbar .submenu .login .acciones li{ margin-bottom:1em; }
/*========================================
=            Login OLD styles            =
========================================*/
.navbar .submenu .login.old form { width: 500px; }
.navbar .submenu .login.old form > div {margin: 0 15px; float: left!important; display: inline-block;}
.navbar .submenu .login.old label{display:block;color:white;font-size:1.4em;margin:15px 0 2px 0;clear:left;}
.navbar .submenu .login.old input{display:block;padding: 10px 15px;max-width: 13.417em;border: 1px solid #ccc;margin-left: 0;}
.navbar .submenu .login.old input[type="submit"] { 
	float: none!important; 
	display: inline-block; 
	margin: 2.033em 0 0 15px; 
	padding:10px 15px; 
	font-size: 16px;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
	width: 100px;
    text-align: center;
	background-color: #ca5c5c;
    background-image: none;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    font-family: arial,verdana,sans-serif;
    font-weight: normal;
}
/*=====  End of Login OLD styles  ======*/
.rc-user {
	margin: 10px 0;
	clear: both;
	float: right;
	width: 100%;
}
.text-uppercase {
	text-transform: uppercase;
}
.rc-user, .rc-user * {
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
.rc-user .col-sm-6 {
	width: 50%;
	float: left;
	position: relative;
	min-height: 1px;
}
.rc-user .col-sm-6.text-right {
	text-align: right;
}
.navbar .submenu .rc-user .info-user, .navbar .submenu .rc-user .card {
	display: inline-block;
	vertical-align: middle;
}
.navbar .submenu .rc-user .info-user {
	/*color: #FFF;*/
	/*font-family: InterstateLight;*/
	font-weight: normal;
	margin-right: 10px;
	text-align: right;
	font-size: 12px;
}
.navbar .submenu .rc-user .info-user p {
	margin-bottom: 5px;
}
.navbar .submenu .rc-user .info-user .nameRC {
	font-weight: bold;
}
.navbar .submenu .rc-user .info-user .num-riuclass {
	color: #fdc726;
	font-size: 13px;
}
.navbar .submenu .rc-user .info-user .disconect {
	float: none;
	display: inline-block;
	color: #fdc726;
	padding: 0;
}
.navbar .submenu .rc-user .info-user .disconect i {
	margin-left: 5px;
}
.navbar .submenu li.sinventa a{border-right:none;}
.navbar .submenu li.tel .tel-open,
.navbar .submenu li.tel.open .tel-close,
.navbar .submenu li.tel .name-pais,
.navbar .submenu li.tel.open .name-callcentre{display:none;}
.navbar .submenu li.tel .tel-close,
.navbar .submenu li.tel.open .tel-open,
.navbar .submenu li.tel.open .name-pais,
.navbar .submenu li.tel .name-callcentre{display:inline;}
.navbar .submenu li.tel.open .name-pais{font-size:0.938em;font-weight:bold;}
.navbar .submenu .telephon span+span{float:right;font-weight:bold;}
.navbar .submenu .telephon ul:last-child{text-align:right;color:white;overflow:visible}
.navbar .menu{position:relative;z-index:61;}
.navbar .menu .ico {display: none;}
.navbar .menu ul{text-align: right; padding: 30px 0 0;}
.navbar .menu li a{
	position:relative;
	padding: 0;
    color: #444;
    font-weight: 500;
    opacity: .9;
    font-size: 18px;
}
.navbar .menu li a .text{display:block}
.navbar .menu.peq li a{height:4.4em;width:30.3%;border-bottom:.1em solid rgb(230,230,230);}
.navbar .menu.peq .ico{height:1.5em;line-height:2.3em;width:1.8em;float:left;margin:1.3em 0 0 1em;}
.navbar .menu.peq .text{font-size:1.4em;line-height:3.3em;float:left;}
.navbar .menu.peq .triangle{display:none;}
.navbar .menu.respond{display:none;}
/***** Iconos del Menu *****/
.ico-menu{background-position:-138px -117px;width:3.5em;height:2.8em;margin:2.5em auto 0;display:block;}
a:hover .ico-menu{background-position:-138px -146px;}
.ico-ini{background-position:0 -118px;width:3.5em;height:2.8em;margin:2.5em auto 0;display:block;}
.ico-offe{background-position:-33px -118px;width:3.5em;height:2.8em;margin:2.5em auto 0;display:block;}
.ico-desti{background-position:-66px -118px;width:3.5em;height:2.8em;margin:2.5em auto 0;display:block;}
.ico-hotel{background-position:-103px -118px;width:3.5em;height:2.8em;margin:2.5em auto 0;display:block;}
.ico-vuelo-hotel{  width: 6.9em!important;height:2.8em!important;margin:2.5em auto 0;display:block;background: url('/fcs_images/sprite/sprite-general-2015.png')!important; background-position: -300px -81px!important;}
.ico-book{background-position:-37px -247px;width:3.5em;height:2.8em;margin:2.5em auto 0;display:block;}
.ico-riuclass{  width: 6.9em!important;height:2.8em!important;margin:2.5em auto 0;display:block;background: url('/fcs_images/sprite/sprite-general-2015.png')!important; background-position: -362px -78px!important;}
.selected .ico-ini{background-position:0 -146px;}
.selected .ico-offe{background-position:-33px -146px;}
.selected .ico-desti{background-position:-66px -146px;}
.selected .ico-hotel{background-position:-99px -146px;}
.selected .ico-vuelo-hotel{background-position: -300px -111px!important;}
.selected .ico-riuclass{background-position: -362px -112px!important;}
.selected .ico-book{background-position:-68px -247px;}
/*.peq .ico-ini{background-position:-154px -747px;}
.peq .ico-offe{background-position:-172px -747px;}
.peq .ico-desti{background-position:-187px -747px;}
.peq .ico-hotel{background-position:-205px -747px;}
.peq .ico-book{background-position:-224px -747px;}
.peq .selected .ico-ini{background-position:-154px -763px;}
.peq .selected .ico-offe{background-position:-172px -763px;}
.peq .selected .ico-desti{background-position:-187px -763px;}
.peq .selected .ico-hotel{background-position:-205px -763px;}
.peq .selected .ico-book{background-position:-224px -763px;}*/
/* Iconos Submenu */
.ico-groups{background-position:0 -382px;width:16.1em;height:4em;display:block;margin:1.3em auto 0;}
.ico-wedding{background-position:0 -342px;width:19.8em;height:4em;display:block;margin:1.3em auto 0;}
.ico-class{background-position:0 -278px;width:14.9em;height:6.4em;display:block;margin:0 auto;}
.ico-plaza{background-position:0 -422px;width:15.2em;height:4.6em;display:block;margin:1em auto 0;}
/* Iconos RedesSociales */
.ico-face{background-position:0 -210px;}
.ico-gplus{background-position:-35px -210px;}
.ico-tuit{background-position:-70px -210px;}
.ico-you{background-position:-105px -210px;}
.ico-flick{background-position:-140px -210px;}
.ico-pint{background-position:-175px -210px;}
.ico-inst{background-position:-211px -210px;}
.ico-face:hover{background-position:0 -174px;}
.ico-gplus:hover{background-position:-35px -175px;}
.ico-tuit:hover{background-position:-70px -175px;}
.ico-you:hover{background-position:-105px -175px;}
.ico-flick:hover{background-position:-140px -175px;}
.ico-pint:hover{background-position:-175px -175px;}
.ico-inst:hover{background-position:-211px -175px;}
/* Iconos termCond */
.ico-nature{background-position:0 -468px;width:22.55em;height:4.9em;display:block;}
.safari .ico-nature{width:21em;height:4.8em;}
.ico-veri{background-position:-197px -466px;width:12.35em;height:5.4em;display:block;}
.safari .ico-veri{width:11.5em;height:4.9em;}
.retina .ico-veri{background-position:-187px -466px;}
.ico-movil{background-position:0 -508px;width:3em;height:5em;display:block;}
/***** Color *****/
.navbar .submenu{ border-bottom: solid 1px rgba(195,195,195,0.3); padding: 15px 0;}
.navbar .submenu li{display:block; margin: 0; display: inline-block; vertical-align: middle;}
.navbar .submenu li a{color:#444444;font-size:1.4em;border:none;line-height:normal;opacity: .9;}
.navbar .submenu li a:hover{text-decoration:none; color: #BC5658;opacity: 1;}
.navbar .submenu li a span{font-size:.83333em;}
.navbar .submenu li.tel a{font-size:1.4em;}
.navbar .submenu li.tel a span.ico-tel { display: none; }
.navbar .submenu li:last-child a span{}
.navbar .submenu li:last-child a span:last-child{margin-left:.5em;}
.navbar .submenu li.tel a span.ico-tel,
.navbar .submenu li.tel a span:last-child{font-size:0.825em;}
.navbar .submenu li.tel a span.text{font-size:1em;}
.navbar .submenu li.tel a span.text.tel-close > span{font-size:1em!important;margin:0!important;}
.navbar .submenu li.log a {
	color: #ca5c5c;
	border: solid 1px #ca5c5c;
	padding: 8px 7px;
	font-weight: 300;
	text-transform: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.navbar .submenu li.log a:hover {
	color: #ffffff;
	border-color: #BC5658;
	background: #BC5658;
}
.navbar .submenu .container>div{
	background: #fff!important;
	margin-top: 20px!important;
	padding: 20px!important;
	display: none;
	overflow: hidden!important;
	border: solid 1px #cdcdcd!important;
	color: #444444;
	width: 100%;
}
.navbar .submenu .container>div.login-wrap {
	background: transparent!important;
	margin-top: 0!important;
	padding: 0!important;
	display: block;
	overflow: auto!important;
	border: none!important;
	color: #444444;
	width: 100%;
}
.navbar .submenu .container>div.login-wrap .login, .navbar .submenu .container>div.login-wrap .rc-user {
	display: none;
	background: #fff!important;
	margin-top: 20px!important;
	padding: 20px!important;
	display: none;
	overflow: hidden!important;
	border: solid 1px #cdcdcd!important;
	color: #444444;
	width: 100%;
}
.navbar .submenu .container>div.login-wrap .login label , .navbar .submenu .container>div.login-wrap .rc-user label {
	color: #444444!important;
}
/*.navbar .submenu .container>div.telephon{margin-bottom:3em;}
.navbar .submenu .container>div.login{margin-bottom:0;}
.navbar .submenu .container>div.language{margin-bottom:.5em;}
.navbar .submenu .container>div.logged{margin-bottom:.5em; display: none; width: 100%;}
.navbar .submenu .container>div.login_localizador_content{margin-bottom:.5em; display: none; width: 100%;}*/
.navbar .submenu .container>div form.login_localizador_form {
	display: table;
	width: 70%;
	text-align: right;
	float: right;
	margin: 40px 0;
}
.navbar .submenu .container>div form.login_localizador_form > div {
	text-align: left;
}
.navbar .submenu .container>div form.login_localizador_form .col-sm-12.text-info {
	text-align: left;
	margin-bottom: 20px;
	color: #444444;
	font-size: 14px;
}
.navbar .submenu .container>div form.login_localizador_form .col-sm-12 .forget-loc {
	font-size: 12px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: solid 1px #FFFFFF;
}
.navbar .submenu .container>div form.login_localizador_form .col-sm-12 .forget-loc a {
	color: #ca5c5c;
	text-decoration: underline;
	float: none;
	display: inline-block;
}
.navbar .submenu .container>div form.login_localizador_form label {
	color: #444444;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 5px;	
	display: inline-block;
}
.navbar .submenu .container>div form.login_localizador_form .error {
	color: #CB2432;
	margin-top: 5px;
	font-size: 12px;
	display: inline-block;
}
.navbar .submenu .container>div form.login_localizador_form input, .navbar .submenu .container>div form.login_localizador_form select {
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
}
.navbar .submenu .container>div form.login_localizador_form .btn {
	margin-top: 18px;
	border: none;
	background: #ca5c5c;
}
.navbar .submenu .container>div form.login_localizador_form select {
	padding: 0;
	height: 30px;
}
.navbar .submenu .container>div ul{height:auto;width:100%; margin-bottom: 15px;}
.navbar .submenu .container>div li{margin:2em 0;}
.navbar .submenu .container>div.language ul{margin-bottom: 0;}
.navbar .submenu .container>div.language li{margin:0;}
.navbar .submenu .container>div li span:last-child {
	text-indent: 0px;
	border:none;
	margin: 0;
	width: auto;
    height: auto;
}
.navbar .submenu .container>div li a{font-size:1.3em;padding:0 1em;}
.navbar .submenu .container .language ul{width:auto}
.navbar .submenu .container .telephon ul+ul{
	border-top: 1px solid #cdcdcd;
	padding: 10px;
}
.navbar .submenu .container .telephon li{display:block;float:left;padding:5px;margin:0;width:23.7%;}
.navbar .submenu .container .telephon ul+ul li{float:right;padding:.5em 0 .5em 2em;}
.navbar .submenu .container .telephon li:nth-child(4n+4){}
.navbar .submenu .container .telephon li:nth-child(8n+5),
.navbar .submenu .container .telephon li:nth-child(8n+6),
.navbar .submenu .container .telephon li:nth-child(8n+7),
.navbar .submenu .container .telephon li:nth-child(8n+8){background:#f5f5f5;}
.navbar .submenu .container .telephon ul.precio_telefono{font-size:1.2em;}
.navbar .submenu .container .telephon ul.precio_telefono p{text-align:right!important;}
.navbar .submenu .container .telephon a{border:none;font-size:14px;}
.navbar .submenu .container .telephon span{color:#444444;padding:0;font-size:1.3em;}
.navbar .submenu #containerRC {
	margin-bottom: 0;
}
.navbar .submenu li#user-logged {
    cursor: pointer;
    margin-left: 10px;
    color: #BC5658;
    font-size: 14px;
    padding: 4px 10px;
    margin: 4px;
    /*background-color: #278CCD;*/
}
.navbar .submenu li.login_localizador a {
	color: #BC5658;
	cursor: pointer;
}
.navbar .submenu li#user-logged .numRC, .navbar .submenu li#user-logged .puntosRC, .navbar .submenu li#user-logged .puntos-text {
	color: #BC5658;
	font-size: 14px;
}
.navbar .menu li a{
	color: #444444;
	margin-left: 20px;
}
.navbar .menu li a:hover{
    color: #BC5658;
}
.navbar .menu li.selected a{
    color: #BC5658;
}
.navbar .menu li a:hover,
.navbar .menu li a:active,
.navbar .menu li a:focus{text-decoration:none}
.navbar .menu li a .text{color:#444444;font-size:18px;text-transform:none;font-weight:500;}
.ru .navbar .menu li a .text{font-size:1.6em;}
.navbar .menu li a:hover .text,
.navbar .menu li.selected a .text{color:#BC5658;}
.navbar .menu li a .triangle{display: none;}
/*  =========================================================================
  	Footer
========================================================================== */
/***** Estructure *****/
.footer {
	margin-top: 40px;
}
.footer * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#footer *:before,
#footer *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/* Iconos Submenu */
.footer .ico-groups {
	background-position: 5px -378px!important;
	width: 20.1em!important;
	height:4em!important;
	display:block;
	margin:1.3em auto 0;
}
.footer .ico-wedding {
	background-position: 0px -332px!important;
	width:19.8em!important;
	height:4em;
	display:block;
	margin:1.3em auto 0;
}
.footer .ico-class {
	background-position: -39px -277px!important;
	width: 16.9em!important;
	height: 5.6em!important;
	display:block;
	margin:0 auto;
}
.footer .ico-plaza {
	background-position:0 -422px!important;
	width: 20.2em!important;
	height:4.6em!important;
	display:block;
	margin:1em auto 0;
}
.footer .menuSec a{padding:0;width:100%;height:100%;}
.footer .menuSec nav {width:100%;}
.footer .menuSec .text{text-indent:-999999em;display:block;position:absolute;}
.footer .subsec {float: left;width: 100%;}
.footer .subsec .container>div{display:table;width: 100%;margin:1.5em auto;}
.ie7 .footer .subsec .container>div{display:inline;margin:0;}
.footer .subsec form{margin:1em 0;}
.footer .subsec form input[type="text"] {
	width: 70%;
	padding: 15px;
	border: none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	margin-right: 5%;
	height: 45px;
}
.footer .subsec form .openAjax {
	width: 20%;
	padding: 15px 10px;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 14px;
	font-weight: bold;
	float: right;
	height: 45px;
	background-color: #ca5c5c;
	background-image: none;
	border: 0 none;
	color: rgb(255,255,255);
	cursor: pointer;
	font-family: arial,verdana,sans-serif;
    text-align: center;
    text-decoration: none;
}
.footer .subsec form .openAjax:hover {
	color: #FFFFFF;
	background-color: #BC5658;
}
.footer .banner {
	margin: 20px 0;
}
.footer .banner .f-l {
	float: none!important;
}
.footer .banner img {
	width: 100%;
}
.footer .subsec .phones-links {
	padding-top: 30px;
}
.footer .subsec .phones-links li {
	margin-bottom: 20px;
}
.footer .subsec .phones-links li a {
	background: url("/fcs_images/phone-buttons.png") no-repeat;
	color: #596671;
	display: block;
	width: 223px;
	height: 59px;
	margin: auto;
	padding: 13px 15px 18px 76px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.footer .subsec .phones-links li a .small {
	font-size: 12px;
	font-weight: 300;
	display: block;
}
.footer .subsec .phones-links li a .text {
	font-size: 18px;
	display: block;
}
.ru .footer .subsec .phones-links li a .text { font-size: 15px; }
.footer .subsec .phones-links li a.ios {
	background-position: -241px -4px;
}
.footer .subsec .phones-links li a.android {
	background-position: -241px -72px;
}
.footer .subsec .phones-links li a.web-movil {
	background-position: -241px -141px;
}
.footer .subsec .phones-links li a.ios:hover {
	background-position: -6px -4px;
}
.footer .subsec .phones-links li a.android:hover {
	background-position: -6px -72px;
}
.footer .subsec .phones-links li a.web-movil:hover {
	background-position: -6px -141px;
}
.footer .subsec .netSocial{margin-top:1em;}
.footer .subsec .netSocial li{float:left}
.footer .subsec .netSocial a{display:block;width:2.917em;height:2.917em;}
.footer .subsec .netSocial span{display:none}
.footer .termCond>div{text-align:center;padding: 20px 0;}
/***** Color *****/
.footer .menuSec a,
.footer .subsec a{color:white;text-decoration:underline;}
.footer .menuSec a{
	opacity: 0.5;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.footer .menuSec a:hover,
.footer .subsec a:hover, .footer .termCond a:hover{color:#ca5c5c;}
.footer .menuSec a:hover{
	opacity: 1;
}
.footer .menuSec{background: #2c3235; padding: 10px 0 20px;width: 100%;}
.footer .menuSec nav{padding: 10px 0; display:table;float:none; }
.footer .menuSec li{float:left;list-style:none;list-style-image:none;}
.footer .menuSec a,
.footer .menuSec span{font-weight:bold;font-family:Arial;text-decoration:none;}
.footer .menuSec span{color:rgb(247,247,247);}
.footer .subsec{ background: #292e31; padding: 60px 0; width: 100%; }
.footer .subsec .col{border-right:.1em solid white;}
.footer .subsec .col:last-child{border-right:none;min-width:24.5em;}
.footer .subsec .col .banner{overflow:hidden;width:23.2em;padding:0;border:.1em solid rgb(164,165,159);margin-left:.65em}
.footer .subsec .col .banner div.f-r{width:17em;margin:1.5em 0;padding-right:.5em;text-align:center;}
.footer .subsec .col .banner h4{font-size:1.5em;color:rgb(51,51,51);line-height:1em;margin-bottom:.5em;font-weight:bold;font-family:Arial,Sans-serif;}
.footer .subsec .col .banner p{color:rgb(51,51,51);line-height:1em;}
.footer .subsec h5{font:bold 1.3em Arial;color:white;text-transform:uppercase; margin-bottom: 10px;}
.footer .subsec p{font:normal 1.2em Arial;color:white;}
.footer .subsec li{list-style:none;list-style-image:none;margin-bottom: 2px;}
.footer .subsec li a{text-decoration:none;font-size:1.2em;}
.footer .subsec .netSocial a{
	-webkit-transition: all 200ms ease;
	   -moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		 -o-transition: all 200ms ease;
			transition: all 200ms ease;
}
noindex>img{position:absolute;top:-100em;left:-100em;}
.footer .termCond{
	width: 100%;
	background: #222425;
	font-size: 12px;
	font-weight: 300;
	padding: 20px 0;
	color: #f5f5f5;
}
.footer .termCond a{color: #FFFFFF; text-decoration: underline;}
.footer .termCond li{list-style:none;list-style-image:none;display:block;float:left;}
.footer .termCond ul li{font-size:1.2em;}
.footer .termCond p{font-size:11px;line-height:1.8em;text-align:left;}
.footer .termCond span{color:;}
.footer .termCond span{margin:0 .5em}
.footer .termCond .other-icons li {
	width: 50%;
}
.footer .termCond .nature-friendly {
	background: url("/fcs_images/nature-friendly-white.png") no-repeat center center;
	width: 86px;
	height: 54px;
	display: block;
	margin: auto;
}
.footer .termCond .verisign {
	background: url("/fcs_images/verisign-white.png") no-repeat center center;
	width: 	118px;
	height: 47px;
	display: block;
	margin: auto;
}
.footer .termCond .netSocial {
	float: right;
}
.footer .termCond .netSocial li a {
	width: 32px;
	height: 32px;
	display: inline-block;
	text-indent: -999999px;
	opacity: 0.5;
	margin: 16px 5px;
}
.footer .termCond .netSocial li a:hover {
	opacity: 1;
}
/* Iconos RedesSociales */
.footer .termCond .netSocial li .ico-face{background-position:-8px -180px;}
.footer .termCond .netSocial li .ico-gplus{background-position:-40px -180px;}
.footer .termCond .netSocial li .ico-tuit{background-position:-80px -180px;}
.footer .termCond .netSocial li .ico-flick{background-position:-121px -180px;}
.footer .termCond .netSocial li .ico-you{background-position:-159px -180px;}
.footer .termCond .netSocial li .ico-pint{background-position:-197px -180px;}
.footer .termCond .netSocial li .ico-inst{background-position:-236px -180px;}
.footer .termCond .netSocial li .ico-blog{background-position: -276px -180px;}
.footer .termCond .netSocial li .ico-ios{display: none;}  
.footer .termCond .netSocial li .ico-android{display: none;} 
.footer .termCond .netSocial li .ico-face:hover{background-position:-8px -180px;}
.footer .termCond .netSocial li .ico-gplus:hover{background-position:-40px -180px;}
.footer .termCond .netSocial li .ico-tuit:hover{background-position:-80px -180px;}
.footer .termCond .netSocial li .ico-flick:hover{background-position:-121px -180px;}
.footer .termCond .netSocial li .ico-you:hover{background-position:-159px -180px;}
.footer .termCond .netSocial li .ico-pint:hover{background-position:-197px -180px;}
.footer .termCond .netSocial li .ico-inst:hover{background-position:-236px -180px;}
.footer .termCond .netSocial li .ico-blog:hover{background-position: -276px -180px;}
/***** ALL: IE Fixes *****/
.ie9 .footer .subsec,
.ie9 .footer .menuSec a,
.ie9 .footer .menuSec a:hover,
.ie9 .navbar .menu li a,
.ie9 .navbar .menu li a:hover,
.ie9 .navbar .menu li.selected a,
.ie9 .navbar .menu li.selected a:hover{filter:none;}
											/* Buttons */
.ie9 input.button,.ie9 input[type=button],.ie9 input[type=submit],.ie9 input[type=reset],
.ie9 input.button:hover,.ie9 input[type=button]:hover,.ie9 input[type=submit]:hover,.ie9 input[type=reset]:hover{filter: none;}
.ie7 input.button.yellow,.ie7 input[type=button].yellow,.ie7 input[type=submit].yellow,.ie7 input[type=reset].yellow{padding-left:0;padding-right:0;}
											/* Head */
.ie7 .title{padding-top:2em;}
.ie7 .title .claim{margin-top:-20px;}
.ie7 .navbar .submenu,
.ie7 .navbar .submenu+.row-fluid{position:relative;z-index:50;}
.ie7 .menu{z-index:60;position:relative;}
.ie7 .navbar .submenu .container .telephon span+span{margin-top:-1.5em;}
											/* Footer */
.ie7 .footer .termCond .row-fluid .span5+.span5 ul li:last-child span{float:left;}
.ie7 .footer .subsec{padding:1.5em;}
/* tostada suscripcion newsletter */
.tostada-suscripcion * {
	--webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tostada-suscripcion {
	background: #FFFFFF;
	box-shadow: 0px 0px 25px #444444;
	position: fixed;
	right: 20px;
	bottom: -100%;
	z-index: 1000;
	max-width: 500px;
	font-family: 'Roboto', Arial, Sans-serif;
	font-size: 12px;
	-webkit-transition: bottom .5s ease-in-out;
    -moz-transition: bottom .5s ease-in-out;
    -o-transition: bottom .5s ease-in-out;
    transition: bottom .5s ease-in-out;
}
.tostada-suscripcion .newsletter-register {
	padding: 0;
	margin: 0;
}
.tostada-suscripcion.active {
	bottom: 0;
}
.tostada-suscripcion .Error {
	padding: 10px 15px;
}
.tostada-suscripcion .head-tostada .close-tostada {
	display: block;
	background: url('/fcs_images/closeModal.png'); 
	height:32px;
	width:32px;
	position: absolute;
	right: 20px;
	top: 15px;
}
.tostada-suscripcion .content-tostada .head-tostada {
	padding: 20px;
	background: #dddddd;
}
.tostada-suscripcion .content-tostada .head-tostada .title {font-size: 16px!important; color: #444444; font-weight: 400; text-transform: uppercase;  text-align: left; border: none; padding-right: 40px; margin-bottom: 10px; }
.tostada-suscripcion .content-tostada .head-tostada .subtitle {font-size: 14px; color: #353535; font-weight: 100; text-align: left; text-transform: uppercase; padding-right: 40px;}
.tostada-suscripcion .content-tostada .head-tostada .small-title {font-size: 13px; color: #353535; text-align: left; display: block; padding: 10px 0; border: solid 1px #cfcfcf; border-left: none; border-right: none; margin-top: 10px; }
/*============================================
=            promo banner tostada            =
============================================*/
.tostada-suscripcion .content-tostada .content-promo img {
	width: 100%;
}
/*=====  End of promo banner tostada  ======*/
.tostada-suscripcion .content-tostada .form-wrap {
	padding: 10px;
	display: table;
	width: 100%;
}
.tostada-suscripcion .content-tostada .form-wrap #registrarNews_toast .form-group {margin: 0;margin-bottom: 15px;}
.tostada-suscripcion .content-tostada .form-wrap #registrarNews_toast .form-group label {display: block;margin-bottom: 15px; text-align: left; font-weight: 500;}
.tostada-suscripcion .content-tostada .form-wrap #registrarNews_toast .form-group input, .tostada-suscripcion .content-tostada #registrarNews_toast .form-group select {border: 1px solid #dddddd;color: #444444;padding: 10px 15px;width: 100%; font-size: 14px;}
.tostada-suscripcion .content-tostada .form-wrap #registrarNews_toast .note {display: inline-block;font-size:12px;margin: 0 10px 0 0;}
.tostada-suscripcion .content-tostada .form-wrap #registrarNews_toast .button-wrap {margin-top: 10px; text-align: center; display: table; width: 100%;}
.tostada-suscripcion .content-tostada .form-wrap #registrarNews_toast .button-wrap .note{display: block; text-align: center;}
.tostada-suscripcion .content-tostada .form-wrap #registrarNews_toast .button-wrap .btn-primary{text-transform: uppercase; display: block; width: 100%; margin-bottom: 5px; PADDING: 10px; font-size: 14px; color: #FFFFFF;}
.tostada-suscripcion .content-tostada .form-wrap #registrarNews_toast .form-group.has-error input, .tostada-suscripcion .content-tostada .form-wrap #registrarNews_toast .form-group.has-error select {
	border-color: #a94442;
}
.tostada-suscripcion .content-tostada .form-wrap #registrarNews_toast .form-group.has-error .help-block {
	color: #a94442;
	font-size: 12px;
	margin-top: 5px;
}
.tostada-suscripcion .content-tostada .form-wrap #registrarNews_toast .form-group.has-error .help-block ul li {
	list-style: none;
}
.messageSuccess {
	display: none;
}
.success-alert {
	background-color: white;
	font-family: 'Roboto', sans-serif;
	width: 100%;
	padding: 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
	/*z-index: 99999; */
}
.success-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
.success-alert .sa-icon.sa-success {
	border-color: #A5DC86;
}
.success-alert .sa-icon.sa-success::before, .success-alert .sa-icon.sa-success::after {
	content: '';
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border-radius: 50%;
	position: absolute;
	width: 60px;
	height: 120px;
	background: white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg); 
}
.success-alert .sa-icon.sa-success::before {
	-webkit-border-radius: 120px 0 0 120px;
	border-radius: 120px 0 0 120px;
	top: -7px;
	left: -33px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 60px 60px;
	transform-origin: 60px 60px; 
}
.success-alert .sa-icon.sa-success::after {
	-webkit-border-radius: 0 120px 120px 0;
	border-radius: 0 120px 120px 0;
	top: -11px;
	left: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0px 60px;
	transform-origin: 0px 60px; 
}
.success-alert .sa-icon.sa-success .sa-placeholder {
	width: 80px;
	height: 80px;
	border: 4px solid rgba(165, 220, 134, 0.2);
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border-radius: 50%;
	box-sizing: content-box;
	position: absolute;
	left: -4px;
	top: -4px;
	z-index: 2; 
}
.success-alert .sa-icon.sa-success .sa-fix {
	width: 5px;
	height: 90px;
	background-color: white;
	position: absolute;
	left: 28px;
	top: 8px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg); 
}
.success-alert .sa-icon.sa-success .sa-line {
	height: 5px;
	background-color: #A5DC86;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 2; 
}
.success-alert .sa-icon.sa-success .sa-line.sa-tip {
	width: 25px;
	left: 14px;
	top: 46px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg); 
}
.success-alert .sa-icon.sa-success .sa-line.sa-long {
	width: 47px;
	right: 8px;
	top: 38px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg); 
}
.success-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
    border: none;
}
.success-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    margin-bottom: 20px;
}
.success-alert .btn {
	color: #FFFFFF!important;
}
/* animations */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } 
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } 
}
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } 
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } 
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } 
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } 
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } 
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; 
}
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; 
}
.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; 
}
/* end animations */
/* fin tostada suscripcion newsletter */
/* ==========================================================================
   Media Queries
========================================================================== */
@media only screen and (min-width:1200px){
	/* Oculto
	************************ */
		/* Head */
	.navbar .menu.respond{display:none;}
	/* Modificado
	************************ */
		/* Head */
	.navbar .submenu .container .telephon li{width:25%;}
}
@media only screen and (max-width:1199px){
	/* Oculto
	************************ */
		/* Head */
	.navbar .menu.respond{display:none;}
	/* Modificado
	************************ */
		/* Head */
	.menu .ico{margin-top:2em;}
	.ico-logo{background-position:-117px 0;height:10.5em;width:10.5em}
/*	.navbar .title .ico-logo{top:1em;}*/
	.navbar .title .claim{margin:1em 0 0 10em;}
	.navbar .title .claim .name{margin:.241em 0 0 .74074em;}
	.navbar .title .claim .subName{font-size:1.8em;margin:0.1em 0 0 1.2sem;}
	.ru .navbar .title .claim .subName{font-size:1.6em;line-height:0.9em;margin:0 0 0 1.2sem;}
	.navbar .menu+.menu{display:}
	.navbar .menu li a{height:9em;min-width:9.7em;width:auto;}
	.navbar .menu li a .text{font-size:1.4em;}
	.ru .navbar .menu li a .text{font-size:1.3em;}
	.navbar .submenu .container .telephon li{width:31.4%;}
	.navbar .submenu .container .telephon li:nth-child(8n+5),
	.navbar .submenu .container .telephon li:nth-child(8n+6),
	.navbar .submenu .container .telephon li:nth-child(8n+7),
	.navbar .submenu .container .telephon li:nth-child(8n+8){background-color:transparent;}
	.navbar .submenu .container .telephon li:nth-child(6n+4),
	.navbar .submenu .container .telephon li:nth-child(6n+5),
	.navbar .submenu .container .telephon li:nth-child(6n+6){background:rgb(102,102,102);}
	.navbar .submenu .container .telephon li:nth-child(4n+4){padding-right:2em;}
	.navbar .submenu .container .telephon li:nth-child(3n+3){padding-right:0;}
	.navbar .submenu .container .login input{margin-left:30px;}
	.navbar .submenu .container .telephon ul+ul li{padding:.5em 2em .5em 0;}
		/* Footer */
	.footer{background-color:rgb(245,245,245);}
	.footer .subsec .col{padding:0 1.1em}
	.footer .subsec .col input[type="text"],
	.footer .subsec .col input[type="password"],
	.footer .subsec .col textarea{width:11.117em;}
}
@media only screen and (max-width:979px){
	/* Modificado
	************************ */
		/* Head */
/*	Cambio en caso de no transigir con el logo
	.navbar .title .ico{top:1em}
*/
	.navbar .title .claim{top:0; width: 340px; margin: 0;}
	.navbar .menu+.menu{position:absolute; right: 90px!important;}
	.navbar .menu.respond{display:inline-block; padding: 15px 0;}
	.navbar .menu.show{position:absolute;top:0;right:9.9em;width:250px;z-index:70; padding: 15px; background: #ffffff;}
	.navbar .menu ul {padding: 0; width: auto!important;}
	.navbar .menu li { display: block; margin: 0; margin-bottom: 5px; }
	.navbar .menu li a{height:auto!important;min-width:inherit;width: 100%!important; font-size: 14px; margin: 0!important; float: none; padding: 9px 0;}
	.navbar .menu li a .text {line-height: normal!important; float: none!important;}
	.navbar .submenu + .row-fluid .container{position:relative;padding-bottom:1em;margin-bottom:-1em;}
	.navbar .submenu .container .telephon li{width:31.9%;padding:.5em 1em .5em 0;}
	.navbar .submenu .container .telephon li:nth-child(4n+4){padding-right:1em;}
	.navbar .submenu .container .telephon li:nth-child(6n+4) span+span{padding-left:0;}
	.navbar .submenu .container .telephon ul + ul li{width:47%;}
	.navbar .submenu .container .telephon span{padding:0 .4em;}
	.navbar .submenu .container .telephon li:nth-child(4n+4){padding-right:1em;}
	.navbar .submenu .container .telephon li:nth-child(3n+3){padding-right:0;}
		/* Footer */
	.footer .subsec .container > div{display:block;overflow:hidden;}
	.footer .subsec .col{display:table-cell;float:left}
	.footer .subsec .col:first-child{padding-right:1em;width:30%;min-width:243px;}
	.footer .subsec .col:nth-child(2),
	.footer .subsec .col:nth-child(3),
	.footer .subsec .col:nth-child(4){width:17.7%;}
	.footer .subsec .col:nth-child(4){border:none;padding-right:0;}
	.footer .subsec .col:last-child{display:table;width:100%;margin:4em 0 2em;}
	.footer .subsec .col .banner{width:23.2em;}
	.footer .subsec .col .banner{border:0;margin-top:2em;display:table-cell;}
	.footer .subsec .col .netSocial{margin-top:2em;display:table-cell;}
	.footer .subsec .col .netSocial{padding-left:5em;}
	.footer .subsec .col .netSocial li{width:13.999%;text-align:center;}
	.footer .subsec .col .netSocial li a{position:relative}
	.footer .termCond .row-fluid .span5{display:block;width:100%!important;float:none;}
	.footer .termCond .row-fluid .span5 > p{width:100%!important;text-align:center;}
	.footer .termCond .row-fluid .span5 > p,
	.footer .termCond .row-fluid .span5 ul{margin:0 auto;width:auto;display:inline-block;overflow:hidden;float:none!important;}
	.footer .termCond .row-fluid .span5 + .span5{margin-top:3em;}
		/* ALL: IE Fixes */
	.ie7 .navbar .menu.respond ul li,
	.ie7 .navbar .menu + .menu ul li{width:10em;display:block;}
	.ie7 .navbar .menu + .menu ul li{float:left;}
	/* Modificado Footer */
.footer .menuSec li {height: 4.8em;}
.footer .menuSec .container span.ico-wedding {background-position: 370px -594px!important;display: block;height: 2.5em;margin: 1em auto 0;width: 14em!important;}
.footer .menuSec .container span.ico-plaza {background-position: -123px -591px!important;display: block;height: 3em!important;width: 15.2em!important;}
.footer .menuSec .container span.ico-class {background-position: 28px -557px!important;display: block;height: 3em!important;margin: 1em auto 0;width: 11.9em!important;}
.footer .menuSec .container span.ico-groups {background-position: -120px -558px!important;display: block;height: 3em!important;margin: 1em auto 0;width: 16.1em!important;}
.footer .subsec .phones-links li a {
	background: #f5f5f5;
	padding: 15px;
	text-align: center;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	width: 100%;
}
}
@media only screen and (max-width:643px){
	/* Head */
	/*	Cambio en caso de no transigir con el logo
		.navbar .title .ico{top:1em}
	*/
	.navbar .title { float: none; width: 100%; margin-top: 10px; font-size: 80%;}
	.navbar .title .ico-logo {
		  position: static;
		  max-width: 50px;
		  width: 20%;
		  float: left;
		  height: 50px;
		  background-position: -335px 0px;
	}
	.navbar .title .claim{top:0; width: 80%; position: static; margin: 0;}
	.navbar .title .claim .name {margin-top: 0!important; }
	.navbar .menu+.menu{position:static;}
	.navbar .menu.peq li a {
	  height: 55px;
	  width: 65px!important;
	  border-bottom: .1em solid rgb(230,230,230);
	  min-width: 0!important;
	}
	.navbar .menu.peq .ico {
	  height: 28px;
	  /* line-height: 2.3em; */
	  width: 36px;
	  float: left;
	  margin: 1.3em 0 0 1em;
	}
	.navbar .menu.peq .text {display: none;}
	.navbar .menu.respond{display:inline-block}
	.navbar .submenu + .row-fluid .container{position:relative;padding-bottom:1em;margin-bottom:-1em;}
	.navbar .menu.show{position:absolute;top:75px;right:9.9em;width:100%;z-index:70;}
}
/* ==================================================================================== 
================= Estilos para que el footer se vea bien con bootstrap ================
================= ( se borrara cuando nueva estructura este montada ) =================
======================================================================================= */
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
/* ############### GRID (based in Bootstrap 3.2) ############### */
.footer #content, .footer .content {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.footer #content .content, .footer .container .content {
	width: auto;
}
.footer .container {
  margin:0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.footer .navbar .menu+.menu {
  position: absolute;
  display: none;
}
@media (min-width: 768px) {
  .footer #content, .footer .content {
    width: 100%;
    /*padding: 0 10px;*/
  }
  .footer .container {
    margin:0 1em;
  }
  .footer .navbar .menu+.menu {
    position: absolute;
    display: none;
  }
}
@media (min-width: 980px) {
  .footer #content, .footer .content {
    width: 970px;
  }
  .footer .container {
    margin:0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer .navbar .menu+.menu {
    position: static;
    display: block;
  }
}
@media (min-width: 1200px) {
  .footer #content, .footer .container, .footer .content {
    width: 1170px;
    /*padding: 0 25px;*/
  }
}
.footer .content-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: table;
  width: 100%;
}
.footer .row {
  margin-right: -15px;
  margin-left: -15px;
}
.footer .row:before, .footer .row:after {
  display:table;
  line-height:0;
  content:""
}
.footer .row:after {
  clear:both
}
.footer .col-xs-1, .footer .col-sm-1, .footer .col-md-1, .footer .col-lg-1, .footer .col-xs-2, .footer .col-sm-2, .footer .col-md-2, .footer .col-lg-2, .footer .col-xs-3, .footer .col-sm-3, .footer .col-md-3, .footer .col-lg-3, .footer .col-xs-4, .footer .col-sm-4, .footer .col-md-4, .footer .col-lg-4, .footer .col-xs-5, .footer .col-sm-5, .footer .col-md-5, .footer .col-lg-5, .footer .col-xs-6, .footer .col-sm-6, .footer .col-md-6, .footer .col-lg-6, .footer .col-xs-7, .footer .col-sm-7, .footer .col-md-7, .footer .col-lg-7, .footer .col-xs-8, .footer .col-sm-8, .footer .col-md-8, .footer .col-lg-8, .footer .col-xs-9, .footer .col-sm-9, .footer .col-md-9, .footer .col-lg-9, .footer .col-xs-10, .footer .col-sm-10, .footer .col-md-10, .footer .col-lg-10, .footer .col-xs-11, .footer .col-sm-11, .footer .col-md-11, .footer .col-lg-11, .footer .col-xs-12, .footer .col-sm-12, .footer .col-md-12, .footer .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer .col-xs-1, .footer .col-xs-2, .footer .col-xs-3, .footer .col-xs-4, .footer .col-xs-5, .footer .col-xs-6, .footer .col-xs-7, .footer .col-xs-8, .footer .col-xs-9, .footer .col-xs-10, .footer .col-xs-11, .footer .col-xs-12 {
  float: left;
}
.footer .col-xs-12 {
  width: 100%;
}
.footer .col-xs-11 {
  width: 91.66666667%;
}
.footer .col-xs-10 {
  width: 83.33333333%;
}
.footer .col-xs-9 {
  width: 75%;
}
.footer .col-xs-8 {
  width: 66.66666667%;
}
.footer .col-xs-7 {
  width: 58.33333333%;
}
.footer .col-xs-6 {
  width: 50%;
}
.footer .col-xs-5 {
  width: 41.66666667%;
}
.footer .col-xs-4 {
  width: 33.33333333%;
}
.footer .col-xs-3 {
  width: 25%;
}
.footer .col-xs-2 {
  width: 16.66666667%;
}
.footer .col-xs-1 {
  width: 8.33333333%;
}
.footer .col-xs-pull-12 {
  right: 100%;
}
.footer .col-xs-pull-11 {
  right: 91.66666667%;
}
.footer .col-xs-pull-10 {
  right: 83.33333333%;
}
.footer .col-xs-pull-9 {
  right: 75%;
}
.footer .col-xs-pull-8 {
  right: 66.66666667%;
}
.footer .col-xs-pull-7 {
  right: 58.33333333%;
}
.footer .col-xs-pull-6 {
  right: 50%;
}
.footer .col-xs-pull-5 {
  right: 41.66666667%;
}
.footer .col-xs-pull-4 {
  right: 33.33333333%;
}
.footer .col-xs-pull-3 {
  right: 25%;
}
.footer .col-xs-pull-2 {
  right: 16.66666667%;
}
.footer .col-xs-pull-1 {
  right: 8.33333333%;
}
.footer .col-xs-pull-0 {
  right: auto;
}
.footer .col-xs-push-12 {
  left: 100%;
}
.footer .col-xs-push-11 {
  left: 91.66666667%;
}
.footer .col-xs-push-10 {
  left: 83.33333333%;
}
.footer .col-xs-push-9 {
  left: 75%;
}
.footer .col-xs-push-8 {
  left: 66.66666667%;
}
.footer .col-xs-push-7 {
  left: 58.33333333%;
}
.footer .col-xs-push-6 {
  left: 50%;
}
.footer .col-xs-push-5 {
  left: 41.66666667%;
}
.footer .col-xs-push-4 {
  left: 33.33333333%;
}
.footer .col-xs-push-3 {
  left: 25%;
}
.footer .col-xs-push-2 {
  left: 16.66666667%;
}
.footer .col-xs-push-1 {
  left: 8.33333333%;
}
.footer .col-xs-push-0 {
  left: auto;
}
.footer .col-xs-offset-12 {
  margin-left: 100%;
}
.footer .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.footer .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.footer .col-xs-offset-9 {
  margin-left: 75%;
}
.footer .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.footer .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.footer .col-xs-offset-6 {
  margin-left: 50%;
}
.footer .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.footer .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.footer .col-xs-offset-3 {
  margin-left: 25%;
}
.footer .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.footer .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.footer .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .footer .col-sm-1, .footer .col-sm-2, .footer .col-sm-3, .footer .col-sm-4, .footer .col-sm-5, .footer .col-sm-6, .footer .col-sm-7, .footer .col-sm-8, .footer .col-sm-9, .footer .col-sm-10, .footer .col-sm-11, .footer .col-sm-12 {
    float: left;
  }
  .footer .col-sm-12 {
    width: 100%;
  }
  .footer .col-sm-11 {
    width: 91.66666667%;
  }
  .footer .col-sm-10 {
    width: 83.33333333%;
  }
  .footer .col-sm-9 {
    width: 75%;
  }
  .footer .col-sm-8 {
    width: 66.66666667%;
  }
  .footer .col-sm-7 {
    width: 58.33333333%;
  }
  .footer .col-sm-6 {
    width: 50%;
  }
  .footer .col-sm-5 {
    width: 41.66666667%;
  }
  .footer .col-sm-4 {
    width: 33.33333333%;
  }
  .footer .col-sm-3 {
    width: 25%;
  }
  .footer .col-sm-2 {
    width: 16.66666667%;
  }
  .footer .col-sm-1 {
    width: 8.33333333%;
  }
  .footer .col-sm-pull-12 {
    right: 100%;
  }
  .footer .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .footer .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .footer .col-sm-pull-9 {
    right: 75%;
  }
  .footer .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .footer .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .footer .col-sm-pull-6 {
    right: 50%;
  }
  .footer .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .footer .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .footer .col-sm-pull-3 {
    right: 25%;
  }
  .footer .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .footer .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .footer .col-sm-pull-0 {
    right: auto;
  }
  .footer .col-sm-push-12 {
    left: 100%;
  }
  .footer .col-sm-push-11 {
    left: 91.66666667%;
  }
  .footer .col-sm-push-10 {
    left: 83.33333333%;
  }
  .footer .col-sm-push-9 {
    left: 75%;
  }
  .footer .col-sm-push-8 {
    left: 66.66666667%;
  }
  .footer .col-sm-push-7 {
    left: 58.33333333%;
  }
  .footer .col-sm-push-6 {
    left: 50%;
  }
  .footer .col-sm-push-5 {
    left: 41.66666667%;
  }
  .footer .col-sm-push-4 {
    left: 33.33333333%;
  }
  .footer .col-sm-push-3 {
    left: 25%;
  }
  .footer .col-sm-push-2 {
    left: 16.66666667%;
  }
  .footer .col-sm-push-1 {
    left: 8.33333333%;
  }
  .footer .col-sm-push-0 {
    left: auto;
  }
  .footer .col-sm-offset-12 {
    margin-left: 100%;
  }
  .footer .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .footer .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .footer .col-sm-offset-9 {
    margin-left: 75%;
  }
  .footer .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .footer .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .footer .col-sm-offset-6 {
    margin-left: 50%;
  }
  .footer .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .footer .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .footer .col-sm-offset-3 {
    margin-left: 25%;
  }
  .footer .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .footer .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .footer .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 980px) {
  .footer .col-md-1, .footer .col-md-2, .footer .col-md-3, .footer .col-md-4, .footer .col-md-5, .footer .col-md-6, .footer .col-md-7, .footer .col-md-8, .footer .col-md-9, .footer .col-md-10, .footer .col-md-11, .footer .col-md-12 {
    float: left;
  }
  .footer .col-md-12 {
    width: 100%;
  }
  .footer .col-md-11 {
    width: 91.66666667%;
  }
  .footer .col-md-10 {
    width: 83.33333333%;
  }
  .footer .col-md-9 {
    width: 75%;
  }
  .footer .col-md-8 {
    width: 66.66666667%;
  }
  .footer .col-md-7 {
    width: 58.33333333%;
  }
  .footer .col-md-6 {
    width: 50%;
  }
  .footer .col-md-5 {
    width: 41.66666667%;
  }
  .footer .col-md-4 {
    width: 33.33333333%;
  }
  .footer .col-md-3 {
    width: 25%;
  }
  .footer .col-md-2 {
    width: 16.66666667%;
  }
  .footer .col-md-1 {
    width: 8.33333333%;
  }
  .footer .col-md-pull-12 {
    right: 100%;
  }
  .footer .col-md-pull-11 {
    right: 91.66666667%;
  }
  .footer .col-md-pull-10 {
    right: 83.33333333%;
  }
  .footer .col-md-pull-9 {
    right: 75%;
  }
  .footer .col-md-pull-8 {
    right: 66.66666667%;
  }
  .footer .col-md-pull-7 {
    right: 58.33333333%;
  }
  .footer .col-md-pull-6 {
    right: 50%;
  }
  .footer .col-md-pull-5 {
    right: 41.66666667%;
  }
  .footer .col-md-pull-4 {
    right: 33.33333333%;
  }
  .footer .col-md-pull-3 {
    right: 25%;
  }
  .footer .col-md-pull-2 {
    right: 16.66666667%;
  }
  .footer .col-md-pull-1 {
    right: 8.33333333%;
  }
  .footer .col-md-pull-0 {
    right: auto;
  }
  .footer .col-md-push-12 {
    left: 100%;
  }
  .footer .col-md-push-11 {
    left: 91.66666667%;
  }
  .footer .col-md-push-10 {
    left: 83.33333333%;
  }
  .footer .col-md-push-9 {
    left: 75%;
  }
  .footer .col-md-push-8 {
    left: 66.66666667%;
  }
  .footer .col-md-push-7 {
    left: 58.33333333%;
  }
  .footer .col-md-push-6 {
    left: 50%;
  }
  .footer .col-md-push-5 {
    left: 41.66666667%;
  }
  .footer .col-md-push-4 {
    left: 33.33333333%;
  }
  .footer .col-md-push-3 {
    left: 25%;
  }
  .footer .col-md-push-2 {
    left: 16.66666667%;
  }
  .footer .col-md-push-1 {
    left: 8.33333333%;
  }
  .footer .col-md-push-0 {
    left: auto;
  }
  .footer .col-md-offset-12 {
    margin-left: 100%;
  }
  .footer .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .footer .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .footer .col-md-offset-9 {
    margin-left: 75%;
  }
  .footer .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .footer .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .footer .col-md-offset-6 {
    margin-left: 50%;
  }
  .footer .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .footer .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .footer .col-md-offset-3 {
    margin-left: 25%;
  }
  .footer .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .footer .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .footer .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .footer .col-lg-1, .footer .col-lg-2, .footer .col-lg-3, .footer .col-lg-4, .footer .col-lg-5, .footer .col-lg-6, .footer .col-lg-7, .footer .col-lg-8, .footer .col-lg-9, .footer .col-lg-10, .footer .col-lg-11, .footer .col-lg-12 {
    float: left;
  }
  .footer .col-lg-12 {
    width: 100%;
  }
  .footer .col-lg-11 {
    width: 91.66666667%;
  }
  .footer .col-lg-10 {
    width: 83.33333333%;
  }
  .footer .col-lg-9 {
    width: 75%;
  }
  .footer .col-lg-8 {
    width: 66.66666667%;
  }
  .footer .col-lg-7 {
    width: 58.33333333%;
  }
  .footer .col-lg-6 {
    width: 50%;
  }
  .footer .col-lg-5 {
    width: 41.66666667%;
  }
  .footer .col-lg-4 {
    width: 33.33333333%;
  }
  .footer .col-lg-3 {
    width: 25%;
  }
  .footer .col-lg-2 {
    width: 16.66666667%;
  }
  .footer .col-lg-1 {
    width: 8.33333333%;
  }
  .footer .col-lg-pull-12 {
    right: 100%;
  }
  .footer .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .footer .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .footer .col-lg-pull-9 {
    right: 75%;
  }
  .footer .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .footer .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .footer .col-lg-pull-6 {
    right: 50%;
  }
  .footer .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .footer .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .footer .col-lg-pull-3 {
    right: 25%;
  }
  .footer .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .footer .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .footer .col-lg-pull-0 {
    right: auto;
  }
  .footer .col-lg-push-12 {
    left: 100%;
  }
  .footer .col-lg-push-11 {
    left: 91.66666667%;
  }
  .footer .col-lg-push-10 {
    left: 83.33333333%;
  }
  .footer .col-lg-push-9 {
    left: 75%;
  }
  .footer .col-lg-push-8 {
    left: 66.66666667%;
  }
  .footer .col-lg-push-7 {
    left: 58.33333333%;
  }
  .footer .col-lg-push-6 {
    left: 50%;
  }
  .footer .col-lg-push-5 {
    left: 41.66666667%;
  }
  .footer .col-lg-push-4 {
    left: 33.33333333%;
  }
  .footer .col-lg-push-3 {
    left: 25%;
  }
  .footer .col-lg-push-2 {
    left: 16.66666667%;
  }
  .footer .col-lg-push-1 {
    left: 8.33333333%;
  }
  .footer .col-lg-push-0 {
    left: auto;
  }
  .footer .col-lg-offset-12 {
    margin-left: 100%;
  }
  .footer .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .footer .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .footer .col-lg-offset-9 {
    margin-left: 75%;
  }
  .footer .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .footer .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .footer .col-lg-offset-6 {
    margin-left: 50%;
  }
  .footer .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .footer .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .footer .col-lg-offset-3 {
    margin-left: 25%;
  }
  .footer .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .footer .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .footer .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* ############### END GRID  ############### */
/* ==================================================================================== 
================= Estilos para que el footer se vea bien con bootstrap ================
================= ( se borrara cuando nueva estructura este montada ) =================
======================================================================================= */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/fonts/bootstrap/glyphicons-halflings-regular.eot');
  src: url('/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/bootstrap/glyphicons-halflings-regular.woff2') format('woff2'), url('/fonts/bootstrap/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/bootstrap/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
/* ############### GRID (based in Bootstrap 3.2) ############### */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {float: left; }
.col-xs-12 {width: 100%; }
.col-xs-11 {width: 91.66666667%; }
.col-xs-10 {width: 83.33333333%; }
.col-xs-9 {width: 75%; }
.col-xs-8 {width: 66.66666667%; }
.col-xs-7 {width: 58.33333333%; }
.col-xs-6 {width: 50%; }
.col-xs-5 {width: 41.66666667%; }
.col-xs-4 {width: 33.33333333%; }
.col-xs-3 {width: 25%; }
.col-xs-2 {width: 16.66666667%; }
.col-xs-1 {width: 8.33333333%; }
.col-xs-pull-12 {right: 100%; }
.col-xs-pull-11 {right: 91.66666667%; }
.col-xs-pull-10 {right: 83.33333333%; }
.col-xs-pull-9 {right: 75%; }
.col-xs-pull-8 {right: 66.66666667%; }
.col-xs-pull-7 {right: 58.33333333%; }
.col-xs-pull-6 {right: 50%; }
.col-xs-pull-5 {right: 41.66666667%; }
.col-xs-pull-4 {right: 33.33333333%; }
.col-xs-pull-3 {right: 25%; }
.col-xs-pull-2 {right: 16.66666667%; }
.col-xs-pull-1 {right: 8.33333333%; }
.col-xs-pull-0 {right: auto; }
.col-xs-push-12 {left: 100%; }
.col-xs-push-11 {left: 91.66666667%; }
.col-xs-push-10 {left: 83.33333333%; }
.col-xs-push-9 {left: 75%; }
.col-xs-push-8 {left: 66.66666667%; }
.col-xs-push-7 {left: 58.33333333%; }
.col-xs-push-6 {left: 50%; }
.col-xs-push-5 {left: 41.66666667%; }
.col-xs-push-4 {left: 33.33333333%; }
.col-xs-push-3 {left: 25%; }
.col-xs-push-2 {left: 16.66666667%; }
.col-xs-push-1 {left: 8.33333333%; }
.col-xs-push-0 {left: auto; }
.col-xs-offset-12 {margin-left: 100%; }
.col-xs-offset-11 {margin-left: 91.66666667%; }
.col-xs-offset-10 {margin-left: 83.33333333%; }
.col-xs-offset-9 {margin-left: 75%; }
.col-xs-offset-8 {margin-left: 66.66666667%; }
.col-xs-offset-7 {margin-left: 58.33333333%; }
.col-xs-offset-6 {margin-left: 50%; }
.col-xs-offset-5 {margin-left: 41.66666667%; }
.col-xs-offset-4 {margin-left: 33.33333333%; }
.col-xs-offset-3 {margin-left: 25%; }
.col-xs-offset-2 {margin-left: 16.66666667%; }
.col-xs-offset-1 {margin-left: 8.33333333%; }
.col-xs-offset-0 {margin-left: 0; }
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {float: left; }
  .col-sm-12 {width: 100%; }
  .col-sm-11 {width: 91.66666667%; }
  .col-sm-10 {width: 83.33333333%; }
  .col-sm-9 {width: 75%; }
  .col-sm-8 {width: 66.66666667%; }
  .col-sm-7 {width: 58.33333333%; }
  .col-sm-6 {width: 50%; }
  .col-sm-5 {width: 41.66666667%; }
  .col-sm-4 {width: 33.33333333%; }
  .col-sm-3 {width: 25%; }
  .col-sm-2 {width: 16.66666667%; }
  .col-sm-1 {width: 8.33333333%; }
  .col-sm-pull-12 {right: 100%; }
  .col-sm-pull-11 {right: 91.66666667%; }
  .col-sm-pull-10 {right: 83.33333333%; }
  .col-sm-pull-9 {right: 75%; }
  .col-sm-pull-8 {right: 66.66666667%; }
  .col-sm-pull-7 {right: 58.33333333%; }
  .col-sm-pull-6 {right: 50%; }
  .col-sm-pull-5 {right: 41.66666667%; }
  .col-sm-pull-4 {right: 33.33333333%; }
  .col-sm-pull-3 {right: 25%; }
  .col-sm-pull-2 {right: 16.66666667%; }
  .col-sm-pull-1 {right: 8.33333333%; }
  .col-sm-pull-0 {right: auto; }
  .col-sm-push-12 {left: 100%; }
  .col-sm-push-11 {left: 91.66666667%; }
  .col-sm-push-10 {left: 83.33333333%; }
  .col-sm-push-9 {left: 75%; }
  .col-sm-push-8 {left: 66.66666667%; }
  .col-sm-push-7 {left: 58.33333333%; }
  .col-sm-push-6 {left: 50%; }
  .col-sm-push-5 {left: 41.66666667%; }
  .col-sm-push-4 {left: 33.33333333%; }
  .col-sm-push-3 {left: 25%; }
  .col-sm-push-2 {left: 16.66666667%; }
  .col-sm-push-1 {left: 8.33333333%; }
  .col-sm-push-0 {left: auto; }
  .col-sm-offset-12 {margin-left: 100%; }
  .col-sm-offset-11 {margin-left: 91.66666667%; }
  .col-sm-offset-10 {margin-left: 83.33333333%; }
  .col-sm-offset-9 {margin-left: 75%; }
  .col-sm-offset-8 {margin-left: 66.66666667%; }
  .col-sm-offset-7 {margin-left: 58.33333333%; }
  .col-sm-offset-6 {margin-left: 50%; }
  .col-sm-offset-5 {margin-left: 41.66666667%; }
  .col-sm-offset-4 {margin-left: 33.33333333%; }
  .col-sm-offset-3 {margin-left: 25%; }
  .col-sm-offset-2 {margin-left: 16.66666667%; } 
  .col-sm-offset-1 {margin-left: 8.33333333%; }
  .col-sm-offset-0 {margin-left: 0; }
}
@media (min-width: 980px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {float: left; }
  .col-md-12 {width: 100%; }
  .col-md-11 {width: 91.66666667%; }
  .col-md-10 {width: 83.33333333%; }
  .col-md-9 {width: 75%; }
  .col-md-8 {width: 66.66666667%; }
  .col-md-7 {width: 58.33333333%; }
  .col-md-6 {width: 50%; }
  .col-md-5 {width: 41.66666667%; }
  .col-md-4 {width: 33.33333333%; }
  .col-md-3 {width: 25%; }
  .col-md-2 {width: 16.66666667%; }
  .col-md-1 {width: 8.33333333%; }
  .col-md-pull-12 {right: 100%; }
  .col-md-pull-11 {right: 91.66666667%; }
  .col-md-pull-10 {right: 83.33333333%; }
  .col-md-pull-9 {right: 75%; }
  .col-md-pull-8 {right: 66.66666667%; }
  .col-md-pull-7 {right: 58.33333333%; }
  .col-md-pull-6 {right: 50%; }
  .col-md-pull-5 {right: 41.66666667%; }
  .col-md-pull-4 {right: 33.33333333%; }
  .col-md-pull-3 {right: 25%; }
  .col-md-pull-2 {right: 16.66666667%; }
  .col-md-pull-1 {right: 8.33333333%; }
  .col-md-pull-0 {right: auto; }
  .col-md-push-12 {left: 100%; }
  .col-md-push-11 {left: 91.66666667%; }
  .col-md-push-10 {left: 83.33333333%; }
  .col-md-push-9 {left: 75%; }
  .col-md-push-8 {left: 66.66666667%; }
  .col-md-push-7 {left: 58.33333333%; }
  .col-md-push-6 {left: 50%; }
  .col-md-push-5 {left: 41.66666667%; }
  .col-md-push-4 {left: 33.33333333%; }
  .col-md-push-3 {left: 25%; }
  .col-md-push-2 {left: 16.66666667%; }
  .col-md-push-1 {left: 8.33333333%; }
  .col-md-push-0 {left: auto; }
  .col-md-offset-12 {margin-left: 100%; }
  .col-md-offset-11 {margin-left: 91.66666667%; }
  .col-md-offset-10 {margin-left: 83.33333333%; }
  .col-md-offset-9 {margin-left: 75%; }
  .col-md-offset-8 {margin-left: 66.66666667%; }
  .col-md-offset-7 {margin-left: 58.33333333%; }
  .col-md-offset-6 {margin-left: 50%; }
  .col-md-offset-5 {margin-left: 41.66666667%; }
  .col-md-offset-4 {margin-left: 33.33333333%; }
  .col-md-offset-3 {margin-left: 25%; }
  .col-md-offset-2 {margin-left: 16.66666667%; }
  .col-md-offset-1 {margin-left: 8.33333333%; }
  .col-md-offset-0 {margin-left: 0; }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {float: left; }
  .col-lg-12 {width: 100%; }
  .col-lg-11 {width: 91.66666667%; }
  .col-lg-10 {width: 83.33333333%; }
  .col-lg-9 {width: 75%; }
  .col-lg-8 {width: 66.66666667%; }
  .col-lg-7 {width: 58.33333333%; }
  .col-lg-6 {width: 50%; }
  .col-lg-5 {width: 41.66666667%; }
  .col-lg-4 {width: 33.33333333%; }
  .col-lg-3 {width: 25%; }
  .col-lg-2 {width: 16.66666667%; }
  .col-lg-1 {width: 8.33333333%; }
  .col-lg-pull-12 {right: 100%; }
  .col-lg-pull-11 {right: 91.66666667%; }
  .col-lg-pull-10 {right: 83.33333333%; }
  .col-lg-pull-9 {right: 75%; }
  .col-lg-pull-8 {right: 66.66666667%; }
  .col-lg-pull-7 {right: 58.33333333%; }
  .col-lg-pull-6 {right: 50%; }
  .col-lg-pull-5 {right: 41.66666667%; }
  .col-lg-pull-4 {right: 33.33333333%; }
  .col-lg-pull-3 {right: 25%; }
  .col-lg-pull-2 {right: 16.66666667%; }
  .col-lg-pull-1 {right: 8.33333333%; }
  .col-lg-pull-0 {right: auto; }
  .col-lg-push-12 {left: 100%; }
  .col-lg-push-11 {left: 91.66666667%; }
  .col-lg-push-10 {left: 83.33333333%; }
  .col-lg-push-9 {left: 75%; }
  .col-lg-push-8 {left: 66.66666667%; }
  .col-lg-push-7 {left: 58.33333333%; }
  .col-lg-push-6 {left: 50%; }
  .col-lg-push-5 {left: 41.66666667%; }
  .col-lg-push-4 {left: 33.33333333%; }
  .col-lg-push-3 {left: 25%; }
  .col-lg-push-2 {left: 16.66666667%; }
  .col-lg-push-1 {left: 8.33333333%; }
  .col-lg-push-0 {left: auto; }
  .col-lg-offset-12 {margin-left: 100%; }
  .col-lg-offset-11 {margin-left: 91.66666667%; }
  .col-lg-offset-10 {margin-left: 83.33333333%; }
  .col-lg-offset-9 {margin-left: 75%; }
  .col-lg-offset-8 {margin-left: 66.66666667%; }
  .col-lg-offset-7 {margin-left: 58.33333333%; }
  .col-lg-offset-6 {margin-left: 50%; }
  .col-lg-offset-5 {margin-left: 41.66666667%; }
  .col-lg-offset-4 {margin-left: 33.33333333%; }
  .col-lg-offset-3 {margin-left: 25%; }
  .col-lg-offset-2 {margin-left: 16.66666667%; }
  .col-lg-offset-1 {margin-left: 8.33333333%; }
  .col-lg-offset-0 {margin-left: 0; }
}
/* ############### END GRID  ############### */

