/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .slide_tab {
    position: fixed;
    transition-duration: 0.3s;
    width: 250px;
    left: -300px;
    background: #a7a69d; color: #000;
}
 
 .slide_tab h1 {
    position: absolute;
    right: -5.7em;
    top: 3.6em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 150px;
    background: #a7a69d;
    color: #000;
    font: 1em Tahoma, Monaco, Arial, serif;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 0.1em;
    border-radius: 10px 10px 0 0;
    padding: 0.5em 0 0.3em 0;
	margin-top: 0;
	margin: 0 0 0.67em 0;
}
 
 
 .slide1 {
    top: 100px;
    padding: 25px;
    height: 415px;
    z-index: 1;
}
 
.slide2 {
    top: 250px;
    height: 400px;
	padding: 25px;
}
 
.slide_tab:hover, .slide_tab:focus, .slide.show {
    left: 0;
}