
/* #Top Bar
================================================== */
.top-bar {
    text-align: right;
    /*padding: 9px 0;*/
    font-size: 11px;
    color: #fff;
    border-bottom: 1px solid #1b1815;
    background: #423b62;
    position: relative;
}

    .top-bar:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 1;
        background: -moz-linear-gradient(top, rgba(255,255,255,.05) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.05)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,255,255,.05) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255,255,255,.05) 0%,rgba(255,255,255,0) 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, rgba(255,255,255,.05) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
        background: linear-gradient(top, rgba(255,255,255,.05) 0%,rgba(255,255,255,0) 100%); /* W3C */
    }

.top-txt {
    text-align: left;
}

.acc-txt {
    text-align: right;
}

.top-bar a {
    color: #fff;
    text-decoration: none;
}

    .top-bar a:hover {
        color: #f88f16;
    }

/* #Header
================================================== */
#header {
    border-top: 1px solid #f2f2f0;
    position: relative;
    z-index: 5;
    background: #ececea;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.15), 0 1px 3px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.15), 0 1px 3px rgba(0,0,0,.2);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.15), 0 1px 3px rgba(0,0,0,.2);
}

/* Logo */
.header .logo {
    float: left;
    padding: 21px 0 22px 0;
}

    .header .logo h1 {
        font-size: 38px;
        line-height: 1em;
        margin: 0;
        padding: 0;
        font-weight: normal;
        float: left;
        color: #201065;
    }

        .header .logo h1 a {
            color: #201065;
            text-decoration: none;
        }

        .header .logo h1 strong {
            font-size: 48px;
            line-height: 1em;
            display: inline-block;
            font-weight: normal;
            color: #201065;
        }

    .header .logo img {
        float: left;
    }

    .header .logo .tagline {
        margin: 11px 0 0 11px;
        padding: 1px 0 1px 13px;
        border-left: 1px solid #cacac6;
        float: left;
        font-size: 10px;
        font-style: italic;
        color: #9c9c9c;
        font-family: Georgia, "Times New Roman", Times, serif;
    }
/*/ Logo */

/* Static Video */
.static-desc h2 {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: .6em;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

    .static-desc h2 small {
        font-size: 24px;
        line-height: 1em;
        display: block;
        font-weight: normal;
    }

.static-desc .button {
    margin-top: 20px;
}


/* #Page Title
================================================== */
.page-title h1 {
    position: relative;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2em;
}
/* Breadcrumbs */
.breadcrumbs {
    margin: 0;
    padding: 5px 0 0 0;
    list-style-type: none;
    font-size: 11px;
    text-align: right;
}

    .breadcrumbs li {
        display: inline-block;
        position: relative;
        margin: 0;
        padding: 0 6px 0 13px;
        color: #918e8a;
    }

        .breadcrumbs li:before {
            position: absolute;
            display: block;
            overflow: hidden;
            left: 0;
            top: 0;
            color: #201065;
            content: "\f105";
            vertical-align: text-top;
            text-align: center;
            font-weight: normal;
            font-size: 11px;
            font-family: FontAwesome;
        }

        .breadcrumbs li:first-child:before {
            display: none;
        }

        .breadcrumbs li a {
            color: #fff;
        }

            .breadcrumbs li a:hover {
                color: #201065;
            }


/* #Content
================================================== */
.content-wrapper {
    padding: 45px 0 65px 0;
    position: relative;
    z-index: 2;
}
 
/* Meta info for Post */
.post-meta {
    font-size: 11px;
    margin-bottom: 18px;
}

    .post-meta span {
        display: inline-block;
        margin-right: 3px;
        padding: 2px 8px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background: #e5e5e1;
    }

    .post-meta i {
        margin-right: 9px;
        color: #aaa9a5;
        font-size: 14px;
    }

    .post-meta a {
        color: #aaa9a5;
        text-decoration: none;
    }

        .post-meta a:hover {
            color: #444;
        }

/* Quote Post Format */
.entry__quote blockquote {
    margin-bottom: 36px;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
}

    .entry__quote blockquote:before {
        display: none;
    }

    .entry__quote blockquote p {
        margin-bottom: .5em;
    }

        .entry__quote blockquote p:first-child {
            text-indent: 0;
        }

.entry__quote blockquote {
    padding-left: 38px;
}

    .entry__quote blockquote cite {
        display: block;
        position: absolute;
        right: 18px;
        bottom: -36px;
        padding: 0 0 0 40px;
    }

        .entry__quote blockquote cite:after {
            content: "";
            width: 0;
            height: 0;
            display: block;
            position: absolute;
            top: -12px;
            left: 0;
            border-left: 14px solid transparent;
            border-right: 0 solid transparent;
            border-top: 14px solid #fff;
        }
 

/* Comment Author */
.commentlist li .gravatar {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

    .commentlist li .gravatar img {
        float: left;
        border: 3px solid #c0bfb8;
        -webkit-transition: all 0.1s ease-out;
        -moz-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
    }

        .commentlist li .gravatar img:hover {
            border-color: #bf6c2f;
        }

.commentlist li .comment-author {
    font-size: 14px;
    color: #282828;
    font-family: 'Open Sans Condensed', sans-serif;
}

.commentlist li .comment-meta {
    color: #aaa9a5;
    font-size: 11px;
    margin-bottom: .5em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

.commentlist li .comment-reply {
    text-align: right;
    padding-top: 5px;
}

    .commentlist li .comment-reply a:hover {
        color: #282828;
    }

.commentlist .children {
    margin: 0;
    padding: 0 0 0 80px;
}
      
/* Contact Page
-------------------------------------------------- */

/* Contact Info */
.contact-info {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .contact-info li {
        margin: 0 0 .5em 0;
        padding: 0 0 0 21px;
        position: relative;
    }

        .contact-info li strong {
            color: #444;
        }

        .contact-info li [class^="icon-"] {
            position: absolute;
            left: 0;
            top: 0;
            color: #444;
            font-size: 14px;
        }

/* #Footer
================================================== */

/* Footer Widgets */
.widgets-footer {
    background: #373155;
    padding: 56px 0;
    -webkit-box-shadow: inset 0 4px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 4px 0 rgba(0,0,0,.2);
    box-shadow: inset 0 4px 0 rgba(0,0,0,.2);
}

.widget__footer {
    margin-top: 40px;
}

.widgets-footer [class*="grid_"] .widget__footer:first-child {
    margin-top: 0;
}

.widget__footer .widget-title {
    border-bottom: 1px solid #555048; /* Old browsers fallback */
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-bottom: 8px;
    margin-bottom: 18px;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    color: #efeee9;
    text-shadow: none;
}

    .widget__footer .widget-title:before,
    .widget__footer .widget-title:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -1px;
        width: 3px;
        height: 1px;
        background: #736f69; /* Old browsers fallback */
        background: rgba(255,255,255,.2);
    }

    .widget__footer .widget-title:before {
        left: 0;
    }

    .widget__footer .widget-title:after {
        right: 0;
    }

.widget__footer .widget-content {
    color: #999;
}


/* Recent Posts */

.recent-posts-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .recent-posts-list li {
        padding: 0 0 0 21px;
        margin: 0 0 1.5em 0;
        position: relative;
    }

        .recent-posts-list li:before {
            position: absolute;
            top: 1px;
            left: 0;
            display: block;
            color: #fff;
            content: "\f105";
            text-decoration: inherit;
            font-weight: normal;
            font-style: normal;
            font-size: 14px;
            font-family: FontAwesome;
            -webkit-font-smoothing: antialiased;
        }

        .recent-posts-list li a {
            padding-top: .3em;
        }

            .recent-posts-list li a:hover {
                color: #fff;
                text-decoration: none;
            }

/* Social Widget */
.social-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .social-links li {
        margin: 0 0 0 2px;
        padding: 0;
        width: 32px;
        height: 32px;
        display: inline-block;
        overflow: hidden;
        font-size: 18px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.social-links__small li {
    width: 24px;
    height: 24px;
    font-size: 14px;
}

.social-links li:first-child {
    margin-left: 0;
}

.social-links li a {
    background: rgba(143,143,143,.4);
    text-decoration: none;
    color: #918d88;
    color: rgba(255,255,255,.4);
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.social-links__small li a {
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.link-twitter a:hover {
    background: #33ccff;
}

.link-facebook a:hover {
    background: #3b5998;
}

.link-google a:hover {
    background: #bd3518;
}

.link-pinterest a:hover {
    background: #cb2027;
}

.link-rss a:hover {
    background: #f88f16;
}

.social-links li a:hover {
    color: #fff;
}

/* Contact Widget */
.contact-widget .phone-num {
    display: inline-block;
    color: #beafff;
    font-size: 24px;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 1em;
}

/* #Copyright -------------------------------------------------- */
.copyright {
    font-size: 11px;
    padding: 20px 0;
    -webkit-box-shadow: inset 0 2px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 2px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 2px 0 rgba(0,0,0,.1);
    background: #25203c;
    color: #ffffff;
}

.copyright-primary {
    float: left;
}

.copyright-secondary {
    float: right;
}

.copyright a {
    color: #abaaa9;
    text-decoration: none;
}

    .copyright a:hover {
        color: #b8622b;
    }

.separator {
    margin: 0 5px;
}

 
/* Thumb List */
.thumbs-list {
    margin: 0;
    padding: 0 0 20px 0;
    list-style-type: none;
}

    .thumbs-list .list-item {
        margin: 0 0 4px 0;
        padding: 20px;
        background: #5e6d8b;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .thumbs-list .list-item:hover {
            background: #2f13aa;
        }

    .thumbs-list .item-thumb {
        float: left;
        margin-right: 20px;
        border: 1px solid #928f8b;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .thumbs-list .list-item:hover .item-thumb {
        border: 1px solid #cc7432;
    }

    .thumbs-list .item-heading {
        font-size: 11px;
        line-height: 18px;
        margin-bottom: 0;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
    }

        .thumbs-list .item-heading a {
            color: #ffffff;
            padding-top: .35em;
            text-shadow: none;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

    .thumbs-list .list-item:hover .item-heading a {
        color: #fff;
    }

    .thumbs-list .item-heading a:hover {
        color: #7fdbfd;
        text-decoration: none;
    }

    .thumbs-list .date {
        display: block;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 11px;
        color: #aaa9a5;
        font-weight: normal;
        font-style: italic;
        margin-bottom: 8px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .thumbs-list .list-item:hover .date {
        color: #fff;
    }

.thumbs-list__clean {
    padding-bottom: 0;
    margin-bottom: 0;
}

    .thumbs-list__clean .list-item {
        background: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0;
        margin-bottom: 20px;
    }

        .thumbs-list__clean .list-item:hover {
            background: none;
        }

    .thumbs-list__clean .item-heading {
        text-transform: none;
        font-size: 12px;
        margin-bottom: 0;
    }
 
/* Thumb List / End */

/* Icon Box */
.ico-holder {
    float: left;
    margin-right: 25px;
    width: 60px;
    height: 60px;
    position: relative;
}

.ico-holder-back {
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0,0,0,.14);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ico-box:hover .ico-holder-back {
    opacity: 0;
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
}

.ico-holder-inner {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 52px;
    height: 52px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #3b5998; /* Old browsers */
    background: #3b5998 -moz-linear-gradient(top, #3b5998 0%, #360deb 100%); /* FF3.6+ */
    background: #3b5998 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c06e30), color-stop(100%,#b05726)); /* Chrome,Safari4+ */
    background: #3b5998 -webkit-linear-gradient(top, #3b5998 0%,#360deb 100%); /* Chrome10+,Safari5.1+ */
    background: #3b5998 -o-linear-gradient(top, #3b5998 0%,#360deb 100%); /* Opera11.10+ */
    background: #3b5998 -ms-linear-gradient(top, #3b5998 0%,#360deb 100%); /* IE10+ */
    background: #3b5998 linear-gradient(top, #3b5998 0%,#360deb 100%); /* W3C */
    font-size: 32px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .ico-holder-inner [class^="icon-"] {
        color: #fff;
        z-index: 9999;
        display: inline-block;
        position: relative;
    }

.ico-box:hover .ico-holder-inner {
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: 0;
    left: 0;
}

.ico-holder-inner:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url(../images/pattern-bg3.png);
}

.ico-box hgroup {
    margin-bottom: 16px;
}
/* Icon Box / End */
 


/*CUSTOM*/
#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}