@import url('shlomi.css');

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

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



body {
    direction: rtl;
    font-family: "fb","Roboto","helvetica","arial";
    min-width: 1200px;
    padding: 136px 40px 0;
    font-size: 18px;
    color: black;
}

button {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

strong {
    font-family: "fb_bold","Roboto","helvetica","arial";
    font-weight: normal;
}

.wrapper {
    display: block;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.wrapper:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

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

header, section, footer, aside, nav, article, figure, figcaption,
hgroup{
display: block;
}

img, img a{border:none;}


a:visited, a:focus, a:active {
  border-color: transparent;
  box-shadow: none;
  outline: 0 none;
}

.body-wrapper {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.body-wrapper.open {
    
}
.body-wrapper .sidebar-menu {
    position: fixed;
    top: 136px;
    left: -400px;
    height: 100%;
    width: 400px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1080;
    -webkit-box-shadow: 12px 2px 33px -17px rgba(0,0,0,0.75);
    -moz-box-shadow: 12px 2px 33px -17px rgba(0,0,0,0.75);
    box-shadow: 12px 2px 33px -17px rgba(0,0,0,0.75);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.body-wrapper.open .sidebar-menu {
    left: 0px;
}
.body-wrapper .sidebar-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
}
.body-wrapper .sidebar-menu li {
    padding: 10px;
}
.body-wrapper .sidebar-menu li a {
    font-size: 18px;
    padding: 7px;
        text-align: center;
    color: black;
    font-size: 18px;
    margin: 0 2px;
    border: 2px solid transparent;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.body-wrapper .sidebar-menu li a span {
    display: inline-block;
    margin: 0 10px 0 0;
}
.body-wrapper .sidebar-menu li a img {
    display: inline-block;
}
.body-wrapper .sidebar-menu li a:hover {
    text-align: right;
    border: 2px solid black;
    background: url('../img/icons/nav_hover.png') 10px center transparent no-repeat;
}


.site-header {
    display: block;
    position: fixed;
    z-index: 1061;
    width: 100%;
    height: 136px;
    left: 0;
    top: 0;
    /* background-color: rgb(224, 224, 224); */
    background-color: white;
    border-bottom: none;
}

.site-header .logo {
    position: fixed;
    width: 126px;
    right: 50%;
    z-index: 99;
    text-align: right;
    padding: 12px 0px 0 0;
    margin: 7px -63px 0 0;
}

.site-header .social {
    float: left;
    margin: 50px 0px 0 40px;
}

.site-header .social a {
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.14);
    padding: 0px 10px 0 15px;
}


.site-header .social a:last-child {
    border-right: 0;
}

.site-header .social a img {
    width: 24px;
}

.site-header .site-nav {
    margin-top: 0px;
}
.site-header .site-nav .nav {
    margin-top: 0px;
    padding: 0;
}
.site-header .site-nav .nav li {
    
 
}
.site-header .site-nav .nav > li > a {
    text-align: center;
    color: black;
    font-size: 18px;
    margin: 0 2px;
    border: 2px solid transparent;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
        
}

.site-header .site-nav .nav > li:first-child > a {
}

.site-header .site-nav .nav > li > a:hover {
    /* border: 2px solid rgba(255, 255, 255, 0.47); */
}
.site-header .site-nav .nav li.active > a {
/* color: #F7931E; */font-family: "fb_bold","Roboto","helvetica","arial";}

.site-header .site-nav .nav li .nav_home {
    background: url('../img/pages/logo_nav_off.png') center center no-repeat;
    width: 16px;
    height: 21px;
}

.site-header .site-nav .nav li.active .nav_home {
    background: url('../img/pages/logo_nav.png') center center no-repeat;
    width: 16px;
    height: 21px;
}

.site-facebook-tab {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 10;
}


.site-header .dropdown {
    float: left;
    margin: 50px 0 0 0px;
    direction: rtl;
    border-radius: 0;
}

.site-header .dropdown button {
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
    /* min-width: 200px; */
    padding: 7px;
}
.site-header .dropdown button > small {
        margin: 0px 15px 0px 0px;
    font-size: 16px;
    display: inline-block;
}
.site-header .dropdown.open button {
    background-color: #ECECEC;
    border: none;
}
.site-header .dropdown button >span {
    color: white;
}
.site-header .dropdown button .design {
direction: rtl;display: inline-block;margin: 0 0px 0 10px;}
.site-header .dropdown button .design span {
display: inline-block;margin: 0 10px 0 0;}
.site-header .dropdown button .design img {}

.site-header .dropdown .dropdown-menu {
    padding: 0;
    margin: 50px 0 0 0;
    min-width: 355px;
    border-radius: 0;
    border: 0;
}
.site-header .dropdown .dropdown-menu li {
    padding: 10px;
}
.site-header .dropdown .dropdown-menu li a {
    font-size: 18px;
    padding: 7px;
}
.site-header .dropdown .dropdown-menu li a span {
    display: inline-block;
    margin: 0 10px 0 0;
}
.site-header .dropdown .dropdown-menu li a img {
    display: inline-block;
}
.site-header .dropdown .dropdown-menu li a:hover {
    text-align: right;
    border: 2px solid black;
    background: url('../img/icons/nav_hover.png') 10px center transparent no-repeat;
}


/* FOOTER */
.site-footer {
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 70px 0 20px 0;
    margin: 20px 0 0 0;
    border-top: 1px solid black;
    /* background-color: #F2F2F2; */
}
.site-footer .nav {
    display: table;
    margin: 0 auto;
    padding: 0;
    float: none;
    width: 100%;
}
.site-footer .nav > li {
    display: table-cell;
    /* border-left: solid 1px #BBBBBB; */
    /* min-width: 200px; */
    padding: 0 20px;
    vertical-align: top;
}
.site-footer .nav > li:last-child {
padding-left: 0;width: 300px;}
.site-footer .nav li.title {
    float: none;
    color: black;
    padding: 0 0px 10px;
    /* min-width: 200px; */
    font-size: 18px;
    letter-spacing: -1px;
    line-height: .9;
    margin: 0 0 0px 0;
    display: none;
}
.site-footer .nav li ul {
    list-style-type: none;
    text-align: right;
    padding: 0;
    display: table-cell;
}
.site-footer .nav li ul li {
    border-bottom: 2px dotted #969696;
    padding: 4px 0px 4px;
    min-width: 110px;
}
.site-footer .nav li a {
    color: black;
    padding: 0;
    font-size: 18px;
    margin: 0;
}

.site-footer .nav li.title a {
    font-size: 23px;
    color: black;
    padding: 0;
}

.site-footer .nav li a img {
    /* margin: 0 0 7px 0; */
}
.site-footer .nav li a:hover {
    background-color: inherit;
}
.site-footer .nav li.active a {}

.footer-fixed {
    display: block;
    position: fixed;
    width: 100%;
    height: 50px;
    background: url('../img/bgs/footer_fixed.jpg') center center #9E1211 no-repeat;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 20;
}
.footer-fixed h4 {
    color: white;
    font-size: 28px;
}

.site-footer .credit {
    margin: 30px 0 10px 0;
}

.site-footer .nav > li:first-child {
    padding-right: 0;
}

/* END-FOOTER */

/* FORMS */
.form-wrapper {
}
.form-wrapper form {
}
.form-wrapper form h4 {
    font-size: 32px;
    display: block;
    text-align: center;
}
.form-wrapper form p {
}
.form-wrapper .form-row {
    display: block;
    clear: both;
}
.form-wrapper .form-col {
    display: block;
    width: 100%;
    padding: 2px;
}
.form-wrapper .form-col-2 {
    display: inline-block;
    width: 50%;
    padding: 2px;
}
.form-wrapper .form-col-3 {
    display: inline-block;
    width: 33.3333333333%;
    padding: 2px;
}
.form-wrapper .form-col-4 {
    display: inline-block;
    width: 25%;
    padding: 2px;
}
.form-wrapper .form-col-7 {
    display: inline-block;
    width: 66.6666666666%;
    padding: 2px;
}

.form-wrapper form input[type='text'],
.form-wrapper form input[type='email'],
.form-wrapper form input[type='tel'],
.form-wrapper form input[type='password'],
.form-wrapper form textarea,
.form-wrapper form select,
.form-wrapper form button {
    -webkit-appearance: none;
    outline: 0;
    color: black;
    display: block;
    width: 100%;
    padding: 5px 13px 5px;
    font-size: 19px;
    border: 1px solid black;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: white;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    font-family: "fb","helvetica","arial";
    margin: 0 0 11px 0;
}
.form-wrapper .form-input {}
.form-wrapper .radio,
.form-wrapper .checkbox {
    margin: 0;
    padding: 5px 20px 5px 0;
}
.form-wrapper .radio span,
.form-wrapper .checkbox span {}
.form-wrapper .form-radio[type='radio'],
.form-wrapper .form-checkbox[type='checkbox'] {
    margin-right: -20px;
}
.form-wrapper .form-textarea {
    height: 100px;
}
.form-wrapper .form-select {}
.form-wrapper .form-button {}
.form-wrapper .form-submit {
        font-size: 20px;
    line-height: 1;
}


.form-wrapper  .iselect {}

.form-wrapper  .iname {}

.form-wrapper .itext {
    margin: 0 0 10px 0;
    height: 103px;
    resize: none;
}

textarea.itext {}

.icheck {vertical-align: middle;margin: 0 0 0 5px !important;}

.form-wrapper form .send_btn {
    background-color: black;
    color: white;
    background: url('../img/icons/nav_hover_white.png') 10px center black no-repeat;
}


.hover_black:hover {
    background-image: url('../img/icons/nav_hover_white.png') !important;
    background-color: black !important;
    color:white !important;
}

.hover_white:hover {
    background-image: url('../img/icons/nav_hover.png') !important;
    background-color: #EFEFEF !important;
    color:black !important;
    border: 1px solid black;
}

.form-wrapper form .send_btn:hover span {}

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

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



/* END FORMS */

.column_a {
    width: 49%;
    float: right;
}

.column_b {
    width: 49%;
    float: left;
}


/* MODAL */
.modal-alert {
  background-color: rgba(0, 0, 0, 0.78);
  z-index: 9999;
}
.modal-alert .modal-dialog {
    margin-top: 160px;
    width: 430px;
}
.modal-alert .modal-content {
    border-radius: 0;
    background-color: white;
    border: none;
    padding: 10px 10px 50px;
    box-shadow: none;
}
.modal-alert .modal-header {
    /* background-color: #C40C0E; */
    border: none;
    padding: 16px 16px 0;
    margin: 0 0 0 0;
}

.modal-alert .modal-header .books {
    margin: 0px 0px 0 0;
    padding: 0 0 0 0px;
    display: block;
    width: 91px;
    float: right;
}

.modal-alert .close {
    opacity: 1;
    text-decoration: none;
    color: #C40C0E;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    float: left;
}

.modal-alert .modal-footer button {
    opacity: 1;
    text-decoration: none;
    color: #C40C0E;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #00797A;
    padding: 5px 50px;
    border: none;
    color: white;
    display: block;
    margin: 0 auto;
    float: none;
}


.modal-alert .modal-footer button:hover {
    background-color: black;
}

.modal-alert .close img {
    width: 20px;
}

.modal-alert .modal-title {
  color: black;
  text-align: center;
  line-height: 1;
  font-size: 30px;
  margin: 23px 0 0 0;
  font-family: "fb","Roboto","helvetica","arial";
}
.modal-alert .modal-body {
    width: 100%;
    padding: 0 20px;
    background-color: transparent;
}

.modal-body {}
.modal-alert .modal-body p {
    text-align: center;
    color: #C40C0E;
    line-height: 0.9;
    font-size: 22px;
    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: #333333;
}
.modal-alert .buttons .btn2 {
    background-color: #B11924;
}
.modal-alert .modal-footer {
    display: none;
    border: none;
    padding: 30px 0 0 0;
}
/* AREAS */
.modal-alert .area-list {
    display: block;
    margin-bottom: 0;
}
.modal-alert .area-list:before {
	content: '';
	display: block;
	clear: both;
}
.modal-alert .area-list:after {
	content: '';
	display: block;
	clear: both;
}
.modal-alert .area-list .list-group-item {
    background-image: inherit;
    background-color: #8C1612;
    border: solid 1px white;
    text-shadow: inherit;
    color: white;
    border-radius: 0;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    display: inline-block;
    float: right;
    width: 33.33333333%;
    padding: 10px 0;
}

.modal-alert .area-list .list-group-item:hover {
    background-color: #C40C0E;
}

.modal-alert .area-list .list-group-item.active {background-color: #FACC80;color: #8C1612;font-weight: bold;}
/* END AREAS */
.modal-alert.green .modal-header {/* background-color: green; */}
.modal-alert.green .close {/* color: green; */}
.modal-alert.green .modal-body p {color: green;}


.body-home {
    -moz-transform: scale(0.92, 0.92);
    zoom: 0.92;
    zoom: 92%;
}




.site-header .wrapper {
    max-width: 1700px;
    padding: 0px;
    width: inherit;
    min-width: 1200px;
}

.site-header .site-nav .phone {
    float: right;
    margin: 54px 0 0 0;
}
.site-header .site-nav .phone span {}
.site-header .site-nav .phone img {}

.site-header .dropdown .dropdown-toggle {
        background: url(../img/icons/nav_open.png) center right transparent no-repeat;
    width: 83px;
    /* height: 16px; */
    padding: 0;
}

.site-header .dropdown.open .dropdown-toggle {
    background: url('../img/icons/nav_close.png') center right transparent no-repeat;
}

@media screen and (max-width: 1800px) {
    .site-header .wrapper {
        padding: 0 40px;
    }
}


.home {
  display: block;
  margin: 0;
  padding: 0px 0 0px 0;
}
.home aside {
    margin: 80px 0 0 0;
}
.home aside > img {
    display: inline-block;
    vertical-align: top;
}
.home aside article {
    display: inline-block;
    width: 872px;
    vertical-align: top;
    margin: 0 40px 0 0;
    font-size: 18px;
}

.home aside a {
    float: left;
    margin: 20px 0 0 30px;
    text-decoration: none;
}
.home aside a span {
    color: black;
    letter-spacing: 3px;
    vertical-align: middle;
    margin: 0 0 0 16px;
}
.home aside a:hover span {
    font-family: "fb_bold","Roboto","helvetica","arial";
}
.home aside a img {}

.home .form-wrapper {
    width: 380px;
    margin: 50px auto;
}
.home .form-wrapper h2 {
    font-size: 27px;
    text-align: center;
    margin: 0 0 19px 0;
    line-height: .8;
}
.home .form-wrapper h2 small {
    font-size: 19px;
    color: inherit;
}
.home .form-wrapper form {}
.home .form-wrapper form .iname {
    width: 49%;
    float: right;
    margin-left: 2%;
}
.home .form-wrapper form .iname:nth-child(2n+0) {
    margin-left: 0;
}
.home .form-wrapper form .iname:nth-child(3) {
    width: 60%;
}
.home .form-wrapper form .send_btn {
    width: 38%;
}


.body-home .logos {
    width: 100%;
    /*background-color: #F3F3F3;*/
    background-color: white;
    padding: 65px 0;
    text-align: center;
    margin: 120px 0 30px;
    border: 1px solid black;
    border-right: none;
    border-left: none;
}
.logos .owl-stage {
    display: table;
}
.logos .owl-item {
    display: table-cell;
    height: 150px;
    float: none !important;
    vertical-align: middle;
}
.logos .item {
    vertical-align: middle;
}
.logos .item img {
    display: block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 150px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.logos .item img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.logos .carousel button {
    background: none;
    border: none;
    display: inline-block;
    vertical-align: middle;
}

.logos header {}
.logos header img {
    position: absolute;
    margin: -115px -130px 0 0;
    width: 259px;
    right: 50%;
}


.logos .carousel button.prev {
    /* float: right; */
}
.logos .carousel button.next {
    /* float: left; */
}


.logos .carousel button img {
    width: 20px;
}

.logos .owl-carousel {
    width: 80%;
    vertical-align: middle;
    margin: 0 5%;
}
.site-footer .nav .social ul {}
.site-footer .nav .social ul li:first-child {
    padding: 1px 0 13px 0;
}
.site-footer .nav .social ul li {
    border-bottom: none;
    padding: 6px 0;
    line-height: 1;
}
.site-footer .nav .social li a {
}
.site-footer .nav .social li a span {
    font-size: 18px;
    /* letter-spacing: 2px; */
    font-family: serif;
}


.site-footer .social_icons {
    margin: 0;
}

.site-footer .social_icons a {
    float: left;
    border-right: 1px solid black;
    padding: 0px 10px 0 15px !important;
}


.site-footer .social_icons a:last-child {
    border-right: 0;
}

.site-footer .social_icons a img {
    width: 19px;
}

.site-footer .nav .snifim ul {
    padding: 0px 0 0 0;
}
.site-footer .nav .snifim ul li {
    border-bottom: none;
    padding: 1px 0;
}


.site-footer .nav .contact ul {
    
}
.site-footer .nav .contact ul li {
    border-bottom: none;
    padding-top: 0;
}

.site-footer .nav .contact .form-wrapper {
    width: 280px;
    margin: -33px 0 0 0;
}
.site-footer .nav .contact .form-wrapper h4 {
    text-align: right;
}
.site-footer .nav .contact .form-wrapper form {
    width: 100%;
}



.site-footer .nav .contact .form-wrapper form .iname {
    width: 49%;
    float: right;
    margin-left: 2%;
}
.site-footer .nav .contact .form-wrapper form .iname:nth-child(2n+0) {
    margin-left: 0;
}
.site-footer .nav .contact .form-wrapper form .iname:nth-child(3) {
    width: 85%;
}
.site-footer .nav .contact .form-wrapper form .send_btn {
    width: 13%;
    height: 38px;
}

.body-home .site-footer {
    border-top:none;
}

.styles {}
.styles header {
    background: url('../img/pages/styles_bg_header.png') center center transparent no-repeat;
    width: 259px;
    height: 75px;
    margin: 60px auto 80px;
    padding: 40px 0 0 0;
}

.styles header h1 {
    text-align: center;
    font-size: 21px;
    letter-spacing: 3px;
    margin: 0;
}

.styles header span {}

.styles nav {
    width: 923px;
    margin: 80px auto 140px;
}
.styles nav a {
    display: block;
    width: 193px;
    float: right;
    margin: 0 0 0 50px;
}
.styles nav a:last-child {
    margin-left: 0;
}
.styles nav a figure {
    text-align: center;
}
.styles nav a figure img {
    width: 104px;
}
.styles nav a figure figcaption {
    background: url('../img/pages/styles_bg.png') center center transparent no-repeat;
    width: 194px;
    height: 73px;
    padding: 12px 0 0 0;
    margin: 40px 0 0 0;
    font-size: 27px;
    color: black;
    letter-spacing: 7px;
}

.styles nav a:hover {
    text-decoration: none;
}
.styles nav a:hover figure figcaption {
    background: url('../img/icons/nav_hover_white_big.png') no-repeat 25px center;
    background-color: black;
    padding: 12px 14px;
    letter-spacing: 3px;
    color:white;
    text-align: right;
    height: 63px;
}


.products header {
    background: url('../img/pages/styles_bg_header.png') center center transparent no-repeat;
    width: 259px;
    height: 75px;
    margin: 60px auto;
    padding: 40px 0 0 0;
    text-align: center;
    font-size: 21px;
    letter-spacing: 3px;
}
.products header span {}

.products header h1 {
    text-align: center;
    font-size: 21px;
    letter-spacing: 3px;
    margin: 0;
}

.products a.back {
    position: absolute;
    left: 0;
    top: 0;
    color: black;
    text-decoration: none;
}
.products a.back span {
    font-size: 20px;
    margin: 0 0 0 5px;
}
.products a.back:hover span {
    text-decoration: underline;
}
.products a.back img {
    width: 21px;
}

.products article.style {
    width: 860px;
    margin: 90px auto 20px;
}
.products article.style aside {}
.products article.style aside ul {
    list-style-type: none;
    margin: 60px auto;
    padding: 0;
    width: 471px;
}
.products article.style aside ul li {
    float: right;
    width: 235px;
    margin: 0 0 0 0px;
}
.products article.style aside ul li:last-child {
    margin-left: 0;
}
.products article.style aside ul li img {
    width: 60px;
    display: inline-block;
}
.products article.style aside ul li p {
    display: inline-block;
    width: 130px;
    line-height: 1;
    vertical-align: bottom;
    margin: 0 7px 0 0;
}

.products article.style aside ul li:last-child p {
    width: 150px;
}

.products nav {
    width: 921px;
    margin: 0 auto;
}
.products nav a {
    display: block;
    width: 427px;
    height: 372px;
    overflow: hidden;
    text-decoration: none;
    float: right;
    margin: 0 0 30px 67px;
}
.products nav a:nth-child(2n+0) {
    margin-left: 0;
}
.products nav a figure {
    overflow: hidden;
}
.products nav a figure img {
    width: 100%;
    /*border: 1px solid transparent;*/
}

.products nav a:hover figure img {
    border: 1px solid black;
}

.products nav a figure figcaption {
    display: table;
    width: 100%;
    line-height: 1;
    margin: 10px 0 0 0;
}
.products nav a figure figcaption strong {
    font-family: "fb","Roboto","helvetica","arial";
    font-size: 22px;
}
.products nav a figure figcaption .col {
    display: table-cell;
    font-size: 18px;
    color: black;
    text-decoration: none;
    vertical-align: top;
}
.products nav a figure figcaption .col:nth-child(1) {
    width: 200px;
    line-height: .9;
    padding: 0 0 0 4px;
}
.products nav a figure figcaption .col:nth-child(2) {}
.products nav a figure figcaption .col:nth-child(3) {}

.products nav a figure figcaption .col button {
    background-color: black;
    color: white;
    background: url('../img/icons/nav_hover_white.png') center  center black no-repeat;
    width: 21px;
    height: 21px;
    border: none;
}

.products nav a:hover figure figcaption .col button {
    background: url('../img/icons/nav_hover.png') center  center white no-repeat;
    border: 1px solid black;
}

.products .no_results {
    text-align: center;
}
.products .no_results h2 {
    color: red;
    font-size: 35px;
    margin: 0 0 20px 0;
}
.products .no_results a {
    color: black;
    font-size: 22px;
    padding: 0 20px;
    /* display: block; */
}
.products .no_results a:hover {}




.product {
    position: relative;
    display: block;
    width: 100%;
}
.product header {
    background: url('../img/pages/styles_bg_header.png') center center transparent no-repeat;
    width: 259px;
    height: 75px;
    margin: 60px auto;
    padding: 40px 0 0 0;
    text-align: center;
    font-size: 21px;
    letter-spacing: 3px;
}
.product header span {
    text-align: center;
    font-size: 21px;
    letter-spacing: 3px;
    margin: 0;
}
.product .carousel-wrapper {
    position: relative;
    width: 100%;
}
.product .owl-carousel {
    position: relative;
    width: 100%;
}
.product .owl-carousel .item {
    width: 100%;
    border-left: 2px solid white;
    border-right: 1px solid white;
}
.product .owl-carousel .item img {}
.product .buttons {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -29px;
    z-index: 10;
}
.product .buttons .btn {
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    outline: 0;
}
.product .buttons .btn img {}
.product .buttons .btn.next {
    right: -1px;
}
.product .buttons .btn.prev {
    left: 0;
}

.product article {
    display: table;
    width: 100%;
    margin: 60px 0 0 0;
}
.product article .col {
    display: table-cell;
    vertical-align: top;
}
.product article .col:nth-child(1) {
    width: 504px;
}

.product article .col:nth-child(1) h1 {
    font-size: 26px;
    margin: 0;
}
.product article .col:nth-child(1) h2 {
    font-size: 20px;
    margin: 0;
    color: grey;
}
.product article .col:nth-child(1) .text {
    margin: 13px 0 0 0;
    padding: 0 0 0 30px;
}


.product article .col:nth-child(2) {
    vertical-align: middle;
    text-align: center;
    padding: 0 40px;
}
.product article .col:nth-child(2) img {}
.product article .col:nth-child(3) {
    padding: 0 70px 0 0;
    vertical-align: bottom;
}





.product article .form-wrapper {
    width: 100%;
    margin: -33px 0 0 0;
}
.product article .form-wrapper h2 {
    text-align: center;
    font-size: 20px;
}
.product article .form-wrapper form {
    width: 100%;
}

.product article .form-wrapper form .iname {
    width: 49%;
    float: right;
    margin-left: 2%;
}
.product article .form-wrapper form .iname:nth-child(2n+0) {
    margin-left: 0;
}
.product article .form-wrapper form .iname:nth-child(3) {
    width: 75%;
}
.product article .form-wrapper form .send_btn {
    width: 23%;
    height: 38px;
    text-align: right;
}

.body-logos  {
    padding: 136px 0px 0;
}


.body-logos .site-header {
    background-color: #E9E9E9;
}
.body-logos .logos .bg_grey {
    background-color: #E9E9E9;
    width: 100%;
    padding: 50px 0;
}
.body-logos .logos article {
    text-align: center;
}
.body-logos .logos article h1 {
    margin: 0 0 10px 0;
}
.body-logos .logos article .text {}
.body-logos .logos .logos-carusel {
    margin: 120px auto 140px;
}

.recommend {}
.recommend header {
    background: url('../img/pages/recommend_header_bg.png') center  center white no-repeat;
    width: 153px;
    height: 75px;
    padding: 42px 0 0 0;
    margin: 50px auto 50px;
}
.recommend header h1 {
    text-align: center;
    font-size: 21px;
    letter-spacing: 3px;
    margin: 0


}
.recommend main {
    margin: 120px auto 30px;
    width: 1182px;
}
.recommend main figure {
    background: url('../img/pages/recommend_bg.png') center  center white no-repeat;
    width: 334px;
    height: 297px;
    padding: 20px;
    position: relative;
    float: right;
    margin: 90px 0 90px 90px;
    text-align: center;
}
.recommend main figure:nth-child(3n+0) {
    margin-left: 0;
}
.recommend main figure img {
    width: 130px;
    border: 1px solid black;
    position: absolute;
    top: -100px;
    right: 50%;
    margin-right: -65px;
}
.recommend main figure figcaption {}
.recommend main figure figcaption h2 {
    font-size: 26px;
    margin: 20px 0 6px 0;
}
.recommend main figure figcaption p {
    font-size: 18px;
    width: 294px;
    height: 191px;
    overflow: hidden;
    overflow-y: auto;
}


.body-start .site-header {display:none;}
.body-start .site-footer {display:none;}

.start {}

.start a {}

.start a .enter:hover span {
    font-weight: bold;
    /*text-decoration: underline;*/
}

.start .enter {
    background: url('../img/pages/start_button_bg.png') center  center transparent no-repeat;
    background-size: 100%;
    width: 130px;
    right: 50%;
    height: 73px;
    display: block;
    margin: 0 -65px 0 0;
    text-align: center;
    text-decoration:none;
    font-size: 22px;
    color: black;
    letter-spacing: 3px;
    padding: 19px 0 0 0;
    position: fixed;
    bottom: 10%;
}

.body-start {
    padding: 0;
}

.start #progressbar {
    width: 100%;
    height: 5px;
    background-color: white;
    padding: 0;
    margin: 0;
    border: none;
    /* border: 1px #000 double; */
    clear: both;
}

.start #progress {
    background: black;/*-- Color of the bar --*/
    height: 5px;
    width: 0%;
    max-width: 100%;
    float: right;
    -webkit-animation: progress 3s 1 forwards;
    -moz-animation: progress 3s 1 forwards;
    -ms-animation: progress 3s 1 forwards;
    animation: progress 3s 1 forwards;
}

.start #pbaranim {
    height: 15px;
    width: 100%;
    overflow: hidden;
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
    filter: alpha(opacity=25);
}

@-webkit-keyframes progress { 
    from { }

    to { width: 100% }
}

@-moz-keyframes progress { 
    from { }

    to { width: 100% }
}

@-ms-keyframes progress { 
    from { }

    to { width: 100% }
}

@keyframes progress { 
    from { }

    to { width: 100% }
}


.start video#backgroundvid {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    /* height: auto; */
    z-index: -100;
    /*background: url(polina.jpg) no-repeat;*/
    padding: 0;
    background-size: cover;
    background-color: white;
}


header.design {
    width: 260px;
    height: 53px;
    border: 1px solid black;
    margin: 30px auto;
    position: relative;
    text-align: center;
}
header.design h1 {
    margin: -22px auto 0;
    position: absolute;
    width: 100%;
    text-align: center;
    font-weight: normal;
    letter-spacing: 3px;
}

header.design h1 span {
    background-color: white;
    padding: 0 10px;
}

header.design p {
    margin: 0;
    padding: 11px 5px;
    font-size: 25px;
    letter-spacing: 6px;
}

.gallery {}

.gallery .pictures {
    margin: 50px 0 0 0;
}

.gallery .pictures .image-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.gallery .pictures .image-list li {
    float: right;
    margin: 0 0 19px 19px;
}

.gallery .pictures .image-list li:nth-child(3n + 0) {
    margin-left: 0;
}

.gallery .pictures .image-list li figure {
    display: table;
    width: 387px;
    height: 343px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.gallery .pictures .image-list li img {}

.gallery .pictures .image-list li:hover .onhover {
    display: table-cell;
}

.gallery .pictures .image-list .onhover {
    width: 100%;
    display: table-cell;
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
    cursor: pointer;
}

.gallery .pictures .image-list .onhover a:nth-child(1) {
    display: block;
    width: 100%;
    padding: 48px 0 0px 0;
    text-decoration: none;
}

.gallery .pictures .image-list .onhover:hover {}
.gallery .pictures .image-list .onhover .center {
    display: block;
    margin: 0px auto 0px auto;
}
.gallery .pictures .image-list .onhover .bottom {
    float: left;
    margin: 0px 0 0 30px;
}

.gallery .pictures .image-list figure figcaption {
    width: 310px;
    height: 175px;
    overflow: hidden;
    margin: 0 auto 22px;
    text-align: center;
}
.gallery .pictures .image-list figure figcaption .header {
    margin: 0 auto;
    display: inline-block;
}
.gallery .pictures .image-list figure figcaption .header .degem {
    background: url('../img/pages/home_degem_white.png') center center transparent no-repeat;
    display: block;
    width: 100%;
    height: 12px;
    margin: 0px auto;
}
.gallery .pictures .image-list figure figcaption .header h2 {
    color: white;
    text-decoration: none;
    margin: 6px 0 0;
    text-align: center;
    font-size: 37px;
    padding: 0 10px;
    line-height: .9;
    /* width: 100%; */
}
.gallery .pictures .image-list figure figcaption .header hr {
    border-top: 1px solid white;
    margin: 10px 0 0 0;
}
.gallery .pictures .image-list figure figcaption p {
    font-size: 27px;
    color: white;
    text-align: center;
    padding: 14px 0 0;
    line-height: 1.1;
}


.lb-outerContainer {
    border-radius: 0;
    background-color: transparent;
}
.lightbox .lb-image {border-radius: 0;}
.lb-caption {
    font-size: 24px !important;
}
.lb-data .lb-details {
    float: right;
    direction: rtl;
    text-align: right;
}
.lb-data .lb-close {
    float: left;
    border: 0;
    border-radius: 0;
    background-size: 16px;
    background-position: center center;
    position: absolute;
    top: -12px;
    margin: 0 0 0 -13px;
    background-color: grey;
    opacity: 1;
}
.lb-closeContainer {
    direction: ltr;
}
.lb-nav a {
    display:block !important;
    opacity: 100 !important;
    fiter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}



.projects {
    
}



.projects article {
    width: 100%;
    margin: 0 0px 0 0;
}

.projects .content {
    margin: 60px 0;
}
.projects .content .right {
    float: right;
    width: 370px;
}
.projects .content .left {
    float: left;
    margin: 11px 0 0 0;
    width: 785px;
}

.projects .left .text {}
.projects .left .text h2 {
    margin: 0 0 5px 0;
    font-size: 24px;
}
.projects .left .text p {
    line-height: 1.2;
}

.projects .project-list {}
.projects .project-list li {
    padding: 16px 0 14px;
    list-style-type: none;
    font-size: 18px;
    border-bottom: 2px dotted #B4B4B4;
}

.projects .project-list li a span {
    content: ' ';
    width: 28px;
    height: 28px;
    margin: -3px 0px 0 7px;
    display: inline-block;
    border: 1px solid black;
    color: white;
    background: url('../img/icons/nav_hover.png') center center white no-repeat;
    vertical-align: middle;
}

.projects .project-list li.active a span, .projects .project-list li a:hover span {
    background: url('../img/icons/nav_hover_white.png') center center black no-repeat;
}


.projects #projects_refresh {
    position: absolute;
    margin: -150px 0 0 0;
}


.projects .project-list li a {
    color: black;
}
.projects .project-list li.active a {
}


.projects .image-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.projects .image-list li {
    float: right;
    margin: 0 0 10px 10px;
}

.projects .image-list li:nth-child(3n + 0) {
    margin-left: 0;
}

.projects .image-list li figure {
    display: table;
    width: 255px;
    height: 226px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.projects .image-list li img {}

.projects .image-list li:hover .onhover {
    display: table-cell;
}

.projects .image-list .onhover {
    width: 100%;
    display: table-cell;
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
    cursor: pointer;
}

.projects .image-list .onhover a:nth-child(1) {
    display: block;
    width: 100%;
    padding: 77px 0 80px 0;
}

.projects .image-list .onhover:hover {}
.projects .image-list .onhover .center {
    display: block;
    margin: 0px auto 0px auto;
}
.projects .image-list .onhover .bottom {
    float: left;
    margin: 0px 0 0 30px;
}

.projects .left .page-number {}
.projects .left .page-number ul {
    list-style-type: none;
    text-align: center;
}
.projects .left .page-number ul li {
    display: inline-block;
}
.projects .left .page-number ul li a {
    font-family: "fb_bold","helvetica","arial";
    color: black;
    padding: 0 6px;
}
.projects .left .page-number ul li.active a {
    color: #0D72B3;
    text-decoration: underline;
}

.contact {
    padding: 40px 0 0 0;
}
.contact .place_map {
    width: 100%;
    height: 250px;
    background-color: rgb(229, 227, 223);
}

.contact .contact_table {
    display: table;
    width: 100%;
    margin: 80px 0 0 0;
}

.contact .contact_table .col {display:table-cell;vertical-align: top;}
.contact .contact_table .col:nth-child(1) {
    padding: 0 0 0 0px;
    width: 305px;
}
.contact .contact_table .col:nth-child(2) {
    width: 520px;
    padding: 0 30px;
}
.contact .contact_table .col:nth-child(3) {}

.contact .contact_table .col:nth-child(1) ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.contact .contact_table .col:nth-child(1) ul li:first-child {border-top: 2px dotted #969696;}
.contact .contact_table .col:nth-child(1) ul li {
    border-bottom: 2px dotted #969696;
    padding: 9px 0 10px;
    line-height: 1.2;
    font-size: 18px;
}
.contact .contact_table .col:nth-child(1) ul li strong {
    display: block;
    font-size: 24px;
    font-weight: normal;
    font-family: "fb","Roboto","helvetica","arial";
}
.contact .contact_table .col:nth-child(1) .social_icons {
    margin: 13px 0 0 0;
}
.contact .contact_table .col:nth-child(1) .social_icons a {
    text-decoration: none;
    border-left: 1px solid black;
    padding: 0  10px;
}

.contact .contact_table .col:nth-child(1) .social_icons a:first-child {padding-right: 0;}

.contact .contact_table .col:nth-child(1) .social_icons a:last-child {
    border-left: none;
}

.contact .contact_table .col:nth-child(1) .social_icons a img {
    width: 20px;
}

.contact .itext {}
.contact .send_btn {
    width: 90px;
    float: left;
    text-align: right;
}

.contact .contact_table .col:nth-child(2) ul {
    margin: 16px 0 0 0;
    padding: 0;
    list-style-type: none;
}
.contact .contact_table .col:nth-child(2) ul li {
    float: left;
    margin: 0 20px 0 0px;
}
.contact .contact_table .col:nth-child(2) ul li:last-child {
    float: left;
    margin: 0;
}
.contact .contact_table .col:nth-child(2) ul li a {
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    font-family: serif;
    color: black;
}
.contact .contact_table .col:nth-child(2) ul li img {}
.contact .contact_table .col:nth-child(2) ul li:nth-child(1) {
}
.contact .contact_table .col:nth-child(2) ul li:nth-child(2) {}

.about {
    padding: 40px 0 0 0;
}

.about article {
    width: 1074px;
    margin: 40px auto 0;
}
.about article .text {
    text-align: center;
}
.about figure {
    text-align: center;
    margin: 40px 0 0 0;
}
.about figure img {}