/* =========================================================
Common styles
============================================================ */
@font-face {
    font-family: 'IRANSansWeb(FaNum)';
    src: url('../fonts/IRANSansWeb(FaNum).eot');
    src: url('../fonts/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), url('../fonts/IRANSansWeb(FaNum).woff') format('woff'), url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype'), url('../fonts/IRANSansWeb(FaNum).svg#glyphicons-halflingsregular') format('svg');
}

body {
    color: #575757;
    direction: rtl;
    font-family: 'IRANSansWeb(FaNum)', Tahoma;
    font-size: 12px;
    background-color: #f9f9f9;
    /*text-shadow:1px 1px 0 #FFFFFF;*/
}

pre, code {
    font-family: 'IRANSansWeb(FaNum)';
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 20px 0;
}

ol {
    margin: 0px;
}

ul {
    margin: 0px;
}

    ul li {
        /*list-style: inside disc;
        margin-bottom: 10px;*/
    }

ol li {
    list-style: inside disc;
    margin-bottom: 10px;
}
/*------responsive image----------------*/
.responsive-img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
/* =========================================================
Elements
============================================================ */
.kopa-button {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    padding: 15px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    position: relative;
    z-index: 0;
    text-shadow: none;
}

.small-button {
    padding: 10px 15px;
    text-shadow: none;
}

.medium-button {
    padding: 15px 20px;
    font-size: 18px;
    text-shadow: none;
}

.big-button {
    padding: 20px 30px;
    font-size: 20px;
    text-shadow: none;
}

.navy-button,
.border-button:hover {
    background-color: #0a3d4d;
    border: 1px solid #0a3d4d;
    color: #fff;
}

    .navy-button:hover,
    .border-button {
        background-color: #fff;
        border: 1px solid #e4e4e4;
        color: #333;
    }

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
}

    .video-wrapper iframe,
    .video-wrapper object,
    .video-wrapper video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    opacity: 0;
    filter: alpha(opacity=0);
    border-radius: 0px 20px 0px 20px;
}

    .mask:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mask a {
        color: #fff;
        font-size: 16px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0 -32px -32px 0;
        transform: translate(-50%,-50%);
        text-align: center;
    }

blockquote {
    background-color: #fff;
    color: #2b2b2b;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-style: italic;
    border: none;
    line-height: 24px;
    padding: 20px 25px;
    background: url(../images/icons/quote-left-icon.png) no-repeat 25px 30px #f5f5f5;
}

    blockquote p {
        background: url(../images/icons/quote-right-icon.png) no-repeat right bottom;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }

/*-DropCap-*/
.kp-dropcap {
    color: #fff;
    background-color: #0a3d4d;
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: left;
    font-size: 36px;
    height: 36px;
    line-height: 38px;
    margin: 5px 10px 0 0;
    text-align: center;
    width: 34px;
    text-shadow: none;
}

    .kp-dropcap.color {
        background-color: #0a3d4d;
        font-size: 30px;
        color: #FFFFFF;
        height: 36px;
        line-height: 36px;
        position: relative;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 36px;
        z-index: 0;
        margin: 5px 10px 0 0;
    }

.hover-effect {
    cursor: pointer;
    position: relative;
}



.le-input {
    border-radius: 3px;
    background-color: #ececec;
    border: none;
    color: #3d3d3d;
    width: 100%;
    padding: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .le-input:focus,
    .le-input:hover {
        background-color: #e0e0e0;
    }

.field-row label {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #3d3d3d;
    text-transform: capitalize;
}

.field-row input {
    width: 100%;
}
.inline {
    display: inline-block;
    vertical-align: top;
}

/* =========================================================
Heading
============================================================ */
h1 {
    color: #222;
    font: 700 32px/34px 'IRANSansWeb(FaNum)', sans-serif;
    letter-spacing: 0;
    margin-bottom: 5px;
}

h2 {
    color: #222;
    font: 700 28px/30px 'IRANSansWeb(FaNum)', sans-serif;
    letter-spacing: 0;
    margin-bottom: 5px;
}

h3 {
    color: #222;
    font: 700 24px/26px 'IRANSansWeb(FaNum)', sans-serif;
    letter-spacing: 0;
    margin-bottom: 5px;
}

h4 {
    color: #222;
    font: 700 20px/22px 'IRANSansWeb(FaNum)', sans-serif;
    letter-spacing: 0;
    margin-bottom: 5px;
}

h5 {
    color: #222;
    font: 700 16px/20px 'IRANSansWeb(FaNum)', sans-serif;
    letter-spacing: 0;
    margin-bottom: 5px;
}

h6 {
    color: #222;
    font: 700 14px/20px 'IRANSansWeb(FaNum)', sans-serif;
    letter-spacing: 0;
    margin-bottom: 5px;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
    .entry-categories a:hover,
    .entry-comments a:hover,
    .entry-author a:hover {
        color: #222;
    }

        h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, a:hover,
        .home-slider .flex-caption h3 a:hover,
        .entry-categories a,
        .kopa-audio-widget .older-post li a:hover,
        .widget_archive li a:hover,
        .widget_rss li a:hover,
        .widget_recent_comments li a:hover,
        .widget_recent_entries li a:hover,
        .breadcrumb a:hover,
        .entry-box footer a:hover,
        .about-author .author-content p a:hover,
        .about-author .author-content .social-link li a:hover,
        .about-author .author-name:hover,
        #footer-menu li a:hover {
            color: #feba35;
            text-decoration: none;
        }

p {
    margin-bottom: 10px;
    line-height: 25px;
    font-size:14px;
    text-align:justify;
}
/* =========================================================
Clear Floated Elements
============================================================ */
.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before, .clearfix:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}


/* =========================================================
CSS3 Transition
============================================================ */
a,
.mask,
#comments-form #comment_name,
#comments-form #comment_email,
#comments-form #comment_url,
#comments-form #comment_message,
#comments-form #submit-comment,
#contact-form #contact_name,
#contact-form #contact_email,
#contact-form #contact_url,
#contact-form #contact_message,
#contact-form #submit-contact,
#main-menu li ul li,
#main-menu > li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* =========================================================
Colunms
============================================================ */
.wrapper {
    width: 1290px;
    margin: 0 auto;
}

.mb-20 {
    margin-bottom: 20px;
}

.col-c {
    margin-left: 80px;
    width: 910px;
    float: right;
}

.col-a {
    margin-left: 20px;
    width: 970px;
    float: right;
}
/*.col-a .span6{
    width:485px;
}*/
.col-b {
    width: 300px;
    float: right;
}

.col-a.fullwidth {
    margin-right: 0;
    width: 100%;
}

.widget-area-3 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.widget-area-4 {
    /*float: right;
    width: 430px;
    margin-left: 20px;
    margin-bottom: 25px;*/
}

.widget-area-5 {
    /*float: right;
    width: 520px;*/
}

.widget-area-9,
.widget-area-11 {
    float: right;
    width: 475px;
    margin-left: 20px;
}

.widget-area-10,
.widget-area-12 {
    float: right;
    width: 475px;
}

/* =========================================================
Header
============================================================ */
#header-top {
    background-color: #03213c ;
    border-top:  solid #3a3a3a;
    padding: 5px 0;
}

#logo-image {
    float: right;
}

#logo-image2 {
    float: left;
}

#header-left {
    float: left;
    padding-top: 15px;
}

/*----- Socials Link-----*/
.socials-link {
    background-color: #3a3a3a;
    padding: 8px 8px 2px 15px;
    float: right;
    margin-left: 20px;
}

    .socials-link li {
        float: right;
        list-style: none;
        margin: 0 0 0 8px;
        color: #bfbfbf;
        line-height: 24px;
        text-shadow: none;
    }

        .socials-link li:first-child {
            margin: 0 0 0 12px;
        }

        .socials-link li a {
            font-size: 24px;
            color: #5e5e5e;
        }

.widget-area-1 {
    width: 300px;
    float: right;
}

    .widget-area-1 .widget-title {
        color: #bfbfbf;
        font-size: 12px;
        margin: 0;
        font-weight: 400;
        line-height: 14px;
        text-shadow: none;
    }

#header-bottom {
    background-color: #0a3d4d;
}

/*----- Main Menu -----*/
#main-nav {
    float: right;
    margin-left: 20px;
}

#main-menu > li {
    list-style: none;
    float: right;
    margin: 0;
    position: relative;
}

    #main-menu > li.current-menu-item,
    #main-menu > li:hover {
        background-color: #feba35;
    }

    #main-menu > li.menu-home-item > a {
        background: url(../images/icons/home-icon.png) no-repeat center center;
        text-indent: -99999px;
        padding: 15px 25px;
    }

    #main-menu > li > a {
        display: block;
        border-left: 2px solid #409ea8;
        padding: 15px;
        color: #fff;
        font-size: 14px;
        font-family: 'IRANSansWeb(FaNum)', sans-serif;
        text-shadow: none;
    }

    #main-menu > li:first-child > a {
        border-right: 1px solid #f09df0;
    }

.sf-arrows .sf-with-ul {
    padding-left: 0;
}

.sf-arrows > li > .sf-with-ul:after {
    border-width: 0px;
}

/*---Sub menu---*/
#main-menu li ul {
    display: none;
    position: absolute;
    width: 200px;
    top: 50px;
    right: 0;
    background-color: #0a3d4d;
    z-index: 9999;
}

    #main-menu li ul li {
        border-top: 1px solid #555c5b;
        padding: 15px;
        position: relative;
        list-style: none;
        margin: 0;
        z-index: 9999;
    }

        #main-menu li ul li:first-child {
            border-top: none;
            padding: 15px;
        }

        #main-menu li ul li:hover,
        #main-menu li ul li.current-menu-item {
            background-color: #3a3a3a;
        }

        #main-menu li ul li a {
            color: #fff !important;
            display: block;
            font-size: 14px;
            font-family: 'IRANSansWeb(FaNum)', sans-serif;
            text-shadow: none;
        }

        #main-menu li ul li ul {
            top: 0;
            left: 201px;
        }

.lang-menu > li {
    list-style: none;
    float: right;
    margin: 0;
    position: relative;
}

.lang-menu li ul {
    width: 100% !important;
}

.lang-menu li {
    background: #feba35;
    border: none;
}

    .lang-menu li a {
        display: block;
        padding: 15px;
        color: #fff;
        font-size: 14px;
        font-family: 'IRANSansWeb(FaNum)', sans-serif;
        text-shadow: none;
    }
/*--------------Mobile Menu-------------------*/
#mobile-menu {
    display: none;
    position: relative;
    margin: 12px 15px 10px;
}

    #mobile-menu > span {
        display: inline-block;
        text-transform: uppercase;
        font-size: 30px;
        cursor: pointer;
        color: #fff;
    }

#toggle-view-menu li::marker {
    display: none;
}

#toggle-view-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: none;
    position: absolute;
    top: 33px;
    right: 0;
    z-index: 99999;
    width: 220px;
}

    #toggle-view-menu > li {
        margin: 0;
        position: relative;
        cursor: pointer;
        list-style: none;
        background-color: #0a3d4d;
        border-top: 1px solid #fff;
    }

        #toggle-view-menu > li:first-child {
            border-top: none;
        }

    #toggle-view-menu h3 {
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        float: right;
        line-height: 40px;
        padding: 0 15px;
    }

        #toggle-view-menu h3 a {
            color: #fff;
            width: 100%;
            display: block;
        }

    #toggle-view-menu li:hover {
        background-color: #feba35;
    }

    #toggle-view-menu span.plus {
        float: left;
        font-size: 26px;
        width: 40px;
        height: 40px;
        text-align: center;
        color: #fff;
        line-height: 40px;
        background-color: #feba35;
    }

    #toggle-view-menu li.active {
        background-color: #feba35;
    }

        #toggle-view-menu li.active span,
        #toggle-view-menu li.active h3 a {
            color: #fff;
        }

    #toggle-view-menu .menu-panel {
        margin: 0px;
        display: none;
        font-size: 14px;
        color: #fff;
        background-color: #0a3d4d;
        border-top: 1px solid #fff;
        list-style-type: none;
    }

        #toggle-view-menu .menu-panel li {
            padding: 15px 15px 15px 0;
        }

        #toggle-view-menu .menu-panel a {
            color: #fff;
        }

        #toggle-view-menu .menu-panel ul {
            margin: 0;
        }

    #toggle-view-menu li .menu-panel ul li {
        border: none;
        list-style: disc inside;
        margin: 0 0 10px 0;
        color: #fff;
    }

    #toggle-view-menu .menu-panel ul li a {
        display: inline-block;
        *display: inline;
        zoom: 1;
        color: #fff;
        font-size: 12px;
    }

    #toggle-view-menu .menu-panel ul li ul {
        margin-left: 40px;
        margin-top: 10px;
    }

/*----- Search box -----*/
.search-box {
    /*float: left;*/
    display: inline-block;
    margin-top: 5px;
    /*width: 300px;*/
}

.search-form {
    margin: 0;
    border-bottom: 1px solid #fff;
}

    .search-form .search-text {
        font-size: 12px;
        color: #fff;
        font-family: 'IRANSansWeb(FaNum)', sans-serif;
        background: none !important;
        border: none !important;
        box-shadow: none !important;
        padding: 5px 0;
        margin: 0;
        margin-top:6px;
    }

    .search-form .search-submit {
        background: none;
        border: none;
        font-size: 14px;
        color: #fff;
        font-family: 'IRANSansWeb(FaNum)', sans-serif;
        text-transform: uppercase;
        float: left;
        text-align: right;
        margin-top: 6px;
    }
/* =========================================================
Main Content
============================================================ */
#main-content {
    padding-top: 20px;
}

    #main-content .widget {
        margin-bottom: 20px;
    }

.widget ul li {
    list-style-type: none;
    margin: 0;
}

.kopa-article-list-widget .entry-thumb {
    position: relative;
    margin-bottom: 10px;
}

    .kopa-article-list-widget .entry-thumb img {
        display: block;
        width: 100%;
    }

.kopa-article-list-widget .entry-content header {
    margin-bottom: 5px;
    position: relative;
}

.kopa-article-list-widget .entry-title {
    font-size: 16px;
    margin: 0 0 1px;
}

.kopa-article-list-widget .entry-comments {
    position: absolute;
    top: 0;
    right: 0;
}

.entry-date,
.entry-categories,
.entry-view,
.entry-author {
    color: #0a3d4d;
    font-size: 11px;
}

    .entry-view span {
        font-size: 14px;
    }

    .entry-view span,
    .entry-comments span.icon-q {
        color: #0a3d4d;
        margin-right: 5px;
        font-style: normal;
    }

.entry-comments {
    font-style: italic;
    display: inline-block;
}

    .entry-comments a,
    .entry-author a {
        color: #0a3d4d;
    }

.kopa-article-list-widget .entry-comments a {
    color: #fff;
    display: block;
    background-color: #0a3d4d;
    padding: 2px 8px;
    text-shadow: none;
}

.kopa-article-list-widget .entry-comments span {
    position: absolute;
    bottom: -7px;
    left: 8px;
    border-top: 7px solid #0a3d4d;
    border-right: 7px solid transparent;
    border-left: 0px solid transparent;
    display: block;
    height: 0;
    width: 0;
    transition: border 0.3s ease-in-out 0s;
    -moz-transition: border 0.3s ease-in-out 0s;
    -webkit-transition: border 0.3s ease-in-out 0s;
}

.more-link {
    color: #fff;
    display: inline-block;
    background-color: #0a3d4d;
    padding: 3px 25px;
    text-transform: uppercase;
    border: 1px solid #0a3d4d;
    font-size: 13px;
    text-shadow: none;
}

    .more-link:hover {
        color: #0a3d4d;
        background-color: #fff;
    }

.widget-area-4 .kopa-article-list-widget .entry-content header .entry-comments,
.widget-area-5 .kopa-article-list-widget .entry-content header .entry-comments,
.widget-area-4 .kopa-article-list-widget .entry-content header .entry-categories,
.widget-area-5 .kopa-article-list-widget .entry-content header .entry-categories {
    display: none;
}

.kopa-article-list-widget .entry-thumb .category-title {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-color: #0a3d4d;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    z-index: 100;
    padding: 2px 10px;
    text-shadow: none;
}

.widget-area-5 .kopa-article-list-widget > ul {
    margin: 0px -10px 0;
}

    .widget-area-5 .kopa-article-list-widget > ul > li {
        float: right;
        width: 250px;
        margin: 20px 10px 0;
    }

.widget-area-5 .mask a {
    font-size: 27px;
    margin: 0;
    right: 15px;
    bottom: 15px;
}

.widget-area-5 .kopa-article-list-widget .entry-thumb {
    margin-bottom: 15px;
}

.widget-area-5 .kopa-article-list-widget .entry-title {
    font-size: 14px;
}

.widget-area-5 .kopa-article-list-widget .entry-content header {
    margin-bottom: 0;
}

.widget-area-5 .kopa-article-list-widget .entry-content p,
.widget-area-5 .kopa-article-list-widget .entry-content .more-link {
    display: none;
}

.kopa-adv-widget {
    text-align: center;
    background-color: #ececec;
}

    .kopa-adv-widget img {
        display: inline-block;
        max-width: 100%;
    }

.widget-area-6 .kopa-adv-widget {
    padding: 20px 0;
}

.widget-area-6 .kopa-article-list-widget > ul > li {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-top: 30px;
}

    .widget-area-6 .kopa-article-list-widget > ul > li:first-child {
        border-top: 1px solid #eee;
        padding-top: 30px;
        margin-top: 0;
    }

.widget-area-6 .kopa-article-list-widget .entry-thumb {
    float: left;
    width: 310px;
    margin-right: 25px;
    margin-bottom: 0;
}

    .widget-area-6 .kopa-article-list-widget .entry-thumb audio {
        width: 100%;
    }

    .widget-area-6 .kopa-article-list-widget .entry-thumb .category-title {
        display: none;
    }

.kopa-article-list-widget .entry-content header .entry-date,
.kopa-article-list-widget .entry-content header .entry-categories {
    margin-right: 0px;
}

.pagination ul {
    box-shadow: none;
    border-radius: 0;
}

.pagination .page-numbers li a,
.pagination .page-numbers li span {
    border: none;
    background-color: #f5f7f8;
    padding: 12px 20px;
    font-size: 14px;
    font-family: 'IRANSansWeb(FaNum)', sans-serif;
    color: #010101;
}

.pagination ul > li {
    margin-left: 5px;
    float: left;
    margin-bottom: 0;
}

    .pagination ul > li:first-child {
        margin-left: 0;
    }

        .pagination ul > li:first-child > a,
        .pagination ul > li:first-child > span,
        .pagination ul > li:last-child > a,
        .pagination ul > li:last-child > span {
            border-radius: 0;
        }

    .pagination ul > li > span.current,
    .pagination ul > li > a:hover {
        color: #fff;
        background: #0a3d4d;
        text-shadow: none;
    }

#main-content .widget-area-7 .widget {
    margin-bottom: 0;
}

.widget-area-7 .kopa-adv-widget {
    padding: 35px 0;
}
.InnerTitle {
    color: #222;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: solid 3px #0a3d4d;
    padding-bottom: 5px;
    line-height: 25px;
    margin: 0 0 10px;
}


/* =========================================================
Sidebar
============================================================ */
.sidebar ul li {
    border-top: 1px solid #e8e8e8;
    list-style: none outside none;
    margin: 10px 0 0;
    padding-top: 10px;
}

.sidebar ul.tweetList li {
    margin: 10px 0 0;
    padding-top: 10px;
}

.sidebar ul li:first-child {
    border-top: none;
    margin: 0;
    padding: 0;
}

#main-content .widget .widget-title {
    color: #222;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: solid 3px #0a3d4d;
    padding-bottom: 5px;
    line-height: 16px;
    margin: 0 0 15px;
}

#main-content .sidebar .widget .widget-title {
    color: #222;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: solid 3px #0a3d4d;
    padding-bottom: 5px;
    line-height: 16px;
    margin: 0 0 10px;
}

.list-container-1 ul {
    margin: 0 0 15px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}

    .list-container-1 ul li {
        float: right;
        list-style: none outside none;
        margin: 0;
        border: none;
        padding: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .list-container-1 ul li a {
            font-weight: 700;
            border-right: 1px solid #666;
            color: #575757;
            display: block;
            text-align: center;
            text-transform: uppercase;
            padding: 0 10px;
            line-height: 1;
            outline: none;
            transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -webkit-transition: all 0.3s ease-in-out 0s;
        }

        .list-container-1 ul li:first-child a {
            border-right: none;
            padding-right: 0;
        }

        .list-container-1 ul li.active a,
        .list-container-1 ul li:hover a {
            color: #0a3d4d;
            text-decoration: none;
        }

.kopa-entry-list-widget .tab-container-1 ul li:first-child {
    border-top: none;
}

.kopa-entry-list-widget .tab-container-1 ul li .entry-thumb {
    display: block;
    /*width: 35px;*/
    width: 90px;
    margin-left: 15px;
    float: right;
    /*height: 70px;*/
    /*background-color: #bdbdbd;*/
    color: #fff;
    text-align: center;
    /*line-height: 70px;*/
    font-weight: 700;
    font-size: 32px;
    font-family: 'IRANSansWeb(FaNum)'Arial, Helvetica, sans-serif;
    text-shadow: none;
}

.kopa-entry-list-widget .tab-container-1 ul li:first-child .entry-thumb {
    /*background-color: #0a3d4d;*/
}

.kopa-entry-list-widget .tab-container-1 ul li .entry-title {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 18px;
}

.kopa-entry-list-widget .tab-container-1 #tab-1-2 ul li .entry-thumb {
    background: none;
    display: block;
    float: right;
    height: auto;
    line-height: inherit;
    width: 90px;
}

.kopa-entry-list-widget .tab-container-1 #tab-1-4 ul li .video-icon {
    color: #0a3d4d;
    float: left;
    font-size: 18px;
}

.tweetList {
    color: #5c5c5c;
}

    .tweetList li:before {
        font-family: 'icomoon';
        content: "\e1c7";
        color: #0a3d4d;
        float: left;
        margin-right: 10px;
    }

    .tweetList li p {
        margin-bottom: 0;
    }

    .tweetList a {
        color: #0a3d4d;
    }

.timestamp {
    text-transform: uppercase;
    color: #0a3d4d;
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 10px;
}

.sidebar .kopa-most-review-widget ul li {
    margin-top: 15px;
    padding-top: 10px;
}

    .sidebar .kopa-most-review-widget ul li:first-child {
        margin-top: 0;
        padding-top: 0;
    }

    .sidebar .kopa-most-review-widget ul li .entry-title {
        margin: 0 0 5px;
        font-size: 14px;
        line-height: 18px;
    }

    .sidebar .kopa-most-review-widget ul li .entry-thumb {
        float: left;
        margin-right: 15px;
        margin-top: 5px;
        width: 65px;
    }

.kopa-rating li {
    float: left;
}

    .kopa-rating li a {
        color: #0a3d4d;
    }

.sidebar .widget .kopa-rating li {
    border-top: none;
    padding-top: 0;
    margin-top: 5px !important;
}

.kopa-audio-widget .entry-thumb audio {
    width: 100%;
    height: 30px;
}

.kopa-audio-widget .entry-item .entry-title {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 18px;
}

.sidebar .kopa-audio-widget ul li {
    padding-top: 15px;
    margin-top: 10px;
}

    .sidebar .kopa-audio-widget ul li:first-child {
        padding-top: 0;
    }

.kopa-audio-widget .older-post li span {
    width: 21px;
    height: 21px;
    background-color: #666;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 21px;
    margin-right: 12px;
    font-size: 10px;
    float: left;
}

.kopa-audio-widget .older-post li a {
    float: left;
    width: 267px;
    font-size: 14px;
    font-family: 'IRANSansWeb(FaNum)', sans-serif;
    color: #222;
}

.widget_archive li:first-child,
.widget_rss li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
    border-top: none;
    padding-top: 0;
}

.widget_archive li a,
.widget_rss li a,
.widget_recent_comments li a,
.widget_recent_entries li a {
    color: #222;
}
/* =========================================================
Bottom sidebar
============================================================ */
#bottom-sidebar {
    background-color: #0a3d4d;
}

    #bottom-sidebar .wrapper {
        position: relative;
    }

    #bottom-sidebar .tweetList {
        color: #fff;
    }

        #bottom-sidebar .tweetList li {
            padding: 30px 0;
        }

            #bottom-sidebar .tweetList li:before {
                color: #fff;
                margin-right: 30px;
                font-size: 52px;
            }

            #bottom-sidebar .tweetList li p {
                margin-bottom: 0;
                text-shadow: none;
            }

        #bottom-sidebar .tweetList a {
            color: #fff;
        }

    #bottom-sidebar .timestamp {
        color: #fff;
        margin-top: 0px;
        display: inline-block;
        margin-left: 25px;
    }

/* =========================================================
Footer
============================================================ */
#page-footer {
    background-color: #494949;
    padding: 25px 0;
}

#footer-menu {
    float: right;
    margin-right: 65px;
}

    #footer-menu li {
        float: right;
        list-style: none;
        margin: 0 20px 0 0;
    }

        #footer-menu li:first-child {
            margin: 0;
        }

        #footer-menu li a {
            font-size: 12px;
            color: #bfbfbf;
            font-family: 'IRANSansWeb(FaNum)', sans-serif;
            text-shadow: none;
        }

#copyright {
    float: left;
    font-size: 12px;
    color: #bfbfbf;
    margin-bottom: 0;
    text-shadow: none;
}

#back-top {
    width: 46px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 18px;
}

    #back-top a {
        display: block;
        width: 100%;
        background: url(../images/icons/back-top-icon.png) no-repeat -5px -5px;
        text-indent: -9999px;
        font-size: 0;
        height: 100%;
        border: solid 2px #fff;
        border-radius: 50%;
    }

/* =========================================================
Home style 2
============================================================ */

#main-content .kopa-article-list-widget .older-post {
    margin-top: 5px;
}

    #main-content .kopa-article-list-widget .older-post > li {
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #E8E8E8;
    }

        #main-content .kopa-article-list-widget .older-post > li:last-child {
            padding-bottom: 0px;
            border-bottom: none;
        }

        #main-content .kopa-article-list-widget .older-post > li:first-child {
            padding-top: 10px;
            border-top: 1px solid #E8E8E8;
        }

    #main-content .kopa-article-list-widget .older-post li .entry-title {
        margin: 0 0 5px;
        font-size: 14px;
        line-height: 18px;
    }

    #main-content .kopa-article-list-widget .older-post li .entry-thumb {
        float: right;
        margin-left: 15px;
        margin-top: 5px;
        margin-bottom: 0;
        width: 65px;
    }

    #main-content .kopa-article-list-widget .older-post li .entry-content p {
        margin-bottom: 0;
    }

.widget-area-9 .kopa-article-list-widget .entry-thumb .category-title,
.widget-area-10 .kopa-article-list-widget .entry-thumb .category-title,
.widget-area-11 .kopa-article-list-widget .entry-thumb .category-title,
.widget-area-12 .kopa-article-list-widget .entry-thumb .category-title {
    display: none;
}

#main-content .kopa-article-list-widget .older-post li .kopa-rating li {
    list-style: none;
}

.kopa-related-post-widget {
    overflow: hidden;
    position: relative;
}

    .kopa-related-post-widget .list-carousel.responsive {
        width: auto;
        margin: 0 -10px;
        position: relative;
    }

    .kopa-related-post-widget .list-carousel > ul {
        display: block;
        height: 100%;
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

    .kopa-related-post-widget .list-carousel ul li {
        display: block;
        float: left;
        margin: 0 10px;
        padding: 0;
    }

        .kopa-related-post-widget .list-carousel ul li .entry-thumb {
            position: relative;
            margin-bottom: 5px;
        }

        .kopa-related-post-widget .list-carousel ul li .entry-content header {
            position: relative;
        }

            .kopa-related-post-widget .list-carousel ul li .entry-content header .entry-title {
                font-size: 16px;
                margin: 0 0 5px;
                line-height: 22px;
            }

            .kopa-related-post-widget .list-carousel ul li .entry-content header .entry-comments {
                top: -30px;
                right: 5px;
            }

            .kopa-related-post-widget .list-carousel ul li .entry-content header .entry-date {
                margin-right: 10px;
            }

#main-content .widget .widget-title {
    font-family: 'IRANSansWeb(FaNum)','Open Sans',sans-serif;
}

.kopa-related-post-widget .list-carousel .carousel-pager {
    position: absolute;
    top: -40px;
    left: 10px;
}

.list-carousel .carousel-pager a {
    border-radius: 50%;
    background: #aaa;
    width: 10px;
    height: 10px;
    display: block;
    float: left;
    margin-left: 5px;
    text-indent: -9999px;
    margin-top: 6px;
}

    .list-carousel .carousel-pager a.selected {
        background: #0a3d4d;
    }
/* =========================================================
Home page style 3
============================================================ */
.kopa-home-3 #main-content .kopa-article-list-widget .older-post li .entry-content {
    float: left;
    width: 395px;
}

    .kopa-home-3 #main-content .kopa-article-list-widget .older-post li .entry-content .kopa-rating {
        display: inline-block;
        margin: 0 0 0 15px;
    }

    .kopa-home-3 #main-content .kopa-article-list-widget .older-post li .entry-content .entry-date {
        display: inline-flex;
    }

.kopa-home-3 .pagination {
    margin: 0 0 30px;
}

/* =========================================================
Blog page
============================================================ */
.breadcrumb {
    background: none;
    margin: 0 0 20px;
    border-radius: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
    color: #000;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

    .breadcrumb a {
        color: #000;
        font-weight: 400;
    }

.entry-list > li {
    list-style: none;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin: 20px 0 0px;
}

.entry-list li .entry-thumb {
    position: relative;
    float: left;
    margin-right: 30px;
    width: 310px;
}

    .entry-list li .entry-thumb audio {
        width: 100%;
    }

    .entry-list li .entry-thumb img {
        display: block;
        width: 100%;
    }

.entry-list li .entry-content .entry-title {
    font-size: 18px;
    margin: 0 0 5px;
}

.entry-list li .entry-content .entry-date,
.entry-list li .entry-content .entry-categories,
.entry-list li .entry-content .entry-comments {
    margin-right: 15px;
}

.entry-list li .entry-content header {
    margin-bottom: 10px;
}

.entry-list li .entry-content .more-link {
    margin-top: 10px;
}

.entry-list > li:first-child {
    background-color: #ececec;
    padding: 0 30px 0 0;
    margin: 0;
}

.entry-list li:first-child .entry-thumb {
    width: 680px;
}

    .entry-list li:first-child .entry-thumb img {
        display: block;
        width: 100%;
    }

.entry-list li:first-child .entry-content {
    margin-top: 25px;
}

    .entry-list li:first-child .entry-content .entry-categories {
        display: none;
    }

    .entry-list li:first-child .entry-content .entry-title {
        line-height: 26px;
    }

    .entry-list li:first-child .entry-content p {
        font-size: 13px;
        line-height: 22px;
    }

.kopa-blog-page .pagination {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 30px;
}

/* =========================================================
Gallery page
============================================================ */
.gallery-slideshow {
    margin-bottom: 35px;
}

#images {
    display: none;
}

.panel {
    float: left;
}

ul.exposureThumbs {
    background: #262626;
    border: 10px solid #262626;
    border-left: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    ul.exposureThumbs li {
        margin: 0 0 10px 0;
        padding: 0;
        text-align: center;
        display: none;
        list-style: none;
    }

        ul.exposureThumbs li img {
            cursor: pointer;
            display: block;
            width: 100%;
        }

        ul.exposureThumbs li.last {
            margin: 0;
        }

.exposureTarget {
    width: 790px;
    background-color: #262626;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    padding: 0;
    margin: 0;
    border: 10px solid #262626;
    position: relative;
    overflow: hidden;
}

.exposureWrapper {
    position: absolute;
    top: 0;
    left: 0;
}

    .exposureWrapper img {
        cursor: pointer;
        top: 0;
        left: 0;
    }

.exposureLoaded {
    background-image: none;
}

.exposureData {
    display: none;
}

/* In this demo we are using thumbs with fixed size */
ul.exposureThumbs li {
    width: 150px;
    height: 79px;
}

.exposureSlideshowControls a,
.exposureControls span,
.exposureControls a {
    font-family: 'IRANSansWeb(FaNum)','Open Sans', sans-serif;
    font-weight: 700;
    font-size: 11px;
    padding: 8px 10px;
    background-color: #cfcfcf;
    display: block;
    float: left;
    text-shadow: none;
}

.exposureSlideshowControls a {
    float: right;
}

.exposureSlideshowControls a,
.exposureControls a {
    color: #262626;
    text-decoration: none;
    outline: none;
}

    .exposureSlideshowControls a:active,
    .exposureSlideshowControls a:hover,
    .exposureControls a:active,
    .exposureControls a:hover {
        background-color: #262626;
        color: #ddd;
    }

.exposurePaging .active {
    color: #fff;
    background-color: #262626;
}

.exposureControls a {
    border-left: 1px solid #bbb;
    border-right: 1px solid #ececec;
}

.exposureControls .exposurePrevPage {
    border-left: none;
}

.exposureControls .exposureNextPage {
    border-right: none;
}

.kopa-video-widget > ul,
.kopa-related-post > ul {
    margin: 0 -10px;
}

    .kopa-video-widget > ul > li,
    .kopa-related-post > ul > li {
        float: right;
        margin: 0 10px 10px;
        width: 307px;
        list-style: none;
    }

.kopa-video-widget ul li .entry-thumb,
.kopa-related-post ul li .entry-thumb {
    position: relative;
    margin-bottom: 5px;
}

    .kopa-video-widget ul li .entry-thumb img,
    .kopa-related-post ul li .entry-thumb img {
        display: block;
        width: 100%;
    }

.kopa-video-widget ul li .entry-content header,
.kopa-related-post ul li .entry-content header {
    margin-bottom: 5px;
    position: relative;
}

.kopa-video-widget ul li .entry-title,
.kopa-related-post ul li .entry-title {
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 5px;
}

.kopa-video-widget ul li .entry-content p,
.kopa-related-post ul li .entry-content p {
    font-size: 13px;
}

.kopa-video-widget .entry-comments,
.kopa-related-post .entry-comments {
    position: absolute;
    right: 5px;
    top: -35px;
    text-shadow: none;
}

    .kopa-video-widget .entry-comments a,
    .kopa-related-post .entry-comments a {
        background-color: #0a3d4d;
        color: #FFFFFF;
        display: block;
        padding: 2px 8px;
    }

    .kopa-video-widget .entry-comments span,
    .kopa-related-post .entry-comments span {
        border-left: 0 solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #0a3d4d;
        bottom: -7px;
        display: block;
        height: 0;
        left: 8px;
        position: absolute;
        transition: border 0.3s ease-in-out 0s;
        -moz-transition: border 0.3s ease-in-out 0s;
        -webkit-transition: border 0.3s ease-in-out 0s;
        width: 0;
    }

.kopa-video-widget .entry-date,
.kopa-related-post .entry-date {
    float: left;
}

.kopa-video-widget .entry-categories,
.kopa-related-post .entry-categories {
    float: right;
}

.kopa-video-widget .pagination {
    float: right;
    margin: 0;
    border-top: none;
    padding: 0;
}

/* =========================================================
Single page
============================================================ */
.kopa-single-1 .entry-box .entry-thumb {
    float: left;
    width: 562px;
    margin-right: 20px;
    margin-bottom: 0;
}

.entry-box .entry-title {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 10px;
    line-height: 28px;
}

.entry-box header {
    margin-bottom: 15px;
}

    .entry-box header .entry-author,
    .entry-box header .entry-date,
    .entry-box header .entry-comments,
    .entry-box header .entry-view {
        font-style: normal;
        margin-right: 10px;
    }

.entry-box .social-link {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    margin: 20px 0;
}

    .entry-box .social-link li {
        list-style: none;
        float: left;
        margin: 0 10px 0 0;
    }

        .entry-box .social-link li:first-child {
            margin-top: 8px;
        }

        .entry-box .social-link li a {
            display: block;
            background-color: #f0f0f0;
            border: 1px solid #d8d8d8;
            text-align: center;
            width: 34px;
            height: 34px;
            line-height: 34px;
            color: #535353;
        }

            .entry-box .social-link li a:hover {
                border: 1px solid #0a3d4d;
                color: #0a3d4d;
            }

.entry-box footer {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}

    .entry-box footer .prev-post {
        float: left;
    }

    .entry-box footer .next-post {
        float: right;
        text-align: right;
    }

    .entry-box footer a {
        font-size: 14px;
        color: #000;
        text-transform: uppercase;
    }

    .entry-box footer .article-title {
        display: block;
        color: #666;
        font-weight: 600;
        text-transform: none;
        margin-top: 5px;
    }

.entry-box,
.tag-box,
.about-author,
#comments,
#respond {
    margin-bottom: 20px;
}

.kopa-related-post {
    margin-bottom: 10px;
}

.tag-box a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    background-color: #0a3d4d;
    padding: 5px 20px;
    font-weight: 700;
    border: 1px solid #0a3d4d;
    text-shadow: none;
}

    .tag-box a:hover {
        color: #0a3d4d;
        background-color: #fff;
    }

.about-author {
    border: 1px solid #eaeaea;
    padding: 20px;
}

    .about-author .avatar-thumb {
        float: left;
        margin-right: 20px;
    }

    .about-author .author-content {
        float: left;
        width: 834px;
    }

        .about-author .author-content header {
            border-bottom: 1px solid #eaeaea;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

    .about-author .author-name {
        font-size: 18px;
        color: #686868;
        font-weight: 700;
    }

    .about-author .author-content p {
        margin-bottom: 15px;
        color: #686868;
    }

        .about-author .author-content p a {
            color: #686868;
        }

    .about-author .author-content .social-link li {
        list-style: none;
        float: left;
        color: #686868;
        font-weight: 700;
        margin: 0 20px 0 0;
    }

        .about-author .author-content .social-link li a {
            color: #535353;
            font-size: 16px;
        }

.kopa-related-post h4,
#comments h4,
#respond h4 {
    background-color: #0a3d4d;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 15px;
    padding: 10px 20px;
    text-transform: uppercase;
    text-shadow: none;
}

.kopa-related-post > ul > li {
    margin: 0 10px;
}

.comments-list {
    margin-bottom: 15px;
}

    .comments-list li {
        list-style: none;
        border-top: 1px solid #eaeaea;
        padding-top: 20px;
        margin: 10px 0 0;
    }

        .comments-list li:first-child {
            border-top: none;
            padding-top: 0px;
            margin: 0;
        }

    .comments-list > li:first-child {
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .comments-list li .comment-avatar {
        float: left;
        margin-right: 15px;
    }

    .comments-list li .comment-body {
        float: left;
        width: 891px;
    }

    .comments-list li .author {
        color: #333;
        font-weight: 700;
        font-size: 14px;
        display: block;
    }

    .comments-list li .date {
        font-size: 12px;
        color: #5a5a5a;
        font-style: italic;
        margin-right: 15px;
    }

    .comments-list li .comment-button {
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
    }

        .comments-list li .comment-button .comment-edit-link,
        .comments-list li .comment-button .comment-reply-link:hover {
            color: #0a3d4d;
        }

            .comments-list li .comment-button .comment-edit-link:hover,
            .comments-list li .comment-button .comment-reply-link {
                color: #333;
            }

    .comments-list .children {
        margin-left: 79px;
    }

        .comments-list .children .comment-body {
            width: 812px;
        }

.kopa-comment-pagination {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
}

    .kopa-comment-pagination a {
        color: #333;
        border: 1px solid #e9e9e9;
        background-color: #fff;
        display: inline-block;
        padding: 5px 10px;
    }

        .kopa-comment-pagination a:hover {
            color: #fff;
            background-color: #0a3d4d;
            border: 1px solid #0a3d4d;
        }

    .kopa-comment-pagination .current {
        color: #fff;
        background-color: #0a3d4d;
        border: 1px solid #0a3d4d;
        display: inline-block;
        padding: 5px 10px;
        text-shadow: none;
    }

#respond .c-note {
    font-style: italic;
    display: block;
    margin-bottom: 15px;
}

#respond .comment-left,
#contact-box .contact-left {
    float: left;
    width: 330px;
    margin-right: 15px;
}

#respond .comment-right,
#contact-box .contact-right {
    float: right;
    width: 625px;
}

#comments-form .required span,
#contact-form .required span {
    color: #0a3d4d;
}

#comments-form #comment_name,
#comments-form #comment_email,
#comments-form #comment_url,
#contact-form #contact_name,
#contact-form #contact_email,
#contact-form #contact_url {
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: none;
    border-radius: 0;
    height: 38px;
    line-height: 30px;
}

    #comments-form #comment_name:focus,
    #comments-form #comment_email:focus,
    #comments-form #comment_url:focus,
    #comments-form #comment_message:focus,
    #contact-form #contact_name:focus,
    #contact-form #contact_email:focus,
    #contact-form #contact_url:focus,
    #contact-form #contact_message:focus {
        border: 1px solid #0a3d4d;
    }

#comments-form #comment_message,
#contact-form #contact_message {
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: none;
    border-radius: 0;
    height: 205px;
}

#comments-form #submit-comment,
#contact-form #submit-contact {
    background: #0a3d4d;
    border: 1px solid #0a3d4d;
    color: #fff;
    font-size: 13px;
    padding: 5px 12px 7px;
}

    #comments-form #submit-comment:hover,
    #contact-form #submit-contact:hover {
        background: #fff;
        color: #0a3d4d;
    }

#comments-form .error,
#contact-form .error {
    color: #0a3d4d;
}

.entry-box .entry-thumb {
    /*margin-bottom: 25px;*/
}

.entry-box .gallery-slideshow {
    margin-bottom: 0;
}

/* =========================================================
Elements page
============================================================ */

.elements-box h1,
.elements-box h2,
.elements-box h3,
.elements-box h4,
.elements-box h5,
.elements-box h6 {
    color: #666;
    margin: 0 0 10px;
}

.elements-box .element-title {
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c6c6c6;
    color: #666;
}

.list-container-3 ul {
    margin: 0;
}

    .list-container-3 ul li {
        float: left;
        list-style: none outside none;
        margin: 0 2px 0 0;
        border: none;
        padding: 0;
        width: 98px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .list-container-3 ul li a {
            background-color: #f5f5f5;
            border: 1px solid #e4e4e4;
            color: #7e7e7e;
            display: block;
            font-family: 'Rokkitt', serif;
            font-size: 18px;
            padding: 8px 0;
            text-align: center;
            outline: none;
            transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -webkit-transition: all 0.3s ease-in-out 0s;
        }

        .list-container-3 ul li.active a,
        .list-container-3 ul li:hover a {
            border-top: 1px solid #0a3d4d;
            color: #333;
            text-decoration: none;
            background-color: #fff;
        }

.tab-container-3 {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    padding: 15px 20px 5px;
    margin-top: -1px;
}

    .tab-container-3 ul li {
        list-style: none;
        border-top: 1px solid #ededed;
        padding-top: 5px;
        margin-top: 5px;
        color: #0a3d4d;
        font-size: 10px;
    }

        .tab-container-3 ul li a {
            color: #777;
            font-size: 12px;
            margin-left: 10px;
        }

        .tab-container-3 ul li:first-child {
            border-top: none;
            padding-top: 0px;
            margin-top: 0px;
        }

        .tab-container-3 ul li:before {
            content: "\e016";
            font-family: 'icomoon';
        }

/*-------------Toggle Boxes-----------*/
#toggle-view {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #toggle-view p {
        margin-bottom: 0;
    }

    #toggle-view li {
        margin: 0 0 10px;
        position: relative;
        cursor: pointer;
        list-style: none;
    }

        #toggle-view li h3 {
            font-size: 18px;
            margin: 0;
            color: #444;
            padding: 0 20px 0 45px;
            line-height: 24px;
        }


        #toggle-view li span {
            position: absolute;
            left: 0px;
            top: 0px;
            font-size: 18px;
            width: 22px;
            height: 22px;
            text-align: center;
            color: #b7b7b7;
            line-height: 22px;
            background-color: #f6f6f6;
            border: 1px solid #e9e9e9;
        }

        #toggle-view li.active span {
            line-height: 20px;
        }

    #toggle-view .panel {
        margin: 0;
        display: none;
    }

        #toggle-view .panel p {
            margin: 10px 0;
        }

.accordion-title {
    margin-bottom: 10px;
    position: relative;
}

    .accordion-title span {
        display: block;
        position: absolute;
        width: 22px;
        height: 22px;
        color: #b7b7b7;
        background-color: #f6f6f6;
        border: 1px solid #e9e9e9;
        line-height: 22px;
        text-align: center;
        font-size: 18px;
        right: 0;
        top: 0;
        cursor: pointer;
    }

    .accordion-title h3 {
        margin: 0px;
        font-size: 18px;
    }

    .accordion-title a {
        color: #444;
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

.accordion-container {
    margin: 15px 0;
}

/* =========================================================
Contact page
============================================================ */
.kp-map {
    margin-bottom: 30px;
}

    .kp-map iframe {
        margin-bottom: 15px;
    }

/* =========================================================
404 Page
============================================================ */
.error-404 {
    margin: 70px 10% 100px;
}

    .error-404 .left-col {
        width: 41%;
        float: left;
        margin: 0 2%;
    }

        .error-404 .left-col p {
            font-size: 120px;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: 700;
            color: #0a3d4d;
            line-height: 100px;
            text-align: right;
        }

    .error-404 .right-col {
        width: 50%;
        float: left;
        margin: 0 2%;
    }

        .error-404 .right-col h1 {
            margin-bottom: 10px;
            font-size: 29px;
            color: #0a3d4d;
            margin-top: 0;
        }

        .error-404 .right-col a {
            color: #0a3d4d;
        }

            .error-404 .right-col a:hover {
                color: #666;
            }

.kopa-pagelink {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .kopa-pagelink a {
        color: #0a3d4d;
        text-decoration: underline;
        font-weight: 700;
        padding-right: 15px;
    }

.text-justify {
    text-align: justify;
}



/*********Breadcrumbs**********/

ul.breadcrumbs {
    margin: 0px 0px 0px;
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    height: 40px;
    position: relative;
    z-index: 3;
}

    ul.breadcrumbs li {
        position: relative;
        margin: 0px 0px;
        padding: 0px;
        list-style: none;
        list-style-image: none;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        border-right: 1px solid #ccc;
        transition: 0.3s ease;
    }

        ul.breadcrumbs li:hover:before {
            border-right: 10px solid #0a3d4d;
        }

        ul.breadcrumbs li:hover a {
            color: #000;
            background: #0a3d4d;
        }

        ul.breadcrumbs li:before {
            content: "";
            position: absolute;
            left: -9px;
            top: -1px;
            z-index: 20;
            border-right: 10px solid #fff;
            border-top: 22px solid transparent;
            border-bottom: 22px solid transparent;
            transition: 0.3s ease;
        }

        ul.breadcrumbs li:after {
            content: "";
            position: absolute;
            left: -10px;
            top: -1px;
            z-index: 10;
            border-right: 10px solid #ccc;
            border-top: 22px solid transparent;
            border-bottom: 22px solid transparent;
        }

        ul.breadcrumbs li.active a {
            color: #fff;
            background: #0a3d4d;
            text-shadow: 1px 1px #222;
        }

        ul.breadcrumbs li.first {
            border-right: none;
        }

            ul.breadcrumbs li.first a {
                font-size: 18px;
                padding-right: 20px;
                border-radius: 5px 0px 0px 5px;
            }

        ul.breadcrumbs li.last:before {
            display: none;
        }

        ul.breadcrumbs li.last:after {
            display: none;
        }

        ul.breadcrumbs li.last a {
            padding-left: 20px;
            border-radius: 40px 0 0 40px;
        }

        ul.breadcrumbs li a {
            display: block;
            font-size: 12px;
            line-height: 40px;
            color: #757575;
            padding: 0px 25px 0px 15px;
            text-decoration: none;
            background: #fff;
            border: 1px solid #ddd;
            white-space: nowrap;
            overflow: hidden;
            transition: 0.3s ease;
        }

.input-block {
    color: #feba35;
    font-size: 14px;
    font-weight: 800;
}




.slider-btn-top {
    position: absolute;
    top: 0;
}

.slider-btn-top-left {
    left: 0;
}

.slider-btn-top-right {
    left: 30px;
}

.box {
    width: 60px;
    height: 60px;
    background: #ececec;
    text-align: center;
}

.slick-dots {
    list-style: none;
    padding: 0;
    text-align: center;
}

    .slick-dots li {
        display: inline-block;
        margin-right: 10px;
        height: 12px;
        width: 12px;
        vertical-align: middle;
        border: 2px solid #ececec;
        border-radius: 100px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .slick-dots li button {
            display: none;
        }

        .slick-dots li:hover {
            background: #ececec;
            cursor: pointer;
        }

    .slick-dots .slick-active {
        border: 2px solid rgba(17, 17, 17, 0);
        background: #0a3d4d;
        height: 12px;
        width: 12px;
    }

.slider-nav {
    display: inline-block;
    position: absolute;
    margin-top: -50px;
    top: 50%;
    width: 50px;
    height: 50px;
    border: none;
    background: #111;
    line-height: 0;
    color: #ececec;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

    .slider-nav i {
        font-size: 15px;
    }

    .slider-nav:hover {
        background: #373737;
    }

    .slider-nav:focus {
        outline: none;
    }

.sl-next {
    right: 20px;
}

.sl-prev {
    left: 20px;
}
.bg-gray{
    background-color: rgba(37, 75, 91, 0.5);

}