/* General body settings */
body {
    direction: rtl;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.76;
    text-align: right;
    color: #000000;
}

/* h1-h6 */
.content h1, .content h2 {
    margin: 0 0 10px;
    height: 47px;
    font-family: Varela Round;
    font-size: 50px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    text-align: right;
    color: #272626;
    display: inline;
}

    .content h1:after, .content h2:after {
        z-index: 2;
        content: " ";
        display: block;
        padding-top: 7px;
        width: 73px;
        margin: 0 auto;
    }

.content h3, .content h4, .content h5, .content h6 {
    font: 300 18px "Open Sans", Arial, sans-serif;
    padding: 0;
    margin: 0;
}

    .content h1 strong,
    .content h2 strong,
    .content h3 strong,
    .content h4 strong {
        color: #e54a1a;
        font-weight: 300;
    }

.content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}

.content h4 {
    font-size: 18px;
}

.content h5 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 5px;
    padding-top: 5px;
}

.content h6 {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 5px;
    padding-top: 5px;
}

.h-gray {
    opacity: 0.7;
}

/* links styles */
a, a:focus, a:hover, a:active {
    color: #e6400c;
    outline: 0;
    text-decoration: none;
}

button,button:focus, button:hover, button:active {
  outline: 0;
}

    a:hover {
        color: #e6400c;
        text-decoration: underline;
    }

/* Global classes */
::-moz-selection {
    color: #fff;
    background: #e6400c;
}

::selection {
    color: #fff;
    background: #e6400c;
}

.min-hight500 {
    min-height: 500px;
}

.lead {
    font: 400 17px "Open Sans", sans-serif;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

*html .clearfix {
    zoom: 1;
}

* + html .clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.block-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.content-center {
    text-align: center;
}

.border-bottom-silver {
    border-bottom: solid 1px #b7bbbf;
}

.more-li-space li {
    margin-bottom: 3px;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-bottom-padding {
    padding-bottom: 0 !important;
}

.no-bottom-space {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.no-top-padding {
    padding-top: 0 !important;
}

.no-top-space {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.no-space {
    margin: 0 !important;
    padding: 0 !important;
}

.no-text-shadow {
    text-shadow: none;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-35 {
    padding-top: 35px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-45 {
    padding-top: 45px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-top-80 {
    padding-top: 80px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-35 {
    margin-bottom: 35px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-45 {
    margin-bottom: 45px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-65 {
    margin-bottom: 65px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-bottom-90 {
    margin-bottom: 90px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-left-0 {
    margin-right: 0 !important;
}

.margin-right-0 {
    margin-left: 0 !important;
}

.margin-right-20 {
    margin-left: 20px !important;
}

.margin-left-20 {
    margin-right: 20px !important;
}

.padding-left-0 {
    padding-right: 0 !important;
}

.padding-right-0 {
    padding-left: 0 !important;
}

.padding-right-30 {
    padding-left: 30px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.btn {
    padding: 7px 14px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
}

.btn-primary {
    border: none;
    background: #e94d1c;
    color: #fff;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        color: #fff;
        background: #cc3304;
        border: none;
    }

.content-page .btn-primary,
.content-page .btn-primary:hover {
    color: #fff;
    margin-right: 0 !important;
}

.btn-default {
    border: 1px solid #EDEDED;
    color: #A8AEB3;
    background: transparent;
    padding: 6px 13px;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active {
        border: 1px solid #A8AEB3;
        color: #fff;
        background: #A8AEB3;
        padding: 6px 13px;
    }

/*  media */
.embed-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
}

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

/* panels style */
/*.panel-default {
  border-color: #ecf0f1;
}
.panel-default > .panel-heading {
  background: #ecf0f1;
  border-color: #ecf0f1;
  color: #333;  
}
.panel-default > .panel-heading h4 {
  font: 300 16px "Open Sans", sans-serif;
  padding: 0;
  margin-bottom: 0;
}
.panel-default > .panel-heading a {
  text-decoration: none;
  color: inherit;
}
.panel-default > .panel-heading a:active,
.panel-default > .panel-heading a:focus {
  color: inherit;
}*/

/* Header and header elements */
.header {
    position: absolute;
    top: auto;
    bottom: 0;
    right: auto;
    left: auto;
    z-index: 9;
    width: 100%;
    min-height: 75px;
    padding: 0;
    background: #383839;
    z-index: 9999;
}

.menu-always-on-top .header {
    background: #383839;
    top: 0;
    bottom: auto;
    position: fixed;
}

.ie8 .header {
    background: #383839 !important;
}

    .ie8 .header.fixNav {
        border-bottom: solid 1px #ddd;
    }

/* header at the top */
.header-top {
    top: 0;
    bottom: auto;
    background: rgba(255,255,255,1);
}
/* header on the second screen */
.header-second-screen {
    bottom: -63px; /* 61px – header height */
}

.header.fixNav {
    position: fixed;
    top: 0;
    bottom: auto;
    background: rgba(255,255,255,0.95);
}

.site-logo {
    float: right;
    padding-top: 19px;
}

.header .mobi-toggler {
    float: left;
    width: 42px;
    height: 42px;
    display: none;
    margin: 10px 15px 0;
    position: relative;
    background: url(../img/mobile_menu.png) no-repeat;
    background-size: cover;
}


    .header .mobi-toggler i {
        display: none;
    }

    .header .mobi-toggler:hover {
        /*background: #e34f00 url(../img/toggler.png) no-repeat 6px -28px;
        border-color: #e34f00;
        color: #fff;*/
    }

.header-navigation {
    float: left;
    list-style: none;
    padding: 20px 0 0;
    margin: 0;
    text-transform: uppercase;
    font-family: Varela Round;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    text-align: center;
}

    .header-navigation li {
        float: right;
        padding: 0;
        margin: 0 25px 0 0;
    }

    .header-navigation a {
        display: block;
        color: #ffffff;
    }

        .header-navigation a:hover,
        .header-navigation li.current a {
            color: #e6400c;


         
    border-style:solid;
  border-width: 0px 0px 5px 0px;
  padding-bottom: 20px;
        }

.header a:hover {
    text-decoration: none;
}

/* Promo block */
.promo-block {
    overflow-x: hidden;
}

.slider-item-1 .promo-like {
    color: #fff;
    background: rgba(0,0,0,0.67);
    display: inline-block;
    margin-left: 7px;
    text-align: right;
    padding: 35px 21px 25px 22px;
    position: relative;
    top: -12px;
}

.ie8 .slider-item-1 .promo-like,
.ie8 .slider-item-1 .promo-like-text {
    background: #000;
}

.slider-item-1 .promo-like i {
    font-size: 80px;
    line-height: 1;
}

.slider-item-1 .promo-like-text {
    color: #fff;
    background: rgba(0,0,0,0.67);
    font: 400 20px/1.4 "PT Sans Narrow", Arial, sans-serif;
    display: inline-block;
    text-align: right;
    padding: 22px 25px 17px;
}

    .slider-item-1 .promo-like-text h2 {
        font: 400 38px/38px "PT Sans Narrow", Arial, sans-serif;
        padding: 0;
        margin: 0 0 8px;
    }

    .slider-item-1 .promo-like-text p {
        margin: 0;
    }

.slider-item-1 .large_bold_white,
.slider-item-2 .large_bold_white {
    font: 700 75px/83px "PT Sans Narrow", Arial, sans-serif;
    text-transform: uppercase;
}

    .slider-item-1 .large_bold_white span,
    .slider-item-2 .large_bold_white span {
        color: #e54a1a;
    }

.slider-item-2 .tp-caption.medium_bg_asbestos {
    background: none;
}

.slider-item-2 .mobi-caption {
    font: 400 70px/70px "PT Sans Narrow", Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.ie8 .slider-item-3 {
    display: none !important;
}

.boxedcontainer {
    max-width: 1170px;
    margin: auto;
    padding: 0px 30px;
}

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.tp-banner {
    width: 100%;
    position: relative;
}

.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.tp-banner-container ul,
.tp-banner-container li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tp-bannertimer {
    background: #777 !important;
    background: rgba(0,0,0,0.1) !important;
    height: 5px !important;
}

.tp-bullets.simplebullets.navbar {
    height: 35px;
    padding: 0px 0px;
}

.tp-bullets.simplebullets .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-left: 2px !important;
    margin-bottom: 14px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float: none !important;
}

    .tp-bullets.simplebullets .bullet.last {
        margin-left: 0px;
    }

    .tp-bullets.simplebullets .bullet:hover,
    .tp-bullets.simplebullets .bullet.selected {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 1) !important;
        width: 6px !important;
        height: 6px !important;
        border: 5px solid rgba(0, 0, 0, 1) !important;
    }

.tparrows:before {
    font-family: 'revicons';
    color: #fff;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-left: 0;
    margin-top: 7px;
    text-align: center;
    width: 40px;
    font-size: 20px;
}

.tparrows {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.32) !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 40px !important;
    height: 40px !important;
}

    .tparrows:hover {
        color: #fff;
    }

.tp-leftarrow:before {
    content: '\e824';
}

.tp-rightarrow:before {
    content: '\e825';
}

.tparrows.tp-rightarrow:before {
    margin-right: 1px;
}

.tparrows:hover {
    background: rgba(255, 255, 255, 0.32) !important;
}

/* About- block */
.about-block {
    padding-top: 75px;
}

    .about-block h4 {
        margin-bottom: 43px;
    }

.ab-trio {
    padding-top: 105px;
    position: relative;
}

    .ab-trio img {
        position: relative;
        z-index: 2;
    }

.ab-cirlce {
    display: inline-block;
    width: 135px;
    height: 135px;
    color: #fff;
    border-radius: 50% !important;
    z-index: 1;
    position: relative;
    padding-top: 30px;
}

.ab-cirle-blue {
    background: #33b1e6;
}

.ab-cirle-red {
    background: #e85425;
    bottom: 34%;
    right: 37%;
}

.ab-cirle-green {
    background: #94db40;
}

.ab-cirlce i {
    font-size: 43px;
    line-height: 30px;
}

.ab-cirlce strong {
    font: 400 18px/18px "PT Sans Narrow", Arial, sans-serif;
    display: block;
    padding-top: 12px;
}

/* Services block */
.services-block {
    background: #f6f6f6;
    padding: 60px 0 70px;
}

    .services-block .row {
        padding-top: 44px;
    }

    .services-block .item {
        border-left: solid 1px #e8e7e7;
        padding-top: 9px;
    }

    .services-block .col-md-3:last-child {
        border-left: none;
    }

    .services-block .fa {
        background: #e85425;
        color: #fff;
        width: 99px;
        height: 99px;
        line-height: 1;
        border-radius: 50%;
        position: relative;
        margin-bottom: 29px;
    }

        .services-block .fa:after {
            bottom: -8px;
            width: 0;
            height: 0;
            right: 50%;
            margin-right: -9px;
            z-index: 2;
            content: " ";
            display: block;
            position: absolute;
            border-top: 9px solid #e85425;
            border-left: 9px solid transparent;
            border-right: 9px solid transparent;
        }

    .services-block .fa {
        font-size: 38px;
        padding: 35px 0 0;
    }

    .services-block p {
        margin-bottom: 5px;
    }

/* Portfolio block */
.portfolio-block {
    background: #f6f6f6;
    padding-top: 60px;
}

    .portfolio-block .row {
        padding: 0;
        margin: 0;
    }

    .portfolio-block .item {
        position: relative;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

        .portfolio-block .item > a {
            background: rgba(229,74,26,0.85);
            position: absolute;
            right: 0;
            bottom: -100%;
            width: 100%;
            height: 100%;
            text-transform: uppercase;
            transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            color: #fff;
        }

        .portfolio-block .item:hover > a {
            bottom: 0;
        }

        .portfolio-block .item > a:hover {
            text-decoration: none;
        }

.ie8 .portfolio-block .item > a {
    background: #e54a1a;
}

.portfolio-block .item strong {
    font: 400 17px/1.2 "Open Sans", Arial, sans-serif;
    display: block;
    margin-bottom: 4px;
}

.portfolio-block .item em {
    font: 300 13px "Open Sans", Arial, sans-serif;
    display: block;
    margin-bottom: 10px;
}

.portfolio-block .item b {
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    border: solid 1px #fff;
    padding: 8px 15px 7px;
}

    .portfolio-block .item b:hover {
        background: #fff;
        color: #E85425;
        border-color: #fff;
    }

/* Choose us block */
.choose-us-block {
    padding-top: 60px;
}

    .choose-us-block h4 {
        margin-bottom: 35px;
    }

        .choose-us-block h4 a {
            color: #1ea9e3;
        }

    .choose-us-block .panel-group {
        padding-top: 50px;
    }

    .choose-us-block .panel-default {
        border-radius: 0 !important;
        border: none;
        background: none;
        margin-bottom: 0 !important;
        padding-bottom: 14px;
    }

        .choose-us-block .panel-default > .panel-heading {
            border: none;
            background: none;
            padding: 0;
        }

            .choose-us-block .panel-default > .panel-heading + .panel-collapse .panel-body {
                border: none;
                padding: 0 32px 0 0;
            }

        .choose-us-block .panel-default h5 {
            font: 300 19px "Open Sans", Arial, sans-serif;
            padding: 0;
            margin: 0 0 5px;
        }

        .choose-us-block .panel-default .accordion-toggle:before {
            content: "";
            width: 21px;
            height: 21px;
            display: inline-block;
            background: #e54a1a url(../img/toggle-icons.png) no-repeat 6px 10px;
            border-radius: 50% !important;
            margin-left: 10px;
            position: relative;
            top: 4px;
        }

        .choose-us-block .panel-default .collapsed:before {
            background: #495764 url(../img/toggle-icons.png) no-repeat 6px -148px;
        }

        .choose-us-block .panel-default .panel-title:hover .collapsed:before {
            background-color: #e54a1a;
        }

        .choose-us-block .panel-default .accordion-toggle, .choose-us-block .panel-default .accordion-toggle:focus, .choose-us-block .panel-default .accordion-toggle:hover, .choose-us-block .panel-default .accordion-toggle:active {
            color: #1ea9e3;
            text-decoration: none;
        }

        .choose-us-block .panel-default .collapsed {
            color: #5f6f7e;
        }

/* Team block */
.team-block {
    padding-top: 60px;
}

    .team-block h4 {
        margin-bottom: 45px;
    }

    .team-block .item {
        margin-bottom: 30px;
    }

    .team-block h3 {
        font-size: 20px;
        padding-top: 13px;
        margin-bottom: 2px;
    }

    .team-block em {
        color: #e54a1a;
        text-transform: uppercase;
        display: block;
        font: 400 14px "Open Sans", Arial, sans-serif;
        margin-bottom: 12px;
    }

.tb-socio {
    padding-top: 3px;
    text-align: center;
}

    .tb-socio .fa {
        width: 33px;
        height: 33px;
        color: #b3bdc6;
        border-radius: 50% !important;
        border: solid 1px #d5d5d5;
        font-size: 19px;
        line-height: 19px;
        margin: 0 7px;
        padding-top: 7px;
    }

        .tb-socio .fa:hover {
            color: #e6400c;
            border: solid 1px #e6400c;
            text-decoration: none;
        }

/* Pricing */
.prices-block {
    background: #F6F6F6;
    padding: 60px 0 40px;
}

.pricing-item {
    /*border: solid 2px #8695a1;*/
    background: #fff;
    font: 400 18px "PT Sans Narrow", Arial, sans-serif;
    margin-bottom: 30px;
}

.pricing-head {
    background: #8695a1;
    color: #fff;
    font: 400 17px/1.2 "PT Sans Narrow", Arial, sans-serif;
    padding: 13px 15px 9px;
    margin-bottom: 26px;
}

@-moz-document url-prefix() {
    .pricing-head {
        padding: 12px 15px 10px;
    }
}

.pricing-head h3 {
    font: 400 43px/1.2 "PT Sans Narrow", Arial, sans-serif;
}

.pi-price {
    margin-bottom: 31px;
}

    .pi-price strong {
        font-size: 35px;
        font-weight: 400;
        display: inline-block;
        background: #e85425;
        color: #fff;
        width: 128px;
        height: 128px;
        line-height: 1;
        border-radius: 50%;
        position: relative;
        padding: 28px 0 0;
        margin-bottom: 20px;
    }

        .pi-price strong:after {
            bottom: -8px;
            width: 0;
            height: 0;
            right: 50%;
            margin-right: -9px;
            z-index: 2;
            content: " ";
            display: block;
            position: absolute;
            border-top: 9px solid #e85425;
            border-left: 9px solid transparent;
            border-right: 9px solid transparent;
        }

        .pi-price strong em {
            font-size: 71px;
            font-style: normal;
        }

.pricing-content {
    padding: 0 15px;
    margin-bottom: 24px;
}

    .pricing-content .list-unstyled {
        text-align: right;
        color: #7d8489;
    }

        .pricing-content .list-unstyled li {
            margin-bottom: 6px;
        }

            .pricing-content .list-unstyled li i {
                color: #e85425;
                position: relative;
                top: -1px;
            }

.pricing-footer {
    padding: 15px;
}

    .pricing-footer .btn-default {
        background: #afb7be;
        color: #fff;
        display: block;
        font: 400 22px/22px "PT Sans Narrow", Arial, sans-serif;
        padding: 13px 10px;
        border: none;
    }

        .pricing-footer .btn-default:hover, .pricing-footer .btn-default:focus, .pricing-footer .btn-default:active {
            border: none;
            background: #E85425;
        }

/* Partners block */
.partners-block {
    background: #f6f6f6;
    padding: 17px 0;
    text-align: center;
}

/* Testimonials block */
.testimonials-block {
    padding-top: 60px;
}

    .testimonials-block h4 {
        margin-bottom: 57px;
    }

    .testimonials-block .carousel {
        width: 62%;
        margin: 0 auto;
    }

    .testimonials-block blockquote {
        border: none;
        font: italic 300 23px/1.3 "Open Sans", Arial, sans-serif;
        margin: 0;
        padding: 0;
        color: #66717c;
    }

.testimonials-name {
    font: italic 300 23px/1.3 "Open Sans", Arial, sans-serif;
    color: #2dafe5;
}

.carousel-indicators {
    position: static;
    margin: 50px 0 0;
    width: 100%;
}

    .carousel-indicators li {
        width: 12px !important;
        height: 12px !important;
        border-radius: 50% !important;
        background: #dce0e2;
        position: relative;
        margin: 0 3px !important;
        border: none;
    }

        .carousel-indicators li.active {
            background: #e6400c;
        }

/* Facts block */
.facts-block {
    position: relative;
    min-height: 470px;
    height: auto;
    padding: 57px 0 0;
    z-index: 0;
    /*background: #fff url(../img/facts.jpg) no-repeat fixed;*/
    position: relative;
    color: #fff;
}

    .facts-block h2 {
        background: rgba(0,0,0,0.29);
        line-height: 37px;
        padding: 14px 0 15px;
        margin-bottom: 71px;
    }

        .facts-block h2:after {
            display: none;
        }

    .facts-block .item {
        background: rgba(255,99,77,0.92);
        font: 400 20px "Pathway Gothic One", Arial, sans-serif;
        text-transform: uppercase;
        width: 198px;
        height: 198px;
        border-radius: 50% !important;
        padding: 33px 0 0;
        margin: 0 auto;
    }

@-moz-document url-prefix() {
    .facts-block .item {
        padding: 31px 0 0;
    }
}

.ie8 .facts-block .item {
    background: #e54a1a;
}

.facts-block .item strong {
    display: block;
    font-size: 80px;
    text-transform: none;
    margin-bottom: 4px;
}

/* message block */
.message-block {
    position: relative;
    min-height: 457px;
    height: auto;
    padding: 0 0 50px;
    z-index: 0;
    background: #292F34 url(../img/quote.jpg) no-repeat; /* fixed;*/
    position: relative;
}
    /*.message-block:after {
  background: rgba(0,0,0,0.73);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;  
  z-index: 1;
}*/
    .message-block h2 {
        z-index: 2;
        color: #fff;
        font-size: 35px;
        font-weight: 700;
        line-height: 42px;
        position: relative;
        padding: 0;
        /* margin: 150px 0 14px; */
        margin-bottom: 14px;
        letter-spacing: 1px;
    }

        .message-block h2:after {
            display: none;
        }

        .message-block h2 strong {
            color: #18bbff;
            display: block;
        }

    .message-block em {
        font: 300 15px "Open Sans", Arial, sans-serif;
        text-transform: uppercase;
        color: #fff;
        position: relative;
        z-index: 2;
        display: block;
    }

/* Checkout block */
.checkout-block {
    background: #292f34;
    color: #c8ced4;
    padding: 25px 0;
}

    .checkout-block h2 {
        font: 400 33px "PT Sans Narrow", Arial, sans-serif;
        margin: 2px 0 0;
        text-align: right;
    }

        .checkout-block h2 em {
            color: #767c81;
            font: 300 18px "Open Sans", Arial, sans-serif;
            text-transform: none;
        }

        .checkout-block h2:after {
            display: none;
        }

    .checkout-block .btn {
        font: 400 20px/20px "PT Sans Narrow", Arial, sans-serif;
        padding: 15px 20px 14px;
    }

@-moz-document url-prefix() {
    .checkout-block .btn {
        padding: 14px 20px 15px;
    }
}

/***
Pre-Footer and pre-footer elements
***/
.pre-footer {
    background: #313030;
    color: #b0b0b0;

     font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.88;
  color: #ffffff;
}

    .pre-footer h2 {
      font-family: Varela Round;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  
  color: #9f9f9f;
  padding-bottom: 37px


    }

    .pre-footer .container {
        padding-top: 45px;
    }

    .pre-footer a {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.88;
        color: #00fffc;
    }

    .pre-footer a:hover {
       color: rgba(0, 255, 252, 0.75);
    }

      .pre-footer a:active {
      color: #03d9dc;
    }

    .pre-footer p {
        margin-bottom: 20px;
    }

    .pre-footer li {
        margin-bottom: 6px;
    }

    /* pre-footer twitter block */
    .pre-footer dl.f-twitter {
        overflow: hidden;
        margin-bottom: 7px;
    }

        .pre-footer dl.f-twitter dt {
            width: 30px;
            float: right;
            text-align: right;
            padding-top: 2px;
        }

            .pre-footer dl.f-twitter dt i {
                color: #57c8eb;
                font-size: 20px;
            }

        .pre-footer dl.f-twitter dd {
            color: #b0b0b0;
            margin-right: 30px;
        }

            .pre-footer dl.f-twitter dd span {
                color: #6b9cab;
                font-size: 12px;
                margin: 0 5px;
            }

    .pre-footer address {
        line-height: 1.7;
    }

.pre-footer-col {
    padding-bottom: 22px;
    padding-left: 50px;
}

.pre-footer .top-line {
    border-top: solid 1px #535353;
    padding-top: 24px;
    padding-bottom: 17px;
}

.pre-footer .social-icons {
    padding-top: 5px;
}

    .pre-footer .social-icons li a,
    .pre-footer a.social-icon {
        transition: all 0.1s ease-in-out !important;
        -o-transition: all 0.1s ease-in-out !important;
        -ms-transition: all 0.1s ease-in-out !important;
        -moz-transition: all 0.1s ease-in-out !important;
        -webkit-transition: all 0.1s ease-in-out !important;
    }

        .pre-footer .social-icons li a:hover {
            opacity: 1;
        }

.pre-footer hr {
    margin-top: 0;
    border-color: #404040;
}

.pre-footer .form-control,
.pre-footer .form-control:focus {
    border: none;
}

/* subscribe */
.pre-footer .pre-footer-subscribe-box {
    padding-bottom: 14px;
    overflow: hidden;
    max-width: 300px;
}

    .pre-footer .pre-footer-subscribe-box p {
        clear: both;
    }

.pre-footer-subscribe-box .input-group {
    border: solid 1px #545454;
    padding: 1px 0 0 1px;
}

.pre-footer-light .pre-footer-subscribe-box .input-group {
    border: solid 1px #DBDBDB;
}

.pre-footer-subscribe-box h2 {
    padding-top: 7px;
}

.pre-footer-subscribe-box input {
    border-radius: 0;
    background: #313030;
    border: solid 1px #313030;
    color: #909090;
    font: 13px Arial, sans-serif;
}

    .pre-footer-subscribe-box input:focus {
        box-shadow: none;
        border: solid 1px #313030;
    }

.pre-footer-subscribe-box .btn-primary {
    margin-right: 0 !important;
    border-bottom: none;
    margin-bottom: 1px;
}

/* pre-footer photostream */
.pre-footer .photo-stream li {
    margin: 4px 0 4px 5px;
    display: inline-block;
}

.pre-footer .photo-stream img {
    width: 54px;
    height: 54px;
    border: solid 2px #9ca5ae;
}

    .pre-footer .photo-stream img:hover {
        border-color: #E84D1C;
        transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

/* light pre-footer */
.pre-footer-light {
    background: #F9F9F9;
    color: #3E4D5C;
    margin-top: 20px;
}

    .pre-footer-light .container {
        background: #fff;
        padding-top: 25px;
    }

    .pre-footer-light h2 {
        color: #3E4D5C;
    }

    .pre-footer-light a {
        color: #3E4D5C;
    }

    .pre-footer-light dl.f-twitter dd {
        color: #3E4D5C;
    }

        .pre-footer-light dl.f-twitter dd span {
            color: #99a5b1;
        }

        .pre-footer-light dl.f-twitter dd a {
            color: #e84d1c;
        }

    .pre-footer-light address a {
        color: #e84d1c;
    }

    .pre-footer-light hr {
        border-color: #e6e6e6;
    }

    .pre-footer-light .social-icons li a {
        opacity: 1;
    }

        .pre-footer-light .social-icons li a:hover {
            opacity: 0.7;
        }

    .pre-footer-light .input-group {
        border: none;
        padding: 1px 0 0 1px;
    }

    .pre-footer-light .pre-footer-subscribe-box input {
        background: #fff;
        border: none;
        color: #909090;
    }

    .pre-footer-light .pre-footer-subscribe-box button:hover {
        color: #fff;
    }

/* light pre-footer */
.pre-footer-gray {
    background: #62707F;
    color: #fff;
}

    .pre-footer-gray h2 {
        color: #fff;
    }

    .pre-footer-gray dl.f-twitter dd {
        color: #fff;
    }

        .pre-footer-gray dl.f-twitter dd span {
            color: #fff;
            opacity: 0.5;
        }

    .pre-footer-gray hr {
        border-color: #94a5b6;
    }

    .pre-footer-gray .social-icons li a {
        opacity: 1;
    }

        .pre-footer-gray .social-icons li a:hover {
            opacity: 0.7;
        }

    .pre-footer-gray .pre-footer-subscribe-box fomr {
        color: #fff;
    }

    .pre-footer-gray .pre-footer-subscribe-box .input-group {
        border: 1px solid #94a5b6;
    }

    .pre-footer-gray .pre-footer-subscribe-box input {
        background: #62707F;
        border: solid 1px #62707F;
        color: #fff;
    }

        .pre-footer-gray .pre-footer-subscribe-box input:focus {
            border: solid 1px #62707F;
        }

    .pre-footer-gray ::-webkit-input-placeholder { /* WebKit browsers */
        color: #fff;
    }

    .pre-footer-gray :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #fff;
    }

    .pre-footer-gray ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #fff;
    }

    .pre-footer-gray :-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #fff;
    }

/* footer */
.footer {
    background: #272626;
    color: #fff;
    font-size: 12px;
    padding: 14px 0;
    margin-bottom: -30px;
}

.footer-light {
    background: #F9F9F9;
    color: #3e4d5c;
}

.footer-gray {
    background: #4A5866;
}

.footer a {
    color: #fff;
    text-decoration: underline;
}

    .footer a:hover {
        text-decoration: none;
    }

.footer-light a {
    color: inherit;
}

.footer .padding-top-10 {
    opacity: 0.5;
}

.footer .list-inline > li:last-child {
    padding-left: 0;
}

.footer ul {
    margin: 0;
    padding: 0;
}

    .footer ul.social-footer {
        font-size: 18px;
        padding-top: 5px;
    }

.footer .social-icons li {
    float: left;
    margin: 0 5px 0 0;
}

.copyright {
    
    font-family: Open Sans Hebrew;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
 
  color: #d5d5d5;
}

@-moz-document url-prefix() {
    .copyright {
        padding-top: 6px;
    }
}

.footer ul.social-icons li a {
    opacity: 0.5;
}

.footer ul.social-icons li:hover a {
    opacity: 1 !important;
}

/* go2top */
.go2top,
.go2top:focus {
    position: fixed;
    left: 15px;
    bottom: 8px;
    color: #999;
    width: 38px;
    height: 38px;
    border: solid 2px #999;
    border-radius: 50% !important;
    text-align: center;
    padding: 7px 1px 0 0;
    z-index: 99999;
    font-size: 18px;
    line-height: 1;
}

    .go2top:hover {
        border: solid 2px #e6400c;
        color: #e6400c;
    }

    .go2top i {
        font-size: 18px;
        line-height: 18px;
    }

.fancybox-overlay {
    z-index: 100000;
}

.fancybox-opened {
    z-index: 100001;
}

/***
Styler Panel
***/
.color-panel {
    z-index: 99999;
    position: fixed;
    top: 120px;
    left: 0;
}

    .color-panel .menu-pos {
        margin: 0 15px 15px 0;
        width: 150px;
    }

    .color-panel .color-mode-icons {
        top: 0;
        left: 0;
        padding: 20px;
        cursor: pointer;
        position: absolute;
        margin: 0;
    }

    .color-panel .icon-color {
        background: #c9c9c9 url(../img/icon-color.png) center no-repeat;
    }

        .color-panel .icon-color:hover {
            background-color: #3d3d3d;
        }

    .color-panel .icon-color-close {
        display: none;
        background: #3d3d3d url(../img/icon-color-close.png) center no-repeat;
    }

        .color-panel .icon-color-close:hover {
            background-color: #222;
        }

.color-mode {
    top: 0;
    left: 40px;
    width: 200px;
    display: none;
    padding: 20px 10px 10px;
    position: absolute;
    background: #3d3d3d;
}

    .color-mode p {
        color: #cfcfcf;
        padding: 0 15px;
        font-size: 15px;
    }

    .color-mode ul {
        list-style: none;
        padding: 4px 11px 5px;
        display: block;
        margin-bottom: 1px !important;
    }

    .color-mode li {
        width: 28px;
        height: 28px;
        margin: 4px;
        cursor: pointer;
        list-style: none;
        border: solid 1px #707070;
        display: inline-block;
        padding: 0 5px;
    }

        .color-mode li:hover,
        .color-mode li.current {
            border: solid 1px #ebebeb;
        }

        .color-mode li.current {
            border: solid 2px #ebebeb;
        }

        .color-mode li.color-blue {
            background: #64aed9;
        }

        .color-mode li.color-red {
            background: #e84d1c;
        }

        .color-mode li.color-green {
            background: #67bd3c;
        }

        .color-mode li.color-orange {
            background: #e18604;
        }

.color-gray {
    background: #798b97;
}

.color-turquoise {
    background: #44b1c1;
}

.color-mode label {
    color: #cfcfcf;
    border-top: 1px solid #585858;
    padding: 10px 10px 0;
    margin: 0 5px;
    display: block;
}

    .color-mode label span {
        text-transform: uppercase;
    }

    .color-mode label > span {
        display: inline-block;
        width: 85px;
    }

    .color-mode label > select {
        margin-top: 5px;
        text-transform: lowercase;
    }

    .color-mode label span.color-mode-label {
        top: 2px;
        position: relative;
    }

.Titel1 {
    width: 399px;
    height: 47px;
    font-family: Varela Round;
    font-size: 50px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    text-align: left;
    color: #272626;
}

.news-title{font-family: Varela Round;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.13;
  
  color: #000000;}
  



.extra-title {
    font-family: 'Comfortaa', cursive;
    font-size: 100px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.68;
    text-align: left;
    color: #000000;
    position: absolute;
    left: 112px;
    top: 60px;
}

.extra-title2 {
    width: 432px;
    height: 47px;
    font-family: Comfortaa;
    font-size: 42px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.52;
    text-align: left;
    color: #000000;
    position: absolute;
    left: 112px;
    top: 125px;
    width: 450px;
}

.choos_item {
    font-family: Varela Round;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.9;
    color: #000000;
}

.choos_item_icon {
    margin-left: 21px;
}

a.link_dedail {
    font-family: Varela Round;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.5px;
    text-align: left;
    color: #000000;
    padding-top: 23px;
     text-decoration: underline;
     
}

    a.link_dedail:hover {
     
        color: rgba(0, 0, 0, 0.75);
     
    }

     a.link_dedail:active {
       
        color: #027475;
     
    }


     



input, .new_input {
    font-family: Varela Round;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: 0.5px;
    color: #000000;
}

.new_input {
    font-size: 16px;
}

    .new_input button {
        border-radius: 0px !important;
        border: 0;
        height: 49px;
    }

    .new_input span {
        /*padding-right: 62px;*/
        font-family: Varela Round;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.15;
        letter-spacing: 0.5px;
        color: #000000;
        /*padding-top: 10px;*/
    }

    .combo  span{
        padding-right: 62px;
        /*padding-top: 10px;*/
    }



.dropdown-menu {
    margin-top: 0px !important;
}

.input_line {
    border: 0px;
    border-bottom: #636363 solid 1px;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.65;
    color: #000000;
    background-color: transparent;
}


.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #000000;
    opacity: 1;
}

.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000000;
    opacity: 1;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000000;
    opacity: 1;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000;
    opacity: 1;
}


@media (min-width: 1280px) and (max-width: 1500px) {
    .extra-title {
        font-size: 60px;
    }

    .extra-title2 {
        font-size: 30px;
    }

    .choos_item {
         font-size: 18px;
    }

    .logo-face {
        max-width: 350px;
    
    }
}


@media (min-width: 980px) and (max-width: 1280px) {
    .extra-title {
        font-size: 60px !important;
    }

    .extra-title2 {
        font-size: 30px !important;
    }

    .padding-left-right-75 {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }

    .choos_item {
         font-size: 15px;
    }
}

@media (min-width: 980px) {
}

@media (max-width:979px) {
}

@media (max-width:979px) {
}

@media (min-width: 768px) and (max-width: 1280px) {
}

@media (min-width: 768px) and (max-width: 979px) {
}

@media (max-width: 767px) {
    .extra-title {
        font-size: 50px;
    }

    .extra-title2 {
        font-size: 23px;
        width: 230px;
    }

    .Titel1 {
        font-size: 25px;
    }

    .news-title {
         font-size: 19px;
    }

    .content h1, .content h2 {
        font-size: 35px;
    }
}

@media (max-width: 480px) {
   

    .Titel1 {
        font-size: 15px;
    }

     .news-title {
         font-size: 13px;
    }

    .content h1, .content h2 {
        font-size: 35px;
    }
}

@media (max-width: 320px) {
    .extra-title {
        font-size: 30px;
    }


    .extra-title2 {
        font-size: 15px;
    }
}

.order_form_row {
    margin-left: 0px;
    margin-right: 0px;
}

.order_form_col {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.order_form_title {
    font-family: Varela Round;
    font-size: 30px;.new_input span
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    padding: 23px;
    color: #272626;
    text-shadow: none;
    text-align: right;
}

.order_form_inpput {
    height: 49px;
    background-color: #ffffff;
}


input.icon {
    padding-right: 72px;
}

textarea.icon {
    padding-right: 72px;
}
span.icon {
    padding-right: 72px;
}



img.icon {
    position: absolute;
    right: 0;
    top: 8px;
    margin-right: 20px;
    height: auto !important;
    width: auto !important;
}


.form-control:focus {
    border: 1px solid #00fcff !important;
}

.form-control:hover {
    border: 1px solid #000 !important;
}




.alert {
    font-family: Varela Round;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    border: 0;
    padding: 10px;
    text-shadow: none;
}

.couriers_list {
    width: 323px;
    height: 650px;
    border-radius: 35px !important;
    background-color: #454545;
    box-shadow: 12.5px 21.7px 117px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 87px;
    left: -160px;
    z-index: 1;
     -ms-overflow-style: none;
    overflow-y: auto;
    
  
}

.couriers_list::-webkit-scrollbar {display:none;}

.couriers_list_search {
    height: 120px;
}

.couriers_list_date {
    font-family: Varela Round;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 4.26;
    text-align: right;
    color: #e6e6e6;
    height: 20px;
}

.couriers_list_name {
    font-family: Varela Round;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.76;
    text-align: right;
    color: #ffffff;
    height: 20px;
}

.couriers_list_blue {
    font-family: Varela Round;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 4.43;
    text-align: right;
    color: #2cfefb;
    height: 20px;
}

.couriers_list_img {
    width: 57px !important;
    height: 57px !important;
    margin-top: 20px;
}

.couriers_list_row {
    /*height: 71px;
    display: inline;*/
    width: 221px;
    margin: 0px;
}

.couriers_list_title {
    font-family: Varela Round;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    padding-top: 26px;
    padding-bottom: 26px;
}


.main_page_title {
    font-family: Varela Round;
    font-size: 100px;
    /*font-size: 5vmax;*/
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.9;
    text-align: right;
    color: #00fffc;
}

.main_page_sub_title {
    font-family: Varela Round;
    font-size: 42px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    text-align: right;
    color: #00fffc;
}

.control-label {
    font-family: Varela Round;
}

.form-control[disabled] {
    background-color: #ffffff;
    border: 0px;
    border-bottom: solid 1px #b7bbbf;
}

.tabbable-custom > .nav-tabs > li.active {
    border-top: 3px solid #00fcff;
    font-family: Varela Round;
}

.tabbable-custom > .nav-tabs > li > a {
    color: #000000 !important;
}

    .tabbable-custom > .nav-tabs > li > a:hover {
        color: #00fcff !important;
    }


.gray_round_form {
    background-color: #efeeee;
    border-radius: 25px !important;
}

.sweet-alert {
     font-family: Varela Round !important;
      background-color: #efeeee !important;
    border-radius: 25px !important;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
}

.sweet-alert button{
     font-family: Varela Round !important;
      background-color: #efeeee !important;
    border-radius: 25px !important;
    font-size: 30px;
    font-weight: normal; 
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    background-color: #00fffc !important;
    color: #272626 !important;
}

.sweet-alert h2 {
     font-family: Varela Round;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal; 
    line-height: 1;
    padding: 23px;
    color: #272626 !important;
    text-shadow: none;
}

.applink {
    font-family: Varela Round;
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.63;
  text-align: center;
  color: #b7b7b7;
}

.applink:hover {
   color: #00ffff;
    text-decoration: none;
    border-style:solid;
  border-width: 0px 0px 5px 0px;
  padding-bottom:2px;
}


.applink:active {
   color: #00ffff;
    text-decoration: none;
}

.active-applink
{
   color: #00ffff;
    text-decoration: none;
    border-style:solid;
  border-width: 0px 0px 5px 0px;
  padding-bottom:2px;
}

.courierapplink {
    font-family: Varela Round;
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.63;
  text-align: center;
  color: #b7b7b7;
}

.courierapplink:hover {
   color: #d8ff02;
    text-decoration: none;
    border-style:solid;
  border-width: 0px 0px 5px 0px;
  padding-bottom:2px;
}

.courierapplink:active {
   color: #d8ff02;
    text-decoration: none;
}

.active-courierapplink
{
   color: #d8ff02;
    text-decoration: none;
    border-style:solid;
  border-width: 0px 0px 5px 0px;
  padding-bottom: 2px;
}





.button-white {
     border: solid 1.5px #383838;
    background-color: transparent !important;
}

.button-white:hover {
    opacity: 0.75;

}

.button-white:active {
    border: 0;
    background-color: #f0f0f0 !important;
    opacity: 1;
}



.button-Blue {
    border: solid 1.5px #ffffff;
    background-color: transparent !important;
    color: #ffffff;
    font-size: 27pt;
    padding: 8px;
    height: 58px !important;
}

.button-Blue:hover {
    opacity: 0.75;
}

    .button-Blue:active {
   
        color : #00fcff !important;
        opacity: 1;
    }


.rounded-btn-order {
    border-radius: 25px !important;
    background-color: #00fcff;
    border: 0px;
    font-family: Varela Round;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    text-align: center;
    color: #272626;
    /* padding-right: 44px; */
    /* padding-left: 44px; */
    width: 90%;
    height: 61px !important;
    /* max-width: 100%; */
    /* margin: 10px; */
     
}

    .rounded-btn-order:hover {
       background-color: #04e9ec;
    }

    .rounded-btn-order:active {
       
        background-color: #03d9dc;
      
    }

    .rounded-btn-order:active {
       
        background-color: #03d9dc;
      
    }


    button:selection {
        
    }

    button {
    height: 40px !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    border-radius: 20px !important;
    background-color: #00fcff;
    border: solid 1.5px #383838;
    font-family: Varela Round;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
}


    .round_container {
    width: 841px !important;
    background-color: #ffffff;
    border-radius: 25px !important;
    padding-top: 55px;
    padding-bottom: 25px;
    margin-top: 100px;
    margin-bottom:100px;
    min-height: 1000px;
        padding-right: 90px;
        padding-left: 151px;

         font-family: Varela Round;
  font-size: 17px;
  line-height: 1.5;
}


    button.icon {
    padding-right: 50px;
    padding-left: 15px;
}




img.btn-icon {
    position: absolute;
   
    top: 7px;
    margin-right: 15px;
    height: auto !important;
    width: auto !important;
        max-width: 28px;
    max-height: 28px;
}


button.facebook {
    border-radius: 19.9px;
  background-color: #415e9b;
  font-family: Varela Round;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: 0.4px;
 color: #ffffff;
}

button.twitter {
    border-radius: 19.9px;
  background-color: #1da1f2;
  font-family: Varela Round;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: 0.4px;
 color: #ffffff;
}


.button2 {
    height: 40px !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    border-radius: 20px !important;

    border: solid 1.5px #383838 !important;
    font-family: Varela Round ;
    font-size: 20px ;
    font-weight: normal ;
    font-style: normal ;
    font-stretch: normal;
  
    letter-spacing: 0.5px !important;
    text-align: center !important;
    color: #000000 ;
    
}

a.icon {
    
    padding-left: 15px;
}

img.btn-icon2 {
   margin-left: 10px;
    position: relative;
    top: -2px;
    /* margin-right: 15px; */
    height: auto !important;
    width: auto !important;
    max-width: 28px;
    max-height: 28px;
    float: right;
}


a.facebook {
   
  background-color: #415e9b  !important;
  font-family: Varela Round  !important;
  font-size: 18px  !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
 
  letter-spacing: 0.4px  !important;
 color: #ffffff  !important;
    border: 0 !important;
}

a.facebook:hover {
   background-color: #3d69d0  !important;
 }


a.facebook:active {
   background-color: #314f94  !important;
 }




a.twitter {
    
  background-color: #1da1f2  !important;
  font-family: Varela Round;
  font-size: 18px  !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
   border: 0 !important;
    letter-spacing: 0.4px !important;
 color: #ffffff  !important;
}
a.twitter:hover {
    background-color: #3ab8ff  !important;
}
a.twitter:active {
    background-color: #0093e5  !important;
}




.order-form-container {
    -webkit-border-radius: 35px !important; background-color: #efeeee; border-radius: 35px !important; box-shadow: 12.5px 21.7px 117px 0 rgba(0, 0, 0, 0.3); 
    height: 720px; 
    width: 466px; z-index: 666;
    display: inline-block;
    direction: rtl;
    max-width: 100%;position: relative;
    
}

.footer-title
{
    color: #ffffff; display: inline; font-family: Varela Round; font-size: 32px; font-stretch: normal; font-style: normal; font-weight: normal; height: 24px; line-height: 0.84; padding-right: 54px; width: 281px;
}

.padding-left-right-75
{
    padding-left: 75px; 
    padding-right: 75px;
}

.padding-right-75
{
    padding-right: 75px;
}

.padding-left-right-40
{
    padding-left: 40px; 
    padding-right: 40px;
}

.padding-left-right-140 {
    padding-left: 140px;
    padding-right: 75px;
}

  .logo-face
  {
     max-width: 421px;
    height: auto;
    position: relative;
    display: inline-block;
    top: 120px;
  }

  .reorder-bg-caeeee
  {
      background-color: #caeeee;
  }
  .reorder-bg-efeeee
  {
      background-color: #efeeee;
  }

  .trackumber-input
  {
      background-color: #ffffff; border-radius: 1.3px; height: 39px; max-width: 351px;
  }


   .empty-space-navigation {
       width: 240px
   }


   .phone-number-box {
    width: 268px;
    height: 56px;
    background-color: #00fcff;
    font-family: Comfortaa;
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.6px;
    text-align: left;
    color: #000000;
    /* top: 75px; */
    /* left: 0; */
    position: relative;
    padding: 10px;
    text-align: center;
    border-radius: 0px 0px 20px 20px !important;
    direction: ltr;
    float: left;
}
    
   .mobi-phone {

       display: none;

   }







   /*input {
  margin: 40px 25px;
  width: 200px;
  display: block;
  border: none;
  padding: 10px 0;
  border-bottom: solid 1px #1abc9c;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #1abc9c 4%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #1abc9c 4%);
  background-position: -200px 0;
  background-size: 200px 100%;
  background-repeat: no-repeat;
  color: #0e6252;
}

input:focus, input:valid {
 box-shadow: none;
 outline: none;
 background-position: 0 0;
}

input::-webkit-input-placeholder {
 font-family: 'roboto', sans-serif;
 -webkit-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}

input:focus::-webkit-input-placeholder, input:valid::-webkit-input-placeholder {
 color: #1abc9c;
 font-size: 11px;
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
 visibility: visible !important;
}*/





/*.floating-form > div {
  position: relative;
  overflow: hidden;
}
floating-form input, floating-form textarea {
  width: 100%;
  border: 2px solid gray;
  background: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 8px 12px;
  outline: 0;
}
floating-form input:valid, floating-form textarea:valid {
  background: white;
}
floating-form input:focus, floating-form textarea:focus {
  border-color: #f06d06;
}
floating-form input:focus + label, floating-form textarea:focus + label {
  background: #f06d06;
  color: white;
  font-size: 70%;
  padding: 1px 6px;
  z-index: 2;
  text-transform: uppercase;
}
floating-form label {
  transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  position: absolute;
  color: #999;
  padding: 7px 6px;
}
floating-form textarea {
  display: block;
  resize: vertical;
}

floating-form.go-bottom input, floating-form.go-bottom textarea {
  padding: 12px 12px 12px 12px;
}
floating-form.go-bottom label {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
floating-form.go-bottom input:focus, floating-form.go-bottom textarea:focus {
  padding: 4px 6px 20px 6px;
}
floating-form.go-bottom input:focus + label, floating-form.go-bottom textarea:focus + label {
  top: 100%;
  margin-top: -16px;
}

floating-form.go-right label {
  top: 2px;
  right: 100%;
  width: 100%;
  margin-right: -100%;
  bottom: 2px;
}
floating-form.go-right input:focus + label, floating-form.go-right textarea:focus + label {
  right: 0;
  margin-right: 0;
  width: 40%;
  padding-top: 5px;
}*/












.floating-placeholder input:focus + label {
  /*color: #16abf0 !important;*/
}

.floating-placeholder input[value] + label {
  color: red;
}

.floating-placeholder {
  position: relative;
}



.floating-placeholder:last-child input {
  
}

.floating-placeholder label {
display: block;
    position: absolute;
    top: 16px;
   
    z-index: 1;
    -moz-transform-origin: 0 0em;
    -ms-transform-origin: 0 0em;
    -webkit-transform-origin: 0 0em;
    transform-origin: 0 0em;
    -moz-transition: -moz-transform 160ms, color 200ms;
    -o-transition: -o-transform 160ms, color 200ms;
    -webkit-transition: -webkit-transform 160ms, color 200ms;
    transition: transform 160ms, color 200ms;
    -moz-transform: scale(1, 1) rotateY(0);
    -ms-transform: scale(1, 1) rotateY(0);
    -webkit-transform: scale(1, 1) rotateY(0);
    transform: scale(1, 1) rotateY(0);
    font-family: Varela Round;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    text-align: right;
    color: #707070;
    right: 13px;
    cursor: text;
}

    .floating-placeholder.icon label {
        right: 72px ;
    }
      .floating-placeholder.p75 label {
        right: 72px;
    }
.floating-placeholder-float label {
    transform-origin: right;
  -moz-transform: scale(0.55, 0.55) rotateY(0);
  -ms-transform: scale(0.55, 0.55) rotateY(0);
  -webkit-transform: scale(0.55, 0.55) rotateY(0);
  transform: scale(0.55, 0.55) rotateY(0);


      -moz-transform: scale(0.55, 0.55) rotateY(0);
    -ms-transform: scale(0.55, 0.55) rotateY(0);
        transform: scale(0.55, 0.55) translate(0px, 0px);


    /* -webkit-transform: scale(0.55, 0.55) rotateY(0); */
    /* transform: translate(0px, 0px); */
    top: 1px;
    
    /*font-size: 10px;*/
    /* float: right; */
    /* right: 0px; */
    /* font-size: 10px*/

    /*color: #16abf0 !important;*/
    /*left: 0px;*/
    /*right: 0px;*/
}


.floating-placeholder-float input {
  line-height: 3.4em;
}

.has-error {
    border: 1px solid #a94442 !important;
    color: #a94442;
}

.has-error label{
   color: #a94442 !important;
}


.combo button {
  background: transparent !important;
    height: 100% !important;  
}


.pac-item {

    text-align: right;
    font-family: Varela Round;
 
    font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.11;
  letter-spacing: -0.2px;
  color: #000000;
    direction: rtl;
}

.pac-item:hover {
      background-color: #ededed;
}

.pac-item:focus {
      background-color: #ededed;
}

.pac-item:visited {
      background-color: #ededed;
}
.pac-item-selected {
     background-color: #ededed;
}

.pac-matched {
  text-align: right;
    font-family: Varela Round;
  
    font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.11;
  letter-spacing: -0.2px;
  color: #000000;  
}


.pac-item-query {
     text-align: right;
    font-family: Varela Round;
 
    font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.11;
  letter-spacing: -0.2px;
  color: #000000;
    padding-right: 6px;
    padding-left: 6px
}

.pac-container {
     background-color: #e2e2e2;
  box-shadow: 2px 3.5px 6px 0 rgba(0, 0, 0, 0.08);
}













.loader,
.loader:before,
.loader:after {
    border-radius: 50% !important;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
   
  
}
.loader {
  color: #b7b7b7;
  font-size: 10px;
    position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
   margin-right: 95px;
   
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}



.UI-design-by-DANIEL-CHEN-studio {
           
            font-family: Open Sans Hebrew;
            font-size: 12px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 2.5;
            text-align: center;
            color: #767676;
            }

.partner-logo {
      width: 60%;
    
    padding: 10px 0;
}




.empty-space-navigation {
    border: 0px !important;
   }

.empty-space-navigation:hover {
    border: 0px !important;
   }


.order-form-container-height
{height: 646px;} 