@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td
{margin: 0;padding: 0;border: 0;outline: 0;
 font-size: 100%;vertical-align: baseline;
 background: transparent;}
body              {line-height: 1;}
blockquote, q     {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';	content: none;}
:focus            {outline: 0;}
ins               {text-decoration: none;}
del               {text-decoration: line-through;}
table             {border-collapse: collapse;border-spacing: 0;}


@font-face {
    font-family: 'fb';
    src: url('../fonts/Assistant-Regular.woff') format("opentype");
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}


@font-face {
    font-family: 'fb_bold';
    src: url('../fonts/Assistant-Bold.woff') format("opentype");
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}


body {
    color: black;
    font-family: "fb", "helvetica","arial",sans-serif;
    font-weight: normal;
    width: 100%;
    font-size: 16px;
    direction: rtl;
    padding: 0px 0 0 0;
}

.clear {}
.clear:before {content: ''; display: block; clear: both;}
.clear:after {content: ''; display: block; clear: both;}

.wrapper {
    position: relative;
    display: block;
    width: 1200px;
    margin: 0 auto;
}

.form-wrapper {
    width: 492px;
    margin: 0px 0 0px 5px;
    float: left;
    padding: 100px 0 20px 0;
    }
.form-wrapper form {
    padding: 0;
    margin: 0 89px 0 0;
}
.form-wrapper form .i-input {
    display: block;
    width: 100%;
    margin: 0 0 17px 20px;
    padding: 0px 0px 9px;
    color: black;
    font-size: 17px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #878787;
    background: none;
    background-size: 100%;
    border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px;
    -webkit-appearance: none;
}

.form-wrapper form input:nth-child(2n+0) {
}

.form-wrapper form .i-select {
    display: block;
    width: 100%;
    margin: 0 0 11px 0;
    padding: 0px 0px 9px;
    color: black;
    /* float: right; */
    font-size: 17px;
    border: none;
    background: url('../img/bgs/line_bottom_input.svg') center bottom no-repeat transparent;
    border-top: none;
    border-radius: 0 0 10px 0px;
    -moz-border-radius: 0 0 10px 0px;
    -webkit-border-radius: 0 0 10px 0px;
    border-left: none;
    -webkit-appearance: none;
}
.form-wrapper form .i-submit {
    width: 126px;
    /* height: 92px; */
    line-height: 42px;
    margin: 120px 0 0 0;
    display: block;
    padding: 0px 0px;
    border: none;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 22px;
    color: white;
    float: left;
    background-color: #B0873C;
}

.form-wrapper form .i-submit:hover {
    /* background-color: #B0873C; */
    /* color: #2B2724; */
}

.thank {
    margin: 0px 0 0 0;
    text-align: center;
    font-size: 24px;
    color: white;
}
.thank strong {
    font-size: 24px;
}

::-webkit-input-placeholder {color:grey;}
:-moz-placeholder {color:grey;}
::-moz-placeholder {color:grey;}
:-ms-input-placeholder {color:grey;}  

.white_place::-webkit-input-placeholder {color:white;}
.white_place:-moz-placeholder {color:white;}
.white_place::-moz-placeholder {color:white;}
.white_place:-ms-input-placeholder {color:white;}  



/* MODAL */
.modal-alert {
    background-color: rgba(0, 0, 0, 0.7);
    -o-transition: opacity .15s linear;
}
.modal-alert .modal-dialog {
    margin: 160px auto;
    width: 480px;
}
.modal-alert .modal-content {
    border-radius: 30px;
    background: transparent;
}
.modal-alert .modal-header {
    display: none;
}
.modal-alert .close {
    position: absolute;
    left: 20px;
    top: -35px;
    opacity: 1;
    background-color: transparent;
    border: none;
    z-index: 1;
}

.modal-alert .modal-logo {
    display: block;
    /* width: 100px; */
    margin: 20px auto 0;
}
.modal-alert .modal-title {
    color: white;
    line-height: 1.2;
    font-size: 26px;
    margin: 0;
    text-align: center;
}
.modal-alert .modal-body {
    width: 100%;
    padding: 50px 20px 40px;
    background-color: #A2A2A2;
    border-radius: 20px;
}
.modal-alert .modal-body p {
    text-align: center;
    color: white;
    line-height: 1;
    font-size: 34px;
    margin: 0;
}
.modal-alert .buttons {
    width: 100%;
    display: block;
    padding: 20px;
}
.modal-alert .buttons .btn {
    width: 100%;
    display: block;
    margin: 5px auto;
    color: white;
    border: none;
    padding: 5px 10px;
    text-align: center;
    font-size: 20px;
    border-radius: 0;
}
.modal-alert .buttons .btn img {
    width: 24px;
    /* float: right; */
    /* margin-left: 5px; */
}
.modal-alert .buttons .btn1 {
    background-color: #1a1a1a;
}
.modal-alert .buttons .btn2 {
    background-color: #E34451;
}
.modal-alert .modal-footer {
    display: none;
}



/*Carousell Fade*/

.carousel.fade {
    opacity: 1;
    background-color: white;
}
.carousel.fade .item {
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    left: 0 !important;
    opacity: 0;
    top:0;
    position:absolute;
    width: 100%;
    display:block !important;
    z-index:1;
}
.carousel.fade .item:first-child {
    top:auto;
    position:relative;
}
.carousel.fade .item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    z-index:2;
}

/* END Carousell Fade  END Carousell Fade  END Carousell Fade  END Carousell Fade */


.credit {
    margin: 0px 0 0 0;
    position: fixed;
    bottom: 27px;
    z-index: 10;
    left: 0;
    text-align: right;
    width: 100%;
    padding: 0px 10px 0 10px;
}

body.thanks  {}
body.thanks .credit {
    /* background-color: white; */
    /* margin-top: 20px; */
}

.main_section {
    position: relative;
    width: 100%;
}

.section1 .text {
    display: block;
    margin: 0 auto;
}

.carousel.fade .item {
    width: 100%;
}

.section1 {
    background: url('../img/bgs/form_bg.png?v=3') center top no-repeat transparent;
    padding: 0;
    position: relative;
    width: 100%;
    height: 321px;
}

.form {
    padding: 0px 0 0 0;
    width: 100%;
    min-height: 304px;
}


.form .inputs {
    float: right;
    width: 550px;
}

.links_social {
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
}
.links_social a {
    cursor: pointer;}
.links_social a:nth-child(1) {
    /* float: right; */
}
.links_social a:nth-child(2) {
    float: left;
}
.links_social a img {
    width: 70px;
    margin: 00px 0;
}

.links_social small {
    display: block;
    color: #BC1521;
    margin: 5px 0 0 0;
}



.icheck {
    margin: 10px 0 30px 0;
    text-align: right;
    /* clear: both; */
}
.icheck input {
    vertical-align: middle;
    margin: 0px 0 0 2px;
}
.icheck label {
    margin: 0;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1;
    color: black;
    font-weight: normal;
}
.icheck label a {
    color: black;
    text-decoration: underline;
}


.bg {
    width: 100%;
    margin: 0px 0 0 0;
}
.bg .carousel.bgs {
    width: 100%;
}
.bg .carousel.bgs .item {
    background-position: center top;
    /* background-size: cover; */
    background-repeat: no-repeat;
    /* background-color: #0B0909; */
    width: 100%;
}

.bg .carousel.bgs .item img {
    width: 100%;
}

.carousel-control {
    z-index: 10;
    padding: 24% 0 0 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-control img {
    width: 50px;
}

.carousel-control.left img {
    float: left;}

.carousel-control.right img {
    float: right;}

a:visited, a:focus {
    color: black;
    text-decoration: none;
}

nav {
    text-align: right;
    margin: 0px 0 0 0;
    width: 100%;
    background-color: F2F2F2;
    padding: 13px 0 0 0;
    min-height: 78px;
    z-index: 999;
    position: relative;
}

nav .wrapper {
    /* background: url('../img/bgs/menu.png') left center no-repeat #F2F2F2; */
}


nav ul {
    list-style-type: none;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
nav ul li {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #D8D8D8;
    margin: 11px 0 0 0;
}

nav ul li:first-child {
    border-left: none;
    margin: 14px 0 0 10px;
}
nav ul li:last-child {
    border-left: none;
    float: left;
    margin: 0;
}

nav ul li img {
    width: 176px;
}

nav ul li img.logo2 {
    width: 184px;
}

nav ul li a {
    padding: 6px 10px;
    display: block;
    color: black;
    font-size: 20px;
}
nav ul li.active a {
    text-decoration: underline;
}
nav ul li a:hover {
    color: black;
}

.form_footer {
    margin-top: 0px;
}

.modal {
        z-index: 99999;
}


.form-wrapper form input.i-input[type="email"] {
    /* margin-bottom: 0px; */
}

.form-wrapper a.show {
    color: #B0873C;
    font-size: 27px;
    margin: 20px 0;
    letter-spacing: -1px;
}


.form-wrapper a.show img {
    width: 20px;
    margin: 0px 5px;
    vertical-align: baseline;
}


.form-wrapper a.show:hover {}


.form-wrapper img.text_form {
    width: 418px;
}

.form-wrapper .tofes form img.title_form {
    width: 100%;
    margin: 40px 0 30px 0;
}

img.text_havila {
    width: 380px;
    margin: 0 auto;
    display: block;
    display: none;
}


section.section_text {
    background: url('../img/bgs/section2.jpg') center top no-repeat #FFFFFF;
    width: 100%;
    height: 281px;
}


section.section2 {
    background: url('../img/bgs/gallery.jpg') center top no-repeat #151112;
    width: 100%;
    height: 935px;
    padding: 170px 0 0 0;
}

section.section2 .carousel.gallery {
    width: 100%;
    width: 911px;
    margin: 0 auto;
}

section.section2 .carousel.gallery .carousel-indicators {
    padding: 0;
    right: 0;
    top: 0;
    border: 0;
    width: 76px;
}
section.section2 .carousel.gallery .carousel-indicators li {
    background-size: cover;
    width: 100%;
    height: 58px;
    border: none;
    margin: 0 0px 11px 0;
    padding: 0;
    border-radius: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);/* For IE8 and earlier */
}
section.section2 .carousel.gallery .carousel-indicators li.active,
section.section2 .carousel.gallery .carousel-indicators li:hover
{
    opacity: 1;
    filter: alpha(opacity=100);/* For IE8 and earlier */
}


section.section2 .carousel.gallery .carousel-inner {
    margin: 0 95px 0 0;
    width: 100%;
    width: 816px;
    height: 475px;
}
section.section2 .carousel.gallery .carousel-inner .item {
    width: 100%;
    height: 475px;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center;
}
section.section2 .carousel.gallery .carousel-inner .item img {}

section.section2 .carousel.gallery .carousel-control {
    background: none;
    padding: 21% 0;
    filter: alpha(opacity=100);
    opacity: 1;
}
section.section2 .carousel.gallery .carousel-control img {
    width: 23px;
}
section.section2 .carousel.gallery .carousel-control.left {
    left: -50px;
}
section.section2 .carousel.gallery .carousel-control.right {
    right: -50px;
}

section.section3 .form-wrapper {
    background: none;
    width: 1080px;
    margin: 0px 60px 0 0;
    float: none;
    padding: 0;
    height: inherit;
    position: relative;
}
section.section3 .form-wrapper form {
    width: 100%;
    height: 146px;
}

section.section3 {
    background-color: #B0873C;
    padding: 50px 0;
}

section.section3 .form-wrapper form > img {
    width: 394px;
    margin: 0 0 37px 0;
}

section.section3 .form-wrapper form .i-input {
    width: 180px;
    float: right;
    margin-bottom: 9px;
    color: white;
    border-color: white;
    
}

section.section3 .form-wrapper form .i-input::-webkit-input-placeholder {color:white;}
section.section3 .form-wrapper form .i-input:-moz-placeholder {color:white;}
section.section3 .form-wrapper form .i-input::-moz-placeholder {color:white;}
section.section3 .form-wrapper form .i-input:-ms-input-placeholder {color:white;}  

section.section3 .form-wrapper form .i-select {
    width: 180px;
    float: right;
    color: white;
    background-image: url('../img/bgs/line_bottom_input_white.svg');
    background-color: #0A0607;
}
section.section3 .form-wrapper form .i-submit {
    width: 145px;
    float: left;
    margin: -6px 20px 0 0;
    background: white;
    color: #B0873C;
    position: absolute;
    top: 0;
    margin: 60px 600px 0 0;
}
section.section3 .form-wrapper form .i-submit img {}

section.section3 .form-wrapper form .icheck {
    position: absolute;
    bottom: -20px;
}
section.section3 .form-wrapper form .icheck label {
    color: white;
}
section.section3 .form-wrapper form .icheck label a {
    color: white;
}

.section1 .form-wrapper .inputs {
    float: right;
    width: 248px;
}

img.tit_gallery {
    width: 369px;
    margin: 0 auto 50px;
    display: block;
}

img.tit_form {
    width: 266px;
}