﻿@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700);

.clearfix {
    clear: both;
}

@font-face {
    font-family: 'Conv_TTDINRG';
    src: url('fonts/TTDINRG.eot');
    src: local('☺'), url('fonts/TTDINRG.woff') format('woff'), url('fonts/TTDINRG.ttf') format('truetype'), url('fonts/TTDINRG.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fontsforweb_fontid_1575 {
    font-family: 'font' !important;
}

.mban {
    margin: auto;
    width: 1347px;
}

.row1 {
    width: 100%;
    display: block;
    margin: auto;
}

.clsmargin {
    margin-left: 130px;
}

.clsmarginleft {
    margin-left: 136px;
}

p {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 13px;
    line-height: 18px;
}

.navbar-brand {
    float: none;
    padding: 0;
}

.left1 {
    width: 48%;
    float: left;
}

.right1 {
    width: 50%;
    float: right;
}

.nav > li > a:hover, .nav > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: transparent;
}

.panel-title {
    font-size: 20px;
    font-weight: 300;
}

    .panel-title > a {
        color: #ff6f6f;
        font-size: 16px;
    }

        .panel-title > a.collapsed {
            color: inherit;
        }

.panel {
    box-shadow: none;
}

.panel-group .panel {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background-color: transparent;
}

.panel-default > .panel-heading {
    background-color: transparent;
    color: inherit;
    position: relative;
    border: none;
    border-radius: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}

.panel-heading {
    padding: 16px 0px 14px 16px;
}

    .panel-heading[class*="rt-icon-"]:before {
        position: absolute;
        font-size: 20px;
        color: #ff6f6f;
        left: 20px;
    }

.accordion-toggle:after {
    font-family: "fontello";
    display: block;
    content: '\e82a';
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 14px;
    width: 17px;
    height: 17px;
    color: #ff6f6f;
    -webkit-transition: background-color 0.2s linear 0s;
    -moz-transition: background-color 0.2s linear 0s;
    -o-transition: background-color 0.2s linear 0s;
    -ms-transition: background-color 0.2s linear 0s;
    transition: background-color 0.2s linear 0s;
}

.accordion-toggle.collapsed:after {
    content: '\e82c';
    color: inherit;
}

.panel-default {
    border-color: transparent;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 16px;
    border-right: none;
    border-left: none;
    border-bottom: none;
    border-top: none;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}

.pagination {
    margin: 88px 0 -20px;
}

    .pagination > li > a {
        font-size: 0.8em;
        font-weight: 700;
        padding: 15px 21px;
        color: #fff;
        border: 4px solid #fff;
        margin-bottom: 10px;
        margin-right: 9px;
        display: inline-block;
        background-color: transparent;
        border-radius: 0px !important;
    }

        .pagination > li.active > a, .pagination > li > a:hover, .pagination > li.active > a:hover {
            background-color: transparent;
            opacity: 0.9;
            color: #ff6f6f;
            border-color: #ff6f6f;
        }

    .pagination > li.active > a {
        color: #ff6f6f;
    }

.carousel-indicators {
    display: none;
}

.carousel-control {
    width: 30px;
    text-shadow: none;
    opacity: 1;
}

    .carousel-control:hover {
        width: 30px;
        text-shadow: none;
        opacity: 0.5;
    }

    .carousel-control.right, .carousel-control.left {
        background-image: none;
        width: 30px;
    }

    .carousel-control > span {
        width: 39px !important;
        height: 39px !important;
    }

    .carousel-control .icon-next {
        margin-left: -32px;
    }

    .carousel-control .icon-prev {
        margin-left: -7px;
    }

        .carousel-control .icon-prev:before, .carousel-control .icon-next:before {
            content: "\e833";
            font-family: 'fontello';
            text-shadow: none;
            position: absolute;
            top: 10px;
            left: 11px;
            color: #fff;
        }

    .carousel-control > span.icon-next:before {
        content: "\e834";
        left: 13px;
    }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: auto;
}

.progress {
    height: 50px;
    box-shadow: none;
    background-color: #343434;
    border-radius: 0;
    margin-bottom: 10px;
    border: 4px solid #fff;
    position: relative;
}

    .progress span {
        display: inline-block;
        padding: 10px 19px;
        position: absolute;
        clip: auto;
        z-index: 2;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: left;
        color: #fff;
    }

.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 0;
    position: relative;
    visibility: hidden;
}

.stretchRight {
    visibility: visible;
}

.sr-only {
    position: static;
    width: auto;
    height: auto;
}

.progress-bar-info {
    background-color: #a8d164;
}

.progress-bar-success {
    background-color: #ff6f6f;
}

.progress-bar-warning {
    background-color: #fbcf61;
}

.progress-bar-danger {
    background-color: #ff6f6f;
}

.thumbnail {
    padding: 0;
    border: none;
}

    .thumbnail .caption {
        text-align: center;
    }

.tab-content {
    padding-top: 40px;
    border-bottom: 0;
    background: -moz-linear-gradient(top, #f1f1f2, #fff 45px);
    background: -webkit-gradient(linear, 0 0, 0 45, from(#f1f1f2), to(#fff));
    border-top: solid 1px #CCC;
}

.nav-tabs {
    border-bottom-color: transparent;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: -1px;
}

    .nav-tabs > li > a {
        padding: 13px 20px;
        color: #333;
        margin-right: 0;
        margin-top: 20px;
        border-radius: 0;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #0066b3;
        background: #f1f1f2;
        border-color: #ccc;
        border-bottom-color: transparent;
        text-decoration: none;
        cursor: default;
    }

    .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
        background-color: #fff;
    }

.alert {
    border: none;
    border-radius: 0;
    padding: 30px 30px 30px 30px;
}

.alert-dismissable .close {
    top: 0;
}

.btn {
    display: inline-block;
    padding: 6px 34px 6px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    background-image: none;
    text-shadow: none;
    border-radius: 0;
    line-height: 24px;
    border: none;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

    .btn:hover {
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        -ms-transition: all 0.15s linear;
        transition: all 0.15s linear;
    }

.btn-default {
    border: 1px solid #ccc;
}

.img-rounded {
    border-radius: 100%;
}

blockquote h3 {
    margin-top: 0;
    font-style: normal;
}

#features {
    padding: 20px 0 57px;
}

#skills {
    padding: 88px 0 80px;
}

#testimonials > div {
    padding-top: 106px;
    padding-bottom: 90px;
}

#process {
    padding: 89px 0 0;
}

#services .tp1 {
    padding-top: 190px;
}

#services {
    padding: 15px 0 15px;
}

.about a {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
}

    .about a:hover {
        float: right;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }

#prices {
    padding: 89px 0 89px;
}

#partners {
    padding: 89px 0 39px;
}

#team {
    padding: 91px 0 102px;
}

#tweets {
    padding: 90px 0 92px;
}

#progress > div {
    padding-top: 100px;
    padding-bottom: 68px;
}

#belowcontent {
    padding: 89px 0 60px;
}

#info > div {
    padding-top: 82px;
    padding-bottom: 88px;
}

#middle > div {
    padding-top: 89px;
    padding-bottom: 89px;
}

#middle .row + .row {
    margin-top: 40px;
}

#footer > div {
    padding-top: 96px;
    padding-bottom: 94px;
}

#map {
    height: 400px;
}

#contact {
    padding: 20px 0 20px;
}

#copyright {
    padding: 14px 0 14px;
}

#abovecontent {
    padding: 30px 0;
}

#mainslider .container {
    padding-top: 201px;
    padding-bottom: 139px;
}

.row + .row {
    margin-top: 20px;
}

.clear {
    clear: both;
}

.top2 {
    padding-top: 150px;
}

@media screen and (max-width:480px) {
    .mban {
        margin: auto;
        width: 100% !important;
    }

    .installations_box ul li {
        width: 100% !important;
        height: 150px;
        padding: 0px 10px;
        float: left;
        list-style: none;
        margin: 30px 0px;
    }

    .career_bg {
        background-image: none !important;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 auto;
        height: 500px !important;
        margin-top: 50px !important;
    }
    .career_bg1 {
    /*background-image: url(../images/home_page_bg/career_bg.png);*/
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    height: 465px;
}

.color_career {
    background-color: rgba(247, 149, 72, 0.8);
 
}
.color_career1 {
    /*background-color: rgba(247, 149, 72, 0.8);*/
}
    .light_section {
        background-image: none !important;
        background-repeat: no-repeat;
        background-position: center;
    }

    .right1 {
        width: 100%;
        display: block;
    }

    .left1 {
        width: 100% !important;
        display: block;
    }

    .clsmargin {
        margin-left: -27px !important;
    }

    .clsmarginleft {
        margin-left: -27px !important;
    }

    .product_area {
        width: 100%;
        height: auto;
        float: left;
        margin-top: 20px;
        min-height: 0px !important;
    }

    .features_area {
        width: 100% !important;
        height: auto !important;
        float: right;
    }

    .feature {
        width: 100%;
        height: auto !important;
        overflow-y: scroll;
        margin-bottom: 20px;
        overflow: auto;
    }

    .product_area .image_area {
        width: 100% !important;
        height: auto !important;
        float: left;
        text-align: center;
    }

    .thumb-image {
        width: 100% !important;
        margin: auto;
    }

    .page_hedding {
        width: 100% !important;
        display: block;
        margin: auto;
    }

    .inner_sub_box ul {
        width: 100%;
        height: auto;
        float: left;
        margin: 0 !important;
        padding: 0 !important;
    }

        .inner_sub_box ul li {
            width: 100% !important;
            height: 373px;
            padding: 17px 0px 0px 0px;
            float: left;
            list-style: none;
            background-color: rgba(255, 255, 255, 1);
            margin: 5px 30px 41px 10px;
            border-top-right-radius: 1.5em;
            border: solid thin #dddddd;
        }

            .inner_sub_box ul li .img_icon {
                width: 83% !important;
                height: 270px;
                margin: auto;
                text-align: center;
            }

    .inner_cat_box ul li .img_icon {
        width: 87% !important;
        height: 280px;
        margin: auto;
        text-align: center;
        margin-bottom: -10px !important;
    }

    .inner_cat_box ul {
        width: 100%;
        height: auto;
        float: left;
        margin: 0 !important;
        padding: 0 !important;
    }

    .installations_box ul {
        width: 100%;
        height: auto;
        float: left;
        margin: 0 !important;
        padding: 0 !important;
    }

    #header #tfnewsearch {
        float: right;
        margin-right: 30px;
        z-index: 999999999;
        display: none !important;
    }

    .responisve-container {
        height: 420px;
        margin-top: 145px !important;
    }

    .logo_75_fix {
        display: none !important;
    }

    .portfolio_box ul {
        width: 100% !important;
        height: auto;
        padding: 0;
        margin: auto !important;
    }

        .portfolio_box ul li {
            width: 100% !important;
            height: 264px;
            padding: 0px 0px;
            float: left;
            list-style: none;
            background-color: rgba(255, 255, 255, 0.8);
            margin: 5px 30px 41px 30px;
            border-top-right-radius: 1.5em;
        }

            .portfolio_box ul li .img_icon {
                width: 100% !important;
                height: 250px !important;
                margin: auto;
                text-align: center;
                margin-bottom: 15px !important;
            }

                .portfolio_box ul li .img_icon img {
                    width: 100% !important;
                    height: 170px !important;
                }

    .hover span {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-weight: normal;
        width: 100% !important;
        height: auto;
        background-color: #0066b3;
        float: left;
        padding: 10px;
        margin-left: -1px;
    }

    #header #tfnewsearch {
        float: right;
        margin-right: 14px !important;
        z-index: 999999999;
    }

    .photos div {
        float: left;
        display: block;
        position: relative;
        margin: 11px !important;
        height: 100px;
        width: 100px;
    }

    .portfolio_box ul li {
        width: 100% !important;
        height: 310px !important;
        padding: 0px 0px;
        float: left;
        list-style: none;
        background-color: rgba(255, 255, 255, 0.8);
        margin: 0px 0px 0px 0px !important;
        border-top-right-radius: 1.5em;
    }

    .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .grey_section {
        background-color: #fff;
        margin-top: 80px !important;
    }

    .features_area {
        width: 100% !important;
        height: 800px;
        float: right;
    }

    .divminheight {
        min-height: 500px;
        margin-top: 55px !important;
    }

    .area_1 {
        width: 100% !important;
        height: 275px;
        float: left;
        margin: 0px 20px 20px 0px;
        box-shadow: 2px 2px 12px #666666;
        padding: 5px;
        min-height: 190px;
        margin: auto;
        text-align: center;
    }

    #cssmenu_1 {
        width: 100% !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    /*.color_career {
        background-color: rgba(247, 149, 72, 0.8);
  height: 409px;   margin-top: 78px !important;
    }*/

    .realperson-challenge {
        display: block;
        color: #000;
        width: 99% !important;
        margin-top: 15px;
        float: right;
        margin-bottom: 5px;
    }

    #contact {
        padding: 20px 0 20px;
        margin-top: 60px !important;
    }

    .content {
        margin-top: 52px !important;
    }

    .top2 {
        padding-top: 0px !important;
    }

    .tp1 {
        padding-top: 0px !important;
    }

    .portfolio_bg {
        background-image: none !important;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 auto;
        min-height: 1217px;
        background-size: 109%;
    }

    .slider {
        position: relative;
        width: 100%;
        margin: 0 auto;
        margin-top: 19% !important;
    }

    .link_box ul li {
        width: 338px !important;
        height: 100px;
        padding: 0px 10px;
        float: left;
        list-style: none;
    }

    .search_bg {
        background-image: none !important;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 auto;
        height: auto;
    }

    .color_search_1 {
        width: 100%;
        height: auto !important;
        background-color: #f2f2f2;
    }

    .event_bg {
        background-image: url(../images/home_page_bg/event_bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 auto;
        height: auto !important;
    }

    .event_area {
        width: 100%;
        height: auto;
        float: left;
        text-align: center;
        margin: 0px 0px !important;
    }

    #mainslider .container, #mainslider .row {
        display: block;
    }

    [class*="col-"] + [class*="col-"] {
        margin-top: 50px;
    }

    .container {
        max-width: 98% !important;
    }

    #header {
        text-align: center;
    }

        #header select {
            margin: 0 auto;
        }

        #header [class*="col-"] + [class*="col-"] {
            margin-top: 10px;
            margin-bottom: 10px;
        }

    #partners [class*="col-"] + [class*="col-"] {
        margin-top: 30px;
    }

    #portfolioContainer [class*="col-"] + [class*="col-"] {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #mainslider .container {
        padding-top: 150px;
        padding-bottom: 80px;
    }

    #mainslider [class*="col-"] + [class*="col-"] {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #mainslider img {
        max-width: 100%;
        max-height: 350px;
        padding: 20px 0 0;
    }

    #mainslider .responisve-container img {
        max-height: 100%;
        padding: 0;
    }

    #mainslider img.negative-margin-60 {
        margin-top: -20px !important;
    }

    #header-sticky-wrapper + #middle > div {
        padding-top: 110px;
    }
}

@media screen and (max-width:767px) {
    .item {
        float: left !important;
        margin-left: 18px !important;
    }

    .product_box {
        display: none !important;
    }

    .mban {
        margin: auto;
        width: 100% !important;
    }

    .inner_cat_box ul li {
        width: 100% !important;
        height: 330px;
        padding: 5px 0px 0px 0px;
        float: left;
        list-style: none;
        background-color: rgba(255, 255, 255, 1);
        margin: 5px 8px 41px 8px !important;
        border-top-right-radius: 1.5em;
        border: solid thin #dddddd;
    }

    .logo_75_fix {
        display: none !important;
    }

    .event_area {
        width: 100% !important;
        height: auto;
        text-align: center;
        margin: 0px 70px;
        margin: auto !important;
    }

    .portfolio_box ul {
        width: 100% !important;
        height: auto;
        padding: 0;
        margin: auto !important;
    }

        .portfolio_box ul li {
            width: 100% !important;
            height: 264px;
            padding: 0px 0px;
            float: left;
            list-style: none;
            background-color: rgba(255, 255, 255, 0.8);
            margin: 5px 30px 41px 30px;
            border-top-right-radius: 1.5em;
        }

            .portfolio_box ul li .img_icon {
                width: 60% !important;
                height: 220px !important;
                margin: auto;
                text-align: center;
                margin-bottom: 30px !important;
                margin-top: 20px !important;
            }

    .hover span {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-weight: normal;
        width: 100% !important;
        height: auto;
        background-color: #0066b3;
        float: left;
        padding: 10px;
        margin-left: -1px;
    }

    #header #tfnewsearch {
        float: right;
        margin-right: 14px !important;
        z-index: 999999999;
    }

    .photos div {
        float: left;
        display: block;
        position: relative;
        margin: 11px !important;
        height: 100px;
        width: 100px;
        margin-bottom: 40px !important;
    }

    .portfolio_box ul li {
        width: 100% !important;
        height: 310px !important;
        padding: 0px 0px;
        float: left;
        list-style: none;
        background-color: rgba(255, 255, 255, 0.8);
        margin: 0px 0px 25px 0px !important;
        border-top-right-radius: 1.5em;
    }

    .hedding {
        width: 100% !important;
        height: 60px;
        background-color: #e9e8ed;
        float: left;
        margin-top: -60px;
        margin-left: 0px !important;
        border-top: solid 2px #005ca9;
        text-align: CENTER !important;
        margin: auto;
    }

    .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .row1 {
        width: 80% !important;
        margin-right: 10% !important;
        margin-left: 10% !important;
    }

    .our_product {
        font-family: 'Roboto', sans-serif;
        font-size: 42px;
        color: #333 !important;
        text-align: center;
        text-transform: uppercase;
        font-weight: normal;
    }

    .grey_section {
        background-color: #fff;
        margin-top: 0px !important;
    }

    .features_area {
        width: 100% !important;
        height: 400px;
        float: right;
    }

    .divminheight {
        min-height: 500px;
        margin-top: 55px !important;
    }

    .area_1 {
        width: 100% !important;
        height: 275px;
        float: left;
        margin: 0px 20px 20px 0px;
        box-shadow: 2px 2px 12px #666666;
        padding: 5px;
        min-height: 190px;
        margin: auto;
        text-align: center;
    }

    #cssmenu_1 {
        width: 100% !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .color_career {
        background-color: rgba(247, 149, 72, 0.8);
     height: 403px; margin-top: 0px !important;
    }

    .realperson-challenge {
        display: block;
        color: #000;
        width: 99% !important;
        margin-top: 15px;
        float: right;
        margin-bottom: 5px;
    }

    #contact {
        padding: 20px 0 20px;
        margin-top: 50px !important;
    }

    .content {
        margin-top: 52px !important;
    }

    .top2 {
        padding-top: 0px !important;
    }

    .tp1 {
        padding-top: 0px !important;
    }

    .portfolio_bg {
        background-image: none !important;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 auto;
        min-height: 1217px;
        background-size: 109%;
    }

    .slider {
        position: relative;
        width: 100%;
        margin: 0 auto;
        margin-top: 19% !important;
    }

    .link_box ul li {
        width: 50% !important;
        height: 100px;
        padding: 0px 10px;
        float: left;
        list-style: none;
    }

    .search_bg {
        background-image: none !important;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 auto;
        height: auto;
    }

    .color_search_1 {
        width: 100%;
        height: auto !important;
        background-color: #f2f2f2;
    }

    .event_bg {
        background-image: url(../images/home_page_bg/event_bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 auto;
        height: auto !important;
    }

    .event_area {
        width: 100% !important;
        height: auto;
        float: left;
        text-align: center;
        margin: 0px 0px !important;
    }

        .event_area a {
            width: 100% !important;
            height: auto;
            float: left;
            text-align: center;
        }

    #mainslider .container, #mainslider .row {
        display: block;
    }

    [class*="col-"] + [class*="col-"] {
        margin-top: 50px;
    }

    .container {
        max-width: 98%;
        margin: auto;
    }

    .color_section {
        background-color: #fff;
        color: #343434;
        margin-top: 20px !important;
    }

    #header {
        text-align: center;
    }

        #header select {
            margin: 0 auto;
        }

        #header [class*="col-"] + [class*="col-"] {
            margin-top: 10px;
            margin-bottom: 10px;
        }

    #partners [class*="col-"] + [class*="col-"] {
        margin-top: 30px;
    }

    #portfolioContainer [class*="col-"] + [class*="col-"] {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #mainslider .container {
        padding-top: 150px;
        padding-bottom: 80px;
    }

    #mainslider [class*="col-"] + [class*="col-"] {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #mainslider img {
        max-width: 100%;
        max-height: 350px;
        padding: 20px 0 0;
    }

    #mainslider .responisve-container img {
        max-height: 100%;
        padding: 0;
    }

    #mainslider img.negative-margin-60 {
        margin-top: -20px !important;
    }

    #header-sticky-wrapper + #middle > div {
        padding-top: 110px;
    }
}

.parallax {
    background-attachment: fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-position: 50% 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    overflow: hidden;
}

html, body {
    position: relative;
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #343434;
    text-transform: uppercase;
    font-size: 30px;
}

h3,
h4,
h5,
h6 {
    font-weight: 700;
}

p {
    margin-bottom: 5px;
}

.item-page p {
    margin-bottom: 25px;
}

blockquote, .blockquote {
    position: relative;
    border: none;
    border-left: 10px solid #ff6f6f;
    margin: 20px 0;
    padding: 18px 10px 18px 26px;
    font-size: 20px;
    line-height: 1.4;
    font-style: italic;
}

sup, .sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    top: -3px;
}

sub, .sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    bottom: -3px;
}

.upper {
    margin-top: -45px !important;
    z-index: -1;
    position: absolute;
}

img {
    max-width: 100%;
}

a {
    color: #242424;
    text-decoration: none;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

    a:hover {
        color: #0066b3;
        text-decoration: none;
        -webkit-transition: all 0.15s linear 0s;
        -moz-transition: all 0.15s linear 0s;
        -o-transition: all 0.15s linear 0s;
        -ms-transition: all 0.15s linear 0s;
        transition: all 0.15s linear 0s;
    }

    a:focus {
        color: #ff6f6f;
        outline: medium none;
        text-decoration: none;
    }

iframe {
    border: none;
    max-width: 100%;
}

.theme_btn {
    font-weight: 700;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 45px;
    color: #ff6f6f;
    border: 4px solid #ff6f6f;
    border-radius: 0px;
    line-height: 1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    .theme_btn:active, .theme_btn:hover, .theme_btn:focus {
        background-color: #fff;
        color: #343434;
        border-color: #343434;
        opacity: 1;
        text-decoration: none;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .theme_btn:active {
    }

    .theme_btn.inverse {
        background-color: transparent;
        border: 4px solid #343434;
        color: #343434;
    }

        .theme_btn.inverse:hover {
            border-color: #0066b3;
            color: #0066b3;
        }

    .theme_btn + .theme_btn {
        margin-left: 4px;
    }

    .theme_btn.color1:hover {
        background-color: #ff6f6f !important;
        border-color: #ff6f6f !important;
    }

    .theme_btn.color2 {
        border-color: #fbcf61 !important;
        color: #fbcf61 !important;
    }

        .theme_btn.color2:hover {
            background-color: #fbcf61 !important;
            color: #343434 !important;
        }

    .theme_btn.color3 {
        border-color: #a8d164 !important;
        color: #a8d164 !important;
    }

        .theme_btn.color3:hover {
            background-color: #a8d164 !important;
            color: #343434 !important;
        }

    .theme_btn.color1.inverse {
        background-color: #ff6f6f !important;
        border-color: #ff6f6f !important;
        color: #343434 !important;
    }

        .theme_btn.color1.inverse:hover {
            background-color: transparent !important;
            border-color: #ff6f6f !important;
            color: #ff6f6f !important;
        }

    .theme_btn.color2.inverse {
        background-color: #fbcf61 !important;
        color: #343434 !important;
    }

        .theme_btn.color2.inverse:hover {
            background-color: transparent !important;
            color: #fbcf61 !important;
        }

    .theme_btn.color3.inverse {
        background-color: #a8d164 !important;
        color: #343434 !important;
    }

        .theme_btn.color3.inverse:hover {
            background-color: transparent !important;
            border-color: #a8d164 !important;
            color: #a8d164 !important;
        }

.not_found {
    color: #343434;
    font-weight: 700;
    font-size: 250px;
    line-height: 1;
    margin: 20px 0 -39px;
    font-family: Arial, sans-serif;
}

    .not_found + h1 {
        color: #fff !important;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

        .not_found + h1 + h5 {
            font-weight: 400;
            font-size: 20px;
        }

.highlight, #response {
    color: #ff6f6f;
}

#response {
    margin: 10px 0;
}

.grey {
    color: #343434;
}

.big {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.3em;
}

.vertical-margin-20 {
    margin: 20px 0 !important;
}

.vertical-margin-40 {
    margin: 40px 0 !important;
}

.vertical-margin-60 {
    margin: 60px 0 !important;
}

.negative-margin-60 {
    margin-top: -60px !important;
}

.block-header {
    margin-bottom: 22px;
    margin-top: 0px;
    font-size: 60px;
    text-transform: uppercase;
}

@media (max-width:767px) {
    .block-header {
        font-size: 40px;
    }
}

.block-header + p {
    font-size: 20px;
    position: relative;
    line-height: 30px;
    margin-bottom: 60px;
}

.text-center .block-header + p:after {
    display: block;
    position: absolute;
    content: '';
    width: 170px;
    height: 1px;
    background-color: rgba(100,100,100,0.4);
    bottom: -32px;
    left: 50%;
    margin-left: -85px;
}

.light_section {
    background-image: url(../images/Contact_us_bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.block-header + p:after {
    display: block;
    position: absolute;
    content: '';
    width: 170px;
    height: 1px;
    background-color: rgba(100,100,100,0.2);
    bottom: -28px;
    left: 0;
}

.color_section .block-header + :after {
    background-color: #fff;
}

.block > h3 {
    margin-top: 0;
    margin-bottom: 18px;
}

.page-title {
    margin: 0 0 32px 0;
}

.entry-title {
    margin: 0 0 8px;
}

.blog .entry-thumbnail {
    margin: 32px 0 34px;
}

.dropcap {
    display: block;
    float: left;
    font-size: 48px;
    line-height: 1;
    padding: 0 10px 0 0;
    text-align: center;
}

ul.list1 {
    list-style: none;
    padding-left: 20px;
}

    ul.list1 li {
        position: relative;
        padding: 8px 0 8px;
    }

        ul.list1 li + li {
            border-top: 1px solid rgba(100,100,100,0.2);
        }

        ul.list1 li:before {
            font-family: 'fontello';
            content: '\e82c';
            display: block;
            position: absolute;
            color: #fcfcfc;
            left: -17px;
        }

ul.list2 {
    list-style: none;
    padding-left: 20px;
}

    ul.list2 li {
        position: relative;
        padding: 8px 0 8px;
    }

        ul.list2 li + li {
            border-top: 1px solid rgba(100,100,100,0.2);
        }

        ul.list2 li:before {
            content: '\2022';
            font-size: 30px;
            display: block;
            position: absolute;
            color: #fcfcfc;
            left: -20px;
        }

ol.list3 {
    counter-reset: li;
    list-style: none outside none;
    margin-bottom: 4em;
    padding: 0;
}

    ol.list3 li {
        position: relative;
        padding: 8px 0 8px 30px;
    }

        ol.list3 li:after {
            content: counter(li, decimal-leading-zero);
            counter-increment: li;
            position: absolute;
            left: 0px;
            font-weight: 700;
            color: #fcfcfc;
        }

        ol.list3 li + li {
            border-top: 1px solid rgba(100,100,100,0.2);
        }

#header {
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
    padding: 0;
    background-color: #fbfbfb;
    width: 100%;
    z-index: 99999;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

    #header #tfnewsearch {
        float: right;
        margin-right: 30px;
        z-index: 999999999;
    }

.tftextinput4 {
    margin: 0;
    padding: 2px 15px;
    font-size: 14px;
    color: #666;
    border: 1px solid #005ca9;
    border-right: 0px;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    margin-top: 4px;
}

.tfbutton4 {
    margin: 4px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border: solid 1px #0076a3;
    border-right: 0px;
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    background: #005ca9 url('../images/tf-search-icon.png') no-repeat;
    float: right;
}

    .tfbutton4::-moz-focus-inner {
        border: 0;
    }

.tfclear {
    clear: both;
}

.is-sticky #header {
    top: 0;
}

#header-sticky-wrapper {
    height: 100px !important;
    background-color: transparent;
}

#header .row {
    position: relative;
}

#header .navbar-brand {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0px;
    font-size: 40px;
}

.is-sticky #header .navbar-brand {
    padding: 15px 15px 12px;
    max-width: 150px;
}

.is-sticky #header #tfnewsearch {
    display: none;
}

#header .navbar-brand img {
    display: inline-block;
}

@media screen and (max-width:991px) {
    #header .navbar-brand {
        display: none;
    }
}

@media screen and (max-width:767px) {
    #header .navbar-brand {
        display: block;
        max-width: 120px;
        padding: 12px 15px 12px;
        margin-top: -12px;
    }

    .is-sticky #header .navbar-brand {
        padding: 12px 15px 12px;
    }

    #header .navbar-brand {
    }
}

.mainmenu_wrap:before, .mainmenu_wrap:after {
    display: table;
    content: "";
    clear: both;
}

#map img {
    max-width: inherit;
}

aside .block + .block {
    margin-top: 34px;
}

.subscribe .form-control {
    max-width: 150px;
}

    .subscribe .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.contact-phone {
    font-size: 40px;
    font-family: 'Arial', sans-serif;
    margin-bottom: 40px;
}

.contact-email span {
    font-size: 76px;
    border: 4px solid #fff;
    font-weight: 700;
    color: #343434;
    padding: 11px 70px;
}

.contact-address {
    color: #343434;
    font-size: 30px;
    margin-top: 50px;
    line-height: 1;
    font-family: Arial, sans-serif;
    font-weight: 300;
}

.contact-email span a {
    color: #343434;
}

    .contact-email span a:hover {
        color: #fff;
        cursor: pointer;
    }

#map_wrap {
    position: relative;
}

    #map_wrap .widget_contact {
        position: absolute;
        z-index: 2;
        background-color: #ffffff;
        top: 40px;
        padding: 20px 20px;
    }

@media (max-width:991px) {
    .contact-email span {
        font-size: 40px;
        padding: 11px 40px;
    }

    #map_wrap .widget_contact {
        position: static;
        margin: 40px 0;
    }
}

@media (max-width:767px) {
    .contact-phone {
        font-size: 30px;
    }

    .contact-email span {
        font-size: 20px;
        padding: 11px 10px;
    }

    .contact-address {
        font-size: 20px;
    }

    .subscribe .form-control {
        width: 100%;
    }

    #footer .block > h3, #footer .widget_text, #footer .subscribe {
        text-align: center;
    }
}

#footer .social-icons {
    margin: 53px 0 50px;
}

.title_section h2 {
    font-size: 65px;
    line-height: 1em;
}

.title_section h3 {
    line-height: 1.4em;
}

.color_section {
    background-color: #fff;
    color: #343434;
}

.grey_section {
    background-color: #fff;
}

.black_section {
    background-color: #333;
}

.h2_color {
    color: #FFF;
}

.dark_section {
    background-color:Navy; 
}
/* #E6E6FA*/

.dark_section1 {
    background-color:Navy;
}

.orange_section {
    background-color: #E6E6FA; /*f58220*/
}

.bg-color0, .bg-color1, .bg-color2, .bg-color3, .bg-color1 > div, .bg-color2 > div, .bg-color3 > div, .bg-color1:after, .bg-color2:after, .bg-color3:after {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
}

    .bg-color2:after {
        border-top-color: #ff6f6f;
    }

    .bg-color3:after {
    }

.bg-color0 {
    background-color: #ffffff;
}

.bg-color1 {
    background-image: url(../images/banner_background.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.bg-color2 {
    background-image: url(../images/bgslide2.png);
    background-repeat: no-repeat;
    background-position: center;
}

.bg-color3 {
    background-image: url(../images/banner3.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.bg-color4 {
    background-image: url(../images/banner3.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.border-color1 {
    border-color: #fbcf61 !important;
}

.border-color2 {
    border-color: #ff6f6f !important;
}

.border-color3 {
    border-color: #a8d164 !important;
}

.dark_section h1, .color_section h1, .grey_section h1,
.dark_section h2, .color_section h2, .grey_section h2,
.dark_section h3, .color_section h3, .grey_section h3,
.dark_section h4, .color_section h4, .grey_section h4,
.dark_section h5, .color_section h5, .grey_section h5,
.dark_section h6, .color_section h6, .grey_section h6 {
    color: #fff;
}

.dark_section#portfolio h4, .dark_section#portfolio p {
    color: #2D2D2D;
}

.dark_section a, .color_section a, .grey_section a {
    color: #fff;
}

    .dark_section a:hover, .color_section a:hover, .grey_section a:hover {
        color: #ff6f6f;
    }

.dark_section .block > h3 {
    color: #fff;
    font-size: 26px;
}

.dark_section .form-control {
    border-color: transparent;
}

.dark_section .widget_nav_menu a {
    color: #ff6f6f;
}

    .dark_section .widget_nav_menu a:hover {
        color: #ffffff;
    }

.dark_section a[class^="socialico-"]:before {
}

.dark_section a[class^="socialico-"]:hover:before {
}

.dark_section [class^="rt-icon-"] {
    color: #ffffff !important;
}

.dark_section .theme_btn, .grey_section .theme_btn {
    color: #ff6f6f;
}

    .dark_section .theme_btn:hover, .grey_section .theme_btn:hover {
        color: #343434;
        background-color: #fff;
        border-color: #fff;
    }

    .dark_section .theme_btn.inverse, .grey_section .theme_btn.inverse {
        color: #fff;
        background-color: transparent;
        border-color: #fff;
    }

        .dark_section .theme_btn.inverse:hover, .grey_section .theme_btn.inverse:hover {
            color: #ff6f6f;
            background-color: transparent;
            border-color: #ff6f6f;
        }

.color_section .theme_btn {
    border-color: #ffffff;
    color: #343434;
    background-color: transparent;
}

    .color_section .theme_btn:hover {
        border-color: #ffffff;
        color: #343434;
        background-color: #ffffff;
    }

    .color_section .theme_btn.inverse {
        border-color: #343434;
        color: #343434;
        background-color: transparent;
    }

        .color_section .theme_btn.inverse:hover {
            border-color: #ffffff;
            color: #ffffff;
            background-color: transparent;
        }

#copyright {
    text-align: center;
    font-size: 14px;
      
}

    #copyright p {
        margin-bottom: 0;
        color:#fff; 
    }

    #copyright .navbar-brand {
        position: relative;
        top: -14px;
    }

    #copyright .widget_nav_menu ul {
        float: right;
    }

    #copyright .widget_nav_menu li {
        display: inline-block;
        margin-left: 20px;
        padding: 0;
    }

        #copyright .widget_nav_menu li a:before {
            display: none;
        }

        #copyright .widget_nav_menu li a:hover {
            left: auto;
        }

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sf-menu li {
        position: relative;
    }

    .sf-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
    }

    .sf-menu > li {
        display: inline-block;
    }

    .sf-menu li:hover > ul,
    .sf-menu li.sfHover > ul {
        display: block;
    }

    .sf-menu a {
        display: block;
        position: relative;
    }

    .sf-menu ul ul {
        top: 0 !important;
        left: 100%;
    }

.sf-menu {
    float: right;
}

    .sf-menu ul {
        min-width: 12em;
        *width: 12em;
    }

        .sf-menu ul ul {
            margin-top: -17px;
        }

    .sf-menu a {
        font-size: 14px;
        padding: 0;
        text-decoration: none;
        zoom: 1;
        color: #343434;
        font-family: 'Conv_TTDINRG',Sans-Serif;
    }

        .sf-menu a:hover {
            color: #0066b3;
        }

    .sf-menu > li {
    }

        .sf-menu > li > a {
            padding: 15px 10px 0px;
            margin: 0px 0px 38px;
            text-transform: uppercase;
        }

.is-sticky .sf-menu > li > a {
    margin: 18px 0 18px;
    padding: 10px 15px;
}

.sf-menu > li:first-child > a {
    border-left: none;
}

.sf-menu > li > a:hover, .sf-menu > li.active > a {
    color: #0066b3;
}

.sf-menu > li.active > a {
    background-color: #0066b3;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
}

.sf-menu > li li.active > a {
    color: #fff;
    cursor: text;
}

.sf-menu li {
    *white-space: normal;
}

.sf-menu ul {
    display: none;
    background-color: #343434;
    padding: 17px 0 17px;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.05);
    border: none;
    border-radius: 0;
}

    .sf-menu ul li {
        padding: 0 30px 0 30px;
    }

        .sf-menu ul li + li {
        }

    .sf-menu ul a {
        padding: 10px;
        color: #fff;
    }

    .sf-menu ul a {
        border-top: 1px solid rgba(100,100,100,0.2);
    }

        .sf-menu ul a:hover {
            color: #ff6f6f;
        }

    .sf-menu ul li:first-child > a {
        border-top: none;
    }

    .sf-menu ul li:last-child a {
    }

    .sf-menu ul ul {
        background-color: #fff;
    }

        .sf-menu ul ul a {
            color: #343434;
        }

.sf-menu li:hover,
.sf-menu li.sfHover {
    -webkit-transition: none;
    transition: none;
}

.sf-arrows ul .sf-with-ul {
    padding-right: 1.5em;
    *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: #fff;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white;
}

.sf-arrows ul .sf-with-ul:after {
    display: block;
    margin-top: -3px;
    margin-right: -30px;
    border-color: transparent;
    border-left-color: #fff;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #fff;
    opacity: 0.6;
}

.sf-menu [class*="rt-icon-"] {
    font-size: 19px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: -1px;
    display: none;
}

@media (min-width:768px) {
    #mainmenu {
        display: block !important;
    }

    #mainmenu {
        width: auto !important;
        opacity: 1 !important;
        height: auto !important;
    }
}

@media (max-width:991px) {
    #mainmenu {
        float: none;
        text-align: center;
    }

    .sf-menu > li > a {
        text-align: center;
    }

    .sf-menu ul {
        text-align: left;
    }
}

@media (max-width:767px) {
    #header {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 100000;
        -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05);
        text-align: left;
        border-bottom: none;
    }

    #header-sticky-wrapper {
        height: 55px !important;
    }

    #mainmenu {
        display: none;
        margin: 0 0 17px 0;
        padding-top: 60px;
        position: relative;
        height: 350px;
        overflow: auto;
        background-color: #F0EFEF;
        border: solid 1px #BBB;
        z-index: 9999;
        margin-top: 38px;
        width: 98%;
    }

    .main-menu-icon {
        padding: 20px 0;
        display: block;
        cursor: pointer;
        width: 30px;
        float: right;
    }

        .main-menu-icon span {
            margin: 0 0 3px 0;
            display: block;
            height: 3px;
            width: 30px;
            background-color: #343434;
        }

    .sf-menu > li {
        display: block;
        padding: 0;
        float: none;
    }

        .sf-menu > li + li {
            border-left: none;
        }

        .sf-menu > li > a, .is-sticky .sf-menu > li > a {
            padding: 4px 0;
            margin: 10px;
            text-align: left;
            border-left: none;
        }

    .sf-menu ul {
        text-align: left;
        position: static;
        display: block !important;
        opacity: 1 !important;
        padding: 0 0 0 20px;
        margin: 0 30px 0 0;
        float: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent !important;
    }

        .sf-menu ul li {
            padding: 0;
        }

            .sf-menu ul li + li {
                border: none;
            }

        .sf-menu ul ul {
            margin: 1px 0 3px;
        }

    .sf-menu > li > a:hover, .sf-menu > li.active > a {
        background: none;
        border-color: transparent;
        color: #ff6f6f;
    }

    .sf-menu > li li.active > a, .sf-menu > li li > a:hover {
        background: none;
        border-color: transparent;
        color: #ff6f6f !important;
    }

    .sf-menu ul a {
        margin-top: 3px;
        margin-bottom: 3px;
        padding: 5px 0;
        border: none;
        color: #343434;
    }

    #copyright {
        text-align: center;
    }

        #copyright .widget_nav_menu ul {
            float: none;
        }
}

.menu-item-number,
.menu-item-desc {
    display: none;
    color: #ff6f6f;
    font-size: 12px;
    letter-spacing: 0px;
}

.is-sticky .menu-item-number,
.is-sticky .menu-item-desc {
    display: none !important;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
        height: 100% !important;
    }

    .flexslider .slides img {
        display: block;
        margin: 0 auto;
    }

    .flexslider .slides .slider_images img {
        width: auto;
        display: inline-block;
        background-color: #ff6f6f;
        margin: 0 5px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .flexslider .slides .slider_images img:hover {
            background-color: #ff6f6f;
        }

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flexslider {
    margin: 0;
    position: relative;
    overflow: hidden;
    zoom: 1;
    height: 100%;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    height: 100% !important;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
    height: 100% !important;
}

@media screen and (max-width:767px) {
    #mainslider {
        text-align: center;
        display: none !important;
    }

    .flexslider .slides {
        zoom: 1;
        height: auto !important;
    }
}

.carousel li {
}

.flex-direction-nav {
    *height: 0;
}

#mainslider .flex-direction-nav {
    display: none;
}

.flex-direction-nav a {
    display: block;
    width: 50px;
    height: 50px;
    margin: -25px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    background-color: transparent;
    font-size: 0;
    color: transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
    left: 0;
    opacity: 1;
}

.flex-direction-nav .flex-next {
    right: 0;
    opacity: 1;
}

.flexslider:hover .flex-prev {
    opacity: 0.7;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
}

    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 0.5;
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    background-color: transparent;
    position: absolute;
    font-family: 'fontello';
    content: '\e833';
    color: #fff;
    line-height: 50px;
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-align: center;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.flex-direction-nav a:hover:before {
}

.flex-direction-nav a.flex-next:before {
    content: '\e834';
}

.flex-direction-nav a.flex-next:hover:before {
    background-position: -49px 0px;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

    .flex-pauseplay a:before {
        font-size: 20px;
        display: inline-block;
        content: '\f004';
    }

    .flex-pauseplay a:hover {
        opacity: 1;
    }

    .flex-pauseplay a.flex-play:before {
        content: '\f003';
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 46px;
    text-align: center;
    z-index: 2;
}

#process .flex-control-nav {
    display: none;
}

.flex-control-nav li {
    margin: 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    overflow: hidden;
    text-indent: -30px;
    cursor: pointer;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 3px 0 5px;
    background-color: transparent;
    border: 3px solid #fff;
    border-radius: 100%;
}

    .flex-control-paging li a:hover {
        border-color: #343434;
    }

    .flex-control-paging li a.flex-active {
        border-color: #343434;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

#mainslider {
    position: relative;
}

.slide_description {
    position: absolute;
    left: 0;
    right: 0;
}

    .slide_description a.theme_btn {
        display: inline-block;
    }

.imagetitle {
    color: #ffffff;
    display: block;
    font-size: 80px;
    line-height: 0.9em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

    .imagetitle strong {
        color: #343434;
    }

.imagedesc {
    font-size: 16px;
    margin-bottom: 30px;
    color: #343434;
}

.fullwidthimage [class^="col-"] {
    position: static;
    height: 0px;
}

.fullwidthimage .slide_description {
    max-width: 370px;
    left: 20%;
    max-width: 350px;
}

.fullwidthimage .imagetitle {
    display: inline-block;
    color: #343434;
    padding: 6px 14px 10px;
    background-color: #ff6f6f;
    background-color: rgba(51, 51, 51, 0.8);
}

.fullwidthimage .imagedesc {
    color: #343434;
    margin-bottom: 20px;
    padding: 26px 30px;
    background-color: #fff;
    background-color: rgba(51, 51, 51, 0.8);
}

.flexslider .slides img.leftcontent_image {
    width: auto;
}

.leftcontent .slide_description {
    position: relative;
    left: auto;
    right: auto;
    padding: 50px 0;
}

.fullwidthcontent {
    padding: 60px 0 60px;
}

.regular_image {
    position: relative;
}

    .regular_image img, img.leftcontent_image {
        display: block;
    }

    .regular_image .slide_description {
        background-color: #ff6f6f;
        background-color: rgba(51, 51, 51, 0.8);
        padding: 30px 40px 20px;
        top: auto !important;
        left: 65px;
        bottom: 50px;
        max-width: 370px;
    }

    .regular_image .imagetitle {
        color: #343434;
        font-weight: 400;
        display: block;
        font-size: 28px;
        margin-bottom: 14px;
    }

    .regular_image .imagedesc {
        color: #fff;
    }

@media screen and (min-width:768px) {
}

@media screen and (max-width:767px) {
    #mainslider {
        text-align: center;
        display: none !important;
    }

    .flex-direction-nav {
    }

    #big-logo {
        max-width: 80px;
        top: 30px;
        margin-left: -40px;
    }

    .slides .slide_description {
        background-color: transparent !important;
        padding: 0 !important;
        left: 0px !important;
        bottom: 0px !important;
        right: auto !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .leftcontent .slide_description {
        position: relative;
        top: auto !important;
    }

    .imagetitle {
        font-size: 40px !important;
    }

    .imagedesc {
        font-size: 16px !important;
    }
}

#toTop {
    background: #0066b3;
    bottom: 14px;
    display: none;
    height: 50px;
    width: 50px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    z-index: 9999;
    font-size: 0px;
    color: transparent;
    border-radius: 0px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#toBottom {
    background: #0066b3;
    bottom: 66px;
    display: none;
    height: 50px;
    width: 50px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    z-index: 9999;
    font-size: 0px;
    color: transparent;
    border-radius: 0px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    right: 61px;
}

#toTop:after {
    display: block;
    content: '\f102';
    color: #ffffff;
    font-size: 37px;
    font-family: 'FontAwesome';
    position: absolute;
    left: 16px;
    top: 14px;
}

#toBottom:after {
    display: block;
    content: '\f103';
    color: #ffffff;
    font-size: 37px;
    font-family: 'FontAwesome';
    position: absolute;
    left: 16px;
    top: 14px;
}

#toBottomHover, #toBottom:hover {
    background: #2D2D2D;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

#toBottom:active, #toBottom:focus {
    outline: medium none;
}

#toTopHover, #toTop:hover {
    background: #2D2D2D;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

#toTop:active, #toTop:focus {
    outline: medium none;
}

.horizontal_slider_list_wrapper {
    position: relative;
    margin-top: 37px;
}

    .horizontal_slider_list_wrapper > div {
        overflow: hidden;
    }

ul.horizontal_slider_list {
    padding: 0;
    margin: 0;
}

    ul.horizontal_slider_list li {
        display: block;
        float: left;
        height: 100%;
    }

.es-nav {
    position: absolute;
    right: 0;
    top: -65px;
}

    .es-nav span {
        cursor: pointer;
        display: inline-block;
        width: 40px;
        height: 40px;
        font-size: 0;
        color: transparent;
        position: relative;
    }

        .es-nav span:before {
            font-size: 50px;
            font-family: 'fontello';
            content: '\e840';
            color: #fff;
            display: block;
            position: absolute;
            cursor: pointer;
            padding: 6px 12px;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .es-nav span.es-nav-prev {
            background: transparent;
        }

        .es-nav span.es-nav-next {
            background: transparent;
            margin-left: 7px;
        }

            .es-nav span.es-nav-next:before {
                content: '\e841';
            }

            .es-nav span.es-nav-next:hover:before, .es-nav span.es-nav-prev:hover:before {
                color: #ff6f6f;
            }

.related_posts_list {
    padding-left: 0;
    list-style: none;
}

.horizontal_slider_item, .related_posts_item, .thumbnail {
    border-radius: 0;
}

#portfolio .item_title {
    padding: 0 15px;
    background-color: #fff;
    position: relative;
}

    #portfolio .item_title:before {
        display: block;
        position: absolute;
        content: '';
        width: 30px;
        height: 10px;
        top: -10px;
        left: 50%;
        margin-left: -15px;
        border-bottom: 10px solid #fff;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
    }

.related_posts_item > h4 {
    padding: 18px 0;
    margin: 0;
    font-size: 18px;
}

    .related_posts_item > h4 > a {
        color: #ff6f6f;
    }

.horizontal_slider_item > h4,
#portfolio .item_title h4 {
    margin: 0px;
    padding: 29px 0;
    font-size: 12px;
    text-transform: uppercase;
}

    .horizontal_slider_item > h4 > span.heart,
    .related_posts_item > h4 > span.heart,
    #portfolio .item_title h4 > span.heart {
        float: right;
        padding: 1px 0 1px 21px;
        font-size: 14px;
        position: relative;
        color: #fff;
    }

    #portfolio .item_title h4 > a,
    .horizontal_slider_item > h4 > a {
        color: #242424;
    }

        #portfolio .item_title h4 > a:hover,
        .related_posts_item > h4 > a:hover,
        .horizontal_slider_item > h4 > a:hover {
            color: #ff6f6f;
        }

.portfolio_item_image, .horizontal_slider_introimg {
    position: relative;
    overflow: hidden;
}

    .portfolio_item_image:hover, .horizontal_slider_introimg:hover {
        background-color: rgba(0, 102, 179, 0.9);
    }

    .portfolio_item_image > div:first-child {
        position: absolute;
        display: block;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #111;
        background-color: rgba(0, 0, 0,0.8);
    }

.horizontal_slider_item .portfolio_item_image {
    left: 0;
    right: 0;
    text-align: center;
    line-height: 1.9em;
}

.horizontal_slider_item_description {
    padding: 20px 0px 20px;
    text-align: center;
}

    .horizontal_slider_item_description h3 {
        font-size: 19px;
        margin: 0 0 10px 0;
        text-transform: uppercase;
    }

        .horizontal_slider_item_description h3 a {
            color: #fff;
            opacity: 0.8;
        }

            .horizontal_slider_item_description h3 a:hover {
                color: #fff;
                opacity: 0.8;
            }

.p-view, .p-link, #portfolio .heart {
    display: block;
    height: 60px;
    width: 60px;
    margin-left: -120px;
    position: absolute;
    top: 20px;
    left: 50%;
}

#portfolio .heart {
    margin-left: -15px;
    color: #fff;
}

.portfolio_item_image:after {
    position: absolute;
    content: "";
    display: block;
    top: 100%;
    left: 30px;
    right: 30px;
    height: 1px;
    background: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.isotope-item:hover .portfolio_item_image:after {
    top: 100px;
}

.p-link {
    margin-left: 70px;
}

    .p-view:before, .p-link:before, #portfolio .heart:before {
        font-family: 'rt-icons';
        font-size: 32px;
        font-weight: normal;
        color: #ffffff;
        content: "\e6e8";
        line-height: 60px;
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        -ms-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }

#portfolio .heart:before {
    content: "\e6d6";
}

.p-link:before {
    content: "\e6df";
}

.p-view:hover, .p-link:hover {
    color: #343434;
}

    .p-view:hover:before, .p-link:hover:before, #portfolio .heart:hover:before {
        color: #343434;
    }

.horizontal_slider_item img, .portfolio_item_image img {
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    display: block;
    width: 100%;
}

.horizontal_slider_item:hover img, .isotope-item:hover img {
    opacity: 0.2;
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.horizontal_slider_item:hover .p-view, .portfolio_item_image:hover .p-view {
    opacity: 1;
}

ul#portfolioContainer {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

#portfolio h4 {
    margin-top: 0;
}

#portfolio .isotope-item {
    max-width: 100%;
    overflow: hidden;
    float: left;
    margin-bottom: 30px;
    list-style: none;
}

#filtrable {
    padding: 0;
}

    #filtrable li {
        display: inline-block;
        margin-right: 15px;
    }

    #filtrable a {
        font-size: 0.76em;
        font-weight: 700;
        padding: 6px 4px;
        margin: 10px 0 26px;
        display: inline-block;
        background-color: transparent;
        color: #fff;
        border-radius: 2px;
        text-transform: uppercase;
    }

        #filtrable a:hover,
        #filtrable a.selected {
            background-color: transparent;
            color: #0066b3;
        }

        #filtrable a:hover {
            opacity: 0.8;
        }

.loadmore {
    margin: 56px 0 40px !important;
}

.hidden_item {
    display: none;
}

#gallery_container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 20000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: -100%;
    overflow: auto;
    display: none;
}

#portfolio_nav {
    margin-top: 40px;
}

    #portfolio_nav + #middle {
        margin-top: 0px;
        padding-top: 0;
    }

    #portfolio_nav a {
        color: #2D2D2D;
        font-size: 36px;
        margin: 0 30px;
    }

        #portfolio_nav a#portfolio_prev_project:before {
            font-family: "fontello";
            content: '\e823';
        }

        #portfolio_nav a#portfolio_close_project:before {
            font-family: 'rt-icons';
            content: "\e602";
        }

        #portfolio_nav a#portfolio_next_project:before {
            font-family: "fontello";
            content: '\e824';
        }

        #portfolio_nav a:hover {
            color: #ff6f6f;
        }

.description {
    margin-bottom: 26px;
}

.skills, .client {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

.location {
    margin-bottom: 37px;
}

    .skills > span, .client > span, .location > span {
        font-weight: 700;
    }

    .skills > a, .client > a, .location > a {
        color: #ffffff;
    }

        .skills > a:hover, .client > a:hover, .location > a:hover {
            color: #ff6f6f;
        }

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item[style] {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }

        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }

.blog {
    margin-top: 7px;
}

    .blog .entry-thumbnail:first-child {
        margin: 0px 0px 20px;
    }

.blog-single .entry-thumbnail {
    margin: 0px 0px 32px;
    position: relative;
}

.blog article + article {
    margin-top: 50px;
}

.widget_from_blog {
    text-align: center;
}

    .widget_from_blog .entry-thumbnail img {
        width: 100%;
    }

    .widget_from_blog article.post, .blog article.post {
        background-color: #2f2f2f;
        background-color: rgba(100,100,100,0.08);
    }

article.post.primary_post {
    padding-bottom: 10px;
    border-bottom: 10px solid #fbcf61;
}

    article.post.primary_post h2 a:hover {
        color: #fbcf61;
    }

    article.post.primary_post .entry-content, article.post.primary_post .entry-share {
        padding-left: 15px;
        padding-right: 15px;
    }

article.post.secondary_post {
    border-right: 10px solid #ff6f6f;
}

    article.post.secondary_post.format-gallery {
        border-right: 10px solid #a8d164;
    }

        article.post.secondary_post.format-gallery h2 a:hover {
            color: #a8d164;
        }

@media screen and (max-width:767px) {
    article.post.secondary_post {
        border-right: none;
        border-bottom: 10px solid #ff6f6f;
    }

        article.post.secondary_post.format-gallery {
            border-right: none;
            border-bottom: 10px solid #a8d164;
        }
}

article.post.secondary_post header {
    margin-left: -15px;
    margin-right: -15px;
}

article.post.secondary_post {
    margin-left: 15px;
    margin-right: 15px;
}

p.date {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
}

.entry-share {
    margin: 20px 0 10px;
}

.blog article.post > header > h2, .blog article.post > header > .entry-meta, .blog article.post > .entry-content {
    margin-left: 40px;
    margin-right: 40px;
}

h1.entry-title {
    font-size: 60px;
}

h2.entry-title {
    margin: 27px 0 0px;
    font-size: 30px;
    font-weight: 700;
}

    h2.entry-title a {
        color: #fff;
    }

        h2.entry-title a:hover {
            color: #ff6f6f;
        }

.entry-meta {
    margin: 20px 0;
    padding: 16px 0;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    font-size: 20px;
}

    .entry-meta .comments-link {
        float: right;
    }

    .entry-meta a {
        color: #fff;
    }

        .entry-meta a:hover {
            color: #ff6f6f;
        }

.blog .entry-tags {
    margin-top: 29px;
    position: relative;
    background-color: #fff;
    color: #343434;
    padding: 23px 40px 19px;
    border-bottom: 10px solid #fbcf61;
}

.format-small-image .entry-tags {
    border-color: #ff6f6f;
}

.format-gallery .entry-tags {
    border-color: #a7d163;
}

.entry-tags a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.blog .entry-tags a {
    color: #343434;
}

.entry-tags a:hover {
    color: #ff6f6f;
}

.blog .read-more {
    margin-top: 21px;
}

.blog .format-small-image .entry-thumbnail {
    margin-bottom: 0;
    position: relative;
}

@media screen and (max-width:767px) {
    .blog .format-small-image .entry-thumbnail {
        text-align: center;
    }

    .blog .format-small-image .entry-header, .blog .format-small-image .entry-content {
        margin-left: 40px;
        margin-right: 40px;
    }
}

.video-view {
    display: block;
    height: 55px;
    width: 55px;
    margin-left: -27px;
    margin-top: -27px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    background-color: #fff;
}

    .video-view:before {
        font-family: 'fontello';
        content: '\e80a';
        color: #343434;
        line-height: 55px;
        font-size: 30px;
        margin-left: 4px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .video-view:hover {
        background-color: #ff6f6f;
    }

        .video-view:hover:before {
            color: #fff;
        }

img.alignleft {
    float: left;
    margin: 5px 20px 15px 0;
}

footer.bottom-entry-meta {
    margin: 28px 0;
}

.tags {
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    padding: 36px 0;
}

    .tags h3 {
        display: inline-block;
        margin: 4px 0 0;
    }

.tags-links {
    position: relative;
}

    .tags-links:before {
        content: "\e687";
        font-family: "rt-icons";
        margin-right: 14px;
    }

.st_facebook_hcount, .st_twitter_hcount, .st_googleplus_hcount {
    position: relative;
    top: -3px;
    text-align: right;
}

    .st_facebook_hcount span, .st_twitter_hcount span, .st_googleplus_hcount span {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -ms-box-sizing: content-box;
        box-sizing: content-box;
    }

.tags a, .tagcloud a {
    font-size: 0.75em;
    padding: 4px 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: 4px solid #fff;
    background-color: #fff;
    color: #343434;
    margin-bottom: 9px;
    margin-right: 9px;
    display: inline-block;
}

    .tags a:hover, .tagcloud a:hover {
        background-color: #ff6f6f;
        border-color: #ff6f6f;
        color: #343434;
    }

.author-meta {
    margin: 40px 0 46px;
    padding: 40px 52px 40px 52px;
    background-color: rgba(100,100,100,0.08);
}

    .author-meta img {
    }

    .author-meta h3 {
        margin: 26px 0 22px;
        position: relative;
    }

.author-social {
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
}

.author-meta p:after {
    display: table;
    content: " ";
    clear: both;
}

@media screen and (max-width:767px) {
    .author-meta {
        text-align: center;
    }

        .author-meta img {
            display: block;
            max-width: 100%;
            margin: 0 auto;
        }

    .author-social {
        display: block;
        position: static;
        padding: 20px 0 0 0;
    }
}

.related-posts > h3 {
    margin-bottom: 24px;
    font-size: 30px;
}

.related-posts article.post {
    background-color: rgba(100,100,100,0.08);
    text-align: center;
    border-bottom: 10px solid #fbcf61;
    padding-bottom: 14px;
}

    .related-posts article.post.format-gallery {
        border-color: #a8d164;
    }

    .related-posts article.post.format-video {
        border-color: #ff6f6f;
    }

    .related-posts article.post > .entry-content, .related-posts article.post > p, .related-posts article.post > h3 {
        padding: 0 10px;
    }

    .related-posts article.post > h3 {
        margin: 24px 0 0;
    }

.comments-area {
    margin: 43px 0 40px;
}

.comments-title {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}

.comments-area ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.comments-area li {
    padding: 26px 0 5px;
}

.comments-area ol.children li {
    padding: 10px 0 0 70px;
}

.comments-area ol.children ol ol li {
    padding-left: 0;
}

.comment-meta {
    position: relative;
}

.comment-metadata {
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    margin: 8px 0 16px 100px;
    font-size: 20px;
    padding: 15px 0;
}

.comment-author a {
    font-size: 24px;
    position: relative;
    top: -5px;
    font-weight: 700;
}

.comment-author img {
    max-width: 70px;
    margin-right: 28px;
    float: left;
}

.reply {
    position: absolute;
    right: 0;
    top: 49px;
    font-size: 20px;
}

.comment-content {
    padding: 0 0 9px 100px;
}

.comment-respond {
    margin-top: 0px;
}

.comment-reply-title {
    margin: 0 0 22px;
    font-size: 30px;
}

.comment-respond label, .contact-form label {
    display: none;
}

form.contact-form {
    margin-top: 0px;
    margin-bottom: 20px;
    max-width: 820px;
    margin: 0 auto;
}

p.comment-form-author, p.comment-form-email, p.comment-form-url {
    margin-bottom: 10px;
}

p.comment-form-author, p.comment-form-email {
}

p.comment-form-comment:before, p.contact-form-message:before {
    display: table;
    content: " ";
}

.comment-respond p.form-submit {
    text-align: center;
    margin-top: 40px;
}

.comment-form input, .comment-form textarea {
    text-align: center;
}

@media (max-width:570px) {
    .comments-area ol.children li {
        padding: 30px 0 0 30px;
    }

    p.comment-form-author, p.comment-form-email, p.comment-form-url, p.contact-form-name, p.contact-form-email, p.contact-form-subject {
        float: none;
        padding: 0 8px 0 0;
        width: 100%;
    }

    p.contact-form-message {
        padding-right: 8px;
    }
}

.single_teaser {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: center;
    margin: 10px 0 43px;
    background-color: rgba(100,100,100,0.2);
    padding: 64px 15px 28px;
    border-bottom: 10px solid #fbcf61;
}

    .single_teaser:hover {
        background-color: rgba(100,100,100,0.1);
    }

    .single_teaser img {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .single_teaser:hover img {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    .single_teaser.icons [class^="rt-icon-"] {
        font-size: 40px;
    }

    .single_teaser.icons.style1 [class^="rt-icon-"] {
        font-size: 40px;
        line-height: 130px;
        color: #fff;
        background-color: #aaa;
        display: inline-block;
        width: 130px;
        height: 130px;
        margin-bottom: 7px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .single_teaser.icons.style1:hover [class^="rt-icon-"] {
        color: #fff;
        background-color: #ff6f6f;
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .single_teaser h3 {
        font-size: 24px;
        margin: 22px 0 18px;
        font-weight: 700;
        text-transform: none;
    }

        .single_teaser h3 a {
            color: #fff;
        }

            .single_teaser h3 a:hover {
                color: #fbcf61;
            }

    .single_teaser.border-color2 h3 a:hover {
        color: #ff6f6f;
    }

    .single_teaser.border-color3 h3 a:hover {
        color: #a8d164;
    }

    .single_teaser p.introtext {
        margin: 10px 0 30px;
    }

    .single_teaser.icons.style2 {
        background-color: transparent;
        border: none;
        margin: 0 0 20px;
        padding: 0px 0 13px;
    }

        .single_teaser.icons.style2 .icons_introimg {
            margin: 0 10px 16px;
        }

        .single_teaser.icons.style2 [class^="rt-icon-"]:before {
            font-size: 100px;
            background: transparent;
            color: #fff;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            transition: all 0.2s ease;
            display: block;
        }

        .single_teaser.icons.style2:hover [class^="rt-icon-"]:before {
            -webkit-transform: scaleX(-1);
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
            transform: scaleX(-1);
        }

        .single_teaser.icons.style2 h2 {
            font-family: "Arial", sans-serif;
            color: #343434;
            font-size: 60px;
            font-weight: 700;
            margin: 12px 0 10px;
        }

        .single_teaser.icons.style2 h3 {
            font-size: 12px;
            font-weight: 700;
            display: inline-block;
            text-transform: uppercase;
            padding: 16px 32px;
            margin: 2px 0;
            color: #343434;
            border: 4px solid #fff;
        }

    .single_teaser.icons.style3 [class^="rt-icon-"] {
        border-radius: 100%;
        width: 140px;
        height: 140px;
        margin: 0 auto 10px;
        display: inline-block;
        color: #343434;
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        line-height: 140px;
        font-size: 50px;
    }

    .single_teaser.icons.style3:hover [class^="rt-icon-"] {
        color: #ff6f6f;
        font-size: 80px;
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .single_teaser.icons.style4 [class^="rt-icon-"] {
        font-size: 50px;
        margin-top: 50px;
        position: absolute;
        top: 100px;
        margin-left: -25px;
    }

    .single_teaser.icons.style4 h2 {
        display: inline-block;
        border-top: 5px solid #fff;
        border-left: 5px solid #fff;
        border-right: 5px solid #fff;
        color: #fff;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        line-height: 150px;
        font-size: 35px;
        width: 160px;
        height: 158px;
        font-weight: 300;
    }

    .single_teaser.icons.style4 h3 {
        color: #fff;
        margin-top: 40px;
    }

    .single_teaser.icons.style5 {
        overflow: hidden;
        padding: 20px 20px 0;
        border-radius: 8px;
        background-color: rgba(0,0,0,0.1);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

        .single_teaser.icons.style5:hover {
            background-color: rgba(0,0,0,0.3);
        }

        .single_teaser.icons.style5 [class^="rt-icon-"] {
            color: #fff;
            font-size: 100px;
            line-height: 100px;
            width: 100%;
            height: 100px;
            text-align: center;
            display: block;
        }

.dxsingle_teaser_left {
}

.dxsingle_teaser_right {
    margin: 10px 10px 23px 100px;
    padding: 20px 20px 36px;
}

    .dxsingle_teaser_right h3 {
        margin: 0 0 10px;
        font-size: 26px;
        text-transform: uppercase;
    }

        .dxsingle_teaser_right h3 a {
            color: #ff6f6f;
        }

            .dxsingle_teaser_right h3 a:hover {
                color: #ff6f6f;
            }

.left_icons {
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: rgba(100,100,100,0.2);
    border-right: 10px solid #fbcf61;
}

    .left_icons [class^="rt-icon-"] {
        display: block;
        font-size: 80px;
        border-radius: 100%;
        margin: 0 20px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -40px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .left_icons:hover {
        background-color: rgba(100,100,100,0.1);
    }

        .left_icons:hover [class^="rt-icon-"] {
        }

    .left_icons.style2 [class^="rt-icon-"] {
        text-align: center;
        font-size: 60px;
        width: 70px;
        height: 70px;
        padding: 0;
        line-height: 70px;
        border-radius: 100%;
    }

    .left_icons.style2:hover [class^="rt-icon-"] {
        -moz-transform: rotate(360deg) scale(1.1);
        -ms-transform: rotate(360deg) scale(1.1);
        -webkit-transform: rotate(360deg) scale(1.1);
        transform: rotate(360deg) scale(1.1);
    }

.widget_categories ul, .widget_archive ul, .widget_recent_entries ul {
    list-style: none;
    padding-left: 0;
}

.widget_categories li, .widget_archive li, .widget_recent_entries li {
    padding: 3px 0;
}

    .widget_categories li + li {
        border-top: 1px solid #444444;
        padding-top: 6px;
        margin-top: 6px;
    }

.widget_categories a, .widget_archive a, .widget_recent_entries a {
    position: relative;
    padding: 0 !important;
}

    .widget_categories a:hover, .widget_archive a:hover, .widget_recent_entries a:hover, .widget_nav_menu a:hover {
    }

.widget_nav_menu a {
    padding: 0px 0 10px 30px !important;
}

.widget_nav_menu [class*="rt-icon-"] {
    font-size: 19px;
    display: inline-block;
    margin-right: 20px;
    position: absolute;
    top: 2px;
    left: -4px;
}

.widget_tag_cloud > h3 {
    margin-bottom: 26px;
}

.widget_news > h3 {
    margin-bottom: 7px;
}

.widget_news ul {
    list-style: none;
    padding-left: 0;
}

.widget_news li {
    padding: 18px 0 6px;
}

.widget_news a {
}

    .widget_news a:hover {
    }

.news_introimg {
    float: left;
    max-width: 60px;
}

.news_right {
    margin-left: 80px;
}

    .news_right h5 {
        margin-top: 0;
        font-size: 16px;
        text-transform: none;
        font-weight: 300;
        line-height: 1.4em;
    }

.search-field {
    max-width: 180px;
    background-color: transparent;
}

.widget_social_links > h3 {
    margin-bottom: 13px;
}

.widget_social_links ul {
    padding-left: 0;
    list-style: none;
}

.widget_social_links a[class^="socialico-"] {
    padding: 0px 0px 0px 40px;
    font-size: inherit !important;
    color: #ff6f6f;
}

    .widget_social_links a[class^="socialico-"]:before {
        top: -3px;
    }

    .widget_social_links a[class^="socialico-"]:hover {
        color: #ff6f6f;
    }

.widget_social_links li {
    padding: 6px 10px 6px 0;
    vertical-align: bottom;
}

.widget_schedule dt {
    font-weight: normal;
}

.widget_schedule .dl-horizontal dt {
    width: 80px;
    text-align: left;
}

.widget_schedule .dl-horizontal dd {
    margin-left: 100px;
    text-align: right;
}

.widget_testimonials {
    padding: 20px 0;
}

    .widget_testimonials .carousel-introtext {
        padding: 30px 0 10px 0;
        font-size: 60px;
        color: #343434;
        font-weight: 700;
        line-height: 1em;
        text-align: center;
    }

        .widget_testimonials .carousel-introtext span {
            position: relative;
            display: inline-block;
        }

            .widget_testimonials .carousel-introtext span:before, .widget_testimonials .carousel-introtext span:after {
                font-family: 'fontello';
                display: block;
                position: absolute;
                font-size: 40px;
                left: -55px;
                top: -20px;
                content: '\e808';
                color: #fff;
            }

            .widget_testimonials .carousel-introtext span:after {
                right: -55px;
                left: auto;
                content: '\e809';
            }

@media (max-width:767px) {
    .widget_testimonials .carousel-introtext {
        font-size: 35px;
    }

        .widget_testimonials .carousel-introtext span {
            margin: 0 60px;
        }
}

.widget_testimonials .carousel-readmore {
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 1;
}

    .widget_testimonials .carousel-readmore:before, .widget_testimonials .carousel-readmore:after {
        content: "-";
    }

    .widget_testimonials .carousel-readmore span {
        display: block;
        text-align: center;
        max-width: 60px;
        margin: 0 auto 14px;
    }

        .widget_testimonials .carousel-readmore span img {
            border-radius: 100%;
            padding: 3px;
            border: 1px solid #fff;
        }

.widget_testimonials .carousel-control.right:hover, .widget_testimonials .carousel-control.left:hover {
    color: #fff;
}

.widget_testimonials .carousel-control.right, .widget_testimonials .carousel-control.left {
    display: block;
    width: 50px;
    height: 50px;
    top: 50%;
    right: 0px;
    margin-top: -25px;
    z-index: 10;
}

.widget_testimonials .carousel-control.left {
    left: 0;
    right: auto;
}

.widget_testimonials .carousel-control.right:before {
    font-family: 'fontello';
    content: '\e834';
    font-size: 20px;
}

.widget_testimonials .carousel-control.left:before {
    font-family: 'fontello';
    content: '\e833';
    font-size: 20px;
}

.thumbnail > img {
    border-radius: 0;
}

.thumbnail {
    position: relative;
    margin-bottom: 0;
    background-color: transparent;
    background-color: rgba(100, 100, 100, 0.08);
    border-bottom: 10px solid #ff6f6f;
}

    .thumbnail:hover .caption {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .thumbnail .caption {
        padding: 40px 20px 9px;
        line-height: 1.3em;
        position: absolute;
        top: 0;
        bottom: 90px;
        background-color: #ff6f6f;
        background-color: rgba(253, 112, 112, 0.9);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .thumbnail .caption h4 {
            font-size: 24px;
            font-weight: 700;
            margin: 6px 0 0px;
        }

            .thumbnail .caption h4 + p {
                color: #fff;
                text-transform: uppercase;
                font-size: 12px;
            }

    .thumbnail p.team-social {
        padding: 35px 20px 25px;
        margin: 0;
        text-align: center;
    }

.contact-form p {
}

    .contact-form p:first-child {
        padding-left: 0;
    }

p.contact-form-name, p.contact-form-email, p.contact-form-subject {
    margin-bottom: 10px;
}

.contact-form-50 p.contact-form-name, .contact-form-50 p.contact-form-email, .contact-form-50 p.contact-form-email {
    width: 50%;
}

p.contact-form-message, p.form-submit {
    padding: 0;
}

@media (max-width:570px) {
    p.contact-form-name, p.contact-form-email, p.contact-form-subject {
        float: none;
        width: 100% !important;
    }
}

.twitter img {
    display: none;
}

.widget_tweet ul.tweet_list {
    padding: 0;
    list-style: none;
}

    .widget_tweet ul.tweet_list li + li {
        border-top: 1px solid #444444;
        padding-top: 6px;
        margin-top: 6px;
    }

.twitter .tweet_time {
}

#tweets {
    color: #343434;
    font-size: 30px;
    line-height: 1.2em;
}

    #tweets .twitter {
    }

    #tweets .tweet_list li {
        padding: 0px 40px;
        text-align: center;
        margin: 0 0 30px 0;
    }

    #tweets .tweet_list a {
        color: #fff;
    }

        #tweets .tweet_list a:hover {
            color: #ff6f6f;
        }

    #tweets .flex-control-nav {
        display: none !important;
    }

    #tweets .tweet_avatar img {
        margin: 0 auto 30px;
    }

.chart {
    position: relative;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 20px 0;
    height: 130px;
}

    .chart + h4 {
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .chart canvas {
    }

.percent {
    font-family: Arial, sans-serif;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    margin-top: -0.2em;
    margin-left: -0.55em;
    z-index: 2;
}

.pricing-table {
    overflow: hidden;
    list-style: none;
    padding: 0;
    text-align: center;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

    .pricing-table.style2 {
        background-color: rgba(100,100,100,0.2);
        border-bottom: 10px solid #FBCF61;
        position: relative;
    }

    .pricing-table:hover {
        background-color: rgba(100,100,100,0.1);
    }

    .pricing-table ul {
        list-style: none;
        padding: 0;
    }

        .pricing-table ul li {
            padding: 10px 0;
            border-top: 1px solid #525252;
            border-bottom: 1px solid #525252;
            margin: 0 40px;
        }

    .pricing-table li + li {
        border-top: 0;
    }

    .pricing-table li p {
        padding: 6px;
        margin: 0;
    }

    .pricing-table li.plan-price {
        padding: 30px 0 10px;
    }

    .pricing-table.style2 li.plan-price p {
        color: #fff;
        padding: 8px 0;
        text-transform: uppercase;
    }

    .pricing-table li.plan-name {
        font-size: 1.8em;
        padding: 22px 0 22px;
        color: #ff6f6f;
    }

    .pricing-table.style2 li.plan-name {
        font-size: 24px;
        font-weight: 700;
        font-family: 'Raleway', sans-serif;
        padding: 14px 0 14px;
        color: #343434;
        background: #FBCF61;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        -ms-transition: all .2s linear;
        transition: all .2s linear;
    }

    .pricing-table.style2.border-color2 li.plan-name {
        background: #FF6F6F;
    }

    .pricing-table.style2.border-color3 li.plan-name {
        background: #A8D164;
    }

.plan-price span + span {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #FBCF61;
}

.border-color2 .plan-price span + span {
    color: #FF6F6F;
}

.border-color3 .plan-price span + span {
    color: #A8D164;
}

.plan-price span:first-child {
    font-size: 20px;
    position: relative;
    top: -21px;
    color: #fff;
}

.call-to-action {
}

    .call-to-action a {
    }

.style2 .call-to-action a {
    color: #fff;
    border-color: #fff;
    display: inline-block;
    margin: 40px 0;
}

.call-to-action a:hover {
}

ul#flickr {
    margin: 0 auto;
    padding: 0;
    max-width: 300px;
    text-align: center;
}

    ul#flickr li {
        background-color: #C4C4C4;
        display: inline-block;
        line-height: 0 !important;
        list-style: none outside none;
        margin: 0 12px 12px 0;
    }

.to_fade, .to_slide_right, .to_slide_left, .block-header, .block-header + p {
    opacity: 0;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 13000;
    height: 100%;
}

.preloaderimg {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/preloader.gif) no-repeat 50% 50% transparent;
    margin: -40px 0 0 -40px;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
    cursor: url(../img/grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

.owl-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -13px;
}

.owl-prev, .owl-next {
    position: absolute;
    left: 0;
}

.owl-next {
    right: 0;
    left: auto;
}

    .owl-prev:before, .owl-next:before {
        font-family: 'FontAwesome';
        content: '\f105';
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

.owl-prev:before {
    content: '\f104';
}

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 16px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #343434;
    opacity: 0.95;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    color: #ff6f6f;
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

    .owl-theme .owl-controls .owl-page span {
        display: block;
        width: 12px;
        height: 12px;
        margin: 5px 7px;
        filter: Alpha(Opacity=50);
        opacity: 0.5;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        background: #2D2D2D;
    }

    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span {
        filter: Alpha(Opacity=100);
        opacity: 1;
    }

    .owl-theme .owl-controls .owl-page span.owl-numbers {
        height: auto;
        width: auto;
        color: #FFF;
        padding: 2px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

.owl-item.loading {
    min-height: 150px;
    background: url(../img/AjaxLoader.gif) no-repeat center center;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 420px;
}

.responisve-container {
    height: 420px;
}

.slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.fraction-slider {
    position: relative;
    width: 100%;
    height: 420px !important;
    overflow: visible;
}

    .fraction-slider .slide {
        display: none;
        width: 100%;
        height: 420px;
        position: absolute;
        z-index: 5000;
    }

    .fraction-slider .active-slide {
        z-index: 9999;
    }

    .fraction-slider .fs_obj {
        display: block;
        display: none;
        position: absolute;
        top: 0px;
        left: 100%;
        z-index: 7000;
    }

@media screen and (max-width:767px) {
    .fraction-slider .fs_obj {
        padding: 20px;
    }
}

.fraction-slider .fs_fixed_obj {
    z-index: 6000;
    left: 0;
}

.fraction-slider .fs_obj * {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
}

.fs_loader {
    width: 100%;
    height: 400px;
    background: url(../img/fractionslider/fs.spinner.gif) center center no-repeat transparent;
}

.fraction-slider .prev,
.fraction-slider .next {
    display: none;
    position: absolute;
    width: 45px;
    height: 45px;
    z-index: 9999;
}

.fraction-slider .prev {
    left: 10px;
    top: 48%;
    background: url(../img/fractionslider/fs.prevnext.png) 0px 0px no-repeat transparent;
}

    .fraction-slider .prev:hover {
        background: url(../img/fractionslider/fs.prevnext.png) 0px -45px no-repeat transparent;
    }

.fraction-slider .next {
    right: 10px;
    top: 48%;
    background: url(../img/fractionslider/fs.prevnext.png) -45px 0px no-repeat transparent;
}

    .fraction-slider .next:hover {
        background: url(../img/fractionslider/fs.prevnext.png) -45px -45px no-repeat transparent;
    }

.fraction-slider:hover .prev,
.fraction-slider:hover .next {
    display: block;
}

.fs-pager-wrapper {
    position: absolute;
    bottom: 50px;
    width: 100%;
    z-index: 9999;
}

    .fs-pager-wrapper a,
    .fs-custom-pager-wrapper a {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin: 0 3px 0 5px;
        background-color: #0066b3;
        border: 3px solid #0066b3;
        border-radius: 100%;
    }

    .fs-pager-wrapper .active,
    .fs-custom-pager-wrapper .active {
        border-color: #0066b3;
        background-color: #fff;
    }

.slider-wrapper p {
}

.fs_dark {
    font-family: 'Roboto', sans-serif;
    font-size: 57px;
    color: #0066b3;
    max-width: 650px;
    text-shadow: 2px 2px 0px #fff;
}

.fs_light {
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    max-width: 650px;
}

.fs_light {
    color: #333;
}

.fs_description {
    max-width: 450px;
    color: #343434;
    font-size: 20px;
    line-height: 1.3em;
}

@font-face {
    font-family: 'rt-icons';
    src: url('../fonts/rt-icons.eot');
    src: url('../fonts/rt-icons.eot?#iefix') format('embedded-opentype'), url('../fonts/rt-icons.woff') format('woff'), url('../fonts/rt-icons.ttf') format('truetype'), url('../fonts/rt-icons.svg#rt-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="rt-icon-"], [class*=" rt-icon-"] {
    font-family: 'rt-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rt-icon-ok:before {
    content: "\e600";
}

.rt-icon-youtube:before {
    content: "\e601";
}

.rt-icon-times:before {
    content: "\e602";
}

.rt-icon-image:before {
    content: "\e603";
}

.rt-icon-phone:before {
    content: "\e604";
}

.rt-icon-heart:before {
    content: "\e605";
}

.rt-icon-microphone:before {
    content: "\e606";
}

.rt-icon-rss-outline:before {
    content: "\e607";
}

.rt-icon-message:before {
    content: "\e608";
}

.rt-icon-location-outline:before {
    content: "\e609";
}

.rt-icon-link-outline:before {
    content: "\e60a";
}

.rt-icon-image-outline:before {
    content: "\e60b";
}

.rt-icon-export-outline:before {
    content: "\e60c";
}

.rt-icon-cross:before {
    content: "\e60d";
}

.rt-icon-star-outline:before {
    content: "\e60e";
}

.rt-icon-mail:before {
    content: "\e60f";
}

.rt-icon-heart-outline:before {
    content: "\e610";
}

.rt-icon-flash-outline:before {
    content: "\e611";
}

.rt-icon-arrow-move-outline:before {
    content: "\e612";
}

.rt-icon-watch:before {
    content: "\e613";
}

.rt-icon-time:before {
    content: "\e614";
}

.rt-icon-location-arrow-outline:before {
    content: "\e615";
}

.rt-icon-attachment-outline:before {
    content: "\e616";
}

.rt-icon-user-outline:before {
    content: "\e617";
}

.rt-icon-lock-closed-outline:before {
    content: "\e618";
}

.rt-icon-lock-open-outline:before {
    content: "\e619";
}

.rt-icon-group-outline:before {
    content: "\e61a";
}

.rt-icon-chart-pie-outline:before {
    content: "\e61b";
}

.rt-icon-video-outline:before {
    content: "\e61c";
}

.rt-icon-map:before {
    content: "\e61d";
}

.rt-icon-key-outline:before {
    content: "\e61e";
}

.rt-icon-infinity-outline:before {
    content: "\e61f";
}

.rt-icon-globe-outline:before {
    content: "\e620";
}

.rt-icon-eye-outline:before {
    content: "\e621";
}

.rt-icon-cog-outline:before {
    content: "\e622";
}

.rt-icon-camera-outline:before {
    content: "\e623";
}

.rt-icon-scissors-outline:before {
    content: "\e624";
}

.rt-icon-refresh-outline:before {
    content: "\e625";
}

.rt-icon-zoom-outline:before {
    content: "\e626";
}

.rt-icon-pin-outline:before {
    content: "\e627";
}

.rt-icon-message-typing:before {
    content: "\e628";
}

.rt-icon-folder:before {
    content: "\e629";
}

.rt-icon-pencil:before {
    content: "\e62a";
}

.rt-icon-brush:before {
    content: "\e62b";
}

.rt-icon-thumbs-up:before {
    content: "\e62c";
}

.rt-icon-pen:before {
    content: "\e62d";
}

.rt-icon-calender-outline:before {
    content: "\e62e";
}

.rt-icon-business-card:before {
    content: "\e62f";
}

.rt-icon-calculator:before {
    content: "\e630";
}

.rt-icon-clipboard:before {
    content: "\e631";
}

.rt-icon-gift:before {
    content: "\e632";
}

.rt-icon-bell:before {
    content: "\e633";
}

.rt-icon-anchor-outline:before {
    content: "\e634";
}

.rt-icon-power-outline:before {
    content: "\e635";
}

.rt-icon-shopping-bag:before {
    content: "\e636";
}

.rt-icon-device-tablet:before {
    content: "\e637";
}

.rt-icon-device-phone:before {
    content: "\e638";
}

.rt-icon-device-laptop:before {
    content: "\e639";
}

.rt-icon-device-desktop:before {
    content: "\e63a";
}

.rt-icon-spanner-outline:before {
    content: "\e63b";
}

.rt-icon-puzzle-outline:before {
    content: "\e63c";
}

.rt-icon-printer:before {
    content: "\e63d";
}

.rt-icon-lightbulb:before {
    content: "\e63e";
}

.rt-icon-flag-outline:before {
    content: "\e63f";
}

.rt-icon-contacts:before {
    content: "\e640";
}

.rt-icon-weather-stormy:before {
    content: "\e641";
}

.rt-icon-weather-shower:before {
    content: "\e642";
}

.rt-icon-weather-partly-sunny:before {
    content: "\e643";
}

.rt-icon-weather-downpour:before {
    content: "\e644";
}

.rt-icon-weather-cloudy:before {
    content: "\e645";
}

.rt-icon-plane-outline:before {
    content: "\e646";
}

.rt-icon-phone-outline:before {
    content: "\e647";
}

.rt-icon-microphone-outline:before {
    content: "\e648";
}

.rt-icon-weather-sunny:before {
    content: "\e649";
}

.rt-icon-weather-snow:before {
    content: "\e64a";
}

.rt-icon-weather-night:before {
    content: "\e64b";
}

.rt-icon-wine:before {
    content: "\e64c";
}

.rt-icon-tags:before {
    content: "\e64d";
}

.rt-icon-headphones:before {
    content: "\e64e";
}

.rt-icon-plug:before {
    content: "\e64f";
}

.rt-icon-credit-card:before {
    content: "\e650";
}

.rt-icon-coffee:before {
    content: "\e651";
}

.rt-icon-book:before {
    content: "\e652";
}

.rt-icon-beer:before {
    content: "\e653";
}

.rt-icon-tree:before {
    content: "\e654";
}

.rt-icon-thermometer:before {
    content: "\e655";
}

.rt-icon-messages:before {
    content: "\e656";
}

.rt-icon-shopping-cart:before {
    content: "\e657";
}

.rt-icon-leaf:before {
    content: "\e658";
}

.rt-icon-volume:before {
    content: "\e659";
}

.rt-icon-microphone2:before {
    content: "\e65a";
}

.rt-icon-paperclip:before {
    content: "\e65b";
}

.rt-icon-trashcan:before {
    content: "\e65c";
}

.rt-icon-search:before {
    content: "\e65d";
}

.rt-icon-chat:before {
    content: "\e65e";
}

.rt-icon-calendar:before {
    content: "\e65f";
}

.rt-icon-bookmark:before {
    content: "\e660";
}

.rt-icon-email:before {
    content: "\e661";
}

.rt-icon-heart2:before {
    content: "\e662";
}

.rt-icon-cloud:before {
    content: "\e663";
}

.rt-icon-book2:before {
    content: "\e664";
}

.rt-icon-star:before {
    content: "\e665";
}

.rt-icon-clock:before {
    content: "\e666";
}

.rt-icon-users:before {
    content: "\e667";
}

.rt-icon-user:before {
    content: "\e668";
}

.rt-icon-bullhorn:before {
    content: "\e669";
}

.rt-icon-diamond:before {
    content: "\e66a";
}

.rt-icon-drink:before {
    content: "\e66b";
}

.rt-icon-shorts:before {
    content: "\e66c";
}

.rt-icon-syringe:before {
    content: "\e66d";
}

.rt-icon-barbell:before {
    content: "\e66e";
}

.rt-icon-chart:before {
    content: "\e66f";
}

.rt-icon-pencil2:before {
    content: "\e670";
}

.rt-icon-newspaper:before {
    content: "\e671";
}

.rt-icon-earth:before {
    content: "\e672";
}

.rt-icon-clock2:before {
    content: "\e673";
}

.rt-icon-comment:before {
    content: "\e674";
}

.rt-icon-chat2:before {
    content: "\e675";
}

.rt-icon-speaker:before {
    content: "\e676";
}

.rt-icon-heart3:before {
    content: "\e677";
}

.rt-icon-list:before {
    content: "\e678";
}

.rt-icon-edit:before {
    content: "\e679";
}

.rt-icon-trash:before {
    content: "\e67a";
}

.rt-icon-briefcase:before {
    content: "\e67b";
}

.rt-icon-calendar2:before {
    content: "\e67c";
}

.rt-icon-inbox:before {
    content: "\e67d";
}

.rt-icon-google-plus:before {
    content: "\e67e";
}

.rt-icon-instagram:before {
    content: "\e67f";
}

.rt-icon-user2:before {
    content: "\e680";
}

.rt-icon-users2:before {
    content: "\e681";
}

.rt-icon-archive:before {
    content: "\e682";
}

.rt-icon-desktop:before {
    content: "\e683";
}

.rt-icon-sent:before {
    content: "\e684";
}

.rt-icon-share:before {
    content: "\e685";
}

.rt-icon-film:before {
    content: "\e686";
}

.rt-icon-tag:before {
    content: "\e687";
}

.rt-icon-email2:before {
    content: "\e688";
}

.rt-icon-picture:before {
    content: "\e689";
}

.rt-icon-frame:before {
    content: "\e68a";
}

.rt-icon-locked:before {
    content: "\e68b";
}

.rt-icon-pin:before {
    content: "\e68c";
}

.rt-icon-search2:before {
    content: "\e68d";
}

.rt-icon-home:before {
    content: "\e68e";
}

.rt-icon-cart:before {
    content: "\e68f";
}

.rt-icon-camera:before {
    content: "\e690";
}

.rt-icon-compass:before {
    content: "\e691";
}

.rt-icon-cloud2:before {
    content: "\e692";
}

.rt-icon-grid:before {
    content: "\e693";
}

.rt-icon-popup:before {
    content: "\e694";
}

.rt-icon-home2:before {
    content: "\e695";
}

.rt-icon-light-bulb:before {
    content: "\e696";
}

.rt-icon-store:before {
    content: "\e697";
}

.rt-icon-anchor:before {
    content: "\e698";
}

.rt-icon-book3:before {
    content: "\e699";
}

.rt-icon-sound-alt:before {
    content: "\e69a";
}

.rt-icon-inbox2:before {
    content: "\e69b";
}

.rt-icon-inbox-alt:before {
    content: "\e69c";
}

.rt-icon-envelope:before {
    content: "\e69d";
}

.rt-icon-compose:before {
    content: "\e69e";
}

.rt-icon-chat-alt-stroke:before {
    content: "\e69f";
}

.rt-icon-rss:before {
    content: "\e6a0";
}

.rt-icon-cog:before {
    content: "\e6a1";
}

.rt-icon-pin2:before {
    content: "\e6a2";
}

.rt-icon-link:before {
    content: "\e6a3";
}

.rt-icon-key-stroke:before {
    content: "\e6a4";
}

.rt-icon-lightbulb2:before {
    content: "\e6a5";
}

.rt-icon-compass2:before {
    content: "\e6a6";
}

.rt-icon-book-alt2:before {
    content: "\e6a7";
}

.rt-icon-book4:before {
    content: "\e6a8";
}

.rt-icon-book-alt:before {
    content: "\e6a9";
}

.rt-icon-pen-alt-stroke:before {
    content: "\e6aa";
}

.rt-icon-layers:before {
    content: "\e6ab";
}

.rt-icon-paperclip2:before {
    content: "\e6ac";
}

.rt-icon-fork:before {
    content: "\e6ad";
}

.rt-icon-uniF756:before {
    content: "\e6ae";
}

.rt-icon-uniF765:before {
    content: "\e6af";
}

.rt-icon-uniF794:before {
    content: "\e6b0";
}

.rt-icon-uniF56B:before {
    content: "\e6b1";
}

.rt-icon-fish:before {
    content: "\e6b2";
}

.rt-icon-cupcake:before {
    content: "\e6b3";
}

.rt-icon-pizza:before {
    content: "\e6b4";
}

.rt-icon-cherry:before {
    content: "\e6b5";
}

.rt-icon-mushroom:before {
    content: "\e6b6";
}

.rt-icon-bone:before {
    content: "\e6b7";
}

.rt-icon-steak:before {
    content: "\e6b8";
}

.rt-icon-bottle:before {
    content: "\e6b9";
}

.rt-icon-restaurantmenu:before {
    content: "\e6ba";
}

.rt-icon-coffeebean:before {
    content: "\e6bb";
}

.rt-icon-chocolate:before {
    content: "\e6bc";
}

.rt-icon-raspberry:before {
    content: "\e6bd";
}

.rt-icon-raspberrypi:before {
    content: "\e6be";
}

.rt-icon-birthday:before {
    content: "\e6bf";
}

.rt-icon-sun:before {
    content: "\e6c0";
}

.rt-icon-moon:before {
    content: "\e6c1";
}

.rt-icon-cloudy:before {
    content: "\e6c2";
}

.rt-icon-cloud3:before {
    content: "\e6c3";
}

.rt-icon-cloud4:before {
    content: "\e6c4";
}

.rt-icon-lightning:before {
    content: "\e6c5";
}

.rt-icon-rainy:before {
    content: "\e6c6";
}

.rt-icon-snowy:before {
    content: "\e6c7";
}

.rt-icon-mobile:before {
    content: "\e6c8";
}

.rt-icon-ipod:before {
    content: "\e6c9";
}

.rt-icon-monitor:before {
    content: "\e6ca";
}

.rt-icon-laptop:before {
    content: "\e6cb";
}

.rt-icon-window:before {
    content: "\e6cc";
}

.rt-icon-mouse:before {
    content: "\e6cd";
}

.rt-icon-quote:before {
    content: "\e6ce";
}

.rt-icon-quote2:before {
    content: "\e6cf";
}

.rt-icon-microphone3:before {
    content: "\e6d0";
}

.rt-icon-cog2:before {
    content: "\e6d1";
}

.rt-icon-gamepad:before {
    content: "\e6d2";
}

.rt-icon-graduate:before {
    content: "\e6d3";
}

.rt-icon-lab:before {
    content: "\e6d4";
}

.rt-icon-tie:before {
    content: "\e6d5";
}

.rt-icon-heart4:before {
    content: "\e6d6";
}

.rt-icon-cloud5:before {
    content: "\e6d7";
}

.rt-icon-star2:before {
    content: "\e6d8";
}

.rt-icon-tv:before {
    content: "\e6d9";
}

.rt-icon-sound:before {
    content: "\e6da";
}

.rt-icon-video:before {
    content: "\e6db";
}

.rt-icon-trash2:before {
    content: "\e6dc";
}

.rt-icon-user3:before {
    content: "\e6dd";
}

.rt-icon-key:before {
    content: "\e6de";
}

.rt-icon-search3:before {
    content: "\e6df";
}

.rt-icon-eye:before {
    content: "\e6e0";
}

.rt-icon-bubble:before {
    content: "\e6e1";
}

.rt-icon-stack:before {
    content: "\e6e2";
}

.rt-icon-cup:before {
    content: "\e6e3";
}

.rt-icon-phone2:before {
    content: "\e6e4";
}

.rt-icon-news:before {
    content: "\e6e5";
}

.rt-icon-mail2:before {
    content: "\e6e6";
}

.rt-icon-like:before {
    content: "\e6e7";
}

.rt-icon-photo:before {
    content: "\e6e8";
}

.rt-icon-note:before {
    content: "\e6e9";
}

.rt-icon-food:before {
    content: "\e6ea";
}

.rt-icon-t-shirt:before {
    content: "\e6eb";
}

.rt-icon-fire:before {
    content: "\e6ec";
}

.rt-icon-clip:before {
    content: "\e6ed";
}

.rt-icon-shop:before {
    content: "\e6ee";
}

.rt-icon-calendar3:before {
    content: "\e6ef";
}

.rt-icon-wallet:before {
    content: "\e6f0";
}

.rt-icon-vynil:before {
    content: "\e6f1";
}

.rt-icon-truck:before {
    content: "\e6f2";
}

.rt-icon-world:before {
    content: "\e6f3";
}

.rt-icon-settings:before {
    content: "\e6f4";
}

.rt-icon-camera2:before {
    content: "\e6f5";
}

.rt-icon-tag2:before {
    content: "\e6f6";
}

.rt-icon-lock:before {
    content: "\e6f7";
}

.rt-icon-bulb:before {
    content: "\e6f8";
}

.rt-icon-pen2:before {
    content: "\e6f9";
}

.rt-icon-diamond2:before {
    content: "\e6fa";
}

.rt-icon-display:before {
    content: "\e6fb";
}

.rt-icon-location:before {
    content: "\e6fc";
}

.rt-icon-clock3:before {
    content: "\e6fd";
}

.rt-icon-paperplane:before {
    content: "\e6fe";
}

.rt-icon-params:before {
    content: "\e6ff";
}

.rt-icon-banknote:before {
    content: "\e700";
}

.rt-icon-data:before {
    content: "\e701";
}

.rt-icon-music:before {
    content: "\e702";
}

.rt-icon-megaphone:before {
    content: "\e703";
}

.rt-icon-study:before {
    content: "\e704";
}

.rt-icon-lab2:before {
    content: "\e705";
}

.rt-icon-chat3:before {
    content: "\e706";
}

.rt-icon-archive2:before {
    content: "\e707";
}

.rt-icon-user4:before {
    content: "\e708";
}

.rt-icon-users3:before {
    content: "\e709";
}

.rt-icon-archive3:before {
    content: "\e70a";
}

.rt-icon-earth2:before {
    content: "\e70b";
}

.rt-icon-location2:before {
    content: "\e70c";
}

.rt-icon-mobile2:before {
    content: "\e70d";
}

.rt-icon-screen:before {
    content: "\e70e";
}

.rt-icon-mail3:before {
    content: "\e70f";
}

.rt-icon-support:before {
    content: "\e710";
}

.rt-icon-videos:before {
    content: "\e711";
}

.rt-icon-star3:before {
    content: "\e712";
}

.rt-icon-heart5:before {
    content: "\e713";
}

.rt-icon-bookmark2:before {
    content: "\e714";
}

.rt-icon-file:before {
    content: "\e715";
}

.rt-icon-locked2:before {
    content: "\e716";
}

.rt-icon-unlocked:before {
    content: "\e717";
}

.rt-icon-archive4:before {
    content: "\e718";
}

.rt-icon-images:before {
    content: "\e719";
}

.rt-icon-images2:before {
    content: "\e71a";
}

.rt-icon-pencil3:before {
    content: "\e71b";
}

.rt-icon-pictures:before {
    content: "\e71c";
}

.rt-icon-link2:before {
    content: "\e71d";
}

.rt-icon-search4:before {
    content: "\e71e";
}

.rt-icon-cog3:before {
    content: "\e71f";
}

.rt-icon-trashcan2:before {
    content: "\e720";
}

.rt-icon-pencil4:before {
    content: "\e721";
}

.rt-icon-article:before {
    content: "\e722";
}

.rt-icon-clock4:before {
    content: "\e723";
}

.rt-icon-heart6:before {
    content: "\e724";
}

.rt-icon-palette:before {
    content: "\e725";
}

.rt-icon-leaf2:before {
    content: "\e726";
}

.rt-icon-megaphone2:before {
    content: "\e727";
}

.rt-icon-bell2:before {
    content: "\e728";
}

.rt-icon-lifebuoy:before {
    content: "\e729";
}

.rt-icon-magnet:before {
    content: "\e72a";
}

.rt-icon-light-bulb2:before {
    content: "\e72b";
}

.rt-icon-flickr:before {
    content: "\e72c";
}

.rt-icon-flickr2:before {
    content: "\e72d";
}

.rt-icon-vimeo:before {
    content: "\e72e";
}

.rt-icon-vimeo2:before {
    content: "\e72f";
}

.rt-icon-twitter:before {
    content: "\e730";
}

.rt-icon-twitter2:before {
    content: "\e731";
}

.rt-icon-facebook:before {
    content: "\e732";
}

.rt-icon-facebook2:before {
    content: "\e733";
}

.rt-icon-facebook3:before {
    content: "\e734";
}

.rt-icon-googleplus:before {
    content: "\e735";
}

.rt-icon-googleplus2:before {
    content: "\e736";
}

.rt-icon-pinterest:before {
    content: "\e737";
}

.rt-icon-pinterest2:before {
    content: "\e738";
}

.rt-icon-tumblr:before {
    content: "\e739";
}

.rt-icon-tumblr2:before {
    content: "\e73a";
}

.rt-icon-linkedin:before {
    content: "\e73b";
}

.rt-icon-linkedin2:before {
    content: "\e73c";
}

.rt-icon-dribbble:before {
    content: "\e73d";
}

.rt-icon-dribbble2:before {
    content: "\e73e";
}

.rt-icon-stumbleupon:before {
    content: "\e73f";
}

.rt-icon-stumbleupon2:before {
    content: "\e740";
}

.rt-icon-lastfm:before {
    content: "\e741";
}

.rt-icon-lastfm2:before {
    content: "\e742";
}

.rt-icon-skype:before {
    content: "\e743";
}

.rt-icon-skype2:before {
    content: "\e744";
}

.rt-icon-behance:before {
    content: "\e745";
}

.rt-icon-vk:before {
    content: "\e746";
}

.rt-icon-smashing:before {
    content: "\e747";
}

.rt-icon-dropbox:before {
    content: "\e748";
}

.rt-icon-evernote:before {
    content: "\e749";
}

.rt-icon-picasa:before {
    content: "\e74a";
}

.rt-icon-instagram2:before {
    content: "\e74b";
}

@font-face {
    font-family: 'socialicoregular';
    src: url('../fonts/socialico-webfont.eot');
    src: url('../fonts/socialico-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/socialico-webfont.woff') format('woff'), url('../fonts/socialico-webfont.ttf') format('truetype'), url('../fonts/socialico-webfont.svg#socialicoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a[class^="socialico-"] {
    font-size: 0px !important;
    display: inline-block;
    position: relative;
    padding-right: 38px;
    line-height: 30px;
    vertical-align: middle;
}

    a[class^="socialico-"]:before {
        display: inline-block;
        text-indent: 0;
        overflow: hidden;
        font-family: 'socialicoregular';
        font-size: 24px;
        text-align: center;
        line-height: 1;
        position: absolute;
        top: -5px;
        left: 0;
        color: #ffffff;
        background-color: #ff6f6f;
        border-radius: 0;
        width: 30px;
        height: 30px;
        margin: 0 3px;
        line-height: 30px;
        -webkit-transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        -ms-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
    }

    a[class^="socialico-"]:hover {
    }

        a[class^="socialico-"]:hover:before {
            color: #2D2D2D;
            background-color: #fff;
            -webkit-transition: all 0.1s linear 0s;
            -moz-transition: all 0.1s linear 0s;
            -o-transition: all 0.1s linear 0s;
            -ms-transition: all 0.1s linear 0s;
            transition: all 0.1s linear 0s;
        }

a[class*="rounded"]:hover:before, a[class*="rounded"]:before {
    background-color: transparent;
    color: #ff6f6f;
}

a.socialico-soundcloud-rounded:before {
    content: "!";
}

a.socialico-pinterest-rounded:before {
    content: "&";
}

a.socialico-windows-rounded:before {
    content: "0";
}

a.socialico-addthis-rounded:before {
    content: "1";
}

a.socialico-sharethis-rounded:before {
    content: "2";
}

a.socialico-picasa-rounded:before {
    content: "4";
}

a.socialico-lastfm-rounded:before {
    content: "5";
}

a.socialico-technorati-rounded:before {
    content: "?";
}

a.socialico-mac-rounded:before {
    content: "@";
}

a.socialico-dribble-rounded:before {
    content: "d";
}

a.socialico-behance-rounded:before {
    content: "b";
}

a.socialico-facebook-rounded:before {
    content: "f";
}

a.socialico-google-rounded:before {
    content: "g";
}

a.socialico-skype-rounded:before {
    content: "h";
}

a.socialico-linkedin-rounded:before {
    content: "i";
}

a.socialico-deviantart-rounded:before {
    content: "j";
}

a.socialico-bing-rounded:before {
    content: "k";
}

a.socialico-twitter-rounded:before {
    content: "l";
}

a.socialico-myspace-rounded:before {
    content: "m";
}

a.socialico-flickr-rounded:before {
    content: "n";
}

a.socialico-tumblr-rounded:before {
    content: "o";
}

a.socialico-paypal-rounded:before {
    content: "p";
}

a.socialico-rss-rounded:before {
    content: "r";
}

a.socialico-stumbleupon-rounded:before {
    content: "s";
}

a.socialico-blogger-rounded:before {
    content: "u";
}

a.socialico-vimeo-rounded:before {
    content: "v";
}

a.socialico-wordpress-rounded:before {
    content: "w";
}

a.socialico-youtube-rounded:before {
    content: "x";
}

a.socialico-yahoo-rounded:before {
    content: "y";
}

a.socialico-aim-rounded:before {
    content: "z";
}

a.socialico-dribble:before {
    content: "D";
}

a.socialico-behance:before {
    content: "E";
}

a.socialico-facebook:before {
    content: "F";
}

a.socialico-google:before {
    content: "G";
}

a.socialico-skype:before {
    content: "H";
}

a.socialico-linkedin:before {
    content: "I";
}

a.socialico-deviantart:before {
    content: "J";
}

a.socialico-bing:before {
    content: "K";
}

a.socialico-twitter:before {
    content: "L";
}

a.socialico-myspace:before {
    content: "M";
}

a.socialico-flickr:before {
    content: "N";
}

a.socialico-tumblr:before {
    content: "T";
}

a.socialico-paypal:before {
    content: "P";
}

a.socialico-rss:before {
    content: "R";
}

a.socialico-stumbleupon:before {
    content: "S";
}

a.socialico-blogger:before {
    content: "B";
}

a.socialico-vimeo:before {
    content: "V";
}

a.socialico-wordpress:before {
    content: "W";
}

a.socialico-youtube:before {
    content: "X";
}

a.socialico-yahoo:before {
    content: "Y";
}

a.socialico-aim:before {
    content: "Z";
}

a.socialico-facebook:before {
    background-color: #507cbe;
}

a.socialico-twitter:before {
    background-color: #00abef;
}

a.socialico-flickr:before {
    background-color: #ff0084;
}

a.socialico-google:before {
    background-color: #cb4437;
}

a.socialico-linkedin:before {
    background-color: #00649b;
}

a.socialico-dribble:before {
    background-color: #f76799;
}

a.socialico-pint:before {
    background-color: #00bdec;
}

@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?81703720');
    src: url('../fonts/fontello.eot?81703720#iefix') format('embedded-opentype'), url('../fonts/fontello.woff?81703720') format('woff'), url('../fonts/fontello.ttf?81703720') format('truetype'), url('../fonts/fontello.svg?81703720#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="arrow-icon-"]:before, [class*=" arrow-icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    text-shadow: none !important;
}

.arrow-icon-picture:before {
    content: '\e848';
}

.arrow-icon-up-micro:before {
    content: '\e853';
}

.arrow-icon-quote-right-1:before {
    content: '\e847';
}

.arrow-icon-location:before {
    content: '\e849';
}

.arrow-icon-down-dir:before {
    content: '\e84a';
}

.arrow-icon-up-dir:before {
    content: '\e84b';
}

.arrow-icon-left-dir:before {
    content: '\e83b';
}

.arrow-icon-right-dir:before {
    content: '\e83a';
}

.arrow-icon-down-open-3:before {
    content: '\e83c';
}

.arrow-icon-left-open-4:before {
    content: '\e83d';
}

.arrow-icon-right-open-4:before {
    content: '\e83e';
}

.arrow-icon-up-open-3:before {
    content: '\e83f';
}

.arrow-icon-angle-left:before {
    content: '\e840';
}

.arrow-icon-angle-right:before {
    content: '\e841';
}

.arrow-icon-angle-up:before {
    content: '\e842';
}

.arrow-icon-angle-down:before {
    content: '\e843';
}

.arrow-icon-angle-double-left:before {
    content: '\e844';
}

.arrow-icon-angle-double-right:before {
    content: '\e845';
}

.arrow-icon-angle-double-up:before {
    content: '\e84d';
}

.arrow-icon-angle-double-down:before {
    content: '\e84c';
}

.arrow-icon-plus-1:before {
    content: '\e838';
}

.arrow-icon-minus-1:before {
    content: '\e839';
}

.arrow-icon-down-open-2:before {
    content: '\e82a';
}

.arrow-icon-left-open-3:before {
    content: '\e82b';
}

.arrow-icon-right-open-3:before {
    content: '\e82c';
}

.arrow-icon-up-open-2:before {
    content: '\e82d';
}

.arrow-icon-down-open-mini:before {
    content: '\e82e';
}

.arrow-icon-left-open-mini:before {
    content: '\e82f';
}

.arrow-icon-right-open-mini:before {
    content: '\e830';
}

.arrow-icon-up-open-mini:before {
    content: '\e831';
}

.arrow-icon-down-open-big:before {
    content: '\e832';
}

.arrow-icon-left-open-big:before {
    content: '\e833';
}

.arrow-icon-right-open-big:before {
    content: '\e834';
}

.arrow-icon-up-open-big:before {
    content: '\e835';
}

.arrow-icon-left-thin:before {
    content: '\e837';
}

.arrow-icon-right-thin:before {
    content: '\e836';
}

.arrow-icon-left-open-outline:before {
    content: '\e81c';
}

.arrow-icon-left-open-2:before {
    content: '\e81a';
}

.arrow-icon-right-open-outline:before {
    content: '\e81d';
}

.arrow-icon-right-open-2:before {
    content: '\e81b';
}

.arrow-icon-down:before {
    content: '\e81e';
}

.arrow-icon-left:before {
    content: '\e81f';
}

.arrow-icon-quote-left-1:before {
    content: '\e846';
}

.arrow-icon-up:before {
    content: '\e821';
}

.arrow-icon-down-outline:before {
    content: '\e822';
}

.arrow-icon-left-outline:before {
    content: '\e823';
}

.arrow-icon-right-outline:before {
    content: '\e824';
}

.arrow-icon-up-outline:before {
    content: '\e825';
}

.arrow-icon-down-small:before {
    content: '\e826';
}

.arrow-icon-left-small:before {
    content: '\e827';
}

.arrow-icon-right-small:before {
    content: '\e828';
}

.arrow-icon-up-small:before {
    content: '\e829';
}

.arrow-icon-plus:before {
    content: '\e806';
}

.arrow-icon-minus:before {
    content: '\e807';
}

.arrow-icon-quote-left:before {
    content: '\e808';
}

.arrow-icon-quote-right:before {
    content: '\e809';
}

.arrow-icon-quote-left-alt:before {
    content: '\e818';
}

.arrow-icon-quote-right-alt:before {
    content: '\e819';
}

.arrow-icon-down-open-1:before {
    content: '\e800';
}

.arrow-icon-left-open:before {
    content: '\e801';
}

.arrow-icon-right-open:before {
    content: '\e80a';
}

.arrow-icon-up-open-1:before {
    content: '\e80b';
}

.arrow-icon-down-1:before {
    content: '\e80e';
}

.arrow-icon-left-1:before {
    content: '\e80c';
}

.arrow-icon-right-1:before {
    content: '\e80d';
}

.arrow-icon-up-1:before {
    content: '\e80f';
}

.arrow-icon-down-bold:before {
    content: '\e810';
}

.arrow-icon-left-bold:before {
    content: '\e811';
}

.arrow-icon-right-bold:before {
    content: '\e812';
}

.arrow-icon-up-bold:before {
    content: '\e813';
}

.arrow-icon-down-fat:before {
    content: '\e814';
}

.arrow-icon-left-fat:before {
    content: '\e815';
}

.arrow-icon-right-fat:before {
    content: '\e816';
}

.arrow-icon-up-fat:before {
    content: '\e817';
}

.arrow-icon-plus-2:before {
    content: '\e84e';
}

.arrow-icon-minus-2:before {
    content: '\e84f';
}

.arrow-icon-quote:before {
    content: '\e850';
}

.arrow-icon-quote-circled:before {
    content: '\e851';
}

.arrow-icon-down-open:before {
    content: '\e802';
}

.arrow-icon-left-open-1:before {
    content: '\e803';
}

.arrow-icon-right-open-1:before {
    content: '\e804';
}

.arrow-icon-up-open:before {
    content: '\e805';
}

.arrow-icon-down-micro:before {
    content: '\e852';
}

.arrow-icon-right:before {
    content: '\e820';
}

div.facebook .pp_expand {
    background: url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

    div.facebook .pp_expand:hover {
        background: url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
        cursor: pointer;
    }

div.facebook .pp_contract {
    background: url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

    div.facebook .pp_contract:hover {
        background: url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
        cursor: pointer;
    }

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.facebook .pp_description {
    margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
    background: url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous {
    background: url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

    div.facebook .pp_arrow_previous.disabled {
        background-position: 0 -96px;
        cursor: default;
    }

div.facebook .pp_arrow_next {
    background: url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

    div.facebook .pp_arrow_next.disabled {
        background-position: -32px -96px;
        cursor: default;
    }

div.facebook .pp_nav {
    margin-top: 0;
}

    div.facebook .pp_nav p {
        font-size: 15px;
        padding: 0 3px 0 4px;
        margin-top: -2px;
    }

    div.facebook .pp_nav .pp_play {
        background: url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
        height: 22px;
        width: 22px;
    }

    div.facebook .pp_nav .pp_pause {
        background: url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
        height: 22px;
        width: 22px;
    }

div.facebook .pp_next:hover {
    background: url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.facebook .pp_previous:hover {
    background: url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.pp_pic_holder a:focus {
    outline: none;
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}

.pp_content {
    height: 40px;
    min-width: 40px;
    overflow: hidden;
}

* html .pp_content {
    width: 40px;
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}

    .pp_content_container .pp_left {
        padding-left: 20px;
    }

    .pp_content_container .pp_right {
        padding-right: 20px;
    }

    .pp_content_container .pp_details {
        float: left;
        padding: 7px 10px;
        background-color: #fff;
    }

.pp_description {
    display: none;
    margin: 0;
}

.pp_social {
    float: left;
    margin: 0;
}

    .pp_social .facebook {
        float: left;
        margin-left: 5px;
        width: 55px;
        overflow: hidden;
    }

    .pp_social .twitter {
        float: left;
    }

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}

    .pp_nav p {
        float: left;
        white-space: nowrap;
        margin: 2px 4px;
    }

    .pp_nav .pp_play, .pp_nav .pp_pause {
        float: left;
        margin-right: 4px;
        text-indent: -10000px;
    }

a.pp_arrow_previous, a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}

    .pp_gallery div {
        float: left;
        overflow: hidden;
        position: relative;
    }

    .pp_gallery ul {
        float: left;
        height: 35px;
        position: relative;
        white-space: nowrap;
        margin: 0 0 0 5px;
        padding: 0;
    }

        .pp_gallery ul a {
            border: 1px rgba(0,0,0,0.5) solid;
            display: block;
            float: left;
            height: 33px;
            overflow: hidden;
        }

            .pp_gallery ul a img {
                border: 0;
            }

    .pp_gallery li {
        display: block;
        float: left;
        margin: 0 5px 0 0;
        padding: 0;
    }

        .pp_gallery li.default a {
            background: url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
            display: block;
            height: 33px;
            width: 50px;
        }

    .pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
        margin-top: 7px !important;
    }

a.pp_next {
    background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

a.pp_previous {
    background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

a.pp_expand, a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}

a.pp_close {
    position: absolute;
    right: 30px;
    top: 7px;
    display: block;
    line-height: 22px;
    text-indent: -10000px;
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px;
}

#pp_full_res {
    line-height: 1 !important;
}

    #pp_full_res .pp_inline {
        text-align: left;
    }

        #pp_full_res .pp_inline p {
            margin: 0 0 15px;
        }

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px;
}

.pp_top, .pp_bottom {
    height: 20px;
    position: relative;
}

* html .pp_top, * html .pp_bottom {
    padding: 0 20px;
}

    .pp_top .pp_left, .pp_bottom .pp_left {
        height: 20px;
        left: 0;
        position: absolute;
        width: 20px;
    }

    .pp_top .pp_middle, .pp_bottom .pp_middle {
        height: 20px;
        left: 20px;
        position: absolute;
        right: 20px;
    }

    * html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
        left: 0;
        position: static;
    }

    .pp_top .pp_right, .pp_bottom .pp_right {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
    }

.pp_fade, .pp_gallery li.default a img {
    display: none;
}

.photos div {
    float: left;
    display: block;
    position: relative;
    margin: 11px;
    height: 100px;
    width: 135px;
}

    .photos div img.nocolor {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99;
    }

    .photos div img.color {
        position: absolute;
        left: 0;
        top: 0;
    }

.photos a {
    width: 100%;
    height:80px;
    float:right;
}

.photos span {
    font-size: 12px;
    text-align: center;
    margin-top:5px;
    width: 100%;
    float: left;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.our_product {
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    color: #333 !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}

.product_style {
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    font-weight:bolder;
    color: #0066b3 !important;
    text-align: center;
    text-transform: uppercase;
}

.new_product {
    background-color: #e9e8ed;
    padding: 0px 30px;
}

.product_box {
    width: 260px;
    height: 168px;
    float: right;
    margin-top: 65px;
}

    .product_box h2 {
        font-size: 22px;
        color: #333;
        font-weight: bold;
        text-align: left;
        margin: 5px 0px;
    }

    .product_box p {
        font-size: 12px;
        color: #333;
        padding: 0px;
        margin: 0px;
        text-align: left;
    }

    .product_box a {
        font-size: 20px;
        color: #0066b3;
        padding: 0px;
        margin: 0px;
        font-weight: bold;
        float: left;
    }

        .product_box a:hover {
            color: #0066b3;
        }

.hedding {
    width: 200px;
    height: 60px;
    background-color: #e9e8ed;
    float: left;
    margin-top: -60px;
    margin-left: -30px;
    border-top: solid 2px #005ca9;
}

    .hedding h2 {
        color: #333;
        font-size: 20px;
        margin-left: 15px;
        text-transform: uppercase;
    }

.h2_style {
    color: #333;
    font-size: 16px;
    margin-left: 15px;
    margin-top: 20px;
}

.portfolio_bg {
    background-image: url(../index_files/Pbg.png);
    
    background-position: center;
    margin: 0 auto;
    min-height: 1217px;
    background-size: 140%;
}


.portfolio_bg1 {
    background-image: url(../index_files/contactus-1.jpg);
    
    background-position: center;
    margin: 0 auto;
    background-size: 100%;
}


.color_portfolio {
    width: 100%;
    height: 100%;
}

.portfolio_box {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

    .portfolio_box ul {
        width: 100%;
        height: auto;
        float: left;
    }

        .portfolio_box ul li {
            width: 302px;
            height: 264px;
            padding: 0px 0px;
            float: left;
            list-style: none;
            background-color: rgba(255, 255, 255, 0.8);
            margin: 5px 30px 41px 30px;
            border-top-right-radius: 1.5em;
        }

            .portfolio_box ul li:hover {
                width: 302px;
                height: 264px;
                padding: 0px 0px;
                float: left;
                list-style: none;
                background-color: rgba(255, 255, 255, 1);
                margin: 5px 30px 41px 30px;
            }

            .portfolio_box ul li .img_icon {
                width: 280px;
                height: 220px;
                margin: auto;
                text-align: center;
            }

.spacer_10 {
    width: 100%;
    height: 10px;
}

.clear {
    clear: both;
}

.hover span {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    width: 302px;
    height: auto;
    background-color: #0066b3;
    float: left;
    padding: 10px;
}

.grow {
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    .grow:hover, .grow:focus, .grow:active {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        z-index: 999999;
    }

.color_network {
    background-color: #0066b3;
    width: 100%;
    min-height: 310px;
}

.network_links {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.icon_content {
    text-align: center;
}

.network_box h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.network_box:hover h2 {
    color: #000;
    transition: color 1s,margin-left .5s;
}

.search_bg {
    background-image: url(../images/home_page_bg/search_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    min-height: 332px;
}

.color_search {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.search_area {
    width: 70%;
    height: auto;
    margin: auto;
}

.search_area_btn {
    width: 178px;
    height: auto;
    margin: auto;
}

.search_style {
    background-color: #dddddd;
    border: none;
    border-radius: 10px;
    width: 100%;
    height: 46px;
    padding-left: 10px;
    box-shadow: 2px 7px 7px #000000;
}

.search_btn {
    width: 176px;
    height: 30px;
    border: none;
    border-radius: 5px;
    background-color: #0066b3;
    box-shadow: 2px 7px 7px #000000;
    margin-top: 20px;
    color: #fff;
}

.link_box {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

    .link_box ul {
        width: 100%;
        height: auto;
        float: left;
    }

        .link_box ul li {
            width: 280px;
            height: 100px;
            padding: 0px 10px;
            float: left;
            list-style: none;
        }

            .link_box ul li .img_icon {
                width: 178px;
                height: 57px;
                margin: auto;
                text-align: center;
            }

.spacer_10 {
    width: 100%;
    height: 10px;
}

.clear {
    clear: both;
}

.hover a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

    .hover a:hover {
        color: #0066b3;
        transition: color 1s,margin-left .5s;
    }

.installations_bg {
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0);
    margin: 0 auto;
    height: auto;
}

.content p {
    color: #333;
    font-size: 13px;
}

.content ul {
    width: 100%;
    height: auto;
    float: left;
    padding-left: 17px;
}

    .content ul li {
        width: auto;
        float: left;
        margin-right: 18px;
        list-style: disc;
        font-size: 13px;
        color: #666;
        font-weight: bold;
    }

.installations_box {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

    .installations_box ul {
        width: 100%;
        height: auto;
        float: left;
    }

        .installations_box ul li {
            width: 280px;
            height: 150px;
            padding: 0px 10px;
            float: left;
            list-style: none;
            margin: 30px 0px;
        }

            .installations_box ul li .img_icon {
                width: 178px;
                height: auto;
                margin: auto;
                text-align: center;
            }

                .installations_box ul li .img_icon img {
                    opacity: 0.5;
                }

                    .installations_box ul li .img_icon img:hover {
                        opacity: 1;
                        transition: opacity 1s,margin-left .5s;
                    }

.hover_1 a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
}

    .hover_1 a:hover {
        color: #0066b3;
        transition: color 1s,margin-left .5s;
    }

.event_bg {
    background-image: url(../images/home_page_bg/event_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    height: 420px;
}

.event_content {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.event_area {
    width: 440px;
    height: auto;
    float: left;
    text-align: center;
    margin: 0px 70px;
}

    .event_area a {
        width: 446px;
        height: auto;
        float: left;
        text-align: center;
    }

    .event_area h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        color: #666;
        text-align: center;
        margin-top: 20px;
        text-transform: uppercase;
        line-height: 20px;
    }

.event_effect h2 {
    padding: 10px 0px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.event_effect:hover h2 {
    color: #fff;
    background-color: #0066b3;
    transition: background 1s,margin-left .5s;
    padding: 10px 0px;
    width: 90%;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}

.color_search_1 {
    width: 100%;
    height: 420px;
    background-color: #f2f2f2;
}


.color_career {
    background-color: rgba(247, 149, 72, 0.8);
    height: 403px;
}

.form_area {
    width: 100%;
    margin-top: 20px;
}

    .form_area label {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        color: #fff;
        font-weight: normal;
        float: left;
    }

    .form_area input[type="text"] {
        width: 100%;
        height: 30px;
        float: left;
        background-color: rgba(255, 255, 255, 0.6);
   padding-left: 5px;
        margin: 0px 0px 20px 0px;
    }

    .form_area textarea {
        width: 100%;
        height: 80px;
        float: left;
        background-color: rgba(255, 255, 255, 0.6);
        border: none;
        padding-left: 5px;
        margin: 0px 0px 20px 0px;
    }

.submit {
    width: auto;
    height: auto;
    padding: 0px 8px;
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    border-radius: 2px;
    border: none;
    background-color: #fff;
    box-shadow: 0px 3px 2px #333;
    margin-left: 10px;
    cursor: pointer;
}

    .submit:hover {
        color: #fff;
        border-radius: 5px;
        background-color: #0066b3;
        transition: border 1s,margin-left .5s;
        transition: background 1s,margin-left .5s;
        transition: box-shadow 1s,margin-left .3s;
        box-shadow: 0px 2px 3px #fff;
    }

.float_right {
    float: right;
}

.right_p {
    float: right;
    text-align: right !important;
}

.form-inline .form-group {
    margin-bottom: 0px;
    display: inline-block;
}

.form-control {
    box-shadow: none;
    height: 40px;
    margin-bottom: 0px;
    padding: 4px 12px;
    vertical-align: middle;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid rgba(102, 102, 102, 0.4);
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    color: #000000;
}

.admin {
    width: 100%;
    box-shadow: none;
    height: 40px;
    margin-bottom: 0px;
    padding: 4px 12px;
    vertical-align: middle;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid rgba(102, 102, 102, 0.4);
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    color: #000000;
    margin-bottom: 15px;
}

.pass {
    width: 50%;
    box-shadow: none;
    height: 40px;
    margin-bottom: 0px;
    padding: 4px 12px;
    vertical-align: middle;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid rgba(102, 102, 102, 0.4);
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    color: #000000;
    margin-bottom: 15px;
}

.form-control_1 {
    box-shadow: none;
    width: 48%;
    height: 35px;
    margin-bottom: 0px;
    padding: 4px 12px;
    vertical-align: middle;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid rgba(102, 102, 102, 0.4);
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    color: #666;
    float: left;
    margin-right: 15px;
}

.form_control {
    box-shadow: none;
    height: 45px;
    margin-bottom: 0px;
    padding: 4px 12px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 2px solid #ccc;
    background-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    color: #dddddd;
    margin: 10px 0;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.submit_1 {
    width: auto;
    height: auto;
    padding: 5px 20px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    border: none;
    background-color: #0066b3;
    box-shadow: 0px 3px 2px #333;
    margin-left: 10px;
    cursor: pointer;
}

    .submit_1:hover {
        color: #fff;
        border-radius: 5px;
        background-color: #000;
        transition: border 1s,margin-left .5s;
        transition: background 1s,margin-left .5s;
        transition: box-shadow 1s,margin-left .3s;
        box-shadow: 0px 2px 3px #fff;
    }

.logo_75_fix {
    display: inline-block;
    position: fixed;
    top: 150px;
    right: -12px;
    z-index: 989999;
}

#contact p {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

@media (min-width:992px) {
    .sf-menu > li.active > a {
        background-color: #0066b3;
        color: #fff;
        padding: 5px 5px;
        font-size: 14px;
    }

    .sf-menu > li li.active > a {
        color: #fff;
        cursor: text;
    }

    .navbar-brand img {
        width: 90%;
    }

    .sf-menu > li > a {
        margin: 0 0 38px;
        padding: 15px 8px 0;
        text-transform: uppercase;
        font-size: 12px;
    }

    .photos div {
        margin: 1%;
    }

    .portfolio_bg {
        background-position: top center;
    }

    .hover span {
        width: 215px;
        font-size: 14px;
    }

    .portfolio_box ul li .img_icon {
        height: 161px;
        width: 215px;
    }

    .portfolio_box ul li {
        height: 205px;
        width: 215px;
    }

        .portfolio_box ul li:hover {
            height: 205px;
            width: 215px;
            background-color: rgba(255, 255, 255, 1);
            margin: 5px 30px 41px 30px;
        }

    .link_box ul li {
        width: 25%;
    }

    .event_area {
        float: left;
        height: auto;
        margin: 0 35px;
        text-align: center;
        width: 400px;
    }

        .event_area a {
            float: left;
            height: auto;
            text-align: center;
            width: 400px;
        }
}

@media (min-width:1200px) {
    .sf-menu > li.active > a {
        background-color: #0066b3;
        color: #fff;
        padding: 10px 15px;
    }

    .sf-menu > li > a {
        font-size: 14px;
    }

    .photos div {
        margin: 13px;
    }

    .portfolio_box ul li {
        width: 301px;
        height: 324px;
        padding: 0px 0px;
        float: left;
        list-style: none;
        background-color: rgba(255, 255, 255, 0.8);
        margin: 5px 30px 41px 30px;
        border-top-right-radius: 1.5em;
        border: solid thin #dddddd;
    }

        .portfolio_box ul li:hover {
            width: 301px;
            height: 324px;
            padding: 0px 0px;
            float: left;
            list-style: none;
            background-color: rgba(255, 255, 255, 1);
            margin: 5px 30px 41px 30px;
            border: solid thin #dddddd;
        }

        .portfolio_box ul li .img_icon {
            width: 280px;
            height: 279px;
            margin: auto;
            text-align: center;
        }

    .spacer_10 {
        width: 100%;
        height: 10px;
    }

    .clear {
        clear: both;
    }

    .hover span {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-weight: normal;
        width: 301px;
        height: auto;
        background-color: #0066b3;
        float: left;
        padding: 10px;
    }

    .event_area {
        width: 440px;
        height: auto;
        float: left;
        text-align: center;
        margin: 0px 70px;
    }

        .event_area img {
            opacity: 0.5;
        }

            .event_area img:hover {
                opacity: 1;
            }

        .event_area a {
            width: 446px;
            height: auto;
            float: left;
            text-align: center;
        }

        .event_area h2 {
            font-family: 'Open Sans', sans-serif;
            font-size: 22px;
            color: #666;
            text-align: center;
            margin-top: 20px;
            text-transform: uppercase;
            line-height: 20px;
        }
}

.event_effect h2 {
    padding: 10px 0px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.event_effect:hover h2 {
    color: #fff;
    background-color: #0066b3;
    transition: background 1s,margin-left .5s;
    padding: 10px 0px;
    width: 90%;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}

.navbar-brand img {
    width: 100%;
}

}

.inner_cat_ampli_bg {
    background-image: url(../images/home_page_bg/product_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    min-height: 1090px;
    background-position: center 85px;
}

.color_portfolio {
    width: 100%;
    height: 100%;
}

.inner_cat_box {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

    .inner_cat_box ul {
        width: 100%;
        height: auto;
        float: left;
    }

        .inner_cat_box ul li {
            width: 301px;
            height: 330px;
            padding: 5px 0px 0px 0px;
            float: left;
            list-style: none;
            background-color: rgba(255, 255, 255, 1);
            margin: 5px 30px 41px 30px;
            border-top-right-radius: 1.5em;
            border: solid thin #dddddd;
        }

            .inner_cat_box ul li .img_icon {
                width: 280px;
                height: 280px;
                margin: auto;
                text-align: center;
                margin-bottom: 10px;
            }

.spacer_10 {
    width: 100%;
    height: 10px;
}

.clear {
    clear: both;
}

.hover span {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    width: 301px;
    height: auto;
    background-color: #0066b3;
    float: left;
    padding: 10px;
    margin-left: -1px;
}

.inner_cat_ampli_bg h4 {
    font-size: 18px;
    color: #0066b3;
    text-transform: uppercase;
    font-weight: normal;
}

.inner_cat_sub_bg {
    background-color: #dddddd;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    min-height: 1090px;
}

.color_portfolio {
    width: 100%;
    height: 100%;
}

.inner_sub_box {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

    .inner_sub_box ul {
        width: 100%;
        height: auto;
        float: left;
    }

        .inner_sub_box ul li {
            width: 325px;
            height: 373px;
            padding: 17px 0px 0px 0px;
            float: left;
            list-style: none;
            background-color: rgba(255, 255, 255, 1);
            margin: 5px 30px 41px 10px;
            border-top-right-radius: 1.5em;
            border: solid thin #dddddd;
        }

            .inner_sub_box ul li .img_icon {
                width: 270px;
                height: 270px;
                margin: auto;
                text-align: center;
            }

.spacer_10 {
    width: 100%;
    height: 10px;
}

.clear {
    clear: both;
}

.info {
    width: 100%;
    height: auto;
    background-color: #0066b3;
    float: left;
    padding: 0px 10px 5px 10px;
}

    .info span {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #fff;
        text-align: left;
        text-transform: uppercase;
        font-weight: 600;
        width: 100%;
        height: auto;
        padding: 0px;
        margin: 0px;
    }

    .info p {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        color: #fff;
        text-align: left;
        text-transform: uppercase;
        font-weight: normal;
        width: 100%;
        height: auto;
        padding: 0px;
        margin: 0px;
    }

.inner_cat_sub_bg h4 {
    font-size: 18px;
    color: #0066b3;
    text-transform: uppercase;
    font-weight: normal;
}

.product_detail_bg {
    background-position: initial;
	background-image: -webkit-gradient(linear, 0 0, 0 45, from(rgb(236, 236, 236)), to(rgb(255, 255, 255)));
    	background-size: initial;
    	background-repeat-x: initial;
    	background-repeat-y: initial;
    	background-attachment: initial;
    	background-origin: initial;
    	background-clip: initial;
    	background-color: initial;
}

    .product_detail_bg h4 {
        font-size: 18px;
        color: #0066b3;
        text-transform: uppercase;
        font-weight: normal;
    }

.product_detail {
    width: 100%;
    height: auto;
}

.product_area {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
    min-height: 650px;
}

    .product_area .image_area {
        width: 410px;
        height: 550px;
        float: left;
        margin-right: 12%;
        text-align: center;
    }

.features_area {
    width: 590px;
    height: 550px;
    float: right;
}


.features_area_buba {
    width: 590px;
    height: 900px;
    float: right;
}
    .features_area h2 {
        font-size: 25px;
        color: #0066b3;
        font-weight: bold;
        text-align: left;
        text-transform:none; 
    }

    .features_area span {
        font-size: 16px;
        color: #0066b3;
        width: 100%;
        font-weight: 600;
        text-align: left;
        float: left;
    }

    .features_area p {
        font-size: 12px;
        color: #999;
        font-weight: 600;
        text-align: left;
    }

    .features_area ul {
        width: 100%;
        height: auto;
        float: left;
        padding-left: 25px;
        margin-top: 5px;
    }

        .features_area ul li {
            font-family: 'Open Sans', sans-serif;
            font-size: 12px;
            color: #666;
            text-align: left;
            height: auto;
            width: auto;
            line-height: 18px;
            margin-bottom: 8px;
        }

.page_hedding {
    width: 48.6%;
    float: right;
}

.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    width: 80%;
    padding-left: 30px;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .jcarousel ul {
        width: 20000em;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .jcarousel li {
        width: 200px;
        float: left;
        border: 1px solid #fff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .jcarousel img {
        max-width: 100%;
        height: auto !important;
    }

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
    left: -45px;
}

.jcarousel-control-next {
    right: -45px;
}

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

    .jcarousel-pagination a {
        text-decoration: none;
        display: inline-block;
        font-size: 11px;
        height: 10px;
        width: 10px;
        line-height: 10px;
        background: #fff;
        color: #4E443C;
        border-radius: 10px;
        text-indent: -9999px;
        margin-right: 7px;
        -webkit-box-shadow: 0 0 2px #4E443C;
        -moz-box-shadow: 0 0 2px #4E443C;
        box-shadow: 0 0 2px #4E443C;
    }

        .jcarousel-pagination a.active {
            background: #4E443C;
            color: #fff;
            opacity: 1;
            -webkit-box-shadow: 0 0 2px #F0EFE7;
            -moz-box-shadow: 0 0 2px #F0EFE7;
            box-shadow: 0 0 2px #F0EFE7;
        }

.box {
    width: 130px;
    text-align: center;
    height: 140px;
    border: solid thin #cccccc;
    padding: 15px 0px 0px 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tab_content_left {
    border-right: solid thin #cccccc;
    min-height: 25px;
    padding: 5px;
    background-color: #dddddd;
}

.tab_content_right {
    min-height: 25px;
}

.tab_content_left p {
    color: #333;
    text-align: right;
    font-weight: 600;
}

.tab_content_right p {
    color: #333;
    text-align: left;
}

.tab-pane .row {
    margin-top: 5px;
}

.literature {
    min-height: 25px;
    padding: 5px;
    background-color: #dddddd;
    margin-right: 20px;
    text-align: center;
}

    .literature p {
        color: #333;
        text-align: center;
    }

.spacer_50 {
    width: 100%;
    height: 50px;
}

.links {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
}

    .links a {
        font-size: 12px;
        text-transform: uppercase;
    }

.box span {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    width: 128px;
    height: auto;
    background-color: #0066b3;
    float: left;
    padding: 5px;
}

#cssmenu_1,
#cssmenu_1 ul,
#cssmenu_1 li,
#cssmenu_1 a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    position: relative;
}

#cssmenu_1 {
    width: 300px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    #cssmenu_1 a {
        line-height: 1.3;
    }

    #cssmenu_1 ul li {
        border: solid thin #ccc;
        margin: 10px;
    }

    #cssmenu_1 > ul > li > a {
        font-size: 16px;
        display: block;
        color: #0066b3;
        text-shadow: 0 -1px 1px #ffffff;
    }

        #cssmenu_1 > ul > li > a > span {
            display: block;
            padding: 10px 10px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        #cssmenu_1 > ul > li > a:hover {
            text-decoration: none;
        }

    #cssmenu_1 > ul > li.active {
        background-color: rgb(0, 92, 169);
    }

        #cssmenu_1 > ul > li.active span {
            color: white;
            text-shadow: none;
        }

    #cssmenu_1 > ul > li.has-sub > a span {
        background: url(../images/icon_plus.png) 96% center no-repeat;
    }

    #cssmenu_1 > ul > li.has-sub.active > a span {
        background: url(../images/icon_minus.png) 96% center no-repeat;
    }

    #cssmenu_1 ul ul {
        display: none;
        background: #fff;
        border-right: 1px solid #a2a194;
        border-left: 1px solid #a2a194;
    }

        #cssmenu_1 ul ul li {
            background: none;
        }

    #cssmenu_1 ul ul {
        display: none;
        background: #fff;
        border-right: 1px solid #a2a194;
        border-left: 1px solid #a2a194;
    }

        #cssmenu_1 ul ul li {
            padding: 0;
            border-bottom: 1px solid #d4d4d4;
            border-top: none;
            background: #f7f7f7;
            background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
            background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
            background: linear-gradient(#f7f7f7 0%, #ececec 100%);
        }

        #cssmenu_1 ul ul a {
            padding: 10px 10px 10px 25px;
            display: block;
            color: #333333;
            font-size: 12px;
            font-weight: normal;
        }

            #cssmenu_1 ul ul a:before {
                content: '\00BB';
                position: absolute;
                left: 10px;
                color: #e94f31;
            }

            #cssmenu_1 ul ul a:hover {
                color: #e94f31;
            }

    #cssmenu_1 > ul > li > a > span {
        display: block;
        padding: 12px 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    #cssmenu_1 > ul > li > a:hover {
        text-decoration: none;
    }

    #cssmenu_1 > ul > li.active {
        border-bottom: none;
    }

.area_1 {
    width: 223px;
    height: 275px;
    float: left;
    margin: 0px 20px 20px 0px;
    box-shadow: 2px 2px 12px #666666;
    padding: 5px;
    min-height: 190px;
}

    .area_1 h5 {
        float: left;
        font-size: 15px;
        color: #000;
        width: 100%;
        margin: 10px 0px 0px 0px;
    }

    .area_1 span {
        float: left;
        font-size: 28px;
        color: #005CA9;
        font-weight: normal;
    }

.export_map {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 25px;
    float: left;
}

.about_content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #333;
    line-height: 20px;
    margin-bottom: 15px;
}

.divminheight {
    min-height: 500px;
}

}

.modal-body h4 {
    font-weight: normal;
    font-size: 16px !important;
}

.sf-menu_1, .sf-menu_1 * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sf-menu_1 li {
        position: relative;
    }

    .sf-menu_1 ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
    }

    .sf-menu_1 > li {
        display: inline-block;
    }

    .sf-menu_1 li:hover > ul,
    .sf-menu_1 li.sfHover > ul {
        display: block;
    }

    .sf-menu_1 a {
        display: block;
        position: relative;
    }

    .sf-menu_1 ul ul {
        top: 0 !important;
        left: 100%;
    }

.sf-menu_1 {
    float: left;
}

    .sf-menu_1 ul {
        min-width: 12em;
        *width: 12em;
    }

        .sf-menu_1 ul ul {
            margin-top: -17px;
        }

    .sf-menu_1 a {
        font-size: 14px;
        padding: 0;
        text-decoration: none;
        zoom: 1;
        color: #343434;
        font-family: 'Conv_TTDINRG',Sans-Serif;
    }

        .sf-menu_1 a:hover {
            color: #0066b3;
        }

    .sf-menu_1 > li {
        width: 33%;
        text-align: center;
    }

        .sf-menu_1 > li > a {
            padding: 15px 10px 0px;
            margin: 0px 0px 38px;
            text-transform: uppercase;
        }

.is-sticky .sf-menu_1 > li > a {
    margin: 18px 0 18px;
}

.sf-menu_1 > li:first-child > a {
    border-left: none;
}

.sf-menu_1 > li > a:hover, .sf-menu_1 > li.active > a {
    color: #333;
}

.sf-menu_1 > li.active > a {
    background-color: #0066b3;
    color: #fff;
    padding: 10px 15px;
}

.sf-menu_1 > li li.active > a {
    color: #fff;
    cursor: text;
}

.sf-menu_1 li {
    *white-space: normal;
}

.sf-menu_1 ul {
    display: none;
    background-color: #343434;
    padding: 17px 0 17px;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.05);
    border: none;
    border-radius: 0;
}

    .sf-menu_1 ul li {
        padding: 0 30px 0 30px;
    }

        .sf-menu_1 ul li + li {
        }

    .sf-menu_1 ul a {
        padding: 10px;
        color: #fff;
    }

    .sf-menu_1 ul a {
        border-top: 1px solid rgba(100,100,100,0.2);
    }

        .sf-menu_1 ul a:hover {
            color: #ff6f6f;
        }

    .sf-menu_1 ul li:first-child > a {
        border-top: none;
    }

    .sf-menu_1 ul li:last-child a {
    }

    .sf-menu_1 ul ul {
        background-color: #fff;
    }

.sf-men_1 ul ul a {
    color: #343434;
}

.sf-menu_1 li:hover,
.sf-menu_1 li.sfHover {
    -webkit-transition: none;
    transition: none;
}

.sf-arrows_1 ul .sf-with-ul {
    padding-right: 1.5em;
    *padding-right: 1em;
}

.sf-arrows_1 .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: #fff;
}

.sf-arrows_1 > li > .sf-with-ul:focus:after,
.sf-arrows_1 > li:hover > .sf-with-ul:after,
.sf-arrows_1 > .sfHover > .sf-with-ul:after {
    border-top-color: white;
}

.sf-arrows_1 ul .sf-with-ul:after {
    display: block;
    margin-top: -3px;
    margin-right: -30px;
    border-color: transparent;
    border-left-color: #fff;
}

.sf-arrows_1 ul li > .sf-with-ul:focus:after,
.sf-arrows_1 ul li:hover > .sf-with-ul:after,
.sf-arrows_1 ul .sfHover > .sf-with-ul:after {
    border-left-color: #fff;
    opacity: 0.6;
}

.sf-menu_1 [class*="rt-icon-"] {
    font-size: 19px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: -1px;
    display: none;
}

table {
    width: 100%;
    float: left;
}

.left_table {
    width: 30%;
    float: none;
    border-bottom: solid thin #ccc;
}

tr:nth-child(odd) {
    background: #eeeeee;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #eeeeee 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0);
}

tr:nth-child(even) {
    background-color: #D7D7D7;
}

.right_table {
    width: 70%;
    float: none;
    border-bottom: solid thin #ccc;
}

.left_table p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px 10px;
    margin: 0px;
}

.right_table p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px 10px;
    margin: 0px;
}

@media only screen and (max-width:448px) {
    .left_table {
        width: 100%;
        float: left;
        border-bottom: solid thin #333;
    }

    .right_table {
        width: 100%;
        float: left;
    }

    tr:nth-child(odd) {
        background: #eeeeee;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff));
        background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 100%);
        background: -o-linear-gradient(top, #eeeeee 0%,#ffffff 100%);
        background: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 100%);
        background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0);
    }

    tr:nth-child(even) {
        background-color: #CBEEF4;
    }

    .left_table p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding: 5px 10px;
        border-bottom: solid thin #333;
    }

    .right_table p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding: 5px 10px;
    }
}

.my_account_block {
    width: 100%;
    height: auto;
}

.login {
    width: 571px;
    height: 550px;
    border: solid thin #999;
    margin: 40px auto 0 auto;
    padding: 0px 20px 10px 20px;
}

.validation-summary-errors ul {
    margin: 0px;
    padding: 0px;
}

.validation-summary-errors li {
    font-size: 12px;
    list-style: none !important;
    color: #ff0000;
    margin: 0px;
    padding: 0px;
}

.field-validation-error {
    font-size: 12px;
    list-style: none !important;
    color: #ff0000;
    margin: 0px;
    padding: 0px;
}

.container h3 {
    font-size: 15px;
    color: #333;
}

.register-customer {
    border: solid thin #ccc;
    width: 50%;
    margin: 0px auto 20px auto;
    height: 180px;
    padding-left: 15px;
}

.scroll {
    width: 100%;
    height: 500px;
    overflow: scroll;
}

.viewmore {
    text-align: right !important;
}

.sf-menu_1, .sf-menu_1 * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sf-menu_1 li {
        position: relative;
    }

    .sf-menu_1 ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
    }

    .sf-menu_1 > li {
        display: inline-block;
    }

    .sf-menu_1 li:hover > ul,
    .sf-menu_1 li.sfHover > ul {
        display: block;
    }

    .sf-menu_1 a {
        display: block;
        position: relative;
    }

    .sf-menu_1 ul ul {
        top: 0 !important;
        left: 100%;
    }

.sf-menu_1 {
    float: left;
}

    .sf-menu_1 ul {
        min-width: 12em;
        *width: 12em;
    }

        .sf-menu_1 ul ul {
            margin-top: -17px;
        }

    .sf-menu_1 a {
        font-size: 14px;
        padding: 0;
        text-decoration: none;
        zoom: 1;
        color: #343434;
        font-family: 'Conv_TTDINRG',Sans-Serif;
    }

        .sf-menu_1 a:hover {
            color: #0066b3;
        }

    .sf-menu_1 > li {
        width: 33%;
        text-align: center;
        border: solid thin #cccccc;
        height: 46px;
        background-color: eeeeee;
    }

        .sf-menu_1 > li > a {
            padding: 10px 10px 0px;
            margin: 0px 0px 38px;
            text-transform: uppercase;
        }

.is-sticky .sf-menu_1 > li > a {
    margin: 18px 0 18px;
}

.sf-menu_1 > li:first-child > a {
    border-left: none;
}

.sf-menu_1 > li > a:hover, .sf-menu_1 > li.active > a {
    color: #333;
}

.sf-menu_1 > li.active > a {
    background-color: #0066b3;
    color: #fff;
    padding: 10px 15px;
}

.sf-menu_1 > li li.active > a {
    color: #fff;
    cursor: text;
}

.sf-menu_1 li {
    *white-space: normal;
}

.sf-menu_1 ul {
    display: none;
    background-color: #343434;
    padding: 17px 0 17px;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.05);
    border: none;
    border-radius: 0;
}

    .sf-menu_1 ul li {
        padding: 0 30px 0 30px;
    }

        .sf-menu_1 ul li + li {
        }

    .sf-menu_1 ul a {
        padding: 10px;
        color: #fff;
    }

    .sf-menu_1 ul a {
        border-top: 1px solid rgba(100,100,100,0.2);
    }

        .sf-menu_1 ul a:hover {
            color: #ff6f6f;
        }

    .sf-menu_1 ul li:first-child > a {
        border-top: none;
    }

    .sf-menu_1 ul li:last-child a {
    }

    .sf-menu_1 ul ul {
        background-color: #fff;
    }

.sf-men_1 ul ul a {
    color: #343434;
}

.sf-menu_1 li:hover,
.sf-menu_1 li.sfHover {
    -webkit-transition: none;
    transition: none;
}

.sf-arrows_1 ul .sf-with-ul {
    padding-right: 1.5em;
    *padding-right: 1em;
}

.sf-arrows_1 .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: #fff;
}

.sf-arrows_1 > li > .sf-with-ul:focus:after,
.sf-arrows_1 > li:hover > .sf-with-ul:after,
.sf-arrows_1 > .sfHover > .sf-with-ul:after {
    border-top-color: white;
}

.sf-arrows_1 ul .sf-with-ul:after {
    display: block;
    margin-top: -3px;
    margin-right: -30px;
    border-color: transparent;
    border-left-color: #fff;
}

.sf-arrows_1 ul li > .sf-with-ul:focus:after,
.sf-arrows_1 ul li:hover > .sf-with-ul:after,
.sf-arrows_1 ul .sfHover > .sf-with-ul:after {
    border-left-color: #fff;
    opacity: 0.6;
}

.sf-menu_1 [class*="rt-icon-"] {
    font-size: 19px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: -1px;
    display: none;
}

.about p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 10px;
}

.about h2 {
    font-size: 15px;
    font-weight: bold;
    color: #0066b3;
}

.about h3 {
    font-size: 30px;
    font-weight: normal;
    color: #0066b3;
    text-align: center;
    margin-bottom: 25px;
}

.about ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 10px;
}

.aboutscroll {
    position: fixed;
    background: #fff;
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    top: 111px;
}

.val-error {
    border: 1px solid red !important;
}

.ColorRed {
    color: red;
}

.export_box {
    width: 85%;
    margin: 0 auto;
}

    .export_box p {
        text-align: left;
    }

    .export_box h2 {
        font-size: 25px;
        color: #0066b3;
    }

.sepe {
    width: 90%;
    margin: 10px auto;
}

.enquiry {
    width: auto;
    padding: 4px 14px;
    background-color: #0066b3;
    border-radius: 5px;
    border: solid thin #0066b3;
    color: #fff;
}

    .enquiry:hover {
        color: #ccc;
    }

.feature {
    width: 100%;
    height: 350px;
    overflow-y: scroll;
    margin-bottom: 20px;
    overflow: auto;
}

.divlist {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    height: 265px;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: solid thin #dddddd;
}

    .divlist .ListLeft {
        float: left;
        width: 30%;
    }

    .divlist .ListRight {
        float: left;
        width: 70%;
        text-align: left;
    }

    .divlist .literature {
        background-color: #0066b3;
    }

    .divlist .ListRight h2 {
        font-size: 25px;
        color: #0066b3;
        font-weight: bold;
        text-align: left;
    }

#DvdPaging {
    float: right;
}

    #DvdPaging a {
        float: left;
        padding: 4px 12px;
        line-height: 20px;
        text-decoration: none;
        background-color: #0066b3;
        border: 1px solid #ddd;
        border-left-width: 0;
        color: white;
    }

    #DvdPaging b {
        float: left;
        padding: 4px 12px;
        line-height: 20px;
        text-decoration: none;
        background-color: #015DA9;
        border: 1px solid #ddd;
        border-left-width: 0;
        color: #ccc;
    }

.imgSlider {
    width: 100% !important;
    height: 400px !important;
    margin-top: 22px;
}

.realperson-challenge {
    display: block;
    color: #000;
    width: 45%;
    margin-top: 15px;
    float: left;
    margin-bottom: 5px;
}

#defaultReal {
    margin-bottom: 5px;
    margin-top: 5px;
}

.realperson-text {
    font-family: "Courier New",monospace;
    font-size: 6px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 3px;
}

.realperson-regen {
    padding-top: 5px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.realperson-disabled {
    opacity: 0.5;
    filter: Alpha(Opacity=50);
}

    .realperson-disabled .realperson-regen {
        cursor: default;
    }

.PopupScroll {
    top: 4%;
    overflow: hidden;
    overflow-y: hidden;
}
