
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  src: local('Cinzel-Regular'), url(../fonts/zOdksD_UUTk1LJF9z4tURA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
body {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;	
    margin-top:15px;
    font-size: 16px;
    background-color:#dbd0b6;
}
@media (min-width: 768px){
	body{font-size: 0.9em;}
	}

@media (min-width: 992px){
	main{width:90%;}
	footer{width:90%;}
	body{font-size: 1em;}
	}

@media (min-width: 1200px){
	main{width:1100px;}
	footer{width:1100px;}
	body{font-size: 1.1em;}
	}

main{margin: 10px auto;padding-left:30px;padding-right:30px;display: block;font-family: serif}main:before,main:after{content:" ";display:table}main:after{clear:both}
main-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}main-fluid:before,main-fluid:after{content:" ";display:table}main-fluid:after{clear:both}.row{margin-left:-15px;margin-right:-15px}

main{background-color:rgba(232,228,203,0.9);padding-top:15px;padding-bottom:15px;border-radius:7px;
-webkit-box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.75);
box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.75);
display: block;
}

header{background-color:rgba(199,195,167,0.8);padding:1px 7px 7px 10px;border-radius:7px; max-width:500px; margin: 0 auto; text-align:center; font-family: serif;font-size:0.9em;
-webkit-box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.75);
box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.75);
}
footer{margin: 15px auto 0 auto;padding-left:30px;padding-right:30px;font-family:serif}footer:before,footer:after{content:" ";display:table}footer:after{clear:both}
footer-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}footer-fluid:before,footer-fluid:after{content:" ";display:table}footer-fluid:after{clear:both}.row{margin-left:-15px;margin-right:-15px}

footer{background-color:rgba(232,228,203,0.9);padding-top:15px;padding-bottom:15px;border-radius:7px;
-webkit-box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.75);
box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.75);
display: block;
}
#contenedor {
    max-width:780px;
    margin:0 auto;
    font-family:serif
}
#indexcontenedor {
    background-image:url(../fondos/jonicoindex-gr.jpg), url(../fondos/rojoindexbajo-gr.gif), url(../fondos/rojoindex-gr.gif);
    background-position:center top, center bottom, center 180px;
    background-repeat:no-repeat, no-repeat, repeat-y
}
#contenedor .bloque {
    display:inline-block;
    width:316px;
    vertical-align:middle;
    margin:3px 0 5px
}

.flex-container{
    list-style-type:none;
    padding:0;
    /*Flexbox setup*/
    display: flex;
  flex-flow: row wrap;
}
.item1{
	 max-width:650px;
    margin:0;
    text-align: justify;      
}
.item2{
    margin:0 auto;	
	 max-width:650px;
    padding-left: 5px; 
}
.item3{
	 max-width:500px;
    margin:0;
    text-align: justify;      
}
.item4{
    margin:10px auto;	
	 max-width:500px;
    padding-left: 5px;      
}
.caja{
	width:468px;margin: 0 auto;
}
.caja-marron {
    margin: 5px 10px 0 10px;
    background:#e0ddc7;
    padding: 10px;
    border-radius:10px;
-webkit-box-shadow: 1px 4px 26px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 4px 26px -1px rgba(0,0,0,0.75);
box-shadow: 1px 4px 26px -1px rgba(0,0,0,0.75);
display: inline-block;
-webkit-column-break-inside:avoid;
-moz-column-break-inside:avoid;
-o-column-break-inside:avoid;
-ms-column-break-inside:avoid;
break-inside:avoid;
}
.caja-verde {
    margin: 5px 10px 0 10px;
    padding: 10px;
    background:#d6e0c7;
    border-radius:10px;
-webkit-box-shadow: 1px 4px 26px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 4px 26px -1px rgba(0,0,0,0.75);
box-shadow: 1px 4px 26px -1px rgba(0,0,0,0.75);
-webkit-column-break-inside:avoid;
-moz-column-break-inside:avoid;
-o-column-break-inside:avoid;
-ms-column-break-inside:avoid;
break-inside:avoid;
}
a:link {
    text-decoration:none;
    color:#425c52
}
a:visited {
    text-decoration:none;
    color:#7e917e
}
a:hover {
    text-decoration:underline;
    color:#6b8e23
}
h1 {
    font-family:'Cinzel', Serif;
    color:#900;
    font-size:1.4em;
    margin-top: 30px;
    padding:0 0 0 20px
}
h2 {
    color:#640000;
    font-family: serif;
    font-size:1.1em;
    padding:10px 0 0 10px
}
h3 {
    color:#36473a;
    font-family: serif;    
    font-size:1.2em;
    padding:0 0 0 2px
}
h4 {
    font-family:'Cinzel', Serif;	
    color:#5a4731;
    font-family: serif;    
    font-size:1.2em;
}
h5 {
    color:#333;
    font-family: serif;
    font-size:1.05em;
    text-align:center;
    padding:0 5px;
    margin:0
}
h6 {
    color:#333;
    font-family: serif;
    font-size:1em;
    text-align:center;
    padding:5px;
    margin:0
}
p {
    color:#27251e;
    font-family: serif;
    margin-top:5px;
    line-height:1.3em;
    font-size:1.1em;
    padding:0 10px 0 10px;
}
p.pie {font-size:1em; margin:0 auto; padding:0;}
p.bold {font-weight: bold}
p.subtitle {color: #3f3f3f;font-size:0.95em; margin-bottom: 5px;}
.left {text-align: left;}
.plinea {margin-top:0}
.ulinea {margin-bottom:0}
.ilinea {margin-top: 10px}
strong {color:#740000}
.rojo {color:#640000}
.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
.resaltado {
	 font-weight: bold;	 
	 font-size: 1.5em;
text-shadow: 2px 2px 3px #8e8b7c;
color: #a00000;
}
.centrar {
    text-align:center
}
.iconos {text-align:right;}
.mini{font-size:0.8em}
.bold {font-weight: bold;}
div.g-recaptcha {
  margin: 0 auto;
  width: 304px;
}
.estilotextarea {background-color: #f2eddf;border: 1px solid #8e8164;}
img.menuicon {float: right; margin-top: 10px;}
.columnas {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    text-align: justify;
	 padding: 0 5px;
}
.menu-body {
  max-width: 680px;
  margin: 0 auto;
  display: block;
  padding: 0 15px 0 15px;
}

.menu-section {
  margin-bottom: 20px;
}

.menu-section-title {
  font-family: serif;
  color:#2d4f00;  
  font-size: 21px;
  display: block;
  text-align: Center;
}

.menu-item {
  margin: 15px 0;
  font-size: 18px;
}

.menu-item-name{
  font-family: serif;
  font-weight: bold;
  border-bottom: 2px dotted #9b9b9b;
  padding-left: 15px;
    color: #740000;
}

.menu-item-description {
  font-style: italic;
  font-size: .9em;
  line-height: 1.5em;
}

.menu-item-price{
  float: right;
  font-weight: bold;
  font-family: serif;
  margin-top: -22px;
}
.ls-l {
    font-size: 20px;
    white-space: nowrap;
    font-weight: normal;
    text-shadow: 3px 3px 7px #000;
    color: #e8e4cb;
    border-radius:4px;
    background:#6a0000;
	 opacity:0.8;
	filter:alpha(opacity=80);
}

#TA_cdsratingsonlynarrow360 >div {margin-left:auto !important;margin-right:auto !important;}
#TA_cdsratingsonlynarrow406 >div {margin-left:auto !important;margin-right:auto !important;}

img {
    height:auto;
    max-width:100%
}
table {
	font-family: serif;
	color:#333;
	font-size:1em;
	background:#879d95;
	margin:0 auto;
	border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
   border-collapse: collapse;
   border-spacing: 0;
       -webkit-column-break-inside:avoid;
-moz-column-break-inside:avoid;
-o-column-break-inside:avoid;
-ms-column-break-inside:avoid;
break-inside:avoid;
}
table th {
	font-size:16px;
	color: #f6f4e4;
	text-shadow: 1px 1px 0px #000;
	padding:10px 5px 10px 5px;
	border-bottom:1px solid #e0e0e0;
	background: -webkit-gradient(linear, left top, left bottom, from(#879d95), to(#34463f));
	background: -moz-linear-gradient(top,  #879d95,  #34463f);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
table tr{
	text-shadow: 1px 1px 0px #fff;
	text-align: center;
	padding-left:5px;
}
table tr td {
	padding:10px;
	border-top: 1px solid #fff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#eae7d4));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td{
	border-bottom:0;
}
table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
input {
    background-color:#e3ddbc;
    border:1px solid #333;
    padding:3px 5px
}
textarea {
    width:100%;
    max-width:400px;
    height:100px
}
input[type=checkbox] {
    width:20px;
    height:20px
}

.cli-plugin-button, .cli-plugin-button:visited {
    background:#222 url(../images/overlay.png) repeat-x;
    display:inline-block;
    padding:5px 10px 6px;
    color:#fff;
    text-decoration:none;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.6);
    text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
    border-bottom:1px solid rgba(0, 0, 0, 0.25);
    position:relative;
    cursor:pointer;
    margin:auto 10px
}
.cli-plugin-button:hover {
    background-color:#111;
    color:#fff
}
.cli-plugin-button:active {
    top:1px
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
    font-size:11px
}
.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
    font-size:13px;
    font-weight:700;
    line-height:1;
    text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25)
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
    font-size:14px;
    padding:8px 14px 9px
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
    font-size:34px;
    padding:8px 14px 9px
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
    background-color:#e22092
}
.pink.cli-plugin-button:hover {
    background-color:#c81e82
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
    background-color:#91bd09
}
.green.cli-plugin-button:hover {
    background-color:#749a02
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
    background-color:#e62727
}
.red.cli-plugin-button:hover {
    background-color:#cf2525
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
    background-color:#ff5c00
}
.orange.cli-plugin-button:hover {
    background-color:#d45500
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
    background-color:#2981e4
}
.blue.cli-plugin-button:hover {
    background-color:#2575cf
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
    background-color:#ffb515
}
.yellow.cli-plugin-button:hover {
    background-color:#fc9200
}
.hidden {
    display:none
}
.unhidden {
    display:block
}
.botoncontacto {
    background:url(iconos/enviar.jpg) no-repeat;
    cursor:pointer;
    width:194px;
    height:54px;
    border:none
}
.botoncontacto:hover {
    background:url(iconos/enviar2.jpg) no-repeat;
    cursor:pointer;
    width:194px;
    height:54px;
    border:none
}
.botoncontacto2 {
    background:url(../iconos/submit.jpg) no-repeat;
    cursor:pointer;
    width:194px;
    height:54px;
    border:none
}
.botoncontacto2:hover {
    background:url(../iconos/submit2.jpg) no-repeat;
    cursor:pointer;
    width:194px;
    height:54px;
    border:none
}
#cajon1 {
    float:left
}
#cajon2 {
    float:left
}
.hidden {
    display:none
}
.unhidden {
    display:block
}
.fecha { 
  display: inline-flex;
  margin-bottom: 5px;
  }
.arrival_redforts_com
  {
  border: 1px solid #990000;
  height: 16px;
  width: 150px;
  font-size: 16px;
  font-family: Arial, Verdana;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  color: #2E3133;
  }
  .textbox:focus
  {
  color: #2E3133;
  border-color: #FBFFAD;
  }
.departure_redforts_com
  {
  border: 1px solid #990000;
  width: 150px;  
  height: 16px;
  font-size: 16px;
  font-family: Arial, Verdana;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  color: #2E3133;
  }
.textbox:focus
  {
  color: #2E3133;
  border-color: #FBFFAD;
  }  
.styled-button-11 {
    background:#FEDA71;
    background:-moz-linear-gradient(top, #FEDA71 0%, #FEBB49 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FEDA71), color-stop(100%, #FEBB49));
    background:-webkit-linear-gradient(top, #FEDA71 0%, #FEBB49 100%);
    background:-o-linear-gradient(top, #FEDA71 0%, #FEBB49 100%);
    background:-ms-linear-gradient(top, #FEDA71 0%, #FEBB49 100%);
    background:linear-gradient(#FEDA71 0%, #FEBB49 100%);
    padding:8px 28px;
    color:#333;
    font-family:"Cinzel";
    font-style:normal;
    font-weight:600;
    font-size:15px;
    text-shadow:0 1px 1px rgba(255, 255, 255, 0.3);
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #623F1D;
    -webkit-transition:all .2s linear 0;
    -moz-transition:all .2s linear 0;
    -o-transition:all .2s linear 0;
    -ms-transition:all .2s linear 0
}
.styled-button-11:hover {
    color:#FFF;
    text-shadow:0 2px 2px rgba(60, 60, 60, 0.7);
    background:#fea11b
}
.myButton {
    background:url(iconos/enviar.jpg) no-repeat;
    cursor:pointer;
    width:194px;
    height:54px;
    border:none
}
.myButton:hover {
    background:url(iconos/enviar2.jpg) no-repeat;
    cursor:pointer;
    width:194px;
    height:54px;
    border:none
}
 /*
 * Plugin: Web Slide - App Style Responsive Megamenu
 * Demo Link: http://webslidemenu.webthemex.com/
 * Version: v3.4
 * Author: webthemex
 * License: http://codecanyon.net/licenses/standard
*/

/*--------------------------------------------------------------------------
[Table of contents]

01 Base CSS
02 Desktop CSS
03 Tab CSS
04 Mobile CSS
05 Additional Themes (Optionnal)
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
|  01  Base CSS
--------------------------------------------------------------------------*/

.wsdownmenu * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}
.wsdownmenu html, .wsdownmenu body, .wsdownmenu iframe, .wsdownmenu h1, .wsdownmenu h2, .wsdownmenu h3, .wsdownmenu h4, .wsdownmenu h5, .wsdownmenu h6 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font: inherit;
	vertical-align: baseline;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	font-family: Cinzel, Times, Georgia, Serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.wsdownmenu .cl {
	clear: both;
}
.wsdownmenu .clearfix:before, .wsdownmenu .clearfix:after {
	content: "";
	display: table;
}
.wsdownmenu .clearfix:after {
	clear: both;
}
.wsdownmenu .clearfix {
	zoom: 1;
}
.wsdownmenu img, object, embed, video {
	border: 0 none;
	max-width: 100%;
}
.wsdownmenu a:focus {
	outline: none !important;
}
.wsdownmenu:before, .wsdownmenu:after {
	content: "";
	display: table;
}
.wsdownmenu:after {
	clear: both;
}
.wsdownmenu textarea {
	font-family: Times, serif;
}
.wsdownmenu input[type="submit"] {
	cursor: pointer;
	font-family: Times, serif;
}
.wsdownmenu input[type="button"] {
	cursor: pointer;
	font-family: Times, serif;
}

/*--------------------------------------------------------------------------
|  02 Desktop CSS
--------------------------------------------------------------------------*/

.wsmobileheader {
	display: none;
}
.overlapblackbg {
	display: none;
}
.wsdownmenu {
	font-family: Times, serif;
	color: #2f423a;
   text-shadow: 1px 1px #efefef;	
	position: relative;
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin: 0px auto;
	width: 100%;
	max-width: 1200px;
	background-color: #ede6da;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.wsdownmenu-list {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 100%;
	display: table;
	padding: 0px;
}
.wsdownmenu-list > li {
	text-align: center;
	display: table-cell;
	color: #2f423a;
}
.wsdownmenu-list li:first-child a{
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;}
	
.wsdownmenu-list li:last-child a{
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border-right:0px solid;
}
.wsdownmenu-list > li > a .fa {
	display: inline-block;
	font-size: 14px;
	line-height: inherit;
	margin-right: 0px;
}
.wsdownmenu-list li ul li a .fa.fa-angle-double-right {
	font-size: 12px;
	margin: 0 3px 0 -4px;
}
.wsdownmenu-list li a .arrow:after {
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 4px solid #415c51;
	content: "";
	float: right;
	height: 0;
	margin: 0 0 0 9px;
	position: absolute;
	text-align: right;
	top: 22px;
	width: 0;
}
.wsdownmenu-list > li > a {
	display: block;
	background-color: #f2ebdf;
	color: #424242;
	padding: 0px 14px;
/* ANCHURA DE MENU en line-height:43; */		
	line-height: 43px;
	border-right: 1px solid rgba(0,0,0,0.10);
	text-decoration: none;
	position: relative;
}
.wsdownmenu-list li a:hover .arrow:after {
	border-top-color: #415c51
}
.wsdownmenu-list li a.active .arrow:after {
	border-top-color: #415c51
}
.wsdownmenu-list li:hover>a .arrow:after {
	border-top-color: #415c51
}
.wsdownmenu-list li > .wsdownmenu-submenu {
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
	visibility: hidden;
}
.wsdownmenu-list li:hover > .wsdownmenu-submenu {
	transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	opacity: 1;
	visibility: visible;
}
.wsdownmenu-submenu li > .wsdownmenu-submenu-sub {
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
	visibility: hidden;
}
.wsdownmenu-submenu li:hover > .wsdownmenu-submenu-sub {
	transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	opacity: 1;
	visibility: visible;
}
.wsdownmenu-submenu-sub li > .wsdownmenu-submenu-sub-sub {
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
	visibility: hidden;
}
.wsdownmenu-submenu-sub li:hover > .wsdownmenu-submenu-sub-sub {
	transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	opacity: 1;
	visibility: visible;
}
.wsdownmenu-list li > .megamenu {
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
	visibility: hidden;
}
.wsdownmenu-list li:hover > .megamenu {
	transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	opacity: 1;
	visibility: visible;
}
/* Submenu CSS */
.wsdownmenu-submenu {
	position: absolute;
/* Altura del subMENU en top:XXpx; */	
	top: 42px;
	z-index: 1001;
	margin: 0px;
	padding: 5px 0  5px 5px;
   width:195px;
	color: #2f423a !important;   
	background-color: #f2ebdf;
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	-ms-transition: -ms-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-webkit-box-shadow: 1px 4px 26px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 4px 26px -1px rgba(0,0,0,0.75);
box-shadow: 1px 4px 26px -1px rgba(0,0,0,0.75);	
}
/* Atributos del subMENU 1, color, tamaño, etc ; */	
.wsdownmenu-submenu li a {
	background: #f2ebdf !important;
	background-image: none !important;
	color: #2f423a !important;
   text-shadow: 1px 1px #efefef;	
	border-right: 0 none !important;
	text-align: left;
	display: block;
	line-height: 22px;
	padding: 6px 12px;
	text-transform: none;
	font-size: 0.9em;
	letter-spacing: normal;
	border-right: 0px solid;
}
.wsdownmenu-submenu li {
	position: relative;
	margin: 0px;
	padding: 0px;
}
.wsdownmenu-list li:hover .wsdownmenu-submenu {
	display: block;
}
.wsdownmenu-list .wsdownmenu-submenu .wsdownmenu-submenu-sub {
	min-width: 180px;
	z-index:1002;	
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0px;
	padding: 0px;
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.4s, opacity 0.4s;
	-ms-transition: -ms-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
-webkit-box-shadow: 1px 4px 26px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 4px 26px -1px rgba(0,0,0,0.75);
box-shadow: 1px 4px 26px -1px rgba(0,0,0,0.75);	
}
.wsdownmenu-list .wsdownmenu-submenu li:hover .wsdownmenu-submenu-sub {
	opacity: 1;
	list-style: none;
	padding: 2px;
	border: solid 1px #eeeeee;
	background-color: #f2ebdf;
}
.wsdownmenu-list .wsdownmenu-submenu li:hover .wsdownmenu-submenu-sub {
	display: block;
}
.wsdownmenu-list .wsdownmenu-submenu .wsdownmenu-submenu-sub .wsdownmenu-submenu-sub-sub {
	min-width: 220px;
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0px;
	padding: 0px;
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.4s, opacity 0.4s;
	-ms-transition: -ms-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}
.wsdownmenu-list .wsdownmenu-submenu .wsdownmenu-submenu-sub li:hover .wsdownmenu-submenu-sub-sub {
	opacity: 1;
	list-style: none;
	padding: 2px;
	border: solid 1px #eeeeee;
	background-color: #f2ebdf;
}
.wsdownmenu-submenu li {
	position: relative;
	padding: 0px;
	margin: 0px;
	display: block;
}
.wsdownmenu-click {
	display: none;
}
.wsdownmenu-click02 {
	display: none;
}

.wsdownmenu-list li:hover>a {
	background-color: rgba(0,0,0,0.08) !important;
	text-decoration: none;
}
.wsdownmenu-list > li > a:hover {
	background-color: rgba(0,0,0,0.08) !important;
	text-decoration: none;
}
.wsdownmenu-list > li > a.active {
	background-color: rgba(0,0,0,0.08) !important;
	text-decoration: none;
}
.wsdownmenu-submenu > li > a:hover {
	background-color: rgba(0,0,0,0.08) !important;
	border-radius: 0px!important;
	text-decoration: none;
	text-decoration: none;
}
.typography-text {
	padding: 0px 0px;
	font-size: 15px;
}
.typography-text p {
	text-align: justify;
	line-height: 24px;
	color: #656565;
}
.typography-text ul li {
	display: block;
	padding: 2px 0px;
	line-height: 22px;
}
.typography-text ul li a {
	color: #656565;
}
.hometext {
	display: none;
}
.wsdownmenu-submenu .fa {
	margin-right: 9px;
	
}
.wsdown-menuopner {
	display: none !important;
}

/*--------------------------------------------------------------------------
|  03 Tab CSS
--------------------------------------------------------------------------*/ 

 @media only screen and (min-width:780px) and (max-width:1023px) {
.wsdownmenu-list > li > a > .fa {
	display: none !important;
}

.hometext {
	display: block !important;
}
.wsdownmenu {
	font-size: 13px !important;
}
.wsdownmenu-list li a {
	white-space: nowrap !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
}

}
 @media only screen and (min-width: 781px) and (max-width:1200px) {
.wsdownmenu-list li a .arrow:after {
	display: none !important;
}
}
 @media only screen and (min-width: 781px) {
.wsdownmenu-list li:hover > .wsdownmenu-submenu {
	display: block !important;
}
.wsdownmenu-submenu li:hover > .wsdownmenu-submenu-sub {
	display: block !important;
}
.wsdownmenu-submenu-sub li:hover > .wsdownmenu-submenu-sub-sub {
	display: block !important;
}
.wsdownmenu-list li:hover > .megamenu {
	display: block !important;
}
}
.wsdownmenu-animated-arrow {
	display: none;
}
.wsdownmenu-text {
	display: none;
}


/*--------------------------------------------------------------------------
|  04 Mobile CSS
--------------------------------------------------------------------------*/ 

@media only screen and (max-width: 780px) {
main{padding-left:5px; padding-right:5px;}
p.subtitle {font-size:0.8em;}		
.hometext {
	display: inline-block;
}
/* angulo derecha en movil transparente */	
.fa-angle-right{
	color: transparent !important;
}
.wsdownmenu-mobile {
	display: block;
}
.wsdown-mobile {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: none;
	width: 100%;
}
.wsdown-mobile > li {
	margin: 0px 0px 0px 0px !important;
	display: block;
	position: relative;
}
.wsdown-mobile > li > a {
	display: block;
	color: #000;
	padding: 15px 25px;
	background-color: rgba(255,255,255,1) !important;
	border-bottom: solid 1px rgba(0,0,0,0.18)
}
.wsdown-mobile > li > a.active {
	box-shadow: none;
}
.wsdown-mobile > li:hover>a {
	box-shadow: none;
}
.wsdownmenu-list > li > a > .arrow {
	display: none !important;
}
.wsdownmenu {
	width: 96%;
	padding: 48px 0px 0px 0px !important;
	background-color: #ffffff;
	margin: 5px 2%;
	border: solid 1px #e0e0e0;
}
.wsdownmenu-list {
	display: none;
}
.wsdownmenu-list > li {
	width: 100%;
	float: none;
	text-align: left;
	clear: left;
}
.wsdownmenu-list > li > a {
	border-right: none;
	padding: 13px;
	line-height: 20px;
	text-transform: none;
}
.wsdownmenu-click {
	display: block;
}
.wsdownmenu-click02 {
	display: block;
}
.wsdownmenu-mobile-open {
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
.wsdownmenu-list > li:hover .wsdownmenu-submenu {
	display: none;
}
.wsdownmenu-submenu {
	position: static;
	width: 100%;
	display: none;
}
.wsdownmenu-submenu > li {
	margin: 0px 0px 0px 0px !important;
}
/* Atributos Submenu 2 color, fondo*/
.wsdownmenu-submenu > li > a {
	display: block;
	color: #2f423a;
	padding: 12px 25px;
	background: #f2ebdf !important;
	border-bottom: solid 1px #ccc;
}
.wsdownmenu-submenu > li a.active {
	color: #000 !important;
}
.wsdownmenu-submenu > li:hover>a {
	background-color: #f5f5f5 !important;
	color: #000;
}
.wsdownmenu-submenu-sub {
	width: 100%;
	position: static;
	left: 100%;
	top: 0;
	display: none;
	margin: 0px;
	padding: 0px;
}
.wsdownmenu-submenu-sub > li {
	margin: 0px 0px 0px 0px !important;
	padding: 0px;
	position: relative;
}
 /* color texto submenu 2 */
.wsdownmenu-submenu-sub > li > a {
	display: block;
	font-family: Times, serif;	
   color: #2f423a !important;
	padding: 10px 25px 10px 40px;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
}
.wsdownmenu-submenu-sub > li > a.active {
	color: #000 !important;
}
/* Fondo submenu 3 */	
.wsdownmenu-submenu-sub > li:hover>a {
	background-color: #EBEBEB !important;
	color: #fff;
}
.wsdownmenu-submenu-sub-sub {
	width: 100%;
	position: static;
	left: 100%;
	top: 0;
	display: none;
	margin: 0px;
	padding: 0px;
}
.wsdownmenu-submenu-sub-sub > li {
	margin: 0px 0px 0px 0px !important;
}
.wsdownmenu-submenu-sub-sub > li > a {
	display: block;
	color: #000;
	padding: 10px 25px 10px 25px;
	background: #fff !important;
	border-bottom: solid 1px #ccc;
	font-weight: normal;
}
.wsdownmenu-submenu-sub-sub > li a.active {
	color: #000 !important;
}
.wsdownmenu-submenu-sub-sub > li:hover>a {
	background-color: #EBEBEB !important;
	color: #fff;
}
	
.wsdownmenu-text {
	display: block !important;
}
.wsdownmenu-list .wsdownmenu-submenu li:hover .wsdownmenu-submenu-sub {
	display: none;
}
.wsdownmenu-list > li > .megamenu {
	position: static;
	display: none;
}
.wsdownmenu-list > li > .wsdownmenu-submenu {
	position: static !important;
}
.wsdownmenu-list .wsdownmenu-submenu .wsdownmenu-submenu-sub {
	position: static !important;
}
.wsdownmenu-list .wsdownmenu-submenu .wsdownmenu-submenu-sub .wsdownmenu-submenu-sub-sub {
	position: static !important;
}
.halfmenu {
	width: 100% !important;
}
.halfdiv {
	width: 100% !important;
}
.megacolimage {
	width: 100% !important;
}
.typographylinks {
	width: 100% !important;
}
.megacollink {
	width: 100% !important;
}
 
 
.wsdownmenu-animated-arrow {
	border-image: none;
	color: #2f423a;		
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 21px 14px;
	position: absolute;
	right: 0;
	text-align: center;
	display: block !important;
	top: 0;
	vertical-align: middle;
	height: 48px;
	/* change */ 
	width: 100%;
	z-index:1000;	
}
 /* color cruz menu y tres rayas background */
.wsdownmenu-animated-arrow span, .wsdownmenu-animated-arrow span:before, .wsdownmenu-animated-arrow span:after {
	cursor: pointer;
	height: 3px;
	width: 23px;
	background: #415c51;
	position: absolute;
	display: block;
	content: '';
/* change */ 
	right: 15px;
}
.wsdownmenu-animated-arrow span:before {
	top: -7px;
/* change */ 
	right: 0;
}
.wsdownmenu-animated-arrow span:after {
	bottom: -7px;
/* change */ 	
	right: 0;
}
.wsdownmenu-animated-arrow span, .wsdownmenu-animated-arrow span:before, .wsdownmenu-animated-arrow span:after {
	transition: all 500ms ease-in-out;
}
.wsdownmenu-lines.wsdownmenu-animated-arrow span {
	background-color: transparent !important;
}
.wsdownmenu-lines.wsdownmenu-animated-arrow span:before, .wsdownmenu-animated-arrow.active span:after {
	top: 7px;
}
.wsdownmenu-lines.wsdownmenu-animated-arrow span:before {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	bottom: 0px;
}
.wsdownmenu-lines.wsdownmenu-animated-arrow span:after {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/* Atributos Submenu 3 */	

.wsdownmenu-click {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	cursor: pointer;
	z-index: 100;
	width: 100%;
	height: 46px;
}
 /* color angulo para abajo submenu 1 */
.wsdownmenu-click i {
	display: block;
	height: 23px;
	width: 25px;
	margin-right: 8px;
	margin-top: 11px;
	background-size: 25px;
	font-size: 21px;
	color: #415c51;
	float: right;
	text-align: center;
}
.wsdownmenu-rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.wsdownmenu-text {
	width: 50%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #424242;
	line-height: 48px;
	text-indent: 15px;
	font-weight: normal;
	font-size: 17px;
	display: none;
	text-transform: none;
}
.wsdownmenu-click02 {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	cursor: pointer;
	z-index: 100;
	/* change */ 
	width: 100%;
	height: 47px;
}
 /* color angulo para abajo submenu 2 */
.wsdownmenu-click02 i {
	display: block;
	height: 23px;
	width: 25px;
	margin-top: 11px;
	margin-right: 12px;
	background-size: 25px;
	font-size: 21px;
	color: #415c51;
	float: right;
	text-align: center;
}
.wsdownmenuarrow-rotate > i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.wsdownmenu-list li > .wsdownmenu-submenu {
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	visibility: visible !important;
	opacity: 1 !important;
}
.wsdownmenu-list li:hover > .wsdownmenu-submenu {
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	visibility: visible !important;
	opacity: 1 !important;
}
.wsdownmenu-submenu li > .wsdownmenu-submenu-sub {
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	visibility: visible !important;
	opacity: 1 !important;
}
.wsdownmenu-submenu li:hover > .wsdownmenu-submenu-sub {
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	visibility: visible !important;
	opacity: 1 !important;
}
.wsdownmenu-submenu-sub li > .wsdownmenu-submenu-sub-sub {
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	visibility: visible !important;
	opacity: 1 !important;
}
.wsdownmenu-submenu-sub li:hover > .wsdownmenu-submenu-sub-sub {
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	visibility: visible !important;
	opacity: 1 !important;
}
.wsdownmenu-list li > .megamenu {
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	visibility: visible !important;
	opacity: 1 !important;
}
.wsdownmenu-list li:hover > .megamenu {
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	visibility: visible !important;
	opacity: 1 !important;
}
}


/*--------------------------------------------------------------------------
|  05 Additional Themes (Optionnal)
--------------------------------------------------------------------------*/ 
.red-grdt {
	background: #eae8d9;
	background: -moz-linear-gradient(top,  #eae8d9 0%, #bdad92 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eae8d9), color-stop(100%,#bdad92));
	background: -webkit-linear-gradient(top,  #eae8d9 0%, #bdad92 100%);
	background: -o-linear-gradient(top,  #eae8d9 0%, #bdad92 100%);
	background: -ms-linear-gradient(top, #eae8d9 0%, #bdad92 100%);	
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae8d9', endColorstr='#bdad92', GradientType=0 );
	color: #2f423a;
}
 /* color texto submenu1 */
.red-grdt > .wsdownmenu-list > li > a {
	color: #2f423a !important;
}
.red-grdt > .wsdownmenu-list > li > a {
	background-color: transparent !important;
}
 /* color flecha abajo menu */
.red-grdt > .wsdownmenu-list > li > a > .arrow:after {
	border-top-color: #2f423a !important;
}
.red-grdt > .wsdownmenu-text {
	color: #2f423a !important;
}
 @media only screen and (max-width: 780px) {
.red-grdt > .wsdownmenu-list > li > a > .fa {
	color: #2f423a !important;	
}
.columnas {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
     column-count: 1;        
      }
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
 @font-face{
     font-family:'FontAwesome';
     font-display: auto;
     src:url('../fonts/fontawesome-webfont.eot?v=4.2.0');
     src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
     font-weight:normal;
     font-style:normal}
.fa{
	display:inline-block;
	font:bold normal normal 15px/1 FontAwesome;
	float:right;
   height: 50%;	
   padding-top: 3px;
}
.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}
.fa-2x{font-size:2em}
.fa-3x{font-size:3em}
.fa-4x{font-size:4em}
.fa-5x{font-size:5em}
.fa-fw{width:1.28571429em;text-align:center}
.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}
.fa-ul>li{position:relative}
.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}
.fa-li.fa-lg{left:-1.85714286em}
.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}
.pull-right{float:right}
.pull-left{float:left}
.fa.pull-left{margin-right:.3em}
.fa.pull-right{margin-left:.3em}
.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}
@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-angle-double-left:before{content:"\f100"}
.fa-angle-double-right:before{content:"\f101"}
.fa-angle-double-up:before{content:"\f102"}
.fa-angle-double-down:before{content:"\f103"}
.fa-angle-left:before{content:"\f104"}
.fa-angle-right:before{content:"\f105"}
.fa-angle-up:before{content:"\f106"}
.fa-angle-down:before{content:"\f107"}

@media screen and (max-width:600px){  
.item1{max-width:350px;}
}
/*
	* Style settings of LayerSlider
	*
	* (c) 2011-2016 George Krupa, John Gera & Kreatura Media
	*
	* Plugin web:			https://layerslider.kreaturamedia.com/
	* Licenses: 			http://codecanyon.net/licenses/
*/



/* Slider structure z-index cheat sheet

	_____									YourLogo				z.index: 50;
	_____ _____ _____						Most GUI elements		z-index: 40;
	______________________					.ls-inner wrapper		z-index: 30;
	______________________					.ls-hidden wrapper		z-index: 20;
	___________________________				.ls-shadow				z-index: 10;
	________________________________		slider element			z-index: default;

	-------------------------------------	Document

*/



/* Slider */
div.diapos {width: 1000px; height: 500px; margin:0 0 30px;margin-top: 10px;}

	.ls-container {
		visibility: hidden;
		position: relative;
		max-width: 100%;
	}

	.ls-inner {
		position: relative;
		width: 100%;
		height: 100%;
		background-position: center center;
		z-index: 30;
	}

	.ls-wp-fullwidth-container {
		width: 100%;
		position: relative;
	}

	.ls-wp-fullwidth-helper {
		position: absolute;
	}



/* Layers */

	.ls-layers,
	.ls-slide-backgrounds,
	.ls-background-videos,
	.ls-bg-video-overlay {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		overflow: hidden;
		-o-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	.ls-wrapper {
		padding: 0 !important;
		visibility: visible !important;
		border: 0 !important;
		z-index: 1;
	}

	.ls-background-videos {
		z-index: 31;
	}

	.ls-bg-video-overlay {
		z-index: 32;
		background-repeat: repeat;
		background-position: center center;
	}

	.ls-slide-backgrounds {
		z-index: 33;
	}

	.ls-layers {
		z-index: 35;
	}

	.ls-parallax,
	.ls-in-out,
	.ls-z {
		position: absolute !important;
	}

	.ls-parallax,
	.ls-z {
		width: 0 !important;
		height: 0 !important;
		top: 0 !important;
		left: 0 !important;
		bottom: auto !important;
		right: auto !important;
		display: block !important;
		overflow: visible !important;
	}

	.ls-in-out {
		display: none;
	}

	.ls-loop, .ls-clip {
		position: absolute !important;
		display: block !important;
	}

	.ls-parallax,
	.ls-in-out,
	.ls-loop,
	.ls-z {
		background: none !important;
	}

	.ls-parallax,
	.ls-bg-wrap,
	.ls-loop {
		margin: 0 !important;
	}

	.ls-wrapper > .ls-layer,
	.ls-wrapper > a > .ls-layer
	.ls-wrapper > .ls-bg {
		line-height: normal;
		white-space: nowrap;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}

	.ls-wrapper > .ls-layer,
	.ls-wrapper > a > .ls-layer {
		position: static !important;
		display: block !important;
		-o-transform: translateZ(1px);
		-ms-transform: translateZ(1px);
		-moz-transform: translateZ(1px);
		-webkit-transform: translateZ(1px);
		transform: translateZ(1px);
	}

	.ls-bg-wrap,
	.ls-bg-outer {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.ls-bg-wrap {
		display: none;
	}

	.ls-bg-outer {
		overflow: hidden !important;
	}

	.ls-wrapper > a.ls-layer-link {
		cursor: pointer !important;
		display: block !important;
		position: absolute !important;
		left: 0 !important;
		top: 0 !important;
		width: 100% !important;
		height: 100% !important;
		z-index: 10;
		-o-transform: translateZ(100px);
		-ms-transform: translateZ(100px);
		-moz-transform: translateZ(100px);
		-webkit-transform: translateZ(100px);
		transform: translateZ(100px);
		background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) !important;
	}



/* GUI */

	.ls-gui-element {
		z-index: 40;
	}

	.ls-loading-container {
		position: absolute !important;
		display: none;
		left: 50% !important;
		top: 50% !important;
	}

	.ls-loading-indicator {
		margin: 0 auto;
	}



	/* Navigation */

		.ls-bottom-slidebuttons {
			text-align: left;
		}

		.ls-bottom-nav-wrapper,
		.ls-below-thumbnails {
			height: 0;
			position: relative;
			text-align: center;
			margin: 0 auto;
		}

		.ls-below-thumbnails {
			display: none;
		}

		.ls-bottom-nav-wrapper a,
		.ls-nav-prev,
		.ls-nav-next {
			outline: none;
		}

		.ls-bottom-slidebuttons {
			position: relative;
		}

		.ls-bottom-slidebuttons,
		.ls-nav-start,
		.ls-nav-stop,
		.ls-nav-sides {
			position: relative;
		}

		.ls-nothumb {
			text-align: center !important;
		}

		.ls-link,
		.ls-link:hover {
			position: absolute !important;
			width: 100% !important;
			height: 100% !important;
			left: 0 !important;
			top: 0 !important;
		}

		.ls-link {
			display: none;
		}

		.ls-link, .ls-wrapper > a > * {
			background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
		}

		.ls-bottom-nav-wrapper,
		.ls-thumbnail-wrapper,
		.ls-nav-prev,
		.ls-nav-next {
			visibility: hidden;
		}



	/* Timers */

		.ls-bar-timer {
			position: absolute;
			width: 0;
			height: 2px;
			background: white;
			border-bottom: 2px solid #555;
			opacity: .55;
			top: 0;
		}

		.ls-circle-timer {
			width: 16px;
			height: 16px;
			position: absolute;
			right: 10px;
			top: 10px;
			opacity: .65;
			display: none;
		}

		.ls-container .ls-circle-timer,
		.ls-container .ls-circle-timer * {
			box-sizing: border-box !important;
		}

		.ls-ct-half {
			border: 4px solid white;
		}

		.ls-ct-left,
		.ls-ct-right {
			width: 50%;
			height: 100%;
			overflow: hidden;
		}

		.ls-ct-left,
		.ls-ct-right {
			position: absolute;
		}

		.ls-ct-left {
			left: 0;
		}

		.ls-ct-right {
			left: 50%;
		}

		.ls-ct-rotate {
			width: 200%;
			height: 100%;
			position: absolute;
			top: 0;
		}

		.ls-ct-left .ls-ct-rotate,
		.ls-ct-right .ls-ct-hider,
		.ls-ct-right .ls-ct-half {
			left: 0;
		}

		.ls-ct-right .ls-ct-rotate,
		.ls-ct-left .ls-ct-hider,
		.ls-ct-left .ls-ct-half {
			right: 0;
		}

		.ls-ct-hider,
		.ls-ct-half {
			position: absolute;
			top: 0;
		}

		.ls-ct-hider {
			width: 50%;
			height: 100%;
			overflow: hidden;
		}

		.ls-ct-half {
			width: 200%;
			height: 100%;
		}

		.ls-ct-center {
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			position: absolute;
			border: 4px solid black;
			opacity: 0.2;
		}

		.ls-ct-half,
		.ls-ct-center {
			border-radius: 100px;
			-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
		}

		.ls-slidebar-container {
			margin: 10px auto;
		}

		.ls-slidebar-container,
		.ls-slidebar {
			position: relative;
		}

		.ls-progressbar,
		.ls-slidebar-slider-container {
			position: absolute;
			left: 0;
			top: 0;
		}

		.ls-progressbar {
			width: 0;
			height: 100%;
			z-index: 1;
		}

		.ls-slidebar-slider-container {
			z-index: 2;
		}

		.ls-slidebar-slider {
			position: static !important;
			cursor: pointer;
		}

		/* slidebar default dark skin */

		.ls-slidebar {
			height: 10px;
			background-color: #ddd;
		}

		.ls-slidebar,
		.ls-progressbar {
			border-radius: 10px;
		}

		.ls-progressbar {
			background-color: #bbb;
		}

		.ls-slidebar-slider-container {
			top: 50%;
		}

		.ls-slidebar-slider {
			width: 20px;
			height: 20px;
			border-radius: 20px;
			background-color: #999;
		}

		/* slidebar default light skin */

		.ls-slidebar-light .ls-slidebar {
			height: 8px;
			background-color: white;
			border: 1px solid #ddd;
			border-top: 1px solid #ccc;
		}

		.ls-slidebar-light .ls-slidebar,
		.ls-slidebar-light .ls-progressbar {
			border-radius: 10px;
		}

		.ls-slidebar-light .ls-progressbar {
			background-color: #eee;
		}

		.ls-slidebar-light .ls-slidebar-slider-container {
			top: 50%;
		}

		.ls-slidebar-light .ls-slidebar-slider {
			width: 18px;
			height: 18px;
			border-radius: 20px;
			background-color: #eee;
			border: 1px solid #bbb;
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #999;
		}




	/* Thumbnails */

		.ls-tn {
			display: none !important;
		}

		.ls-thumbnail-hover {
			display: none;
			position: absolute;
			left: 0;
		}

		.ls-thumbnail-hover-inner {
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
			display: none;
		}

		.ls-thumbnail-hover-bg {
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
		}

		.ls-thumbnail-hover-img {
			position: absolute;
			overflow: hidden;
		}

		.ls-thumbnail-hover img {
			max-width: none !important;
			position: absolute;
			display: inline-block;
			visibility: visible !important;
			left: 50%;
			top: 0;
		}

		.ls-thumbnail-hover span {
			left: 50%;
			top: 100%;
			width: 0;
			height: 0;
			display: block;
			position: absolute;
			border-left-color: transparent !important;
			border-right-color: transparent !important;
			border-bottom-color: transparent !important;
		}

		.ls-thumbnail-wrapper {
			position: relative;
			width: 100%;
			margin: 0 auto;
		}

		.ls-thumbnail {
			position: relative;
			margin: 0 auto;
		}

		.ls-thumbnail-inner,
		.ls-thumbnail-slide-container {
			width: 100%;
		}

		.ls-thumbnail-slide-container {
			overflow: hidden !important;
			position: relative;
		}

		.ls-thumbnail-slide {
			text-align: center;
			white-space: nowrap;
			float: left;
			position: relative;
		}

		.ls-thumbnail-slide a {
			overflow: hidden;
			display: inline-block;
			width: 0;
			height: 0;
			position: relative;
		}

		.ls-thumbnail-slide img {
			max-width: none !important;
			max-height: 100% !important;
			height: 100%;
			visibility: visible !important;
		}

		.ls-touchscroll {
			overflow-x: auto !important;
		}



	/* Shadow */

		.ls-shadow {
			display: none;
			position: absolute;
			z-index: 10 !important;
			top: 100%;
			width: 100%;
			left: 0;
			overflow: hidden !important;
			visibility: hidden;
		}

		.ls-shadow img {
			width: 100% !important;
			height: auto !important;
			position: absolute !important;
			left: 0 !important;
			bottom: 0 !important;
		}



/* Media */

	.ls-media-layer {
		overflow: hidden;
	}

	.ls-vpcontainer,
	.ls-videopreview {
		width : 100%;
		height : 100%;
		position : absolute;
		left : 0;
		top : 0;
		cursor : pointer;
	}

	.ls-videopreview {
		background-size: cover;
		background-position: center center;
	}

	.ls-videopreview {
		z-index: 1;
	}

	.ls-playvideo {
		position: absolute;
		left: 50%;
		top: 50%;
		cursor: pointer;
		z-index: 2;
	}



/* Mobile features */

	.ls-forcehide {
		display: none !important;
	}



/* YourLogo */

	.ls-yourlogo {
		position: absolute;
		z-index: 50;
	}



/* Slide transitions */

	/* .ls-lt-container */
	.ls-slide-transition-wrapper {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 34;
	}

	.ls-slide-transition-wrapper,
	.ls-slide-transition-wrapper * {
		text-align: left !important;
	}

	.ls-slide-transition-tile {
		position: relative;
		float: left;
	}

	.ls-slide-transition-tile img {
		visibility: visible;
		margin: 0 !important;
	}

	.ls-curtiles {
		overflow: hidden;
	}

	.ls-curtiles,
	.ls-nexttiles {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

	.ls-curtile, .ls-nexttile {
		overflow: hidden;
		width: 100% !important;
		height: 100% !important;
		-o-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	.ls-nexttile {
		display: none;
	}

	.ls-3d-container {
		position: relative;
		overflow: visible !important;
		-ms-perspective: none !important;
		-moz-perspective: none !important;
		-webkit-perspective: none !important;
		perspective: none !important;
	}

	.ls-3d-box {
		position: absolute;
	}

	.ls-3d-box div {
		overflow: hidden;
		margin: 0;
		padding: 0;
		position: absolute;
		background-color: #888;
	}

	.ls-3d-box .ls-3d-top,
	.ls-3d-box .ls-3d-bottom {
		background-color: #555;
	}

	.ls-slide-transition-wrapper,
	.ls-slide-transition-tile {
		-ms-perspective: 1500px;
		-moz-perspective: 1500px;
		-webkit-perspective: 1500px;
		perspective: 1500px;
	}

	.ls-slide-transition-tile,
	.ls-3d-box,
	.ls-curtiles,
	.ls-nexttiles {
		-ms-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	.ls-curtile,
	.ls-nexttile,
	.ls-3d-box,
	.ls-3d-box div {
		-ms-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}




/* Misc. */

	.ls-visible {
		overflow: visible !important;
	}

	.ls-unselectable {
		-o-user-select: none;
		-ms-user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
	}

	.ls-overflow-hidden {
		overflow: hidden;
	}

	.ls-overflowx-hidden {
		overflow-x: hidden;
	}

	.ls-overflow-visible {
		overflow: visible !important;
	}

	.ls-overflowy-hidden {
		overflow-y: hidden;
	}

	.ls-hidden {
		width: 0px !important;
		height: 0px !important;
		position: absolute;
		left: -5000px;
		top: -5000px;
		z-index: -1;
		overflow: hidden !important;
		visibility: hidden !important;
		display: block !important;
	}

	.ls-slide {
		display: block !important;
		visibility: hidden !important;
		position: absolute !important;
		overflow: hidden;
		top: 0 !important;
		left: 0 !important;
		bottom: auto !important;
		right: auto !important;
		background: none;
		border: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.ls-slide > .ls-layer,
	.ls-slide > .ls-l,
	.ls-slide > .ls-bg,
	.ls-slide > a > .ls-layer,
	.ls-slide > a > .ls-l,
	.ls-slide > a > .ls-bg {
		position: absolute !important;
		white-space: nowrap;
	}

	.ls-fullscreen {
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
		height: auto !important;
	}

	.ls-fullscreen .ls-container {
		background-color: black;
		margin: 0 !important;
	}

	.ls-layer .split-item {
		font-weight: inherit !important;
		font-family: inherit !important;
		font-size: inherit;
		color: inherit;
	}



/* Removing all default global styles of WordPress themes */

	html .ls-nav-prev,
	body .ls-nav-prev,
	#ls-global .ls-nav-prev,
	html .ls-nav-next,
	body .ls-nav-next,
	#ls-global .ls-nav-next,
	html .ls-container img,
	body .ls-container img,
	#ls-global .ls-container img,
	html .ls-bottom-nav-wrapper a,
	body .ls-bottom-nav-wrapper a,
	#ls-global .ls-bottom-nav-wrapper a,
	html .ls-container .ls-fullscreen,
	body .ls-container .ls-fullscreen,
	#ls-global .ls-container .ls-fullscreen,
	html .ls-thumbnail a,
	body .ls-thumbnail a,
	#ls-global .ls-thumbnail a {
		transition: none;
		-ms-transition: none;
		-webkit-transition: none;
		line-height: normal;
		outline: none;
		padding: 0;
		border: 0;
	}

	html .ls-wrapper > a,
	body .ls-wrapper > a,
	#ls-global .ls-wrapper > a,
	html .ls-wrapper > p,
	body .ls-wrapper > p,
	#ls-global .ls-wrapper > p,
	html .ls-wrapper > h1,
	body .ls-wrapper > h1,
	#ls-global .ls-wrapper > h1,
	html .ls-wrapper > h2,
	body .ls-wrapper > h2,
	#ls-global .ls-wrapper > h2,
	html .ls-wrapper > h3,
	body .ls-wrapper > h3,
	#ls-global .ls-wrapper > h3,
	html .ls-wrapper > h4,
	body .ls-wrapper > h4,
	#ls-global .ls-wrapper > h4,
	html .ls-wrapper > h5,
	body .ls-wrapper > h5,
	#ls-global .ls-wrapper > h5,
	html .ls-wrapper > img,
	body .ls-wrapper > img,
	#ls-global .ls-wrapper > img,
	html .ls-wrapper > div,
	body .ls-wrapper > div,
	#ls-global .ls-wrapper > div,
	html .ls-wrapper > span,
	body .ls-wrapper > span,
	#ls-global .ls-wrapper > span,
	html .ls-wrapper .ls-bg,
	body .ls-wrapper .ls-bg,
	#ls-global .ls-wrapper .ls-bg,
	html .ls-wrapper .ls-layer,
	body .ls-wrapper .ls-layer,
	#ls-global .ls-wrapper .ls-layer,
	html .ls-slide .ls-layer,
	body .ls-slide .ls-layer,
	#ls-global .ls-slide .ls-layer,
	 html .ls-slide a .ls-layer,
	body .ls-slide a .ls-layer,
	#ls-global .ls-slide a .ls-layer {
		transition: none;
		-ms-transition: none;
		-webkit-transition: none;
		line-height: normal;
		outline: none;
		padding: 0;
		margin: 0;
		border-width: 0;
	}

	html .ls-container img,
	body .ls-container img,
	#ls-global .ls-container img {
		background: none !important;
		min-width: 0 !important;
		max-width: none !important;
		border-radius: 0;
		box-shadow: none;
		border: 0;
		padding: 0;
	}

	html .ls-wp-container .ls-wrapper > a > *,
	body .ls-wp-container .ls-wrapper > a > *,
	#ls-global .ls-wp-container .ls-wrapper > a > * {
		margin: 0;
	}

	html .ls-wp-container .ls-wrapper > a,
	body .ls-wp-container .ls-wrapper > a,
	#ls-global .ls-wp-container .ls-wrapper > a {
		text-decoration: none;
	}

	.ls-wp-fullwidth-container,
	.ls-wp-fullwidth-helper,
	.ls-gui-element *,
	.ls-gui-element,
	.ls-container,
	.ls-slide > *,
	.ls-slide,
	.ls-wrapper,
	.ls-layer {
		box-sizing: content-box !important;
	}

	html .ls-yourlogo,
	body .ls-yourlogo,
	#ls-global .ls-yourlogo {
		margin: 0;
	}

	html .ls-tn,
	body .ls-tn,
	#ls-global .ls-tn {
		display: none;
	}

	.ls-bottom-nav-wrapper,
	.ls-bottom-nav-wrapper span,
	.ls-bottom-nav-wrapper a {
		line-height: 0;
		font-size: 0;
	}

	/* direction: ltr */

	html .ls-container,
	body .ls-container,
	#ls-global .ls-container,
	html .ls-container .ls-slide-transition-wrapper,
	body .ls-container .ls-slide-transition-wrapper,
	#ls-global .ls-container .ls-slide-transition-wrapper,
	html .ls-container .ls-slide-transition-wrapper *,
	body .ls-container .ls-slide-transition-wrapper *,
	#ls-global .ls-container .ls-slide-transition-wrapper *,
	html .ls-container .ls-bottom-nav-wrapper,
	body .ls-container .ls-bottom-nav-wrapper,
	#ls-global .ls-container .ls-bottom-nav-wrapper,
	html .ls-container .ls-bottom-nav-wrapper *,
	body .ls-container .ls-bottom-nav-wrapper *,
	#ls-global .ls-container .ls-bottom-nav-wrapper *,
	html .ls-container .ls-bottom-nav-wrapper span *,
	body .ls-container .ls-bottom-nav-wrapper span *,
	#ls-global .ls-container .ls-bottom-nav-wrapper span *,
	html .ls-direction-fix,
	body .ls-direction-fix,
	#ls-global .ls-direction-fix {
		direction: ltr !important;
	}

	/* float: none */

	html .ls-container,
	body .ls-container,
	#ls-global .ls-container {
		float: none !important;
	}



/* Notification */

	.ls-notification {
		position: relative;
		margin: 10px auto;
		padding: 10px 10px 15px 88px;
		border-radius: 5px;
		background: #de4528;
		color: white !important;
		font-family: 'Open Sans', arial, sans-serif !important;
	}

	.ls-notification a {
		color: white !important;
		text-decoration: underline !important;
	}

	.ls-notification-logo {
		position: absolute;
		top: 16px;
		left: 17px;
		width: 56px;
		height: 56px;
		font-size: 49px;
		line-height: 53px;
		border-radius: 56px;
		background-color: white;
		color: #de4528;
		font-style: normal;
		font-weight: 800;
		text-align: center;
	}

	.ls-notification strong {
		color: white !important;
		display: block;
		font-size: 20px;
		line-height: 26px;
		font-weight: normal !important;
	}

	.ls-notification span {
		display: block;
		font-size: 13px;
		line-height: 16px;
		text-align: justify !important;
	}



/* Device Responsiveness */

@media screen and (max-width: 767px) {
	.ls-container .ls-layers .ls-hide-on-phone {
		display: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.ls-container .ls-layers .ls-hide-on-tablet {
		display: none !important;
	}
}

@media screen and (min-width: 1025px) {
	.ls-container .ls-layers .ls-hide-on-desktop {
		display: none !important;
	}
}

