/************
 * Slide css
 */
#tab_slide {
	color:  #7f7e7e;
	font-family: inherit;
	font-size: 13px;
	font-weight: 400;
	top: 30% !important;
	position:fixed;
	z-index: 2147483647;
}

.tab_slide_corners_left {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.tab_slide_corners_right {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
#tab_slide_include {
	padding: 1px 10px 10px 10px;	
}
#tab_slide_background {
	background: #e8be15;

        	/*box-shadow: 1px 1px 2px #000;*/

	height:100%;
	opacity: 1;
	position:absolute; 
	top: 0;
	width:100%;
	z-index:-1;	
}
/**********************
 * Custom toggle class
 */
.make_it_slide { 
	/* custom class you can use to toggle the slide */
}
/******************
 * Default tab css
 */
#tab_toggle {
}
#tab_toggle:hover {
	cursor: pointer;
}
#tab_toggle_bg:hover {
	cursor: pointer;
}
/*****************
 * Text based tab
 */
 .tab_text_bg {
	background-color:#e8be15;
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 40px;
}
#tab_title_wrap {
	background-color: #e8be15;
	color: #fff;
	display:block;
	font-family: inherit;
	font-size: 19px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -0.04em;
	margin-left: 1px;
	margin-top: 110px;
	overflow: visible;
	position: relative;
	-webkit-transform: rotate(270deg);  /* Saf3.1+, Chrome */
	    -moz-transform: rotate(270deg);  /* FF3.5+ */
	       -o-transform: rotate(270deg);  /* Opera 10.5 */
		   
	filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */
	transform: rotate(270deg);  /* Newer browsers (incl IE9) */
	         zoom: 1;
}
/****************************************
 * Adjust the text offset for open/close
 */
.open_letter_reset {
	margin-top: 10px;
	opacity: 1;
}
.close_letter_reset {
	margin-top: 10px;
}
.tab_text_left {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
        	/*box-shadow: -1px 1px 1px #000;*/
	left: -39px;
}
.tab_text_right {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	        	/*box-shadow: 1px 1px 1px #000;*/
	right: -39px;
}
/* IE Offsets */
.newline {
	display: block;
	line-height: 0.7em; 
	margin-left: 3px;
	margin-bottom: 1px;
}
/******************
 * Image based tab
 */
.closed_action {
	background-image: url('images/close.gif') !important;
	background-size: 12px 12px;
	background-repeat: no-repeat;
	height: 12px;
	margin-top: 7px;
	position: static;
	width: 12px;
}
 .open_action {
	background: url('images/plus-light.png');
	background-repeat: no-repeat;
	height: 24px;
	position: fixed;
	top:45%!important;
	width:24px;
}
.reset_right  {
	right: 0;
}
.reset_left  {
	left: 0;
}
.float_left  {
	float: left;
	margin-left: 7px;
}
.float_right  {
	float: right;
	margin-right: 7px;
} 

#tab_toggle,
#tab_slide_content {
	box-shadow: 4px 0px 3px 0 rgba(0,0,0,0.3);
	background-color: #e8be15;
}