
body {
    color: #5f5f5f;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

a {
    color: #F04E23;
}

    a:focus, a:hover {
        color: #F04E23;
        text-decoration: underline;
    }

.table thead {
    color: #F04E23;
}

.btn-custom {
    color: #fff;
    background-color: #F04E23;
    border-color: #F04E23;
}

    .btn-custom:hover,
    .btn-custom:focus,
    .btn-custom:active,
    .btn-custom.active {
        color: #fff;
        background-color: #ea3e10;
        border-color: #d2370e;
    }

    .btn-custom.disabled:hover,
    .btn-custom.disabled:focus,
    .btn-custom.disabled:active,
    .btn-custom.disabled.active,
    .btn-custom[disabled]:hover,
    .btn-custom[disabled]:focus,
    .btn-custom[disabled]:active,
    .btn-custom[disabled].active,
    fieldset[disabled] .btn-custom:hover,
    fieldset[disabled] .btn-custom:focus,
    fieldset[disabled] .btn-custom:active,
    fieldset[disabled] .btn-custom.active {
        color: #fff;
        background-color: #F04E23;
        border-color: #F04E23;
    }

.main {
    padding-bottom: 30px;
}

    .main h1:first-child {
        margin-top: 6px;
    }

.menu {
    background: #ea3e10;
    margin: 20px 0;
}

    .menu a {
        color: #fff;
    }

.footer {
    padding: 15px 0;
    background: #E6E6E6;
    color: #333;
}

    .footer a {
        color: #333;
    }

.copi {
    font-size: 12px;
    text-align: center;
    color: rgb(128, 128, 128);
}

.footer-contact div {
    margin: 15px 0;
}

.sidebar a {
    color: #404058;
}

.header {
    margin-bottom: 15px;
}

.analiz {
    text-align: center;
}

.btn.analiz-btn {
    background: #404058;
    border: none;
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 30px 10px 50px;
    font-weight: bold;
    position: relative;
    margin-top: 4px;
    color: #d9d9fc;
}

    .btn.analiz-btn:before {
        display: block;
        content: '';
        width: 22px;
        height: 22px;
        position: absolute;
        margin-left: -32px;
        background: url(../images/analiz-ico.png) no-repeat 50% 50%;
    }

.blog-header-bg {
    background: url(../images/head.jpg) no-repeat 50% 50%;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    height: 268px;
}

.blog-header {
    color: #fff;
    margin-top: 30px;
    height: 268px;
    text-align: center;
}

    .blog-header a {
        color: #fff;
    }

.blog-header-title {
    font-family: 'Open Sans', sans-serif;
    padding-top: 30px;
    font-size: 60px;
    line-height: 1;
}

.blog-header-line {
    line-height: 1;
    font-size: 1px;
    margin: 20px 0;
}

.blog-header-description {
    display: inline-block;
    max-width: 790px;
}

.blog-header-line:before {
    display: inline-block;
    content: '';
    width: 450px;
    height: 8px;
    background: rgba(255,255,255,.36);
    line-height: 1;
}

.bold {
    font-weight: bold;
}

#bs-navbar {
    padding-left: 0;
    padding-right: 0;
}

    #bs-navbar a {
        text-align: center;
        font-size: 15px;
        text-transform: uppercase;
    }

        #bs-navbar a:hover, #bs-navbar a:focus {
            background: none;
            opacity: .7;
        }

    #bs-navbar li.active a {
        text-decoration: underline;
        opacity: .6;
        font-weight: bold;
    }

.blog-sidebar {
    color: #464646;
}

    .blog-sidebar a {
        color: #464646;
    }

.navbar-toggle {
    float: none;
    border-color: #fff;
}

    .navbar-toggle .icon-bar {
        background: #fff;
    }

.sidebar-module {
    margin-top: 40px;
}

    .sidebar-module:first-child {
        margin-top: 0;
    }

.form-search .input-group {
    margin-top: 9px;
}

.form-search .form-control {
    border-radius: 0;
    border: 1px solid #999;
    border-right: none;
}

    .form-search .form-control:focus, .form-search .form-control:active {
        box-shadow: none;
        border-color: #F04E23;
    }

        .form-search .form-control:focus + .input-group-btn .btn-default {
            border-color: #F04E23;
        }

.form-search .btn-default {
    border-radius: 0;
    border: 1px solid #999;
    height: 34px;
    border-left: none;
}

    .form-search .btn-default:hover {
        background: none;
        box-shadow: none;
        border-left: none;
        color: #F04E23;
    }

.sidebar-module .list-group-item:first-child,
.sidebar-module .list-group-item:last-child {
    border-radius: 0;
}

.sidebar-module .list-group-item {
    border-color: #cacaca;
    position: relative;
    padding-left: 30px;
}

    .sidebar-module .list-group-item:before {
        content: '►';
        color: #F04E23;
        left: 14px;
        top: 12px;
        font-size: 10px;
        position: absolute;
    }




.sidebar-module-title {
    color: #354670;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hd-contact {
    margin-top: 12px;
    font-family: 'Open Sans', sans-serif;
    text-align: right;
    color: #9172c1;
    font-size: 14px;
}

    .hd-contact a {
        color: #2b2b2b;
        display: inline-block;
        margin-bottom: 2px;
    }

.hd-fline {
    margin-top: 10px;
    /*margin-bottom: 10px;*/
}

.blog-footer {
    margin-top: 135px;
    background: url(../images/footer.jpg) no-repeat 50% 0;
    min-height: 397px;
    color: #fff;
}

.ft-contact {
    margin-top: 40px;
}

.ft-contact-title {
    font-size: 24px;
    font-weight: bold;
}

.ft-contact-list {
    list-style: none;
    margin-top: 10px;
    margin-left: 0;
    padding: 0;
    line-height: 55px;
}

.hd-phone {
    padding-right: 0;
}

.blog-main, .blog-sidebar {
    margin-top: 50px;
}

h1 {
    font-size: 28px;
}

    .h1 + .blog-post, h1 + .blog-post, .blog-post:first-child {
        padding-top: 10px;
    }

.blog-post h2:first-child {
    margin-top: 0;
}

.blog-post .img-100ps {
    width: 100%;
}

.blog-post-title {
    color: #354670;
    font-size: 30px;
}

.blog-post-meta {
    font-style: italic;
}

.blog-post-tags {
    color: #9d9d9d;
    margin-top: 5px;
    font-size: 14px;
}

    .blog-post-tags ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: inline-block;
    }

        .blog-post-tags ul li {
            display: inline-block;
        }

    .blog-post-tags a {
        color: #818181;
        padding: 10px;
        margin: 5px 3px;
        background: #f1efef;
        display: inline-block;
        line-height: 1;
    }

.blog-post-text {
    margin-top: 10px;
}

.blog-post-ft {
    margin-top: 20px;
}

    .blog-post-ft:after {
        content: '';
        clear: both;
        display: block;
    }

.readmore {
    color: #F04E23;
    font-weight: bold;
    display: inline-block;
    float: right;
}

.blog-post-comment {
    color: #a4a4a4;
    display: inline-block;
    padding-left: 30px;
    margin-left: 17px;
    background: url(../images/coment-ico.png) 0 2px no-repeat;
    margin-right: 20px;
    float: right;
}

.pager li {
    margin: 0 3px;
}

    .pager li > a, .pager li > span {
        color: #5f5f5f;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        padding: 0;
        line-height: 29px;
    }

    .pager .active a, .pager .active a:hover,
    .pager .active a:active, .pager .active a:focus,
    .pager li > span {
        border-color: #F04E23;
        background: #F04E23;
        color: #fff;
    }

.blog-post-comment span {
    color: #F04E23;
    font-weight: bold;
}

.hd-logo {
    display: inline-block;
    width: 168px;
    height: 75px;
    background: url(../images/logo.png) no-repeat 0 50%;
    background-size: contain;
    position: relative;
}

    .hd-logo a {
        position: absolute;
        display: block;
        line-height: 1;
        text-indent: -999px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

.hd-logo-aline {
    width: 180px;
    position: relative;
    vertical-align: middle;
}

    .hd-logo-aline:after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 55px;
        background: #CBCBCB none repeat scroll 0% 0%;
        position: absolute;
        right: -20px;
        top: 20px;
    }

.hd-sl {
    display: inline-block;
    margin-left: 39px;
    font-size: 16px;
    line-height: 40px;
    vertical-align: middle;
}

.ft-lecense {
    font-size: 14px;
    margin-top: 53px;
    color: #cdd1ff;
}

.side-post-img, .side-post-img img {
    height: 55px;
}

.side-post-img {
    width: 53px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 14px;
}

.sidebar-module-node ul li {
    position: relative;
    padding: 7px 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #e0e0e0;
}

#PanelEvents.sidebar-module-node ul li:nth-last-child(1) {
    border-bottom: 10px solid #F04E23;
}

.sidebar-module-node ul {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #ececec;
}

.sidebar-module-time {
    color: #9172c1;
    display: block;
    margin-top: 7px;
    line-height: 1;
}

.side-post-img + .side-post-text {
    margin-left: 75px;
    min-height: 65px;
}

.sidebar-module-node ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-module-node a {
    color: #404058;
    line-height: 1;
}

.grad {
    background-image: linear-gradient(#6e45bb, #4198cd);
}

.ft-form {
    height: 420px;
    margin-top: -23px;
    padding-top: 60px;
    padding-left: 30px;
    font-size: 16px;
}

.ft-form-title {
    font-size: 33px;
    margin-bottom: 35px;
    line-height: 1;
    font-weight: 100;
}

    .ft-form-title .bold {
        text-transform: uppercase;
        display: block;
        font-size: 32px;
        line-height: 1;
    }

.ft-form input, .ft-form textarea {
    background: none;
    border: none;
    font-style: italic;
    font-size: 16px;
}

.ft-form input {
    border-bottom: 1px solid #fff;
    width: 100%;
}

    .ft-form input:-moz-placeholder, .ft-form textarea:-moz-placeholder {
        font-style: normal;
        color: #ffffff;
    }

    .ft-form input::-moz-placeholder, .ft-form textarea::-moz-placeholder {
        color: rgba(255,255,255,1);
        font-style: normal;
        opacity: 1;
    }

    .ft-form input:-ms-input-placeholder, .ft-form textarea:-ms-input-placeholder {
        font-style: normal;
        color: #ffffff;
    }

    .ft-form input::-webkit-input-placeholder, .ft-form textarea::-webkit-input-placeholder {
        font-style: normal;
        color: #ffffff;
    }

.ft-form textarea:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.ft-form textarea {
    display: block;
    position: absolute;
    left: 0;
    resize: none;
    top: -16px;
    line-height: 55px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    min-height: 165px;
    max-height: 165px;
    height: 165px;
}

.ft-form-textarea {
    position: relative;
    height: 220px;
    background-image: linear-gradient(#fff .1em, transparent .1em);
    background-size: 100% 56px;
    background-position: 0 -28px;
    padding: 0;
}

.ft-form-sbmt {
    position: absolute;
    right: 0;
    bottom: 10px;
    background-image: linear-gradient( #488bca, #4492cc);
    padding-left: 50px;
}

    .ft-form-sbmt input {
        padding: 15px 30px;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        border: 1px solid #fff;
    }

.index-header {
    min-height: 364px;
    font-family: 'Open Sans', sans-serif;
    color: #354670;
    margin-top: 127px;
}

.index-head-btns {
    margin-left: -15px;
}

.index-header-bg {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    height: 364px;
    background: url(../images/head_index.png) no-repeat 50% 0;
}

.index-head-btns {
    background: #fff;
    padding: 0;
    margin-left: -62px;
    margin-top: -15px;
}

.index-head-btns-wrap {
    margin-left: 62px;
}

.index-head-title {
    font-size: 48px;
}

    .index-head-title .bold {
        color: #6c7eee;
    }

.index-head-title-sub {
    font-size: 40px;
    line-height: 1;
    border-bottom: 4px solid #b896ed;
    padding-bottom: 12px;
    display: inline-block;
    margin-top: -3px;
}

.index-head-title-dis {
    font-size: 18px;
    font-style: italic;
    color: #757575;
    margin-top: 50px;
    line-height: 1.2;
    max-width: 400px;
}

.index-head-action {
    margin-top: 107px;
}

.iha-btn {
    display: inline-block;
    width: 272px;
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

    .iha-btn:hover, .iha-btn:focus, .iha-btn:active {
        text-decoration: none;
    }

.iha-first, .iha-first:focus {
    margin-right: 15px;
    color: #fff;
    background-image: linear-gradient(45deg, #6E45BB, #4198CD);
}

.iha-secnd, .iha-secnd:focus {
    color: #354670;
    border-left: 3px solid #6E45BB;
    border-right: 3px solid #4198CD;
    background-image: linear-gradient(90deg, #6c46bd, #3a95d3), linear-gradient( 90deg, #6c46bd, #3a95d3);
    -moz-background-size: 3px 100%;
    background-size: 100% 3px;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}

.index-slide-blog {
    padding: 20px 0;
    color: #fff;
    background: url(../images/head.jpg) no-repeat 50% -100px;
    margin-top: 137px;
}

.ava1 {
    padding-left: 132px;
    font-size: 24px;
    background: url(../images/ava1.png) no-repeat 0 50%;
    line-height: 100px;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    width: 350px;
    border-right: 1px solid #7882e4;
}

.index-slide-blog-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1.6;
}

.index-slide-blog-go {
    font-size: 13px;
    font-weight: bold;
    margin-top: 3px;
    display: block;
    text-decoration: none;
    color: #FFF;
}

    .index-slide-blog-go:hover {
        color: #fff;
        text-decoration: underline;
    }

    .index-slide-blog-go:before {
        content: "→";
        font-size: 28px;
        display: inline-block;
        margin-right: 9px;
        line-height: 1;
        position: relative;
        top: 3px;
    }

.s-title {
    background: transparent url(../images/SEO.png) no-repeat scroll 0px 5px;
    font-size: 34px;
    padding: 33px 20px 25px 39px;
    margin: -35px 0px 0px;
    color: #354670;
    font-weight: 500;
}

.s-text {
    padding-left: 40px;
    line-height: 1.5;
    margin-top: -9px;
}

.index-slide-service {
    margin-top: 123px;
}

.border-grad {
    border-radius: 0;
    border-color: transparent;
    border-top: 1px solid #6c46bd;
    border-bottom: 1px solid #3a95d3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6c46bd), to(#3a95d3));
    background-image: -webkit-linear-gradient(#6c46bd, #3a95d3);
    background-image: -moz-linear-gradient(#6c46bd, #3a95d3), -moz-linear-gradient(#6c46bd, #3a95d3);
    background-image: -o-linear-gradient(#6c46bd, #3a95d3), -o-linear-gradient(#6c46bd, #3a95d3);
    background-image: linear-gradient(#6c46bd, #3a95d3), linear-gradient(#6c46bd, #3a95d3);
    -moz-background-size: 1px 100%;
    background-size: 1px 100%;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
}

.index-service-item {
    margin-bottom: 25px;
    color: #354670;
    font-size: 16px;
    text-align: center;
    padding: 30px 0;
}

    .index-service-item.active {
        color: #fff;
        background-image: linear-gradient(#6c46bd, #3a95d3);
        background-size: 100% 100%;
    }

.index-service-list {
    margin-top: 60px;
    margin-bottom: 40px;
}

.service-ico {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    height: 62px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.index-service-title {
    font-size: 19px;
    display: block;
}

    .index-service-title:after {
        content: '';
        display: block;
        width: 125px;
        height: 1px;
        background: #354670;
        border-bottom: #939cb3;
        position: relative;
        margin: 8px auto 17px;
        left: 0;
        right: 0;
    }

.index-service-item.active .index-service-title:after {
    background: #fff;
    border-color: #fff;
}

.service-small {
    font-size: 13px;
    margin-top: 5px;
}

.bl-btn {
    color: #d9d9fc;
    background: #404058;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 35px;
    line-height: 1;
    display: inline-block;
}

    .bl-btn:hover, .bl-btn:focus {
        color: #fff;
        text-decoration: none;
    }

.cntr {
    text-align: center;
}

.index-slide-rezwork {
    padding: 83px 0 60px;
    margin-top: 60px;
    background: url(../images/workrez.jpg) no-repeat 50% 0;
    color: #fff;
}

.rezwork-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 68px;
    line-height: 1;
    padding-left: 30px;
    display: inline-block;
    border-left: 10px solid #fff;
}

.rezwork-text {
    font-size: 14px;
    margin-left: -33px;
    line-height: 1.7;
}

    .rezwork-text p {
        margin: 0px 0px 22px;
    }

.case-border {
    border-width: 4px 0 4px 0;
    background-size: 4px 100%;
    padding: 10px 0 10px 45px;
    margin-bottom: 35px;
}

.index-case-list {
    margin-top: 60px;
    margin-bottom: 85px;
}

.case-info {
    padding: 35px 0 35px 60px;
    width: 350px;
    border: 1px solid transparent;
    border-width: 1px 0 1px 0;
    margin-right: 50px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 2;
    margin-top: 40px;
    display: inline-block;
    border: 1px solid black;
}

.case-info-title {
    line-height: 1;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 43px;
}

.index-slide-case {
    margin-top: 55px;
}

.index-slide-rate .carousel-indicators li.active {
    background: #fff;
    border-color: #fff;
}

.index-slide-rate .carousel-indicators li {
    background: #b0a5f2;
    border-color: #b0a5f2;
    width: 12px;
    height: 12px;
    margin: 0 5px;
}

.index-slide-rate .carousel-indicators {
    bottom: auto;
    top: -40px;
}

.index-slide-rate .carousel-inner {
    margin-top: 60px;
    height: 205px;
}

.index-slide-rate {
    min-height: 487px;
    margin-top: 80px;
    background: url(../images/rate.jpg) no-repeat 50% 0;
    text-align: center;
    color: #fff;
    padding: 50px 0 35px;
}

.index-slide-rate-title {
    font-size: 70px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    line-height: 1;
}

.rate-item {
    font-size: 15px;
    font-style: italic;
}

.rate-item-info {
    margin-top: 25px;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
}

.bl-btn-rate {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-style: normal;
    margin-top: 25px;
}

.rate-item-who, .rate-item-link {
    display: inline-block;
}

.rate-item-link {
    font-weight: 400;
    color: #c3c4f6;
}

    .rate-item-link a {
        color: #fff;
        font-weight: bold;
    }

.index-slide-about {
    margin-top: 100px;
}

.about-wrap {
    background-color: #354670;
    color: #fff;
    font-size: 16px;
    padding: 40px 60px 30px 210px;
    margin-top: 70px;
    margin-left: 135px;
    background-image: linear-gradient(#6c46bd, #3a95d3);
    -moz-background-size: 165px 320px;
    background-size: 170px 320px;
    background-position: 0 46px, 100% 0;
    background-repeat: no-repeat;
    position: relative;
    line-height: 1.6;
}

.about-img {
    border: 1px solid #6c46bd;
    border-left-color: #3a95d3;
    border-top-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    left: -136px;
    padding: 1px 0;
    background-image: linear-gradient(90deg, #3a95d3, #6c46bd),linear-gradient(90deg, #3a95d3,#6c46bd);
    ;
    -moz-background-size: 1px 100%;
    background-size: 100% 2px;
    background-position: 100% 0, 0 100%;
    background-repeat: no-repeat;
    top: 60px;
}

.bl-btn-about {
    color: #fff;
    margin-top: 30px;
    background: transparent;
    border: 1px solid #fff;
    padding: 20px 30px;
}

.rate-item-text {
    line-height: 1.6;
}

.case-info-img {
    display: inline-block;
    vertical-align: top;
}

.service-ico1 {
    background-image: url(../images/service1.png);
}

.index-service-item.active .service-ico1 {
    background-image: url(../images/service1_h.png);
}

.service-ico2 {
    background-image: url(../images/service2.png);
    margin: -7px 0 11px 10px;
}

.index-service-item.active .service-ico2 {
    background-image: url(../images/service2_h.png);
}

.service-ico3 {
    background-image: url(../images/service3.png);
}

.index-service-item.active .service-ico3 {
    background-image: url(../images/service3_h.png);
}

.service-ico4 {
    background-image: url(../images/service4.png);
    margin: -8px 0 9px;
}

.index-service-item.active .service-ico4 {
    background-image: url(../images/service4_h.png);
}

.service-ico5 {
    background-image: url(../images/service5.png);
    margin: -4px 0 5px 8px;
}

.index-service-item.active .service-ico5 {
    background-image: url(../images/service5_h.png);
}

.service-ico6 {
    background-image: url(../images/service6.png);
    margin: -6px 0 7px -1px;
}

.index-service-item.active .service-ico6 {
    background-image: url(../images/service6_h.png);
}

.ft-l {
    float: left;
}

.ft-r {
    float: right;
}

.clr-fix:after {
    content: '';
    display: block;
    clear: both;
}

br.clr-fix {
    display: block;
    clear: both;
}

.galery {
    width: 100%;
    overflow: hidden;
}

    .galery .wrap {
        padding: 11px;
    }

        .galery .wrap ul {
            list-style: none;
            padding: 0;
            margin: 0;
            width: 99999px;
            position: relative;
        }

            .galery .wrap ul:after {
                content: '';
                display: block;
                clear: both;
            }

    .galery .item {
        height: 108px;
        width: 108px;
        float: left;
        margin-right: 15px;
    }

.galery-actions {
    margin-top: 25px;
}

.galery-all {
    margin-right: 15px;
}

    .galery-all:hover {
        text-decoration: underline;
        text-decoration-style: dotted;
    }

.galery-left, .galery-right {
    margin: 0 10px;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #F04E23;
}

.galery .item a {
    height: 110px;
    width: 110px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

    .galery .item a:after {
        content: '';
        width: 108px;
        height: 108px;
        display: block;
        border: 4px solid #fff;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
    }

    .galery .item a:before {
        content: '';
        display: inline-block;
        height: 100px;
        vertical-align: middle;
    }

    .galery .item a img {
        max-width: 100px !important;
        height: auto !important;
        display: inline-block;
        vertical-align: middle;
    }

a.img_ow {
    overflow: hidden;
    max-height: 325px;
    display: block;
}

.table tbody tr td {
    vertical-align: middle;
}

    .table tbody tr td:first-child {
        text-align: center;
    }

.img-events {
    width: 100%;
}

.date {
    font-weight: bold;
    color: #F04E23;
    font-size: 18px;
}



#galeryback {
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    z-index: 90;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

#galeryblock {
    position: relative;
    z-index: 100;
    border: 2px solid #D9D9D9;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 20px auto;
    background: white;
    padding: 15px 20px;
}

#cls_galery {
    z-index: 95;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#detlist {
    position: relative;
}

.galery_min {
    padding: 9px 9px 9px 10px;
    width: 130px;
    height: 87px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
}

    .galery_min img {
        max-width: 130px;
    }

.galery_width {
    display: table;
    min-width: 600px;
}

#galerybody {
}

.likebutns {
    position: relative;
    left: 50%;
    top: 30px;
}

.detail_nav {
    display: block;
    width: 100px;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.1;
}

.prevDP {
    background-image: url('/img/arrow_left.png');
    left: 0;
}

.nextDP {
    background-image: url('/img/arrow_right.png');
    right: 0;
}

.detphoto {
    text-align: center;
}

    .detphoto img {
        vertical-align: middle;
    }

        .detphoto img:before {
            content: '';
            height: 100%;
        }

.cls_ico {
    background: url('/img/close.png') no-repeat;
    width: 32px;
    height: 32px;
    position: fixed;
    top: 30px;
    right: 30px;
}

.op_ico {
    opacity: 0.4;
    cursor: pointer;
}

#galerytitle {
    overflow: hidden;
    padding: 0 0 10px;
}

.clshref {
    float: right;
    text-decoration: none;
    color: #000;
    font-size: 1em;
    cursor: pointer;
}

.gltl {
    float: left;
    font-size: 1.3em;
    color: black;
}

.desctxt {
    width: 600px;
    margin: 0 auto;
    text-align: left;
}

.dImg {
    border-bottom: 1px solid rgb(217, 217, 217);
    padding: 0 0 5px;
    margin: 0 0 10px;
}


.ph_bdr {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 1px solid grey;
}

    .ph_bdr img {
        min-height: 100px;
        width: 100px;
    }

.sharebutns {
    overflow: hidden;
    text-align: center;
    margin: auto;
    position: absolute;
    width: 185px;
    left: 0;
    top: -38px;
    right: 0;
}

.sb_title {
    overflow: hidden;
    text-align: center;
}

.sharebutns {
    overflow: hidden;
    text-align: center;
    margin: auto;
    position: absolute;
    width: 185px;
    left: 0;
    top: -38px;
    right: 0;
}

.sb_title {
    overflow: hidden;
    text-align: center;
}

#content .content_header.title_wsb {
    overflow: hidden;
    padding-bottom: 0px;
}

.sharebutns span, .sb_title span {
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    margin: 5px 3px;
    background-image: url('/img/socicons.png');
    background-repeat: no-repeat;
}

.twshare {
    background-color: rgb(0, 172, 237);
    background-position: 0px -87px;
}

.vkshare {
    background-color: rgb(72, 114, 158);
    background-position: 0px -58px;
}

.fbshare {
    background-color: rgb(60, 90, 152);
    background-position: 0px 0px;
}

.twshare:hover {
    background-color: rgb(0, 138, 190);
}

.vkshare:hover {
    background-color: rgb(58, 91, 126);
}

.fbshare:hover {
    background-color: rgb(48, 72, 122);
}

.sharetext {
    display: inline-block;
    vertical-align: top;
    color: #808080;
    padding: 7px 0 0;
    font-size: 16px;
}





.media-list .media-list li:first-child {
    margin-top: 10px;
}

.media-list .media-list {
    margin-left: 20px;
}

.media-list .media {
    position: relative;
}

.comment > .media-list {
    border-bottom: 1px solid #EAEAEA;
}

.comment .tocomment {
    float: right;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.comment .date {
    color: #9D9D9D;
    font-style: italic;
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
}

.comment .author {
    font-weight: bold;
}

span.control-label {
    font-weight: bold;
}

.tocomment {
    color: #CCC;
}

.addcomment .commentTo .remove {
    color: #CCC;
}

.addcomment .commentTo {
    padding: 6px 12px;
    border: 1px solid #CCC;
    border-radius: 4px;
    overflow: hidden;
    display: none;
}

    .addcomment .commentTo .remove {
        float: right;
    }

#addComment {
    background: #F1F0F0;
    padding: 1px 20px 20px;
}

.timing th, .timing td {
    text-align: center;
    vertical-align: middle;
}

.timing, .timing td, .timing th {
    border: 1px solid #ddd;
}

    .timing .event {
        text-align: left;
    }

        .timing .event h3 {
            font-size: 24px;
            float: left;
        }

        .timing .event p {
            display: block;
            float: right;
        }
myform {
display:none;

}
.myform {
    padding: 20px;
    border: 1px solid #ddd;
    margin: 20px auto;
    float: initial;
}

.myform-h {
    text-align: center;
    color: #F04E23;
}
.myform-footer {
text-align:center;
}
.plan table {
    font-size: 12px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #efefef;
}
.plan table tbody tr td:first-child {
    font-weight: bold;
    text-align: left;
}

span.policy {
    cursor: pointer;
    color: rgb(66,129,244);
    text-decoration: underline;
}
#frmreginfo {
color:red;
}
#myModalReg #frmreginfo {
    float: left;
}

.service-page {
    color: #181a1a
}
    .service-page .serv-head-2 {
        font-weight: bold;
    }
    .service-page .serv-head-1 {
        text-align: center;
        font-weight: bold;
        font-size: 48px;
        color: #000;
        padding: 10px 0;
    }

    .service-page .serv-head {
        font-weight: bold;
        font-size: 18px;
        padding: 0;
        padding-top: 15px;
        margin-bottom: 0;
    }
    .service-page.page1 ul {
        padding-left: 5px;
        list-style: none;
    }
    .service-page.page2 {
    margin-top:20px;
    font-size:18px;
    }
    .service-page .dom {
        padding:0;
        text-align: center;
        background: url('/img/serv/dom.png') no-repeat;
        min-height: 441px;
        padding-top: 160px;
    }
    .service-page.page2 .serv-adress {
        font-size:16px;
    }