@import url('https://fonts.googleapis.com/css?family=Gurajada|Kulim+Park|Patrick+Hand&display=swap');

@font-face {
    font-family: 'FontAwesome';
    src: url('../font/font-awesome-4.6.3/fontawesome-webfont.eot?v=4.6.3');
    src: url('../font/font-awesome-4.6.3/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../font/font-awesome-4.6.3/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../font/font-awesome-4.6.3/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../font/font-awesome-4.6.3/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../font/font-awesome-4.6.3/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

/* FONTS */

html {
    font-size: 100%;
}

@media (max-width: 768px) {
    html {
        word-wrap: break-word;
    }
}

body {
    font-family: 'Kulim Park', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.42857143;
    color: #373533;
    background-color: #373533;
}

a {
    color: #8d0924;
    text-decoration: none;
    outline: none !important;
    -moz-outline-style: none;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

a:hover,
a:focus {
    color: #8D0924;
    text-decoration: underline;
}

hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #eee;
}

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;
}

/*
transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;
*/

/* BOOTSTRAP */
/*header{margin-top:120px;}*/

h1,
.h1 {
    font-size: 4rem;
    line-height: 0.85;
    font-family: 'Gurajada', Arial, Helvetica, sans-serif;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.6rem;
}

h4,
.h4 {
    font-size: 1.4rem;
}

h5,
.h5 {
    font-size: 1.2rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.lead {
    margin-bottom: 20px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 1.6rem;
    }
}

/*Text*/
.text-light {
    color: #fff !important;
}

.text-dark {
    color: #373533 !important;
}

.text-muted {
    color: #777 !important;
}

.text-primary {
    color: #446cb3 !important;
}

a.text-primary:hover {
    color: #3a539b;
}

.text-success {
    color: #00a032 !important;
}

a.text-success:hover {
    color: #01882a;
}

.text-info {
    color: #014598 !important;
}

a.text-info:hover {
    color: #003674;
}

.text-warning {
    color: #fff800 !important;
}

a.text-warning:hover {
    color: #e38d13;
}

.text-danger {
    color: #8D0924 !important;
}

a.text-danger:hover {
    color: #c30109;
}

/*Background*/
.bg-shadow {
    color: #fff;
    background: -moz-linear-gradient(-90deg, rgba(46, 49, 49, 1.0), rgba(46, 49, 49, 0.5) 50%, rgba(46, 49, 49, 0.0) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(46, 49, 49, 1.0), rgba(46, 49, 49, 0.5) 50%, rgba(46, 49, 49, 0.0) 100%);
    background: linear-gradient(to -90deg, rgba(46, 49, 49, 1.0), rgba(46, 49, 49, 0.5) 50%, rgba(46, 49, 49, 0.0) 100%);
}

.bg-dark {
    color: #fff;
    background-color: #373533;
}

.bg-light {
    color: #373533;
    background-color: #fff;
}

.bg-muted {
    color: #ccc;
    background-color: #959595;
}

.bg-primary {
    color: #fff;
    background-color: #446cb3;
}

a.bg-primary:hover {
    background-color: #3a539b;
}

.bg-success {
    color: #fff;
    background-color: #00a032;
}

a.bg-success:hover {
    background-color: #01882a;
}

.bg-info {
    color: #fff;
    background-color: #014598;
}

a.bg-info:hover {
    background-color: #003674;
}

.bg-warning {
    color: #fff;
    background-color: #fff800;
}

a.bg-warning:hover {
    background-color: #e38d13;
}

.bg-danger {
    color: #fff;
    background-color: #8D0924;
}

a.bg-danger:hover {
    background-color: #c30109;
}

/*Buttons*/
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 7px 14px;
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
    text-shadow: none;
}

.btn:active,
.btn.active {
    background-image: none;
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-color: #fff;
    border-color: #dbdbdb;
    border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #e0e0e0;
}

.btn-default:active,
.btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
}

.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] {
    background-color: #e0e0e0;
    background-image: none;
}

.btn-primary {
    background-color: #446cb3;
    border-color: #446cb3;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #3a539b;
    border-color: #3a539b;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #3a539b;
    border-color: #3a539b;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
    background-color: #3a539b;
    background-image: none;
}

.btn-success {
    background-color: #00a032;
    border-color: #01882a;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #419641;
}

.btn-success:active,
.btn-success.active {
    background-color: #419641;
    border-color: #01882a;
}

.btn-success.disabled,
.btn-success:disabled,
.btn-success[disabled] {
    background-color: #419641;
    background-image: none;
}

.btn-info {
    background-color: #014598;
    border-color: #003674;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #003674;
    border-color: #014598;
}

.btn-info:active,
.btn-info.active {
    background-color: #003674;
    border-color: #014598;
}

.btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled] {
    background-color: #003674;
    background-image: none;
}

.btn-warning {
    background-color: #fff800;
    border-color: #e38d13;
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #eb9316;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13;
}

.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled] {
    background-color: #eb9316;
    background-image: none;
}

.btn-danger {
    background-color: #8D0924;
    border-color: #8D0924;
}

.btn-danger:hover,
.btn-danger:focus {
    background-color: #c30109;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #c30109;
    border-color: #c30109;
}

.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger[disabled] {
    background-color: #c30109;
    background-image: none;
}

.btn-link {
    font-weight: 400;
    color: #00a032;
}

.btn-link:hover,
.btn-link:focus {
    color: #b40000;
    text-decoration: underline;
    background-color: transparent
}

.btn-link:active,
.btn-link.active {
    color: #b40000;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

/*Labels*/
.label {
    border-radius: 2px;
}

.label-default {
    background-color: #373533;
}

.label-primary {
    background-color: #446cb3;
}

.label-success {
    background-color: #00a032;
}

.label-info {
    background-color: #014598;
}

.label-warning {
    background-color: #fff800;
}

.label-danger {
    background-color: #8D0924;
}

/*Panels*/
.panel {
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-body {
    padding: 15px;
    border: 1px solid #f5f5f5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.15rem;
    color: inherit;
}

.panel-default {
    border-color: transparent;
    /*#e8e8e8*/
}

.panel-default>.panel-heading {
    color: #373533;
    background-color: #f5f5f5;
    border-color: transparent;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}

.panel-default>.panel-heading .badge {
    color: #373533;
    background-color: transparent;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: transparent;
}

.panel-primary {
    border-color: #fff;
}

.panel-primary>.panel-heading {
    color: #014598;
    background-color: #f5f5f5;
    border-color: #fff;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff;
}

.panel-primary>.panel-heading .badge {
    color: #014598;
    background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #fff;
}

.panel-success {
    border-color: #00a032;
}

.panel-success>.panel-heading {
    color: #fff;
    background-color: #00a032;
    border-color: #00a032;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #00a032;
}

.panel-success>.panel-heading .badge {
    color: #00a032;
    background-color: #fff;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #00a032;
}

.panel-info {
    border-color: #dddc2a;
}

.panel-info>.panel-heading {
    color: #fff;
    background-color: #dddc2a;
    border-color: #dddc2a;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #dddc2a;
}

.panel-info>.panel-heading .badge {
    color: #dddc2a;
    background-color: #fff;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #dddc2a;
}

.panel-warning {
    border-color: #eb9316;
}

.panel-warning>.panel-heading {
    color: #fff;
    background-color: #eb9316;
    border-color: #eb9316;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #eb9316;
}

.panel-warning>.panel-heading .badge {
    color: #eb9316;
    background-color: #fff;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #eb9316;
}

.panel-danger {
    border-color: #b92c28;
}

.panel-danger>.panel-heading {
    color: #8D0924;
    background-color: #f5f5f5;
    border-color: #fff;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff;
}

.panel-danger>.panel-heading .badge {
    color: #8D0924;
    background-color: #fff;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #fff;
}

/*Well*/
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

/*Navbar*/
.navbar-header {
    margin-top: 10px;
    margin-bottom: 0;
}

.navbar {
    border-bottom: 1px solid transparent !important;
    opacity: 1;
}

.navbar blockquote {
    margin: 1.5rem auto 0 auto;
}

.navbar-brand {
    width: auto;
    min-width: 20px;
    height: auto;
    padding: 0.8rem 0 0 0;
    font-family: 'Gurajada', Arial, Helvetica, sans-serif;
    color: #373533;
    line-height: 1.10;
}

.navbar-brand span {
    margin: 0.15rem auto 0 auto;
    display: block;
}

/*+*/
.navbar-brand span .h3 {
    margin: 0 auto;
    margin-top: -10px !important;
    font-weight: 300;
}

.navbar-brand span .h2 {
    margin: 0 auto;
    margin-top: -6px !important;
    font-weight: 600;
    background-color: #8d0924;
    /*background:#8d0924 url(../img/ptn-1.png) no-repeat center right;*/
}

/*+*/
.navbar-brand blockquote {
    margin-top: -8px !important;
    padding: 5px 0;
    font-size: 1.20rem;
    border-left: none;
}

/*+*/
.navbar-brand:hover,
.navbar-brand:focus {
    color: #373533;
    text-decoration: none;
}

.navbar-brand>img {
    min-width: auto;
    width: 100px;
    margin: -1rem 0 -1.5rem 0;
    padding: 0.5rem 0.25rem 0.25rem 0.25rem;
    display: block;
}

.navbar-toggle {
    position: relative;
    z-index: 5;
    float: right;
    padding: 0.75rem;
    margin: 0 0 0 0.5rem !important;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}

.navbar-inverse {
    background: rgba(55, 53, 51, 0.9)
        /*#373533*/
    ;
    border-color: #fff;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border: none;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #fff;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #080808;
}

.navbar-right {
    margin-right: 5px;
}

.bandera {
    width: 75px;
    height: auto;
    display: inline-block;
}

@media screen and (max-width:768px) {

    /*+*/
    .navbar-header {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-brand {
        min-width: 400px;
    }

    .bandera {
        display: none;
    }
}

/*Jumbotron*/
.jumbotron {
    padding: 15px;
    margin-bottom: 0;
    color: inherit;
    background-color: #f3f1ef;
}

/*Breadcrumb*/
.breadcrumb {
    padding: 8px 15px;
    margin-top: 140px;
    margin-bottom: 0;
    list-style: none;
    text-align: right;
    font-weight: 300;
    font-size: 0.9rem;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb>li {
    display: inline-block;
    color: #abb7b7;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #bdc3c7;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #00a032;
}

@media screen and (max-width: 64em) {

    /*+*/
    .breadcrumb {
        margin-top: 160px;
    }
}

/*Footer*/
footer {
    height: auto;
    padding: 15px;
    margin: 0 auto;
    display: block;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
    background: transparent url(../img/ptn-2.png) no-repeat center right;
}

footer th {
    font-weight: 500;
}

footer .table>thead>tr>th {
    border-top: 1px solid #8d0924;
}

footer .table>thead>tr>th {
    border-bottom: 2px solid #8d0924;
}

footer .table>tbody>tr>td {
    border-top: 1px solid #8d0924;
}

footer b {
    font-weight: 400;
}

footer h3,
footer h5 {
    margin-top: 0px;
    margin-bottom: 5px;
}

footer h6 {
    margin: 0 0 5px 0;
    font-size: 0.95rem;
    font-weight: 500;
    display: inline-block;
}

footer h6 span {
    font-size: 0.85rem;
    font-weight: 300;
}

footer a {
    color: #fff;
}

footer a:hover,
footer a:focus,
footer a:active {
    color: #fff800;
}

footer img {
    margin: 0 auto;
}

footer li a {
    color: #fff800;
}

footer li a:hover,
footer li a:focus,
footer li a:active {
    color: #fff800;
}

footer .col-sm-7 {
    padding-left: 0;
}

footer .page-header {
    padding-bottom: 25px;
    margin: 20px 0 10px 0;
    border-bottom: 1px dashed #8d0924;
}

@media (max-width: 768px) {
    footer {
        padding: 10px 0;
    }

    footer img {
        margin: 20px auto;
    }

    footer .col-sm-3 {
        text-align: center;
    }
}

/*Form*/
.form-group {
    margin-top: 10px;
    margin-bottom: 20px;
}

.form-group label {
    font-weight: 500;
}

.form-group textarea {
    height: 195px;
}

.form-control {
    font-size: 1.10rem;
    font-family: 'Patrick Hand', Arial, Helvetica, sans-serif;
    color: #777;
    background-color: #fff;
    background-image: none;
    border: 2px solid transparent;
    border-bottom-color: #eee;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    background-color: #f5f5f5;
    color: #373533;
    border: 2px solid transparent;
    border-bottom-color: #fff800;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*validator add*/
.form-group span.error {
    margin-left: 10px;
    color: #8D0924;
    font-style: italic;
    font-weight: 300;
    font-size: 0.9rem;
}

/* BOOTSTRAP */

/**los círculos en movimiento/
/* Background */
$particleSize: 20vmin;
$animationDuration: 6s;
$amount: 20;

.background span {
    width: $particleSize;
    height: $particleSize;
    border-radius: $particleSize;
    backface-visibility: hidden;
    position: absolute;
    animation-name: move;
    animation-duration: $animationDuration;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    $colors: (
        #583C87,
        #E45A84,
        #FFACAC
    );

@for $i from 1 through $amount {
    &:nth-child(#{$i}) {
        color: nth($colors, random(length($colors)));
        top: random(100) * 1%;
        left: random(100) * 1%;
        animation-duration: (random($animationDuration * 10) / 10) * 1s + 10s;
        animation-delay: random(($animationDuration + 10s) * 10) / 10 * -1s;
        transform-origin: (random(50) - 25) * 1vw (random(50) - 25) * 1vh;
        $blurRadius: (
            random() + 0.5) * $particleSize * 0.5;
        $x: if(random() > 0.5, -1, 1
        );
    box-shadow: ($particleSize * 2 * $x) 0 $blurRadius currentColor;
}
}
}

@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}

/*olas en movidmiento*/
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
}

.bgTop {
    z-index: 15;
    opacity: 0.5;
}

.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

.bgBottom {
    z-index: 5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 50% 100px;
}

.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waveMiddle {
    background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}

.waveBottom {
    background-size: 50% 100px;
}

.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}

/* --- ADDS - GRAL --- */
.cover {
    object-fit: cover;
}

.landscape_bg {
    background: #373533 url('../img/landscape_bg.jpg') no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* waves-effect */
.waves {
    width: 100%;
    height: 240px;
    margin: -120px auto;
    display: block;
    position: relative;
    background: transparent url('../img/waves.png') repeat-x center center;
}

.waves-0 {
    width: 100%;
    height: 140px;
    margin: -140px auto -5px auto;
    display: block;
    position: relative;
    background: transparent url('../img/waves_0.png') repeat-x center center;
}

.waves_inv-0 {
    width: 100%;
    height: 140px;
    margin: -5px auto -140px auto;
    display: block;
    position: relative;
    background: transparent url('../img/waves-inv_0.png') repeat-x center center;
}

.waves-0_bg {
    background-color: #fff;
}

.waves-0_bg .h1 {
    font-weight: 500;
}

.waves-0_bg .h1:after {
    content: " ";
    display: block;
    width: 35%;
    margin-top: 12.5px;
    margin-bottom: 12.5px;
    border-bottom: 2px solid #00a032;
}

.waves-0_bg .lead {
    margin-top: 10px;
    margin-bottom: 5px;
}

.waves-1 {
    width: 100%;
    height: 240px;
    margin: -240px auto -10px auto;
    display: block;
    position: relative;
    background: transparent url('../img/waves_1.png') repeat-x center center;
}

.waves-1_bg {
    background-color: #8d0924;
    background-image: linear-gradient(180deg, #8d0924 12%, #8d0924 48%, #f3ccd7 100%);
}

.waves-1_bg hr {
    border-top: 2px dashed #fff800;
    /*3a3a3a*/
    -ms-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
}

.waves-2 {
    width: 100%;
    height: 140px;
    margin: -140px auto 0px auto;
    display: block;
    position: relative;
    background: transparent url('../img/waves_2.png') repeat-x center center;
}

.waves-2_bg hr {
    border-top: 2px dashed #fff800;
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.waves-1_bg .h1,
.waves-2_bg .h1 {
    margin-top: 50px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 500;
}

/* bg-effect */
.shadow {
    -webkit-box-shadow: -3px 3px 0px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -3px 3px 0px 1px rgba(0, 0, 0, 0.15);
    box-shadow: -3px 3px 0px 1px rgba(0, 0, 0, 0.15);
}

.chalk-board {
    padding: 40px 0 100px 0;
    background: #373533 url('../img/chalk-board_bg.jpg') no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.chalk-board .row {
    margin: 0 auto 30px auto;
    font-family: 'Patrick Hand', Arial, Helvetica, sans-serif;
    /*filter:invert(100%); -webkit-filter:invert(100%);*/
    opacity: 85%;
}

.chalk-board .h1 {
    margin: 10px auto;
    font-size: 3rem;
    line-height: 1.5;
    font-family: 'Patrick Hand', Arial, Helvetica, sans-serif;
    font-weight: 700;
}

@media (max-width: 75em) {
    .chalk-board .h1 {
        margin: -50px auto 0 auto;
    }
}

/* text-effect */
.handwriting {
    font-family: 'Patrick Hand', Arial, Helvetica, sans-serif;
}

.text-shadow {
    text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.25);
}

/* menu */
#menu {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    float: none;
    clear: both;
    position: relative;
    top: 0;
    vertical-align: middle;
    border-top: 1px dashed #8d0924;
}

#main-menu {
    position: relative;
    z-index: 3000;
    width: auto;
}

#main-menu ul {
    width: 75rem;
}

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

.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 0;
    background-color: #8d0924;
    background-image: linear-gradient(315deg, #8d0924 0%, #373533 74%);
    border: none;
    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 {
    margin-top: -1px;
    padding: 0.65rem 0.85rem;
    line-height: 1.25rem;
    font-size: 0.925rem;
    letter-spacing: -0.015rem;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    border-top: 1px solid transparent;
    -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: #fff800;
    border-top-color: #8d0924;
    background: #373533;
}

.sm-blue-vertical a {
    padding: 9px 40px 8px 23px;
}

.sm-blue ul a {
    padding: 9px 40px 8px 23px;
    font-size: 0.925rem;
    font-weight: 400;
    /*500*/
    text-shadow: none;
    color: #fff;
    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: #fff800;
    background-color: #373533;
    background-image: linear-gradient(315deg, #373533 0%, #8d0924 74%);
}

/* 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 {
    color: #373533;
    background: #fff800;
}

/* 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: #666 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 #373533;
    display: block;
    /*+*/
}

.sm-blue-vertical a:hover span.sub-arrow,
.sm-blue ul a:hover span.sub-arrow {
    border-color: transparent transparent transparent #fff800;
}

/* Items separators
===================*/
.sm-blue li {
    border-left: 1px solid #373533;
}

.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-color: #8d0924;
    background-image: linear-gradient(315deg, #8d0924 0%, #373533 74%);
    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 #fff transparent;
}

.sm-blue span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #fff 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: 768px) {

    /*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;
        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: 15px 2px 15px 30px !important;
        /* add some additional left padding to make room for the sub indicator */
        background: transparent !important;
        color: #fff;
    }

    .sm-blue ul a {
        background: transparent !important;
        color: #fff !important;
        text-shadow: none !important;
    }

    .sm-blue a.current {
        background: #373533 !important;
        color: #fff800 !important;
    }

    /* add some text indentation for the 2+ level sub menu items */
    .sm-blue ul a {
        border-left: 10px solid transparent;
    }

    .sm-blue ul ul a {
        border-left: 20px solid transparent;
    }

    .sm-blue ul ul ul a {
        border-left: 30px solid transparent;
    }

    .sm-blue ul ul ul ul a {
        border-left: 40px solid transparent;
    }

    .sm-blue ul ul ul ul ul a {
        border-left: 50px 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: 20px;
        height: 20px;
        font: bold 19px/19px monospace !important;
        text-align: center;
        border: 0;
        text-shadow: none;
        color: #fff800;
        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 #fff800 !important;
    }

    .sm-blue ul li:first-child {
        border-top: 0;
    }
}


/* social & profiles*/
.social ul {
    margin: 0;
    padding-left: 20px;
    position: relative;
    z-index: 100;
    font-size: 0.8rem;
    display: inline;
}

.social li {
    margin: 0.1rem 0.5rem;
    display: inline-block;
}

.social li a {
    color: #fff;
}

.social li a:hover,
.social li a:focus,
.social li a:active {
    text-decoration: none;
}

.social li i {
    padding: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: -2px 2px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -2px 2px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -2px 2px 0px 0px rgba(0, 0, 0, 0.15);
}

.social,
.profiles {
    margin: 0.5rem 0.25rem;
    display: block;
}

.profiles ul li {
    padding: 0 !important;
    border-right: 1px dotted #fff800;
}

.profiles ul li:last-child {
    border-right: none;
}

.profiles ul ul li {
    border-right: none;
}

.profiles ul a {
    padding: 6px 12px;
    font-size: 0.85rem !important;
    font-weight: 400;
    text-shadow: none;
    color: #fff;
    background: transparent;
    border: none;
}

.profiles ul a:hover,
.profiles ul a:focus,
.profiles ul a:active {
    color: #fff800;
    background: transparent !important;
}

.profiles ul ul a {
    padding: 6px 12px;
    font-size: 0.8rem !important;
    font-weight: 300;
    text-shadow: none;
    color: #373533;
    background: transparent;
    border: none;
}

.profiles ul ul a:hover,
.profiles ul ul a:focus,
.profiles ul ul a:active {
    color: #8D0924;
}

.profiles .dropdown-menu {
    z-index: 3001;
    border-color: transparent !important;
}

.profiles .navbar-toggle {
    padding: 0 0.5rem;
    margin: 0 0.5rem 0 0 !important;
    font-size: 1rem;
    background-image: none;
    border: none;
    border-radius: 4px;
}

@media screen and (max-width: 768px) {

    .social,
    .profiles {
        margin: 0 0.25rem;
    }

    .profiles ul li {
        border-right: none;
    }

    .profiles ul ul a {
        color: #fff;
    }

    .profiles ul ul a:hover,
    .profiles ul ul a:focus,
    .profiles ul ul a:active {
        color: #fff800;
    }
}

/* botones */
.botones {
    margin: -240px auto 60px auto;
}

.botones h5 {
    margin-top: 15px;
    margin-bottom: 30px;
    font-family: 'Patrick Hand', Arial, Helvetica, sans-serif;
    font-weight: 900;
    line-height: 1.4;
}

.botones .img-thumbnail {
    padding: 4px;
    background-color: transparent
        /*#fafaf9*/
    ;
    border: 4px solid #8d0924;
}

.botones a {
    color: #fff;
    text-shadow: 0 0 0.2em #313130, 0 0 0.2em #313130, 0 0 0.2em #313130;
}

.botones a:hover,
.botones a:focus {
    color: #fff800;
    text-decoration: none;
}

.botones a:hover .img-thumbnail,
.botones a:focus .img-thumbnail {
    padding: 4px;
    background-color: #fff;
    border: 4px solid #fff;
}

/* content */
.content img {
    max-width: 100%;
    height: auto;
}


/* 	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-top: 10px;
    text-align: right;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
    color: #fff800;
    display: inline;
    /*inline-block*/
    zoom: 1;
    margin: 5px;
    padding: 5px 10px;
    font-size: 1.5rem;
    opacity: 0.75;
    filter: Alpha(Opacity=75);
    /*IE7 fix*/
    *display: inline;
    /*IE7 life-saver */
}

/* 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;
    color: #fff800;
    opacity: 1;
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
    display: inline;
    /*inline-block*/
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #373533;
    opacity: 0.75;
    filter: Alpha(Opacity=75);
    /*IE7 fix*/
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #b40000;
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    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
}

/* added */
/*  *  Owl Carousel CSS3 Transitions  *  v1.3.2  */
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

/* gallery */
#owl-gallery {
    width: 100%;
    height: 700px;
    /*height:100%; max-height:100%;*/
    padding: 0 auto;
    margin: 0 auto;
    position: relative;
    display: block;
    overflow: hidden;
    background: #8d0924;
}

#owl-gallery .item img {
    display: block;
    width: 100%;
    height: auto;
    /*height:auto;*/
}

#owl-gallery .item-info {
    width: 100%;
    height: 700px;
    padding: 300px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-family: 'Gurajada', Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #fff;
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.9);
    opacity: 0.9;
    background: transparent url(../img/banner.png) no-repeat bottom left;
}

#owl-gallery .item-info .h1 {
    font-size: 3rem;
    line-height: 0.75;
}

#owl-gallery .owl-controls {
    margin: -15px 0;
    min-height: 50px;
    position: absolute;
    z-index: 4;
    right: 10px;
    bottom: 15px;
}

#owl-gallery .owl-controls .owl-buttons div {
    zoom: 1;
    margin: 5px 10px;
    padding: 3px 10px;
    font-size: 0.95rem;
    color: #fff;
    background: #fff800;
    border: none;
    opacity: 1;
    filter: Alpha(Opacity=100);
    *display: inline;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

#owl-gallery .owl-controls.clickable .owl-buttons div:hover {
    text-decoration: none;
    color: #fff800;
    background: #8d0924;
    opacity: 1;
    filter: Alpha(Opacity=100);
}

#owl-gallery .owl-controls .owl-page span {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    margin: 25px 7px 15px 7px;
    background: transparent;
    border: 1px solid #fff;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -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);
}

#owl-gallery .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #8D0924;
    border-color: #8D0924;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

#bar {
    width: 0%;
    max-width: 100%;
    height: 5px;
    background: #e9d460;
}

#progressBar {
    width: 100%;
    background: #fff800;
}

.slide-banner_crop {
    width: 100%;
    height: 100%;
    /*height:700px;*/
    overflow: hidden;
}

.slide-banner_crop img {
    width: 100%;
    height: auto !important;
    min-height: 100%;
    /*min-height:700px;*/
    margin: 0;
}

/* crop */
@media screen and (max-width: 75em) {
    #owl-gallery {
        margin: 0 auto;
    }

    #owl-gallery .item img {
        display: block;
        width: auto;
        max-width: 100%;
        height: 100%;
    }

    #owl-gallery .item-info {
        display: none;
    }

    #owl-gallery,
    .slide-banner_crop {
        height: auto;
        /*max-height:500px;*/
        max-height: 100%;
    }

    #owl-gallery,
    .slide-banner_crop img {
        width: auto;
        height: 100%;
        /*height:auto;*/
        min-height: 100%;
        /*min-height:500px;*/
    }
}

@media screen and (max-width: 80em) {
    #owl-gallery {
        margin: 0 auto;
    }

    #owl-gallery .item-info {
        font-size: 80%;
    }
}

/* carousel-news */
.carousel-news {
    height: auto;
    margin: 20px auto 120px auto;
    overflow: hidden;
}

#owl-carousel .item {
    height: auto;
    padding: 10px;
    margin: 10px;
    border: 1px solid #ececec;
    border-radius: 0% 0% 15% 0% / 0% 0% 30% 0%;
    -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 .category {
    display: block;
    position: absolute;
    top: -1px;
    right: 21px;
}

/*+*/
#owl-carousel .item a {
    text-decoration: none;
    color: #fff;
}

#owl-carousel .item sup {
    display: block !important;
    margin: 10px auto;
}

#owl-carousel .item img {
    width: 100%;
    height: auto;
    display: block;
}

#owl-carousel .item p {
    font-size: 0.9rem;
    line-height: 1.35;
}

#owl-carousel .item b {
    padding: 5px;
    margin: -15px 0 5px 0;
    text-align: right;
    float: right;
    font-size: 0.95em;
    font-weight: 200;
    font-style: italic;
    color: #fff800;
    background: #373533;
    border: 1px solid #fff800;
    -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 a:hover b {
    background-color: #fff800;
    color: #373533;
}

/* crop */
.slide-news_crop {
    width: 100%;
    height: 200px;
    overflow: hidden;
    /*background:#ececec;*/
}

.slide-news_crop img {
    width: 100%;
    height: auto !important;
    margin: 0;
}

/* crop */
@media screen and (max-width: 75em) {
    .carousel-news {
        margin: 20px auto 240px auto;
    }

    .slide-news_crop {
        height: auto;
        max-height: 200px;
    }
}

/* gallery-eventos */
#sync1 img {
    width: 100%;
}

/*+*/
#sync1 .item {
    height: auto;
    max-height: 360px;
    padding: 0;
    margin: 0;
    background: #EEE;
}

#sync1 .item-info {
    width: 40%;
    height: auto;
    padding: 15px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 200;
    color: #fff;
    border-radius: 0 35px 0 0;
    -moz-border-radius: 0 35px 0 0;
    -webkit-border-radius: 0 35px 0 0;
    -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);
    background: #373533;
    opacity: 0.85;
}

#sync1 .item-info h6 {
    margin-bottom: 0;
}

#sync1 .item-info small {
    margin-bottom: 0;
    font-style: normal;
    font-size: 85%;
}

#sync2 .item {
    padding: 0;
    margin: 10px 5px;
    background: #EEE;
    cursor: pointer;
}

#sync2 .synced .item {
    background: #EEE;
}

#sync1 .button,
#sync2 .button {
    margin: 0 0 0 0.5rem;
}

@media screen and (max-width: 75em) {
    #sync1 .item {
        max-height: auto;
    }

    #sync1 .item-info {
        width: 60%;
    }
}

.blogsdearea {
    background: transparent url(../img/blogsdearea2.png) no-repeat top center;
    width: 100% auto;
}

/* noticias */
.noticias {
    background: transparent url(../img/bg-news.png) no-repeat top left;
}

.noticias img {
    clear: both;
}

@media screen and (max-width: 75em) {
    .noticias .h3 {
        display: none;
    }
}

/* proyectos */
.proyectos img {
    display: block;
}

@media screen and (max-width: 75em) {
    .proyectos img {
        display: none;
    }
}

/* video */
.video p iframe {
    width: 100%;
    height: 290px;
    display: block;
    padding: 0;
    -webkit-box-shadow: 10px 10px 61px 6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 10px 61px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 61px 6px rgba(0, 0, 0, 0.25);
}

/* Circle Slideshow */
.fc-slideshow {
    width: 290px;
    height: 290px;
    margin: 0 auto;
    position: relative;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4), 0 0 0 5px #fff;
    border-radius: 50%;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
    background: url(../img/honor_roll.jpg) no-repeat center center;
    -webkit-box-shadow: 10px 10px 61px 6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 10px 61px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 61px 6px rgba(0, 0, 0, 0.25);
}

.fc-slideshow nav {
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10000;
}

.fc-slideshow nav>div {
    position: absolute;
    height: 100%;
    top: 0;
    width: 50%;
}

.fc-slideshow nav .fc-left {
    left: 0;
}

.fc-slideshow nav .fc-right {
    right: 0;
}

.fc-slideshow nav>div span {
    height: 33%;
    width: 100%;
    position: absolute;
    left: 0;
    cursor: pointer;
}

.fc-slideshow nav>div span:first-child {
    top: 0;
}

.fc-slideshow nav>div span:nth-child(2) {
    top: 33%;
}

.fc-slideshow nav>div span:nth-child(3) {
    top: 66%;
}

.fc-slideshow nav i,
.no-csstransforms3d .fc-slideshow nav>div span {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    pointer-events: none;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-backface-visibility: hidden;
    -moz-transition: all 0.2s ease;
    backface-visibility: hidden;
    transition: all 0.2s ease;
}

/* Some fallbacks */
.no-csstransforms3d .fc-slideshow nav>div span {
    z-index: 1000;
    width: 40px;
    background: rgba(0, 0, 0, 0);
}

.no-csstransforms3d .fc-slideshow nav .fc-left span {
    left: -80px;
}

.no-csstransforms3d .fc-slideshow nav .fc-right span {
    right: -80px;
    left: auto;
}

.no-csstransforms3d .fc-slideshow nav i {
    width: 40px;
    cursor: pointer;
}

.fc-slideshow nav .fc-left i {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    text-align: left;
}

.fc-slideshow nav .fc-right i {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    text-align: right;
}

.fc-slideshow nav i.icon-arrow-left {
    left: 0;
}

.no-csstransforms3d .fc-slideshow nav i.icon-arrow-left {
    left: -100px;
}

.fc-slideshow nav i.icon-arrow-right {
    right: 0;
}

.no-csstransforms3d .fc-slideshow nav i.icon-arrow-right {
    right: -60px;
}

.icon-arrow-left:before,
.icon-arrow-right:before {
    width: 40px;
    height: 40px;
    margin: 0 10px
        /*20*/
    ;
    display: inline-block;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #00a032;
    border-radius: 20% 10% 50% 5% / 25% 10% 30% 75%;
    -webkit-font-smoothing: antialiased;
}

.icon-arrow-left:before {
    content: "\f053";
}

.icon-arrow-right:before {
    content: "\f054";
}

.csstransforms3d .fc-slideshow nav>div span:hover~i,
.no-csstransforms3d .fc-slideshow nav i,
.no-csstransforms3d .fc-slideshow nav>div span {
    opacity: 1;
}

.csstransforms3d .fc-slideshow nav>div span:nth-child(2):hover~i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

.csstransforms3d .fc-slideshow nav>.fc-left span:first-child:hover~i,
.csstransforms3d .fc-slideshow nav>.fc-right span:nth-child(3):hover~i {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.csstransforms3d .fc-slideshow nav>.fc-right span:first-child:hover~i,
.csstransforms3d .fc-slideshow nav>.fc-left span:nth-child(3):hover~i {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

ul.fc-slides {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.fc-slides li {
    display: none;
}

.no-js ul.fc-slides li {
    display: block;
}

.fc-flip {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.fc-flip div {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fc-flip .fc-back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.fc-slideshow img {
    width: 290px;
    /*+*/
    height: 290px;
    /*+*/
    border-radius: 50%;
}

.fc-slideshow h3 {
    height: auto;
    min-height: 50px;
    padding: 6px 0;
    /*+*/
    margin-top: 30px;
    position: absolute;
    top: 60%;
    left: 60px;
    right: 60px;
    font-family: 'Patrick Hand', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.25;
    text-transform: capitalize;
    text-align: center;
    color: #333;
    background: rgba(255, 218, 0, .85);
    border-radius: 20% 10% 50% 5% / 25% 10% 30% 75%;
}

.fc-overlay-light,
.fc-overlay-dark {
    opacity: 0;
}

.fc-overlay-light {
    background: rgba(255, 255, 255, 1);
}

.fc-overlay-dark {
    background: rgba(0, 0, 0, 1);
}

/* No JS fallback */
.no-js .fc-slideshow {
    height: auto;
    box-shadow: none;
}

.no-js .fc-slideshow h3 {
    position: relative;
    width: auto;
    height: auto;
    left: auto;
    right: auto;
    top: auto;
    margin: 5px;
}


/* sections */
.sections {
    text-align: center;
    margin-bottom: 60px;
}

.sections .lead {
    margin-top: 10px;
    margin-bottom: 5px;
}

.sections .content .label {
    font-weight: 400 !important;
    cursor: default;
}

.sections .content:hover .label {
    background: #8D0924;
    color: #fff;
}

.sections .col-xs-4 .col-sm-2 {
    padding: 0;
    float: left;
    border: 2px solid #ececec;
}

.sections .col-xs-4 .col-sm-2 a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
    z-index: 3;
}

.sections .col-xs-4 .col-sm-2 img {
    min-width: 7.25rem;
    min-height: 7.25rem;
}

/*120px=7.5rem - 150px=9.375rem*/
/*with border 2px :  116px=7.25rem - 146px=9.125rem*/
.section {
    width: 100%;
    height: 100%;
    padding: 0.9375rem;
    margin: 10px auto 5px auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: auto;
}

.section .mask,
.section .content {
    width: 100%;
    height: 100%;
    padding: 0.9375rem;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    border-radius: 0;
}

.section img {
    display: block;
    position: relative;
}

.section h6 {
    font-size: 1rem;
    padding: 10px;
    margin: 10px 0 5px 0;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 2;
    color: #fff;
    border-bottom: 2px dotted #d9ae08;
}

.section p {
    font-size: 0.85rem;
    line-height: 1.15rem;
    font-style: italic;
    font-weight: 400;
    padding: 0 5px;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 2;
    color: #fff;
}

.section a.info {
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 0;
    color: #fff;
}

.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;
    filter: hue-rotate(90deg);
}

.section-hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: transparent;
    -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.25, 1.25);
    -moz-transform: scale(1.25, 1.25);
    -o-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
    filter: hue-rotate(0deg);
    /*-webkit-filter:blur(5px)  brightness(0.4) contrast(200%)  drop-shadow(16px 16px 20px blue)  grayscale(50%)  hue-rotate(90deg)  invert(75%)  opacity(25%) saturate(30%)  sepia(60%);*/
}

.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;
}

/* logos */
.logos .page-header {
    padding-bottom: 0;
    margin: 15px 0;
    border-bottom: none;
}

.logos a {
    margin: 0 auto 20px auto;
    display: inline-block;
}

.logos img {}

/* scroll-top */
#scroll-top {
    position: relative;
    z-index: 400;
}

#scroll-top a {
    width: 60px;
    height: auto;
    padding: 15px 10px;
    display: block;
    color: #fff;
    background: #8D0924;
    border-radius: 50% 50% 0 0;
}

#scroll-top a:hover {
    background: #fff800;
}

#scroll-top i {
    margin: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-out;
}

#scroll-top:hover i {
    margin-bottom: 10px;
    -webkit-transform: translate(0, -0.25rem);
    -moz-transform: translate(0, -0.25rem);
    -o-transform: translate(0, -0.25rem);
    -ms-transform: translate(0, -0.25rem);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-out;
}

#scroll-top.affix-top {
    position: absolute;
    /* allows it to "slide" up into view */
    bottom: -300px;
    right: 40px;
}

#scroll-top.affix {
    position: fixed;
    /* keeps it on the bottom once in view */
    bottom: -1px;
    right: 40px;
}

@media (max-width: 768px) {

    #scroll-top.affix-top,
    #scroll-top.affix {
        right: 20px;
    }
}


/*gallery*/
.gallery {
    padding: 0 1rem 0.4rem 1.8rem;
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery a {
    display: block;
    position: relative;
    color: #373533;
}

.gallery a:hover,
.gallery a:focus .gallery a:active {
    text-decoration: none;
}

.gallery span {
    width: 100%;
    height: 100%;
    margin: -9px;
    padding: 0;
    display: block;
    position: absolute;
    z-index: 300;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    color: transparent;
    border-radius: 3px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.gallery i {
    top: 40%;
    position: relative;
}

.gallery a:hover span,
.gallery a:focus span,
.gallery a:active span {
    color: #fff;
    background-color: #8d0924;
    opacity: .9;
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}


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

a.pp_arrow_previous,
a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px
}

.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 .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
}

.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
}
