span#BodyPlaceHolder_LTYD_next {
    text-decoration: underline;
    color: #006BB3;
}


div#BodyPlaceHolder_UpdatePanel20 a#BodyPlaceHolder_LinkButton11
{
display : none !important;
}


.view.view-two {
    margin: 0;
    cursor: pointer;
    padding: 0.5em;
}

#content {
    clear: both;
    display: block;
}

.image_clone {
    width: 24.9%;
    margin: 0;
    overflow: hidden;
    display: block;
    float: left;
}

.ebooks .image_clone {
    width: 13.9%;
}

.preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-backface-visibility: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

    .preloader img {
        -webkit-backface-visibility: hidden;
    }

#container {
    height: 100%;
    opacity: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

    #container.active {
        opacity: 1;
    }

body {
    background: #fff;
    height: 100%;
    opacity: 0;
}

    body.active {
        opacity: 1;
    }

.preloader img {
    -webkit-backface-visibility: hidden;
}

.top-header {
    background: #006BB3;
}

    .top-header ul li {
        border-right: 1px solid #921C19;
        height: 27px;
    }

        .top-header ul li:first-child {
          
        }

        .top-header ul li a {
            margin-left: 10px;
        }

        .top-header ul li > a, .top-header span {
            font-family: 'Open Sans', sans-serif;
            font-weight: bold;
            font-size: 11px;
            color: #fff;
            margin-right: 10px;
            line-height: 27px;
            display: inline-block;
        }

    .top-header a:hover {
    }

    .top-header .login {
        background: #06BB23;
        margin-bottom: 0;
        font-size: 13px !important;
        margin-right: 1em;
        font-weight: 400;
        /* width: 30%; */
        text-align: left;
        color: #FFFFFF;
        display: inline-block;
    }
	
	.top-header .joinlink {
        background: #921C19;
        margin-bottom: 0;
        font-size: 13px !important;
        margin-right: 1em;
        font-weight: 400;
        /* width: 30%; */
        text-align: left;
        color: #FFFFFF;
        display: inline-block;
    }

    .top-header .logout {
        background: #D11C1C;
        margin-bottom: 0;
        font-size: 13px !important;
        margin-right: 1em;
        font-weight: 400;
        /* width: 30%; */
        text-align: left;
        color: #FFFFFF;
        display: inline-block;
    }


i.icon-unlock {
    padding-left: 15px;
}

#logo {
    font-family: 'Open Sans', sans-serif;
    font-size: 38px;
    color: #222;
    margin-top: 10px;
    display: block;
}

.tagline {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: rgb(125,125,125);
    margin-bottom: 0;
    color: #7f7f7f;
}

/*PAGE TITLE PART */
.banner {
    background-image: url('../images/bg/page-title.html');
    height: 85px;
    padding-top: 25px;
    width: 100%;
}

.page_title {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: rgb(89,89,89);
    margin-left: 25px;
}

.banner > .button {
    background: #006BB3;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #fff;
}

/* HOME CONTENT*/
.services {
    background: #006BB3;
    height: 150px;
    text-align: center;
    padding-top: 20px;
}

.services img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    margin-bottom: 20px;
}

.services span {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

.service_learn_more {
    border: 1px solid;
    border-color: rgb(236,236,236);
    text-align: center;
    height: 50px;
    padding-top: 18px;
}

    .service_learn_more a {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        color: rgb(116,116,116);
    }

.module {
    height: 55px;
    background: rgb(102,102,102);
    margin: 15px 0;
}

.module_title {
    margin-left: -25px;
    padding-top: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}

.module_img {
    background: #006BB3;
    width: 100%;
    height: 55px;
    margin: 0 -10px 0 -18px;
    padding: 15px;
}

.module_arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid blue;
    border-left-color: #006BB3;
}

.promo {
    background: #f5f5f5;
    padding: 25px 15px;
    border: 1px solid;
    border-color: #eaeaea;
    margin: 15px 0;
}

    .promo span {
        font-size: 20px;
        color: #000;
        display: inline-block;
        line-height: 40px;
    }

    .promo a.button {
        background: #006BB3;
        font-size: 13px;
        color: #fff;
    }

a.button.shadow-button {
    margin-bottom: 0;
}

.promo a.button:hover {
    background: rgb(169,134,26);
}

.module_content .row {
    margin-bottom: 20px;
}

.mod_con_text {
    margin-left: 15px;
}

    .mod_con_text h5 {
        font-weight: bold;
        font-size: 15px;
        color: #000;
        margin: 0;
    }

    .mod_con_text p {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        color: rgb(116,116,116);
        margin: 0;
    }

    .mod_con_text a {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        color: rgb(144,144,144);
        text-decoration: underline;
        font-style: italic;
    }

.module_content .row.collapse {
    margin-bottom: 1px;
    margin-left: 1px;
}

#testimonial_slide li {
    width: 352px;
    max-width: 100%;
}

.testimonial-content {
    background: rgb(241,241,241);
    border: 1px solid;
    border-color: rgb(212,212,212);
    font-family: Georgia;
    font-size: 16px;
    color: rgb(109,109,109);
    font-style: italic;
    padding: 20px;
    position: relative;
    margin-bottom: 15px;
}

    .testimonial-content:after, .testimonial-content:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .testimonial-content:after {
        border-color: rgba(136, 183, 213, 0);
        border-top-color: rgb(241,241,241);
        border-width: 10px;
        margin-left: 1px;
    }

    .testimonial-content:before {
        border-color: rgba(194, 225, 245, 0);
        border-top-color: rgb(212,212,212);
        border-width: 11px;
    }


.module_content cite {
    font-family: Georgia;
    font-size: 17px;
    color: rgb(72,72,72);
    font-style: italic;
}

.test_author {
    font-family: Georgia;
    font-size: 11px;
    color: #006BB3;
    font-style: italic;
}

/* BLOG CONTENT*/

.content_wrapper {
    margin-top: 25px;
}

.post_img {
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}

.mod_con_img {
    position: relative;
}

.post_text {
    font-size: 15px;
    color:black;
    /*color: #8d8d8d;*/
    margin-top: 0px;
}

.button:hover {
    background: #921C19;
}

.post {
    padding-bottom: 45px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
}

    .post h3, .post h2 {
        color: #00000c;
        font-size: 22px;
    }

.meta {
    position: absolute;
    left: 0px;
    bottom: 0px;
    list-style: none;
    margin-bottom: 1px;
}

    .meta li {
        background: url('../images/meta_bg.png') no-repeat;
        width: 110px;
        height: 37px;
        display: inline-block;
        padding: 0px 10px;
        line-height: 37px;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
    }

.post.col1-alternative h2 {
    margin: 0 0 0.4em 0;
}

.post.col1-alternative {
    padding-bottom: 0px;
    margin-bottom: 20px;
}

    .post.col1-alternative .meta {
        margin-bottom: 2px;
    }

.post.col-2 {
    padding-bottom: 10px;
    margin-bottom: 25px;
}

    .post.col-2 .post_img {
        margin-bottom: 0;
    }

    .post.col-2 h2 {
        margin: 10px 0 0 0;
    }

    .post.col-2 .post_text {
        margin-top: 10px;
        float: left;
        width: 65%;
    }

aside#BodyPlaceHolder_right_div .post a.button {
}

article.post.col1-alternative a.button.btn-icon.round.big {
    bottom: -35px;
    right: 12px !important;
}

.pagination-wrapper {
    margin-bottom: 40px;
}

.pagination li.current a {
    background: #006BB3;
}

.pagination li {
}

    .pagination li > a {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        color: #fff;
        padding: 4px 10px;
        background: #A1B5D7;
    }

    .pagination li.current a:hover, .pagination li a:hover {
        background: #006BB3;
    }

/*SIDEBAR AND WIDGETS*/

.widgets {
    border: 1px solid #dfdfdf;
    margin-bottom: 22px;
    clear: both;
    min-height: 40px;
}

    .widgets > h3 {
        font-size: 17px;
        color: #fff;
        background: #A1B5D7;
        padding-left: 20px;
        height: 35px;
        line-height: 35px;
        margin: 0;
        text-transform: uppercase;
    }

.widgetslide {
    font-size: 17px;
    color: #fff;
    background: #A1B5D7;
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    text-transform: uppercase;
    width: 85%;
    float: left;
}

.widgets .flip {
    width: 15%;
    color: #fff;
    cursor: pointer;
    height: 35px;
    float: right;
    background: #A1B5D7 url('../images/arrow.png') no-repeat center;
}

.wid_content {
    clear: both;
    padding: 2px 20px;
}

.widgets ul.categories {
    list-style: none;
    margin-bottom: 0;
}

    .widgets ul.categories li {
        background: url('../images/list1.png') no-repeat left;
        padding-left: 20px;
        line-height: 26px;
        color: #000;
    }

    .widgets ul.categories a {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        color: #000;
    }

        .widgets ul.categories a:hover {
            color: #9d9d9d;
        }

    .widgets ul.categories span {
        font-family: 'Open Sans', sans-serif;
        color: #9d9d9d;
        margin-left: 4px;
    }

.widgets.side-widgets {
    border: none;
}

.side-nav li, .section-container section .title a, .section-container .section .title a, .section-container.auto section .title a, .section-container.auto .section .title a {
    font-size: 1em;
}

#tags {
    list-style: none;
    min-height: 80px;
    margin-bottom: 70px;
}

    #tags li {
        float: left;
        margin: 2px;
        background: #006BB3;
    }

        #tags li a {
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            color: #fff;
            margin: 5px;
        }

        #tags li:hover {
            background: #921C19;
        }

.widgets a.user, .widgets p.wid_date {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #006BB3;
}


/*-----------Flickr widget-----------*/
.thumbs {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

    .thumbs li {
        list-style: none;
        float: left;
    }

        .thumbs li a {
        }

        .thumbs li img {
            display: block;
        }

        .thumbs li a img {
            border: none;
            width: 66px;
            height: 66px;
            margin: 6px;
        }

            .thumbs li a img:hover {
                border: #006BB3 6px inset;
            }


/* FOOTER */

.footer_wrapper {
    position: fixed;
    bottom: 0.1em;
    right: 0.1em;
}

.footer_wrapper {
    text-shadow: 0px 0px 1px #FFFfff;
}

h4.footer-title {
    font-size: 18px;
    color: #006BB3;
    /*background: #2e2e2e url('../images/footer_title_border.png') no-repeat bottom;*/
    padding-bottom: 10px;
}

.footer_part_content {
    font-size: 13px;
    color: #c0c0c0;
    margin-top: 10px;
}

    .footer_part_content input[type="text"], .footer_part_content textarea {
        background: #292929;
        border: solid 1px #232323;
        color: #bbb;
    }

    .footer_part_content input[type="text"] {
        height: 32px;
    }

    .footer_part_content textarea {
        height: 80px;
    }

        .footer_part_content input[type="text"]:hover, .footer_part_content textarea:hover {
            background: #232323;
        }

    .footer_part_content a.postfix {
        background: #006BB3;
        font-size: 11px;
        color: #fff;
        border: 1px solid;
        border-color: rgb(36,36,36);
    }

.footer_bottom .right {
    float: right !important;
    text-align: right;
}

#footer-contact-form div.small-6.columns:first-child {
    padding-right: 0.6em;
    padding-left: 1.250em;
}

#footer-contact-form div.small-6.columns {
    padding-left: 0.6em;
}

.footer_part_content span.foot_about {
    font-size: 13px;
    color: rgb(115,115,115);
}

.footer_part_content a.foot_about {
    font-size: 13px;
    color: #fff;
    text-decoration: #fff;
}

.footer_part_content img {
    margin-bottom: 5px;
}

.footer_part_content a.button {
    margin-top: 15px;
}

.footer_wrapper > .row {
    background: url('../images/footer_bottom_sep.png') repeat-x bottom center;
    margin-bottom: 20px;
}

.footer_bottom p {
    font-size: 11px;
    color: rgb(115,115,115);
}

/* CONTACT*/
.contact_title {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 21px;
    color: #006BB3;
    margin-top: 20px;
}

.contact_text {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: rgb(141,141,141);
}

.contact_form {
    margin-top: 20px;
}

    .contact_form input[type="text"], .contact_form textarea {
        height: 50px;
        background: #f9f9f9;
        border: 1px solid #d9d9d9;
        border-radius: 5px;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        color: #333;
    }

    .contact_form textArea {
        height: 135px;
    }

    .contact_form div.small-4.columns, .contact_form div.large-4.columns {
        padding-left: 0;
    }

        .contact_form div.small-4.columns:first-child, .contact_form div.large-4.columns:first-child {
            padding-left: 1.250em;
        }

    .contact_form input.button {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        color: #fff;
        padding: 1.4em 1.7em;
        font-weight: normal;
        margin-top: 15px;
        border-radius: 5px;
    }

.contact_info {
    margin-top: 15px;
    font-family: Arial;
    font-size: 13px;
    color: rgb(27,27,27);
}

.success {
    color: green;
    font-weight: bold;
}

.error {
    color: red;
    font-weight: bold;
}

.contact_info a {
    color: rgb(27,27,27);
    text-decoration: underline;
}

.contact_info img {
    margin-bottom: 5px;
}

#map_canvas {
    width: 100%;
    height: 450px;
}

/*PORTFOLIO*/
.filter {
    border-top: 1px solid #f0f0f0;
    padding: 20px 0;
    margin-bottom: 20px;
}

    .filter li {
        display: inline-block;
        margin-left: 20px;
    }

        .filter li:first-child {
            margin-left: 0;
        }

        .filter li.active a, .filter li:hover a {
            background: #006BB3;
            color: #fff;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        .filter li a {
            font-family: 'Open Sans', serif;
            color: #747474;
            font-size: 15px;
            text-transform: uppercase;
            padding: 4px 10px;
            font-weight: bold;
        }

.portfolio-content, .filter {
    list-style: none;
}

    .portfolio-content li {
    }

/*SINGLE POST*/

.comment_count {
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: bold;
}

.post.single-post {
    padding-bottom: 10px;
}
/*COMMENTS*/
.color {
    color: #006BB3;
}

.comment_list {
    list-style: none;
    overflow: hidden;
    margin: 0;
}

.com_item:first-child {
    margin-top: 0;
    padding-top: 0;
}

.com_item {
    padding-top: 25px;
    float: left;
    width: 100%;
}

.com_main {
    border-bottom: 1px solid;
    border-bottom-color: rgb(240,240,240);
    padding-bottom: 0;
    margin: 0;
    height: 110px;
}

.avatar {
    width: 80px;
    height: 80px;
    border: 5px solid;
    border-color: #006BB3;
    border-radius: 5px;
    position: relative;
    float: left;
    margin-right: 15px;
}

    .avatar img {
        width: 70px;
        height: 70px;
    }

.com_content {
    float: left;
}

.user_name > a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: rgb(60,60,60);
}

.com_date {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: rgb(184,184,184);
}

p.com_text {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: rgb(134,134,134);
}

.com_reply {
    width: 100%;
    float: left;
    margin-top: -5px;
}

    .com_reply a.button {
        background: rgb(134,134,134);
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        color: #fff;
        border-radius: 5px;
    }

.com_item .com_child {
    list-style: none;
    float: left;
    position: relative;
    margin: 0;
    padding: 25px 0 0 75px;
    width: 100%;
}

    .com_item .com_child .com_item {
        position: relative;
    }

/*PROJECTS*/
.proj_image {
}

    .proj_image img {
        width: 770px;
    }

.proj_view a.button {
    background: #006BB3;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #fff;
}

    .proj_view a.button:hover {
        background: rgb(169,134,26);
    }

/*MAIN SLIDER*/

/*IMAGE CAROUSEL*/
.work_slide {
    position: relative;
}

#work_slide {
    list-style: none;
    max-width: 100% !Important;
}

.caroufredsel_wrapper {
    max-width: 100% !Important;
}

#work_slide li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

#work_slide.related-projects li {
    margin-left: 10px;
    margin-right: 10px;
}

    #work_slide.related-projects li:first-child {
        margin-left: 0px;
    }

#work_slide li img {
    display: block;
    float: left;
    height: 180px;
    width: 262px;
}

a.prev, a.next {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: -58px;
    color: rgb(184,184,184);
    background: rgb(118,118,118);
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 25px;
    line-height: 18px;
}

a.prev {
    right: 44px;
    background-position: 0 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

a.next {
    right: 10px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

    a.prev.disabled, a.next.disabled {
        cursor: default;
    }

    a.prev span, a.next span {
        display: none;
    }

.clearfix {
    float: none;
    clear: both;
}

.testimonial-block a.prev, .testimonial-block a.next {
    top: 38px;
}

.testimonial-block a.prev {
    right: 60px;
}

.testimonial-block a.next {
    right: 26px;
}

.popular-posts article {
    margin-bottom: 20px !important;
}

.featured-block {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    background: #006BB3;
}

    .featured-block > a {
        text-align: left;
        width: 100%;
        height: 100%;
        display: block;
        color: #333;
        position: relative;
    }

.fblock-icon {
    font-size: 53px;
    color: #fff;
    line-height: 150px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: -20px;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    padding-right: 0;
    display: block;
}

.fblock-content {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}

.fblock-main {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.fblock-sub {
    text-align: center;
    font-size: 15px;
    background: #fff;
    color: #747474;
    border: solid 1px #e8e8e8;
    border-top: none;
    line-height: 48px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.featured-block:hover {
    background: #fff;
}

    .featured-block:hover .fblock-icon {
        font-size: 70px;
        color: #006BB3;
        -webkit-animation: moveFromLeft 400ms ease;
        -moz-animation: moveFromLeft 400ms ease;
        -ms-animation: moveFromLeft 400ms ease;
    }

    .featured-block:hover .fblock-main {
        color: #006BB3;
        -webkit-animation: moveFromRight 300ms ease;
        -moz-animation: moveFromRight 300ms ease;
        -ms-animation: moveFromRight 300ms ease;
    }

    .featured-block:hover .fblock-sub {
        border-color: #006BB3;
        background: #006BB3;
        color: #fff;
        -webkit-animation: moveFromBottom 500ms ease;
        -moz-animation: moveFromBottom 500ms ease;
        -ms-animation: moveFromBottom 500ms ease;
    }

@-webkit-keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-100%);
    }

    to {
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes moveFromLeft {
    from {
        -moz-transform: translateX(-100%);
    }

    to {
        -moz-transform: translateX(0%);
    }
}

@-ms-keyframes moveFromLeft {
    from {
        -ms-transform: translateX(-100%);
    }

    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
    }

    to {
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(100%);
    }

    to {
        -moz-transform: translateX(0%);
    }
}

@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(100%);
    }

    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }

    to {
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }

    to {
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }

    to {
        -ms-transform: translateY(0%);
    }
}

.title-block {
    background: #666666;
    margin: 25px 0px 15px 0px;
}

    .title-block .icon-container {
        float: left;
        background: #006BB3;
        width: 63px;
        height: 55px;
        text-align: center;
        padding-right: 0px !Important;
    }

    .title-block .icon {
        font-size: 30px;
        color: #fff;
        line-height: 55px;
        display: block;
        padding-right: 0px !Important;
    }

.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #006BB3;
    float: left;
    margin: 18px 0 0 -4px;
}

.title-block h3 {
    color: #fff;
    float: left;
    margin: 0px 0 0 10px !important;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 55px;
    padding: 0;
}
/******************************************************************/

.social-icons li {
    display: inline-block;
    margin-left: 6px;
    width: 32px;
    height: 32px;
    background: #585858;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

    .social-icons li:hover {
        background: #006BB3;
    }

.social-icons i {
    font-size: 20px;
    color: #2e2e2e;
    padding: 6px 6px 4px 4px;
}

.about-info li {
    list-style: none;
    line-height: 30px;
}

    .about-info li span, .about-info li a {
        color: #737373;
        font-size: 13px;
    }

    .about-info li:hover a, .about-info li:hover span {
        color: #fff;
    }

    .about-info li a:hover {
        text-decoration: underline;
    }

.about-info i {
    font-size: 16px;
    color: #737373;
}

.contact_info .about-info li:hover a, .contact_info .about-info li:hover span {
    color: #000;
}

.contact_info .about-info li span, .contact_info .about-info li a {
    font-weight: bold;
    color: #444;
}

.main-content-top {
    background: url(../images/page-title.png) no-repeat center;
    min-height: 84px;
    padding-top: 10px;
}

    .main-content-top h2 {
        padding-left: 1.250em;
        color: #595959;
        font-weight: bold;
        font-size: 22px;
        line-height: 44px;
    }

@media only screen and (max-width: 48em) {
    .featured-block {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1030px) {
    .project_post_left {
        width: 90% !important;
        margin-top: 1em;
    }

    .project_post_right.effects {
        width: 90%;
    }
}

.comment-form {
    overflow: hidden;
}

    #contact-form h1,
    .comment-form h1 {
        margin: 0 0 20px;
    }

    #contact-form input[type="text"],
    #contact-form textarea,
    .comment-form input[type="text"],
    .comment-form textarea, .bitly {
        color: #848484;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        border: 1px solid #eaeaea;
        font-weight: 300;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -o-border-radius: 0px;
        outline: none;
        width: 100%;
        padding: 11px;
        display: block;
        margin-bottom: 10px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

        #contact-form input[type="text"]:focus + span i,
        .comment-form input[type="text"]:focus + span i {
            color: #fff;
            background: #006BB3;
        }

    #contact-form textarea,
    .comment-form textarea {
        height: 126px;
        border: 1px solid #eaeaea;
    }

    #contact-form input[type="submit"],
    .comment-form input[type="submit"] {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        padding: 15px;
        background: #006BB3;
        text-transform: uppercase;
        border: none;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

        #contact-form input[type="submit"]:hover,
        .comment-form input[type="submit"]:hover {
            opacity: 0.8;
        }

    #contact-form .message,
    .comment-form .message {
        height: 20px;
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;
        float: none;
        margin-top: 5px;
    }

        #contact-form .message.error,
        .comment-form .message.error {
            color: #eb2c06;
        }

        #contact-form .message.success,
        .comment-form .message.success {
            color: #1e9397;
        }

.float-input {
    position: relative;
    padding-left: 58px;
}

    .float-input span {
        position: absolute;
        width: 58px;
        height: 43px;
        border: 1px solid #eaeaea;
        top: 0px;
        left: 0px;
        z-index: 2;
        text-align: center;
    }

        .float-input span i {
            line-height: 32px;
            font-size: 12px;
            color: #006BB3;
            display: inline-block;
            width: 32px;
            height: 32px;
            text-align: center;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            border: 1px solid #006BB3;
            margin-top: 5px;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }



/*-------------------------------------------------*/
/* =  project-page
/*-------------------------------------------------*/

.single-project {
    padding: 30px;
}

.single-box {
    background: #fff;
    overflow: hidden;
}

.single-box-content {
    width: 50%;
    float: left;
    border-right: 1px solid #e5e5e5;
}

.sidebar {
    width: 50%;
    float: left;
    padding: 25px;
}

.project-post-content {
    padding: 25px 30px 30px;
}

    .project-post-content h1,
    .sidebar h1 {
        color: #000;
        font-size: 24px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        margin: 0 0 7px;
        line-height: 30px;
    }

    .project-post-content p,
    .about-section p {
        color: #a3a3a3;
        font-size: 17px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        margin: 0 0 25px;
        line-height: 30px;
        text-align: justify;
    }

.project-text {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

.similar-projects h1 {
    margin-bottom: 20px;
}

.similar-projects .project-post {
    width: 49.9%;
}

.sidebar h1 {
    margin-bottom: 17px;
}

.post-info {
    margin-bottom: 26px;
}

    .post-info ul li {
        padding: 15px 0;
        border-bottom: 1px solid #e5e5e5;
    }

        .post-info ul li:first-child {
            padding: 0 0 15px;
        }

    .post-info .content > ul li span {
        display: block;
        font-size: 15px;
        position: relative;
        bottom: 5px;
       font-weight: bold;
    color: black;
    }

        .post-info .content > ul li span i {
            color: #006BB3;
            line-height: 32px;
            font-size: 12px;
        }

    .post-info .content > ul li a {
        display: block;
        position: relative;
        bottom: 1.9em;
        left: 8.5em;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        line-height: 23px;
        width: 70%;
    }

.project-gallery ul {
    overflow: hidden;
}

    .project-gallery ul li {
        float: left;
        margin-right: 12px;
        margin-bottom: 12px;
    }

        .project-gallery ul li a {
            display: inline-block;
            max-width: 78px;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }

            .project-gallery ul li a:hover {
                opacity: 0.7;
            }

            .project-gallery ul li a img {
                width: 100%;
            }

.project-gallery {
    margin-bottom: 15px;
}

.project-feature h1 {
    margin-bottom: 5px;
}

.project-feature ul li {
    color: #848484;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 32px;
}

    .project-feature ul li:before {
        content: '\f00c';
        font-family: 'FontAwesome';
        margin-right: 8px;
    }


img#imgMain {
    max-width: 90%;
    
    display: block;
}

.customize > span {
    border: 0px solid transparent !important;
}

    .customize > span > i {
        font-size: 35px;
        width: 55px;
        height: 55px;
        line-height: 55px;
        cursor: pointer;
        font-size: 25px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border: 1px solid #006BB3;
        margin-top: 5px;
        text-align: center;
    }


.custright {
    float: right;
}

button#btnPrev {
    display: block;
    border: 0px;
}


ul {
    padding: 0;
    margin: 0;
}

    ul li {
        list-style: none;
    }

.social-post > a > i {
    text-decoration: none;
    font-size: 18px;
    line-height: 1.6em;
}

.social-post > a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #006BB3;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 15px;
}



.tags-box {
    margin-bottom: 16px;
}

    .tags-box ul li {
        display: inline-block;
        margin-right: 8px;
        margin-bottom: 10px;
    }

        .tags-box ul li a {
            display: inline-block;
            color: #a3a3a3;
            font-size: 13px;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            padding: 9px 17px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -o-border-radius: 10px;
            border: 1px solid #dbdbdb;
            text-decoration: none;
            transition: all 0.17s ease-in-out;
            -moz-transition: all 0.17s ease-in-out;
            -webkit-transition: all 0.17s ease-in-out;
            -o-transition: all 0.17s ease-in-out;
        }

            .tags-box ul li a:hover {
                color: #006BB3;
                border: 1px solid #006BB3;
            }


/** Drop down select: ex Country select ==================== **/
.styled-select select {
    background: transparent;
    width: 100%;
    padding: 5px;
    padding-left: 15px;
    border: 0;
    border-radius: 0;
    height: 41px;
    margin: 0;
    font-weight: 400;
    -moz-appearance: window;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    color: #999;
}

.styled-select {
    width: 80%;
    overflow: hidden;
    font-size: 15px;
    height: 44px;
    background: #fff url(../images/down_arrow_select.png) no-repeat right center;
    border: 1px solid #e2e2e2;
}

    .styled-select select::-ms-expand, .styled-select-2 select::-ms-expand {
        display: none;
    }


select :focus {
    outline-offset: 0px;
}

select:focus {
    outline: 0px;
}

div#BodyPlaceHolder_modals > div > img {
    max-height: 300px;
    display: block;
    margin: 0 auto;
}

div#BodyPlaceHolder_modals > div {
}

    div#BodyPlaceHolder_modals > div > p {
        text-align: justify;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
    }

.social-post2 > a > i {
    text-decoration: none;
    font-size: 18px;
    line-height: 1.6em;
}

.social-post2 > a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #006BB3;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 15px;
}


.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        font-weight: bold;
        font-size: 16px;
        color: #000;
        display: block;
        border-bottom: 1px solid #000;
    }


.hsb-submit {
    height: 45px;
    width: 15%;
    overflow: hidden;
    text-align: right;
    display: inline-block;
}

a#BodyPlaceHolder_bSearch, a#BodyPlaceHolder_bReset {
    display: inline-block;
    margin: 0px !important;
}




ul#BodyPlaceHolder_MainPanel {
    padding: 1.5em;
    clear: both;
}

.project_post_right {
    float: right;
    width: 45%;
    margin-right: 4em;
}

.project_post_left {
    float: left;
    width: 47%;
    overflow: hidden;
}



@media all and (min-width: 1451px) {
    img.gal-fixed-horiz {
        bottom: -80%;
        position: absolute;
    }
}

@media all and (max-width: 1450px) and (min-width: 100px) {
    img.gal-fixed-horiz {
    }
}


.main_header {
       width: 57%;

    float: left;
    margin-bottom: 2em;
}

.main_header2 {
    width: 3%;
    float: left;
    color: #fff;
    height: 35px;
    background: #A1B5D7;
    line-height: 35px;
      text-align: left;
}

.counter_header {
    width: 40%;
    color: #fff;
    cursor: pointer;
    height: 35px;
    float: right;
    background: #A1B5D7;
    line-height: 35px;
    font-size: 15px;
    text-align: right;
    padding-right: 0.2em;
}



.nmain {
    margin-bottom: 0.5em !important;
    padding: 1em;
    text-transform: uppercase;
    font-size: 20px;
    width: 50px;
    height: 50px;
}

p.currentTextHolder {
    font-size: 0.8em;
}


span.has-tip {
    line-height: 0px;
    border: 0px;
}

a.button.btn-icon.round.big.zoomlink {
    position: absolute;
    top: 1em;
    right: 4em;
}

.reveal-modal > h2 {
    font-size: 1.6em;
    padding: 0.5em 0em;
    width: 90%;
}

.reveal-modal > .project_post_right > p {
    text-align: justify;
    font-size: 15px;
    padding: 0.5em;
}

.project_post_right > img {
    max-height: 35em;
    margin: 0 auto;
    display: block;
}

.comment-section h1 {
    margin-bottom: 15px;
}

.comment-box {
    overflow: hidden;
    margin-bottom: 30px;
}

    .comment-box img {
        float: left;
        max-width: 80px;
    }

ul.depth {
    margin-left: 100px;
}

    ul.depth li {
        position: relative;
    }

        ul.depth li:before {
            position: absolute;
            content: '';
            width: 40px;
            height: 40px;
            top: 0;
            left: -60px;
            border-left: 1px solid #dddddd;
            border-bottom: 1px solid #dddddd;
        }

.comment-content {
    padding-left: 100px;
}

    .comment-content h6 {
        color: #3c3c3c;
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
        font-style: italic;
        line-height: 22px;
        border-bottom: 1px solid #e5e5e5;
        display: inline-block;
        margin: -4px 0 7px;
        padding-bottom: 4px;
    }

        .comment-content h6 span {
            color: #d1d1d1;
            font-style: normal;
        }

    .comment-content p {
        color: #a3a3a3;
        line-height: 26px;
    }

.nmain {
    padding-bottom: 0.7em !important;
}


.post.col-2 .post_img img {
    max-height: 175px;
    text-align: center;
    margin: 0 auto;
}


img.post_image {
    max-height: 200px;
}

a.button.btn-icon.round.big.infobox {
    height: 45px;
    line-height: 27px;
    margin-top: 1em !Important;
    margin-bottom: 1em !important;
    width: 45px;
    font-size: 15px;
}


a.remove-ref {
    cursor: pointer;
    font-size: 1.5em !important;
    color: #aaa !important;
    position: relative;
    top: 3px;
    left: 5px;
}

div#BodyPlaceHolder_Panel1 > div {
    padding: 20px 5px !important;
}

.comment-form {
    overflow: hidden;
}

.refs {
    display: none;
}

.click-ref {
    background: url('../images/list1.png') no-repeat 2px 9px;
    padding-left: 20px;
    line-height: 26px;
    color: #000;
    cursor: pointer;
    list-style: none;
}

    .click-ref > a {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        color: #000;
    }

span.refine_span {
    font-family: 'Open Sans', sans-serif;
    color: #9d9d9d;
    margin-left: 4px;
}


p.dscr_ref {
    padding: 1em 3em 2em 2em;
    text-align: justify;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    font-family: 'Open Sans', sans-serif;
    color: black;
}

ul#BodyPlaceHolder_ul_collections li a {
    font-size: 15px;
}

ul#BodyPlaceHolder_ul_collections li span {
    font-size: 15px;
}

a.coll-ref {
    cursor: pointer;
    font-size: 1.5em !important;
    color: #aaa !important;
    position: relative;
    top: 3px;
    left: 5px;
}

/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item { /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        transition-property: transform, opacity;
    }



.project-post-content {
    padding: 25px 30px 30px;
}

    .project-post-content h1,
    .sidebar h1 {
        color: #000;
        font-size: 24px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        margin: 0 0 7px;
        line-height: 30px;
    }

    .project-post-content p,
    .about-section p {
        color: #a3a3a3;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        margin: 0 0 25px;
        line-height: 30px;
    }


.project-post {
    padding: 1.5em;
}

.project-post {
    width: 24.99%;
    margin: 0;
    overflow: hidden;
}

    .project-post img {
        width: 100%;
    }

    .project-post .hover-box {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(36,176,174,0.9);
        text-align: center;
        top: 0;
        left: 0;
        visibility: hidden\0/;
        transition: all 0.33s ease-in-out;
        -moz-transition: all 0.33s ease-in-out;
        -webkit-transition: all 0.33s ease-in-out;
        -o-transition: all 0.33s ease-in-out;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotateX(-90deg) rotateY(-90deg);
        -moz-transform: rotateX(-90deg) rotateY(-90deg);
        -ms-transform: rotateX(-90deg) rotateY(-90deg);
        -o-transform: rotateX(-90deg) rotateY(-90deg);
        transform: rotateX(-90deg) rotateY(-90deg);
    }

    .project-post:hover .hover-box {
        visibility: visible\0/;
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform: rotateX(0deg) rotateY(0deg);
        -ms-transform: rotateX(0deg) rotateY(0deg);
        -o-transform: rotateX(0deg) rotateY(0deg);
        transform: rotateX(0deg) rotateY(0deg);
    }


.portfolio-box.isotope {
    overflow: visible !important;
}


.view img {
    min-width: 250px;
}

.ebooks .view img {
    min-width: 200px;
    max-width: 200px;
}


.tags-box h3 {
    font-size: 18px;
}

.archives-sidebar h3 {
    font-size: 18px;
}

a.names_ref, a.subjects_ref, a.series_ref {
    color: #a3a3a3;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.nolink:hover {
    color: #333 !important; 
    text-decoration: none !important;
}

a.names_ref:hover, a.subjects_ref:hover, a.series_ref:hover {
    color: #006BB3;
    text-decoration: underline;
}



#company-toggle {
     /* position: relative; */
    display: block;
    /* float: right; */
    padding: 0;
    width: 40px;
    height: 30px;
   
    /* border-radius: 3px; */
    background: #006BB3;
    /* line-height: 30px; */
}

    #company-toggle span:before {
        top: 4px;
    }

    #company-toggle span:after {
        top: 8px;
    }

    #company-toggle span {
        position: absolute;
        top: 10px;
        left: 10px;
        display: block;
        width: 20px;
        height: 2px;
        background: #ffffff;
    }

        #company-toggle span:before, #company-toggle span:after {
            position: absolute;
            left: 0;
            display: block;
            width: 100%;
            height: 2px;
            background: #ffffff;
            content: '';
        }

.modal_clone, .modal_clone_books {
    display: none;
    left: 2% !important;
    position: relative;
}

.selection-modal {
    width: 100% !important;
    background: #eee;
    overflow: visible !important;
}


a.close-reveal-modal {
    font-size: 4em;
    line-height: 1;
    position: absolute;
    top: -0.2em;
    right: 1em;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer;
}

.modal_clone > h2 {
    width: 85%;
    font-size: 23px;
}

.columns {
    padding: 0px !important;
}

.tags-box.diyou_clone {
    border: 1px solid #eee;
    padding: 1em !important;
}

.info-menu {
    position: absolute;
    z-index: 9999;
    top: 33px;
    right: -5px;
    width: 250px;
    border: 1px solid #eee;
    background: #921C19;
}

.over-menu {
    position: absolute;
    z-index: 9999;
    top: 33px;
    min-width: 215px;
    right: 13%;
    border: 1px solid #eee;
    background: #921C19;
    padding: 0.4em;
}

h3.inside-info-menu {
    font-size: 13px;
    color: #fff;
    text-align: right;
    padding-right: 10px;
}

.select {
    background: #921C19 !important;
}

.widgets.the-found-in {
    display: none;
}



.separ {
      position: absolute;
    height: 82%;
    width: 1px;
    left: 9.6em;
    background: #ddd;
}

span.noOfHits {
    display: inline !important;
    bottom: 0px !important;
}



.nolink {
    cursor: default !important;
}

div#UpdatePanel1 p {
    display: inline-block;
    width: 30%;
}

div#UpdatePanel1 input {
    display: inline-block;
    width: 69%;
}

a#bLogin {
    float: right;
}

.fixbottom {
    bottom: 1.2em !important;
}

ul.hyper-ul li a {
    color: black;
}




a.button.btn-icon.round.big.loginlink {
    font-size: 21px;
    width: 50px;
    height: 50px;
}

textarea.review-text {
    background: #fff;
}

#loginModal label {
    padding: 1em 0.2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 0.4em;
    margin-top: 0.4em;
    color: #606060;
    font-size: 1.3em;
}

.info-menu, .over-menu {
    display: none;
}


div#BodyPlaceHolder_main_div {
    margin-bottom: 5em !important;
}

a.custom-close-reveal-modal {
    font-size: 3em;
    line-height: 1;
    position: absolute;
    top: 0.5em;
    right: 0.6875em;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer;
}

a.close-reveal-modal-login {
    font-size: 3em;
    line-height: 1;
    position: absolute;
    top: 0.5em;
    right: 0.6875em;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer;
}


.nine.mobile-three {
    width: 90%;
}

.three.mobile-one {
    width: 10%;
}


.checkout-add li {
    line-height: 1.2em;
}

.newvalue {
}



a.clear_input {
    font-size: 18px;
}


.comment-section {
    max-height: 190px;
    overflow-y: scroll;
}

input#tbUsername {
    font-size: 1.3em;
}

input#tbPassword {
    font-size: 1.3em;
}

input#BodyPlaceHolder_tbTitle {
    padding-right: 2.5em;
    width: 90%;
    display: inline-block;
}

#header .header-nav-bar .primary-nav:hover > li:hover > a,
#header .header-nav-bar .primary-nav:hover > li.active:hover > a {
    border-bottom-color: #006BB3;
}

#header .header-nav-bar .primary-nav > li:hover {
    color: #006BB3;
}



.close-icon2:hover {
    background-color: transparent !important;
}

.close-icon2 {
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-block;
    color: black;
    height: 5px;
    width: 15px;
    cursor: pointer;
    font-size: 20px;
    position: relative;
    right: 38px;
    top: 2px;
}


#BodyPlaceHolder_tbTitle::-ms-clear {
    display: none;
}

.modal_clone_books .project_post_right.effects > .img {
    width: 45%;
    float: right;
    padding-LEFT: 1.5em;
    margin-top: 3.5em;
}

a#mobile_menu_toggle {
    display: none;
}


.custom_buts {
    width: 35px !important;
    height: 35px !important;
    line-height: 23px !important;
    display: inline-block !important;
    background-color: #006BB3 ;
      margin: 0px !important;
}

.post.col1-alternative .large-10.columns {
  padding-left: 0.7em !important;
}

.successdummyReserve {
    font-size: 15px;
}

.section .content h3 {
    font-size: 15px !important;
    font-weight: bold;
}

section.section.section_reserve.active .tags-box {
    font-size: 15px;
}

aside .widgets ul li a {
    font-size: 15px;
    color: black !important;
}

span.refine_span {
    color: black !important;
    font-weight: bold;
}

.col1-alternative > .row > .columns > ul > li {
       font-size: 15px;
        color: black;
}

.project_post_left > .row > .columns > ul > li {
       font-size: 15px;
        color: black;
}


section.section.section_qr2.active > div > span {
    font-weight: bold;
    font-size: 15px;
}

.thebooks span {
    font-size: 15px;
}

span.thebookscap {
    font-size: 15px;
    font-weight: bold;
}

.sf-t2 .sf-nav li {

    background:#006BB3 !important;
}



.sf-t2 .sf-nav li.sf-active
{
    background:#921C19 !important;
}


.sf-t2 .sf-nav-top .sf-nav-step.sf-active:after
{
    border-color: transparent #921C19 #921C19 transparent  !important;
}

.sf-t2.sf-wizard .sf-btn.sf-btn-next, .sf-t2.sf-wizard.sf-rtl .sf-btn.sf-btn-prev {
     background: url("../img/t1-arr-right.png") no-repeat right 15px #006BB3; 
}


.sf-t2.sf-wizard.sf-nomob .sf-btn:hover, .sf-t2.sf-wizard.sf-mob .sf-btn:active, .sf-t2 .nocsript-sf-btn:hover {
    background:#921C19 !important;
}