@import url('https://fonts.googleapis.com/css?family=Roboto|Romanesco|Pangolin');
/*---FONTS---*/

html {font-size:100%;}	@media (max-width: 768px) { html {word-wrap:break-word;} }
body{font-size:1rem; font-weight:400; line-height:1.2; color:#444; font-family:'Roboto', Arial, sans-serif; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%;}		@media only screen and (max-width: 320px) { body {font-size:2em;} }
a {color:#3366FF; -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:#000; outline:none !important; border-bottom:1px solid #3366FF;}	
a:hover.button, a:focus.button, a:active.button{border-bottom-color:transparent;}		
a:hover.button.hollow, a:focus.button.hollow, a:active.button.hollow{border-bottom-color:auto !important;}		
a:hover.tx-white{color:#FFFF33; outline:none !important; border-bottom:1px solid #fff;}
::selection {background:#FF3333; color:#fff;} 	::-moz-selection {background:#FF3333; color:#fff;}
::-webkit-scrollbar {width:15px;}	::-webkit-scrollbar-track, ::-webkit-scrollbar-track-piece {background-color:#ececec; border-left:1px solid #fff;} 	 
::-webkit-scrollbar-thumb {background-color:#999; transition: all 0.25s ease-out;}	::-webkit-scrollbar-thumb:hover {background-color:#3366FF;}
::-webkit-scrollbar-button{background-color:#666;}	::-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;}
h1, h2, h3, h4, h5, h6{font-family:'Roboto', Tahoma, Verdana, sans-serif;} 
h1, h2{line-height:1.2; color:#111;}	h3, h4{line-height:1.4; color:#222;} 	h5, h6{line-height:1.6; color:#333;} 
ul {list-style:none; padding:0; margin:0;}	li {padding-left:1em; text-indent:-.7em;}	li::before {content: "\002022"; padding-right:7px; color:#3366FF;}

header .title-bar {padding:1rem 0.5rem;} .title-bar-title {margin-left:30px; font-weight:600; font-size:1.10em;} /*0.625rem*/
header .menu-icon {width:25px; height:20px;} .menu-icon::after {width:100%; height:3px; top:0; left:0; box-shadow:0;} header.menu-icon:hover::after {box-shadow:0;}
header {height:auto !important; display:block; position:relative; border-bottom:3px solid #FFFF33;}

.banner-bg {background: url('../img/bg-banner.jpg') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}

.thumbnail.float-left {margin:0.5rem 1rem 0.5rem 0;}	.thumbnail.float-right{margin:0.5rem 0 0.5rem 1rem; }
.callout{margin:0 0 -0.4rem 0;}
.media-object p {margin-bottom:0.5rem;}
.media-object .lead {font-size:120%; line-height:1.3;}
.media-object .button{min-height:180px; padding:0.85em 0.5em;}
.media-object .button img{margin:-1em 0.25em -0.5em 0.25em; top:-1em;}
@media screen and (max-width: 54em) {
	.media-object .button{min-height:80px;}
}

a.button img{transition: all .2s ease-in-out;}
a.button:hover img{transform: scale(1.1);}
.button{min-height:60px; padding:0.85em 1.15em; margin:0 0 1.25rem 0; font-size:0.95rem; font-weight:600; letter-spacing:0.035em; border-radius:4px;}
.button img{margin:-0.85em 0.45em -0.85em 0; position:relative; top:-0.35em; left:0; float:left; display:inline-block;}
.button span{position:relative; display:inline-block; }
form .button{min-height:40px;}
form input[type=search] {width:75% !important;}

.label {background:#FF3333; color:#fff;}	.label.secondary {background:#95a5a6; color:#fff;}

.content{z-index:20; position:relative;}
.content .button{min-height:auto; margin:0 0 1rem 0;}

/*#cf000f #3366FF*/
/* -webkit-box-shadow: inset 0px 2px 2px  rgba(0, 0, 0, .5), 0px 1px 0px  rgba(250, 250, 250, .2);
    box-shadow: inset 0px 2px 2px  rgba(0, 0, 0, .5), 0px 1px 0px  rgba(250, 250, 250, .2);*/

/*** COLOR PALETTE ***/
.gray{filter:alpha(opacity=25); opacity:.25; -webkit-filter:grayscale(0.50); -webkit-filter:grayscale(50%); filter:gray; filter:grayscale(50%);}	 
/* Background */ 
.bg-black{background-color:#1D1D1C;} 
.bg-blue{background-color:#3366FF;} 
.bg-white{background-color:#fff;} 
.bg-dark{background-color:#3366FF; background-image: linear-gradient(365deg, #3366FF 0%, #3366FF 74%); background-attachment:fixed;} 
.bg-light{background-color:#FFFF33 !important;} 
.bg-flatcolor{background-color:#FF3333 !important;} 
.bg-color{background-color:#3366FF; background-image: linear-gradient(365deg, #FF3333 0%, #3366FF 74%); background-repeat:no-repeat;}
.bg-flatcolor li::before, .bg-color li::before {content: "\002022"; padding-right:7px; color:#FFFF33;}
/* Text color */
.tx-white{color:#fff;} 
.tx-gray{color:#95a5a6;} .tx-color{color:#3366FF;} .tx-light{color:#FFFF33;} 

.h-line{border-bottom:2px solid rgba(0, 0, 0, 0.08); margin:1.25rem 0.8rem;}	
.v-line{border-right:3.5px solid rgba(255, 255, 255, 0.08);} .v-line2{border-left:3.5px solid rgba(255, 255, 255, 0.08);}
.uppercase{text-transform:uppercase;}
.handwriting{font-family:'Romanesco', cursive !important; font-size:135%; line-height:135%;}
.handwriting2{font-family:'Pangolin', cursive !important; font-size:125%; line-height:125%;}
@media screen and (max-width: 54em) {
	.v-line, .v-line2{border-width:0;}
}

.top-bar, .top-bar ul {background-color:transparent;}
.text-justify h1, .text-justify h2, .text-justify h3, .text-justify h4, .text-justify h5, .text-justify h6 {text-align:left; letter-spacing:0.05rem; word-spacing:0.05rem;}
.text-justify .text-center h1, .text-justify .text-center h2, .text-justify .text-center h3, .text-justify .text-center h4, .text-justify .text-center h5, .text-justify .text-center h6 {text-align:center;}
.text-justify .text-right h1, .text-justify .text-right h2, .text-justify .text-right h3, .text-justify .text-right h4, .text-justify .text-right h5, .text-justify .text-right h6 {text-align:right;}

.container{max-width:70rem; margin:-2.5rem auto 0 auto; position:relative; border:6px solid transparent; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15); box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15);}
@media screen and (max-width: 830px) {
	.container{margin:0 auto;}
}
.upper-corners{border-radius:3px 3px 0 0; -moz-border-radius:3px 3px 0 0; -webkit-border-radius:3px 3px 0 0;} 
.lower-corners{border-radius:0 0 3px 3px; -moz-border-radius:0 0 3px 3px; -webkit-border-radius:0 0 3px 3px;} 


/* tittles */
.title{width:auto; height:auto; margin:0.8rem auto 0.4rem auto; padding:12px; position:static; font-family:'Roboto', Tahoma, Verdana, sans-serif; font-size:1.25rem; letter-spacing:0.05rem; font-weight:600; cursor:default; color:#000; background-color:#FFFF33; webkit-transition: border .25s linear, color .25s linear, background-color .25s linear; transition: border .25s linear, color .25s linear, background-color .25s linear;} 	.title i{font-size:1.8rem;} 	
.title a{padding:12px; margin:-12px; display:block; color:#000;} 		.title a:hover{color:#FFFF33; background-color:#1D1D1C; border:none;} .title a:hover i{color:#FFFF33;} 	
.title-color{color:#fff; background-color:#cf000f; border-bottom:1px solid #ddd;} .title-color i{color:#FFFF33;} 
.title-color a{color:#fff;} .title-color a:hover{color:#cf000f; background-color:#FFFF33; border:none;} .title-color a:hover i{color:#cf000f;} 
 

/* banner */
.banner{padding:20px 0 35px 0; position:relative; float:none; clear:both; }.banner .column, .banner .columns {position:relative; padding-left:0; padding-right:0;}
.banner a{border:none;}
.banner-img{margin:0 auto; padding:0;}	.banner-img_2{margin:0 auto;} 	
.banner-text{margin:50px auto 25px auto; padding:0.5rem 0; line-height:1.5rem; color:#fff;} 
.banner-title1{font-size:1.8rem; font-family:'Roboto', Tahoma, Verdana, sans-serif; font-weight:900; letter-spacing:0.10rem; word-spacing:0.20rem; line-height:1.35; padding:6px 0; display:inline-block; border-bottom:2px solid #FFFF33; text-shadow:0px 2px 4px rgba(0, 0, 0, 0.9);}
.banner-title2{font-size:1.15rem; letter-spacing:0.20rem; word-spacing:0.40rem; font-weight:500; margin:10px auto;} 
.banner-title3{font-size:1.35rem; margin:15px auto; color:#FFFF33; font-weight:400; font-style:italic;}
@media screen and (max-width: 74em) {
	.banner-img{margin:0 auto;} .banner-img_2{display:none;}  .banner-text{margin:35px auto 15px auto;} 
}


/* menu */
#menu {width:auto; max-width:100%; height:auto; padding:0; float:none; clear:both; position:relative; top:0;}
#main-menu {position:relative; z-index:3000; width:auto;}
#main-menu ul {/*width:70rem;*/}
/* 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);}
ul.sm li{text-indent:0;}/*+*/
ul.sm li::before{content:none;padding-right:0;}/*+*/
/* Menu box 
===================*/ 
.sm-blue {border-bottom:2px solid rgba(0, 0, 0, 0.08);}
.sm-blue-vertical {-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 {padding:7px; background:#fff; border:1px solid rgba(0,0,0,0.2); border-radius:0 0 3px 3px; -moz-border-radius:0 0 3px 3px; -webkit-border-radius:0 0 3px 3px; box-shadow:0 5px 12px rgba(0,0,0,0.3); -moz-box-shadow:0 5px 12px rgba(0,0,0,0.3); -webkit-box-shadow:0 5px 12px rgba(0,0,0,0.3);}
.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:14px 12px; line-height:1.5em; font-size:1em; font-weight:600; letter-spacing:-0.015em; text-decoration:none; text-transform:capitalize; color:#fff;}
.sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {background:#FFFF33; color:#000; border-bottom:none;}
.sm-blue-vertical a {padding:9px 40px 8px 23px; background:#cf000f;}
.sm-blue ul a {padding:9px 40px 8px 12px; font-size:1em; font-weight:400; text-shadow:none; color:#000; background:transparent;}
.sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {background:#FFFF33; color:#000;}
/* 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:#cf000f; 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:5px; 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:#FFFF33 transparent transparent transparent;}
.sm-blue-vertical a span.sub-arrow, .sm-blue ul a span.sub-arrow {bottom:auto; top:50%; margin-top:-5px; right:5px; left:auto; margin-left:0; border-style:dashed dashed dashed solid; border-color:transparent transparent transparent #FFFF33;}
/* Items separators
===================*/
.sm-blue li {border-left:2px solid rgba(0, 0, 0, 0.08);}
.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:#fff; 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 #3366FF transparent;}
.sm-blue span.scroll-down-arrow {top:6px; border-style:solid dashed dashed dashed; border-color:#3366FF 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: 74em) {
.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; box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none;}
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 {margin:0 0.9375rem; 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:#fff; 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 32px !important;/* add some additional left padding to make room for the sub indicator */ background:transparent !important; color:#fff !important;}
.sm-blue ul a {background:transparent !important; color:#000 !important; text-shadow:none !important;}
.sm-blue a.current {background:#cf000f !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; background:rgba(0,0,0,0.1); border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;}
/* 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;}
}


/* slide-images */
.skdslider{width:100%; max-height:300px; margin-bottom:0; position:relative; z-index:10; top:0.4rem; display:block; overflow:hidden; background:#3e3e3e;}
.skdslider:after {content: ''; padding-top:50%; display:block;} 
.skdslider ul.slides{margin:0; padding:0; list-style-type:none;}
.skdslider ul.slides li{display:none; overflow:hidden; padding-left:0; text-indent:0;} .skdslider ul.slides li::before {content:none; padding-right:0;}/*+*/
.skdslider ul.slides li img{width:100%; height:100%; border:0;}	
/* crop */
.slidecrop {width:100%; height:300px; overflow:hidden;}
.slidecrop img {width:100%; height:auto !important; margin:0;}
/* crop */
.skdslider ul.slide-navs {bottom:15px; left:50%; position:absolute; list-style-type:none; margin:0; padding:0; cursor:pointer;}
.skdslider ul.slide-navs li {width:14px; height:14px; padding:0; margin-right:8px; float:left; border:1px solid #fff; -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;}
.skdslider ul.slide-navs li::before {content:none; padding-right:0;}/*+*/
.skdslider ul.slide-navs li.current-slide {background-color:rgba(255, 255, 255, 1); webkit-transition: border .25s linear, color .25s linear, background-color .25s linear; transition: border .25s linear, color .25s linear, background-color .25s linear;}
.skdslider .slide-desc {max-width:40%; height:100%; max-height:300px; padding:60px 30px 60px 50px; position:absolute; right:0; top:0; display:inline-block; background-color:rgba(51, 102, 255, .9); border:8px solid #3366FF; border-left-color:#fff; border-right:none; -webkit-border-radius: 50px 0 0 50px / 100px 0 0 100px;     border-radius: 50% 0 0 50% / 50% 0 0 50%;}
.skdslider .slide-desc > h5 {font-family:'Roboto', Tahoma, Verdana, sans-serif; font-weight:500; font-size:1.25rem; line-height:1.35; color:#fff; cursor:default;}
.skdslider .slide-desc > p {margin-top:5px; color:#fff;}
.skdslider .slide-desc > p a.more {color:#FFFF33; text-decoration:none;}
.skdslider .slide-desc > p a.more:hover {text-decoration:underline;}
.skdslider a.prev{width:35px; height:35px; margin-top:-17px; position:absolute; left:1%; bottom:2%; display:block; background:url("../img/left.png") no-repeat scroll 0 0 transparent; cursor:pointer; filter:alpha(opacity=50); opacity:.50;}
.skdslider a.next{width:35px; height:35px; margin-top:-17px; position:absolute; right:1%; bottom:2%; display:block; background: url("../img/right.png") no-repeat scroll 0 0 transparent; filter:alpha(opacity=50); opacity:.50;}
.skdslider a.prev:hover, .skdslider a.next:hover{border:none; filter:alpha(opacity=1); opacity:1;}
.skdslider a.play{width:35px; height:35px; position:absolute; top:2%; right:1%; display:none; background: url("../img/play.png") no-repeat scroll center center transparent; cursor:pointer;} 
.skdslider a.pause{width:35px; height:35px; position:absolute; top:2%; right:1%; display:none; background: url("../img/pause.png") no-repeat scroll center center transparent; cursor:pointer;} 
.skdslider a.play:hover, .skdslider a.pause:hover{border:none}
.skdslider-responsive{max-width:1000px; margin:0 auto;} /*+*/
@media screen and (max-width: 54em) {
	.skdslider-background, .skdslider{height:auto; max-height:auto;}
	.skdslider .slide-desc {padding:30px 15px 30px 25px;}
	.skdslider .slide-desc > h5 {font-size:1.15rem;} .skdslider .slide-desc > p a.more {font-size:0.85rem;}
	.skdslider a.prev{left:2%;}
}
@media screen and (max-width:1024px) {
	.skdslider-background{display:none;}
}

/* snack */
.snack {width:100%; height:auto; min-height:400px; padding:0; margin:12px auto 0 auto; position:relative; display:block; clear:both; background:#3e3e3e; border:15px solid #3e3e3e; -webkit-border-radius:5%; border-radius:5%; -moz-border-radius:5%;}
.snack-topleft{width:0; height:0; margin:-1px auto 12px auto; position:relative; display:block; clear:both; border-top:30px solid #3e3e3e; border-right:40px solid transparent;}
.snack-center {width:0; height:0; margin:-1px auto 12px auto; position:relative; display:block; clear:both; border-top:40px solid #3e3e3e; border-left:30px solid transparent; border-right:50px solid transparent;}
.snack .skdslider{max-width:400px; max-height:auto; min-height:400px !important; margin:0 auto; top:0; -webkit-border-radius:2.5%; border-radius:2.5%; -moz-border-radius:2.5%;}
.snack .slidecrop {width:100%; height:400px; overflow:hidden;}
.snack .slidecrop img {width:auto; height:100% !important; margin:0;}


/* slide-images */
/* 	Core OwlCarousel  --------------------------------------- */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#1D1D1C}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*** Theme ***/
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

/* slide-news */
.slide-news{margin:10px auto 0 auto;} .slide-news a{color:#444; }
/* crop */
.slide-news_crop {width:100%; height:225px; overflow:hidden; background:#ececec;}
.slide-news_crop img {width:100%; height:auto !important; margin:0;}
/* crop */
.item{text-align:left; background:#fff; -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear; transition: border .25s linear, color .25s linear, background-color .25s linear;}		
.item-info  p{line-height:1.35; /*margin-bottom:0.5rem;*/}
.item-info .subheader{padding:20px 0 0 0; font-family:'Roboto', Tahoma, Verdana, sans-serif;}
.item-info .label{margin-left:20px; font-family:'Roboto', Tahoma, Verdana, sans-serif;}
@media screen and (max-width: 75em) {
	.slide-news_crop {height:auto; max-height:200px;}
}


/* scroll */
#mycustomscroll {width:auto; height:400px; margin:0 auto; padding:0 10px; overflow:auto; position:relative;}
#mycustomscroll hr{margin:0 auto; border-color:transparent;}		
.flexcroll{border-width:0 0 1px 1px; border-color:#ececec; border-style:solid; -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear; transition: border .25s linear, color .25s linear, background-color .25s linear;}	
/*.flexcroll img{width:150px; height:150px; -webkit-border-radius:50%; border-radius:50%; -moz-border-radius:50%;}*/
.flexcroll .thumbnail{margin-bottom:0.5rem;}		.flexcroll .callout:hover .thumbnail{box-shadow:0 0 6px 1px rgba(10, 10, 10, 0.2);}
.flexcroll .callout {border:1px dotted transparent; border-radius:3px; background-color:#fff;} 	
.flexcroll .tx-color{text-align:center;} 	.flexcroll .subheader {text-transform:capitalize; text-align:center;}
.flexcroll:hover .vscrollerbar, .flexcroll:hover .hscrollerbar {background-color:#3366FF;}
.scrollgeneric {line-height:1px; font-size:1px; position:absolute; top:0; left:0;}
.vscrollerbase {width:10px;  border-right:5px solid #ececec;}		.hscrollerbase {height:10px; border-bottom:5px solid #ececec;}		.vscrollerbase, .hscrollerbase {background:transparent; -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear; transition: border .25s linear, color .25s linear, background-color .25s linear;}
.vscrollerbar {width:10px;} 		.hscrollerbar {height:10px;} 	.vscrollerbar, .hscrollerbar {background-color:#999; -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;}


/* footer */
footer{padding-top:80px; margin-top:-80px; border-top:3px solid #FFFF33;}
footer small{font-size:90%;}
footer a{color:#fff;} footer a:hover, footer a:focus, footer a:active{color:#fff; border-color:#FFFF33;} 
footer .menu-text{margin:-10px auto 10px auto; padding-left:0; font-weight:400; font-size:75%; list-style:none;}

/*min-menu*/
.min-menu li {padding-left:0; text-indent:0;}	.min-menu li::before {content:" "; padding-right:0;}
.min-menu small, .min-menu i{display:block;} .min-menu i{margin:0 5px; font-size:2rem;}
.min-menu .menu > li > a {padding: 0.7rem 0.35rem; margin:0 7px; line-height: 1; border-bottom:1px solid transparent;}	
.min-menu .menu > li > a:hover {border-bottom-color:#fff;}	


/*** index2 ***/	
.breadcrumbs li{padding-left:0; text-indent:0; font-size:0.765rem; text-transform:capitalize;}.breadcrumbs li::before {content:none; padding-right:0;}
.breadcrumbs a {color:#3366FF;}	.breadcrumbs a:hover {text-decoration:none;}
.breadcrumbs li.disabled{color:#888;}	
.newsrow{padding-top:1.5rem; padding-bottom:1.5rem; cursor:pointer; border-bottom:1px solid #eee; -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear; transition: border .25s linear, color .25s linear, background-color .25s linear;} .newsrow:hover{border-bottom:1px solid #ddd; background-color:#f8f8f8;}	.newsrow h5, .newsrow p{line-height:1.4;}
.contact input, .contact textarea, .contact select {font-family:'Pangolin', cursive !important; color:#444;}
.contact button, .contact input[type="button"], .contact input[type="reset"], .contact input[type="submit"] {font-family:'Roboto', Arial, sans-serif !important;}
.contact span.error{display:none; margin:-0.5rem 0.5rem 1rem 0.5rem; font-size:0.75rem; font-style:italic; font-weight:bold; color:#f03434;}
.contact iframe{width:100%; max-width:600px; max-height:600px; position:relative; border:none;}
b.warning{font-size:50%; color:#cf000f;} 
.gallery.callout{margin: 0 0 1.5rem 0; border:1px solid rgba(10, 10, 10, 0.10); box-shadow:0 0 0 1px rgba(10, 10, 10, 0);}	.gallery.callout:hover, .gallery.callout:focus {border-style:dotted;}
.gallery .subheader {margin-top:1rem; font-size:1rem; color:#222;}
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.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1);}	
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:rgba(0, 0, 0, 0.10); display:block;}
ul.gallery {margin:0 auto; padding:0; list-style-type:none; list-style-image:none;} 	
ul.gallery li{padding-left:0; text-indent:0; text-align:center;}	ul.gallery li::before {content:none; padding-right:0;} 	
ul.gallery p{font-size:0.95rem; letter-spacing:-0.025rem; word-spacing:-0.025rem;}
@media screen and (max-width: 600px) {
	.contact iframe{max-width:350px; max-height:350px;} 
}


/* Mapa de navegación */
.bigmapa{width:100%; height:auto; margin:0 auto; clear:both;}
.bigmapa li {padding-left:0; text-indent:0;}	.bigmapa li::before {content:" "; padding-right:0;}
.linksmapa{width:45%; height:auto; float:left; position:relative; z-index:1; margin:10px 2.5%;}
.linksmapa ul {margin:0 !important; width:100%; list-style-type:none; padding-left:12px !important;}
.linksmapa li {margin:10px auto;}
.linksmapa li:before {content:"\f10b"; font-family:"foundation-icons"; font-size:0.75rem; color:#3366FF; display:inline-block; margin-right:0.25rem; margin-left:-0.5rem; border-radius:50%;}
.mapatitle{line-height:36px; margin:0 0 8px -20px; padding:0 0 2px 10px; cursor:default; letter-spacing:1px; background:#3366FF; color:#fff;}
a.linkmapatitle, a.linkmapatitle:hover{text-decoration:none;}
a.linkmapa, a.sublinkmapa {color:#04404A; text-decoration:none; border-bottom:1px solid transparent; -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.linkmapa:hover, a.linkmapa:focus, a.linkmapa:active, a.sublinkmapa:hover, a.sublinkmapa:focus, a.sublinkmapa:active {color:#3366FF; outline:none !important; border-color:#F7C018;}
@media screen and (max-width: 991px) { /*max-width: 64em*/   
	.linksmapa{width:90%; margin:10px 5%;}
}


/* 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:#cf000f;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:#cf000f;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}


/* lightbox - gallery */
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../img/lightbox/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../img/lightbox/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../img/lightbox/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../img/lightbox/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../img/lightbox/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../img/lightbox/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../img/lightbox/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../img/lightbox/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../img/lightbox/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../img/lightbox/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../img/lightbox/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../img/lightbox/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../img/lightbox/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../img/lightbox/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../img/lightbox/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default a:hover{border:none;}/*+*/
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../img/lightbox/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../img/lightbox/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../img/lightbox/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../img/lightbox/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../img/lightbox/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../img/lightbox/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../img/lightbox/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../img/lightbox/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../img/lightbox/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../img/lightbox/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../img/lightbox/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../img/lightbox/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../img/lightbox/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../img/lightbox/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../img/lightbox/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../img/lightbox/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../img/lightbox/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../img/lightbox/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../img/lightbox/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../img/lightbox/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../img/lightbox/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../img/lightbox/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../img/lightbox/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../img/lightbox/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../img/lightbox/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../img/lightbox/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../img/lightbox/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../img/lightbox/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../img/lightbox/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../img/lightbox/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../img/lightbox/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../img/lightbox/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../img/lightbox/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../img/lightbox/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../img/lightbox/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../img/lightbox/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../img/lightbox/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../img/lightbox/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../img/lightbox/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../img/lightbox/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../img/lightbox/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../img/lightbox/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../img/lightbox/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../img/lightbox/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../img/lightbox/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../img/lightbox/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../img/lightbox/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../img/lightbox/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../img/lightbox/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../img/lightbox/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../img/lightbox/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../img/lightbox/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../img/lightbox/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../img/lightbox/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../img/lightbox/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../img/lightbox/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../img/lightbox/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../img/lightbox/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../img/lightbox/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../img/lightbox/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../img/lightbox/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../img/lightbox/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../img/lightbox/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../img/lightbox/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../img/lightbox/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../img/lightbox/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../img/lightbox/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../img/lightbox/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../img/lightbox/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../img/lightbox/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../img/lightbox/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../img/lightbox/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../img/lightbox/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../img/lightbox/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../img/lightbox/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../img/lightbox/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../img/lightbox/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../img/lightbox/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../img/lightbox/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../img/lightbox/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
.pp_nav:hover .pp_play,.pp_nav:focus .pp_play,.pp_nav:hover .pp_pause,.pp_nav:focus .pp_pause{border:none;}/*+*/
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
a:hover.pp_arrow_previous,a:hover.pp_arrow_next{border:none;}/*+*/
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../img/lightbox/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery ul li{padding-left:0; text-indent:0;}/*+*/	.pp_gallery ul li::before {content:none; padding-right:0;}/*+*/
.pp_gallery a:hover,.pp_gallery a:focus,.pp_gallery a:active{border-bottom-color:auto;}/*+*/
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../img/lightbox/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../img/lightbox/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
a:hover.pp_next,a:hover.pp_previous,a:hover.pp_expand,a:hover.pp_contract,a:hover.pp_close{border:none !important;}/*+*/
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../img/lightbox/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../img/lightbox/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

/*f5f5f5*/ 