/*  ==========================================================================
	--- Miscellaneous
	========================================================================== */

.parallax {
    position: relative;
    background-attachment: fixed !important;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-color: #222;
    background-size:cover ;
}
.parallax2 {
    position: relative;
    background-attachment: fixed !important;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e2e8ec;
    background-size:cover ;
}

.tooltip-inner {
    min-width: 100px;
    max-width: 200px;
    padding: 8px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0;
    font-size: 14px;
}

/*
    Modals
*/

.modal-content {
    border-radius: 0;
    box-shadow: rgba(0,0,0,0.3) 0 0 100px;
    border: 0;
}
.modal-header{
    position: relative;
}
.modal-header .close{
    position: absolute;
    top: 0;
    right: 0;
    height: 52px;
    width: 50px;
    display: block;
    z-index: 9;
}

.modal.fade.effect-3dflip .modal-dialog{

    -webkit-transform: rotate(5deg) scale(1.1);
    -moz-transform: rotate(5deg) scale(1.1);
    -ms-transform: rotate(5deg) scale(1.1);
    transform: rotate(5deg) scale(1.1);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in.effect-3dflip .modal-dialog{
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}






/*
    socials
*/
.socials li{
    display:inline-block;
}
.socials li.clear {
    display: block;
    margin-bottom: 5px;
}
.socials a{
    width:35px;
    height:35px;
    line-height:35px;
    display: block;
    text-align: center;
    border-radius: 50%;
}
.socials.socials-rounded a{
    background: rgba(255,255,255,0.2);
}
.socials.socials-borderd a{
    border:rgba(255,255,255,0.2) solid 2px;
}
.socials.socials-rounded a, .socials.socials-borderd a{
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;

}
.socials.socials-rounded a i{
    color:#fff;
    font-size:17px;
}
.socials.socials-borderd a i{
    color:#a9b6b3;
    font-size: 20px;
    margin-top: -5px;
}
.socials.socials-small a{
    width:25px;
    height:25px;
    line-height:31px;
}
.socials.socials-small a i {
    font-size: 16px;
    margin-top: 0px;
}

.dark_bg .socials a{
    background: #546664;
}
.socials a:hover i, .dark_bg .socials a:hover i{
    color:rgba(255,255,255,1);
}

.socials a.facebook, .social-full a.facebook{
    background: #3b5998;
    border-color: #3b5998;
}
.socials a.youtube, .social-full a.youtube{
    background: #b31217;
    border-color: #b31217;
}
.socials a.linkedin, .social-full a.linkedin{
    background: #0077b5;
    border-color: #0077b5;
}
.socials a.instagram, .social-full a.instagram{
    background: #c32aa3;
    border-color: #c32aa3;
}
.socials a.google, .social-full a.google{
    background: #df4a32;
    border-color: #df4a32;
}
.socials a.behance, .social-full a.behance{
    background: #005eff;
    border-color: #005eff;
}
.socials a.twitter, .social-full a.twitter{
    background: #00b6f1;
    border-color: #00b6f1;
}
.socials a.soundcloud, .social-full a.soundcloud{
    background: #f75e0e;
    border-color: #f75e0e;
}
.socials a.rss, .social-full a.rss{
    background: #f8bd01;
    border-color: #f8bd01;
}
.socials a.gplus, .social-full a.gplus{
    background: #f73e29;
    border-color: #f73e29;
}
.socials a.email, .social-full a.email{
    background: #7eb54f;
    border-color: #7eb54f;
}
.socials a.telegram, .social-full a.telegram{
    background: #2fade6;
    border-color: #2fade6;
}
.socials a.whatsapp, .social-full a.whatsapp{
    background: #2ab200;
    border-color: #2ab200;
}





/*

    Tabs

*/
.tab-content>.tab-pane{
    padding:20px 0 0 0;
    -webkit-transform: scaleY(0.9);
    -moz-transform: scaleY(0.9);
    -ms-transform: scaleY(0.9);
    transform: scaleY(0.9);

    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.tab-content>.active{
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

/* Tabs style 1 -------------------------------------*/
.tabs-s1 .tab-content>.tab-pane{
    padding:0;
    width:100% !important;
    position: relative;
}

.tabs-s1 .nav-tabs>li a:after{
    content: "";
    display: inline-block;
    border-left: transparent 8px solid;
    border-right: transparent 8px solid;
    border-bottom:transparent 8px solid;
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -5px;
}
.tabs-s1 .nav-tabs{
    border-bottom: transparent solid 2px;
}
.tabs-s1 .nav-tabs>li>a{
    border: none !important;
    display:inline-block;
    padding: 20px 15px;
    text-transform:uppercase;
}

.tabs-s1 .nav-tabs>li.active>a, .tabs-s1 .nav-tabs>li.active>a:hover{
    border:none;
    background:none;
}
.tabs-s1 .nav-tabs>li>a:hover{
    background:none;
}




/*  ==========================================================================
    --- JW PLAYER
    ========================================================================== */
.sound-top-player{
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 5px;
}
.sound-top-player-inner{
    max-width: 840px;
    margin: 0 auto;
    padding: 5px 30px 10px 30px;
    border-radius: 60px;
}
.jw-controlbar, .jw-skin-seven .jw-background-color{
    background:none !important;
}
.jw-skin-seven .jw-controlbar{
    border: none !important;
}
.jw-skin-seven .jw-text-duration{
    color: #fff !important;
}
.jw-skin-seven .jw-rail {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.jw-skin-seven .jw-buffer{
    background: #000 !important;
}
.jw-skin-seven .jw-knob {
    width: .8em;
    height: .8em;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.3) !important;
}
.jw-skin-seven .jw-knob:hover {
    box-shadow: 0 0 0 7px rgba(255,255,255,0.3) !important;
}
.jw-skin-seven .jw-controlbar-right-group .jw-icon-inline:before, .jw-skin-seven .jw-controlbar-right-group .jw-icon-tooltip:before {
    border-left: 1px solid rgba(255,255,255,0.3) !important;
}

.custom-player .jw-skin-seven .jw-background-color{
    background: rgba(0,0,0,0.9);
}
.custom-player .jw-skin-seven .jw-icon-display{
    background:url("../img/play.svg") center no-repeat;
    background-size: 55px;
}
.main-video-player .custom-player .jw-skin-seven .jw-icon-display{
    background-size: 100px;
}
.custom-player .jw-icon.jw-icon-display:before{
    display: none !important;
}
.custom-player .jw-skin-seven .jw-slider-time.jw-background-color{
    background: none;
}

.custom-player .jw-display-icon-container {
    height: 120px;
    width: 120px;
    margin: -60px auto 0;
    background: none !important;
    border: 0 !important;
}
.jw-skin-seven .jw-icon-next:before, .jw-skin-seven .jw-icon-prev:before{
    border: none !important;
}
.jw-title{
    background: none !important;
}
body .jw-error{
    background: none !important;
}
.jw-skin-seven .jw-display-icon-container{
    border: none !important;
    float: right;
}


/*  ==========================================================================
    --- Isotop
    ========================================================================== */
#filters.nav li a {
    padding: 4px 15px;
    cursor: pointer;
    border-radius: 0;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

.grid-container {
    overflow: hidden;
}

.grid-items-space {
    margin: -15px;
}

.grid-items-space figure, .grid-items-space article {
    margin: 15px;
}

.cols-2 .article-grid {
    width: 50%;
}

.cols-3 .article-grid {
    width: 33.33%;
}

.cols-4 .article-grid {
    width: 25%;
    float: right;
}
.cols-5 .article-grid {
    width: 20%;
}







/*  ==========================================================================
	--- form
	========================================================================== */

/* Form style -------------------- */
.form-style{
    padding: 30px;
 }
.form-style .form-group{
    margin-bottom: 30px;
}
.form-style input:not([type="submit"]), .form-style textarea.form-control, .form-style select.form-control{
    box-shadow:none;
    border-radius:3px;
    max-width:100%;
    font-weight: 300;

    width: 100%;
    display: block;
    background: #e6ecef;
    border: #e6ecef solid 1px;
    padding: 15px 25px;
    line-height: 38px;
    min-height: 55px;
}
.form-style textarea.form-control{
    padding-top: 15px;
}
.form-style input:not([type="submit"]):focus, .form-style textarea.form-control:focus{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0;
    border-color: #666;
}
.form-style input.btn-solid.submit_btn{
    padding:20px 40px !important;
}
.form-style .form-control-feedback{
    height:41px;
    line-height:41px;
}
.form-style .radio, .form-style .checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
}
.form-style label{
    cursor:pointer;
    margin-bottom:5px;
}
.form-style label:before, label:after{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.radio, .checkbox, .radio-inline, .checkbox-inline{
    padding-left:0; padding-right:20px;
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline{
    padding-top:0;
}
.form-control-feedback{
    top:30px;
}
.form-style .input-half{
    display:inline-block;
    width:45%;
}
.form-style .input-group-addon{
    padding: 6px 15px;
    border: none;
    color: #999;
    font-size: 20px;
    font-weight: 300;
}
.form-style .form-control:focus{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-style label .require {
    color: #ff3b30;
    margin-left: 5px;
    font-size: 23px;
    line-height: 13px;
}

.form-style .flyform{
    position:relative;
    width:100%;
}
.form-style .flyform .btn-fly{
    position: absolute;
    right: 4px;
    top: 3px;
    z-index: 99;
    padding: 13px 20px;
}
.form-style .flyform input[type="text"], .flyform input[type="email"]{
    width:100%;
}

.btn-solid.btn-send{
    border-radius: 4px;
    font-size: 20px;
    padding: 22px 80px;
}


/* Form borderd -------------------- */



.form-input{
    position: relative;
}
.form-input>i{
    position: absolute;
    top:5px;
    left: 0;
}
.borderd-dropdown, .form-input>input:not([type="submit"]){
    background: none;
    border-radius: 0;
    border:0;
    line-height: 40px;
    height: 40px;
    border-bottom: #cccccc solid 1px;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
    width: 100%;
}
.borderd-dropdown>a{
    display: block;
    font-size: 12px;
    cursor: pointer;
    text-align: left;
}
.borderd-dropdown>a .caret{
    float: right;
    margin-top: 16px;
}
.borderd-dropdown .dropdown-menu{
    width: 100%;
}
.fly_submit{
    background: none;
    position: absolute;
    top:0;
    right: 0;
    line-height: 40px;
    text-align: center;
    width: 20px;
}





/*  ==========================================================================
	--- Colors
	========================================================================== */

.color_white {
    color: #fff;
}

.color_dark {
    color: #333;
}

.color_dum {
    color: #77838d;
}
.light_borderd_bg{
    border:#f1f5f4 solid 3px;
}
.bg-light {
    background-color: #eff1f4 !important;
}

.bg-gray {
    background-color: #eaeaec !important;
}

.bg-black {
    background-color: #222222 !important;
}

.bg-red {
    background-color: #f56954 !important;
}

.bg-yellow {
    background-color: #f39c12 !important;
}

.bg-aqua {
    background-color: #00c0ef !important;
}

.bg-blue {
    background-color: #0073b7 !important;
}

.bg-light-blue {
    background-color: #3c8dbc !important;
}

.bg-green {
    background-color: #00a65a !important;
}

.bg-navy {
    background-color: #001f3f !important;
}

.bg-teal {
    background-color: #39cccc !important;
}

.bg-olive {
    background-color: #3d9970 !important;
}

.bg-lime {
    background-color: #01ff70 !important;
}

.bg-orange {
    background-color: #ff851b !important;
}

.bg-fuchsia {
    background-color: #f012be !important;
}

.bg-purple {
    background-color: #932ab6 !important;
}

.bg-maroon {
    background-color: #85144b !important;
}

/* Text colors */
.red {
    color: #f56954;
}

.yellow {
    color: #f39c12;
}

.aqua {
    color: #00c0ef;
}

.blue {
    color: #0073b7;
}

.black {
    color: #222;
}

.light-blue {
    color: #3c8dbc;
}

.green {
    color: #00a65a;
}

.navy {
    color: #001f3f;
}

.teal {
    color: #39cccc;
}

.olive {
    color: #3d9970;
}

.lime {
    color: #01ff70;
}

.orange {
    color: #ff851b;
}

.fuchsia {
    color: #f012be;
}

.purple {
    color: #932ab6;
}

.maroon {
    color: #85144b;
}







/*  ==========================================================================
	OWL Slider
	========================================================================== */
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

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

    100% {
        opacity: 0;
    }
}

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

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -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;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/* owl controls */
.owl-prev, .owl-next {
    cursor: pointer;
    width: 57px;
    height: 57px;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    line-height: 62px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    border: #f0f2f4 solid 1px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.controls_sm .owl-prev, .controls_sm .owl-next {
    width: 30px;
    height: 30px;
    font-size: 23px;
    line-height: 20px;
    border: #f0f2f4 solid 1px;
    background: #fff;
}

.owl-prev:before, .owl-next:before {
    font-family: themify;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.owl-prev:before {
    content: "\e64a";
    margin-right: 3px;
}

.owl-next:before {
    content: "\e649";
    margin-left: 3px;
}

.owl-prev:hover, .owl-next:hover, .owl-prev:hover:before, .owl-next:hover:before {
    color: #fff
}

.controls_s2 .owl-nav .owl-prev, .controls_s2 .owl-nav .owl-next{
    position: absolute;
    top: -94px;
}
.controls_s2 .owl-nav .owl-next{
    left: 0;
    margin-right: 5px;
}
.controls_s2 .owl-nav .owl-prev{
    left: 60px;
    margin-left: 5px;
}

.controls_s2 .owl-dots{
    display: none !important;
}
.owl-dots{
    display: block;
    text-align: center;
    margin-top: 15px;
}
.owl-dots .owl-dot{
    display: inline-block;
}
.owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #f3f6f7;
    border:#ccc solid 1px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 3px;
}






/*  ==========================================================================
    --- Buttons
	========================================================================== */


/*  Buttons ripple effect ----------------------------------------------------- */


.btn-solid, .btn-borderd, .ripple, #side-navigation a, .header-side a , .search-submit {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    outline: none;
}

.btn-solid:after, .video-item-share a.ripple:after, .collections-box a.ripple:after{
    background-image: radial-gradient(circle, #fff 10%, transparent 5%);
}
.btn-solid:after, .btn-borderd:after, .ripple:after, #side-navigation a:after, .header-side a:after, .search-submit:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .7s, opacity 1s
}

.btn-solid:active:after, .btn-borderd:active:after, .ripple:active:after, #side-navigation a:active:after, .header-side a:active:after, .search-submit:active:after {
    transform: scale(0, 0);
    opacity: .6;
    transition: 0s
}





/*  Buttons Borderd ----------------------------------------------------- */

.btn-borderd {
    background:none;
    text-shadow: none;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding: 10px 20px;
    border:solid 2px;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none;
}

.btn-borderd i.fa{
    margin-top:-3px;
    margin-right:3px;
}

/* Type */
.btn-borderd.btn-round {
    border-radius: 2000em;
}

/* Size */
.btn-borderd.btn-big {
    font-size: 16px;
    padding: 16px 30px;
    font-weight: 600;
}
.btn-borderd-full {
    font-size: 16px;
    padding: 16px 30px;
    font-weight: 600;
    width:100%;
}
.btn-borderd.btn-small {
    font-size: 14px;
    padding: 6px 13px;
}
.btn-borderd.btn-mini {
    font-size: 10px;
    padding: 3px 10px;
}


/* Colors */
.btn-borderd.btn-blue {
    color: #007aff;
    border-color: #007aff;
}
.btn-borderd.btn-blue:after{
    background-image: radial-gradient(circle, #007aff 10%, transparent 5%);
}

.btn-borderd.btn-purple {
    color: #c643fc;
    border-color: #c643fc;
}
.btn-borderd.btn-purple:after{
    background-image: radial-gradient(circle, #c643fc 10%, transparent 5%);
}

.btn-borderd.btn-brown {
    color: #765747;
    border-color: #765747;
}
.btn-borderd.btn-brown:after{
    background-image: radial-gradient(circle, #765747 10%, transparent 5%);
}
.btn-borderd.btn-dark {
    color: #555d6b;
    border-color: #555d6b;
}
.btn-borderd.btn-dark:after{
    background-image: radial-gradient(circle, #555d6b 10%, transparent 5%);
}
.btn-borderd.btn-pink {
    color: #ff2d55;
    border-color: #ff2d55;
}
.btn-borderd.btn-pink:after{
    background-image: radial-gradient(circle, #ff2d55 10%, transparent 5%);
}

.btn-borderd.btn-teal {
    color: #34aadc;
    border-color: #34aadc;
}
.btn-borderd.btn-teal:after{
    background-image: radial-gradient(circle, #34aadc 10%, transparent 5%);
}

.btn-borderd.btn-green {
    color: #00B74C;
    border-color: #00B74C;
}
.btn-borderd.btn-green:after{
    background-image: radial-gradient(circle, #00B74C 10%, transparent 5%);
}
.btn-borderd.btn-yellow {
    color: #e8b840;
    border-color: #f5d146;
}
.btn-borderd.btn-yellow:after{
    background-image: radial-gradient(circle, #e8b840 10%, transparent 5%);
}
.btn-borderd.btn-orange {
    color: #ff5d00;
    border-color: #ff5d00;
}
.btn-borderd.btn-orange:after{
    background-image: radial-gradient(circle, #ff5d00 10%, transparent 5%);
}
.btn-borderd.btn-light {
    color: #999;
    border-color: #999;
}
.btn-borderd.btn-light:after{
    background-image: radial-gradient(circle, #999 10%, transparent 5%);
}
.btn-borderd.btn-red {
    color: #ff3b30;
    border-color: #ff3b30;
}
.btn-borderd.btn-red:after{
    background-image: radial-gradient(circle, #ff3b30 10%, transparent 5%);
}
.btn-borderd.btn-white {
    color: #fff;
    border-color: #fff;
    background-color:none;
    border-width:3px;
}
.btn-borderd.btn-white:after{
    background-image: radial-gradient(circle, #fff 10%, transparent 5%);
}


/*  Buttons solid ----------------------------------------------------- */

.btn-solid {
    text-shadow: none;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none;
}
.btn-solid i{
    margin-right:5px;
    vertical-align:top;
}
.btn-solid:hover {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity:.85;
}
.btn-solid.active {
    color: #fff;
}

/* Type */
.btn-solid.btn-round {
    border-radius: 2000em;
}

/* Size */
.btn-solid.btn-big {
    font-size: 14px;
    padding: 15px 20px;
    font-weight: 600;
}
.btn-solid.btn-md {
    padding: 15px 25px;
}
.btn-solid.btn-small {
    font-size: 14px;
    padding: 8px 14px;
}
.btn-solid.btn-mini {
    font-size: 12px;
    padding: 3px 10px;
}


/* Colors */
.btn-solid.btn-blue {
    color: #fff;
    border-color: #007aff;
    background-color: #007aff;
}
.btn-solid.btn-facebook {
    color: #fff !important;
    border-color: #3e5b97;
    background-color: #3e5b97;
}
.btn-solid.btn-facebook i {
    color: #fff !important;
}
.btn-solid.btn-blue:hover {
    color: #fff;
    border-color: #3395ff;
    background-color: #3395ff;
}
.btn-solid.btn-blue:active {
    border-color: #007aff;
}

.btn-solid.btn-purple {
    color: #fff;
    border-color: #c643fc;
    background-color: #c643fc;
}
.btn-solid.btn-purple:hover {
    color: #fff;
    background-color: #d169fd;
    border-color: #d169fd;
}
.btn-solid.btn-purple:active {
    border-color: #c643fc;
}

.btn-solid.btn-brown {
    color: #fff;
    border-color: #765747;
    background-color: #765747;
}
.btn-solid.btn-brown:hover {
    color: #fff;
    background-color: #91796c;
    border-color: #91796c;
}
.btn-solid.btn-brown:active {
    border-color: #765747;
}

.btn-solid.btn-dark {
    color: #fff;
    border-color: #37414f;
    background-color: #37414f;
}
.btn-solid.btn-dark:hover {
    color: #fff;
    background-color: #414d5e;
    border-color: #414d5e;
}
.btn-solid.btn-dark:active {
    border-color: #37414f;
}

.btn-solid.btn-lightgray {
    color: #fff;
    border-color: #777;
    background-color: #777;
}
.btn-solid.btn-lightgray i{
    color: #fff;
}
.btn-solid.btn-lightgray:hover {
    color: #fff;
    background-color: #999;
    border-color: #999;
}
.btn-solid.btn-lightgray:active {
    border-color: #999;
}

.btn-solid.btn-darkgray {
    color: #ccc !important;
    border:none;
    background-color: #444;
}
.btn-solid.btn-darkgray i{
    color: #ccc !important;
}
.btn-solid.btn-darkgray:hover {
    color: #fff !important;
}
.btn-solid.btn-darkgray:active {
    border-color: #222;
}

.btn-solid.btn-pink {
    color: #fff;
    border-color: #ff2d55;
    background-color: #ff2d55;
}
.btn-solid.btn-pink:hover {
    color: #fff;
    background-color: #ff5777;
    border-color: #ff5777;
}
.btn-solid.btn-pink:active {
    border-color: #ff2d55;
}

.btn-solid.btn-teal {
    color: #fff;
    border-color: #34aadc;
    background-color: #34aadc;
}
.btn-solid.btn-teal:hover {
    color: #fff;
    background-color: #5dbbe3;
    border-color: #5dbbe3;
}
.btn-solid.btn-teal:active {
    border-color: #34aadc;
}

.btn-solid.btn-green {
    color: #fff;
    border-color: #00B74C;
    background-color: #00B74C;
}
.btn-solid.btn-green:hover {
    color: #fff;
    background-color: #33c570;
    border-color: #33c570;
}
.btn-solid.btn-green:active {
    border-color: #00B74C;
}

.btn-solid.btn-yellow {
    color: #7E490F;
    border-color: #ffcc00;
    background-color: #ffcc00;
}
.btn-solid.btn-yellow:hover {
    color: #7E490F;
    background-color: #ffd633;
    border-color: #ffd633;
}
.btn-solid.btn-yellow:active {
    border-color: #ffcc00;
}

.btn-solid.btn-orange {
    color: #fff;
    border-color: #ff5d00;
    background-color: #ff5d00;
}
.btn-solid.btn-orange:hover {
    color: #fff;
    background-color: #ff7d33;
    border-color: #ff7d33;
}
.btn-solid.btn-orange:active {
    border-color: #ff5d00;
}

.btn-solid.btn-light {
    color: #282e3a;
    border-color: #eee;
    background-color: #eee;
}
.btn-solid.btn-light i{
    color: #282e3a;
}
.btn-solid.btn-light:hover {
    color: #282e3a;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.btn-solid.btn-light:active {
    border-color: #f9f9f9;
}

.btn-solid.btn-red {
    color: #fff;
    border-color: #ff3b30;
    background-color: #ff3b30;
}
.btn-solid.btn-red:hover {
    color: #fff;
    background-color: #ff6259;
    border-color: #ff6259;
}
.btn-solid.btn-red:active {
    border-color: #ff3b30;
}

.btn-solid.btn-white {
    color: #282e3a;
    border-color: #fff;
    background-color: #fff;
}
.btn-solid.btn-white:hover {
    color: #282e3a;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
}
.btn-solid.btn-white:active {
    border-color: #fff;
}
.btn.active{
    -webkit-box-shadow: inset 0 0px 8px rgba(0,0,0,.5);
    box-shadow: inset 0 0px 8px rgba(0,0,0,.5);
    border-color:#999;
    color:#666;
}
.btn.btn-solid.active{
    -webkit-box-shadow: inset 0 0px 8px rgba(0,0,0,.5);
    box-shadow: inset 0 0px 8px rgba(0,0,0,.5);
    color:rgba(255,255,255,.8)
}

.btn-group.open .dropdown-toggle{
    box-shadow:none;
}







/*  ==========================================================================
    --- fancybox
	========================================================================== */


.fancybox-enabled {
    overflow: hidden; }

.fancybox-enabled body {
    overflow: visible;
    height: 100%; }

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
    z-index: 99992; }

.fancybox-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0f0f11;
    opacity: 0;
    transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
    opacity: 0.87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    z-index: 99994;
    transition: opacity .2s;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    direction: ltr; }

.fancybox-show-controls .fancybox-controls {
    opacity: 1; }

.fancybox-infobar {
    display: none; }

.fancybox-show-infobar .fancybox-infobar {
    display: inline-block;
    pointer-events: all; }

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, 0.7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
    display: block; }

.fancybox-slider-wrap {
    overflow: hidden;
    direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch; }

.fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0; }

.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box; }

.fancybox-slide--image {
    overflow: hidden; }

.fancybox-slide--image::before {
    display: none; }

.fancybox-content {
    display: inline-block;
    position: relative;
    margin: 44px auto;
    padding: 0;
    border: 0;
    width: 80%;
    height: calc(100% - 88px);
    vertical-align: middle;
    line-height: normal;
    text-align: left;
    white-space: normal;
    outline: none;
    font-size: 16px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
    background: transparent; }

.fancybox-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    background: transparent;
    background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
    cursor: -webkit-grab;
    cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
    cursor: -webkit-grabbing;
    cursor: grabbing; }

.fancybox-spaceball {
    z-index: 1; }

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden; }

.fancybox-error {
    position: absolute;
    margin: 0;
    padding: 40px;
    top: 50%;
    left: 50%;
    width: 380px;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    cursor: default; }

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer; }

.fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2; }

.fancybox-close-small:focus:after {
    outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
    top: -36px;
    right: -36px;
    background: transparent; }

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee; }

/* Caption */
.fancybox-caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0 30px;
    z-index: 99998;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    opacity: 0;
    transition: opacity .2s;
    pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1; }

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
    pointer-events: all; }

.fancybox-caption a {
    color: #fff;
    text-decoration: underline; }

/* Buttons */
.fancybox-button {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    background: transparent;
    color: #fff;
    box-sizing: border-box;
    vertical-align: top;
    outline: none; }

.fancybox-button--disabled {
    cursor: default;
    pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
    background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
    background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
    content: '';
    pointer-events: none;
    position: absolute;
    border-color: #fff;
    background-color: currentColor;
    color: currentColor;
    opacity: 0.9;
    box-sizing: border-box;
    display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
    opacity: 0.5; }

.fancybox-button--left::after {
    left: 20px;
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.fancybox-button--right::after {
    right: 20px;
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.fancybox-button--left {
    border-bottom-left-radius: 5px; }

.fancybox-button--right {
    border-bottom-right-radius: 5px; }

.fancybox-button--close {
    float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px); }

.fancybox-button--close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.fancybox-button--close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg); } }

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg); } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
    .fancybox-controls {
        text-align: left; }
    .fancybox-button--left,
    .fancybox-button--right,
    .fancybox-buttons button:not(.fancybox-button--close) {
        display: none !important; }
    .fancybox-caption {
        padding: 20px 0;
        margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: 15px;
    top: 16px;
    border: 2px solid;
    background: none; }

/* Slideshow button */
.fancybox-button--play::before {
    top: 16px;
    left: 18px;
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
    background: transparent; }

.fancybox-button--pause::before {
    top: 16px;
    left: 18px;
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px 0 2px;
    background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
    font-size: 23px; }

.fancybox-button--thumbs::before {
    top: 20px;
    left: 21px;
    width: 3px;
    height: 3px;
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
    right: 220px; }

.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    z-index: 99993;
    word-break: normal;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box; }

.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }

.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid #fff;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
    .fancybox-thumbs {
        display: none !important; }
    .fancybox-container--thumbs .fancybox-controls,
    .fancybox-container--thumbs .fancybox-slider-wrap,
    .fancybox-container--thumbs .fancybox-caption-wrap {
        right: 0; } }


