/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

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

ul{
    margin: 0;
    padding: 0;
}

li{
    list-style: none;
}

.red{
    color: #ed1c24;
}

.red2{
    color: #ff0000;
}

.green{
    color: #3f8c00;
}

.purple{
    color: #A93D95;
}

.orange{
    color: #FCBA2A;
}

.white{
    color: #fff;
}

.grey{
    color: #8a8a8a;
}

.grey2{
    color: #525252;
}

.input220{
    width: 218px;
    height: 40px;
}
.inputstyle{
    border: 1px solid #bfbfbf;
}

.labelstyle{
    display: block;
    font-family: 'AntonioBold';
    font-size: 20px;
    color: #858585;
}
.input340{
    width: 338px;
    height: 43px;
}

.selectstyle{
    border: 1px solid #bfbfbf;
    font-family: 'AntonioBold';
    font-size: 20px;
    color: #858585;
    display: block;
    padding: 8px 0 0 50px;
}
.select340{
    width: 342px;
    height: 52px;
}

.input100full{
    width: 90%;
    padding: 5px;
    line-height: 30px
}

.textarea100full{
    width: 90%;
    padding: 5px;
}

.error-message{
    font-family: 'Arial';
    font-size: 12px;
    color: #ff0000;
}

p.success-msg{
    color: green !important;
    display: block;
    margin: 50px 0 60px !important;
    text-align: center;
}

a.none-m{
    margin: 0 !important;
}

body{
    color: #000000;
}

@font-face {
    font-family: 'AntonioBold';
    src: url('../fonts/antonio-bold-webfont.eot');
    src: url('../fonts/antonio-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antonio-bold-webfont.woff') format('woff'),
         url('../fonts/antonio-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AntonioLight';
    src: url('../fonts/antonio-light-webfont.eot');
    src: url('../fonts/antonio-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antonio-light-webfont.woff') format('woff'),
         url('../fonts/antonio-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AntonioRegular';
    src: url('../fonts/antonio-regular-webfont.eot');
    src: url('../fonts/antonio-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antonio-regular-webfont.woff') format('woff'),
         url('../fonts/antonio-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#wrapper{
    overflow: hidden;
    background: #fff;
    max-width: 1200px;
    margin: 0 auto;
}

header{
    position: fixed;
    background: #fff;
    min-width: 1200px;
    /*width: 100%;*/
    z-index: 99999;
}

header a.logo{
    float: left;
    height: 60px;
    width: 530px;
    /*width: 42.6%;*/
    background: url('../img/logo.png') no-repeat;
    background-size: 100%;
    display: block;
}

.main-menu{
    font-family: 'AntonioLight';
    font-size: 20px;
    /*margin: 24px 35px 0 0;*/
    margin: 24px 0 0 0;
    padding: 0;
    float: right;
    position: relative;
}

.main-menu-country{
    font-size: 18px !important;
    margin: 20px 0 10px 0 !important;
}
.main-menu-country li{
    margin: 0 6px 0 0 !important;
}

.main-menu li{
    line-height: 19px;
    float: left;
    list-style: none;
    text-transform: uppercase;
    margin: 0 12px 0 0;
    padding: 0 0 0 6px;
    border-left: 2px solid #FF0304;
}

ul.main-menu li.languaje{
    border-left: none;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.main-menu li a:link, ul.main-menu li a:visited{
    color: #5C5C5C;
    font-weight: bold;
    text-decoration: none;
}

ul.main-menu li a:hover{
    color: red;
}

.nav-mobile{
    display: none;
}

.mobile-menu {
    text-decoration: none;
    display: none;
    width: 22px;
    height: 15px;
    padding: 10px;
    background: url('../img/menu.png') no-repeat;
    background-position: 10px 10px;
}

.nav-active{
    background: url('../img/menu.png') #333 no-repeat;
    background-position: 10px 10px;
}

.languaje{
    position: relative;
}
.arrow-lang{
    display: block;
    /*background: url('../img/sprites.png') #ee1c24 no-repeat;*/
    background: url('../img/sprites.png') #5c5c5c no-repeat;
    background-position: -98px 7px;
    width: 36px;
    height: 22px;
    padding: 0 0 0 20px;
}

.arrow-lang img{
    padding: 0 0 0 10px;
}

.active .lng-more{
    display: block !important;
}

.lng-more{
    display: none;
    width: 56px;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 22px;
    z-index: 9999;
    background: #5c5c5c;
    /*background: #ee1c24;*/
}

.lng-more li{
    border: none;
    float: none !important;
    margin: 0 !important;
    padding: 0 0 2px 0 !important;
    border: none !important;
}

.lng-more li a:link, .lng-more li a:visited{
    margin: 0 !important;
    display: inline;
    text-align: center;
}

ul.main-menu a{
    outline: none;
}

ul.lng-more li a:link, ul.lng-more li a:visited{
    display: block;
    text-align: center;
}

ul.lng-more li a:hover{
    background: #fff;
}

.content{
    margin: 60px 0 0 0;
}

#slide-bx{
    position: relative;
    height: 450px;
    overflow: hidden;
}

#slide-bx .bx-wrapper .bx-prev{
    background: url('../img/sprites.png') no-repeat;
    background-position: 0 0;
    width: 40px;
    height: 80px;
    margin: 0;
    left: 0;
}

#slide-bx .bx-wrapper .bx-next{
    background: url('../img/sprites.png') no-repeat;
    background-position: -39px 0;
    width: 40px;
    height: 80px;
    margin: 0;
    right: 0;
}

.welcome-full{
    width: 100%;
}

.welcome{
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    /*width: 83%;*/
}

.welcome2{
    padding: 0 0 70px 0 !important;
}

/*.welcome h2{
    margin: 0;
    padding: 17px 0 0 0;
    font-family: 'AntonioRegular';
    font-size: 92px;
    color: #454545;
    font-weight: normal;
    text-align: center;
}*/

.welcome h2{
    margin: 0;
    padding: 17px 0 0 0;
    font-family: 'AntonioRegular';
    font-size: 75px;
    color: #454545;
    font-weight: normal;
    float: left;
    width: 81%;
}
.goto-site{
    margin: 52px 0 0 0;
    float: right;
}
.less{
    font-size: 14px !important;
}

.zone-col{
    width: 25%;
    margin: 0 !important;
    padding: 0 0 30px 0;
}

ul.zone{
    margin: 39px 50px 0 0;
    font-family: 'AntonioRegular';
    float: left;
}

ul.zone .first-item{
    color: #ff0000;
    font-size: 23px;
    text-transform: uppercase;
}

ul.zone li{
    font-size: 18px;
    list-style: none;
    color: #3a3a3a;
}

ul.zone a:link, ul.zone a:visited{
    text-decoration: none;
    color: #3a3a3a;
}

li.city_more a:link, li.city_more a:visited{
    font-size: 35px;
}

.job{
    background: url('../img/job.jpg') no-repeat right 0;
    height: 549px;
}
.job-item{
    font-family: 'AntonioRegular';
    padding: 166px 0 0 0;
    width: 48%;
    text-align: right;
}
.job-item h2{
    margin: 0;
    padding: 0;
    font-size: 60px;
    color: #9d9999;
    text-transform: uppercase;
}
.job-item p{
    margin: 0;
    padding: 0;
    font-family: 'AntonioRegular';
    font-size: 18px;
    color: #6d6969;
}
.job-item a:link, .job-item a:visited{
    color: #000;
    text-decoration: none;
}
.job-item a:hover{
    color: #ff0000;
}

.cucina{
    box-sizing: content-box;
    background: #f6eddb;
}

.find{
    font-family: 'AntonioRegular';
    padding: 0 0 0 0;
}

.find h1{
	font-size: 70px;
	color: #939598;
	margin: 0;
	padding: 0;
	text-align: center
}

.find h3{
	font-size: 26px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	color: #333;
	width: 48%;
	font-weight: normal;
	font-variant: normal;
	font-size: 22px;
	font-family: AntonioLight;
}

.planisphere{
    text-align: center;
    margin: 80px 0 0 0;
    padding: 0 0 88px 0;
    width: 100%;
    height: 500px;
}

.forno{
    padding: 88px 0 0 0;
    background: #fcf0d7;
}

.forno p{
    font-family: 'AntonioLight';
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: #8A8990;
}

.forno p br{
    display: none;
}

a.goto:link, a.goto:visited{
	font-family: AntonioRegular;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	background: #dc0000;
	padding: 14px;
	text-decoration: none;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
}

.pizza{
    text-align: center;
    margin: 65px 0 0 0;
}

.pizza img{
    width: 92%;
}

.about{
    box-sizing: content-box;
    margin: 0 auto;
    width: 87%;
    padding: 100px 0 105px 0;
}

.about h1{
	font-family: AntonioRegular;
	font-size: 70px;
	color: #ed1c24;
	margin: 0;
	padding: 0;
	text-align: center;
}

.about .info{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #333333;
	width: 34%;
	min-width: 210px;
	float: left;
	text-align: right;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 24px;
}

.about.expanded .info, .about.expanded .info-img{
    display: none;
}

.full-info{
    clear: both;
    text-align: center;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 24px;
}

.full-info img{
    margin: 20px 0 38px 0;
}

.close{
    background: url('../img/sprites.png') no-repeat;
    background-position: 0 -611px;
    width: 63px;
    height: 63px;
    display: block;
    margin: 0 auto;
}

.about a:link, .about a:visited{
	text-decoration: none;
	color: #FF0000;
	font-family: AntonioRegular;
	font-size: 24px !important;
	line-height: 40px;
	font-style: italic;
    outline: none;
}

.about a:hover{
	text-decoration: none;
	color: #000;
}

.about .align{
    text-align: left;
}

.about .info-img{
    margin: 0 6.2% 0 6.2%;
    float: left;
    line-height: 245px;
}

.franchising{
    margin: 0;
    padding: 0;
    background: url('../img/franchising.jpg') top center no-repeat;
    position: relative;
    height: 541px;
}

.franchising h1{
	margin: 0;
	padding: 0;
	font-family: 'AntonioLight';
	color: #fff;
	font-size: 74px;
	text-transform: uppercase;
	/*font-weight: bold;*/
    /*NUEVO*/font-weight: normal;
	position: absolute;
	top: 222px;
	left: 110px;
	width: 424px;
	height: 103px;
}

.franchising p{
    color: #8C887F;
    margin: 0 0 0 auto;
    padding: 415px 45px 0 0;
    width: 52%;
    font-family: 'AntonioRegular';
    font-size: 30px;
    font-style: italic;
    text-align: right;
}

.franchising a:link, .franchising a:visited{
	text-decoration: none;
	font-family: AntonioLight;
	font-size: 26px;
}

.franchising a:hover, .franchising a:active{
	text-decoration: none;
	color: #fff;
}

.news-full{
    position: relative;
    background: url('../img/news.jpg') top center no-repeat;
    background-size: cover;
    height: 500px;
}

ul.news{
    margin: 0;
    padding: 130px 0 0 150px;
    width: 46%;
}

ul.news li{
	font-family: AntonioRegular;
	font-size: 24px;
	color: #282828;
	margin: 0 0 63px 0;
	list-style: none;
}

ul.news li a:link, ul.news li a:visited{
    font-style: italic;
    color: #a74195;
    font-size: 24px;
    text-decoration: none;
}

ul.news li a:hover{
	text-decoration: none;
	font-size: 24px;
	color: #620965;
}

.title-news{
	position: absolute;
	top: 99px;
	right: 185px;
	height: 312px;
	width: 312px;
	background: #fff;
	border-radius: 156px;
	-moz-border-radius: 156px;
	-webkit-border-radius: 156px;
}

.title-news h1{
	font-family: 'AntonioRegular';
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 105px;
	color: #d09aca;
	text-align: center;
	line-height: 312px;
}

.submenu{
    /*overflow: auto;*/
    overflow: hidden;
    background: #ed1c24;
    /*height: 86px;*/
    width:100%;
    padding: 20px 0;
}

.submenu ul{
    list-style: none;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.submenu ul li{
    display: inline;
    margin: 0 12px 0 12px;
}

.submenu ul li a:link, .submenu ul li a:visited{
    font-family: 'AntonioRegular';
    font-size: 19px;
    color: #fff;
    text-decoration: none;
}

.submenu .selected a:link, .submenu .selected a:visited{
    color: #fff001;
}

.submenu ul li a:hover{
    color: #fff001;
}

#menu{
    background: #fefcd4;
}

.title-menu{
    margin: 0 auto;
    width: 87%;
}

.menu-full{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 0 0 0;
    margin: 0 auto;
    width: 89%;
}

.title-menu h1{
    padding: 30px 0 0 0;
    margin: 0;
    display: block;
    text-align: center;
    font-family: 'AntonioLight';
    font-weight: normal;
    color: #5f5e5e;
    font-size: 35px;
    text-transform: uppercase;
}

.title-menu h2{
    padding: 58px 0 9px 0;
    margin: 0;
    display: block;
    text-align: center;
    font-family: 'AntonioLight';
    font-weight: normal;
    color: #0c0c0c;
    font-size: 30px;
}

.item-menu{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px 83px 40px;
    float: left;
    width: 33%;
    min-width: 300px;
    font-family: 'AntonioLight';
    font-weight: normal;
}

.item-menu h3{
    padding: 0;
    margin: 0;
    text-align: center;
    color: #ed1c24;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: normal;
}

.item-menu p{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 25px;
    color: #0c0c0c;
}

.location{
    padding: 0 0 100px 0;
    width: 70%;
    margin: 0 auto;
}

.location h3{
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-family: 'AntonioLight';
    font-weight: normal;
    color: #595959;
    text-align: center;
}

.location ul{
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: table;
}
.location li{
    display: table-cell;
    padding: 10px 10px 40px 10px;
}

.rounded-link{
    width: 167px;
    height: 167px;    
    margin: 0 auto;
    display: block;
    text-decoration: none;

    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.rounded-link h4{
    margin: 0;
    padding: 43px 0 0 0;
    font-family: 'AntonioRegular';
    font-size: 30px;
    font-weight: normal;
    color: #fefcd4;
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: 39px;
}

.rounded-link h4 span{
    font-size: 40px;
}

.download{
    background: #6b381a;  
}
.order-online{
    background: #F40500;
}
.order-online h4{
    font-size: 38px;
}


.top{
    width: 63px;
    height: 62px;
    background: url('../img/sprites.png') no-repeat;
    background-position: -57px -80px;
    display: block;
    margin: 0 auto;
}

.reservation-full{
    width: 100%;
}

.reservation{
    padding: 75px 0 120px 0;
    max-width: 1000px;
    margin: 0 auto;
}

.reservation h2{
    margin: 0;
    padding: 0;
    font-family: 'AntonioBold';
    font-size: 33px;
    font-weight: normal;
    color: #ed1c24;
    text-transform: uppercase;
}

.reservation h3{
    margin: 0;
    padding: 0 0 40px 0;
    font-family: 'AntonioRegular';
    font-size: 29px;
    font-weight: normal;
    color: #272727;
}

.reservation-form .form-row{
    margin: 37px 0 0 0;
}

.reservation-form .form-col{
    float: left;
    margin: 0 20px 0 0;
}
.reservation-form .none-margin{
    margin: 0;
}

.reservation-form .form-row-link{
    clear: both;
    padding: 48px 0 0 0;
}

.form-send .submit{
    float: right;
}

.fields{
    float: right;
    padding:  0 30px 0 0;
    line-height: 59px;
    color: #858585;
}

/* ---- datepicker -------- */
.dp-choose-date{
    display: block;
    width: 24px;
    height: 28px;
    background: url(../img/icon-social.png) no-repeat -100px top;
    text-indent: -9999px;
    float: left;
    margin: 0 0 0 20px;
}

.dp-applied{
    float: left;
}
/* ----------------------- */

a:link.send-reservation, a:visited.send-reservation, .send-job{
    font-family: 'AntonioBold';
    font-size: 25px;
    color: #fff !important;
    text-transform: uppercase;
    background: #dc0000;
    padding: 0 55px;
    text-decoration: none;
    height: 59px;
    display: table-cell;
    line-height: 59px;
    /*float: left;*/

    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
}

.icon-day{
    background: url('../img/sprites.png') no-repeat;
    background-position: -77px -145px;
    /*width: 33px;
    height: 43px;*/
}
.icon-hour{
    background: url('../img/sprites.png') no-repeat;
    background-position: -77px -208px;
    /*width: 34px;
    height: 46px;*/
}
.icon-people{
    background: url('../img/sprites.png') no-repeat;
    background-position: -77px -274px;
    /*width: 33px;
    height: 43px;*/
}

/*.location a:link, .location a:visited{
    margin: 0 auto;
    padding: 15px;
    height: 75px;
    background: #db0000;
    color: #fff;
    font-size: 30px;
    font-family: 'AntonioBold';
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 75px;

    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
}

.location a:hover{
    text-decoration: underline;
}*/

.title-news-img img{
    width: 100%;
}

#noticias{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0 10px;
}

.noticia{
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 34px 22px 0;
    padding: 0;
    border: 2px solid #d1d2d4;
    min-width: 266px;
    width:  19%;
    float: left;

    box-shadow: 0 3px 0 #d1d2d4;
    -moz-box-shadow: 0 3px 0 #d1d2d4;
    -webkit-box-shadow: 0 3px 0 #d1d2d4;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.noticia img{
    max-width: 100%;
    display: block;
}

.noticia-item{
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 15px 10px;
    padding: 0;
    border: 1px solid #d1d2d4;
    min-width: 266px;
    width:  19%;
    float: left;

    box-shadow: 0 3px 0 #d1d2d4;
    -moz-box-shadow: 0 3px 0 #d1d2d4;
    -webkit-box-shadow: 0 3px 0 #d1d2d4;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.noticia.gigante {
    display: block;
    float: none;
    width: 800px;
    height: auto;
}

.noticia:hover {
    opacity: .7;
    cursor: pointer;
}

.noticia a:link, .noticia a:visited, .noticia-item a:link, .noticia-item a:visited{
    text-decoration: none;
    display: block;
}
.noticia a:hover, .noticia-item a:hover{
    opacity: .7;
}

.description-news{
    margin: 0 20px 0 20px;
    padding: 20px 0 0 0;
    border-bottom: 1px solid #c2c2c2;
}

.news-date{
    padding: 5px 0 20px 20px;
}

.description-news h3{
    margin: 0;
    padding: 0;
    font-family: 'AntonioLight';
    font-size: 20px;
    color: #ff0000;
    font-weight: normal;
}

.description-news p, .news-date span{
    margin: 0;
    padding: 0;
    font-family: 'Arial';
    font-size: 13px;
    color: #454545;
}

.description-news p{
    height: 73px;
    overflow: hidden;
}

.news{
    margin: 11px 0 0 0;
    float: left;
    width: 54%;
    padding-bottom: 60px;
}

.news-total{
    overflow: hidden;
    width: 100%;
    box-shadow: 0 3px 0 #d1d2d4;
    -moz-box-shadow: 0 3px 0 #d1d2d4;
    -webkit-box-shadow: 0 3px 0 #d1d2d4;
    position: relative;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.news-top{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    background: #e5e5e5;
    width: 100%;
    margin: 0;
    padding: 0 10px 0 20px;
}

.news-top h3{
    font-family: 'Arial';
    font-size: 13px;
    color: #454545;
    font-weight: normal;
    line-height: 120%;
    float: left;
}
.sharear{
    padding: 6px 0 0 0;
    float: right;
    list-style: none;
    margin:0;
    padding: 10px 0 0 0;
}

.sharear li{
    float: left;
    padding: 0 5px 0 0;
}
.sharear a:link, .sharear a:visited{
    display: block;
    width: 21px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url(../img/icon-social.png);
}
.share-fb:link, .share-fb:visited{
    background-position: left top;
}
.share-tw:link, .share-tw:visited{
    background-position: -30px top;
}
.share-email:link, .share-email:visited{
    background-position: -60px top;
}

.share-fb:hover, .share-fb:active{
    background-position: left -30px;
}
.share-tw:hover, .share-tw:active{
    background-position: -30px -30px;
}
.share-email:hover, .share-email:active{
    background-position: -60px -30px;
}

a:link.down-news, a:visited.down-news{
    font-family: 'AntonioRegular';
    font-size: 14px;
    display: block;
    text-align: right;
    color: #8a8a8a;
    text-decoration: none;
}
a:hover.down-news{
    color: #ff0000;
}

.description{
    padding: 0 24px 0 24px;
}

.description h1,{
    margin: 0;
    padding: 10px 0 0 0;
    font-family: 'AntonioLight';
    font-size: 35px;
    color: #ff0000;
    font-weight: normal;
}

.description h3{
    margin: 0;
    padding: 20px 0 0 0;
    font-family: 'AntonioLight';
    font-size: 30px;
    line-height: 120%;
    color: #ff0000;
    font-weight: normal;
}

.description h4{
    margin: 0;
    padding: 10px 0 0 0;
    font-family: 'AntonioLight';
    font-size: 25px;
    color: #ff0000;
    font-weight: normal;
}

.description p{
    text-align: justify;
    font-family: 'Arial';
    font-size: 13px;
    color: #454545;
}

.our-news{
    margin: 2px 0 60px 0;
    width: 46%;
    float: right;
}

h1.title-our{
    margin: 0;
    padding: 0 0 0 10px;
    font-family: 'AntonioLight';
    font-size: 35px;
    font-weight: normal;
    text-transform: uppercase;
    color: #868484;
}

a.gotonews:link, a.gotonews:visited{
    font-family: 'AntonioBold';
    font-size: 20px;
    color: #fff !important;
    text-transform: uppercase;
    background: #dc0000;
    padding: 10px;
    text-decoration: none;
    /*float: left;*/
    margin: 0 0 0 10px;

    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
}

.link-inter{
    height: 59px;
    margin: 10px 10px 0 0;
}

.link-inter a{
    float: right;
}

.cards-full{
    width: 100%;
}

.cards{
    max-width: 1200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cards .card{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0 50px 50px;
    float: left;
    max-width: 600px;
    width: 50%;
    height: 272px;
}
.cards .card-social{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    float: left;
    max-width: 600px;
    width: 50%;
    height: 325px;
}
.cards .card-small{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 40px;
    float: left;
    height: 100px;
}

.bkg-pizza{
    background: url('../img/bkg-pizza.jpg') no-repeat;
    background-size: cover;
}

.card-description{
    float: left;
    width: 253px;
}

.card img{
    float: left;
}

.card-description h2, .card-description2 h2{
    margin: 0;
    padding: 0;
    font-family: 'AntonioRegular';
    font-size: 22px;
    font-weight: normal;
    color: #ed1c24;
}

.card-description p, .card-description2 p{
    margin: 0;
    padding: 0;
    font-family: 'AntonioRegular';
    font-size: 20px;
    color: #272727;
}

p.style-p{
    margin: 0 0 20px 0;
    font-family: 'AntonioLight';
    font-size: 30px;
    color: #8a8a8a !important;
}

a.margin-none{
    margin: 0 !important;
}

.card a:link, .card a:visited{
    text-decoration: none;
    color: #ff0000;
}

.card-form{
    margin: 13px 0 0 0;
}

.form-events .form-row{
    float: left;
    margin: 0 8px 0 0;
}

a:link.send-events, a:visited.send-events{
    background: #ff0000;
    width: 44px;
    height: 44px;
    text-align: center;
    vertical-align: middle;
    font-family: 'AntonioRegular';
    font-size: 29px;
    display: block;
    color: #fff !important;
}

.card-social .block-social, .card-social .block-social-none-hover{
    float: left;
    background: #a7a69c;
    width: 49.7%;
    height: 161px;
}

.card-social .block-social:hover{
    background: #ed1c24;
}

.card-social .block-social a, .card-social .block-social-none-hover a{
    display: block;
    background: url('../img/sprites.png') no-repeat;
    width: 83px;
    height: 80px;
    margin: 40px auto;
}

.card-social .block-social-none-hover a{
    display: block;
    background: url('../img/sprites.png') no-repeat;
    width: 83px;
    height: 80px;
    margin: 40px auto;
    pointer-events: none;
    cursor: default;
}

a:link.facebook, a:visited.facebook{
    background-position: 0 -289px;
}
a:link.twitter, a:visited.twitter{
    background-position: 0 -369px;
}
a:link.pinterest, a:visited.pinterest{
    background-position: 0 -450px;
}
a:link.instagram, a:visited.instagram{
    background-position: 0 -531px;
}

.border1{
    border-right: 3px solid #fff;
}
.border2{
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
}
.border3{
    border-top: 3px solid #fff;
}

.pagesfull{
    margin: 0 auto;
    padding: 30px 0 0 0;
    width: 90%;
    font-family: 'AntonioRegular';
}
.pagesfull p{
    font-size: 16px;
    color: #272727;
}

.jobfull{
    margin: 0 auto;
    padding: 30px 0 0 0;
    width: 90%;
    font-family: 'AntonioBold';
}

.jobfull h2, .pagesfull h2{
    font-size: 62px;
    font-weight: normal;
    color: #ed1c24;
    margin: 0;
    padding: 0;
}

.jobfull .jobform{
    padding: 30px 0 0 0;
}

.jobfull p{
    font-size: 24px;
    color: #858585;
    margin: 0;
    padding: 0;
    font-family: 'AntonioRegular';
}

.jobform .job-row{
    padding: 20px 0 0 0;
}

.job-info{
    padding: 25px 0 35px 0;
}

.job-info p{
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Arial';
    font-size: 12px;
}

footer{
    background: #6a737b;
}

footer .content{
    font-family: 'AntonioRegular';
    margin: 0 auto;
    min-width: 890px;
    max-width: 80%;
    padding: 75px 0 20px 0;
}

footer .logo-footer{
    float: left;
    background: url('../img/logo-footer.jpg') no-repeat left top;
    background-size: 258px 91px;
    height: 91px;
    width: 50%;
    display: block;
}

footer ul{
    margin: 0;
    padding: 0;
}

.footer-info-left{
    float: left;
    width: 65%;
    border-right: 1px solid #485059;
}

.footer-info-right{
    float: right;
    width: 34%;
}

footer ul.information{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 125px;
}

footer ul.menu-footer, footer ul.menu-footer2{

}

.menu-footer-wrapper{
    float: left;
    width: 50%;
}

.menu-footer2-wrapper{
    float: left;
    width: 50%;
}

.footer-information{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 40%;
    padding: 0 30px 0 0;
    /*height: 125px;*/
}
.footer-information h2{
    color: #FCBA2A;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
}
.footer-information p{
    color: #FFF;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.footer-information a:link, .footer-information a:visited{
    color: #FCBA2A;
}

.footer-menu{
    float: left;
    /*width: 260px;*/
    width: 310px;
}

footer ul.menu-footer{
    padding: 14px 8px 0 8px;
}

footer ul.menu-footer2{
    padding: 14px 0 0 0;
}

footer ul.social{
    width: auto;
    text-align: center;
    padding: 0 0 30px 0;
    margin: 0 auto;
}

.footer-information p{
    list-style: none;
    line-height: 14px;
    margin: 0 0 10px 0;
}

footer ul.menu-footer li, footer ul.menu-footer2 li{
    list-style: none;
    border-left: 2px solid #FBD101;
    line-height: 14px;
    margin: 0 0 10px 0;
}

footer ul.menu-footer li a:link, footer ul.menu-footer2 li a:link, footer ul.menu-footer li a:visited, footer ul.menu-footer2 li a:visited{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 0 0 6px;
}

footer ul.menu-footer li a:hover, footer ul.menu-footer2 li a:hover{
	text-decoration: none;
	color: #FC0;
}

ul.information li a:link{
    text-decoration: none;
}

footer ul.social li{
    margin: 0 6px 0 0;
    list-style: none;
    display: inline;
}

ul.social li a.tw:link, ul.social li a.tw:visited{
    width: 48px;
    height: 53px;
    background: url('../img/sprites.png') no-repeat;
    background-position: 0 -80px;
    display: inline-block;
}

ul.social li a.pt:link, ul.social li a.pt:visited{
    width: 48px;
    height: 54px;
    background: url('../img/sprites.png') no-repeat;
    background-position: 0 -131px;
    display: inline-block;
}

ul.social li a.fb:link, ul.social li a.fb:visited{
    width: 48px;
    height: 54px;
    background: url('../img/sprites.png') no-repeat;
    background-position: 0 -183px;
    display: inline-block;
}

ul.social li a.it:link, ul.social li a.it:visited{
    width: 48px;
    height: 54px;
    background: url('../img/sprites.png') no-repeat;
    background-position: 0 -234px;
    display: inline-block;
}

.copyright{
    padding: 10px;
}
.copyright p{
    text-align: center;
    margin: 0;
    padding:0;
    font-size: 11px;
    color: #f5f5f5;
}

.go-top{
    padding: 20px;
}

.go-top a{
    float: right;
}

.expose-overlay {
  background:rgba(0,0,0,0.6);  
  z-index: 99999;
}

.app{
    padding: 40px 30px;
    clear: both;
}

.welcome-full .app{
    padding: 20px 30px; 
}

.app div{
    float: right;
}
.app li{
    float: left;
    padding: 0 0 0 16px;
}
.app a:link, .app a:visited{
    display: block;
}

.google-play a:link, .google-play a:visited{
    width: 143px;
    height: 50px;
    background: url(../img/icon_google_play.png) no-repeat center center;
    background-size: 100%;
}

.app-store a:link, .app-store a:visited{
    /*width: 172px;
    height: 60px;*/
    width: 143px;
    height: 50px;    
    background: url(../img/icon_app_store.png) no-repeat center center;
    background-size: 100%;
}

.web-app a:link, .web-app a:visited{
    /*width: 177px;
    height: 60px;*/
    width: 148px;
    height: 50px;
    background: url(../img/icon_web_app.png) no-repeat center center;
    background-size: 100%;
}


.link-rojo:link, .link-rojo:visited{
    color: #FF0000;
}

.chownow-order-online, .chownow-order-online:link, .chownow-order-online:visited, .chownow-order-online:hover, .chownow-order-online:active{
    color: #FF0000 !important;
}

.jobheader{
    position: relative;
}
.jobpdf{
    position: absolute;
    right: -50px;
    top: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jobform h3{
    color: #ed1c24;
    font-size: 28px;
    margin: 30px 0;
    padding: 0 0 4px 0;
    border-bottom: 2px solid #ddd;
}

.jobform h4{
    font-size: 24px;
    margin: 20px 0;
    padding: 0;
    color: #858585;
}

.jobpdf li{ margin: 0; padding: 0 0 0 20px; float: left;}
.jobpdf a:link, .jobpdf a:visited{ display: block; padding: 50px 0 0 0; background: url(../img/icon-pdf.png) no-repeat right top; font-size: 14px; text-decoration: none; color: #666;}
.jobpdf a:hover, .jobpdf a:active{ color:#333;}

.jobintro{ padding: 30px 0 0 0;}
.jobintro p, .jobtext p{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 14px;
    margin: 0 0 12px 0;
}

.hide{
    display: none;
}

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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

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

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

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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