﻿.widget .calendar, .widget .advertisement {
    padding: 0 20px 20px 20px;
}

#datepicker {
    background-color: #fff;
}

.ui-datepicker-calendar {
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
}

.page-header {
    margin-top: 10px !important;
    padding: 10px;
    background: #f5f5f5;
}

.borderframe {
    border: 10px solid;
}

.btn-goback {
    margin-top: 10px;
    padding-top: 12px;
    padding-bottom: 11px;
    border-radius: 0;
}

.widget {
    border-top: solid 1px #434343 !important;
}

.contents .blacksidebar:before {
    background: #434343 !important;
}

.widget:before {
    background: #434343 !important;
}

.widget .bloglist > li:before {
    background: #434343 !important;
}

footer {
    background: #434343 !important;
}

    footer.style1 input[type="text"], footer.style1 textarea, .blacksidebar .contact-forms input[type="text"], .blacksidebar .contact-forms textarea {
        background: #2b2b2b;
    }



.site-container, .topstrip {
    background: #FFF;
}

/* Site */
.form-group {
    position: relative;
}


.searchbox input:focus {
    outline: 0;
}

.videoslider .tabs, .videoslider .tabs .tab_item, .videoslider .tabs .moving_bg {
    height: 50px;
}

.blogdetail.videodetail a {
    color: #fb4339;
}

div[ng-message="required"] {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    color: rgb(213,0,0);
    font-size: 12px;
}

#back-article {
    position: absolute;
    width: 100%;
    background: unset;
    bottom: 600px;
    height: 1px;
    z-index: 3434;
    /*display: none;*/
}

/* feedback modal */
#feedbackModal .form-group {
    margin-right: 0;
    margin-left: 0;
}

#feedbackModal .modal-body {
    padding: 5px;
}

/* feedback */
a#feedback {
    /*background-color: #d43d3d;*/
    background-color: #2e90a7;
    background-image: url(../images/feedback-back.png);
    background-repeat: no-repeat;
    width: 194px;
    height: 44px;
    display: block;
    position: fixed;
    /*right: -26px;*/
    right: -150px;
    top: 30%;
    z-index: 30 !important;
    -webkit-transition: .3s linear all;
    -khtml-transition: .3s linear all;
    -moz-transition: .3s linear all;
    -ms-transition: .3s linear all;
    -o-transition: .3s linear all;
    transition: .3s linear all;
    color: #fff;
    font-family: 'PT Sans','Open Sans',Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    /*-webkit-transform: rotate(-90deg);
    -khtml-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 51%;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;*/
}

    a#feedback:hover {
        right: 0;
    }

/* sidebar */
#sidebar {
    background: #f5f5f5 !important;
}

    #sidebar .widget:first-child {
        border-top: 0 !important;
    }

        #sidebar .widget:first-child::before {
            background: transparent !important;
        }

    #sidebar h2, #sidebar a {
        color: #333;
    }

    #sidebar .widget .bloglist .text ul li {
        color: #7b7b7b;
    }

/* youtube video */
.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

    .flex-video.widescreen {
        padding-bottom: 57.25%;
    }

    .flex-video.vimeo {
        padding-top: 0;
    }

    .flex-video iframe,
    .flex-video object,
    .flex-video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
    .flex-video {
        padding-top: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .min-width-1200-290h {
        height: 340px;
    }
}


/* loader */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
    -webkit-transform: translateX(0); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0); /* IE 9 */
    transform: translateX(0); /* Firefox 16+, IE 10+, Opera */
}

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%); /* IE 9 */
    transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%); /* IE 9 */
    transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

.pagination > li > a, .pagination > li > span {
    margin-left: 0;
    padding: 10px 10px;
    font-size: 12px;
}

.pagination > li:last-child > a {
    padding: 10px 11px;
    border-right: none;
}

.pagination > li:first-child > a {
    padding: 10px 11px;
    padding-left: 12px;
}

p {
    font-weight: 400;
    font-size: 14px;
}


.white-text {
    color: #fff !important;
}

.cms-editor ul {
    list-style: none;
    padding: 0;
}

.cms-editor li {
    padding-left: 1.3em;
    font-weight: 400;
    font-size: 14px;
}

    .cms-editor li:before {
        content: "\f111";
        font-family: FontAwesome;
        display: inline-block;
        margin-left: -1.3em;
        width: 1.3em;
        color: #fb4339 !important;
        font-size: 8px;
    }

.videobox2 h4 {
    min-height: 80px;
}

.blogposttwo h4 {
    min-height: 70px;
}

.home-art-item {
    margin-bottom: 50px;
}

.owl-carousel .owl-item {
    width: 100%;
}

.owl-carousel .owl-buttons div {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate3d(-50%, -50%, 1);
}

.owl-carousel .owl-buttons .owl-next {
    left: unset;
    right: 10px;
}

.owl-carousel h2 {
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%,rgba(0,0,0,1) 101%);
    width: 100%;
    padding: 20px 20px 10px;
    left: 0;
    bottom: -10px;
    position: absolute;
}

    .owl-carousel h2 a {
        color: #FFF;
    }

.categoryContent {
    float: left;
    padding: 0 10px;
}

.authorContent {
    float: left;
    width: 100%;
    border: 1px solid #d4d6d8;
    padding: 15px;
    margin-bottom: 20px;
}

    .authorContent .authorItems {
        width: 100%;
        float: left;
        padding-bottom: 10px;
    }

        .authorContent .authorItems .avatar {
            width: 100%;
            float: left;
            text-decoration: none;
        }

            .authorContent .authorItems .avatar img {
                width: 57px;
                height: 57px;
                margin-right: 10px;
                vertical-align: middle;
                border-radius: 29px;
                border: 2px solid #ededed;
                float: left;
                line-height: 20px;
            }

            .authorContent .authorItems .avatar span {
                font-size: 18px;
                color: #000;
                font-family: "Source Sans Pro",sans-serif;
                font-weight: 700;
                text-decoration: none;
                width: 65%;
                float: left;
                padding-top: 10px;
                line-height: 20px;
                min-height: 50px;
            }

        .authorContent .authorItems p {
            text-align: left;
            font-size: 14px;
            margin: 0;
            height: 40px;
        }

.social {
    float: left;
    font-size: 16px;
    line-height: 19px;
}

    .social .fa-facebook {
        color: #5875b1 !important;
    }

    .social .fa-twitter {
        color: #51c7f7 !important;
    }

    .social .fa-instagram {
        color: #8a3ab9 !important;
    }

    .social .fa-linkedin {
        color: #0077b5 !important;
    }

.authorContent .authorItems .follow {
    float: right;
}


.identity, .content .mainWrapper.col-md-12 .rightBar .userBox .wrapper .identity a {
    float: left;
    width: 100%;
    color: #000;
}

    .identity a .imgWrapper span img {
        width: 50px;
        height: 50px;
        border-radius: 30px;
        margin-right: 16px;
        float: left;
        display: table-cell;
        line-height: 24px;
        vertical-align: middle;
    }

    .identity a .imgWrapper {
        display: inline-block;
        float: left;
    }

        .identity a .imgWrapper span {
            display: table;
            min-height: 71px;
            padding: 10px 0;
        }

    .identity a .ideWrapper {
        display: inline-block;
        width: 190px;
        font-size: 24px;
        font-weight: 700;
        float: left;
        color: #000;
    }

        .identity a .ideWrapper span p {
            display: table-cell;
            line-height: 10px;
            vertical-align: middle;
            font-weight: 700;
            font-size: 19px;
        }

.description {
    color: #000;
    float: left;
}
