#introtour {
    padding: 0 !important;
    z-index: 999999;
    font-family: arial; 
}
/* intro override */
#catalog-page .reveal-modal-bg { 
    z-index: 999998 !important; 
}
.orbit-bullets li.active {
    background: none repeat scroll 0 0 #2c2c2c;
}
.orbit-bullets li {
    background: none repeat scroll 0 0 #c60001;
}
.internorm_button_color {
    background-color: #cb2028 !important;
}
.internorm_button_color:hover {
    background-color: #f1202a !important;
}
.orbit-bullets {
    margin-bottom: 10px !important;
}
.orbit-bullets-container{
}
.orbit-caption {
    background-color: #737373 !important;
    bottom: auto !important;
    padding: 0 !important;
}
.orbit-caption > p {
    font-size: small;
}
.orbit-caption.vertical-align-parent {
    position: relative;
}
.orbit-container .orbit-prev, .orbit-container .orbit-next {
    top: 40%;
}
.orbit-container .orbit-prev, .orbit-container .orbit-next{
    background-color: #737373;
}
.introtour_image {
    width: 100%;
}
#introtour.no-border {
    border: none !important;
    border-radius: 0 !important;
}
.orbit-caption.vertical-align-parent > p {
    padding: 0px 20px;
    width: 100%;
    color:white;
    position: absolute;
    text-align: center;
    top:50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.introtour_top-bar {
    background-color: #2c2c2c;
    text-align: right;
    padding-right: 10px;
    width: 100%;
    cursor: pointer;
    color: white;
}
.introtour_close {
    cursor: pointer;
    width: 15px;
}
.introtour_button_padding {
    padding: 0.625rem 1.7rem !important;
}
.reveal_middle-of-screen {
    position: fixed !important;
    top: 50% !important;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
@media (orientation: landscape) { 
    #introtour.small {
        width: 55% !important;
        max-width: none !important;
    }
}

/**toma **/
@media 
  (max-width: 2560px)   
  and (orientation: landscape) { 
    #introtour.small {
        width: 40% !important;  
        max-width: none !important;
    }
}
@media 
  (max-width: 2048px)   
  and (orientation: landscape) { 
    #introtour.small {
        width: 45% !important; 
        max-width: none !important;
    }
}
@media 
  (max-width: 1920px)   
  and (orientation: landscape) { 
    #introtour.small {
        width: 55% !important;   
        max-width: none !important;
    }
}
@media 
  (max-width: 1600px)   
  and (orientation: landscape) { 
    #introtour.small {
        width: 60% !important;         
        max-width: none !important;
    }
}
@media 
  (max-width: 1440px)   
  and (orientation: landscape) { 
    #introtour.small {
        width: 65% !important;                        
        max-width: none !important;
    }
}
@media 
  (max-width: 1366px)   
  and (orientation: landscape) { 
    #introtour.small {
        width: 70% !important;            
        max-width: none !important;
    }
}

@media 
  (max-width: 1280px)   
  and (orientation: landscape) { 
    #introtour.small {
        width: 75% !important;            
        max-width: none !important;
    }
}
@media 
  (max-width: 1024px)   
  and (orientation: landscape) { 
    #introtour.small {
        width: 90% !important;                
        max-width: none !important;
    }
}
/**toma-end**/

@media (orientation: portrait) { 
    #introtour.small {
        width: 80% !important;
        max-width: none !important;
    }	
}

/** Intro redesign **/
#intro-content{
    height: 100%; 
    min-height: 590px;
    width: 100%; 
    
    background: rgba(255,255,255,0.9);
    text-align: center;     
}

#intro-close-row{
    height:100%;
    min-height: 100px;    
    width:100%;
}

#intro-x{
    height: 50px; 
    width: 50px; 
    float: right; 
    line-height: 50px; 
    font-size: 23px;
    cursor: pointer;
}

#intro-top{
    height: 100%;
    min-height: 370px;
    width:100%;       
    display:block;
}

#intro-bottom{
    height: 100%;
    min-height: 100px;
    width:100%;    
    display:block;
}

#intro-up-left{
    height:100%;
    width:67%;    
    min-height: 370px;
    display: inline-block;
    float: left;
    padding-left: 20px;
}
#intro-up-left img{
    height:370px;
}

#intro-up-right{
    height:auto;
    width:39%;
    display: inline-block;    
    min-height: 370px;
    float: right;
    text-align: justify;
    padding-top: 0px;
    padding-right: 80px;
    font-size: 13px;
    position: absolute;
    right: 0;
    line-height: 18px;
    margin-top:0px;
}

#intro-text-title{
    color: #CC0001;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}
#intro-line{
    height: 2px;
    width: 100%; 
    background: rgb(102,102,102);
    margin-bottom:20px;
    margin-top:5px;
}

#intro-navigate-left{
    width:7%;    
    font-size: 45px;
    font-weight: bold;
    color: rgb(174,174,174);
    cursor: pointer;
    padding-right: 0px;
    text-align: right;
}
#intro-navigate-right{
    width:7%;    
    font-size: 45px;
    font-weight: bold;
    color: rgb(174,174,174);
    cursor: pointer;
    text-align: left;
    padding-left: 0px;
}
#intro-ok-button{
    width:26%;   
    padding-top:25px;
}
#intro-ok-button a{
    padding: 3px 30px;
    background: none;
    color: rgb(102,102,102);        
    font-size: 13px;
    border: 1px solid rgb(102, 102, 102);
}

#intro-ok-button a:hover{
    background: rgb(102,102,102);    
    color: rgb(102,102,102);       
    font-size: 14px;    
    color:white;
    border: 1px solid rgb(102, 102, 102);
}

#intro-empty-space{
    width:30%;    
}

#intro-dont-show{
    width:30%;   
    padding-top:72px;
    font-size:14px;
    font-weight: bold;
}

.intro-bottom-item{
    height: 100%;
    min-height: 120px;   
    display:inline-block;
    margin:0 auto;
    float:left;

}

#intro-gallery-navigation{
    height:20px;
    width:100%;        
    margin-bottom:25px; 
}

.intro-gallery-nav{
    height: 4px;       
    width: 100%;
    background: silver;
    display: inline-block;    
}

.intro-nav-wrapper{
    height: 20px;    
    width: 13%;
    margin: 0;
    display: inline-block;
    margin-left: 2%;
    margin-right: 0%;
    cursor: pointer;
}

.intro-nav-active{
    background: #CC0001;
}

#intro-dont-show-label{
    cursor: pointer;
    color: black;
    font-weight: bold;
}

/** Intro in portrait mode **/

@media screen and (orientation: portrait){    
    #intro-content{        
        min-height: 450px;        
    }
    #intro-close-row{
        min-height: 90px;
    }
    #intro-top{
        min-height: 250px;
    }
    #intro-top img{
        height: 250px;
    }
    #intro-bottom{
        min-height: 110px;
        position: absolute;
        top: 340px;
    }
    #intro-dont-show-label{
        font-size: 11px;
        font-weight: normal;
    }
    #intro-up-right{
        padding-top: 0px;
        font-size: 12px;
    }
    #intro-line{
        margin-bottom: 10px;
    }
    #intro-dont-show{
        text-align: right;
    }
}