﻿/*--------------------reset--------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, tfoot, thead, tdvideo, tt, u, ul, var {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

img {
    vertical-align: top;
    border: 0
}

embed {
    vertical-align: top;
}

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
    display: block;
}

mark, rp, rt, ruby, summary, time {
    display: inline;
}

input, textarea {
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    vertical-align: middle
}

iframe {
    border: 0;
    margin: 0;
    padding: 0;
}

input, textarea, select {
    margin: 0;
    padding: 0;
    font: 13px/24px 'Gotham A','Gotham B',verdana,sans-serif;
    color: #747474;
    vertical-align: middle
}

    input[type=button], input[type=submit] {
        cursor: pointer
    }
/*---------------------public-----------------------*/
html {
    overflow-x: hidden
}

body {
    margin: 0;
    font: 13px/24px 'Gotham A','Gotham B',verdana,sans-serif;
    background: #efefef;
    color: #8a8989;
    text-align: justify;
    direction: ltr
}

a, span {
    display: inline-block
}

a {
    text-decoration: none;
    color: #393939;
    outline: none;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.floating-contact-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.contact-main-button {
    width: 50px;
    height: 50px;
    background-color: #2e9636;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    right: 5px;
    top: -11px;
}

    .contact-main-button:hover {
        background-color: #20b858;
        transform: scale(1.1);
    }

    .contact-main-button.active {
        transform: rotate(45deg);
        background-color: #374d5c;
    }

.icon {
    font-size: 24px;
    color: white;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.message-icon {
    opacity: 1;
}

.close-icon {
    opacity: 0;
    position: absolute;
}

.contact-main-button.active .message-icon {
    opacity: 0;
    transform: rotate(-45deg);
}

.contact-main-button.active .close-icon {
    opacity: 1;
    transform: rotate(45deg);
}

.contact-options-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 80px;
    right: 5px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
    transition: all 0.4s ease;
}

    .contact-options-list.active {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

.consult-request-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0.8);
}

.contact-options-list.active .consult-request-btn {
    opacity: 1;
    transform: scale(1);
}

    .contact-options-list.active .consult-request-btn:nth-child(1) {
        transition-delay: 0.1s;
    }

    .contact-options-list.active .consult-request-btn:nth-child(2) {
        transition-delay: 0.2s;
    }

.consult-request-btn:hover {
    transform: scale(1.15);
}

.icWhatsApp::before {
    content: "\f232";
    font: 34px/30px FontAwesome;
    font-weight: normal;
    font-size: 34px;
    top: 0px;
    position: relative;
}

.icPhone {
    /*! background-color: #4a4aff; */
    background: rgba(255, 255, 255, 80);
}

    .icPhone::before {
        content: "\f095";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #1fcbfc;
        font-size: 25px;
    }

.icWhatsApp {
    background-color: #2e9636;
}

    .icWhatsApp::before {
        font-weight: 907;
        color: white;
        font-size: 35px;
    }

a:hover {
    color: #25367e
}

div, section, nav, aside, footer, article, header {
    margin: 0 auto
}

p {
    margin: 0;
    padding: 5px 0px
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    overflow: hidden
}

.red {
    color: #dc3725;
    font-size: 10px;
}

.green {
    color: #3eac36
}

.yellow {
    color: #ffc103
}

.blue {
    color: #1c81c4
}

.hidden {
    display: none
}

.Container {
    width: 1170px
}

.auto {
    margin: 0 auto
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
/*Header*/
#header {
    height: 84px;
    background: rgba(35, 206, 253, 0.32);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.Brand {
    width: 30%;
    position: relative;
    display: inline-block;
    margin: auto;
    background: transparent;
    width: 150px;
    height: 100px;
    z-index: 2;
    padding-top: 5px;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.Brand_Name {
    overflow: hidden;
    z-index: 2;
    text-align: center
}

    .Brand_Name img {
        width: 70px;
        height: auto;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

.shadow-block1, .shadow-block2 {
    position: absolute;
    transform-origin: 0 0;
    transform: rotate(15deg);
    background: rgba(1,1,1,0);
    left: -1px;
    bottom: 0;
    width: 115px;
    height: 3px;
    box-shadow: 4px 2px 4px 0 rgba(50,50,50,.2)
}

.shadow-block2 {
    left: 48%;
    right: -1px;
    bottom: -32px;
    transform: rotate(345deg)
}

.searchP {
    float: right;
    background: #1c1c1c;
    width: 188px;
    height: 32px;
    margin-top: 26px;
    margin-right: 25px;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.stTxt {
    height: 32px;
    background: 0;
    text-indent: 5px;
    float: left;
    width: 80%
}

.icsearch {
    width: 35px;
    height: 32px;
    float: right;
    background: 0;
    color: #fff;
    font: normal normal normal 19px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute
}
/* Style The Dropdown Button */
.dropbtn {
    background-color: #374d5c;
    color: white;
    padding: 5px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    border-radius: 7px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    padding: 2.2%;
    float: right
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px darkgoldenrod;
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #0a295a;
}

.searchBtn {
    display: none;
    margin: 5px 13px 0 0;
    cursor: pointer;
    text-align: center;
    width: 35px;
    height: 32px;
    float: right;
    background: 0;
    color: #25367e;
    font: normal normal normal 19px/31px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}
/*Nav Bar*/
#Nav_Bar {
    display: inline-block;
    float: right;
}

#Nav_Menu {
    font-size: 15px
}

    #Nav_Menu > li {
        float: left;
        margin-right: 1px;
        position: relative
    }

        #Nav_Menu > li > a > sup {
            font-size: 0.5em
        }

        #Nav_Menu > li > a {
            color: #fff;
            padding: 30px 9px
        }

        #Nav_Menu > li:hover > a, #Nav_Menu > li.active > a {
            color: #09354d;
            background: #2e9636;
        }

.subNav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: #111;
    display: none;
    font-size: 13px
}

    .subNav > li {
        position: relative;
        text-align: left
    }

        .subNav > li > a {
            display: block;
            color: #fff;
            padding: 10px 20px
        }

            .subNav > li > a:hover {
                background: #25367e;
                color: #111
            }

    .subNav .subNav {
        left: 100%;
        top: 0
    }

.menuBtn {
    width: 60px;
    background: #111;
    height: 60px;
    position: absolute;
    top: 12px;
    left: 0;
    cursor: pointer;
    display: none
}

    .menuBtn .stripesContainer {
        width: 22px;
        height: 20px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -11px;
        margin-top: -10px;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
        -moz-transition: -moz-transform .5s cubic-bezier(.19,1,.22,1);
        -o-transition: -o-transform .5s cubic-bezier(.19,1,.22,1);
        transition: transform .5s cubic-bezier(.19,1,.22,1)
    }

        .menuBtn .stripesContainer .stripe {
            width: 100%;
            height: 4px;
            background-color: #fff;
            position: absolute;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            -o-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1),width .5s cubic-bezier(.19,1,.22,1),background-color .5s cubic-bezier(.19,1,.22,1);
            -moz-transition: -moz-transform .5s cubic-bezier(.19,1,.22,1),width .5s cubic-bezier(.19,1,.22,1),background-color .5s cubic-bezier(.19,1,.22,1);
            -o-transition: -o-transform .5s cubic-bezier(.19,1,.22,1),width .5s cubic-bezier(.19,1,.22,1),background-color .5s cubic-bezier(.19,1,.22,1);
            transition: transform .5s cubic-bezier(.19,1,.22,1),width .5s cubic-bezier(.19,1,.22,1),background-color .5s cubic-bezier(.19,1,.22,1)
        }

            .menuBtn .stripesContainer .stripe.stripeTop {
                top: 0;
                -webkit-transform-origin: top left;
                -moz-transform-origin: top left;
                -ms-transform-origin: top left;
                -o-transform-origin: top left;
                transform-origin: top left
            }

            .menuBtn .stripesContainer .stripe.stripeCenter {
                top: 8px
            }

            .menuBtn .stripesContainer .stripe.stripeBottom {
                top: 16px;
                -webkit-transform-origin: bottom left;
                -moz-transform-origin: bottom left;
                -ms-transform-origin: bottom left;
                -o-transform-origin: bottom left;
                transform-origin: bottom left;
            }

    .menuBtn:hover:not(.is-active) .stripesContainer {
        -webkit-transform: scaleX(1.3);
        -moz-transform: scaleX(1.3);
        -ms-transform: scaleX(1.3);
        -o-transform: scaleX(1.3);
        transform: scaleX(1.3);
    }
/*Slider*/
#Slider .item {
    position: relative
}

    #Slider .item > img {
        width: 100%
    }

#Slider .owl-controls .owl-page span {
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: 1
}

#Slider .owl-controls .owl-page.active span {
    background: #000
}

#Slider .owl-controls {
}

#Slider .owl-pagination {
    position: absolute;
    bottom: 5px;
    right: 24%
}

.Description {
    position: absolute;
    bottom: -100%;
    right: 0;
    left: 0;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

    .Description.show {
        bottom: 0
    }

    .Description > .Container {
        background: rgba(35, 206, 253, 0.55);
        width: 100% !important;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
    }

        .Description > .Container > h3 {
            color: #000;
            font-size: 15px;
            padding: 20px;
            text-align: center
        }
/*Home*/
.Home_Text {
    padding: 20px 0;
    border-bottom: 1px solid #b5b5b5;
}

    .Home_Text > p {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        color: #0b3b56;
    }

    .Home_Text > h1 {
        color: #0b3b56;
        font: bold 35px/80px tahoma;
        margin-bottom: 15px;
        text-align: center
    }
/*Box*/
.Home_Box {
    text-align: center;
    position: relative
}

    .Home_Box:after {
        display: block;
        clear: both;
        content: ''
    }

    .Home_Box > li {
        float: right;
        width: 31%;
        text-align: justify;
        margin: 20px 0
    }

        .Home_Box > li:nth-child(2) {
            float: none;
            display: inline-block
        }

        .Home_Box > li:nth-child(3) {
            float: left
        }

        .Home_Box > li > h2 > a {
            text-align: right;
            color: #ffc103;
            font-size: 20px;
            font-weight: bold;
            padding: 10px 0
        }

.more {
    margin-top: 15px;
}

    .more > a {
        background: #111;
        color: #fff;
        font-size: 16px;
        padding: 7px 32px 9px 18px;
        position: relative
    }

        .more > a:after {
            font-weight: 400;
            font-family: 'FontAwesome';
            content: "\f152";
            font-size: 14px;
            position: absolute;
            right: 12px
        }

        .more > a:hover {
            background: #ffc103;
            color: #111
        }

.h_Box_Pic {
    margin-bottom: 15px;
}

    .h_Box_Pic > img {
        width: 100%;
        height: auto
    }
/*Bg Section*/
.Bg_Section {
    background: #2e9636;
    color: #afafae;
    padding: 50px 0
}

.Grid_Box {
    text-align: right
}

    .Grid_Box > li {
        display: inline-block;
        width: 24%;
        font-size: 12px
    }

        .Grid_Box > li > div {
            position: relative;
            padding: 15px 20px 15px 0
        }

            .Grid_Box > li > div:after {
                display: block;
                clear: both;
                content: ''
            }

        .Grid_Box > li:nth-child(2n) > div {
            padding: 15px 0 15px 20px
        }

.Round_Ico {
    width: 140px;
    height: 140px;
    background: #32acd0;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10%;
    position: relative;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    margin: auto
}

    .Round_Ico:hover {
        background: #fff
    }

.coffee {
    font-size: 60px;
    line-height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 40px;
    color: #111
}

    .coffee > img {
        margin: -25px 0 0 -25px
    }

.Grid_Txt {
    text-align: center;
    margin: auto;
    /*! width: 85%; */
}

    .Grid_Txt > h3 > a {
        color: #08354a;
        font-size: 21px;
        padding: 7px;
        width: 100%;
        height: 170px;
        z-index: 10000;
        position: relative;
    }

        .Grid_Txt > h3 > a:hover {
            color: #1e3640
        }

    .Grid_Txt > span {
        color: #fff;
        font-size: 15px;
        display: block
    }

    .Grid_Txt > p {
        text-align: center;
        color: #efefef;
        font-size: 14px;
        position: relative;
        top: -120px;
    }
/*Grid Pic*/
.Grid_Pic {
    text-align: center;
    position: relative;
    padding: 33px 0
}

    .Grid_Pic:after {
        display: block;
        clear: both;
        content: ''
    }

    .Grid_Pic > li {
        float: left;
        width: 48%;
        margin: 1%
    }

        .Grid_Pic > li:nth-child(2) {
            float: none;
            display: inline-block
        }

        .Grid_Pic > li:nth-child(3) {
            float: right
        }

.GPic1 {
    margin-bottom: 19px
}

.GPic {
    position: relative
}

    .GPic > img {
        width: 100%;
        height: auto
    }

.GTxt {
    padding: 34px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: justify;
    opacity: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.32);
    -moz-transition: 0.6s linear;
    -o-transition: 0.6s linear;
    -webkit-transition: 0.6s linear;
    transition: 0.6s linear;
}

    .GTxt > h4 {
        margin-bottom: 10px
    }

        .GTxt > h4 > a {
            font-size: 23px;
            color: #fff
        }

            .GTxt > h4 > a > span {
                font-size: 16px;
                display: block
            }

            .GTxt > h4 > a:hover {
                color: #25367e
            }

.arrowCircle {
    color: #fff
}

    .arrowCircle:after {
        font-weight: 400;
        font-family: 'FontAwesome';
        content: "\f152";
        font-size: 23px;
        margin: 15px;
        position: relative;
        top: 5px;
    }

    .arrowCircle:hover:after {
        color: #25367e
    }

.Grid_Pic > li .GTxt:hover {
    opacity: 1
}
/*Contact Info*/
#footer {
    background: #203540;
    color: #fff;
    padding-bottom: 30px
}

.Contact_Info {
    background: #374d5c;
    padding: 30px 0;
    color: #8f8f8f
}

    .Contact_Info a {
        color: #1fcbfc;
    }

.ci_Box {
    display: inline-block;
    width: 48.5%;
    position: relative;
    min-height: 160px
}

    .ci_Box:last-child {
        text-align: center
    }

    .ci_Box:not(.socials):before {
        width: 2px;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        background: #1fcbfc
    }

    .ci_Box.socials {
        width: 100% !important;
        min-height: 10px;
        float: left;
    }

.Contact_Info .ci_Box:last-child:before {
    display: none
}

.fLink {
    padding: 10px 20px
}

    .fLink > li {
        padding: 2px 0;
        margin: 15px;
    }

        .fLink > li > a:hover {
            color: #25367e
        }

.Social_Media {
    padding: 0px
}

    .Social_Media > li {
        padding: 5px 0;
        display: inline-flex;
    }

        .Social_Media > li > a > img {
            margin: 1px 5px 0 0
        }

        .Social_Media > li > a:hover {
            color: #fff
        }

.Address {
    padding: 10px 20px;
}

    .Address > li {
        padding: 6px 0;
        color: #000;
        text-align: center;
        display: flow-root;
    }

        .Address > li > img {
            float: left;
        }

    .Address hr {
        border: 2px solid #1fcbfc;
       
    }

.mail {
    font-family: Verdana;
    font-size: 14px
}

.fLogo {
    background: #374d5c;
    width: 145px;
    text-align: center;
}

    .fLogo > a {
        padding: 15px 15px
    }

.fInfo {
    padding: 15px 0 0 15px
}

    .fInfo > a {
        color: #fff
    }

        .fInfo > a:hover {
            color: #25367e
        }
/*Form*/
.lbl {
    color: #dc3725
}

.btn {
    background: #111;
    border-radius: 3px;
    padding: 2px 25px 3px;
    cursor: pointer;
    color: #25367e;
    font: 13px/24px 'Gotham A','Gotham B',verdana,sans-serif
}

    .btn:hover {
        background: #25367e;
        color: #111
    }

.ddlBox {
    height: 31px;
    border: 1px solid #cecccc;
    border-radius: 3px;
    min-width: 220px;
    width: 100%;
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.1) inset
}

.txtBox {
    height: 29px;
    border: 1px solid #cecccc;
    border-radius: 3px;
    min-width: 220px;
    width: 100%;
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.1) inset;
    text-indent: 5px
}

.CaptchaTxt {
    max-width: 135px;
    min-width: 135px
}

.areaBox {
    height: 100px;
    border: 1px solid #cecccc;
    border-radius: 3px;
    width: 98%;
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.1) inset;
    text-indent: 5px
}
/*prettyPhoto*/
/*Facebook style Theme*/
div.facebook .pp_top .pp_left {
    1background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}

div.facebook .pp_top .pp_middle {
    1background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}

div.facebook .pp_top .pp_right {
    1background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}

div.facebook .pp_content .ppt {
    color: #000
}

div.facebook .pp_content_container .pp_left {
    1background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
    padding: 0
}

div.facebook .pp_content_container .pp_right {
    1background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
    padding: 0
}

div.facebook .pp_content {
    1background:#fff
}

div.facebook .pp_expand {
    background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

    div.facebook .pp_expand:hover {
        background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
        cursor: pointer
    }

div.facebook .pp_contract {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

    div.facebook .pp_contract:hover {
        background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
        cursor: pointer
    }

div.facebook .pp_close {
    width: 30px;
    height: 30px;
    border: 2px solid #25367e;
    border-radius: 50%;
    cursor: pointer;
    color: #25367e
}

    div.facebook .pp_close:before {
        content: "×";
        position: absolute;
        top: 6px;
        left: 5px;
        font: 31px/15px georgia
    }

div.facebook .pp_details {
    position: relative;
    text-align: center
}

div.facebook .pp_description {
    margin: 0 37px 0 0;
    display: none !important
}

div.facebook #pp_full_res .pp_inline {
    color: #000
}

div.facebook .pp_loaderIcon {
    background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat
}

div.facebook .pp_arrow_previous {
    background: #25367e;
    border: 2px solid #25367e;
    height: 30px;
    margin-top: 0;
    width: 30px;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    color: #000
}

    div.facebook .pp_arrow_previous.disabled {
        background-position: 0 -96px;
        cursor: default
    }

    div.facebook .pp_arrow_previous:before {
        content: "‹";
        position: absolute;
        top: 4px;
        left: 7px;
        font: 600 40px/15px arial
    }

div.facebook .pp_arrow_next {
    background: #25367e;
    border: 2px solid #25367e;
    height: 30px;
    margin-top: 0;
    width: 30px;
    border-radius: 50%;
    margin-right: 3px;
    position: relative;
    color: #000
}

    div.facebook .pp_arrow_next.disabled {
        background-position: -32px -96px;
        cursor: default
    }

    div.facebook .pp_arrow_next:before {
        content: "›";
        position: absolute;
        top: 4px;
        left: 10px;
        font: 600 40px/15px arial
    }

div.facebook .pp_nav {
    margin-top: 0;
    margin: 0
}

    div.facebook .pp_nav p {
        font-size: 15px;
        padding: 0 3px 0 4px;
        display: none
    }

    div.facebook .pp_nav .pp_play {
        background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
        height: 22px;
        width: 22px;
        display: none
    }

    div.facebook .pp_nav .pp_pause {
        background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
        height: 22px;
        width: 22px
    }

div.facebook .pp_next:hover {
    background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.facebook .pp_previous:hover {
    background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.facebook .pp_bottom .pp_left {
    1background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}

div.facebook .pp_bottom .pp_middle {
    1background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}

div.facebook .pp_bottom .pp_right {
    1background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}

#pp_full_res {
    border-radius: 50%;
    overflow: hidden
}

.pp_hoverContainer {
    display: none !important
}

.pp_nav {
    float: none !important;
    display: inline-block
}

a.pp_close {
    position: relative !important;
    display: inline-block !important
}
/*DO NOT CHANGE*/
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;
    direction: ltr
}

.pp_top {
    height: 20px;
    position: relative
}

* html .pp_top {
    padding: 0 20px
}

    .pp_top .pp_left {
        height: 20px;
        left: 0;
        position: absolute;
        width: 20px
    }

    .pp_top .pp_middle {
        height: 20px;
        left: 20px;
        position: absolute;
        right: 20px
    }

    * html .pp_top .pp_middle {
        left: 0;
        position: static
    }

    .pp_top .pp_right {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px
    }

.pp_content {
    height: 40px;
    min-width: 40px
}

* html .pp_content {
    width: 40px
}

.pp_fade {
    display: none
}

.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 0
    }

.pp_description {
    display: none;
    margin: 0
}

.pp_social {
    display: none;
    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;
        margin: 2px 4px;
        white-space: nowrap
    }

    .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;
    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;
        margin: 0 0 0 5px;
        padding: 0;
        position: relative;
        white-space: nowrap
    }

        .pp_gallery ul a {
            border: 1px #000 solid;
            border: 1px rgba(0,0,0,.5) solid;
            display: block;
            float: left;
            height: 33px;
            overflow: hidden
        }

            .pp_gallery ul a:hover, .pp_gallery li.selected a {
                border-color: #fff
            }

            .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(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
            display: block;
            height: 33px;
            width: 50px
        }

            .pp_gallery li.default a img {
                display: none
            }

    .pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
        margin-top: 7px !important
    }

a.pp_next {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: 10000px;
    width: 49%
}

a.pp_previous {
    background: url(../images/prettyPhoto/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
}

.pp_bottom {
    height: 20px;
    position: relative
}

* html .pp_bottom {
    padding: 0 20px
}

    .pp_bottom .pp_left {
        height: 20px;
        left: 0;
        position: absolute;
        width: 20px
    }

    .pp_bottom .pp_middle {
        height: 20px;
        left: 20px;
        position: absolute;
        right: 20px
    }

    * html .pp_bottom .pp_middle {
        left: 0;
        position: static
    }

    .pp_bottom .pp_right {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px
    }

.pp_loaderIcon {
    display: block;
    height: 60px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 40px
}

#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 0
        }

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999;
    visibility: hidden
}

.pp_bottom, .pp_top {
    height: 0;
    overflow: hidden
}
/*Owl Carousel*/
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    1width:100%;
    1-ms-touch-action:pan-y;
    direction: ltr
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0,0,0)
    }

    .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)
}

.grabbing {
    cursor: url(../images/grabbing.png) 8 8,move
}

.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)
}

.owl-pagination {
    text-align: center
}

.owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

    .owl-controls .owl-page span {
        display: block;
        width: 9px;
        height: 9px;
        margin: 0 3px;
        filter: Alpha(Opacity=50);
        opacity: .3;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #000
    }

    .owl-controls .owl-page.active span, .owl-controls.clickable .owl-page:hover span {
        filter: Alpha(Opacity=100);
        opacity: 1
    }
/*Owl Transition--------------------------*/
.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);
    }
}
