/* LiteBox */

.litebox-overlay,
.litebox-overlay > * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.litebox-overlay {
    display: none;
    width: 100%;
    min-width: 280px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

@-webkit-keyframes liteboxLoader {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes liteboxLoader {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}

@-ms-keyframes liteboxLoader {
    0% { -ms-transform: rotate(0deg); }
    100% { -ms-transform: rotate(360deg); }
}

@-o-keyframes liteboxLoader {
    0% { -o-transform: rotate(0deg); }
    100% { -o-transform: rotate(360deg); }
}

@keyframes liteboxLoader {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.litebox-overlay .litebox-loader {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 20px;
    top: 20px;
    border: 3px solid #111;
    border-right-color: #fff;
    border-radius: 50%;
    -webkit-animation: liteboxLoader 1s linear infinite;
    -moz-animation: liteboxLoader 1s linear infinite;
    -ms-animation: liteboxLoader 1s linear infinite;
    -o-animation: liteboxLoader 1s linear infinite;
    animation: liteboxLoader 1s linear infinite;
}

.litebox-overlay .litebox-text {
    width: 100%;
    padding: 0 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 12px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    z-index: 2;

    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.litebox-overlay .litebox-text.active {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
}

.litebox-overlay .litebox-close {
    width: 40px;
    height: 40px;
    background: url('../img/common/litebox-close.png') no-repeat center;
    opacity: .7;
    position: absolute;
    top: 40px;
    right: 40px;
    -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;
}

.litebox-overlay .litebox-close:hover {
    opacity: 1;
    cursor: pointer;
}

.litebox-overlay .litebox-nav {
    display: none;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    opacity: .2;
    position: absolute;
    top: 50%;
    z-index: 9999999;
    -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;
}

.litebox-overlay .litebox-nav:hover {
    opacity: .5;
    cursor: pointer;
}

.litebox-overlay .litebox-prev {
    background: url('../../common/images/litebox-prev.png') no-repeat center;
    left: 20px;
}

.litebox-overlay .litebox-next {
    background: url('../../common/images/litebox-next.png') no-repeat center;
    right: 20px;
}

.litebox-overlay .litebox-container {
    position: absolute;
    top: 5%;
    width: 80%;
    margin:0 auto;
    bottom: 5%;
    left:0;
    right:0;
    overflow: hidden;
}

.litebox-overlay .litebox-container.litebox-scroll { overflow-y: auto; }

.litebox-overlay img,
.litebox-overlay iframe {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    vertical-align: middle;
    overflow-x: hidden;
}

.litebox-overlay iframe {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 999999;
}

.litebox-overlay .litebox-inline-html {
    margin:0 8%;
    width: 84%;
    padding: 5% 0%;
    background: #FFF;
    line-height: normal;
    overflow-x: hidden;
    line-height: normal !important;
    position: absolute;
}

.litebox-overlay .litebox-error {
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
    line-height: inherit;
}

.litebox-overlay .litebox-error span {
    background: rgba(0, 0, 0, .9);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    color: #FFF;
    text-shadow: 1px 1px 0 #000;
    line-height: normal;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-track {
    background: #828282;
}
::-webkit-scrollbar-thumb {
    background: #353535;
    border-radius: 0;
}
::-webkit-scrollbar-thumb:hover {
    background: #424242;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:active {
    background: #292929;
}
::-moz-selection {
    background: #0b8593;
    color: #FFF;
    text-shadow: 1px 1px 0 #000;
}
::selection {
    background: #0b8593;
    color: #FFF;
    text-shadow: 1px 1px 0 #000;
}

}

@media only screen and (max-width:979px) {
{
    width: 748px;
}
    .one-half {
        width: 364px;
    }
    .one-third {
        width: 236px;
    }
    .two-third {
        width: 492px;
    }
    .one-quarter {
        width: 172px;
    }
    .two-quarter {
        width: 364px;
    }
    .three-quarter {
        width: 556px;
    }
    .one-half-percent.desktop-tablet, .one-quarter-percent.desktop-tablet, .one-third-percent.desktop-tablet, .three-quarter-percent.desktop-tablet, .two-quarter-percent.desktop-tablet, .two-third-percent.desktop-tablet {
        width: 100%}
    .one-half-percent.desktop-tablet.alpha, .one-quarter-percent.desktop-tablet.alpha, .one-third-percent.desktop-tablet.alpha, .three-quarter-percent.desktop-tablet.alpha, .two-quarter-percent.desktop-tablet.alpha, .two-third-percent.desktop-tablet.alpha {
        padding-left: 0;
    }
    .one-half-percent.desktop-tablet.omega, .one-quarter-percent.desktop-tablet.omega, .one-third-percent.desktop-tablet.omega, .three-quarter-percent.desktop-tablet.omega, .two-quarter-percent.desktop-tablet.omega, .two-third-percent.desktop-tablet.omega {
        padding-right: 0;
    }
    .one-half-percent.desktop-tablet.boxed, .one-quarter-percent.desktop-tablet.boxed, .one-third-percent.desktop-tablet.boxed, .three-quarter-percent.desktop-tablet.boxed, .two-quarter-percent.desktop-tablet.boxed, .two-third-percent.desktop-tablet.boxed {
        border: 1px solid #ddd;
        border-width: 1px;
    }
}@media only screen and (max-width:767px) {
{
    width: 100%;
    padding: 0 20px;
}
    .one-half,  .one-quarter,  .one-third,  .three-quarter,  .two-quarter,  .two-third {
        width: 100%;
        margin-right: 0;
    }
    .one-half-percent.tablet-mobile, .one-quarter-percent.tablet-mobile, .one-third-percent.tablet-mobile, .three-quarter-percent.tablet-mobile, .two-quarter-percent.tablet-mobile, .two-third-percent.tablet-mobile {
        width: 100%}
    .one-half-percent.tablet-mobile.alpha, .one-quarter-percent.tablet-mobile.alpha, .one-third-percent.tablet-mobile.alpha, .three-quarter-percent.tablet-mobile.alpha, .two-quarter-percent.tablet-mobile.alpha, .two-third-percent.tablet-mobile.alpha {
        padding-left: 0;
    }
    .one-half-percent.tablet-mobile.omega, .one-quarter-percent.tablet-mobile.omega, .one-third-percent.tablet-mobile.omega, .three-quarter-percent.tablet-mobile.omega, .two-quarter-percent.tablet-mobile.omega, .two-third-percent.tablet-mobile.omega {
        padding-right: 0;
    }
    .one-half-percent.tablet-mobile.boxed, .one-quarter-percent.tablet-mobile.boxed, .one-third-percent.tablet-mobile.boxed, .three-quarter-percent.tablet-mobile.boxed, .two-quarter-percent.tablet-mobile.boxed, .two-third-percent.tablet-mobile.boxed {
        border: 1px solid #ddd;
        border-width: 1px;
    }

}@media only screen and (max-width:479px) {
    .one-half-percent, .one-quarter-percent, .one-third-percent, .three-quarter-percent, .two-quarter-percent, .two-third-percent {
        width: 100%}
    .one-half-percent.alpha, .one-quarter-percent.alpha, .one-third-percent.alpha, .three-quarter-percent.alpha, .two-quarter-percent.alpha, .two-third-percent.alpha {
        padding-left: 0;
    }
    .one-half-percent.omega, .one-quarter-percent.omega, .one-third-percent.omega, .three-quarter-percent.omega, .two-quarter-percent.omega, .two-third-percent.omega {
        padding-right: 0;
    }
    .one-half-percent.boxed, .one-quarter-percent.boxed, .one-third-percent.boxed, .three-quarter-percent.boxed, .two-quarter-percent.boxed, .two-third-percent.boxed {
        border: 1px solid #ddd;
        border-width: 1px;
    }
}p {
     margin: 0 0 20px;
 }

hr {
    margin: 0 0 20px;
    border: 0;
    border-bottom: 1px solid #e2e2e2;
    clear: both;
}

ol, ul {
    margin: 0;
}
ol:after, ul:after {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
    content: " "}
ol.unstyled, ul.unstyled {
    margin: 0 0 20px;
    padding: 0;
    color: inherit;
    list-style-type: none;
}
ol.inline>li, ul.inline>li {
    display: inline-block;
    padding: 0;
    float: left;
}
ol.inline>li:after, ul.inline>li:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

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

    #contact-address {
        padding-left: 4.8%;
    }

    #contact-social-wrapper, #contact-copyright {
        padding-right: 4.8%;
    }

    .litebox-overlay .litebox-inline-html {
        margin:0 auto;
        padding: 5% 0;
    }

    .litebox-overlay .litebox-container {
        width:100%;
        top: 12%;
        right: 7.5%;
        bottom: 12%;
        left: 7.5%;
        padding: 5% 0;
    }

}