
html, body{-ms-text-size-adjust:100%; -webkit-text-size-adjust:100%;} 	
@media screen and (max-width: 80em) {html{word-wrap:break-word;}}
body{font-size:85%; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-weight:300; line-height:1.2; color:#444;} 
header {margin-top:2em;}
a {color:#263459; text-decoration:underline; -moz-outline-style:none; -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear; transition: border .25s linear, color .25s linear, background-color .25s linear;} 	a:hover, a:focus, a:active {color:#947b2f; text-decoration:underline; outline:none !important;}
::selection {background:#947b2f; color:#fff;} 	::-moz-selection {background:#947b2f; color:#fff;}
::-webkit-scrollbar {width:15px;}	::-webkit-scrollbar-track, ::-webkit-scrollbar-track-piece {background-color:#cdd2d4; border-left:1px dotted #FFF;} 	 	
::-webkit-scrollbar-thumb {background-color:#999; transition: all 0.25s ease-out;}	::-webkit-scrollbar-thumb:hover {background-color:#947b2f;}
::-webkit-scrollbar-button{background-color:#cdd2d4;}	::-webkit-scrollbar-button:hover{background-color:#999;}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;} input[type=number] {-moz-appearance:textfield;}
input, textarea, select {text-rendering:auto; color:#555; letter-spacing:normal; word-spacing:normal; text-transform:none; text-indent:0px; text-shadow:none; display:inline-block; text-align:start; font:300 1rem 'Open Sans', Arial, Helvetica, sans-serif !important;}
header input, header textarea, header select {margin:0;}
[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {height:2.4375rem; padding:0.5rem; border:1px solid #cacaca; margin:0 0 1rem; font-size:1rem; color:#555;}
h1, h2, h3, h4, h5, h6{/*font-family:'Sigmar One', cursive;*/ font-weight:800;} 	h1, h2{color:#000;} h3, h4{color:#444;} h5, h6{color:#555;} 
b, strong {font-weight:600;}
section hr{border-bottom:1px solid transparent; margin:1.25rem auto;}

.small-up-8 .cell, .small-up-8 .cell {
  width: 12.5%;
  float: left; }
  .small-up-8 .cell:nth-of-type(1n), .small-up-8 .cell:nth-of-type(1n) {
    clear: none; }
  .small-up-8 .cell:nth-of-type(8n+1), .small-up-8 .cell:nth-of-type(8n+1) {
    clear: both; }
@media screen and (min-width: 40em) {
	.medium-up-8 .cell, .medium-up-8 .cell {
    width: 12.5%;
    float: left; }
    .medium-up-8 .cell:nth-of-type(1n), .medium-up-8 .cell:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 .cell:nth-of-type(8n+1), .medium-up-8 .cell:nth-of-type(8n+1) {
      clear: both; }
}
@media screen and (min-width: 64em) {
	.large-up-8 .cell, .large-up-8 .cell {
    width: 12.5%;
    float: left; }
    .large-up-8 .cell:nth-of-type(1n), .large-up-8 .cell:nth-of-type(1n) {
      clear: none; }
    .large-up-8 .cell:nth-of-type(8n+1), .large-up-8 .cell:nth-of-type(8n+1) {
      clear: both; }
}

.title-bar {padding:0.6rem;} .title-bar-title {margin-left:30px; margin-top:6px; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:1.20rem; font-weight:600; letter-spacing:0.25rem; color:#fff;} 
.menu-icon {width:25px; height:20px;} .menu-icon::after {width:100%; height:3px; top:6px; left:0; box-shadow:0;} .menu-icon:hover::after {box-shadow:0;}
.top-bar, .top-bar ul {background-color:transparent;} 

.thumbnail {box-shadow:0 0 0 1px rgba(10, 10, 10, 0.2);}		.thumbnail:hover, .thumbnail:focus {box-shadow:0 0 6px 1px rgba(10, 10, 10, 0.2);}

/* tooltip */
.tooltip {background-color:#000; border-bottom:1px solid #000; color:#fefefe; font-size:90%; padding:0.75rem; position:absolute; z-index:10;}
.tooltip::before {border-color:transparent transparent #000;}
.tooltip.top::before {border-color:#000 transparent transparent;}
.tooltip.left::before {border-color:transparent transparent transparent #000;}
.tooltip.right::before {border-color:transparent #000 transparent transparent;}

/* buttons */
.button {text-decoration:none; border:1px solid transparent; border-radius:3px; padding:1em; margin:0 1.5rem 1.5rem 0; font-size:0.9rem; font-weight:400; background:#263459; color:#FFF;}
.button:hover, .button:focus {text-decoration:none; background:#947b2f; color:#FFF;}
.button img{margin-right:0.75rem;} 	.button hr{border-bottom:1px solid transparent; margin:0 auto;} /*+*/
.button.large {font-size:1.10rem; font-weight:400;}

.button.primary {background:#263459; color:#FFF;}	.button.primary:hover, .button.primary:focus {background:#947b2f; color:#FFF;}
.button.secondary {background:#777; color:#FFF;}		.button.secondary:hover, .button.secondary:focus {background:#5f5f5f; color:#FFF;}
.button.success {background:#3adb76; color:#FFF;}	.button.success:hover, .button.success:focus {background:#22bb5b; color:#FFF;}
.button.alert {background:#ec5840; color:#FFF;}		.button.alert:hover, .button.alert:focus {background:#da3116; color:#FFF;}
.button.warning {background:#947b2f; color:#FFF;}	.button.warning:hover, .button.warning:focus {background:#263459; color:#FFF;}

.button.hollow {border:1px solid #263459; color:#263459; background:transparent;}	.button.hollow:hover, .button.hollow:focus {border-color:#FFF; color:#FFF; background:#263459;}
.button.hollow.primary {border:1px solid #263459; color:#263459;}	.button.hollow.primary:hover, .button.hollow.primary:focus {border-color:#263459; color:#FFF; background:#0f4dbc url(../img/patterns/overlay9.png) repeat; text-shadow:-1px -1px 0 #263459, 1px -1px 0 #263459, -1px 1px 0 #263459, 1px 1px 0 #263459;}
.button.hollow.secondary {border:1px solid #777; color:#777;} 	.button.hollow.secondary:hover, .button.hollow.secondary:focus {border-color:#FFF; color:#FFF; background:#777;}
.button.hollow.success {border:1px solid #3adb76; color:#3adb76;} 	.button.hollow.success:hover, .button.hollow.success:focus {border-color:#FFF; color:#FFF; background:#3adb76;}
.button.hollow.alert {border:1px solid #ec5840; color:#ec5840;} 		.button.hollow.alert:hover, .button.hollow.alert:focus {border-color:#FFF; color:#FFF; background:#ec5840;}
.button.hollow.warning {border:1px solid #947b2f; color:#947b2f;} 	.button.hollow.warning:hover, .button.hollow.warning:focus {border-color:#666; color:#fff; background:#947b2f url(../img/patterns/overlay9.png) repeat; text-shadow:-1px -1px 0 #666, 1px -1px 0 #666, -1px 1px 0 #666, 1px 1px 0 #666;}

/* labels */
.label {padding:0.33333rem 0.5rem; font-size:0.825rem; background:#263459; color:#FFF;} 	.label.secondary {background:#777; color:#FFF;}		.label.success {background:#3adb76; color:#FFF;}		.label.alert {background:#EC3238; color:#FFF;}		.label.warning {background:#B41410; color:#fff;}

.subheader{font-weight:600;} 	

/*** COLOR PALETTE ***/
.opacity{filter:alpha(opacity=25); opacity:.25; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";}	
.shadow{-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.10); -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.10); box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.10);}	 
.gray{-webkit-filter:grayscale(0.50); -webkit-filter:grayscale(50%); filter:gray; filter:grayscale(50%);} 	
.pattern{background:transparent url(../img/patterns/overlay9.png) repeat; transition: all 0.25s ease-out;} 
.line-top {border-top:4px solid #947b2f;} 
/* Background */ 
.bg-white{background-color:#FFF; transition: all 0.25s ease-out;}	.bg-black{background-color:#000; transition: all 0.25s ease-out;}	.bg-dark{background-color:#263459; transition: all 0.25s ease-out;}		.bg-color{background-color:#263459; transition: all 0.25s ease-out;} 	.bg-gray{background-color:#f2f1ef; transition: all 0.25s ease-out;}		.bg-light{background-color:#947b2f; transition: all 0.25s ease-out;}
.bg-photo{background:url('../img/bg-photo.jpg') no-repeat center center; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;  background-attachment: fixed;}
.bg-pattern{background:url('../img/patterns/overlay4.png') repeat center center !important;}
.bg-half{background:#263459; background:linear-gradient(to right, #263459 0%, #263459 50%, #263459 50%, #263459 100%);}
.bg-gradient{background-color: #263459; background-image: linear-gradient(315deg, #ffffff 0%, #263459 74%);}
@media screen and (max-width: 40em) { .bg-gradient{height:270px;} .bg-gradient i, .bg-gradient form{display:none !important;} /*.bg-gradient i{display:block !important;}*/ } 	
@media screen and (max-width: 64em) { .bg-gradient i, .bg-gradient form{display:block;} /*.bg-gradient i{display:none;}*/ }
/* Text color */
.tx-white{color:#FFF !important; transition: all 0.25s ease-out;}	.tx-black{color:#000 !important; transition: all 0.25s ease-out;}	.tx-dark{color:#263459 !important; transition: all 0.25s ease-out;}	.tx-color{color:#263459 !important; transition: all 0.25s ease-out;} .tx-gray{color:#cdd2d4 !important; transition: all 0.25s ease-out;}	.tx-light{color:#947b2f !important; transition: all 0.25s ease-out;}
.tx-gradient{background-color: #263459; background-image: linear-gradient(315deg, #ffffff 0%, #263459 74%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight:800 !important;}

/* general */
.contenido{margin-bottom:1em;}
.uppercase{text-transform:uppercase !important;}	

/* tittles */
.title{width:auto; height:auto; min-height:40px; margin:0 auto; padding:0.5rem 0 0.5rem 1rem; position:static; vertical-align:middle; /*font-family:'Sigmar One', cursive;*/ font-size:1.5rem; font-weight:800; letter-spacing:0.05rem; word-spacing:0.20rem; text-transform:capitalize; color:#263459;}
.title img{height:2em !important;}		
.title i{margin:-5px 15px 5px 10px; display:inline-block;}		
.title small{display:block; font-size:65%; text-transform:none;}
.title a{width:100% !important; /*padding:0.5em; margin:-0.5em;*/ display:block; text-decoration:none; color:#263459;}
.title-color{color:#FFF; background-color:#263459;} 	.title-color a{color:#FFF;}

/* banner */
/*.banner-img img{width:100%; min-width:100px; height:auto; margin:0 0.625rem 0 -0.625rem; display:block;} */
.banner-img_2 img{margin:1rem auto 0.5rem auto;}
.banner-titles{margin:1.25rem auto 0 auto; padding:2rem 0; font-weight:800; 
  /*background-color: #263459; background-image: linear-gradient(315deg, #263459 0%, #947b2f 100%);*/
  /*background-color: #000000; background-image: linear-gradient(147deg, #000000 0%, #947b2f 74%);*/} 
.banner-title1{margin-top:5px; font-size:1.6rem; letter-spacing:-0.040rem; text-transform:uppercase; word-spacing:0.05rem; font-weight:800;} 
.banner-title2{margin-top:2.5px; font-size:1.25rem; letter-spacing:0rem; text-transform:capitalize; word-spacing:1rem; font-weight:600;} 
.banner-title3{margin-top:5px; font-size:0.95rem; letter-spacing:0.08rem; font-weight:300;}
@media screen and (max-width: 74em) {
	.banner-img {width:30%;}
	.banner-img_2 img{width:40%;}
	.banner-titles{margin:0.5rem auto 0 auto; padding:1rem 0;} 
}

/* search & social*/
.search {margin:1.4rem 0 0 0;}
.search button{padding:0.42em 0.6em; font-size:1.20rem !important;}  .search i{font-size:1.20rem !important;}
.search form input[type=search] {width:60% !important;}
.social {margin:0; line-height:0 !important;}
.social img {width:40px; height:auto; margin:0 10px;}
.social li:before {content:" "; }	ul.social li{display:inline-block; text-align:center !important;}
.social a i{width:40px; height:40px; margin:0 auto; display:block; background:#FFF; border-radius:3px; opacity:1;}		.social a:hover i{opacity: .75;}
.social a .fi-social-facebook{color:#4867AA;}	.social a .fi-social-youtube{color:#FF0000;}	.social a .fi-social-twitter{color:#2DAAE2;}	.social a .fi-social-instagram{color:#AE3E92;}	
.social small{margin:0.75rem 0; font-size:85%; display:block; font-family:'Open Sans', Arial, Helvetica, sans-serif;}
@media screen and (max-width: 74em) {
	.search, .social {margin:0 0 0.25rem 0;} 	
}


/* menu */
#menu {width:100%; max-width:75rem; height:auto; margin:0 auto; padding:0; float:none; clear:both; position:relative; z-index:300; top:0; vertical-align:middle;}
/* SmartMenus Core CSS (No es recomendable editar esta)
===============================================================*/
.sm,.sm ul,.sm li{display:block;list-style:none;padding:0;margin:0;line-height:normal;direction:ltr;}
ul.sm li{position:relative;}
ul.sm a{position:relative;display:block;}
ul.sm a.disabled{cursor:default;}
ul.sm ul{position:absolute;top:-999999px;left:-800px;width:100px;}
ul.sm li{float:left;}
ul.sm-rtl{direction:rtl;}
ul.sm-rtl li{float:right;}
ul.sm ul li,ul.sm-vertical li{float:none;}
ul.sm a{white-space:nowrap;}
ul.sm ul a,ul.sm-vertical a{white-space:normal;}
* html ul.sm-vertical li{float:left;width:100%;}
* html ul.sm-vertical ul li{float:none;width:auto;}
*:first-child+html ul.sm-vertical>li{float:left;width:100%;}
ul.sm ul.sm-nowrap>li>a{white-space:nowrap;}
ul.sm:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden;}
* html ul.sm{height:1px;}
*:first-child+html ul.sm{min-height:1px;}
ul.sm li *,ul.sm li *:before,ul.sm li *:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
ul.sm{-webkit-tap-highlight-color:rgba(0,0,0,0);}
/* Menu box
===================*/
.sm-blue {background:#263459;}
.sm-blue-vertical {-moz-box-shadow:0 1px 4px rgba(0,0,0,0.35); -webkit-box-shadow:0 1px 4px rgba(0,0,0,0.35); box-shadow:0 1px 4px rgba(0,0,0,0.35);}
.sm-blue ul {padding:7px 0; background:#263459; border:1px solid rgba(0,0,0,0.15); border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; box-shadow:0 5px 12px rgba(0,0,0,0.35); -moz-box-shadow:0 5px 12px rgba(0,0,0,0.35); -webkit-box-shadow:0 5px 12px rgba(0,0,0,0.35);}
.sm-blue-vertical ul, .sm-blue ul ul {border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}
/* Menu items
===================*/
.sm-blue a {padding:1rem 0.6rem 0.75rem 0.6rem; line-height:1.25; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:1rem; font-weight:600; text-decoration:none; /*text-transform:uppercase;*/ color:#cdd2d4; -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear; transition: border .25s linear, color .25s linear, background-color .25s linear;}
.sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {color:#FFF;}
.sm-blue-vertical a {padding:9px 40px 8px 23px; background:#FFF;}
.sm-blue ul a {padding:9px 40px 8px 23px; font-size:0.9rem; font-weight:300; text-shadow:none; color:#cdd2d4; background:transparent; border:none;}
.sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {color:#FFF; background:transparent url(../img/patterns/overlay10.png) repeat;}
/* current items - add the class manually to some item or check the "markCurrentItem" script option */
.sm-blue a.current, .sm-blue a.current:hover, .sm-blue a.current:focus, .sm-blue a.current:active, .sm-blue ul a.current, .sm-blue ul a.current:hover, .sm-blue ul a.current:focus, .sm-blue ul a.current:active {background:#947b2f; color:#FFF;}
/* round the left corners of the first item for horizontal main menu */
.sm-blue > li:first-child > a {	}
/* round the corners of the first and last items for vertical main menu */
.sm-blue-vertical > li:first-child > a {	}
.sm-blue-vertical > li:last-child > a {	}
.sm-blue a.has-submenu {}
/* Sub menu indicators
===================*/
.sm-blue a span.sub-arrow {position:absolute; bottom:-1px; left:50%; margin-left:-5px;
/* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
width:0; height:0; overflow:hidden; border-width:5px;/* tweak size of the arrow */ border-style:solid dashed dashed dashed; border-color:#cdd2d4 transparent transparent transparent; display:none;/*+*/}
.sm-blue-vertical a span.sub-arrow, .sm-blue ul a span.sub-arrow {bottom:auto; top:50%; margin-top:-5px; right:15px; left:auto; margin-left:0; border-style:dashed dashed dashed solid; border-color:transparent transparent transparent #cdd2d4; display:block;/*+*/}
/* Items separators
===================*/
.sm-blue li {border-left:1px solid transparent;}
.sm-blue li:first-child, .sm-blue-vertical li, .sm-blue ul li {border-left:0;}
/* Scrolling arrows containers for tall sub menus 
===================*/
.sm-blue span.scroll-up, .sm-blue span.scroll-down {position:absolute; display:none; visibility:hidden; overflow:hidden; background:#263459; height:20px;}
.sm-blue span.scroll-up-arrow, .sm-blue span.scroll-down-arrow {position:absolute; top:-2px; left:50%; margin-left:-8px; width:0; height:0; overflow:hidden; border-width:8px; border-style:dashed dashed solid dashed; border-color:transparent transparent #cdd2d4 transparent;}
.sm-blue span.scroll-down-arrow {top:6px; border-style:solid dashed dashed dashed; border-color:#cdd2d4 transparent transparent transparent;}
/*
---------------------------------------------------------------
  Responsiveness
---------------------------------------------------------------*/
/* decrease horizontal main menu items left/right padding to avoid wrapping */
@media screen and (max-width: 84em) {
.sm-blue:not(.sm-blue-vertical) > li > a {padding-left:18px; padding-right:18px;}
}
@media screen and (max-width: 75em) {
.sm-blue:not(.sm-blue-vertical) > li > a {padding-left:10px; padding-right:10px;}
}
@media screen and (max-width: 64em) {
/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
ul.sm-blue{width:auto !important;}
ul.sm-blue ul{display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
ul.sm-blue>li{float:none;}
ul.sm-blue>li>a,ul.sm-blue ul.sm-nowrap>li>a{white-space:normal;}
ul.sm-blue iframe{display:none;}
/* Uncomment this rule to disable completely the sub menus for small screen devices */
/*.sm-blue ul, .sm-blue span.sub-arrow, .sm-blue iframe {display:none !important;}*/
/* Menu box
===================*/
.sm-blue {background:transparent; -moz-box-shadow:0 1px 4px rgba(0,0,0,0.3); -webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3); box-shadow:0 1px 4px rgba(0,0,0,0.3);}
.sm-blue ul {border:0; padding:0; background:#263459; border-radius:0; -moz-border-radius:0; -webkit-border-radius:0; box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none;}
.sm-blue ul ul {/* darken the background of the 2+ level sub menus and remove border rounding */ 
background:rgba(100,100,100,0.1); border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;}
/* Menu items
===================*/
.sm-blue a {padding:10px 5px 10px 28px !important;/* add some additional left padding to make room for the sub indicator */ background:#263459 !important; color:#FFF !important;}
.sm-blue ul a {background:transparent !important; color:#cdd2d4 !important; text-shadow:none !important;}
.sm-blue a.current {background:#947b2f !important; color:#FFF !important;}
/* add some text indentation for the 2+ level sub menu items */
.sm-blue ul a {border-left:8px solid transparent;} .sm-blue ul ul a {border-left:16px solid transparent;} .sm-blue ul ul ul a {border-left:24px solid transparent;} .sm-blue ul ul ul ul a {border-left:32px solid transparent;} .sm-blue ul ul ul ul ul a {border-left:40px solid transparent;}
/* round the corners of the first and last items */
.sm-blue > li:first-child > a {	}
/* presume we have 4 levels max */
.sm-blue > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul { }
/* highlighted items, don't need rounding since their sub is open */
.sm-blue > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted { }
/* Sub menu indicators
===================*/
.sm-blue a span.sub-arrow, .sm-blue ul a span.sub-arrow {top:50%; margin-top:-9px; right:auto; left:6px; margin-left:0; width:17px; height:17px; font:normal 16px/16px monospace !important; text-align:center; border:0; text-shadow:none; color:#947b2f; background:rgba(0,0,0,0.1); border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; display:block;/*+*/}
/* Hide sub indicator "+" when item is expanded - we enable the item link when it's expanded */
.sm-blue a.highlighted span.sub-arrow {display:none !important;}
/* Items separators
===================*/
.sm-blue li {border-left:0;}
.sm-blue ul li {border-top:1px solid rgba(0,0,0,0.05);}
.sm-blue ul li:first-child {border-top:0;}
}
/* 	Core Owl Carousel v1.3.3 --------------------------------------- */
/* clearfix */
.owl-carousel .owl-wrapper:after {content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0;}
/* display none until init */
.owl-carousel{display:none; position:relative; width:100%; -ms-touch-action:pan-y;}
.owl-carousel .owl-wrapper{display:none; position:relative; -webkit-transform:translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow:hidden; position:relative; width:100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out; -moz-transition:height 500ms ease-in-out; -ms-transition:height 500ms ease-in-out; -o-transition:height 500ms ease-in-out; transition:height 500ms ease-in-out;}	
.owl-carousel .owl-item{float:left;}
.owl-controls .owl-page, .owl-controls .owl-buttons div{cursor:pointer;}
.owl-controls {-webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
/* mouse grab icon */
.grabbing {cursor:url(grabbing.png) 8 8, move;}
/* fix */
.owl-carousel  .owl-wrapper, .owl-carousel  .owl-item{-webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; -webkit-transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); -ms-transform:translate3d(0,0,0);}

/*** Theme ***/
.owl-theme .owl-controls{margin:5px; text-align:right; position:absolute; z-index:200; right:0; bottom:0;}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{color:#FFF; display:inline-block; zoom:1; margin:0 14px; width:40px; height:40px; padding:8px 14px; background:rgba(34,49,63,0.65); font-size:1.25rem; -webkit-border-radius:50%; border-radius:50%; -moz-border-radius:50%; *display:inline;}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{text-decoration:none; background:#263459; opacity:1; filter:Alpha(Opacity=100);}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{display:inline-block; zoom:1; *display:inline;}
.owl-theme .owl-controls .owl-page span{display:block; float:left; width:16px; height:16px; margin:4px 0 4px 14px; background:transparent; border:0px solid #FFF; -webkit-border-radius:50%; border-radius:50%; -moz-border-radius:50%; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{background:#FFF; filter:Alpha(Opacity=100); opacity:1;}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto; width:auto; color:#FFF; padding:2px 10px; font-size:0.95rem;}
/* preloading images */
.owl-item.loading{min-height:150px; background:url(../img/loader.gif) no-repeat center center}

/* banner */
#owl-banner {margin:0 auto;}
#owl-banner .owl-controls{width:100%; height:60%; margin:0 auto; padding:0; background:url('../img/drawing.png') no-repeat bottom right;}	
#owl-banner .owl-controls .owl-buttons {width:100%; margin:0 auto; position:relative; top:0;}
#owl-banner .owl-controls .owl-buttons .owl-prev{float:left; clear:left;}	#owl-banner .owl-controls .owl-buttons .owl-next{float:right;}
#owl-banner .owl-controls .owl-pagination{width:100%; position:relative; bottom:-85%; left:0;}
#owl-banner .owl-controls .owl-page{margin:0 auto; float:left;}
#owl-banner .item img{display:block; width:100%; height:auto; position:relative; z-index:50 !important;}
#owl-banner .item-info{width:40%; padding:15px 30px 15px 15px; font-size:1.20rem; font-weight:500; display:block; position:absolute; z-index:200; bottom:12.5%; left:0; color:#fff; background:rgba(34,49,63,0.65) url(../img/patterns/overlay4.png) repeat; border-left:none; border-radius:0 75px 75px 0; -moz-border-radius:0 75px 75px 0; -webkit-border-radius:0 75px 75px 0;}/*+*/
#owl-banner .item-info sup{font-weight:700; color:#cdd2d4;}
#bar{width:0%; max-width:100%; height:4px; background:#947b2f;}
#progressBar{width:100%; background:#FFF url(../img/patterns/overlay9.png) repeat;}
.slide-banner_crop {width:100%; height:400px; overflow:hidden;}	.slide-banner_crop img {width:100%; height:auto !important; margin:0;}	/* crop */
.drawing{width:100%; height:400px; position:absolute; z-index:100;}
@media screen and (max-width: 75em) {
	#owl-banner .owl-controls{width:100%; height:70%;}
	#owl-banner .owl-controls .owl-pagination{bottom:-80%;}
	#owl-banner .item-info{width:55%;}
	.slide-banner_crop, .drawing {height:100% auto !important; /*max-height:510px;*/}
}
@media screen and (max-width: 80em) {
	#owl-banner .owl-controls{width:100%; height:65%;}
	#owl-banner .owl-controls .owl-pagination{bottom:-85%;}
}

/* slide-news */
.slide-news{height:600px; margin:-50px auto 0 auto; overflow:hidden; background:#fff; border:2px solid #ececec;} .slide-news a{text-decoration:none !important;}
.slide-news .lead{margin:10% 15%; text-align:center; font-weight:600; color:#263459;}
/* crop */
.slide-news_crop {width:100%; height:375px;/*300*/ overflow:hidden; background:#ececec;}
.slide-news_crop img {width:100%; height:auto !important; margin:0;}
/* crop */
#owl-carousel .item{margin:3px; text-align:left; font-size:1rem; -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear; transition: border .25s linear, color .25s linear, background-color .25s linear;}		#owl-carousel .item img{width:100%; height:auto; /*max-height:250px;+*/ display:block;} 
#owl-carousel a .item-info{padding:10px; color:#444; background:#fff; /*border:1px solid #ececec;*/} 
#owl-carousel a .subheader{margin:-10px auto 15px auto;}
#owl-carousel a .item-info span{margin:10px; font-weight:600; text-transform:capitalize; color:#263459; display:block; clear:both;}
#owl-carousel .item-info p{margin:10px 10px 30px 10px; line-height:1.2rem;}
#owl-carousel .item-info b{padding:5px; margin:0; position:absolute; right:3px; bottom:3px; text-align:right; font-weight:200; font-style:italic; color:#fff; background-color:#947b2f; -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear; transition: border .25s linear, color .25s linear, background-color .25s linear;}
#owl-carousel a:hover .item-info b, #owl-carousel a:focus .item-info b, #owl-carousel a:active .item-info b{background-color:#263459; color:#fff;}
.owl-carousel-navigation{margin:17.5px 5px 15px 5px; text-align:right; font-size:0.95rem;} 
.owl-carousel-navigation .btn{padding:5px 10px; color:#fff; background:#263459; border:none; opacity:1; filter:Alpha(Opacity=100);}
.owl-carousel-navigation .btn:hover{color:#fff; background:#947b2f; opacity:1; filter:Alpha(Opacity=100);}
@media screen and (max-width: 75em) {
	.slide-news_crop {height:auto; max-height:220px;}
}

/* gallery */
#owl-gallery {width:100%; height:auto; max-height:400px; margin:0 auto; padding:0; overflow:hidden;}

/* sections */
.sections {border:2px solid #ececec;}
.sections .cell {padding:0; padding-bottom:1.25rem; float:left;background:transparent url(../img/sections.png) no-repeat center center;}
.sections .cell a{width:100%; height:100%; text-decoration:none; position:relative; z-index:3;}
.sections .cell img{/*min-width:7.25rem; min-height:7.25rem;*/}
.sections .label{padding:0; /*font-family:'Sigmar One', cursive;*/}	.sections .label{font-size:115%;}
.section {padding:0 0.9375rem 1.5rem 0.9375rem; width:100%; height:100%;/*9.375rem*/ margin-bottom:-1.75rem; overflow:hidden; position:relative; text-align:center; cursor:default; background:auto;}
.section .mask,.section .content {width:100%; height:100%; padding:0.95rem 0.9375rem; position:absolute; overflow:hidden; top:0; left:0;}
.section img {display:block; position:relative;}
.section h6 {font-size:1rem; padding:5px; margin:5px 0; text-transform:uppercase; text-align:center; position:relative; z-index:2; color:#947b2f;}
.section p {font-size:0.9rem; line-height:1; font-style:italic; font-weight:300; padding:5px; margin:0; text-align:center; position:relative; z-index:2; color:#000;}
.section a.info {display:inline-block; text-decoration:none; font-weight:400; padding:10px; position:absolute; top:15px; right:0; color:#000;}
.section a.info: hover {-webkit-box-shadow: 0 0 5px #000;    -moz-box-shadow: 0 0 5px #000;    box-shadow: 0 0 5px #000; } 
.section-hover img {-webkit-transition: all 0.2s linear;    -moz-transition: all 0.2s linear;    -o-transition: all 0.2s linear;    -ms-transition: all 0.2s linear;    transition: all 0.2s linear;}
.section-hover .mask {-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";    filter: alpha(opacity=0);    opacity: 0;    -webkit-transition: all 0.4s ease-in-out;    -moz-transition: all 0.4s ease-in-out;    -o-transition: all 0.4s ease-in-out;    -ms-transition: all 0.4s ease-in-out;    transition: all 0.4s ease-in-out; }
.section-hover h2 {-webkit-transform: translateY(-100px);    -moz-transform: translateY(-100px);    -o-transform: translateY(-100px);    -ms-transform: translateY(-100px);    transform: translateY(-100px);    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";    filter: alpha(opacity=0);    opacity: 0;    -webkit-transition: all 0.2s ease-in-out;    -moz-transition: all 0.2s ease-in-out;    -o-transition: all 0.2s ease-in-out;    -ms-transition: all 0.2s ease-in-out;    transition: all 0.2s ease-in-out; }
.section-hover p {-webkit-transform: translateY(100px);    -moz-transform: translateY(100px);    -o-transform: translateY(100px);    -ms-transform: translateY(100px);    transform: translateY(100px);    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";    filter: alpha(opacity=0);    opacity: 0;    -webkit-transition: all 0.2s linear;    -moz-transition: all 0.2s linear;    -o-transition: all 0.2s linear;    -ms-transition: all 0.2s linear;    transition: all 0.2s linear; }
.section-hover:hover img {-webkit-transform: scale(1.1,1.1);    -moz-transform: scale(1.1,1.1);    -o-transform: scale(1.1,1.1);    -ms-transform: scale(1.1,1.1);    transform: scale(1.1,1.1); 	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=15)";    filter: alpha(opacity=15);    opacity: .15; }
.section-hover a.info {-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";    filter: alpha(opacity=0);    opacity: 0;    -webkit-transition: all 0.2s ease-in-out;    -moz-transition: all 0.2s ease-in-out;    -o-transition: all 0.2s ease-in-out;    -ms-transition: all 0.2s ease-in-out;    transition: all 0.2s ease-in-out; }
.section-hover:hover .mask {-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";    filter: alpha(opacity=100);    opacity: 1; }
.section-hover:hover h2, .section-hover:hover p, .section-hover:hover a.info {    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";    filter: alpha(opacity=100);    opacity: 1;    -webkit-transform: translateY(0px);    -moz-transform: translateY(0px);    -o-transform: translateY(0px);    -ms-transform: translateY(0px);    transform: translateY(0px); }
.section-hover:hover p {-webkit-transition-delay: 0.1s;    -moz-transition-delay: 0.1s;    -o-transition-delay: 0.1s;    -ms-transition-delay: 0.1s;    transition-delay: 0.1s; }
.section-hover:hover a.info {-webkit-transition-delay: 0.2s;    -moz-transition-delay: 0.2s;    -o-transition-delay: 0.2s;    -ms-transition-delay: 0.2s;    transition-delay: 0.2s; }

/* cuadro */
.cuadro {padding:1.35rem 1.45rem;}
.cuadro table {width:100%;}	.cuadro thead, .cuadro tbody, .cuadro tfoot {border:1px solid #f1f1f1; border-left:none; border-right:none;}	
.cuadro thead, .cuadro th {text-align:center; color:#263459; background:#947b2f;}
.cuadro tbody {text-transform:uppercase;}
.cuadro tr {border-bottom:1px solid #f1f1f1;}	
.cuadro tr:hover {color:#f1f1f1; background:#947b2f; transition: all 0.25s ease-out;}
@media screen and (max-width: 55em) {
	.cuadro {padding-left:1rem; padding-right:1rem;}
}


/* scroll destacados */
#mycustomscroll, #mycustomscroll2 {width:100%/*auto*/; height:400px; margin:0 auto; padding:0; overflow:auto; position:relative; font-size:1.10rem !important; font-weight:300 !important; border:2px solid #ececec;}	
#mycustomscroll hr, #mycustomscroll2 hr{margin:0 auto !important; border-bottom:0px solid transparent;}	
.flexcroll{} .flexcroll:hover .vscrollerbar, .flexcroll:hover .hscrollerbar {background-color:#947b2f;}
.scrollgeneric {line-height:1px; font-size:1px; position:absolute; top:0; left:0;}
.vscrollerbase {width:10px; background:transparent url(../img/patterns/overlay9.png) repeat;} 
.vscrollerbar {width:10px; background-color:#947b2f; -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear; transition: border .25s linear, color .25s linear, background-color .25s linear;} 
.hscrollerbase {height:10px; background:transparent url(../img/patterns/overlay9.png) repeat;} 
.hscrollerbar {height:10px; background-color:#947b2f; -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear; transition: border .25s linear, color .25s linear, background-color .25s linear;} 
.scrollerjogbox {width:10px; height:10px; top:auto; left:auto; bottom:0px; right:0px; background-color:#FFF;} 
.fixedwidth {width:530px; height:auto; position:relative; color:#4f4f4f; padding:1px;}


/* logos */
.logos hr{border-bottom:1px solid #cacaca; margin:1.25rem auto 0 auto;}
.logos img{margin:1.5rem auto;}
.logos .cell{opacity: 1; transition:all 0.3s ease;}
.logos .cell:hover {opacity: .75;}

.whatsapp_button{position:absolute; z-index:100; right:0; width:70px; height:70px;}

/* pre-footer */
.pre-footer h6{/*font-family:'Sigmar One', cursive;*/ font-size:1.5rem; font-weight:normal; color:#cdd2d4; margin:0 auto;}
.pre-footer p{font-weight:200; line-height:1.2; margin:0 auto;}	.pre-footer p i{font-size:1rem;}	.pre-footer i{font-size:2rem;}

/* footer */
footer{padding:0; color:#cdd2d4; font-size:0.9rem; font-weight:200;}	
footer p{margin:8px 4px;}
footer a{color:#cdd2d4; text-decoration:none;}	footer a:hover, footer a:focus, footer a:active{color:#fff; text-decoration:none;} 
footer .button{margin:0 auto;} 
footer .button.hollow {border-color:#cdd2d4; color:#cdd2d4;}	.button.hollow:hover, .button.hollow:focus {border-color:#FFF; color:#263459; background:#FFF;}
.footer{padding:15px 0;}

/* iframe */
iframe{width:100%; max-height:600px; position:relative; border:none;}


/*** index2 ***/
.breadcrumbs-cont {width:100%; margin:0 auto; padding:0.9375rem; display:block;}
.breadcrumbs ul{width:auto; position:relative; right:0;}
.breadcrumbs li{font-size:0.85rem; text-transform:capitalize; color:#999;}
.breadcrumbs a {color:#947b2f; text-decoration:none;}	.breadcrumbs a:hover {text-decoration:underline;}	

.newsrows{padding-top:1.5rem; padding-bottom:1.5rem; cursor:pointer; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear;} .newsrows h5, .newsrows p{font-family:'Open Sans', Arial, Helvetica, sans-serif; line-height:1.4;}
.newsrows img{margin:auto; max-height:200px;}		.newsrows .button{padding:0.45rem 0.5rem;}
.newsrows:hover, .newsrows:focus, .newsrows:active{background:#fcfcfc;} .newsrows:hover h5, .newsrows:focus h5, .newsrows:active h5{color:#263459;}	
.newsrows:hover .button, .newsrows:focus .button, .newsrows:active .button{background-color:#263459;}
.newsrows:hover img, .newsrows:focus img, .newsrows:active img{-webkit-filter:brightness(0.105);  -webkit-filter:brightness(105%);  filter:brightness(105%);}

.gallery.callout{border:1px solid #cdd2d4; box-shadow:0 0 0 1px rgba(10, 10, 10, 0);}	
.gallery.callout:hover, .gallery.callout:focus {box-shadow:0 0 2px 1px rgba(10, 10, 10, 0.05); -moz-box-shadow:0 0 2px 1px rgba(10, 10, 10, 0.05); -webkit-box-shadow:0 0 2px 1px rgba(10, 10, 10, 0.05);}
.gallery .subheader {margin-top:1rem; font-size:1.25rem;}
a.gallery {text-decoration:none;}	
a.gallery img{-webkit-transition: -webkit-transform 0.5s ease 0s; -moz-transition: -moz-transform 0.5s ease 0s; -o-transition: -o-transform 0.5s ease 0s; transition: transform 0.5s ease 0s; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); height:100%; width:100%;}	
a.gallery:hover img{-webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05);}	
a.gallery .demo-gallery-poster{position:absolute; top:0; bottom:0; left:0; right:0; background-color:rgba(0, 0, 0, 0); -webkit-transition: background-color 0.25s ease 0s; -o-transition: background-color 0.25s ease 0s; transition: background-color 0.25s ease 0s;}
a.gallery .demo-gallery-poster i {padding:0.25rem 0.5rem; font-size:1.5rem; position:absolute; right:0; bottom:0; opacity:0; -webkit-transition: opacity 0.5s ease 0s; -o-transition: opacity 0.5s ease 0s; transition: opacity 0.5s ease 0s; display:none;}
a.gallery:hover .demo-gallery-poster, a.gallery:focus .demo-gallery-poster, a.gallery:active .demo-gallery-poster {background-color:rgba(255, 255, 255, 0.15);}		
a.gallery:hover .demo-gallery-poster i, a.gallery:focus .demo-gallery-poster i, a.gallery:active .demo-gallery-poster i {opacity:1; background-color:#947b2f; display:block;}
ul.gallery {margin:0 auto; padding:0; list-style-type:none; list-style-image:none;} 	
ul.gallery li{text-align:center;} 	ul.gallery p{font-size:1rem; letter-spacing:-0.025rem; word-spacing:-0.025rem;}

.contacto .button{padding:0.5rem 1rem;}

@media screen and (max-width: 40em) {
	.newsrows img{margin:0 0 1rem 0;}		
}


/* Outdated Browser */
#outdated{display:none;position:fixed;top:0;left:0;width:100%;height:170px;text-align:center;text-transform:uppercase;z-index:1500;background-color:#cb4b44;color:#FFF}* html #outdated{position:absolute}#outdated h6{font-size:25px;line-height:25px;margin:30px 0 10px}#outdated p{font-size:12px;line-height:12px;margin:0}#outdated #btnUpdateBrowser{display:block;position:relative;padding:10px 20px;margin:30px auto 0;width:230px;color:#FFF;text-decoration:none;border:2px solid #FFF;cursor:pointer}#outdated #btnUpdateBrowser:hover{color:#cb4b44;background-color:#FFF}#outdated .last{position:absolute;top:10px;right:25px;width:20px;height:20px}#outdated #btnCloseUpdateBrowser{display:block;position:relative;width:100%;height:100%;text-decoration:none;color:#FFF;font-size:36px;line-height:36px}


/* Magnific Popup CSS */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; } 
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; } 
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; box-sizing: border-box; } 
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; } 
.mfp-align-top .mfp-container:before { display: none; } 
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; } 
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; } 
.mfp-ajax-cur { cursor: progress; } 
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; } 
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; } 
.mfp-auto-cursor .mfp-content { cursor: auto; } 
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; } 
.mfp-loading.mfp-figure { display: none; } 
.mfp-hide { display: none !important; } 
.mfp-preloader { color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }   
.mfp-preloader a { color: #CCC; } .mfp-preloader a:hover { color: #fff; } 
.mfp-s-ready .mfp-preloader { display: none; } 
.mfp-s-error .mfp-content { display: none; } 
button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation; } 
button::-moz-focus-inner { padding: 0; border: 0; } 
.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.7; padding: 0 0 18px 10px; color: #fff; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; } .mfp-close:hover, .mfp-close:focus { opacity: 1; } .mfp-close:active { top: 1px; } 
.mfp-close-btn-in .mfp-close { color: #000; } 
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #fff; right: -6px; text-align: right; padding-right: 6px; width: 100%; } 
.mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; } 
.mfp-arrow { position: absolute; opacity: 0.7; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; }   
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }
.mfp-arrow:after { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }
.mfp-arrow:before { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.75; }
.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after { border-right: 17px solid #fff; margin-left: 31px; }
.mfp-arrow-left:before { margin-left: 25px; border-right: 27px solid #3F3F3F; }
.mfp-arrow-right { right: 0; }   
.mfp-arrow-right:after { border-left: 17px solid #fff; margin-left: 39px; }   
.mfp-arrow-right:before { border-left: 27px solid #3F3F3F; } 
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; }
/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; } 
/* The shadow behind the image */
.mfp-figure { line-height: 0; }
.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; }
.mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; }
.mfp-figure figure { margin: 0; }
.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }
.mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; }
.mfp-image-holder .mfp-content { max-width: 100%; } 
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; } 
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /** Remove all paddings around the image on small screen **/
  .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
  .mfp-img-mobile img.mfp-img { padding: 0; }
  .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
  .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
  .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
  .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; } 
}
@media all and (max-width: 900px) {
  .mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
  .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
  .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
  .mfp-container { padding-left: 6px; padding-right: 6px; } 
}


/*.cella:last-child, .cellas:last-child {
    float: none !important;}*/
/*!
 * WickedCSS v1.0 (https://github.com/kristofferandreasen/wickedCSS)
 * Copyright 2015 Kristoffer Andreasen
 * MIT License
 */
/* ========== Rotation ========== */
.rotation{ animation-name: rotation; -webkit-animation-name: rotation;	  animation-duration: 4s;	 -webkit-animation-duration: 4s;  animation-timing-function: linear;	 -webkit-animation-timing-function: linear;  -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;	  visibility: visible !important;	 }
@-webkit-keyframes rotation { from { -webkit-transform: rotate(0deg) translateX(50%) rotate(0deg); } to   { -webkit-transform: rotate(360deg) translateX(50%) rotate(-360deg); } }
@keyframes rotation { from { transform: rotate(0deg) translateX(50%) rotate(0deg); } to   { transform: rotate(360deg) translateX(50%) rotate(-360deg); } }
/* ========== sideToSide ========== */
.sideToSide{ animation-name: sideToSide; -webkit-animation-name: sideToSide;	  animation-duration: 3s;	 -webkit-animation-duration: 3s;  animation-timing-function: ease;	 -webkit-animation-timing-function: ease;  -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;	  visibility: visible !important;						 }
@-webkit-keyframes sideToSide { 0% { -webkit-transform: translate(100%, 0); } 50% { -webkit-transform: translate(-100%, 0); } 100% { -webkit-transform: translate(100%, 0); } }
@keyframes sideToSide { 0% { transform: translate(100%, 0); } 50% { transform: translate(-100%, 0); } 100% { transform: translate(100%, 0); } }
/* ========== zoomer ========== */
.zoomer{ animation-name: zoomer; -webkit-animation-name: zoomer;	  animation-duration: 1s;	 -webkit-animation-duration: 1s;  animation-timing-function: cubic-bezier(0.5, 0.2, 0.3, 1.0);	 -webkit-animation-timing-function: cubic-bezier(0.5, 0.2, 0.3, 1.0);  -webkit-animation-iteration-count: 1; animation-iteration-count: 1;	  visibility: visible !important;	}
@-webkit-keyframes zoomer { 0% { -webkit-transform: scale(.3); } 100% { -webkit-transform: scale(1); } }
@keyframes zoomer { 0% { transform: scale(.3); } 100% { transform: scale(1); } }
/* ========== zoomerOut ========== */
.zoomerOut{ animation-name: zoomerOut; -webkit-animation-name: zoomerOut;	  animation-duration: 1s;	 -webkit-animation-duration: 1s;  animation-timing-function: cubic-bezier(0.5, 0.2, 0.3, 1.0);	 -webkit-animation-timing-function: cubic-bezier(0.5, 0.2, 0.3, 1.0);  -webkit-animation-iteration-count: 1; animation-iteration-count: 1;  -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards;	  visibility: visible !important;	}
@-webkit-keyframes zoomerOut { 0% { -webkit-transform: scale(1); } 100% { -webkit-transform: scale(0); } }
@keyframes zoomerOut { 0% { transform: scale(1); } 100% { transform: scale(0); } }
/* ========== spinner ========== */
.spinner{ animation-name: spinner; -webkit-animation-name: spinner;	  animation-duration: 2s;	 -webkit-animation-duration: 2s;  animation-timing-function: linear;	 -webkit-animation-timing-function: linear;  -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;	  visibility: visible !important;						 }
@-webkit-keyframes spinner { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } }
@keyframes spinner { from {transform:rotate(0deg);} to {transform:rotate(360deg);} }
/* ========== pulse ========== */
.pulse{ animation-name: pulse; -webkit-animation-name: pulse;	  animation-duration: 2s;	 -webkit-animation-duration: 2s;  animation-timing-function: linear;	 -webkit-animation-timing-function: linear;  animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;  visibility: visible !important;	 }
@keyframes pulse { 0% { transform: scale(0.9); opacity: 0.9;		 } 50% { transform: scale(1); opacity: 1;	 }	 100% { transform: scale(0.9); opacity: 0.9;	 }			 }
@-webkit-keyframes pulse { 0% { -webkit-transform: scale(0.95); opacity: 0.9;		 } 50% { -webkit-transform: scale(1); opacity: 1;	 }	 100% { -webkit-transform: scale(0.95); opacity: 0.9;	 }			 }
/* ========== shake ========== */
.shake{ animation-name: shake; -webkit-animation-name: shake;	  animation-duration: 0.4s;	 -webkit-animation-duration: 0.4s;  animation-timing-function: ease;	 -webkit-animation-timing-function: ease;  animation-iteration-count: 1; -webkit-animation-iteration-count: 1;  visibility: visible !important;	 }
@keyframes shake { 0%, 100% {transform: translateX(0);} 16%, 50%, 83% {transform: translateX(-10px);} 33%, 66% {transform: translateX(10px);} }
@-webkit-keyframes shake { 0%, 100% {-webkit-transform: translateX(0);} 16%, 50%, 83% {-webkit-transform: translateX(-10px);} 33%, 66% {-webkit-transform: translateX(10px);}	 }
/* ========== barrelRoll ========== */
.barrelRoll{ animation-name: barrelRoll; -webkit-animation-name: barrelRoll;	  animation-duration: 0.4s;	 -webkit-animation-duration: 0.4s;  animation-timing-function: ease;	 -webkit-animation-timing-function: ease;  animation-iteration-count: 1; -webkit-animation-iteration-count: 1;  visibility: visible !important;	 } 
@keyframes barrelRoll { from { transform: rotate(0deg) } to   { transform: rotate(360deg) } } 
@-webkit-keyframes barrelRoll { from { -webkit-transform: rotate(0deg) } to   { -webkit-transform: rotate(360deg) } } 
/* ========= floater ========= */
.floater{ animation-name: floater; -webkit-animation-name: floater;  animation-duration: 2.5s;	 -webkit-animation-duration: 2.5s;  animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;  visibility: visible !important;	 } 
@keyframes floater { 0% { 	transform: translateY(0%);	 } 50% { 	transform: translateY(8%);	 }	 100% { 	transform: translateY(0%); }			 } 
@-webkit-keyframes floater { 0% { 	-webkit-transform: translateY(0%);	 } 50% { 	-webkit-transform: translateY(8%);	 }	 100% { 	-webkit-transform: translateY(0%); }			 } 
/* ====== wiggle ====== */
.wiggle{ animation-name: wiggle; -webkit-animation-name: wiggle;	  animation-duration: 2.5s;	 -webkit-animation-duration: 2.5s;  animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;  visibility: visible !important;	 }
@keyframes wiggle { 0% { 	transform: rotate(-4deg);	 } 50% { 	transform: rotate(4deg); } 100% { 	transform: rotate(-4deg);	 }						 }
@-webkit-keyframes wiggle { 0% { 	-webkit-transform: rotate(-4deg);	 } 50% { 	-webkit-transform: rotate(4deg); } 100% { 	-webkit-transform: rotate(-4deg);	 }				 }
/* ====== pound ====== */
.pound{ animation-name: pound; -webkit-animation-name: pound;	  animation-duration: 0.5s;	 -webkit-animation-duration: 0.5s;  animation-timing-function: ease;	 -webkit-animation-timing-function: ease;  animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;  visibility: visible !important;	 }
@keyframes pound { to { transform: scale(1.2); } }
@-webkit-keyframes pound { to { transform: scale(1.2); } }
/* ====== heartbeat ====== */
.heartbeat{ animation-name: heartbeat; -webkit-animation-name: heartbeat;	  animation-duration: 3s;	 -webkit-animation-duration: 3s;  animation-timing-function: ease;	 -webkit-animation-timing-function: ease;  animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;  visibility: visible !important;	 }
@keyframes heartbeat { 0% { 	transform: scale(1);	 } 10% { 	transform: scale(1.2); } 20% { 	transform: scale(1.4); } 100% { 	transform: scale(1);	 }						 }
@-webkit-keyframes heartbeat { 0% { 	-webkit-transform: scale(1);	 } 10% { 	-webkit-transform: scale(1.2); } 20% { 	-webkit-transform: scale(1.4); } 100% { 	-webkit-transform: scale(1);	 }				 }
/* ====== rollerRight ====== */
.rollerRight{ animation-name: rollerRight; -webkit-animation-name: rollerRight;	  animation-duration: 2s;	 -webkit-animation-duration: 2s;  animation-timing-function: ease;	 -webkit-animation-timing-function: ease;  animation-iteration-count: 1; -webkit-animation-iteration-count: 1;  -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
@keyframes rollerRight { 0% { transform: translateX(-200px) rotate(0); opacity: 0;	 }				 100% { transform: translateX(0) rotate(2turn); opacity: 1; } }
@-webkit-keyframes rollerRight { 0% { -webkit-transform: translateX(-200px) rotate(0); opacity: 0;	 }				 100% { -webkit-transform: translateX(0) rotate(2turn); opacity: 1;	 } }
/* ====== rollerLeft ====== */
.rollerLeft{ animation-name: rollerLeft; -webkit-animation-name: rollerLeft;	  animation-duration: 2s;	 -webkit-animation-duration: 2s;  animation-timing-function: ease;	 -webkit-animation-timing-function: ease;  animation-iteration-count: 1; -webkit-animation-iteration-count: 1;  -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
@keyframes rollerLeft { 0% { transform: translateX(200px) rotate(0); opacity: 0;	 }	 100% { transform: translateX(0) rotate(-2turn); opacity: 1;	 } }
@-webkit-keyframes rollerLeft { 0% { -webkit-transform: translateX(200px) rotate(0); opacity: 0;	 }				 100% { -webkit-transform: translateX(0) rotate(-2turn); opacity: 1;	 } } 
/*
==========
Boring ones from here on down
==========
*/
/* ========== slideDown ========== */
.slideDown{ animation-name: slideDown; -webkit-animation-name: slideDown;	  animation-duration: 1s;	 -webkit-animation-duration: 1s;  animation-timing-function: ease;	 -webkit-animation-timing-function: ease;			 }
@keyframes slideDown { 0% { 	transform: translateY(-100%); 	opacity: 0; }	 100% { 	transform: translateY(0%); 	opacity: 1; }		 }
@-webkit-keyframes slideDown { 0% { 	-webkit-transform: translateY(-100%); 	opacity: 0; }		 100% { 	-webkit-transform: translateY(0%); 	opacity: 1; }	 }
/* ========== slideUp ========== */
.slideUp{ animation-name: slideUp; -webkit-animation-name: slideUp;	  animation-duration: 1s;	 -webkit-animation-duration: 1s;  animation-timing-function: ease;	 -webkit-animation-timing-function: ease;  } 
@keyframes slideUp { 0% { 	transform: translateY(100%); 	opacity: 0; } 100% { 	transform: translateY(0%); 	opacity: 1; }	 } 
@-webkit-keyframes slideUp { 0% { 	-webkit-transform: translateY(100%); 	opacity: 0; }	 100% { 	-webkit-transform: translateY(0%); 	opacity: 1; }	 } 
/* ========== slideLeft ========== */
.slideLeft{ animation-name: slideLeft; -webkit-animation-name: slideLeft;	  animation-duration: 1s;	 -webkit-animation-duration: 1s;  animation-timing-function: ease;	 -webkit-animation-timing-function: ease;		  } 
@keyframes slideLeft { 0% { 	transform: translateX(150%); 	opacity: 0; }		 100% { 	transform: translateX(0%); 	opacity: 1; }	 } 
@-webkit-keyframes slideLeft { 0% { 	-webkit-transform: translateX(150%); 	opacity: 0; }		 100% { 	-webkit-transform: translateX(0%); 	opacity: 1; } } 
/* ========== slideRight ========== */
.slideRight{ 	animation-name: slideRight; 	-webkit-animation-name: slideRight;	  	animation-duration: 1s;	 	-webkit-animation-duration: 1s;  	animation-timing-function: ease;	 	-webkit-animation-timing-function: ease;	 }
@keyframes slideRight { 	0% { 		transform: translateX(-150%); 		opacity: 0; 	}		 	100% { 		transform: translateX(0%); 		opacity: 1; 	}	 }
@-webkit-keyframes slideRight { 	0% { 		-webkit-transform: translateX(-150%); 		opacity: 0; 	}		 	100% { 		-webkit-transform: translateX(0%); 		opacity: 1; 	} }
/* ========== fadeIn ========== */
.fadeIn{ animation-name: fadeIn; -webkit-animation-name: fadeIn;	  animation-duration: 2s;	 -webkit-animation-duration: 2s;  animation-timing-function: ease;	 -webkit-animation-timing-function: ease;	  visibility: visible !important;	} 
@keyframes fadeIn { 0% { 	opacity: 0; } 100% { 	opacity: 1; }	 } 
@-webkit-keyframes fadeIn { 0% { 	opacity: 0; } 100% { 	opacity: 1; } }
/* ========== fadeOut ========== */
.fadeOut{ animation-name: fadeOut; -webkit-animation-name: fadeOut;	  animation-duration: 2s;	 -webkit-animation-duration: 2s;  animation-timing-function: ease;	 -webkit-animation-timing-function: ease;  -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards;		 } 
@keyframes fadeOut { 0% { 	opacity: 1; } 100% { 	opacity: 0; }	 }
@-webkit-keyframes fadeOut { 0% { 	opacity: 1; } 100% { 	opacity: 0; } }
/* ========== rotateInRight ========== */
.rotateInRight{ animation-name: rotateInRight; -webkit-animation-name: rotateInRight;	  animation-duration: 3s;	 -webkit-animation-duration: 3s;  animation-timing-function: ease-in-out;	 -webkit-animation-timing-function: ease-in-out;  -webkit-animation-iteration-count: 1; animation-iteration-count: 1;	 }
@-webkit-keyframes rotateInRight { from { 	-webkit-transform: rotate(0deg) translateX(100%) rotate(0deg); }to   { 	-webkit-transform: rotate(360deg) translateX(0) rotate(-360deg); }}
@keyframes rotateInRight { from { 	transform: rotate(0deg) translateX(100%) rotate(0deg); }to   { 	transform: rotate(360deg) translateX(0) rotate(-360deg); }}
/* ========== rotateInLeft ========== */
.rotateInLeft{ animation-name: rotateInLeft; -webkit-animation-name: rotateInLeft;	  animation-duration: 3s;	 -webkit-animation-duration: 3s;  animation-timing-function: ease-in-out;	 -webkit-animation-timing-function: ease-in-out;  -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } @-webkit-keyframes rotateInLeft { from { 	-webkit-transform: rotate(0deg) translateX(-100%) rotate(0deg); }to   { 	-webkit-transform: rotate(360deg) translateX(0) rotate(-360deg); }}
@keyframes rotateInLeft { from { 	transform: rotate(0deg) translateX(-100%) rotate(0deg); }to   { 	transform: rotate(360deg) translateX(0) rotate(-360deg); }}
/* ========== rotateIn ========== */
.rotateIn { animation-name: rotateIn; -webkit-animation-name: rotateIn;  animation-duration: 3s;	 -webkit-animation-duration: 3s;  animation-timing-function: ease;	 -webkit-animation-timing-function: ease;  -webkit-animation-iteration-count: 1; animation-iteration-count: 1;	  -webkit-transform-origin: center; transform-origin: center; 	 } 
@-webkit-keyframes rotateIn { 0% { -webkit-transform: rotate3d(0, 0, 1, -720deg); transform: rotate3d(0, 0, 1, -720deg); opacity: 0; }  100% { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: none; transform: none; opacity: 1; } } 
@keyframes rotateIn { 0% { -webkit-transform: rotate3d(0, 0, 1, -720deg); transform: rotate3d(0, 0, 1, -720deg); opacity: 0; }  100% { -webkit-transform: none; transform: none; opacity: 1; } } 
/* ========== bounceIn ========== */
.bounceIn{  -webkit-animation-name: bounceIn; animation-name: bounceIn;  -webkit-animation-duration: .8s; animation-duration: .8s;  -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 
@-webkit-keyframes bounceIn { 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }  20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); }  40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); }  60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); }  80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); }  100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } 
@keyframes bounceIn { 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }  20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); }  40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); }  60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); }  80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); }  100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }

.buttons .btn {border-radius:1rem 0.1875rem 0.1875rem 1rem;}
.buttons .btn-round {border-radius:30px 0.25rem 0.25rem 30px !important;}
.buttons .btn-info.btn-simple {color:#2e2869; border-color:#DDD; background-color:#f2f2f2; box-shadow:0 3px 8px 0 rgba(0, 0, 0, 0.17);}
.buttons .btn-info.btn-simple:hover, .buttons .btn-info.btn-simple:focus, .buttons .btn-info.btn-simple:active {border-width:1px; background-color:#FFF; color:#2E2869; border-color:#2E2869; box-shadow:inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;}
.buttons .btn-info.btn-simple:hover .text-black, .buttons .btn-info.btn-simple:focus .text-black, .buttons .btn-info.btn-simple:active .text-black {color:#666 !important;}

