/*=================// CODE BY MAFLORAL 2012 //=========================*/
/*=================// GETTING THE NEW TAGS TO BEHAVE //=========================*/
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/*=================// LEFT & RIGHT ALIGNMENT //=========================*/

.left { float:left;}
.right { float:right;}
.clear {clear:both;}
.table {display:table;}
.wrapper {width:100%; overflow:hidden;}
.relative {position:relative;}
.absolute {position:absolute;}

/*=================// GLOBAL PROPERTIES //=========================*/
body, html {height:100%;}

body{ background:#000000; border:0; font: 12px Arial, Helvetica, sans-serif; color:#d2c8b9; line-height:18px; min-width:1000px; position:relative; overflow:hidden;}

/*=================// PAGE LOADER/SPINNER //=========================*/
.spinner{ position:absolute; z-index:99; background:url(../images/loader.gif) 50% 50% no-repeat #000000; width:100%; height:100%; top:0; left:0}

/* ============================= BACKGROUND SLIDER ============================= */
#bgStretch {overflow:hidden;z-index:-1; position:fixed}

.bgspinner {position:absolute; width:35px; height:35px;  width:42px; height:42px;  display:inline-block; float:right; top:0px; left:-140px;  }

.bgspinner span { display:block; width:100%; height:100%; background: url(../images/bgspinner_loader.gif) center center no-repeat;}

/* ============================= BACKGROUND CHANGER BUTTONS ====================== */
#pagination1{ position:absolute; top:15px; right:10px; z-index:5; width:125px; height:42px; }
#pagination1 li{ float:left; padding:5px 0px 0px 6px; padding-top:10px;}
#pagination1 a{ display:block; left:10px; background:url(../images/buttons.png) right 0 no-repeat; width:23px; height:23px;}
#pagination1 a:hover, #pagination1 .active a{ background-position:left}

.bckgrnd_title{ display:inline-block; float:right; font-family: 'PTSansNarrowRegular'; font-weight:normal; font-size:19px; line-height:14px; color:#990000; padding-top:29px; padding-right:135px; letter-spacing:0px; text-transform:uppercase;}

/* ============================= BACKGROUND PATTERN OVERLAY ====================== */
.pattern_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:transparent url(../images/pattern.png) repeat top left;
	overflow:hidden;
	z-index:0;
}

/*=================// EXTRA //=========================*/
.extra { min-height:100%; height:auto !important; height:100%; margin: 0 auto -58px; position:relative;overflow:hidden; z-index:1;}

/*=================// HEADER //=========================*/
header{ width:100%; height:70px; background:url(../images/header.png) top left repeat-x; position:relative; z-index:3; position:relative;  box-shadow: 0px 0px 10px black; -moz-box-shadow: 0px 0px 10px black; -webkit-box-shadow: 0px 0px 10px black;}


/*=================// LOGO //=========================*/
.logo1 { float:left;}
.logo1 a {text-decoration:none;}

/*=================// LOGO TEXT 1-2 //=========================*/
.txt1 { font-family:'LeagueGothic'; font-weight:normal; font-size:35px; line-height:40px; color:#cccccc; letter-spacing:1px; text-transform:uppercase; float:left; padding:15px 20px 0px 20px; }

.txt2 { float:left; font-family: 'PTSansNarrowRegular'; font-weight:normal; font-size:19px; line-height:14px; color:#990000; padding-top:21px; padding-left:0px; letter-spacing:0px; text-transform:uppercase; }


/*=================// MAIN //=========================*/
.main1 { position:relative; z-index:1; width:1000px; margin:0 auto;}

/*=================// SPLASH PAGE //=========================*/
.splash { position:relative; height:332px;}

/*=================// SPLASH IMAGES 1-3 //=========================*/
.image1 { width:300px; height:300px;  position:absolute; top:50px; left:280px; z-index:1;}
.image1 > a{display:block; position:relative;}
.image2 { width:400px; height:400px;  position:absolute; top:50px; left:395px; z-index:0;}
.image2 > a{display:block; position:relative;}
.image3 { width:300px; height:300px;  position:absolute; top:50px; left:550px; z-index:2;}
.image3 > a{display:block; position:relative;}
/*=================// MAIN 2 //=========================*/
.main2 { position:relative; height:120px;}

/*=================// BUTTON 1 //=========================*/
.but1{ position:absolute; top:-50px; left:820px; z-index:3;}
.but1 > a{display:block; position:relative;}

/*=================// BLOCK //=========================*/
.block{ height:98px;}

/*=================// FOOTER //=========================*/
footer{ width:100%; height:40px; position:relative; z-index:2;  box-shadow: 0px 0px 10px black; -moz-box-shadow: 0px 0px 10px black; -webkit-box-shadow: 0px 0px 10px black;}

/*=================// COPYRIGHT //=========================*/
.copyright{ margin-top:20px; font-family:'PTSansNarrowRegular'; font-size:14px; text-align:left; padding-left:20px; color:#cccccc; float:left;}
.copyright a { color:#ffffff;}
.copyright a:hover { color:#cccccc;}

/*=================// BOTTOM 1 //=========================*/
.bot1{ float:right; position:relative;}
.bot1 > span { position:absolute; top:20px; left:-100px; font-family:'PTSansNarrowRegular'; font-size:14px; color:#CCCCCC; font-weight:normal;}

/*=================// ICONS //=========================*/
.icons {overflow: hidden; padding: 15px 10px 0px 0px;}
.icons > li {float: left; padding-right: 10px;}
.icons > li > a {display: block; position: relative;}
.icons .img_act {left: 0; top: 0; position: absolute;}

/* ============================= TOOLTIPS ====================== */
.aToolTip { background:#222222; border:1px #444444 dotted; box-shadow: 0px 0px 10px black; -moz-box-shadow: 0px 0px 10px black; -webkit-box-shadow: 0px 0px 10px black; z-index:999999; color:#fff;	margin:0; padding:3px 8px 4px; font:11px Arial, Helvetica, sans-serif; line-height:14px; position: absolute;}
.aToolTip .aToolTipContent { position:relative;	margin:0; padding:0; font-family:'PTSansNarrowRegular'; font-size:14px; text-align:left; line-height:14px;}

/*=================// MAIN MENU //=========================*/

.menu { width:998px; height:112px; position:absolute; bottom:0; left:0; z-index:2; background:url(../images/menu_bg2.png) top left no-repeat; box-shadow: 0px 0px 10px black; -moz-box-shadow: 0px 0px 10px black; -webkit-box-shadow: 0px 0px 10px black;}

#menu { padding:35px 0px 0px 60px}
#menu > li { float:left; position:relative; height:40px; text-align:center; font-family:'LeagueGothic'; text-transform:uppercase;}
#menu > li > a{height:40px; display:block; font-size:15px; line-height:40px; color:#cccccc; text-decoration:none; position: relative; padding:0px 10px; overflow:hidden;}
#menu > li > a:hover {color:#333333; text-decoration:none;}
.markers { background:url(../images/marker1.png) 0 14px no-repeat; width:11px!important; height:15px;}

/*=================// SUB MENU //=========================*/
.submenu{ position:absolute; z-index:1; top:77px; left:0px; text-transform:none; }
.submenu ul{ position:relative; padding:10px 0px 10px 10px; background:#222222; text-align:left; opacity:.90; border-left:1px #444444 dotted; border-right:1px #444444 dotted; border-bottom:1px #444444 dotted; box-shadow: 0px 0px 10px black; -moz-box-shadow: 0px 0px 10px black; -webkit-box-shadow: 0px 0px 10px black;}
.submenu li{ line-height:40px; width:190px; height:40px; }
.submenu a{ text-align:left; text-decoration:none; padding-bottom:1px; font-size:25px; font-family:'LeagueGothic'; font-weight:normal; color:#cccccc;}
.submenu a:hover{ color:#666666; text-decoration:none; }


/*=================// MAIN TEMPLATE LAYOUT COLUMNS 1-9 //=========================*/

.col1, .col2, .col3, .col3b, .col4, .col5, .col6, .col7, .col8, .col9, .cols{ float:left; margin:0; padding:0;}

.cols{ width:870px;}

.col1{ width:370px;}
.col2{ width:440px;}
.col3{ width:410px;}
.col3b{ width:420px;}
.col4{ width:400px;}
.col5{ width:340px;}
.col6{ width:460px;}
.col7{ width:280px;}
.col8{ width:310px;}
.col9{ width:590px;}



.pad_left1{ padding-left:10px;}
.pad_left2{ padding-left:20px;}
.pad_left3{ padding-left:30px;}
.pad_left4{ padding-left:40px;}
.pad_left5{ padding-left:50px;}
.pad_left6{ padding-left:60px;}


.w1 { width:360px;}
.w2 { width:190px;}


/*=================// CONTENT //=========================*/
#content{ height:100%; width:974px; margin:20px auto 20px;background:url(../images/content_bg.png) top left repeat; box-shadow: 0px 0px 10px black; -moz-box-shadow: 0px 0px 10px black; -webkit-box-shadow: 0px 0px 10px black;}
#content > ul { }

/*=================// CONTENT BOX //=========================*/
.box{ padding:30px 40px 50px 56px; border:1px #444444 dotted; }


/*=================// LINK //=========================*/
a{ color:#cccccc; text-decoration: none; outline:none}
a:hover{ text-decoration: none}

/*=================// H titles 1-6 //=========================*/
h2{ font-family:'PTSansNarrowRegular'; font-size:36px; color:#cccccc; line-height:42px; font-weight:normal; padding:15px 0px 20px; text-transform:uppercase; }
h3{ font-family:'PTSansNarrowRegular'; font-size:30px; color:#cccccc; line-height:36px; font-weight:normal; padding:15px 0px 20px; text-transform:uppercase; }
h4{ font-family:'PTSansNarrowRegular'; font-size:24px; color:#cccccc; line-height:30px; font-weight:normal; padding:15px 0px 5px; text-transform:uppercase; }
h5{ font-family:'PTSansNarrowRegular'; font-size:18px; color:#cccccc; line-height:20px; font-weight:normal; padding:15px 0px 0px; text-transform:uppercase; }
h6{ font-family:'PTSansNarrowRegular'; font-size:24px; color:#cccccc; line-height:20px; font-weight:normal; padding-right:30px; text-transform:uppercase;  }

/*=================// IMAGE 1-2 WITH CSS3 ANIMATED HOVERS //=========================*/
.img1 { margin-bottom:10px; -webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
.img1:hover { -webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);}

.img2 { margin-bottom:20px; margin-right:20px; -webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
.img2:hover { -webkit-transform:scale(0.9);-moz-transform:scale(0.9);-o-transform:scale(0.9);transform:scale(0.9);}

/*=================// UPPER //=========================*/
.upper{ text-transform:uppercase;}

/*=================// PARAGRAPH TEXT //=========================*/
p.text { padding:7px 0; color:#b8b8b8;}
strong{ padding:7px 0; color:#cccccc;}

/*=================// BORDER 1 //=========================*/
.border1 { border:1px dotted #555555;}

/*=================// BUTTONS //=========================*/
.button{ display:inline-block; padding:5px 13px 6px; color:#cccccc; margin: 10px 0 0 0; font-family:'PTSansNarrowRegular'; font-size:14px; line-height:20px; border:1px dotted #444444; background:url(../images/button.png) 0 bottom repeat-x #121212;}
.button:hover{ background-position: 0 top; color:#000; background-color:#e7ee0a;}
/*================================>> hovers <<========================================*/
.button{-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}

/*=================// BUTTON 1 //=========================*/
.button1{ display:inline-block; font-size:16px; color:#444444; font-family:'PTSansNarrowRegular'; font-size:15px; line-height:20px; padding:0 0px;text-decoration:none; text-align:left; margin-top:10px;}
.button1:hover{ color:#cccccc}

/*=================// BUTTON 2 //=========================*/
.button2 { color:#cccccc; text-decoration:none; padding-bottom:-10px;}
.button2:hover{ color:#990000; text-decoration:none; border-bottom:1px #cccccc dotted}
/*=================// BUTTON 2 //=========================*/
.button3{ display:inline-block; padding:5px 10px 6px; color:#cccccc; margin: 8px 0 0 0; font-family:'PTSansNarrowRegular'; font-size:14px; line-height:20px; border:1px dotted #444444; background:url(../images/button.png) 0 bottom repeat-x #121212;}
.button3:hover{ background-position: 0 top; color:#000; background-color:#e7ee0a;}

/*=================// TIME BLOCK //=========================*/
.time_block { width:60px; line-height:30px; color:#cccccc; margin:5px 15px 5px 0; text-align:center; font-family:'LeagueGothic'; font-size:35px;}
.time_block span { font-size:25px;}

/*=================// LINES //=========================*/
.line_slider{ width:860px; height:5px; margin:20px 0; background:url(../images/line_px1.png) top left repeat-x;}

.line1 { height:5px; margin:20px 0; background:url(../images/line_px1.png) top left repeat-x;}

/*=================// CHOOSE //=========================*/
.song_list { font-size:16px; color:#444444; font-family:'PTSansNarrowRegular'; text-transform:none; color:#cccccc; margin-bottom:8px; margin-top:8px;}

/*=================// GALLERY 1 //=========================*/
.gal1 { padding-bottom:0px; float:left; }

/*=================// GALLERY 1 THUMBS //=========================*/
.photo1 {width:249px; height:234px; position:relative; }
.photo1 a img {position:relative; border:1px #444444 dotted; }
.photo1 a:hover img {border:1px #cccccc dotted; }
.photo1 a span{position:absolute; z-index:2; margin:2px 0 0 0px; top:0;left:0; background:url(../images/photo_over.png) 50% 50% no-repeat; width:100%; height:100%;}

/*=================// VIDEO GALLERY THUMBS //=========================*/
.vid1 { padding-bottom:30px; float:left; margin-right:30px; }
.vid1.last { margin-right:0px; }

.video1 {width:415px; height:257px; position:relative; }
.video1 a img {position:relative;  border:1px #444444 dotted;}
.video1 a span{position:absolute;z-index:2; margin:0px 0 0 0px; top:0;left:0; border:1px #cccccc dotted; background:url(../images/video_over1.png) 50% 50% no-repeat #000; width:100%; height:100%;}

.vid2 { padding-bottom:0px; float:left; margin-right:30px; }
.vid2.last { margin-right:0px; }

.video2{width:415px; height:257px; position:relative; }
.video2 a img {position:relative;  border:1px #444444 dotted;}
.video2 a span{position:absolute;z-index:2; margin:0px 0 0 0px; top:0;left:0; border:1px #cccccc dotted; background:url(../images/video_over2.png) 50% 50% no-repeat #000; width:100%; height:100%;}

/*=================// NEWS ACCORDION //=========================*/
#accordion {	
	float:none;
	overflow:hidden;
	width:864px;
	position:relative;
	margin:0 0 20px 0; !important;
	padding:11px 0 0 !important;
}

#accordion dd {
	display:none;
}

#accordion dt { 
	width:auto !important;
	position:relative;
	overflow:hidden;
}

#accordion dt a {
	border:1px dotted #444444;
	font-family:'PTSansNarrowRegular';
	font-size:18px;
	line-height:20px;
	text-transform:uppercase;
	font-weight:normal;
	z-index:9;
	position:relative;
	background: url(../images/marker3.png) no-repeat 820px 15px #111111 ; opacity:.85;
	display:block;
	color:#cccccc;
	padding-bottom: 20px;
    padding-left: 31px;
    padding-top: 20px;
	margin-bottom:5px;
}


#accordion dt a:hover {
	background-position:820px -78px;
	color:#990000 !important;
}

dt.active a {
	background-position:820px -147px !important;
	color:#990000 !important;
}

dt.active a:hover {
	background-position:820px -208px !important;
}

.news-box3 {
	padding-top:30px;
	z-index:1;
	position:relative;
	margin-bottom: 33px;
	overflow:hidden;
    padding-bottom: 5px;
	
}

.news-img2 {
    margin-left: 32px;
    margin-right: 19px;
}

.img-bot1 {
	border:1px dotted #444444;
	
	 float:left;
}
.news-box3 strong {
	color:#ffffff;
	display:block;
	font-family:'PTSansNarrowRegular';
	font-size:18px;
	line-height:20px;
}


.p8 {
	margin-bottom:18px;
	color:#cccccc;
}

/*=================// SPONSORS WITH CSS3 ANIMATED HOVERS //=========================*/
.sponsors{ position:relative; overflow: hidden; margin-top:10px; margin-bottom:0px;}
	.sponsors li{ float:left; margin:0 0px 0 0px; margin-right:15px; }
	.sponsors li a{ display:block;}
	.sponsors li a img{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease; border:1px dotted #444444;}
	.sponsors li a:hover img{-webkit-transform:scale(0.9);-moz-transform:scale(0.9);-o-transform:scale(0.9);transform:scale(0.9); border:1px dotted #444444;}



/*=================// GALLERY 3 //=========================*/
.carousel-1 {
	height:610px;
	width:864px;
	overflow:hidden;
	position:relative;
	margin-top:10px;
	}
.next,
.prev {display:block; width:35px;	height:35px; text-indent:-5000px; position:absolute; padding-right:6px;  top:48px;	z-index:55;	}
.next {
	background-image:url(../images/next1.png);
	background-repeat:no-repeat;
	background-position:0 top;
	right:6px; 
	z-index:55;
	}
	.next:hover {
	background-position:0 bottom;
	}
.prev {
	background:url(../images/prev1.png);
	background-repeat:no-repeat;
	background-position:left top;
	right:46px;
	}
	.prev:hover {
	background-position:left bottom;
	}
#carousel-1 li {width:862px; height:295px; overflow:hidden; position:relative; margin-bottom:11px; border:1px #444444 dotted}
.jCarouselLite-1 {width:864px !important;}
.relative {position:relative;}

.hov-image {
	position:relative;
	color:#fff;
	text-decoration:none;
	overflow:hidden;
	display:block;
	height:100%;
}
.hov-image div.description {
	position:absolute;
	width:310px;
	padding-top:0px;
	left:0;
	top:400px;
	background:url(../images/opacity.png); 
	box-shadow: 0px 0px 10px black; -moz-box-shadow: 0px 0px 10px black; -webkit-box-shadow: 0px 0px 10px black;
	height:154px;
}
.description-container {
	padding:31px 50px 0 19px;	
}
.description-container .line-1 {
	display:block;
	color:#cccccc; font-family:'LeagueGothic'; font-size:25px; line-height:25px; padding:0 0px;text-decoration:none; text-align:left; margin-bottom:10px; text-transform:uppercase;
}
.description-container .line-2 {
	display:block;	
	line-height:18px;
	color:#999999; font-family:'PTSansNarrowRegular'; font-size:14px; line-height:20px; padding:0 0px;text-decoration:none; text-align:left; margin-bottom:20px;	
}
.description-container a { margin-right:3px;}

/*=================// LINE 2 //=========================*/
.line2 { width:245px; height:5px; margin:25px 0px 20px 5px;}
/*=================// LINE 3 //=========================*/
.line3 { float:left; width:5px; height:234px; margin:5px 25px 0 25px; }


/* ============================= VIDEO SLIDER ====================== */
.img_box{ overflow:hidden;}
.img_box>figure{ float:left;}
.img_box>div{ float:right;}
.video_box{ background:url(../images/video_box.png) no-repeat; height:413px; margin: 0 0px; overflow:hidden; position:relative; z-index:10;}
.small_video div{width:150px;}
#loopedSlider{width:950px;height:378px;}
.video_container{width:600px !important; height:378px; overflow:hidden; position:relative; float:left;}
.pagination{ float:left; width:270px; padding:10px 10px 10px 10px;}
.pagination li{ padding-left:0px; width:253px; border-bottom:1px dotted #444444; padding-bottom:10px; margin-bottom:10px;}
.pagination li a{ color:#5a5959; overflow:hidden; display:block; overflow:hidden;}
.pagination .active a,.pagination li a:hover{ color:#cccccc;}
.pagination .active .video_title, .pagination li a:hover .video_title{ color:#990000;}
.pagination li a>span{ display:block; position:relative;}
.pagination li a>span:first-child{ float:left; padding-top:5px;}
.pagination li a>span+span{width:134px;float:right; margin: 0 9px 0 0;}
.pagination li a .border{ display:none; width:105px; height:64px; border:1px dotted #444444; position:absolute;}
.pagination li .video_title{ color:#cccccc; font-family:'PTSansNarrowRegular'; font-size:16px; line-height:20px;}
.pagination .active .border, .pagination a:hover .border{ display:block; border:1px dotted #444444;}
.slides { 
  width:600px !important;
  position:absolute; 
  top:0;
  left:0;  !important; position:absolute; top:0; left:0;}

.video1{ background:url(../images/video_slider/1.jpg) no-repeat;}
.video2{ background:url(../images/video_slider/2.jpg) no-repeat;}
.video3{ background:url(../images/video_slider/3.jpg) no-repeat;}
.video4{ background:url(../images/video_slider/4.jpg) no-repeat;}

.extra_last, .last{ margin-bottom:0 !important; padding-bottom:0 !important;}
.extra_last{ border:none !important; background:none !important;}


/*=================// CONTENT SCROLL FOR TUNES //=========================*/

.scroll{height:296px; width:360px; overflow:hidden;}
.scroll-track{ background:#222222; left:380px; top:0px; width:10px; position:absolute; height:296px; padding:0 0;}
.scroll-shuttle{ width:8px; height:110px; left:0px; background:#999999; border:1px dotted #444444; box-shadow: 0px 0px 10px black; -moz-box-shadow: 0px 0px 10px black; -webkit-box-shadow: 0px 0px 10px black;}
._up-butt{ display:none;}
._down-butt{ display:none;}


/*=================// TWITTER READER //=========================*/
.twitter li{
	margin-bottom:20px;
	padding-left:26px;
	font:12px/20px Arial, Helvetica, sans-serif;
	color:#868686;
	background:url(../images/twitter-icon.png) 0 5px no-repeat;
}
.twitter span{display:block;}
.twitter a{color:#fff; text-decoration:none; font:12px/20px Arial, Helvetica, sans-serif !important;}
	.twitter a:hover{text-decoration:underline;}
	
/* ============================= BLOG PAGE ====================== */
.posts{ position:relative; width:860px; overflow:hidden}
.posts .date{ float:left; background:url(../images/post_date.png) no-repeat; border:1px dotted #444444; width:81px; height:74px; font-family:'PTSansNarrowRegular'; font-size:28px; color:#880000; text-align:center; line-height:40px; margin-top:3px; margin-bottom:15px; padding-top:10px; margin-right:19px;}
.posts .date span{  font-family:'LeagueGothic'; font-size:30px; color:#999999; margin-top:-18px; display:block;}
.posts .title{ font-family:'PTSansNarrowRegular'; font-size:28px; color:#999999; padding:5px 0 7px 0; line-height:36px;}
.posts .author{ padding-left:21px; background:url(../images/author.png) 0 1px no-repeat;}
.posts .author a{ color:#880000; text-decoration:none}
.posts .author a:hover{ color:#ffffff; border-bottom:1px dotted #880000;}
.posts .comments{ background:url(../images/comments.png) right 0 no-repeat; padding-right:35px; position:absolute; right:4px; top:49px; float:right; padding-bottom:10px;}
.posts .comments a{ color:#880000; text-decoration:none}
.posts .comments a:hover{ color:#ffffff; border-bottom:1px dotted #880000;}

/*=================// SINGLE BLOG POSTS //=========================*/
.post_comment1{float:left; width:860px;}
.post_comment1 h2{font-size:18px; padding-bottom:10px;}
.info1{float:left;}
.post_image1{float:left; width:60px; margin:0px 0px 0 0; border:1px dotted #444444;}
.post_info1{overflow:hidden; }
#posts1 {height: 27px;overflow: hidden; padding:0;}
.post_title1{color:#cccccc; font-family:'PTSansNarrowRegular'; padding:0px 15px; font-size:18px; line-height:20px;}
.post_date1{color:#880000; font-family:'PTSansNarrowRegular'; padding:0px 15px; font-size:14px; line-height:20px;}

/* ============================= BLOG PAGE FORM ====================== */
#blog_form1 label{
	float:left;
	margin-right:6px;
	margin-bottom:7px;
	position:relative;
}

#blog_form1 input,#blog_form1 textarea{
	width:408px;	
	background:#222222;
	text-transform:uppercase;
	color:#cccccc; font-family:'PTSansNarrowRegular'; font-size:12px; line-height:16px;
	color:#cccccc;
	border:1px dotted #444444;
	padding:10px 10px;
	box-shadow:none;	
	opacity:.90;
}

#blog_form1 textarea{
	width:844px;
	height:151px;
	border:1px dotted #444444;
}

#blog_form1 .btns{
	padding-top:27px;
	float:right;
	margin-right:20px;
}

#blog_form1 .btns a{
	float:left;
	margin-left:18px;
}

#blog_form1 .error,#blog_form1 .empty{
	position:absolute;
	right:0;
	top:0;
	font-size:10px;
	color:#cccccc;
}

.btn{
	color:#444444; font-family:'PTSansNarrowRegular'; font-size:14px; line-height:16px;
	text-transform:uppercase;
	text-decoration:none;
	
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-ms-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.btn:hover{
	color:#cccccc;
}

/*=================// CONTACT PAGE //=========================*/
/*forms css*/

#form1 label{
	float:left;
	margin-right:6px;
	margin-bottom:7px;
	position:relative;
}

#form1 input,#form1 textarea{
	width:408px;	
	background:#222222;
	text-transform:uppercase;
	color:#cccccc; font-family:'PTSansNarrowRegular'; font-size:12px; line-height:16px;
	color:#cccccc;
	border:1px dotted #444444;
	padding:10px 10px;
	box-shadow:none;	
	opacity:.90;
}

#form1 textarea{
	width:844px;
	height:151px;
	border:1px dotted #444444;
}

#form1 .btns{
	padding-top:27px;
	float:right;
	margin-right:20px;
}

#form1 .btns a{
	float:left;
	margin-left:18px;
}

#form1 .error,#form1 .empty{
	position:absolute;
	right:0;
	top:0;
	font-size:10px;
	color:#cccccc;
}

.btn{
	color:#444444; font-family:'PTSansNarrowRegular'; font-size:14px; line-height:16px;
	text-transform:uppercase;
	text-decoration:none;
	
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-ms-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.btn:hover{
	color:#cccccc;
}


/* ============================= GOOGLE MAP ====================== */
.google_map{ float:left; margin-right:22px; width:864px; height:360px; overflow:hidden; background:#222222; border:1px dotted #444444; margin-bottom:20px; margin-top:4px;}




/*=================// TEMPLATE FONTS //=========================*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com)  */

@font-face {
    font-family: 'LeagueGothic';
    src: url('../fonts/league_gothic_ce-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}










