    /*
Theme Name: RED Lipstick

*/
    
    @charset "utf-8";
    /* CSS Document */
    
    @import url(https://fonts.googleapis.com/css?family=Prata);
    @import url(https://fonts.googleapis.com/css?family=PT+Sans);
    @import url(https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700);
    .clear {
        clear: both;
    }
    
    body {
        font-size: 15px;
    }
    
    .cd-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: #f35535;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        z-index: 3;
    }
    
    .cd-header:after {
        content: "";
        display: table;
        clear: both;
    }
    
    .cd-header #cd-logo {
        float: left;
        margin: 13px 0 0 5%;
    }
    
    .cd-header #cd-logo img {
        display: block;
    }
    
    .banner .right {
        background: url('../../../images/bnr_rht.png') no-repeat left top transparent;
        right: 17px;
    }
    
    .banner .left {
        background: url('../../../images/bnr_lft.png') no-repeat left top transparent;
        left: 17px;
    }
    
    .carousel-control {
        top: 45% !important;
        width: 50px;
    }
    
    a:hover {
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
    
    a {
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
    
    img:hover {
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
    
    .footer-menu ul li a:hover {
        color: #e30613 !important;
    }
    
    .service-inner-box ul li:hover .pic-box {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    .pic-box {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    .btn p:hover {
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
    
    .btn p {
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
    
    .top-social-icon ul li:hover {
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
    
    .top-social-icon ul li {
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
    
    .no-padding {
        padding: 0px;
    }
    
    .no-right-padding {
        padding-right: 0px;
    }
    
    .no-left-padding {
        padding-left: 0px;
    }
    
    .main-top {
        margin: 0px;
        padding: 0px;
        border-bottom: 1px solid #e1e1e1;
    }
    
    .logo {
        position: absolute;
        top: 0px;
        left: 39%;
        text-align: center;
        background: url(../../../images/logo-bg.png) no-repeat center 78px;
        padding: 0px 6px 0 6px;
        z-index: 999;
    }
    
    .top-contact {
        margin: 44px 0px 26px;
        padding: 0px;
    }
    
    .top-contact ul {
        margin: 0px;
        padding: 0px;
        float: left;
    }
    
    .top-contact ul li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        float: left;
        margin-right: 10px;
    }
    
    .top-contact ul li:last-child {
        margin-right: 0px;
    }
    
    .top-contact ul li a {
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        color: #000;
        line-height: 18px;
        font-weight: 400;
        letter-spacing: 1px;
    }
    
    .top-contact ul li a:hover {
        color: #e30613;
    }
    
    .fa-phone {
        color: #8d8d8d;
    }
    
    .fa-envelope-o {
        color: #8d8d8d;
    }
    
    .top-contact ul li:nth-child(2) {
        margin-right: 40px;
    }
    
    .top-social-icon {
        margin: 0px;
        padding: 30px 22px;
    }
    
    .top-social-icon ul {
        margin: 0px;
        padding: 0px;
        float: right;
    }
    

    .top-social-icon ul li {
        padding: 0px;
        list-style: none;
        float: left;
        margin-right: 30px;
        border: 2px solid #dedede;
        height: 30px;
        width: 30px;
        text-align: center;
        text-align: center;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .top-social-icon ul li:last-child {
        margin-right: 0px;
    }
    
    .fa-facebook {
        margin: -2px 0 0;
        padding: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    
    .fa-twitter {
        margin: -2px 0 0 -2px;
        padding: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    
    .fa-linkedin {
        margin: -3px 0 0 -2px;
        padding: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    
    .top-social-icon ul li a {
        color: #555555;
    }
    
    .top-social-icon ul li:hover {
        background: #e30613;
        color: #fff;
    }
    
    .fa-linkedin:hover,
    .fa-twitter:hover,
    .fa-facebook:hover {
        color: #fff;
    }
    
    .navbar {
        margin-bottom: 0px !important;
    }
    
    .navbar-nav > li > a {
        padding: 15px 50px;
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        color: #000 !important;
        line-height: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: normal;
        position: relative;
        overflow: hidden;
        position: relative;
    }
    
    .navbar-nav li a:hover {
        color: #e30613 !important;
    }
    
    .navbar-nav li a::before {
        content: ">";
        position: absolute;
        right: 40px;
        top: 15px;
        color: #ff0000;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    .navbar-nav li a:hover::before {
        content: ">";
        position: absolute;
        right: 30px;
        top: 15px;
        color: #ff0000;
        opacity: 1;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    .nav > li {
        margin: 20px 0;
    }
    
    .navbar-nav li.current-menu-item a {
        color: #e30613 !important;
    }
    
    .navbar-nav > li:last-child a {
        padding-right: 45px;
    }
    
    .navbar-nav > li:first-child a {
        padding: 15px 50px 15px 0px;
    }
    
    .navbar-nav li:nth-child(4) {
        margin-left: 342px !important;
    }
    /*.navbar-nav li a::before{ content:""; position:absolute; left:1%; top:-50px; width:1px; border-left:1px solid #ff0000; height:200px; transform: rotate(20deg);}

.navbar-nav > li > a { color: #000 !important; font-family: "PT Sans",sans-serif; font-size: 13px; font-weight: normal;   letter-spacing: 1px; line-height: 18px; overflow: hidden; padding: 15px 50px; position: relative; text-transform: uppercase;}*/
    
    .caption h2 {
        font-family: 'Prata', serif;
        color: #fff;
        text-transform: uppercase;
        font-size: 55px;
        display: inline-block;
        /*2px 2px 5px #000000;*/
        margin: 0 0 8px 0;
        padding: 15px 25px;
        background: rgba(0, 0, 0, 0.7);
    }
    
    .caption p {
        font-size: 21px;
        display: block;
        line-height: 32px;
        text-transform: none;
        display: inline-block;
        padding: 6px 20px;
        background: rgba(0, 0, 0, 0.7);
        font-family: 'Prata', serif;
        color: #fff;
    }
    
    .banner-box {
        margin: 0px;
        padding: 10px;
        border: 1px solid #e0e0e0;
    }
    .nivo-caption{display:none !important;}
    .body-top {
        padding: 50px 0 30px;
        margin: 0px;
    }
    
    .body-top h1 {
        font-family: 'PT Sans', sans-serif;
        font-size: 19px;
        text-transform: uppercase;
        color: #000000;
        line-height: 28px;
        text-align: center;
        margin: 0px;
        padding: 0 0 35px 0;
        background: url(../../../images/heding-bg.jpg) no-repeat center bottom;
        font-weight: 400;
        letter-spacing: 1px;
    }
    
    .body-top h1 span {
        font-size: 19px;
        display: block;
        font-family: 'Prata', serif;
    }
    
    .body-top p {
        padding: 15px 50px;
        font-family: 'PT Sans', sans-serif;
        font-size: 17px;
        color: #000;
        line-height: 24px;
        text-align: center;
    }
    
    .back-box {
        width: 81%;
        position: absolute;
        margin: 0 auto;
        height: 622px;
        border: 1px solid #000;
        left: 0px;
        right: 0px;
    }
    
    .service-right {
        background: #000;
        margin: 105px 0;
        padding: 35px 0px 0px 0;
    }
    
    .service-right h2 {
        font-family: 'Prata', serif;
        font-size: 23px;
        line-height: 28px;
        color: #fff;
        background: url(../../../images/service-bg.jpg) no-repeat center bottom;
        text-align: center;
        padding: 0 0 30px 0;
        text-transform: uppercase;
        margin: 2px 0 0 0;
        letter-spacing: 1px;
    }
    
    .service-left {
        margin: 117px 0px;
    }
    
    .service-left > img {
        width: 100%;
    }
    
    .service-inner-box {
        float: left;
        margin: 15px 0px 40px;
        padding: 0px;
    }
    
    .service-inner-box:first-child {
        border-right: 1px solid #414141;
    }
    
    .service-inner-box ul {
        margin: 0px;
        padding: 0px;
        position: relative;
        float: left;
        border-right: 1px solid #666;
    }
    
    .service-inner-box ul li {
        margin: 7px 0px 4px 55px;
        padding: 0px;
        list-style: none;
        float: left;
        width: 41%;
        position: relative;
    }
    
    .service-inner-box ul li:nth-child(2n) {
        /*margin: 7px 0 4px 112px;*/
          margin: 7px 0 4px 165px;
        width: 30%;
    }
    
    .pic-box {
        /*margin: 0px 0px;*/
        padding: 0px;
        border: 1px solid #fff;
        height: 45px;
        width: 45px;
        text-align: center;
        text-align: center;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        list-style: none;
        background: #000;
        float: left;
        background: #000;
    }
    
    .text-box {
        float: left;
        margin: 0 0 0 25px;
        padding: 0px;
        width: 50%;
        height: 57px;
        color: #fff;
        display: table
    }
    
    .text-box span {
        display: table-cell;
        vertical-align: middle;
    }
    
    .pic-box img {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: 12px 0px 0px;
    }
    
    .pic-box:before {
        content: '';
        border-left: 1px solid #fff;
        height: 22%;
        position: absolute;
        left: -11px;
        right: 0px;
        top: -26px;
        margin: 0 auto;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    
    .pic-box:after {
        content: '';
        border-left: 1px solid #fff;
        height: 24%;
        position: absolute;
        left: 45px;
        right: 0px;
        bottom: -8px;
        margin: 0 auto;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    
    .service-inner-box ul:before {
        content: '';
        border-left: 1px solid #666;
        height: 100%;
        position: absolute;
        left: 385px;
        right: 0px;
        top: 0px;
        margin: 0 auto;
    }
    
    .text-box span a {
        color: #fff;
        text-decoration: none;
        font-size: 17px;
    }
    
    .service-inner-box ul li:hover .pic-box {
        background: #e30613;
        border: 1px solid #e30613;
    }
    
    .service-inner-box ul li:hover .text-box span a {
        color: #e30613;
    }
    
    .back-box2 {
        width: 81%;
        position: absolute;
        margin: 0 auto;
        height: 596px;
        border: 1px solid #000;
        left: 0px;
        right: 0px;
    }
    
    .body-portfolio {
        margin: 46px 0px;
        padding: 0px;
    }
    
    .portfolio {
        margin: 0px;
        padding: 41px 0px;
    }
    
    .portfolio h2 {
        font-family: 'PT Sans', sans-serif;
        font-size: 23px;
        text-transform: uppercase;
        color: #000000;
        line-height: 28px;
        text-align: center;
        margin: 0px;
        padding: 0 0 28px 0;
        background: url(../../../images/heding-bg.png) no-repeat center bottom;
        font-weight: 400;
        letter-spacing: 1px;
    }
    
    .portfolio h2 span {
        font-size: 23px;
        display: block;
        font-family: 'Prata', serif;
    }
    
    .portfolio-inner-box {
        margin: 0 0 55px 0;
        background: #000;
    }
    
    .read-more {
        margin: 30px 0 0 0;
        padding: 0px;
        width: 100%;
        text-align: center;
    }
    
    .read-more a {
        margin: 0 0 44px 0;
        padding: 15px 36px;
        border: 1px solid #838383;
        display: inline-block;
        font-family: 'PT Sans', sans-serif;
        font-size: 17px;
        text-transform: uppercase;
        color: #303030;
        line-height: 24px;
        position: relative;
        letter-spacing: 1px;
    }
    
    .read-more a:before {
        position: absolute;
        border-left: 1px solid #838383;
        left: 50%;
        top: -30px;
        content: "";
        height: 30px;
    }
    
    .read-more a:hover {
        color: #fff;
        background: #e30613;
        text-decoration: none;
        border: 1px solid #e30613;
    }
    
    .bwg_standart_thumb_0 {
        margin: 15px;
        width: 255px;
        background: #000;
    }
    
    .bwg_standart_thumb_0 img {
        width: 100%;
    }
    
    .bwg_standart_thumb_0:hover img {
        opacity: 0.5;
    }
    
    .bwg_standart_thumb_spun1_0 {
        margin: 0px !important;
        width: 100% !important;
    }
    
    .bwg_standart_thumb_spun2_0 {
        background: #000;
        width: 100% !important;
        position: relative;
    }
    
    .bwg_standart_thumb_spun2_0:hover::before {
        position: absolute;
        content: "+";
        left: 10%;
        top: 10%;
        color: #fff;
        font-size: 31px;
        z-index: 999999;
        width: 80%;
        border: 1px solid #fff;
        height: 80%;
        padding: 30% 0;
        background: rgba(205, 250, 250, 0.4);
    }
    
    .form-box {
        background: url(../../../images/form-bg.jpg) no-repeat left top;
        text-align: center;
        margin: 45px 0 0;
    }
    
    .form-box-inner {
        width: 497px;
        height: 497px;
        background: #fff;
        display: inline-block;
        /*-ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);*/
        margin: 0;
        background: url(../../../images/white-bg.png) no-repeat left top;
    }
    
    .form-box-inner-form {
        /*-ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); */
        margin: 0px;
        padding: 0 20%;
    }
    
    .form-box-inner-form h2 {
        font-family: "Prata", serif;
        font-size: 21px;
        text-transform: uppercase;
        color: #000000;
        line-height: 28px;
        text-align: center;
        margin: 42px 0px 25px;
        padding: 0 0 28px 0;
        background: url(../../../images/heding-bg.png) no-repeat center bottom;
        font-weight: 400;
        letter-spacing: 1px;
    }
    
    .form-box-inner-form h2 span {
        font-size: 21px;
        display: block;
        font-family: 'Prata', serif;
    }
    
    .main-form {
        padding: 23px 0 0 0;
        margin: 0px;
        position: relative;
        height: 225px;
    }
    
    .wpcf7-form > p {
        margin: 0px;
    }
    
    .text-style {
        width: 100%;
        border-bottom: 1px solid #c4c4c4;
        border-top: none;
        border-left: none;
        border-right: none;
        margin: 0 0 4px 0;
        height: 30px;
        color: #c4c4c4;
        font-family: 'PT Sans', sans-serif;
        font-size: 15px;
        background: none;
    }
    
    .comment-style {
        width: 100%;
        background: url(../../../images/comment-bg.jpg) no-repeat center bottom;
        border: none;
        color: #c4c4c4;
        font-family: 'PT Sans', sans-serif;
        font-size: 15px;
        max-height: 65px;
        min-height: 65px;
    }
    
    .btn {
        position: absolute;
        width: 124px;
        height: 124px;
        left: 87px;
        bottom: -162px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #c3000c;
        padding: 11px;
        margin: 0px;
    }
    
    .btn p {
        border: 1px solid #fff;
        height: 100%;
    }
    
    .sub-btn {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border: none;
        background: none;
        font-family: 'PT Sans', sans-serif;
        font-size: 19px;
        line-height: 24px;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 1px;
        margin: 18px 0px 0px;
        padding: 20px;
    }
    
    .btn p:hover {
        background: #fff;
        color: #c3000c;
    }
    
    .btn p:hover .sub-btn {
        color: #c3000c;
    }
    
    .portfolio-inner-box:hover img {
        opacity: 0.5
    }
    
    .footer-box {
        background: #000;
        background: url(../../../images/footerbg.jpg) no-repeat center top #1d1d1d;
    }
    
    .cpoy-right {
        float: right;
        color: #bdbdbd;
        font-family: 'PT Sans', sans-serif;
        font-size: 17px;
        line-height: 24px;
        margin: 26px 34px 24px 0px;
    }
    
    .main-footer {
        margin: 12px 0 0 0;
    }
    
    .footer-menu {
        margin: 0px;
        padding: 0px;
    }
    
    .footer-menu ul {
        margin: 26px 0px 24px 32px;
        padding: 0px;
        float: left;
    }
    
    .footer-menu ul li {
        margin: 0px;
        padding: 0px;
        float: left;
        text-decoration: none;
        list-style: none;
    }
    
    .footer-menu ul li a {
        font-family: 'PT Sans', sans-serif;
        font-size: 17px;
        line-height: 14px;
        color: #bdbdbd;
        padding: 0 9px;
        border-right: 1px solid #ccc;
    }
    
    .footer-menu ul li:last-child a {
        border: none;
    }
    
    placeholder::-webkit-input-placeholder {
        color: #565555;
    }
    
    :-moz-placeholder {
        /* Firefox 18- */
        color: #565555;
    }
    
    ::-moz-placeholder {
        /* Firefox 19+ */
        color: #565555;
    }
    
    :-ms-input-placeholder {
        color: #565555;
    }
    /*<!--
============== INNER_PAGE =========================
-->
<!--
============== INNER_PAGE =========================
-->*/
    
    .inner-banner {
        margin: 0px;
        padding: 0px;
    }
    
    .inner-banner img {
        margin: 10px;
        padding: 0px;
        width: 97.2%;
    }
    
    .inner-body-top {
        padding: 50px 0 15px;
        margin: 0px;
    }
    
    .inner-body-top h1 {
        font-family: 'Prata', serif;
        font-size: 19px;
        text-transform: uppercase;
        color: #000000;
        line-height: 28px;
        text-align: center;
        margin: 0px;
        padding: 0 0 35px 0;
        background: url(../../../images/heding-bg.jpg) no-repeat center bottom;
        font-weight: 400;
        letter-spacing: 1px;
    }
    
    .inner-body-top p {
        padding: 15px 0px 30px;
        margin: 0px;
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        color: #000;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
    
    inner-body-last {
        margin: 0px;
        padding: 0px;
    }
    
    .inner-body-last-left {
        float: left;
        margin: 0px;
        padding: 0px;
        width: 40%;
    }
    
    .inner-body-last-left img {
        width: 100%;
        height:auto;
    }
    
    .inner-body-last-right {
        float: left;
        margin: 0 0 0 32px;
        padding: 0px;
        width: 57%;
    }
    
    .inner-body-last-right h2 {
        font-family: 'PT Sans', sans-serif;
        font-size: 17px;
        text-transform: uppercase;
        color: #000000;
        line-height: normal;
        text-align: left;
        margin: 0px;
        padding: 0px 0px 15px;
        font-weight: 400;
        letter-spacing: 1px;
    }
    
    .inner-body-last-right p {
        padding: 0 0 15px 0px;
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        color: #000;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }
    
    .inner-banner header {
        /* left: 8%;
        position: absolute;
        top: 45%; */display: inline-block;
        background: rgba(0, 0, 0, 0.5);
        padding: 0px 25px;
        font-family: 'Prata', serif;
        font-size: 19px;
        font-size: 55px;
        line-height: 24px;
        text-transform: uppercase;
        color: #fff;
    }
    
    .inner-banner header h1 {
        font-size: 55px;
        color: fff;
    }
    
    .service-box-inner {
        border-bottom: 1px solid #ccc;
        display: inline-block;
        padding: 15px 10px;
        width: 100%;
    }
    
    .service-left-box {
        margin: 0px;
        padding: 15px 0;
        float: left;
        width: 20%;
        text-align: center;
        position: relative;
        border-right: 1px solid #ff0000;
    }
    
    .service-right-box {
        margin: 0px;
        padding: 0px;
        float: right;
        width: 78%;
    }
    
    .service-left-box .pic-box {
        margin: 8px auto;
        padding: 0px;
        border: 1px solid #000;
        height: 45px;
        width: 45px;
        text-align: center;
        text-align: center;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        list-style: none;
        background: #ff0000;
        position: absolute;
        left: 0px;
        right: 0px;
    }
    
    .service-left-box .text-box {
        color: #000;
        display: table;
        float: left;
        height: auto;
        margin: 80px 0 0;
        padding: 0;
        width: 100%;
    }
    
    .service-right-box p {
        text-align: left;
    }
    
    .service-box-inner:nth-child(even) {
        background: #f6f8f9
    }
    
    .service-box-inner:nth-child(odd) {
        background: #FFF
    }
    
    .ngg-gallery-thumbnail-box {
        display: inline-block;
        float: none !important;
        margin: 15px !important;
    }
    
    .ngg-galleryoverview.ngg-ajax-pagination-none {
        text-align: center;
    }
    
    .contect-page-box {
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: inline-block;
    }
    
    .address-box {
        width: 48%;
        margin: 0px;
        padding: 0px;
        float: left;
    }
    
    .address-box ul {
        width: 100%;
        margin: 0 0 0 25px;
        padding: 0px;
    }
    
    .address-box ul li {
        width: 100%;
        margin: 0px;
        padding: 0px;
        color: #000;
        font-family: "PT Sans", sans-serif;
        font-size: 15px;
        line-height: 24px;
        list-style: none;
    }
    
    .address-box h2 {
        color: #e20816;
        font-family: "Prata", serif;
        font-size: 19px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 28px;
        margin: 0;
        padding: 0 0 10px 10px;
        text-transform: uppercase;
    }
    
    .address-box ul li .fa-phone {
        margin-right: 10px;
    }
    
    .address-box ul li .fa-envelope-o {
        margin-right: 10px;
    }
    
    .map-box {
        float: left;
        width: 50%;
        padding: 5px;
        border: 1px solid #ccc;
        margin-right: 10px;
    }
    
    .map-box iframe {
        width: 100%;
        display: block;
    }
    
    .address-box > p {
        padding: 10px 10px 0;
        text-align: left;
    }
    
    .inner-body-last-box p {
        padding-bottom: 0px;
        text-align: left;
    }
    
    .address-box ul li a {
        color: #000;
    }
    
    .inner-text {
        margin-top: 100px;
    }
    
    .dir-image {
        max-width: 100%;
    }
    
    #post-5 .left-just {
        text-align: justify;
    }
    
    #menu-header-menu li {
        margin-top: 4px;
    }
    /*Patch Work*/
    
    .footer-logo-wrapper {
        margin-top: 100px;
        height: 80px;
        box-sizing: border-box;
        padding: 20px;
    }
    
    .footer-logo-wrapper img {
        max-width: 100%;
        height: auto;
    }
    
    .footer-red-box {
        position: relative;
        padding-top: 30px;
    }
    
    .footer-red-box .btn {
        cursor: default;
    }
    
    .form-box-2 {
        background: url(../../../images/form-bg.jpg) no-repeat left top;
        text-align: center;
        margin: 45px 0 0;
    }
    
    .form-box-inner-2 {
        width: 397px;
        height: 397px;
        background: #fff;
        display: inline-block;
        /*-ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);*/
        margin: 0;
        background: url(../../../images/white-bg2.png) no-repeat left top;
    }
    
    .form-box-inner-form-2 {
        /*-ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); */
        margin: 0px;
        padding: 0 20%;
    }
    
    .form-box-inner-form-2 h2 {
        font-family: "Prata", serif;
        font-size: 21px;
        text-transform: uppercase;
        color: #000000;
        line-height: 28px;
        text-align: center;
        margin: 42px 0px 25px;
        padding: 0 0 28px 0;
        background: url(../../../images/heding-bg.png) no-repeat center bottom;
        font-weight: 400;
        letter-spacing: 1px;
    }
    
    .form-box-inner-form-2 h2 span {
        font-size: 21px;
        display: block;
        font-family: 'Prata', serif;
    }
    
    .main-form-2 {
        padding: 23px 0 0 0;
        margin: 0px;
        position: relative;
        height: 125px;
    }
    
    .btn-2 {
        position: absolute;
        width: 124px;
        height: 124px;
        left: 57px;
        bottom: -202px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #c3000c;
        padding: 11px;
        margin: 0px;
    }
    
    .btn-2 p {
        border: 1px solid #fff;
        height: 100%;
    }
    
    .sub-btn {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border: none;
        background: none;
        font-family: 'PT Sans', sans-serif;
        font-size: 19px;
        line-height: 24px;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 1px;
        margin: 18px 0px 0px;
        padding: 20px;
    }
    
    .btn-2 p:hover {
        background: #fff;
        color: #c3000c;
    }
    
    .btn-2 p:hover .sub-btn {
        color: #c3000c;
    }

.left-justify{
text-align: justify !important;

}
.service-inner-box{
    overflow: hidden;
}

::-webkit-input-placeholder {
   color: #000;
   opacity:.7;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;
   opacity:.7;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000; 
   opacity:.7; 
}

:-ms-input-placeholder {  
   color: #000; 
   opacity:.7; 
}
#wpcf7-f77-o1 input[type=text],
#wpcf7-f77-o1 input[type=tel],
#wpcf7-f77-o1 input[type=email],
#wpcf7-f77-o1 textarea{
   color:#000 !important;



}

    /*<!--
============== INNER_PAGE =========================
-->*/
    /*<!--
============== INNER_PAGE =========================
-->*/
    
    @media only screen and (max-width:1199px) and (min-width:992px) {
        .logo {
            position: inherit;
            left: 0;
        }
        .top-contact {
            margin: 0px 0px;
            text-align: center;
        }
        .top-contact ul {
            text-align: center;
            float: none;
        }
        .top-contact ul li {
            display: inline-block;
            float: none;
        }
        .top-social-icon {
            margin: 20px 0px;
            text-align: center;
            padding: 0px;
        }
        .top-social-icon ul {
            text-align: center;
            float: none;
        }
        .top-social-icon ul li {
            display: inline-block;
            float: none;
        }
        .navbar-nav li:nth-child(4) {
            margin-left: auto !important;
        }
        .navbar-nav {
            text-align: center;
            float: none;
        }
        .navbar-nav li {
            display: inline-block;
            float: none;
        }
        .nav > li {
            margin: 0px 0px;
        }
        .navbar-nav > li > a {
            padding: 15px 20px;
        }
        .portfolio-inner-box img {
            width: 100%;
        }
        .service-left img {
            width: 100%;
        }
        .service-left {
            margin: 255px 0px;
        }
        .footer-menu ul {
            margin: 80px 0px 0 0px;
            float: none;
            text-align: center;
        }
        .footer-menu ul li {
            display: inline-block;
            float: none;
        }
        .cpoy-right {
            float: none;
            text-align: center;
            margin: 10px 0;
        }
        .back-box2 {
            height: 400px;
        }
        .back-box2 {
            height: 530px;
        }
        .navbar-nav li:nth-child(4) {
            margin-left: 0px !important;
        }
        .navbar-nav li a::before {
            content: ">";
            position: absolute;
            right: 0px;
            top: 17px;
            color: #ff0000;
            opacity: 0;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        .navbar-nav li a:hover::before {
            content: ">";
            position: absolute;
            right: 0px;
            top: 15px;
            color: #ff0000;
            opacity: 1;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
	     .service-inner-box ul li:nth-child(2n) {
              /*margin: 7px 0 4px 112px;*/
              margin: 7px 0 4px 95px;
              width: 30%;
             }

	.service-inner-box ul:before {
        	left: 315px;
		content: '';
       	 	border-left: 1px solid #666;
        	height: 100%;
        	position: absolute;
        	
        	right: 0px;
        	top: 0px;
        	margin: 0 auto;
    	}
	.service-right {
    		background: #000 none repeat scroll 0 0;
    		margin: 50px 0 105px 0;
   	 	padding: 42px 0 0;
	}
	.service-left {
   	 	margin: 105px 0;
    		
	}
	.back-box {
    		height: 551px;
	}
.form-box-2 {
        background: url(../../../images/form-bg.jpg) no-repeat left top;
        text-align: center;
        margin: 45px 0 0;

    }

    }
    
    @media only screen and (max-width:1024px) {
        .navbar-nav li:nth-child(4) {
            margin-left: 0px !important;
        }
        .logo {
            position: inherit;
            left: 0;
        }
        .top-contact {
            margin: 0px 0px;
            text-align: center;
        }
        .top-contact ul {
            text-align: center;
            float: none;
        }
        .top-contact ul li {
            display: inline-block;
            float: none;
        }
        .top-social-icon {
            margin: 20px 0px;
            text-align: center;
            padding: 0px;
        }
        .top-social-icon ul {
            text-align: center;
            float: none;
        }
        .top-social-icon ul li {
            display: inline-block;
            float: none;
        }
        .navbar-nav li:nth-child(4) {
            margin-left: auto !important;
        }
        .navbar-nav {
            text-align: center;
            float: none;
        }
        .navbar-nav li {
            display: inline-block;
            float: none;
        }
        .nav > li {
            margin: 0px 0px;
        }
        .navbar-nav > li > a {
            padding: 15px 20px;
        }
        .back-box {
            height: 595px;
        }
        .body-top {
            padding: 15px 0px;
        }
        .service-left {
            margin: 0;
            text-align: center;
        }
        .body-portfolio {
            margin: 20px 0px 50px;
        }
        .service-left img {
            width: 100%;
        }
        .service-inner-box ul li {
            margin: 4px 0px 2px 20px;
            width: 45%;
        }
        .service-inner-box ul:before {
            left: 235px;
        }
        .service-right {
            margin: 25px 0 0 0;
            padding: 5px 0px;
        }
        .service-inner-box {
            margin: 15px 0px 20px;
        }
        .service-left {
            padding: 65px 0px;
        }
        .back-box {
            height: 455px;
        }
        {
            margin: 50px 0px 0px;
        }
        .portfolio-inner-box img {
            width: 100%;
        }
        .portfolio {
            padding: 25px 0px;
        }
        .portfolio-inner-box {
            margin: 0px 0px 15px;
        }
        .back-box2 {
            height: 700px;
        }
        .form-box {
            margin: 15px 0px 0px;
        }
        .footer-menu ul {
            margin: 80px 0px 0 0px;
            float: none;
            text-align: center;
        }
        .footer-menu ul li {
            display: inline-block;
            float: none;
        }
        .cpoy-right {
            float: none;
            text-align: center;
            margin: 10px 0;
        }
        .inner-banner header h1 {
            font-size: 25px;
        }
        .inner-body-last-left {
            float: none;
            margin: 10px auto;
            padding: 0;
            width: 50%;
        }
        .inner-body-last-right {
            margin: 0px;
            width: 100%;
        }
        .caption p {
            font-size: 16px;
        }
        .caption h2 {
            font-size: 27px;
        }
        .navbar-nav > li:first-child a {
            padding: 15px 20px;
        }
        .navbar-nav > li:last-child a {
            padding: 15px 20px;
        }
        .navbar-nav li a::before {
            content: ">";
            position: absolute;
            right: 17px;
            top: 15px;
            color: #ff0000;
            opacity: 0;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        .navbar-nav li a:hover::before {
            content: ">";
            position: absolute;
            right: 0px;
            top: 15px;
            color: #ff0000;
            opacity: 1;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }


.service-right{
padding-top:30px;
padding-bottom:10px;

}
.back-box{
	height:482px;
}

.service-inner-box ul li{
margin:4px 0px 2px 40px;

}
.service-inner-box ul:before {
        	left: 315px;
		content: '';
       	 	border-left: 1px solid #666;
        	height: 100%;
        	position: absolute;
        	
        	right: 0px;
        	top: 0px;
        	margin: 0 auto;
    	}
.form-box-2 {
        background: url(../../../images/form-bg.jpg) no-repeat left top;
        text-align: center;
        margin: 45px 0 0;
	background-position: center center;
    }
    }
    
    @media only screen and (max-width:991px) and (min-width:768px) {
        .text-box span a {
            font-size: 13px;
        }
        .logo {
            position: inherit;
            left: 0;
        }
        .top-contact {
            margin: 0px 0px;
            text-align: center;
        }
        .top-contact ul {
            text-align: center;
            float: none;
        }
        .top-contact ul li {
            display: inline-block;
            float: none;
        }
        .top-social-icon {
            margin: 20px 0px;
            text-align: center;
            padding: 0px;
        }
        .top-social-icon ul {
            text-align: center;
            float: none;
        }
        .top-social-icon ul li {
            display: inline-block;
            float: none;
        }
        .navbar-nav li:nth-child(4) {
            margin-left: auto !important;
        }
        .navbar-nav {
            text-align: center;
            float: none;
        }
        .navbar-nav li {
            display: inline-block;
            float: none;
        }
        .nav > li {
            margin: 0px 0px;
        }
        .navbar-nav > li > a {
            padding: 15px 20px;
        }
        .back-box {
            height: 595px;
        }
        .body-top {
            padding: 15px 0px;
        }
        .service-left {
            margin: 0;
            text-align: center;
        }
        .body-portfolio {
            margin: 20px 0px 50px;
        }
        .service-left img {
            width: 100%;
        }
        .service-inner-box ul li {
            margin: 7px 0px 4px 20px;
            width: 45%;
        }
        .service-inner-box ul:before {
            left: 235px;
        }
        .service-right {
            margin: 32px 0 0 0;
            padding: 5px 0px;
        }
        .service-inner-box {
            margin: 15px 0px 20px;
        }
        .service-left {
            padding: 100px 0px 0 0;
        }
        .back-box {
            height: 460px;
        }
        {
            margin: 50px 0px 0px;
        }
        .portfolio-inner-box img {
            width: 100%;
        }
        .portfolio {
            padding: 25px 0px;
        }
        .portfolio-inner-box {
            margin: 0px 0px 15px;
        }
        .back-box2 {
            height: 700px;
        }
        .form-box {
            margin: 15px 0px 0px;
        }
        .footer-menu ul {
            margin: 80px 0px 0 0px;
            float: none;
            text-align: center;
        }
        .footer-menu ul li {
            display: inline-block;
            float: none;
        }
        .cpoy-right {
            float: none;
            text-align: center;
            margin: 10px 0;
        }
        .inner-banner header h1 {
            font-size: 25px;
        }
        .inner-body-last-left {
            float: none;
            margin: 10px auto;
            padding: 0;
            width: 50%;
        }
        .inner-body-last-right {
            margin: 0px;
            width: 100%;
        }
        .caption p {
            font-size: 16px;
        }
        .caption h2 {
            font-size: 27px;
        }
        .navbar-nav > li:first-child a {
            padding: 15px 20px;
        }
        .navbar-nav > li:last-child a {
            padding: 15px 20px;
        }
        .navbar-nav li a::before {
            content: ">";
            position: absolute;
            right: 17px;
            top: 15px;
            color: #ff0000;
            opacity: 0;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        .navbar-nav li a:hover::before {
            content: ">";
            position: absolute;
            right: 0px;
            top: 15px;
            color: #ff0000;
            opacity: 1;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
       /* .service-inner-box ul li:nth-child(2n) {
            margin: 7px 0 4px 45px;
        }*/

	.service-inner-box ul li {
        margin: 7px 0px 4px 55px;
        padding: 0px;
        list-style: none;
        float: left;
        width: 41%;
        position: relative;
    }
    
    .service-inner-box ul li:nth-child(2n) {
        /*margin: 7px 0 4px 112px;*/
          margin: 7px 0 4px 165px;
        width: 30%;
    }


.service-inner-box ul li:nth-child(2n) {
    margin: 7px 0 4px 20px;
    width: 33%;
}

.service-right{
padding-top:30px;
padding-bottom:10px;

}
.back-box{
	height:482px;
}
.form-box-2 {
        background: url(../../../images/form-bg.jpg) no-repeat left top;
        text-align: center;
        margin: 45px 0 0;
	background-position: center center;
    }
    }
    
    @media only screen and (max-width:767px) {
        .logo {
            position: inherit;
            left: 0;
        }
        .top-contact {
            margin: 0px 0px;
            text-align: center;
        }
        .top-contact ul {
            text-align: center;
            float: none;
        }
        .top-contact ul li {
            display: inline-block;
            float: none;
        }
        .top-social-icon {
            margin: 20px 0px;
            text-align: center;
            padding: 0px;
        }
        .top-social-icon ul {
            text-align: center;
            float: none;
        }
        .top-social-icon ul li {
            display: inline-block;
            float: none;
        }
        .navbar-nav li:nth-child(4) {
            margin-left: auto !important;
        }
        .navbar-nav {
            text-align: center;
            float: none;
        }
        .navbar-nav li {
            display: inline-block;
            float: none;
        }
        .nav > li {
            margin: 0px 0px;
        }
        .navbar-nav > li > a {
            padding: 15px 20px;
        }
        .body-top {
            padding: 15px 0px 0px;
        }
        .body-top p {
            margin: 0px;
            padding:15px 25px;
        }
        .body-portfolio {
            margin: 10px 0px;
        }
        .back-box {
            display: none;
        }
        .service-left {
            margin: 5px 0px;
            text-align: center;
        }
        .service-left img {
            border: 5px solid #ccc;
        }
        .no-right-padding {
            padding-right: 15px;
        }
        .no-left-padding {
            padding-left: 15px;
        }
        .service-right {
            margin: 20px 0px;
            padding: 5px 0px;
        }
        .service-inner-box ul li {
            width: 45%;
            margin: 7px 0px 4px 30px;
        }
        .service-inner-box ul:before {
            display: none;
        }
        .service-inner-box {
            margin: 15px 0px 30px;
        }
        .portfolio {
            padding: 15px 0px;
        }
        .portfolio-inner-box {
            width: 50%;
            margin: 0 auto 20px;
        }
        .portfolio-inner-box img {
            width: 100%;
        }
        .back-box2 {
            display: none;
        }
        .read-more a {
            margin: 0px;
        }
        .form-box {
            margin: 20px 0px 0px;
        }
        .footer-menu ul {
            margin: 80px 0px 0 0px;
            float: none;
            text-align: center;
        }
        .footer-menu ul li {
            display: inline-block;
            float: none;
            
            margin-bottom: 10px;
        }
        .cpoy-right {
            float: none;
            text-align: center;
            margin: 10px 0;
        }
        .service-left img {
            width: 100%;
        }
        .nav > li {
            margin: 0px;
            width: 100%;
            border-bottom: 1px dotted #ccc;
        }
        .nav > li:last-child {
            border-bottom: none;
        }
        .navbar-nav > li:first-child a {
            padding: 10px 0px;
        }
        .navbar-nav > li > a {
            padding: 10px 0px;
        }
        .navbar-nav li:hover a {
            background: #e30613 !important;
            color: #fff !important;
        }
        .inner-banner header h1 {
            font-size: 25px;
        }
        .inner-body-last-left {
            margin: 15px 0;
            width: 100%;
        }
        .inner-body-last-right {
            margin: 0;
            width: 100%;
        }
        .caption p {
            font-size: 14px;
        }
        .caption h2 {
            font-size: 21px;
        }
        .navbar-nav > li:last-child a {
            padding: 10px 20px;
        }
        .navbar-nav li a:hover:before {
            color: #fff;
            content: ">";
            opacity: 1;
            position: absolute;
            right: 0;
            top: 11px;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }
        .service-left {
            padding: 0px;
        }
        .service-left {
            height: auto;
            margin: 5px auto;
            text-align: center;
            width: 60%;
        }
        #menu-header-menu li {
            padding-bottom: 4px;
        }
        /*patch*/
        .pic-box {
            margin: 8px 0px;
        }
.service-inner-box ul li:nth-child(2n){
margin-left:0px;
}
.form-box-2 {
        background: url(../../../images/form-bg.jpg) no-repeat left top;
        text-align: center;
        margin: 45px 0 0;
	background-position: center center;
    }


    }


@media only screen and (max-width:630px) {
.service-inner-box li{
width:100% !important;
margin:10px 0 0 30px !important;
padding:0 0 0 0!important;
position:relative !important;

}
.service-right{
padding-top:20px;
}

.text-box {
        float: left;
        margin: 0 0 0 25px;
        padding: 0px;
        width: 70%;
        height: 57px;
        color: #fff;
        display: table
    }
}
    
    @media only screen and (max-width:480px) {
        .service-inner-box ul li {
            width: 80%;
        }
        .service-left img {
            width: 100%;
        }
        .form-box-inner {
            background: rgba(250, 250, 250, 0.9);
            width: 80%;
            height: auto;
            margin: 10% 0;
            padding: 0 0 18% 0;
        }
        .body-top p {
            padding:15px 0;
        }
        .form-box-inner-form h2 {
            margin: 20px 0px 10px;
        }
        placeholder::-webkit-input-placeholder {
            color: #000;
        }
        :-moz-placeholder {
            /* Firefox 18- */
            color: #000;
        }
        ::-moz-placeholder {
            /* Firefox 19+ */
            color: #000;
        }
        :-ms-input-placeholder {
            color: #000;
        }
        .btn {
            left: 32%;
        }
        .form-box-inner-form {
            padding: 0px 5px;
        }
        .portfolio-inner-box {
            width: 100%;
        }
        .bwg_standart_thumb_0 {
            margin: 15px 0px !important;
            width: 263px !important;
        }
        .service-left-box {
            border-bottom: 1px solid #ff0000;
            border-right: none;
            width: 100%;
            margin: 210px 0 0;
        }
        .service-right-box {
            width: 100%;
        }
        .service-right-box p {
            padding: 15px 0 0px;
        }
        .inner-banner header h1 {
            font-size: 15px;
            margin: 5px 0px;
        }
        .map-box {
            margin: 15px 0;
            width: 100%;
        }
        .address-box {
            width: 100%;
        }
        .caption {
            display: none;
        }
        .service-left {
            width: 80%;
        }
        .footer-logo-wrapper {
            margin-top: 0px;
        }
        .footer-logo-wrapper img {
            width: 100%;
        }
        .footer-red-box {
            position: relative;
            padding-top: 30px;
        }
        .form-box-inner-2 {
            background: rgba(250, 250, 250, 0.9);
            width: 80%;
            height: auto;
            margin: 10% 0;
            padding: 0 0 18% 0;
        }
        .form-box-inner-form-2 h2 {
            margin: 20px 0px 10px;
        }
        .btn-2 {
            bottom: -164px;
            height: 100px;
            left: 27%;
            width: 100px;
        }

.form-box-2 {
        background: url(../../../images/form-bg-2.jpg) no-repeat left top;
        text-align: center;
        margin: 45px 0 0;
	background-size:100% 100%;
    }
    }
    
    @media only screen and (max-width:360px) {
        .btn {
            width: 100px;
            height: 100px;
            left: 30.5%;
            bottom: -145px;
        }
        .portfolio-inner-box {
            width: 100%;
        }
        .sub-btn {
            padding: 13px;
        }
        .top-contact ul li:nth-child(2) {
            margin-right: 5px;
        }
        .top-contact ul li {
            margin: 0px 2px 0px 0px;
        }
        .service-left {
            width: 100%;
        }
        .btn-2 {
            bottom: -125px;
            height: 100px;
            left: 20%;
            width: 100px;
        }
    }
    
    @media only screen and (max-width:320px) {
        .btn {
            width: 100px;
            height: 100px;
            left: 28%;
            bottom: -145px;
        }
        .top-contact ul li:nth-child(2) {
            margin-right: 50px;
        }
        .top-contact ul li:nth-child(1) {
            margin-left: 83px;
        }
        .top-contact ul li:nth-child(3) {
            margin-left: 40px;
        }
        .top-contact ul li {
            margin: 0px 10px 0px 0px;
            float: left;
        }
        .footer-box {
            background: #000;
        }
    }



.service-inner-box ul li:first-child .pic-box:before{
border-left:none !important;
}

.service-inner-box ul li:last-child .pic-box:after{
border-left:none !important;
}
.service-inner-box ul li:nth-child(2) .pic-box:before{
border-left:none !important;
}


.service-inner-box ul li:nth-child(7) .pic-box:after{
border-left:none !important;
}


.not-found {
text-align:center;
}

.not-found h3{
font-size:40px;
}

.not-found p{
   font-size:18px !important;
}

.not-found a:hover{
text-decoration:none !important;
}
