@charset "utf-8";
/* CSS Document */

ol,ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

a,img a,img,a img {
	border:0;
	outline:0;
	text-decoration:none;
}

img {vertical-align:top;}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0px;
  font-family: inherit;
  font-weight: normal;
  color: inherit;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

figure{ margin:0;}

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/* Primary Styles
---------------------------------*/
body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	margin:0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}
	
/* Wrapper
---------------------------------*/
.wrapper
{
	width:1024px;
	margin:0 auto;
}

.content_outer1{
	width:100%;
	height:100%;
}

.content_outer2{
	padding-bottom:68px;
}

.header{
	margin-bottom:10px;
	
}

.logo{
	width:296px;
	float:left;
	margin-left:-15px;
}

.header_right{
	width:710px;
	float:right;
	position:relative;
	z-index:100;
}

.header_right_icon{
	float:right;
	width:475px;
	margin-bottom:14px;
}

.main_menu{
	width:770px;
	clear:both;
	margin-left:-60px;
}

.ie7 .main_menu{
	width:766px;
	margin-left:-56px;
}

.main_menu ul li{
	float:right;
	border-left:2px solid #faf9fa;
}

.main_menu > ul > li > a{
	display:block;
	line-height:21px;
	color:#333333;
	font-size:16px;
	padding:14px 22px 14px 23px;
	background: url(../img/nav_bg.png) left top repeat;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	transition: all 0.5s ease;
	-webkit-transition: opacity .5s ease-in-out;
        -moz-transition: opacity .5s ease-in-out;
        -ms-transition: opacity .5s ease-in-out;
        -o-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
}

.main_menu ul li li p{
	line-height:23px;
	margin:0;
	padding:0; 
}

.main_menu ul li li{
	padding:14px 15px 14px 15px;
}

.main_menu ul li li p a{
	background:none !important;
	display:inline !important;
	color:#929454;
}

.main_menu ul li li p a:hover{ background:none !important;}

.main_menu ul li a:hover,.main_menu ul li:hover a,.main_menu ul li.active a{
	background:#e8e6dc /*url(../img/nav_bg_h.png) left top repeat*/;
	opacity:0.7;
	
}
.main_menu ul li.active-sub{
	position:relative;
	}
.main_menu ul li.active-sub ul{
	background:#FFF;
	width:186px !important;
	padding:24px 22px 17px;
	box-shadow:none;
	top:49px !important;
	left:0!important;
	margin:0 0 0 0px !important;
	z-index:799;
	}
	
.main_menu ul li.active-sub ul li{
	padding:0px 0px 10px;
	background:none !important;
	border:0px;
	}
.main_menu ul li.active-sub a{
	position:relative;
	}	
.main_menu ul li.active-sub a:after{
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 8.5px 0 8.5px;
	border-color: #e8e6dc transparent transparent transparent;
	content:'';
	position:absolute;
	left:50%;
	bottom:-8px;
	margin:0 0 0 -8px;
	display:none;
	}
.main_menu ul li.active-sub:hover a{
	z-index:800;
	}
		
.main_menu ul li.active-sub:hover a:after{
	display:block;
	}
	
.main_menu ul li.active-sub:hover a:after			
	
.main_menu ul li.active-sub ul li a{
	padding:0px;
	font-family: 'gotham_htfbook';
	font-size:14px;
	color:#5c5c5c;
	background:none;
	}
	
.main_menu ul li.active-sub:hover ul li a,.main_menu ul li.active-sub ul li a{
	color:#5c5c5c;
	background:none;
	}	
	
.main_menu ul li.active-sub:hover li a{
	background:none !important;
	}	
	
.main_menu ul li.active-sub ul li a:hover{
	color:#afb279;
	}
.main_menu ul li.active-sub ul li a:after{
	display:none !important;
	}
	
.main_menu.odd ul li.active-sub a:after{
	margin-top:-3px;
	}		
						

.main_content{
	border:3px solid #8c8680;
	background:url(../img/main_cont_bg.png) left top repeat;
}

.content_block1{
	border-bottom:3px solid #8c8680;
	
}


.article_box1_out{
	width:454px;
	float:right;
	padding:5px;
	border-left:3px solid #8c8680;
}

.article_box1{
	font-family: 'gotham_htfbook';
	float:right;
	padding:36px 20px 20px;
	background:url(../img/bord_box1.jpg) left top repeat-y;
	color:#fdfcfc;
	font-size:16px;
}

.article_box1 h2{
	font-size:35px;
	font-family: 'trend_slabone';
	line-height:37px;
	text-transform:uppercase;
	margin-bottom:8px;
}

.article_box1 h3{
	font-size:17px;
	line-height:27px;
	text-transform:uppercase;
	margin-bottom:8px;
}

.article_box1 p{
	line-height:26px;
	margin:0 0 15px 0;
}

.article_box1 p a img{ vertical-align:middle; margin-left:25px;}

.border-left{
	border-left:3px solid #8c867f;
	
}

.pic_box1{
	width:297px;
	float:right; 
	padding:5px;
	border-left:3px solid #8c867f;
}

.pic_box1_in{
	position:relative;
	margin:0;
}

.pic_box1_in:hover .pic_box1_bg_hover{
	display:block;
}

.pic_box1_bg{
	position:absolute;
	left:0;
	top:0;
}

.pic_box1_bg_hover{
	position:absolute;
	left:0;
	top:0;
	z-index:5;
	display:none;
}

.pic_box1_pic{
	position:relative;
	z-index:10;
}

.pic_caption{
	position:absolute;
	left:-33px;
	bottom:0px;
	z-index:20;
}

.content_block1_left{
	width:241px;
	float:right;
}

.guitar_image_out{
	padding:5px;
	border-bottom:3px solid #8c8680;
}

.guitar_image{
	/*background:#fbfbfb url(../img/guitar_image.png) center center no-repeat;*/
	padding:42px 15px 5px;
	height:100px;
	position:relative;
}

.guitar_image.active .show_music {display:none;}
.guitar_image.active .show_music_h {opacity:1;}
.guitar_image.active h2, .guitar_image.active h3 {display:none;}

.guitar_image:hover .show_music_h{
	/*display:block;*/
}

.show_music{
	position:absolute;
	left:0;
	top:0;
}


.show_music_h{
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	opacity:0;
	transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}

.guitar_image h2{
	color:#717164;
	font-size:28px;
	font-family: 'langdonregular';
	text-align:center;
	text-transform:uppercase;
	line-height:28px;
	position:relative;
	z-index:10;
}

/*.guitar_image:hover h2{
	color:#A9A964;
}*/

.guitar_image h3{
	font-family: 'trend_slabfour';
	font-size:26px;
	color:#303030;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:9px;
	line-height:26px;
	position:relative;
	z-index:1000;
	font-weight:normal;
}

/*.guitar_image:hover h3{
	color:#99A63D;
	 text-shadow: 0 0 1px #000000;
}*/

.guitar_image a{
	font-family: 'gotham_htfmedium';
	text-transform:uppercase;
	color:#696969;
	font-size:13px;
	text-align:center;
	display:block;
	margin:0 auto;
	width:80px;
	padding-top:18px;
	background: url(../img/listen.png) center top no-repeat;
	position:relative;
	z-index:1000;
}

.guitar_image:hover a{
	color:#c8cab4;
}

.foo2 {
	
}

.foo2 div{
	width:221px;
	height:100%;
	text-align:center;
}

.slide_box1{
	margin:5px;
	height:205px;
	width:221px;
	padding:22px 5px 10px;
	background:#eeebe4;
	text-align:center;
}

.slide_box1 h3{
	font-family: 'langdonregular';
	font-size:33px;
	line-height:36px;
	color:#2f2c2c;
	margin-bottom:10px;
	text-align:center;
}

.slide_box1 span{
	font-family: 'lavanderia_sturdysturdy';
	font-size:21px;
	color:#2f2c2c;
	display:block;
	text-align:center;
}

.slide_box2{
	float:left;
	width:588px;
	height:273px;
	margin:5px;
	position:relative;
	background:#FFFDFD;
}

.slide_box2_in{
	float:left;
	background:#fffdfd;
}

.slide_box2_left{
	width:302px;
	padding:25px 20px;
	float:left;
	text-align:center;
	color:#424242;
	font-size:13px;
	line-height:20px;
	font-family: 'gotham_htfbook';
}

.slide_box2_left img{
	margin-bottom:20px;
}

.slide_box2_left h3{
	color:#424242;
	font-size:23px;
	line-height:24px;
	margin-bottom:16px;
	font-family: 'trend_slabfour';
}

.slide_box2_left p{
	margin:0;
}


.slide_box2_right{
	float:left;
	width:245px;
}

.next1{
	position:absolute;
	left:160px;
	bottom:1px;
	display:block;
	width:49px;
	height:33px;
	background:url(../img/arrow1.png) right bottom no-repeat;
	z-index:10;
}

.next1:hover{
	background-position:right top;
}

.prev1{
	position:absolute;
	left:120px;
	bottom:0;
	display:block;
	width:49px;
	height:33px;
	background:url(../img/arrow1.png) left top no-repeat;
	z-index:10;
}

.prev1:hover{
	background-position:left bottom;
}

.image_box2{
	width:200px;
	float:left;
	padding:5px;
	border-left:3px solid #8c867f;
	border-right:3px solid #8c867f;
	height:273px;
	position:relative;
}

.image_box2:hover .image_box2_h{
	display:block;
}

.image_box2_h{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:url(../img/image_box2_h.png) left top repeat;
	display:none;
}

.image_box2_h a{
	display:block;
	vertical-align:middle;
	font-family: 'Montserrat', sans-serif;
	color:#fbf9f7;
	font-size:14px;
	margin-top:130px;
	text-align:center;
	text-transform:uppercase;
}

.image_box2_cont{
	position:absolute;
	left:0px;
	bottom:0;
	width:184px;
	padding:10px 8px 5px;
	height:70px;
	background:url(../img/trans_bg1.png) repeat;
	text-align:center;
}

.image_box2_cont img{ margin:0 auto; display:block;}

.image_box2_cont span{
	font-family: 'Montserrat', sans-serif;
	position:absolute;
	left:0;
	top:-28px;
	font-size:14px;
	color:#fbf9f7;
	background:url(../img/trans_bg2.png) left top no-repeat;
	line-height:28px;
	padding:0 20px 0 13px;
	width:100px;
	text-transform:uppercase;
}

.content_box_right{
	float:left;
	width:204px;
}

.flip_box_out{

	height:158px;
	padding:5px;
	border-bottom:3px solid #8c8680;
}



#f1_container {
  position: relative;
  z-index: 1;
}
#f1_container {
  perspective: 1000;
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}
#f1_container:hover #f1_card {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  color: white;
  text-align: center;

}



.flip_box{
	background:#f7f6f5 url(../img/trans_bg3.png) center center no-repeat;
	position:absolute;
	left:0;
	top:0;
	height:158px;
	width:194px;
	overflow:hidden;
}

/*.flip_box_out:hover .flip_box_h{
	display:block;
}
*/
.flip_box_h{
	position:absolute;
	left:0;
	top: 0;
	height:158px;
	width:194px;
	background:#fafaf8;
	z-index:10;
	overflow:hidden;
}

.flip_box_h h3{
	padding-top:45px;
	margin:0 15px;
	color:#999980;
	font-size:39px;
	font-family: 'langdonregular';
	text-transform:uppercase;
	border-bottom:1px solid #7e7c79;
	text-align:center;
}

.flip_box_h h4{
	margin:0 15px;
	color:#999980 !important;
	font-family: 'GothamBlack';
	font-size:31px;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
}

.flip_box_h a{
	background:url(../img/flip_box_a.png) left top no-repeat;
	width:63px;
	line-height:26px;
	display:block;
	margin:0 auto;
	text-align:center;
	font-size:13px;
	color:#fbfbf9;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
}
.flip_box_h span{
	background:url(../img/flip_box_a.png) left top no-repeat;
	width:63px;
	line-height:26px;
	display:block;
	margin:0 auto;
	text-align:center;
	font-size:13px;
	color:#fbfbf9;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
}

.flip_box h3{
	padding-top:45px;
	margin:0 15px;
	color:#1f1b1c;
	font-size:39px;
	font-family: 'langdonregular';
	text-transform:uppercase;
	border-bottom:1px solid #7e7c79;
	text-align:center;
}

.flip_box h4{
	margin:0 15px;
	font-family: 'GothamBlack';
	color:#1f1b1c;
	font-size:31px;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
}

.social_icon_box{
	padding:18px 5px 10px;
	background:#fbfbf9;
	height:84px;
	text-align:center;
}

.social_icon_box h4{
	font-size:22px;
	color:#666666;
	font-family: 'lavanderia_sturdysturdy';
	text-align:center;
}

.social_icon_box ul{
	text-align:center;
	display:inline-block;
	padding-top:7px;
	border-top:1px solid #c8c9b5;
	margin:0 auto;
}

.ie7 .social_icon_box ul{
	display:inline;
}

.social_icon_box ul li{
	display:inline;
	padding:0 4px;
}

.social_icon_box ul li a{
	display:inline-block;
}

.social_icon_box ul li a:hover img{
	opacity:0.5;
	filter: alpha(opacity=50);
	-webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
	}

.footer_outer{
	background:url(../img/footer_bg.png) left top  repeat-x;
	border-top:1px solid #e4e5e5;
}

.footer{
	padding-bottom:15px;
}

.footer_icon{
	width:92px;
	height:94px;
	margin:0 auto;
	position:relative;
	top:-23px;
}

.footer_icon span{
	position:relative;
	right: -110px;
    top: -54px;
	font-size:13px;
	color:#666666;
	font-family: 'Montserrat', sans-serif;
	width:200px;
	display:block;
	/*text-transform:uppercase;*/
}

.footer_c_icon{
	text-align:center;
	margin-top:-15px;
}

.footer_c_icon li{
	display:inline;
	padding:0 8px;
}

.footer_c_icon li a{
	display:inline-block;
	position:relative;
}

.footer_c_icon li a:hover .footer_c_pic{
	position:relative;
	z-index:10;
	opacity:0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.footer_c_icon li a:hover .footer_c_pic_h{
	opacity:1;
	
}

.footer_c_pic_h{
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	
}

.footer_c_pic{
}

.controlsplay{
	width:84px;
	height:56px;
	margin:0 auto;
	}

.controlsplay a.jp-play {
	/*background:url(../img/listen.png) no-repeat top center;*/
	width:84px;
	height:56px;
	overflow:hidden;
	display:block;
	}
	
/*.controlsplay a.jp-play:hover {
	background:url(../img/play_pausebtn2.png) no-repeat left top;
	}*/
	
.controlsplay a.jp-pause {
	background:url(../img/pause.png) no-repeat top center;
	width:84px;
	height:56px;
	overflow:hidden;
	display:block;
	color:#fcfbfc;
	margin-top:63px !important;
	}
	
/*.controlsplay a.jp-pause:hover {
	background:url(../img/play_pausebtn2.png) no-repeat left -56px;
	}*/
.st_email_large span{
	display:none !important;
}

.ie7 .footer_c_pic, .ie8 .footer_c_pic{
	position:relative;
	z-index:10;
}

/*inner css
-------------------------------------------*/
.holder-wrap{
	padding:4px;
	}
	
.holder{
	background:#fbfaf8;
	padding:30px 20px;
	}
	
.holder.inner{
	padding-top:0px;
	}
			
.holder.inner .sidebarnav{
	padding-left:0px;
	}
	
.holder.inner .main .maincont{
	width:auto;
	padding:24px 0 0;
	}		
	
.tabnav{
	border-bottom:1px solid #c1c2aa;
	padding-bottom:1px;
	clear:both;
	overflow:hidden;
	text-align:center;
	margin:0 0 32px;
}

.tabnav ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

.tabnav ul li{
	width:24.2%;
	display:table;
	float:left;
	padding:0px 0.4%;
	}
	
.tabnav ul li:first-child{
	padding-left:0px;
	}
	
.tabnav ul li:first-child+ li + li +li{
	padding-right:0px;
	width:25%;
	}
	
.ie7 .tabnav ul li:first-child+ li + li +li{
	width:24.8%;
	}			
	
.tabnav ul li a{
	background:#f3f2ed;
	height:63px;
	font-family: 'trend_slabone';
	text-transform:uppercase;
	color:#9a9a98;
	text-shadow:2px 2px 0px #d7d6d2;
	font-size:18px;
	display:table-cell;
	vertical-align:middle;
	line-height:21px;
	text-decoration:none;
	-moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
	}
	
.tabnav ul li a:hover,.tabnav ul li.current a{
	background:#ebe9e1;
	color:#5c5c5c;
	text-shadow:2px 2px 0px #adaca7;
	}
	
.holder_container{}

.sidebar{
	width:238px;
	}

.sidebar h2{
	font-family: 'langdonregular';
	font-size:21px;
	display:block;
	font-weight:normal;
	text-transform:uppercase;
	color:#aeaf9f;
	padding-bottom:24px;
	}	
	
.sidebarnav{
	padding-left:8px;
	}	
.sidebarnav ul{
	padding:0px;
	margin:0px;
	list-style:none;
	}
	
.sidebarnav ul li{
	 display:block;
	 padding:0 0 16px;
	}
	
.sidebarnav ul li a{
	padding-right:40px;
	display:inline-block;
	font-family: 'gotham_htfbook';
	font-size:12px;
	color:#aeaf9f;
	text-decoration:none;
	text-transform:uppercase;
	transition:color  0.5s ease;
	}
	
.sidebarnav.odd ul li a{
	font-family: 'gotham_htfmedium';
	padding-right:30px;
	}	
	
.sidebarnav ul li a strong{
	font-family: 'langdonregular';
	font-size:21px;
	display:block;
	font-weight:normal;
	padding:0 0 2px;
	}

.sidebarnav ul li a:hover{
	color:#5c5c5c;
	}
	
.sidebarnav ul li.active a,.sidebarnav ul li.current a{
	background:url(../img/arrow-right.jpg) no-repeat right center;
	color:#5c5c5c;
	}							
	
.main{
	width:100%;
	float:right;
	}
	
.maincont{
	width:100%;
	}
	
.maincont h1{
	background:url(../img/bottom-border.jpg) repeat-x left bottom;
	font-family: 'trend_slabfour';
	padding:0px 0px 20px;
	margin:0px 0px 25px;
	font-size:25px;
	color:#4e4d4d;
	text-transform:uppercase;
	font-weight:normal;
	}	
	
.picholder{
	background:url(../img/bottom-border.jpg) repeat-x left bottom;
	padding:0px 0px 20px;
	margin:0px 0px 17px;
	display:block;
	}
	
.info{
	font-family: 'gotham_htfbook';
	font-size:15px;
	color:#5c5c5c;
	}
	
.info p{
	padding:0px 0px 11px;
	margin:0px;
	line-height:25px;
	}		

.info h2{
	padding:0px;
	margin:0px;
	font-family: 'trend_slabfour';
	font-size:33px;
	color:#5c5c5c;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	line-height: 33px;
	}
.info h2.onlyone{
	padding-bottom: 25px;
}
	
.info h3{
	padding:0px 0px 18px;
	margin:0px;
	font-family: 'gotham_htfbook';
	font-size:22px;
	color:#5c5c5c;
	text-transform:uppercase;
	font-weight:normal;
	text-align:center;
	}
	
.info h4{
	padding:0px 0px 18px;
	margin:0px;
	font-family: 'gotham_htfbook';
	font-size:17px;
	color:#5c5c5c;
	text-transform:uppercase;
	font-weight:normal;
	}	
	
.divider{
	background:url(../img/divider-bg.jpg) repeat-x left center; 
	height:22px;
	text-align:center;
	margin:0 0 10px;
	}
	
.divider h4{
	background:url(../img/divider-title-leftbg.jpg) no-repeat left top;
	padding:0px;
	margin:0px;
	display:inline-block;
	font-family: 'gotham_htfbook';
	font-size:11px;
	color:#6f6e6e;
	text-transform:uppercase;
	}
	
.ie7 .divider h4{
	display:inline;
	}	
	
.divider h4 span{
	background:url(../img/divider-title-rightbg.jpg) no-repeat right top;
	display:inline-block;
	line-height:22px;
	height:22px;
	padding:0 15px;
	}					
	
.widget{
	background:#f1f0ea url(../img/bottom-bgarrow.jpg) no-repeat center bottom;
	width:126px;
	min-height:578px;
	padding:17px 25px 41px;
	}
	
.listlink{}

.listlink ul{
	padding:0px;
	margin:0px;
	list-style:none;
	}
	
.listlink ul li{
	display:block;
	font-family: 'gotham_htfbook';
	font-size:12px;
	color:#8a8a88;
	line-height:15px;
	padding:0 0 18px;
	}
	
.listlink ul li a{
	color:#8a8a88;
	text-decoration:none;
	}	
	
.listlink ul li span{
	display:block;
	padding:6px 0 0;
	}
	
.listlink ul li.postbox a{
	color:#5c5c5c;
	text-transform:uppercase;
	}
	
.icon-holder{
	width:201px;
	text-align:center;
	padding:0 0 35px;
	}
	
	
.info_area{
	font-family: 'gotham_htfbook';
	font-size:15px;
	color:#5c5c5c;
	}
	
.article-holder{
	padding-bottom:20px;
	}	
	
.info_area p{
	padding:0px 0px 12px;
	margin:0px;
	line-height:25px;
	}
	
.info_area p a{
	color:#a3a471;
	text-decoration:none;
	}
	
.postrow{
	padding:0px 0px 30px;
	}

.postrow h3{
	padding:0px 0px 8px;
	margin:0px;
	font-family: 'GothamBold';
	font-size:16px;
	color:#aeaf9f;
	font-weight:normal;
	text-transform:uppercase;
	}
	
ul.postrowlist{
	padding:0px;
	margin:0px;
	list-style:0px;
	}
	
ul.postrowlist li{
	background:url(../img/bullet.jpg) no-repeat left 5px;
	display:block;
	padding:0 0 10px 18px;
	font-family: 'gotham_htfbook';
	font-size:13px;
	color:#5c5c5c;
	}		
	
.postrow_head{
	clear:both;
	overflow:hidden;
	padding-bottom:11px;
	}
	
.postrow_head ul{
	padding:0px;
	margin:0px;
	list-style:none;
	}
	
.postrow_head ul li{
	background:url(../img/sep.jpg) no-repeat left center;
	display:block;
	float:left;
	font-family: 'gotham_htfmedium';
	font-size:14px;
	color:#5c5c5c;
	line-height:29px;
	padding:0 15px 0px 20px;
	text-transform:uppercase;
	}
	
.postrow_head ul li:first-child{
	padding-left:0px;
	background:none;
	}
	
.postrow_head ul li:last-child{
	padding-right:0px;
	}		
	
.postrow_head ul li a{
	color:#a3a471;
	text-decoration:none;
	text-transform:none;
	}
	
.postrow_head ul li span{
	font-family: 'gotham_htfmedium';
	font-size:14px;
	color:#5c5c5c;
	display:block;
	text-transform:none;
	line-height:normal;
	}
	
.tableholder{
	}
	
.table_main{
	/*border:1px solid #000;*/
	border-bottom:0px;
	font-size:12px;
	width:100%;
	}
	
.table_main td{
	vertical-align:middle;
	border-bottom:1px solid #B3B69A;
	/*border-right:1px solid #000;*/
	padding:3px 1%;
	color:#424242;
	}
	
.table_main td a{
	color:#424242;
	}
	
.table_main td.cell1{width:19%;}
.table_main td.cell2{width:18%;}
.table_main td.cell3{ width:16%;}
.table_main td.cell4{ width:25%;}
.table_main td.lastcell{
	border-right:0px;
	}
	


	.sort {
padding: 0 0 25px;
}

.sort span {
font-family: 'gotham_htfbook';
display: block;
float: left;
font-size: 14px;
color: #999997;
}

.sort ul {
padding: 0px;
margin: 0px;
list-style: none;
}

.sort ul li:first-child {
border: 0px;
}

.sort ul li {
display: block;
float: left;
padding: 0 6px 0px 6px;
border-left: 1px solid #999999;
font-family: 'gotham_htfbook';
line-height: 14px;
font-size: 14px;
}

.sort ul li a{
padding-right:0px;
}

.sort ul li.active a{
	background: none;
}

.sort ul li.current a{
	background: none;
}



.sort ul {
list-style: none;
}
.restaurants a{
	color:#068e39;
}
/*.sidebarnav ul li.current a{background:url(../img/arrow.png) no-repeat right center;}*/
.spnsors{min-height:950px;}
.sponsers_right{float:left;width:100%;}
.sponsers_right li{float:left;padding:0 33px 30px 0;width:217px;  position: relative;}
.sponsers_right li.last{padding-right:0}
.sponsers_right li .figure_outer{float:left;width:100%;  position: relative;}
.sponsers_right li figure{display:table-cell;vertical-align:middle; height:153px;background:#f6f5f2;text-align:center;width:217px;}
.sponsers_right li .figcaption_outer{float:left;width:100%;margin:7px 0 0 3px;}
.sponsers_right li figcaption{height:37px;display:table-cell;text-align: center;vertical-align:middle;width:208px;background:url(../img/fig_cap_bg.png) no-repeat 0 0;color: #5c5c5c;font-family: 'gotham_htfbook';font-size: 12px; }
/*.sponsers_right li .figure_outer:hover .overlay{display:block;cursor: pointer;}*/
.overlay{background:url(../img/trans_bg.png) repeat 0 0;float:left; width:100%;position:absolute;left:0;top:0;z-index:9999;height:100%;display:none}
.overlay span{color:#fff;font:13px/17px 'gotham_htfbook';display:block;text-transform: uppercase;padding:13px 15px 8px;margin:0}
.overlay p{color:#fff;font:13px/17px 'gotham_htfbook';display:block;padding:0 15px;margin:0}
.overlay_bottom{float:left; width:100%;background:#d8d7d5;position: absolute;bottom: 0;padding:7px 0;border-bottom:1px solid #cfcecc}
.overlay_bottom small{color:#585857;font:12px/17px 'gotham_htfbook';display:block;text-align:center}

    


/******featured_musician******/
.featured_musician{width:100%;float:left}
.featured_musician .head-sec{background: url("../img/border.png") repeat-x 0 0;text-align:center;margin:0 0 10px 0}
.featured_musician .head-sec h3{background: url("../img/featured_musician.png") no-repeat scroll 0 0 transparent; color: #5C5C5C;display: inline-block;font: 11px/22px 'gotham_htfmedium',arial;position: relative;text-align: center;text-transform: uppercase;top: -9px;width: 162px;}
.featured_musician  p{color:#5c5c5c;font:15px/25px 'gotham_htfbook',arial;}
.featured_musician_content{padding:0 10px}
.main-music{float: left;padding-left: 3px;width: 782px;}
.sidebar-right{float: right; width: 176px;background: url("../img/right-shape.png") no-repeat center bottom ;padding-bottom:42px}
.right{ float: right;padding: 16px 13px; width: 150px;background: url("../img/shadow.png") repeat 0 0;}
.right ul{float:left;width:100%}
.right ul li.first{padding-top:0px}
.right ul li.last{border-bottom:0px; padding-bottom: 7px;}
.right ul li{border-bottom:1px solid #dfded9;padding-bottom:15px;padding-top:15px; text-transform: uppercase;}
.right ul li a{color:#5c5c5c;font:15px/19px 'gotham_htfbook',arial;}
.right ul li.listen{text-align:center;color:#696969;font:13px/17px 'gotham_htfmedium',arial;background: url("../img/music.png") no-repeat center center;} 
.right ul li.listen h3{ color: #696969;font: 17px/20px 'trend_slabfour',arial;margin-bottom: 14px; margin-top: 8px;}
.right ul li.listen a.arrow{background: url("../img/shape.png") no-repeat center top;padding:10px 0 0 0;  display: inline-block;padding: 14px 0 0;color:#696969;font:13px/17px 'gotham_htfmedium',arial;}
.right ul li.listen.listen1 a.arrow{  margin-top: 20px;}
.right .tickets{background:#fff;padding:16px 20px 10px;text-align:center}
.right .tickets span{ color: #999980; display: inline-block;font: 27px/27px 'langdonregular',arial;}
.right .tickets strong{border-top: 1px solid #C7C7C6; color: #999980;display: inline-block;font: 22px/22px 'GothamBlack',arial;}
.right .tickets a{ background: url("../img/here.png") no-repeat scroll 0 0 transparent;color: #FBFBF9;display: inline-block;font: 9px/20px 'gotham_htfbook',arial; margin: 8px 0 0;width: 49px;}

/***Slider****/
.flexslider{ height: 265px;overflow: hidden; padding-left: 2px; padding-right: 2px;position: relative;}
.flexslider .flex-direction-nav .flex-prev{ background: url("../img/prev.png") no-repeat scroll 0 0 transparent;float: left;height: 40px;left: 22px;position: absolute;text-indent: -9999px;top: 94px;width: 40px;cursor: pointer;}
.flexslider .slides li{position:relative}
.flexslider .flex-direction-nav .flex-next{background: url("../img/next.png") no-repeat scroll 0 0 transparent;float: left;height: 40px;right: 21px;position: absolute;text-indent: -9999px;top: 94px; width: 40px;cursor: pointer;}
.flexslider .flex-control-paging li{ float: left;padding-left: 6px;}
.flexslider .flex-control-paging li a{background: url("../img/pager.png") no-repeat scroll -15px 0 transparent;float: left;height: 9px;text-indent: -9999px; width: 11px;cursor: pointer;}
.flexslider .flex-control-paging{float: right;margin-right: 3px;margin-top: 12px;}
.flexslider .flex-control-paging li a.flex-active{background: url("../img/pager.png") no-repeat 0px 0}
.banner-content{ background: none repeat scroll 0 0 #EBE9E1;border: 0 none; bottom: 5px;float: left;padding: 11px 25px 5px 22px;position: absolute;right: 1px; width: 211px;}
.banner-content .banner-con-left{  background: none repeat scroll 0 0 #FFFFFF; float: left; padding: 2px 0 4px; text-align: center;width: 38px;}
.banner-content .banner-con-left span{color:#aeaf9f;font:11px/13px 'gotham_htfbook',arial;display:block;text-transform: uppercase;}
.banner-content .banner-con-left strong{color:#aeaf9f;font:16px/16px 'gotham_htfmedium',arial;display:block}
.banner-content .banner-con-right{margin-left:14px;float:left;width:149px}
.banner-content .banner-con-right p{color:#5c5c5c;font:12px/14px 'gotham_htfmedium',arial;margin:0px}
.head-sec{  float: left; margin: 11px 0 21px; text-align: center;width: 100%;}
.head-sec h1{color:#5c5c5c;font:33px/40px 'trend_slabfour',arial;}
.head-sec p{  color: #5C5C5C;font: 15px/16px 'gotham_htfbook',arial;margin-bottom: 7px;margin-top: 8px;text-transform: uppercase;}
.holder.music{padding:24px 16px 43px}	
.holder.music .tabnav{margin-bottom:34px}


/** button **/

.button {display: inline-block;padding:0 22px;border: none;color: #cdcdba;font-family: sans-serif;font:14px/15px 'gotham_htfmedium',arial;cursor: pointer; text-transform: uppercase;}
.button:hover {color: #5c5c5c;}
.button:active,
.button.is-checked {color: #5c5c5c;}
.button.is-checked {color: #5c5c5c;}
.button:active {color: #5c5c5c;}

/** button-group **/

.button-group:after {content: '';display: block;clear: both;}
.button-group ul{text-align:center}
.button-group ul li{background: url("../img/sep.png") no-repeat right center}
.button-group ul li.last{background:none}
/** isotope **/

.isotope { border-top: 1px solid #c1c2aa;width:787px;padding:8px 0 0 0;min-height: 538px;}

/** clear fix **/
.isotope:after {content: '';display: block;clear: both;}

/** .element-item **/
.music-content{width:100%;float:left;position:relative}
.music-content .bottom-sec{ background: url("../img/isotop-shadow.png") repeat scroll 0 0 transparent;bottom: 0;float: left;margin-top: 0;padding: 13px 6px 2px;position: absolute;width: 97.5%;}
.bottom-sec{width:100%;float:left;margin-top:27px}
#filters{padding-bottom:13px}
.element-item { position: relative; float: left;width: 100px;height:105px;padding: 0px;background: #888;color: #262524;margin:0px 3px 3px 0;display:table;}
.element-item > * {margin: 0;padding: 0;}
.element-item.son_father{width:465px;background:none;height:211px}
.element-item.gray{background:#f1f0ea;width:153px;}
.element-item.gray.dark_gray{background:#cdcdc1;}
.element-item.gray.dark_gray1{width:155px}
.element-item.son_father.ramblers{width:309px;height:211px;}
.element-item.son_father.outlays{width:312px;height:211px;}
.element-item.son_father.dallas{width:153px;height:213px}
.element-item.son_father.dallas .bottom-sec{ padding-right: 0;width: 99%;}
.music-content-dat{display: table-cell;height: 100%; text-align: center;vertical-align: middle;}
.element-item.gray.greg{width:150px;}
.element-item.gray.canyon{margin-right:0px}
.element-item a{color:#757474;font:15px/18px 'trend_slabone',arial}
.element-item h5{color:#757474;font:12px/17px 'gotham_htfmedium',arial;text-transform:uppercase}
.element-item.gray.dark_gray a,.element-item.gray.dark_green a{color:#fdfcfb}
.element-item.gray.dark_gray h5,.element-item.gray.dark_green h5{color:#fafaf7}
.element-item.gray.dark_green{background:#aaaa92}

/****music detail*****/
.featured_musician_content span{color:#b1b299;font:15px/15px 'gotham_htfbook',arial;}
.main-music-detail{ float: left;padding: 26px 101px 0 91px; min-height: 1150px;}
.back_link{background: url("../img/back-arrow.png") no-repeat scroll left 0 transparent;color: #5C5C5C;font: 14px/17px 'gotham_htfmedium',arial; margin-left: 20px; padding-left: 38px;text-transform: uppercase;}
.pager-section{width:100%;float:left;text-align:center;margin:59px 0 0}
.pager-section ul{text-align:center; width:100%;}

.pager-section ul li{ 
	border-right: 1px solid #C1C2AA;
	display: inline-block;
	line-height: 37px;
	padding: 0 33px 0 0;
	float:left;
	width:45%;
}

.pager-section ul li.last{border-right:0px; padding:0 0 0 33px;}
.pager-section span,.pager-section  a{color:#5c5c5c;font:15px/18px 'gotham_htfbook',arial;text-transform:uppercase;display:block}
.pager-section  a:hover{color:#000}
.pager-section .prev a.arrow-prev{ background: url("../img/pager-arrow.png") no-repeat scroll 0 0 transparent; display: inline-block;height: 29px;margin-left: 24px;margin-top: 10px;width: 20px;float:right}

.pager-section .prev .left{
	float: left; 
	padding-top: 9px;
	text-align: right;
	width:85%;
}

.pager-section .next a.arrow-next{   
	background: url("../img/pager-arrow.png") no-repeat scroll -41px 0 transparent; 
	display: inline-block; height: 29px; 
	margin: 9px 24px 0 0;
	width: 20px;
	float:left;
}
.pager-section .next .right-link{float:right;text-align:left; width:85%; padding-top: 9px;}
.main-music-detail .head-sec{margin:18px 0 }
.main-music-detail .head-sec p{ margin-bottom: 0px; margin-top: 2px;}
.main-music-detail .banner-sec{padding-left:4px}
.main-music-detail .featured_musician .head-sec{margin-bottom:10px}
.main-music-detail  .featured_musician .head-sec h3{width:104px;background:url("../img/music-detail.png") no-repeat scroll 0 0 transparent}
.pager-section .prev-link {font-size:12px}
.main-music-detail .head-sec a.mistura{color:#5c5c5c;font:15px/18px 'gotham_htfbook',arial;margin:6px 0  0px;display:inline-block;text-transform:uppercase}

/*hotel package*/
.content-slide .bg-none{background:none;margin-top:0;}
.content-slide .featured_musician{ margin-top: 42px;}
.content-slide .head-sec{ margin-top:11px;}
.content-slide .flexslider .flex-control-paging{position:absolute;right:0;top:235px;}
.banner-sec .flexslider{height:auto;}
.wrap{float:left;width:100%;position:relative;}
.hotel-package .small-size{font-size:14px;}
.hotel-package .head-sec h1{text-align:left;}
.hotel-package a{color: #999D64;}
.hotel-package .head-sec{margin-bottom:5px;}
.hotel-package .featured_musician{border-bottom:1px solid #c1c2aa;}
.hotel-detail{float:left;width:100%; border-top:1px solid #c1c2aa;margin-top:5px;padding-top:21px;}
.col{float:left;width:100%;border-bottom:1px solid #dfdfd2;padding-bottom:8px;margin-top:33px;}
.col.first{margin-top:0;}
.col p{font:13px/21px 'gotham_htfbook';color:#5c5c5c;margin:0;}
.detail > p{min-height: 86px;}
.col h3{font:18px/16px 'gotham_htfmedium';color:#5c5c5c;text-transform:uppercase;}
.address1{float:left;width:100%;}
.address1 li{float:left;font:12px/49px 'gotham_htfmedium';color:#999;background:url(../img/divider.jpg) no-repeat right;text-transform:uppercase;padding: 0 17px 0 12px;}
.address1 li.last{background:none;padding-right:0;}
.address1 li.first{padding-left:0;}
.detail-wrap{width:100%;float:left;}
.detail-wrap .hotel-img{width:145px;height:160px;float:left;}
.detail-wrap .detail{float:right;width:618px;}
.book-cont{padding:2px 0;background:#ebe9e1;margin-top:23px;padding-right:16px;overflow:hidden;}
.book-cont.mrg{margin-top:8px;}
.book-cont .click{color:#999d64;}
.book-cont .apply{font:12px/16px 'gotham_htfmedium';color:#777676;margin:0;padding:8px 0 8px 16px;float:left;width:400px;}
.start-price{background:#fff;padding:8px 0;width:97px;text-align:center;margin-left:2px;  float: left;}
.start-price span{font:13px 'gotham_htfmedium';color:#aeaf9f;display:block;text-transform: uppercase;}
.start-price .price{font-size:17px;}
.checkit{float:right;margin:16px 0 0;}
.checkit input{float:left;}
.checkit label{text-transform:uppercase;color:#a8aa91;font:12px 'GothamBold';padding-top:2px;float:left;}

.hotel-right p{font:12px/19px 'gotham_htfbook'; color:#666;margin:0;text-transform:none;padding-top:22px;}
.hotel-right h3{font:14px/19px 'gotham_htfbook'; color:#666;text-transform:uppercase;}
.hotel-right ul.list li{padding-bottom:0; padding-top: 8px;border:0;}
.hotel-right ul.list{border-bottom:1px solid #dfded9;padding-bottom:69px;margin-bottom:0px;}
.hotel-right ul.list li a{color:#888c57;font-size:12px;text-transform:none;}


a.play-controls {
	color:#C1C1C1;
	font-size: 18px;
	margin-left: 20px;
}

a.play-controls:hover {
	color:#a5a786;
}

a.play-controls-play {
	color:#a5a786;
	font-size: 18px;
	margin-left: 20px;
}

a.play-controls-play span{
	font-size: 14px;
	float: left;
	margin-top: 2px;
	margin-left: 6px;
}

a.play-controls i{
	float: left;
}

a.play-controls-play i{
	float: left;
}
.head-sec sup{
	font-size:9px;
}




.main-schedule h3{
	color: #5C5C5C;
    font-family: 'gotham_htfmedium';
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 18px;
    text-align: center;
    text-transform: uppercase;
}

/*.schedule-tbl{
	background:url("../img/table-bg.png") repeat scroll 0 0 transparent;
}*/

.schedule-tbl tr td{
	
}

.schedule-tbl-heading{
	margin-bottom:5px;
}
.schedule-tbl-heading tr:first-child td {
    font-family: 'gotham_htfmedium';
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	background:#c1c2aa;
	text-align:center;
	padding:2px 0;
}

.schedule-tbl-heading tr:first-child td:nth-child(2n+2){
	background:none !important;
}



/*.schedule-tbl tr:first-child{
	background:none !important;
}*/


/*.schedule-tbl tr:first-child td:first-child{
	background:none !important;
}*/


.schedule-tbl .schedule-data{
	background:#f3f2ed !important;
	border:1px solid #cdceba;
	vertical-align:top !important;
	padding:5px 5px 0 5px;
	
}




.schedule-tbl tr:nth-child(4n+1), .schedule-tbl tr:last-child{
	background:url("../img/tr-bg-dark.jpg") repeat-x scroll 0 0 transparent;
}
.schedule-tbl tr:last-child{
	background:url("../img/tr-bg-dark.jpg") repeat-x scroll left bottom transparent;
}
.schedule-tbl tr:nth-child(4n+3){
	background:url("../img/tr-bg-fent.png") repeat-x scroll 0 0 transparent;
}


.schedule-tbl tr{
	height:16px !important;

}
.schedule-txt-empty{
	height:25px;
	float:left;
	width:100%;
	overflow:hidden;
	padding:3px 1px 0 5px;
}

.schedule-txt-1{
	height:125px;
	float:left;
	width:100%;
	overflow:hidden;
	padding:3px 1px 0 5px;
}

.schedule-txt-2{
	height:100px;
	float:left;
	width:100%;
	overflow:hidden;	
}

.schedule-txt-3{
	height:75px;
	float:left;
	width:100%;
	overflow:hidden;	
}
.schedule-txt-6{
	height:150px;
	float:left;
	width:100%;
	overflow:hidden;	
}

.schedule-txt-16{
	height:400px;
	float:left;
	width:100%;
	overflow:hidden;	
}


.schedule-tbl h4{
	font-family: 'trend_slabone';
    font-size: 14px;
	color:#8d8d8b;
	line-height:15px;
	margin-bottom:10px;
}
.schedule-tbl h4 span{
	font-family: 'gotham_htfmedium';
	font-weight:normal;
}
.schedule-tbl p{
	font-family: 'gotham_htfmedium',arial;
	color:#8d8d8b;
	font-size:11px;
	margin:0 !important;
	line-height:14px;
}

.schedule-tbl p.schedule-link {
	font-family: 'gotham_htfbook';
	font-size:13px;
	color:#8d8d8b;
}
.schedule-tbl p.schedule-link a {	
	color:#969a5e;
}
.schedule-tbl p.schedule-link a:hover {	
	color:#5c5c5c;
}

.schedule-tbl-conent{
	float:left;
	width:100%;
}






.schedule-tbl-conent .tbl-left{
	float:left;
	width:6%;
}
.schedule-tbl-conent .tbl-right{
	float:left;
	width:94%;
}






.schedule-tbl-time{
	font-family: 'gotham_htfbook';
	text-transform:uppercase;
	color:#5c5c5c;
	margin-top:25px;
}
.schedule-tbl-time td{
	width:100%;
	display:block;
	padding:1px 0 0 0;
	height:26px;
}

.schedule-tbl-time tr:nth-child(2n+1){
	/*background:url("../img/tr-bg-dark.jpg") repeat-x scroll 0 50% transparent;*/
	font-size:15px;
}
.schedule-tbl-time tr:nth-child(4n+3){
	/*background:url("../img/tr-bg-fent.png") repeat-x scroll 0 50% transparent;*/
	font-size:13px;
}

.schedule-tbl-time p{
	background:#fbfaf8;	
	padding-right:5px;
	display:inline;
	margin:0;
	height:23px;
	line-height:23px;
	float:left;	
}

.empty-tbl{
	width:100%;
	float:left;
	height:40px;
}



.schedule-tbl-time1{
	font-family: 'gotham_htfbook';
	text-transform:uppercase;
	color:#5c5c5c;
	margin-top:38px;
}
.schedule-tbl-time1 td{
	width:100%;
	display:block;
	padding:1px 0 0 0;
	height:26px;
}
.schedule-tbl-time1 tr{
	height:25px !important;
}
.schedule-tbl-time1 tr:nth-child(4n+1){
	/*background:url("../img/tr-bg-dark.jpg") repeat-x scroll 0 50% transparent;*/
	font-size:15px;
}
.schedule-tbl-time tr:nth-child(4n+3){
	/*background:url("../img/tr-bg-fent.png") repeat-x scroll 0 50% transparent;*/
	font-size:13px;
}

.schedule-tbl-time1 p{
	background:#fbfaf8;	
	padding-right:5px;
	display:inline;
	margin:0;
	height:26px;
	line-height:26px;
	float:left;	
}

.schedule-td td{
	height:20px !important;
}
.schedule-tbl h5{
	font-family: 'trend_slabone';
    font-size: 17px;
	color:#8d8d8b;
	line-height:15px;
	margin-bottom:10px;
}


p.schedule-note{
	width:100%;
	text-align:right;
	font-size:12px;
	color:#000;
	font-family: 'gotham_htfbook';
	margin-bottom:25px;
	float:left;
}
.schedule-content h3{
	float:left;
	width:100%;
	text-align:center;
}
.schedule-content h3 sup{
	font-size:11px;
}

nav h2{
	padding: 0px;
margin: 0px;
font-family: 'trend_slabfour';
font-size: 33px;
color: #5c5c5c;
font-weight: normal;
text-transform: uppercase;
text-align: center;
line-height: 33px;
}
nav p{
	font-family: 'gotham_htfbook';
	text-transform: uppercase;
	font-size:16px;
	color:#5c5c5c;
}
.info p.title{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-top:10px;
}
.info ul li{
	list-style: initial;
	margin-bottom: 5px;
}

.info ul{
	margin-left: 19px;
margin-top: -10px;
}


.info ol li{
	list-style: decimal;
	margin-bottom: 5px;
}

.info ol{
	margin-left: 19px;
margin-top: -10px;
}