@charset "UTF-8";
@import url("/css/footer.css");

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

@font-face {
    font-family: 'Trajan Pro';
    src: url("/css/Trajan Pro.eot")
}
@font-face {
    font-family: 'Trajan Pro';
    src: url("/css/Trajan Pro.ttf")
}

@font-face {
    font-family: 'Trajan Pro';
    src: url("/css/Trajan Pro.otf") 
}

.trojan {
    font-family: 'Trajan Pro';
}

.head_logo {
    position: absolute;
    margin-left: 20px;  
    width: 215px;
    height: 39px;
    display: block;
    background: url('/img/logo.png') no-repeat;
}

.head_logo:hover {
    background: url('/img/logo_on.png') no-repeat;
}

body {
    background-position:center;
    color:#000000;
    font-size:13px;
    font-family: 'helvetica';
    margin:0px;
    padding:0px;
}

.my_label {
    font-size:11px;
    color:#666;
}

a {
    -webkit-transition: all .15s ease-out;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: initial;
    -moz-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;    
}

* {
    margin: 0;
}
html, body {
    height: 100%;
}

#new_menu {
    background-color:#201f22;
    height:32px;
    background-image:url(/img/header_bg.jpg);
    background-repeat:repeat-x;
}



img {
    border:0px;
}
/*
section {
    margin:auto;
    width:100%;
        margin-top:80px;
        
}
*/
section {
    width:100%;
    min-width:1200px;
    min-height: 100%;

    height: auto !important;
    height: 100%;
    margin: 0 auto -32px;
}
header {
    top:0px;
    margin:auto;
    text-align: center;
    background-color: #000000;
}

.header {
    width: 100%;
    margin:auto;
    text-align: center;
    background-color: #000000; 
    min-width:1200px;
    position:fixed;
    top:0px;
    margin-left:0px;
    z-index:999;
}


.spacer_top {
    height:80px;
}

.my_link2:link {text-decoration:none;color:fff;}
.my_link2:active {text-decoration:none;color:#fff;}
.my_link2:visited {text-decoration:none;color:#fff;}
.my_link2:hover {text-decoration:none;color:#ccc;}

.buttonmode {
    cursor: pointer;
}
.size8pt{
    font-size: 8pt; 
}

.size9pt{
    font-size: 9pt; 
}

.size10pt{
    font-size: 10pt; 
}

.size11pt{
    font-size: 11pt; 
}

.size12pt{
    font-size: 12pt; 
}

.size13pt{
    font-size: 13pt; 
}

.size14pt{
    font-size: 14pt; 
}

.size15pt{
    font-size: 15pt; 
}

.clear {
    clear:both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
    margin: auto;
}

.grey {
    color: #666666;
}

.link_grey_to_gold {
    text-decoration: none;
    color: #666666;
}

.link_grey_to_gold:hover {
    text-decoration: none;
    color: #867227;
}

.link_gold_to_grey {
    text-decoration: none;
    color: #867227;
}

.link_gold_to_grey:hover {
    text-decoration: none;
    color: #666666;
}

.no-text-decoration {
    text-decoration: none;
}

.bg_img {
    position: absolute;
    width: 100%;
    z-index: -9999;
}


.bg_img2 {
    position: absolute;
    width: 80%;
    margin:0 auto 0 auto;
    z-index: -9999;
}


.bg_careers {
    position: absolute;
    width: 1200px;
    z-index: -9999;
    margin: auto;
    padding-top: 0;
}

.bg_img_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -9999;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;  
}

.timesnewroman {
    font-family: 'Time New Roman';
}

.made-measurement{
    text-align: left;
    width: 90px;
    line-height: 12px;
    position: absolute;
    right: 0px;
    top: 56px;
}

.made-measurement a {
    text-decoration: none;
}

.right_small_menus {
    float: right;
    margin-right: 20px;
}

.share_icons {
    float: left;
    position: absolute;
    margin-left: 20px;
    margin-top: 8px;
}

.share_icons img{
    width: 20px;
    height: 20px;
    margin-left: 3px;
}


.share_icons img {
    float: left;
    margin-right: 4px;
}

.header_box {
    margin:auto;
    width:100%;
    height:50px;
    overflow:hidden;
    min-width:1200px;
}

.shop_bag_items {
    float:right;
    color:#FFFFFF;
    background-color:#999999;
    padding-top:20px;
    padding-left:1px;
    padding-right:1px;
    margin-right:0px;
    font-size:13px;
    width: 13px;
    text-align:right;
}

.shop_bag_menu {
    float:right;
    margin-right:5px;
    margin-top:6px;
    font-size:7pt;
    font-weight:normal;
    font-family:arial;
    color:#999999;
    line-height:16px;
}

.shop_bag_menu a {
    text-decoration:none;
    color:#999999;
    margin-left:10px;
    margin-right:10px;

}

.shop_bag_menu a:hover {
    text-decoration:none;
    color:#CCCCCC;
    margin-left:10px;
    margin-right:10px;
}

.bullet {
    font-family: 'Times New Roman';
    color:#ccc;
}

.bullet2 {
    font-family: 'Times New Roman';
    color:#333333;
    font-size: 10pt;
}

.v_dark_line {
    background-image:url("/img/v_dark_line.png");
    background-repeat: repeat-y;
    height: 100%;
    width:  1px;
    margin: auto;  
}

.dark_line {
    background-image:url("/img/dark_line.png");
    background-repeat: repeat-x;
    width:100%;
    height:1px;
    margin:auto;
}

.white_line {
    background-image:url("/img/boutique_menu_line.png");
    background-repeat: repeat-x;
    width:100%;
    height:1px;
}

.light_line {
    background-image:url("/img/light_line.png");
    background-repeat: repeat-x;
    width:100%;
    height:1px;
    margin:auto;
}

.large_dark_line {
    background-image:url("/img/large-dark-line.png");
    background-repeat: repeat-x;
    width:100%;
    height:2px;
    margin:auto;
}

.gold {
    color: #A39161
}

.sub-menu {
    text-align:center;
    margin:auto;
    height:32px;
    margin-top:0px;
    padding-top:7px;
    width:1200px;

    margin-bottom:0px;
    color:#FFFFFF;
    font-size:13px;
    font-family: 'Trajan Pro';
}

.sub-menu a {
    color:#FFFFFF;
    margin-left:20px;
    margin-right:20px;
    text-decoration: none;
}

.sub-menu a:hover {
    color:#CCC;
    margin-left:20px;
    margin-right:20px;
    text-decoration: none;
}

.sub-menu-small {
    text-align:center;
    margin: auto;
    font-family: 'Trajan Pro'
}


.sub-menu-small a {
    color:#FFFFFF;
    text-decoration: none;
}

.sub-menu-small a:hover {
    color:#CCC;
    text-decoration: none;
}

a.look_button {
    position:absolute;
    float:left;
    font-size:10pt;
    margin-left:360px;
    margin-top:15px;
    color:#333333;
    text-decoration:none;
}

a.look_button:hover {
    font-size:10pt;
    margin-left:360px;
    margin-top:15px;
    color:#867227;
    text-decoration:none;
}

.archive {
    float:left;
    font-size:9pt;
}

.archive a {
    font-size:10.6pt;
    margin-left:100px;
    color:#333333;
    text-decoration:none;
}

.archive a:hover {
    font-size:10.6pt;
    margin-left:100px;
    color:#867227;
    text-decoration:none;
}

.archive .select {
    color:#867227;
    font-size:9pt;
}

.archive_pos {
    position:absolute;
    float:left;
    margin-left: 50px;
    margin-top:13px;
    font-size:9pt;
}

.archive_pos a {
    font-size:10.6pt;
    margin-left:100px;
    color:#333333;
    text-decoration:none;
}

.archive_pos a:hover {
    font-size:10.6pt;
    margin-left:100px;
    color:#867227;
    text-decoration:none;
}

.archive_pos .select {
    color:#867227;
    font-size:9pt;
}

.look_href {
    float:left;
    padding-left:30px;
}

/** navigation button */
.navigation-links {
    margin-left: 1000px;
    text-decoration: none;
    position:absolute;
}

.navigation-links .back {
    color:#484746;
    font-size:9pt;
    margin:0px 4px 0px 0px;
    text-decoration: none;
}
.navigation-links .back:hover {
    color:#a29257;
    font-size:9pt;
    margin:0px 4px 0px 0px;
    text-decoration: none;
}

.navigation-links .next {
    color:#484746;
    font-size:9pt;
    margin:0px 0px 0px 4px;
    text-decoration: none;
}
.navigation-links .next:hover {
    color:#a29257;
    font-size:9pt;
    margin:0px 0px 0px 4px;
    text-decoration: none;
}

.navigation-links .disabled_nav {
    color:#CCCCCC;
    font-size:9pt;
    margin:0px 0px 0px 4px;
    text-decoration: none;
    cursor: default;
}

.navigation-links .disabled_nav:hover {
    color:#CCCCCC;
    font-size:9pt;
    margin:0px 0px 0px 4px;
    text-decoration: none;
    cursor: default;
}

.box_container {
    position:relative;
    width:1200px;
    margin:auto;
    overflow:hidden;
    z-index:10;
}
.box_container_shb {
    position:relative;
    width:1200px;
    margin:auto;
    z-index:10;
    height:600px;
    margin-top:15px; 
    margin-bottom: 100px;    
}

.box_container2 {
    position:relative;
    width:1200px;
    margin:auto;
    overflow:hidden;
    z-index:10;
}
.box_container3 {
    position:relative;
    width:1200px; 
    margin:auto;
    overflow:hidden;
    z-index:10;
    padding-bottom: 50px;
}

.page_title {
    margin-left: 50px;
    float: left;
    color: #917D33;
    font-size: 13.85pt;
    position: absolute;
}

.page_title_in_menu {
    color: #917D33;
    font-size: 15px;
    position: absolute;
}

.sale {
    float:right;
    margin-top: -5px;
}

.archive_box {
    z-index: 9999;
}

.back_button {
    margin-top: 3px;
    margin-left: 5px;
    margin-right: 5px;       
    cursor: pointer;
    float: left;
}

.next_button {
    margin-top: 3px;
    margin-left: 5px;
    margin-right: 5px;    
    cursor: pointer;
    float: left;
}

.archive {  
    font-size: 9pt;
    float: left;
}

.curr_archive {
    color: #867227;
    font-size: 9pt;
    float: left;
}

.error {
    color: #ff0000;
    font-size: 10pt;
    font-family: 'Times New Roman';
}


/***** TOP MENU ********/
#jsddm_menu {	
    margin: 0;
    padding: 0;
}

#jsddm_menu li{	
    float: left;
    list-style: none;
    font-size: 9pt;
}

#jsddm_menu li a{	
    display: block;
    padding-left: 1px;
    padding-right: 1px;
    text-decoration: none;
    color: #FFFFFF;
    white-space: nowrap;
    letter-spacing: 1px;
    -webkit-transition: all .0s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.0s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: initial;
    -moz-transition: all .0s ease-out;
    -ms-transition: all .0s ease-out;
    -o-transition: all .0s ease-out;
    transition: all .0s ease-out;     
}

#jsddm_menu li a:hover{	
    color: #ccc;
}

#jsddm_menu li ul{
    width: 180px;
    margin: 0;
    padding: 0;
    margin-top: 7px;
    margin-left: -20px;
    position: absolute;
    visibility: hidden;
    z-index: 10000;
    background: #000000;
    opacity: 0.8;    
}

#jsddm_menu li ul li{	
    float: none;
    display: inline;
    font-size: 8pt;
}

#jsddm_menu li ul li a{
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 8pt;
    -webkit-transition: all .0s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.0s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: initial;
    -moz-transition: all .0s ease-out;
    -ms-transition: all .0s ease-out;
    -o-transition: all .0s ease-out;
    transition: all .0s ease-out;    
}

#jsddm_menu li ul li a:hover{	
    background: #000000;
}

/************************************
******* BOUTIQUE PAGE ***************
************************************/
.boutique-bg {
    width: 1200px;
    text-align: center;
    margin: auto;
}

#jsddm {	
    margin: 0;
    padding: 0;
    padding-top: 3px;
    padding-bottom: 5px;
}

#jsddm li{	
    float: left;
    list-style: none;
    font-size: 9pt;
    margin-left: 10px;
    margin-right: 10px;
}

#jsddm li a{	
    display: block;
    padding: 5px 0px;
    text-decoration: none;
    color: #FFFFFF;
    white-space: nowrap;
    letter-spacing: 1px;
    -webkit-transition: all .0s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.0s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: initial;
    -moz-transition: all .0s ease-out;
    -ms-transition: all .0s ease-out;
    -o-transition: all .0s ease-out;
    transition: all .0s ease-out;     
}

#jsddm li a:hover{	
    color: #ccc;
}

#jsddm li ul{	
    padding: 0;
    position: absolute;
    visibility: hidden;
    z-index: 10000;
    width: auto;
    background: #000000;
    opacity: 0.8;
    margin-left: -20px;
    margin-top: -5px;
}

#jsddm li ul li{	
    float: none;
    display: inline;
    font-size: 8pt;
}

#jsddm li ul li a{
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    font-size: 8pt;
}

#jsddm li ul li a:hover{	
    background: #000000;
}

.bullet_li {
    padding-top: 5px;
    font-size: 12pt;
}

.boutique_menu_line {
    background-image:url("/img/boutique_menu_line.png");
    background-repeat: repeat-x;
    width:100%;
    height:1px;
    margin-top: 5px;
    margin-bottom: -20px;
}

.boutique_menu_line2 {
    background-image:url("/img/boutique_menu_line.png");
    background-repeat: repeat-x;
    width:80%;
    margin-left:20px;
    height:1px;
    margin-top: -10px;

    line-height:1px;
}

/************************************
******* FOUNDERS PAGE ***************
************************************/
.founders-bg {
    width: 1200px;
    height: 435px;
    padding-top: 30px;
    text-align: center;
    margin: auto;
}

.founders-tbl {
    margin-left: 3px;
    margin-top:250px;
}

.founders-title {
    color: #867227;
    border-bottom:1px solid #ccc;
    padding-bottom:3px;
    font-size: 12pt;
    font-family: 'Trajan Pro';
}

.founders-text {
    color: #666;
    font-size: 12px;
    font-family:Arial, Helvetica, sans-serif;
    line-height: 20px;
    margin-top: 15px;  
}

/************************************
******* MAGAZINE PAGE ***************
************************************/
.magazine-bg {
    width: 1200px;
    height: 525px;
    padding-top: 150px;
    text-align: center;
    margin: auto;
}

.magazine-bg-details {
    width: 1200px;
    height: auto;
    text-align: center;
    margin: auto;
}
.magazine-iframe {
    width: 1200px;
    height: 700px;
    margin-top: 5px;
}
.magazine-tbl {
    text-align: center;
    margin: auto;
    font-family: 'Times New Roman';
    font-style: italic;
    font-size: 15pt;
    color: #867227;
}

.magazine_submenu_place a {
    text-decoration: none;
    color: #FFF;
}

.magazine_center {
    text-align: center;
    margin: auto;
}

.magazine_listing_tbl {
    text-align: center;
    border: none;
    width: 780px;
}

.magazine_listing_tbl td{
    width: 220px;
    height: 250px;
    vertical-align: top;
    text-align: center;
}

.magazine_item img {
    margin-top: 0px;
    width: 150px;
    cursor: pointer;
    border: none;
}

.magazine_item_title {
    width: 100%;
    font-size: 11pt;
    color: #867227;

}
#magazine-content-scroll {
    float:left;
    width: 820px;
    height: 500px;
    overflow: hidden;
    margin-left: 200px;
}

#magazine-content-holder {
    width: 800px;
    height: auto;  
}

#magazine-content-slider {
    width: 1px;
    height: 450px;
    margin-left: 15px;
    margin-top: 15px;
    background: #484746;
    position: relative;
    float:left;
}

.ui-slider-handle {
    background-image:url("/img/bila.png");
    background-repeat:no-repeat;
    width: 13px;
    height: 13px;
    position: absolute;
    left: -6px;
    margin-top:5px;
    border:0px solid;
}


/************************************
******* HELP PAGE ***************
************************************/
.help-content {
    width:500px;
    margin:auto;
    line-height:17px;
    margin-top: 60px;
    font-size:12pt;
    text-align: left;
}


/************************************
******* PRODUCt PAGE ***************
************************************/
.subcategory_tbl {
    font-family: 'Trajan Pro';
    font-size: 9pt;  
    position: absolute;
    margin-left:-8px;
}

.subcategory_menu {
    font-family: 'Trajan Pro';
    font-size: 8pt;
    padding-left: 9px;
    margin-bottom:25px;
}

.subcategory_menu a{
    font-family: 'Trajan Pro';
    font-size: 8pt;
    text-decoration: none;
}

.subcategory_menu:link { color: #fff;text-decoration: none;}
.subcategory_menu:active {  color: #867227;text-decoration: none;}
.subcategory_menu:visited { color: #fff;text-decoration: none;}


.subcategory_menu:hover{
    font-size: 8pt;
    color: #867227;
    text-decoration: none;
}

.subcategory_menu a:link { color: #666;text-decoration: none;}


.subcategory_line {
    background-image:url("/img/subcategory_line.png");
    background-repeat: repeat-x;
    width:100%;
    height:1px;
    margin:auto;
}

/************************************
******* MADE TO MEASURE PAGE ********
************************************/
.measure-bg {
    text-align: center;
    margin: auto;
    width: 1200px;
}

.measure-image {
    width: 400px;
    height: 600px;
}

#measure-video-box {
    position: absolute;
    width: 700px;
    height: 400px;
    display: none;
    z-index: 999999;
}

/************************************
******* PRESS PAGE ***************
************************************/
.press-bg {
    width: 1200px;
    height: 600px;
    padding-top: 100px;
    text-align: center;
    margin: auto;
}

.press-white-bg{
    padding-top: 50px;
    width: 1200px;
    /*  background: url("/img/transparent-bg.png") repeat;*/
}

.press-line {
    margin-top: 20px;
    width: 1050px;
    margin-bottom: 5px;
}

.press-bottom-menu{
    float: right;
    font-size: 12pt;
    color: #867227;
    margin-right: 75px;
    margin-top: -20px;
}

.press-bottom-menu a {
    color: #333333;
    text-decoration: none;
}

.press-bottom-menu a:hover {
    color: #867227;
    text-decoration: none;
}

.press-numbers {
    width: 100%;
    margin: auto;
    text-align: center;
    font-family: 12pt;
    font-family: 'Times New Roman';
    font-style: italic;
    color: #867227;    
}

.press-numbers a {
    color: #333333;
    text-decoration: none;
}

.press-numbers a:hover {
    color: #867227;
    text-decoration: none;
}

.press-bullet {
    font-family: 'Times New Roman';
    color: #333333;
    font-size: 10pt;
}

.press-bottom_title {
    margin-left: 73px;
    margin-top: -22px;
    font-family: 12pt;
    color: #867227; 
    float: left;
}


.celebrity_desc_place {
    position: absolute;
    width: 280px;
    margin-left: 70px;
    text-align: left;
}

.celebrity_desc_place table{
    height: 425px;
}

.celebrity_title {
    font-size: 12pt;
    color: #fff; 
    padding-bottom:3px;
    border-bottom:1px solid #999;
}

.celebrity_text {
    font-size: 10pt;
    margin-top: 8px;
    color:#eee;

    text-align:justify;
}

.celebrity_date {
    color:#ccc;
    font-size:8pt;
    margin-top:7px;	
}

.celebrity_website {
    color:#999;
    font-size: 8pt;
    margin-top: 10px;
}

.celebrity_website span {
    color: #867227; 
    font-family: 'Times New Roman';
}

.image_cover_details {
    width: 90px;
    height: 120px;
    border:0px;
    float:left;
    margin-top:290px;
    margin-left:80px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);

}

.press-navigation {
    color: #dddddd;
    font-size: 10pt;
    margin-left: 125px;
    width: 140px;
}

.press-navigation-center {
    color: #dddddd;
    font-size: 10pt;
    text-align: center;
    margin: auto;
    padding-top: 10px;
}

.press-navigation-center a{
    color: #333333; 
    text-decoration: none;
}

.press-navigation-center a:hover{
    color: #867227; 
    text-decoration: none;
}

.press-navigation a{
    color: #333333; 
    text-decoration: none;
}

.press-navigation a:hover{
    color: #867227; 
    text-decoration: none;
}
/*******zoom script ****/
ul.thumb {
    list-style: none;
    margin: 0; 
    padding: 5px;
    width: 900px;
    height: 450px;
    margin-left: 132px;
    margin-top:-26px;
}
ul.thumb li {
    margin: 0; 
    padding: 4px;
    float: left;
    position: relative;
    width: 80px;
    height: 110px;
}
ul.thumb li img {
    padding: 5px;
    position: absolute;
    width: 80px;
    height: 110px;
    left: 0; 
    top: 0;
    -ms-interpolation-mode: bicubic; 
    display:block; 
}
ul.thumb li img.hover {
    margin-top:15px;
    border: none;
}

.sample_request {
    position: absolute;
    margin-left: 530px;
}

#contact-content-scroll {
    float:left;
    width: 500px;
    height: 500px;
    overflow: hidden;
    margin-left: 320px;
}

#contact-content-holder {
    width: 480px;
    height: auto;  
}

#contact-content-slider {
    width: 1px;
    height: 470px;
    margin-left: 15px;
    margin-top: 15px;
    background: #484746;
    position: relative;
    float:left;
}

.black-bg {
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.frozen_bg {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.3;
    opacity: 0.3;
    filter: alpha(opacity=30);
    display: none;
}

#izm_title {
    padding-top:20px;
    padding-left:20px;
    position:absolute;
    font-family:"Times New Roman", Times, serif;
    font-size: 13pt;
    text-transform:uppercase;
    font-weight:lighter;
    color: #333333;
    letter-spacing:1px;
    text-decoration: none;
}

.izm_link:link {text-decoration:none; color:#867227;}
.izm_link:active {text-decoration:none; color:#867227;}
.izm_link:visited {text-decoration:none; color:#867227;}
.izm_link:hover {text-decoration:none; color:#FFFFFF;}

#izm_menu {
    position:fixed;
    left:0px;
    margin-top:0px;
    width:185px;
    height:100%;
    padding-top:30px;
    padding-left:20px;
    background-color:#424242;
    background: url("/img/menu_bg.jpg");
    background-repeat:repeat-y;
    font-family: 'Trajan Pro';
    font-size:12px;
    color: #FFF;
    text-decoration: none;
    line-height:23px;
    z-index:99;
    letter-spacing:0px;
}

.menu_sep {
    width:185px;
    height:2px;
    background: url("/img/menu_sep.jpg");
    background-repeat:no-repeat;
    margin-bottom:3px;
    margin-top:3px;
    margin-left:-20px;	
}

.izm_menu:link {text-decoration:none; color:#FFF;}
.izm_menu:active {text-decoration:none; color:#FFF;}
.izm_menu:visited {text-decoration:none; color:#FFF;}
.izm_menu:hover {text-decoration:none; color:#867227;}

.izm_sep {
    width:100%;
    height:9px;
    border-top:1px solid #333;
    margin-top:8px;
}

.season_block {

}

.season_block_select {
    color:#666;
    background-color:#fff;
    border:0px;
    z-index: 9999;
}


.separator2 {
    border-bottom:1px solid #ccc;
    height:1px;
    margin-top:4px;
    margin-bottom:8px;
}


.arrow_left {
    position: fixed;
    left:20px;
    margin-top:45%;
    z-index:9999;
}

.arrow_right {
    position: fixed;
    right:20px;
    margin-top:45%;	
    z-index:9999;
}

.red {
    color: #FF0000;
}

.social_place {
    margin-top: 20px; 
    z-index: 99999999;
}

.social_place a {
    text-decoration: none;
}


div.collection_box {
    width:790px;
    padding:20px;
    /*background-image:url(/img/trans_box.png);*/

}

div.collection_box p
{
    font-size:helvetica,arial,sans_serif;
    font-size:15px;
    line-height:22px;
    color:#fff;
    letter-spacing:1px;
}

div.press_box {
    width:790px;
    padding:20px;
    /*background-image:url(/img/trans_box.png);*/

}

div.press_box p
{
    font-size:helvetica,arial,sans_serif;
    font-size:15px;
    line-height:22px;
    color:#fff;
    letter-spacing:1px;
}


.opacity10 {
    opacity: 0.1;
    -khtml-opacity: 0.1;
    -moz-opacity:0.1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
}

.opacity20 {
    opacity: 0.2;
    -khtml-opacity: 0.2;
    -moz-opacity:0.2;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}

.opacity30 {
    opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity:0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
}

.opacity40 {
    opacity: 0.4;
    -khtml-opacity: 0.4;
    -moz-opacity:0.4;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
}

.opacity50 {
    opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity:0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.opacity60 {
    opacity: 0.6;
    -khtml-opacity: 0.6;
    -moz-opacity:0.6;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.opacity70 {
    opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity:0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}

.opacity80 {
    opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity:0.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}  

.opacity90 {
    opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-opacity:0.9;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
}  

.pagination a, .nivo-controlNav a {
    letter-spacing: 1px;
    -webkit-transition: all .0s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.0s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: initial;
    -moz-transition: all .0s ease-out;
    -ms-transition: all .0s ease-out;
    -o-transition: all .0s ease-out;
    transition: all .0s ease-out;                    
}
.at16nc.at16t_facebook {
background: url("/img/icon-facebook.png") !important;
}
.at16nc.at16t_twitter {
background: url("/img/icon-twitter.png") !important;
}
.at16nc.at16t_pinterest_share {
background: url("/img/icon-pinterest.png") !important;
}  
#iframe-cell{width:100%!important;height:100%!important}
.main-body{background-color:#565656;min-width:1200px;overflow:hidden}
.layer-position{z-index:999999}

