﻿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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,select,input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-size:inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.4;
    direction: rtl;
    font-family: arial;
    background: #000;
}
ol, ul {
    list-style: none;
}
:focus {
    outline: 0;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*end css reset*/

.clear:before,
.clear:after {
    content: "";
    display: table;
} 
.clear:after {
    clear: both;
}
.clear {
    zoom: 1; 
}

html {
    height: 100%;
}

b,strong {
    font-weight: bold;
}

@font-face {
    font-family: 'carmelitbold';
    src: url('/css/fonts/carmelitbold.eot');
    src: url('/css/fonts/carmelitbold.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/carmelitbold.woff') format('woff'),
        url('/css/fonts/carmelitbold.ttf') format('truetype'),
        url('/css/fonts/carmelitbold.svg#carmelit_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'carmelitregular';
    src: url('/css/fonts/carmelitregular.eot');
    src: url('/css/fonts/carmelitregular.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/carmelitregular.woff') format('woff'),
        url('/css/fonts/carmelitregular.ttf') format('truetype'),
        url('/css/fonts/carmelitregular.svg#carmelit_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/***popup**/
.popconatct{
    display:none;
    background-color: #fff;
    width: 300px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    behavior: url('/css/ie-css3.htc');
    position: relative; 
}

.popconatct span.success {
    color: green;
    font-family: arial;
    font-size: 13px;
    margin-right: auto;
    margin-left: auto;
    width: 200px;
    display: block;
}

.popconatct ul {
    list-style-type: square #000;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}

.popconatct ul li {
    margin-bottom: 7px;
    font-family: arial;
    font-size: 13px;
    color: red;
}

.popconatct i,
.closePop{
    display: block;
    background: url('/img/cancel.png');
    position: absolute;
    left: 10px;
    top: 5px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    z-index: 9;
}

#preview{
    position:absolute;
    border:1px solid #040404;
    background:#fff;
    padding:5px;
    display:none;
    color:#040404;
}
/***popup**/

.bgstretcher {
    background: black;
    overflow: hidden;
    width: 100%;
    position: fixed;
    z-index: 1;
}
.bgstretcher,
.bgstretcher ul,
.bgstretcher li {
    left: 0;
    top: 0;
}
.bgstretcher ul,
.bgstretcher li {
    position: absolute;
}
.bgstretcher ul,
.bgstretcher li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bgstretcher {
    _position: absolute;
}

.bgstretcher-area {
    height: 100%;
}

.bgstretcher-page {
    z-index: 5;
    width: 100%;
}

#wrapper {
    width: 100%;
}

#background {
    display: none;
}

#qLbar {
    left: 0px;
}

nav.menu {
    width: 0px;
    background: rgba(0,0,0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70000000', endColorstr='#70000000',GradientType=0 );
}

.borderArea {
    position: absolute;
    left: 0;
    right: 67px;
    margin-top: 46px;
    width: 100%;
}

.borderArea .borderLoading {
    height: 0px;
    background: #fff;
    width: 0px;
    float: left;
    position: relative;
}

#openPage {
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 6;
}

nav.menu,.openPage {
    position: fixed;
    bottom: 8%;
    left: 0;
    height: 75px;
    z-index: 6;
    padding-right: 56px;
}

#info {
    position: fixed;
    bottom: 8%;
    height: 75px;
    right: 0;
    background: rgba(0,0,0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70000000', endColorstr='#70000000',GradientType=0 );
    z-index: 6;
    width: 72px;
    overflow: hidden;
    color: #fff;
}

#info .infoTitle {
    background: url('/img/sprite.png') -282px -65px;
    height: 75px;
    width: 72px;
    float: right;
    cursor: pointer;
}

#info .infoText {
    float: right;
    width: 81%;
    height: 100%;
}

#info .infoText h3 {
    display: block;
    font-size: 14px;
    letter-spacing: 6px;
    margin-right: 20px;
    float: right;
}

#info .infoText ul {
    display: block;
    float: right;
    margin-right: 10px;
}

#info .infoText ul li {
    float: right;
    display: block;
    letter-spacing: 3px;
    font-size: 14px;
    border-left: 1px solid #ff9100;
    height: 19px;
    line-height: 29px;
    padding-left: 5px;
    padding-right: 7px;
}

#info .infoText ul li:last-child {
    border-left: 0px;
}

#info .infoText .textArea {
    float: right;
    font-size: 12px;
    margin-top: 0px;
    margin-right: 17px;
    max-width: 95%;
    margin-top: 5px;
}

.openPage {
    width: 50%;
    z-index: 8;
}

.openPage span.loading {
    font-size: 13px;
    color: #fff;
    float: left;
    margin-left: 15px;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    margin-top: 22px;
    letter-spacing: 4px;
}

a.logo {
    float: right;
    background: url('/img/sprite.png') 0px -4px;
    width: 188px;
    height: 61px;
    top: 50%;
    margin-top: -29px;
    display: block;
    position: relative;
    margin-right: 10px;
}

a.bigLogo {
    background: url('/img/bigLogo.png') 0px 0px;
    width: 174px;
    height: 54px;
    display: block;
}

.menu .wrap {
    display: none;
}

ul#navigator {
    float: left;
    position: relative;
    width: 69%;
    margin-left: 5px;
    text-align: left;
    display: block;
}

ul#navigator > li {
    border-right: 1px solid #ff9100;
    display: inline-block;
}

ul#navigator > li > a {
    color: #a7a3a3;
    font-size: 14px;
    letter-spacing: 3px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    text-decoration: none;
    height: 19px;
    line-height: 29px;
    cursor: pointer;
    width: 75px;
    text-align: center;
}

ul#navigator > li > ul {
    position: absolute;
    bottom: 100%;
    background: rgba(0,0,0,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70000000', endColorstr='#70000000',GradientType=0 );
    margin-right: -4px;
    margin-bottom: 3px;
    min-width: 80px;
    padding-bottom: 5px;
    display: none;
}

ul#navigator > li > ul > li  {
    text-align: center;
}

ul#navigator > li > ul > li > a {
    color: #a7a3a3;
    font-size: 12px;
    letter-spacing: 3px;
    padding: 5px;
    text-decoration: none;
    display: block;
}

ul#navigator > li > ul > li > a:hover {
    color: #fff;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s; 
}

ul#navigator > li > a:hover {
    color: #fff;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

ul#navigator > li:last-child {
    border-left: 0px;
}

nav.menu .nav {
    float: left;
    margin-left: 38px;
    margin-top: 16px;
}

nav.menu .icon {
    display: block;
    float: left;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity = 50); 
}

nav.menu .icon:hover {
    opacity: 1;
    filter: alpha(opacity = 100); 
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
}

nav.menu a.next.icon {
    background: url('/img/sprite.png') no-repeat -41px -66px;
    width: 12px;
    height: 18px;
    margin-top: 3px;
    margin-left: -4px;
}

nav.menu a.prev.icon {
    background: url('/img/sprite.png') no-repeat -30px -66px;
    width: 10px;
    height: 17px;
    margin-left: 18px;
    margin-top: 3px;
}

nav.menu a.home.icon {
    background: url('/img/sprite.png') 0px -63px;
    width: 23px;
    height: 20px;
    margin-left: 20px;
}

#wrapCon {
    position: fixed;
    bottom: 8%;
    left: 0;
    height: 100%;
    width: 50%;
    padding-right: 56px;
}

#container {
    position: absolute;
    bottom: 78px;
    left: 0px;
    background: rgba(0,0,0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70000000', endColorstr='#70000000',GradientType=0 );
    height: 60%;
    width: 260px;
    display: none;
    overflow: hidden;
}

#container #page {
    height: 100%;
    overflow: hidden;
}

.loader {
    background: url('/img/ajax-loader.gif');
    width: 54px;
    height: 55px;
    position: fixed;
    z-index: 20;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 50%;
    margin-top: -25px;
}

.ads section {
    display: block;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
}

.ads section h4 {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.ads section .textArea {
    color: #fff;
    font-size: 12px;
}

.ads section .goads {
    text-decoration: none;
    color: #8f8f8f;
    font-size: 12px;
    float: left;
    margin-top: 5px;
}

.ads section a.goads:hover {
    color: #fff;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
}

.galleryPop {
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
    position: fixed;
    z-index: 1000;
    width: 100%;
    max-width: 500px;
    background: rgba(0,0,0,0.9);
    border: 2px solid #fff;
    max-height: 300px;
    height: 100%;
    display: none;
}

@media only screen 
and (min-device-width: 768px) 
and (max-device-width : 1024px)
{
    ul#navigator {
        width: 77%;
    }
    ul#navigator > li > a {
        font-size: 12px;
    }

    #info .infoText {
        width: 75%;
    }

    #info .infoText .textArea {
        font-size: 10px;
    }
}

@media only screen 
and (min-device-width: 1px) 
and (max-device-width : 650px)
{
    #container {
        bottom: 58px;
    }
    ul#navigator {
        width: 89%;
    }

    ul#navigator > li > ul > li > a {
        font-size: 8px;
    }

    ul#navigator > li > a {
        font-size: 8px;
        letter-spacing: 1px;
        padding-left: 1px;
        padding-right: 1px;
        width: 39px;
    }

    #info .infoText {
        width: 45%;
    }

    #info .infoText .textArea {
        font-size: 10px;
    }

    #info {
        height: 43px;
        width: 52px;
    }

    #info .infoTitle {
        background: url('/img/info.png') 10px no-repeat;
        height: 43px;
        width: 52px;
        cursor: pointer;
        margin-top: 0px;
    }

    .ads section h4 {
        font-size: 10px;
    }

    .ads section a.goads {
        font-size: 8px;
    }

    .ads section .textArea {
        font-size: 8px;
    }

    .openPage a.logo {
        background: url('/img/sprite.png') -4px -94px;
        width: 71px;
        height: 27px;
        top: 50%;
        margin-top: -20px;
    }

    .borderArea {
        margin-top: 18px;
    }

    #info .infoText {
        width: 64%;
    }

    #info .infoText ul {
        margin-right: 3px;
    }

    #info .infoText ul li {
        font-size: 8px;
        letter-spacing: 0px;
    }

    #info .infoText .textArea {
        font-size: 5px;
        margin-right: 12px;
        margin-top: 2px;
    }

    nav.menu, .openPage {
        height: 44px;
    }

    nav.menu a.next.icon {
        background: url('/img/sprite.png') no-repeat -83px -70px;
        width: 7px;
        height: 11px;
        margin-top: -9px;
        margin-left: -4px;
    }

    nav.menu a.prev.icon {
        background: url('/img/sprite.png') no-repeat -75px -70px;
        width: 7px;
        height: 11px;
        margin-left: 18px;
        margin-top: -9px;
    }

    nav.menu a.home.icon {
        background: url('/img/sprite.png') -58px -69px;
        width: 16px;
        height: 11px;
        margin-left: 20px;
        margin-top: -9px;
    }
}

#hidePortrait {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999999999999999999;
    background: #000;
    display: none;
}

#hidePortrait .logoArea {
    bottom: auto;
    top: 10%;
    right: 50%;
    margin-right: -150px;
    margin-top: -30px;
    position: absolute;
    width: 300px;
}

#hidePortrait .logoArea a.bigLogo {
    margin-right: 62px;
}

#hidePortrait .oriented {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

#hidePortrait .oriented span {
    color: #ff9100;
}

@media screen and (orientation:portrait) { /*****אנכי*****/
    #hidePortrait {
        display: block;
    }
}
@media screen and (orientation:landscape) { /*****אופקי*****/

}
