/*------------------------------------------------------------------
* Table of Content
* 1. Flex Video
* 2. Bootstrap Override
* 3. Customized to Bootstrap carousel
* 4. Bootstrap ScrollSpy
* 5. Another Bootstrap Toggle
* 6. Custom Checkbox and Radio By CSS
* 7. Ion.RangeSlider
* 8. Slicknav - a Mobile Menu
* 9. Back To Top
* 10. Bootstrap Modal
* 11. Select 2
* 12. Bootstrap Rating
* 13. Slick - a carousel plugin
* 14. YoutubeBackground
* 15. jQueryIntroLoader
-------------------------------------------------------------------*/
/**
 * flex-video
*/
.flex-video {
    position: relative;
    padding-top: 1.5625rem;
    padding-bottom: 53.3%;
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden
}
.flex-video.vimeo {
    padding-top: 0;
    padding-bottom: 56.5%;
    background: #EEE
}
.flex-video iframe
 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
/**
 * Bootstrap Override
 */
.label {
    border-radius: 2px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.7px;
}
/**
 * Customized to Bootstrap carousel
*/
.carousel .item {
    height: 100%;
    width: 100%
}
/*
	StyleSheet For Responsive Bootstrap Carousel Effect Ken Burns
	Author: Razboynik
	Author URI: http://filwebs.ru  - https://github.com/filippovjegor/bootstrap-kenbruns-carousel
	Description: Bootstrap Carousel Effect Ken Burns
	Demo Scripts for Bootstrap Carousel and Animate.css article on SitePoint by Maria Antonietta Perna
*/
@-webkit-keyframes immortalkenburns {
    0% {
        -webkit-transform: scale(1);
        -webkit-transition: -webkit-transform 20000ms linear 0
    }
    100% {
        -webkit-transform: scale(1.2);
        -webkit-transition: -webkit-transform 20000ms linear 0
    }
}
@-moz-keyframes immortalkenburns {
    0% {
        -moz-transform: scale(1);
        -moz-transition: -moz-transform 20000ms linear 0
    }
    100% {
        -moz-transform: scale(1.2);
        -moz-transition: -moz-transform 20000ms linear 0
    }
}
@-ms-keyframes immortalkenburns {
    0% {
        -ms-transform: scale(1);
        -ms-transition: -ms-transform 20000ms linear 0
    }
    100% {
        -ms-transform: scale(1.2);
        -ms-transition: -ms-transform 20000ms linear 0
    }
}
@-o-keyframes immortalkenburns {
    0% {
        -o-transform: scale(1);
        -o-transition: -o-transform 20000ms linear 0
    }
    100% {
        -o-transform: scale(1.2);
        -o-transition: -o-transform 20000ms linear 0
    }
}
@keyframes immortalkenburns {
    0% {
        transform: scale(1);
        transition: transform 20000ms linear 0
    }
    100% {
        transform: scale(1.2);
        transition: transform 20000ms linear 0
    }
}
@media only screen and (max-width:480px) {
}
@media(min-width:481px) and (max-width:600px) {
}
@media(min-width:601px) and (max-width:767px) {
}
@media(min-width:768px) and (max-width:991px) {
}
@media(min-width:992px) and (max-width:1199px) {
}
@media(max-width:600px) {
}
/* Customized */
/**
 * Bootstrap ScrollSpy
 */
.scrollspy-sidenav {
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 0;
    border: 1px solid #F2F2F2;
    background-color: #F2F2F2;
    border-left: 4px solid #888;
    list-style: none;
    padding-left: 0;
}
.scrollspy-sidebar .nav > li {
    margin-top: -2px;
}
.scrollspy-sidebar .nav > li > a {
    display: block;
    color: #636363;
    padding: 14px 20px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    line-height: 1;
    border-left: 1px solid #888;
    border-bottom: 1px solid #E8E8E8;
    margin-right: -1px;
    margin-left: -1px;
    margin-bottom: 1px;
    font-size: 12px
}
.scrollspy-sidebar .nav > li > a:hover {
    background: none;
    color: #0D7CC9;
    border-right: 1px solid #0D7CC9;
}
.scrollspy-sidebar .nav > li > a:focus {
    background: none;
    color: #636363;
    border-color: #EEE;
    border-bottom: 1px solid #E8E8E8;
}
.scrollspy-sidebar .nav > li:last-child > a {
    border-bottom: 0;
}
ul.scrollspy-sidenav > li.heading > h5 {
    line-height: 1;
    border-bottom: 1px solid #E8E8E8;
    margin: 0;
    font-weight: 700;
    padding: 14px 20px;
    text-transform: uppercase;
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
/**
 * Another Bootstrap Toggle
 */
/**
 * Custom Checkbox and Radio By CSS
 */
/* Ion.RangeSlider
// css version 2.0.3
// � 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* Customized  */
/*
    Slicknav - a Mobile Menu
*/
/* IE6/7 support */
/*
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
/* Button */
/* background color for responsive button */
/* Button Text */
/* Button Lines */
/* plus-minus or arrow sign */
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 479px) {}
/**
 * Back To Top
 */
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}
@media (max-width: 479px) {}
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
@media (max-width: 979px) {
}
.modal {
    outline: none;
    position: absolute;
    margin-top: 0;
    top: 50%;
    overflow: visible
}
.modal.fade {
    top: -100%;
    -webkit-transition: opacity .3s linear, top .3s ease-out, bottom .3s ease-out, margin-top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out, bottom .3s ease-out, margin-top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out, bottom .3s ease-out, margin-top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out, bottom .3s ease-out, margin-top .3s ease-out
}
.modal-body {
    max-height: none;
    overflow: visible
}
@media (min-width: 1200px) {
}
@media (max-width: 979px) {
    .modal
     {
        top: 1%;
        right: 1%;
        left: 1%;
        bottom: auto;
        width: auto!important;
        height: auto!important;
        margin: 0!important;
        padding: 0!important
    }
    .modal-body
{
        position: static;
        margin: 0;
        height: auto!important;
        max-height: none!important;
        overflow: visible!important
    }
    .modal-footer
    {
        position: static
    }
}
@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px)
    }
}
@-moz-keyframes shake {
    0%,
    100% {
        -moz-transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -moz-transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -moz-transform: translateX(10px)
    }
}
@-o-keyframes shake {
    0%,
    100% {
        -o-transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -o-transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -o-transform: translateX(10px)
    }
}
@keyframes shake {
    0%,
    100% {
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px)
    }
}
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Boostrap 3 patch for for bootstrap-modal. Include BEFORE bootstrap-modal.css!
 */
.modal {
    left: 50%;
    bottom: auto;
    right: auto;
    z-index: 1050;
    padding: 0;
    width: 500px;
    margin-left: -250px;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box
}
/* customized */
/**
 * Select 2 - https://select2.github.io/
 */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}
/** extra remote loading */
/** customized */
/**
 * Bootstrap Rating
 */
.rating-wrapper {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.2;
}
.rating-wrapper .rating-item {
    line-height: 1.2;
}
/**
 * Slick - a carousel plugin
 */
/* Slider */
/* Slider */
/* Arrows */
/* Dots */
/* Slick Override */
/* Slick Carousel Gap */
/* Slick Carousel Center Mode */
/* Slick Carousel Gallery */
/* Slick Carousel Wariable width */
/* Slick Carousel Animation */
/* Slick Carousel Banner Slider */
/* Customized */
@media only screen and (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 479px) {
}
/**
 * YoutubeBackground
 * https://github.com/rochestb/jQuery.YoutubeBackground
 */
/* navigation */
/* popup */
@media (min-width: 768px) {}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {}
@media only screen and (max-width: 767px) {
}
@media (max-width: 479px) {
}
/*
 *  jQueryIntroLoader
 *  Animated intro loading pages
 *  http://factory.brainleaf.eu/jqueryIntroLoader
 *
 *  Made by BRAINLEAF Communication (c)2014-2015
 *  Under GNU/GPL License
 */
/* ****************************************************************************** */
/* PLUGIN STYLE */
/* ****************************************************************************** */
/* ============================================================================== */
/* Global Style */
/* ============================================================================== */
/* ============================================================================== */
/* Animations */
/* ============================================================================== */
/* *************************************************** */
/* CSSLoader Animation */
/* *************************************************** */
/* CSSLoader Animation Spinner Sizes */
/* -------------------------------------------- */
/* CSSLoader Animation Keyframes */
/* -------------------------------------------- */
@keyframes infinite-spinning {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes infinite-spinning {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
/* CSSLoader Animation Colors */
/* -------------------------------------------- */
/* *************************************************** */
/* SimpleLoader Animation */
/* *************************************************** */
/* SimpleLoader Animation Colors */
/* -------------------------------------------- */
/* *************************************************** */
/* GifLoader Animation */
/* *************************************************** */
/* *************************************************** */
/* CounterLoader Animation */
/* *************************************************** */
/* CounterLoader Animation Colors */
/* -------------------------------------------- */
/* *************************************************** */
/* doubleLoader Animation */
/* *************************************************** */
/* DoubleLoader Animation Colors */
/* -------------------------------------------- */
/* *************************************************** */
/* LettersLoader Animation */
/* *************************************************** */
/* LettersLoader Animation Colors */
/* -------------------------------------------- */
