html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: none;
}

.blue {
	color: #06C;
}

.green {
	color: #090;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,img {
    display: block;
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

sub,sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,input {
    line-height: normal;
    *overflow: visible;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

body {
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 300;
    color: #280028;
    background-color: #fff;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

a {
    color: #b10135;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

a:hover {
    color: #FFCD00;
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Open Sans",Arial,sans-serif;
    color: #280028;
}

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

button,input,select,textarea {
    border: 1px solid #eee;
    outline: 0;
    padding: 10px 12px;
    color: #280028;
}

button:focus,input:focus,select:focus,textarea:focus {
    border-color: #280028;
}

.text-right {
    text-align: right;
}

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

.text-center {
    text-align: center;
}

.main-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fbfbfb;
    margin: 40px 0;
}

.site-header {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 99;
}

@media screen and (min-width: 240px) {
    .site-header {
        top: 0;
    }
}

@media screen and (min-width: 992px) {
    .site-header {
        top: 60px;
    }
}

.main-header {
    background: #fff;
    min-height: 100px;
    height: 100px;
}

.logo {
    overflow: hidden;
}

@media screen and (min-width: 240px) {
	.logo img {
		width:180px;
		margin:35px 0 0 25px;
		height:auto;
	}
}

@media screen and (min-width: 992px) {
	.logo img {
		width:auto;
		margin: 25px;
	}
}

.main-menu {
    text-align: right;
    float: right;
}

.main-menu ul li {
    display: inline-block;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    border-left: 1px solid #eee;
}

.main-menu ul li a {
	display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #280028;
    line-height: 100px;
}

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

.main-menu ul li.active {
    background: #b10135;
}

.main-menu ul li.active a {
    color: #fff;
}

a.toggle-menu {
    background: #eee;
    color: #280028;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
    margin-right: 20px;
    font-size: 14px;
}

.menu-responsive {
    background: rgba(68,68,68,0.95);
    padding: 15px 30px;
    display: none;
}

.menu-responsive ul li {
    margin: 24px 0;
    display: block;
}

.menu-responsive ul li a {
	display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.menu-responsive ul li.active a {
    color: #b10135;
}

.flexslider {
    position: relative;
    top: 0;
    width: 100%;
    overflow: hidden;
}

.overlay {
    background: rgba(0,0,0,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8;
}

.flex-caption {
    position: relative;
    wdith: 100%;
    margin-left: 45px;
    left: 0;
    top: 250px;
    background: rgba(255,255,255,0.9);
    padding: 20px;
    z-index: 10;
    text-align: center;
}

.flex-caption span.price {
    background: #FFCD00;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    padding: 10px 20px;
    display: inline-block;
    margin: 10px;
}

.flex-caption h3.title {
    font-size: 24px;
    font-weight: 600;
    margin: 10px;
}

.flex-caption a.slider-btn {
    background: #b10135;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 35px;
    display: inline-block;
    margin: 30px;
}

.flex-caption a.slider-btn:hover {
    background: #E63703;
}

a.flex-prev,a.flex-next {
    width: 40px;
    height: 60px;
    background-color: rgba(255,255,255,0.6);
    display: inline-block;
    line-height: 60px;
    text-align: center;
    color: #000;
    position: absolute;
    z-index: 99;
    top: 50%;
}

a.flex-prev:hover,a.flex-next:hover {
    background: #fff;
}

@media screen and (min-width: 240px) {
    a.flex-prev,a.flex-next {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    a.flex-prev,a.flex-next {
        display: block;
    }
}

a.flex-prev {
    left: 0;
}

a.flex-next {
    right: 0;
}

h3.widget-title {
    font-size: 28px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 40px;
}

.sample-thumb {
    overflow: hidden;
}

.sample-thumb img {
    width: 100%;
}

.page-top {
    width: 100%;
    height: 230px;
    background: #B10135;
    position: relative;
    top: 0;
    left: 0;
	margin-bottom:50px;
}

.our-listing {
    position: relative;
    z-index: 98;
    top: 0;
    left: 0;
    margin-top: -50px;
}

@media screen and (min-width: 240px) {
    .our-listing {
        margin-top: 50px;
    }
}

@media screen and (min-width: 992px) {
    .our-listing {
        margin-top: -50px;
    }
}

.list-item {
    overflow: hidden;
    margin: 0 15px;
}

.list-item .list-thumb {
    overflow: hidden;
}

.list-item .list-thumb .title,
.list-destinos .list-thumb .title
{
    background-color: #b10135;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    height: 50px;
    text-align: center;
}

.list-item .list-thumb .title h4,
.list-destinos .list-thumb .title h4 
{
    color: #fff;
    line-height: 50px;
}

.list-destinos .list-thumb .title h4:hover 
{
    background-color: #E63703;
}

.list-item .list-thumb img,
.list-destinos .list-thumb img 
{
    width: 100%;
}

.list-item .list-content h5,
.list-destinos .list-content h5 
{
    color: #b10135;
    font-weight: 600;
    font-size: 14px;
    margin: 15px 0 5px 0;
}

.list-item .list-content span,
.list-destinos .list-content span 
{
	display:block;
    color: #00D5B8;
    font-weight: 300;
    margin: 0;
	margin-bottom:50px;
}

.list-item .list-content span {
	height:80px;
	overflow:hidden;
	margin-bottom:15px;
}

.list-item .list-content a.price-btn {
    display: block;
    background-color: #b10135;
    color: #fff;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
}

.list-item .list-content a.price-btn:hover {
    background-color: #E63703;
}

.owl-next,.owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-color: #b10135;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.owl-next {
    right: -40px;
}

@media screen and (min-width: 240px) {
    .owl-next {
        right: 15px;
    }
}

@media screen and (min-width: 960px) {
    .owl-next {
        right: 13px;
    }
}

@media screen and (min-width: 992px) {
    .owl-next {
        right: -40;
    }
}

.owl-prev {
    left: -40px;
}

@media screen and (min-width: 240px) {
    .owl-prev {
        left: 15px;
    }
}

@media screen and (min-width: 960px) {
    .owl-prev {
        left: 15px;
    }
}

@media screen and (min-width: 992px) {
    .owl-prev {
        left: -40;
    }
}

.destino-con-oferta {
	text-align:center;
}

.destino-con-oferta a {
	display: inline-block;
    background-color: #b10135;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
	padding:5px;
	margin:2px;
}

.destino-con-oferta a:hover {
	background-color: #E63703;
}



.middle-content {
    margin-bottom: 30px;
}

.widget-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.widget-item p {
	margin-bottom:20px;
}

.service-item {
    overflow: hidden;
    margin-bottom: 30px;
}

.service-item .service-icon {
    float: left;
    margin-right: 20px;
    background: #b10135;
    color: #fff;
    font-size: 1.5em;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
}

.service-item .service-content {
    overflow: hidden;
}

.service-item .service-content h4 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 10px;
}

h4.consult-title {
    font-size: 18px;
    color: #b10135;
    font-weight: 300;
    margin: 20px 0 20px 0;
}

.consult-text h3 {
	font-size:12pt;
	line-height:18pt;
	margin-top:20px;
	opacity:0.6;
}

.consult-text p {
	margin-top:10px;
}

.post-small {
    overflow: hidden;
    margin-bottom: 30px;
}

.post-small .post-date {
    background-color: #b10135;
    color: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    float: left;
    margin-right: 20px;
}

.post-small .post-date span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.post-small .post-date span.time {
    margin-top: 14px;
}

.post-small .post-content {
    overflow: hidden;
}

.post-small .post-content h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
}

.post-small .post-content h4 a {
    color: #280028;
}

.post-small .post-content h4 a:hover {
    color: #FFCD00;
}

.post-small .post-content span {
    color: #b10135;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    display: inline-block;
}

.go-act {
    margin-bottom: 90px; /* antes era 30px
							lo modifiqué al ponerlo antes de los destinos
							en la página de inicio */
}

.act-btn {
    background: #b10135;
    position: relative;
    min-height: 180px;
    height: auto;
}

.act-btn button, .act-btn a#cat2019button {
    position: absolute;
    width: 180px;
    height: 180px;
    right: 0;
    top: 0;
    line-height: 120px;
    text-align: center;
    color: #fff;
    background: #E63703;
    font-size: 3em;
	border:none;
}

.act-btn button:hover, .act-btn a:hover#cat2019button {
    background: #FFCD00;
}

.act-btn a#cat2019button i {
	margin-top:70px;	
}

.act-btn .inner .price {
    position: absolute;
    left: 30px;
    top: 15px;
    width: 150px;
    height: 150px;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 75px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    line-height: 90px;
    text-align: center;
	overflow:hidden;
}

.act-btn .inner .title h2 {
    margin-top: 20px;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 800;
}

.act-btn .inner .title p {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

.act-btn .inner a {
	color:#FFCD00;
}

.act-btn .inner a:hover {
	color:#E63703;
}

.act-btn .inner input {
	margin:20px;
	margin-left:0px;
}

@media screen and (min-width: 240px) {
    .act-btn {
        padding:20px;
    }

}

@media screen and (min-width: 768px) {
    .act-btn {
        margin-top: 30px;
        padding:0px;
    }

    .act-btn .title p {
        font-size: 16px;
    }

	.act-btn .inner .title {
		overflow: hidden;
		margin-left: 200px;
		margin-right: 200px;
	}
}

@media screen and (min-width: 992px) {
    .act-btn {
        margin-top: 0;
        padding:0px;
    }

}

.cat2019h2 {
	margin-top:40px!important;
	margin-bottom: 20px !important;
}

.ticket-list {
    margin-bottom: 70px;
}

.ticket-item {
    overflow: hidden;
    margin-bottom: 30px;
}

.ticket-item h4 {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.ticket-item a.ticket-btn {
    margin-top: 25px;
    background: #b10135;
    color: #fff;
    padding: 12px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.ticket-item a.ticket-btn:hover {
    background: #E63703;
}

.partner-list {
    background: #eee;
    margin-bottom: 30px;
	padding:20px;
}

.contact-page {
    margin: 80px 0;
}

address.contact-infos {
    margin-top: 20px;
    display: block;
}

.first-map {
	height: 120px;
}

.map-holder {
	margin-bottom:20px;
}

.map-wrapper {
    margin-bottom: 30px;
}

input,textarea {
    border: 1px solid #cfcfcf;
    margin-bottom: 20px;
}

div.contact-form input,div.contact-form textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

div.contact-form textarea {
    min-height: 140px;
}

div.contact-form button.mainBtn {
    border: 0;
    background: #b10135;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
	width:100%;
	margin-top:20px;
}

div.contact-form button.mainBtn:disabled {
	opacity:0.5;
}

div.contact-form input[type="checkbox"] {
	display:inline;
	width:auto;
	min-width:auto;
}

div.contact-form .primero {
	display:none;
}

div.contact-form .alertas {
	float:right;
	position:absolute;
	margin:10px;
}

div.contact-form .help-block {
	margin-top:-10px;
	margin-bottom:10px;
}

.site-footer {
    margin-bottom: 80px;
}

.copyright {
    text-align: center;
}

.social-icons {
    margin-top: 10px;
    text-align: right;
}

.social-icons li {
    display: inline-block;
    margin: 0 2px;
}

.social-icons li a {
    width: 36px;
    height: 36px;
    color: #b10135;
    text-align: center;
    line-height: 36px;
}

.social-icons li a:hover {
    background: #b10135;
    color: #fff;
}

@media screen and (min-width: 240px) {
    .footer-logo {
        display: none;
    }

    .social-icons {
        text-align: center;
        margin-top: 30px;
    }
}

@media screen and (min-width: 768px) {
    .footer-logo {
        display: inline-block;
    }

    .social-icons {
        text-align: right;
        margin-top: 0;
    }
}

.arriba {
	margin-bottom:50px;
}

.ofertas {
    background: #eee;
	padding:15px;
	margin-bottom:1px;
}

.ofertas .col-md-2 img {
	width:100%;
}

.ofertas h3 {
	font-size:20px;
	color:#B10135;
	margin-bottom:5px;
}

.ofertas h3:hover {
	color:#E63703;
}

.ofertas p.price {
    background: #FFCD00;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    padding: 10px 10px;
    display: inline-block;
	margin:5px 5px 0px 0px;
}

.widget-item .ofertas .col-md-2 p {
	margin-bottom:5px;
}

.widget-item .ofertas p {
	margin-bottom:10px;
}

.ofertas .novedad {
	width:50px;
	height:50px;
	background:url(../imgtraveldays/novedad.png) no-repeat left top;
	color:#FFF;
	text-align:center;
	position:absolute;
	z-index:99;
	margin:-15px; /* el padding de .ofertas */
	margin-top:40px;
}

.ofertas p.desde {
	font-weight:700;
}

.ofertas p.link a {
	display:inline-block;
	background-color:#B10135;
	padding:2px 10px;
	margin:5px 0px;
	color:#FFF;
	font-weight:700;
}

.ofertas p.link a:hover,
.descargarpdf a:hover
{
	background-color:#E63703;
}

.descargarpdf a {
	width:100%;
	display:block;
	background-color:#B10135;
	padding:5px;
	margin:5px 0px;
	color:#FFF;
	font-weight:700;
	text-align:center;
}

.affix {
	max-width:250px;
	background-color:#FFF;
	z-index:99;
}

/* PAGINAS DE INFORMACION
	CONDICIONES DE USO */
	
.informacion {
	padding:10px;
}

.informacion h1 {
	margin-top:-50px;
	margin-bottom:20px;
	font-size:30px;
}

.informacion h2 {
	margin-bottom:20px;
	font-size:24px;
	font-weight:700;
}

.informacion h3 {
	font-size:20px;
	color: #999;
	margin-bottom:20px;
}

.informacion h4 {
	font-size:12px;
	font-weight:700;
	color:#B10135;
}

.informacion p {
	margin-bottom:10px;
}
	
/* FIN PAGINAS DE INFO */

/* MENSAJE COOKIES */
/*
*/
#overbox {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
	opacity:0.9;
	margin:0px;
}
/* FIN MENSAJE COOKIES */


/* TPV STYLES */

.tpv h1 {
	font-size:18pt;
	margin-bottom:20px;
}

.tpv td {
	padding:5px;
}

#tpvboton a {
	width:100%;
	display:block;
	background-color:#B10135;
	color:#FFF;
	font-weight:700;
	font-size:14px;
	text-align:center;
	padding:10px;
	margin:20px 0px;
}

#tpvboton a:hover {
	background-color:#E63703;
}

/* TPV FIN */

#mc-embedded-subscribe-form input[type="submit"] {
	background-color:#B10135;
	border:#FFF;
	color:#FFF;
	font-weight:700;
	margin-left:5px;	
}

#mc-embedded-subscribe-form input[type="submit"]:hover {
	background-color:#E63703;
}

#mc-embedded-subscribe-form span {
	margin-top:-15px;
	position:absolute;
	font-size:8pt;
}




/* ESTILOS PARA MAIL DE 2018 */
/*
/*
/*
/*
/*
*/
      #mailing2018 body {
      margin: 0px !important;
      padding: 0px !important;
      -webkit-text-size-adjust: 100% !important;
      -ms-text-size-adjust: 100% !important;
      -webkit-font-smoothing: antialiased !important;
      }
      /**
      * @tab Button
      * @section background-Colour
      */
      #mailing2018 .button{
      /*@editable*/ background-color: #d45656 !important;
      /*@editable*/ border-radius:3px !important;
      /*@editable*/ color: #ffffff !important;
      }
      /**
      * @tab Button_2
      * @section background-Colour
      */
      #mailing2018 .button_2{
      /*@editable*/ background-color: #b10135 !important;
      /*@editable*/ border-radius:3px !important;
      /*@editable*/ color: #ffffff !important;
      }
      #mailing2018 img {
      border: 0 !important;
      outline: none !important;
      display: block !important;
      }
      #mailing2018 table .precios {
		  background-color: #b10135 !important;
		}
	  #mailing2018 table {
      border-collapse: collapse !important;
      mso-table-lspace: 0px !important;
      mso-table-rspace: 0px !important;
      }
      #mailing2018 td {
      border-collapse: collapse !important;
      mso-line-height-rule: exactly !important;
      }
      #mailing2018 a, #mailing2018 span {
      mso-line-height-rule: exactly !important;
      }
		#mailing2018 p {
		margin: 0px 0px 10px 0px !important;
		}
      #mailing2018 .ExternalClass * {
      line-height: 100% !important;
      }
      #mailing2018 .white a {
      color: #ffffff !important;
      text-decoration: none !important;
      }
      #mailing2018 .white1 a {
      color: #e6e7e8 !important;
      text-decoration: none !important;
      background-color:#333333 !important;
      }
      #mailing2018 .white2 a {
      color: #f1f4f5 !important;
      text-decoration: none !important;
      }
      #mailing2018 .black a {
      color: #333333 !important;
      text-decoration: none !important;
      }      #mailing2018 .black3 a {
      color: #333333 !important;
      text-decoration: none !important;
      }
      #mailing2018 .black2 a {
      color: #282828 !important;
      text-decoration: none !important;
      }
      #mailing2018 .red a {
      color: #b10135 !important;
      text-decoration: none !important;
      }
      #mailing2018 .grey a {
      color: #808080 !important;
      text-decoration: none !important;
      }
      #mailing2018 .grey1 a {
      color: #808080 !important;
      text-decoration: none !important;
      }
      #mailing2018 .applewhiltelink a {
      color: inherit !important;
      text-decoration: none !important;
      }
      #mailing2018 .video img {
      width: 100% !important;
      height: auto !important;
      }
	  #mailing2018 .incluye_ofertas p {
		margin-bottom: 2px !important;
	  }
      @media only screen and (min-width:481px) and (max-width:599px) {
      #mailing2018 table[class=wrapper] {
      width: 100% !important;
      }
      #mailing2018 table[class=main_table] {
      width: 100% !important;
      }
      #mailing2018 td[class=pad_side] {
      padding-left: 14px !important;
      padding-right: 14px !important;
      }
      #mailing2018 td[class=hide], br[class=hide] {
      display: none !important;
      }
      #mailing2018 img[class=full_img] {
      width: 100% !important;
      height: auto !important;
      }
      #mailing2018 td[class=text], #mailing2018 td[class=black], #mailing2018 td[class=black2], #mailing2018 td[class=red], #mailing2018 td[class=white], #mailing2018 td[class=white1], #mailing2018 td[class=white2], #mailing2018 td[class=grey] {
      text-align: center !important;
      }
      #mailing2018 td[class=pad_bottom] {
      padding-bottom: 20px !important;
      }
      #mailing2018 td[class=pad_top] {
      padding-top: 20px !important;
      }
      #mailing2018 td[class=fix_height] {
      height: 20px !important;
      }
      #mailing2018 td[class=video] img {
      width: 100% !important;
      height: auto !important;
      }
      }
      @media only screen and (max-width:480px) {
      #mailing2018 table[class=wrapper] {
      width: 100% !important;
      }
      #mailing2018 table[class=main_table] {
      width: 100% !important;
      }
      #mailing2018 td[class=pad_side] {
      padding-left: 14px !important;
      padding-right: 14px !important;
      }
      #mailing2018 td[class=hide], br[class=hide] {
      display: none !important;
      }
      #mailing2018 img[class=full_img] {
      width: 100% !important;
      height: auto !important;
      }
      #mailing2018 td[class=text], #mailing2018 td[class=black], #mailing2018 td[class=black2], #mailing2018 td[class=red], #mailing2018 td[class=white], #mailing2018 td[class=white1], #mailing2018 td[class=white2], #mailing2018 td[class=grey] {
      text-align: center !important;
      }
      #mailing2018 td[class=pad_bottom] {
      padding-bottom: 20px !important;
      }
      #mailing2018 td[class=pad_top] {
      padding-top: 20px !important;
      }
      #mailing2018 td[class=fix_height] {
      height: 20px !important;
      }
      #mailing2018 td[class=video] img {
      width: 100% !important;
      height: auto !important;
      }
      }

/* ---- parallax ---- */

.parallax {
    padding-top: 110px;
    padding-bottom: 110px;
	display:block;
    position:relative;
    z-index:120;
}

#parallax2{	
	background-image: url(/imgtraveldays/parallax.jpg);
    background-position: center;
    background-repeat: no-repeat;
    display:block;
    position:relative;
    z-index:120; 
}

#parallax2:after {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}

.colorgraph {
  height: 5px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}