/************************************************************************************
GENERAL STYLING
*************************************************************************************/
* {
margin: 0;
padding: 0;
border: 0;
outline: none;
}


/* set image max width to 100% */
img {
max-width: 100%;
height: auto;
border: none;
}

html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
-webkit-backface-visibility:hidden;/* prevent flickering css transitions*/
-webkit-transform:translateZ(0);/* prevent flickering css transitions*/
}

body {
background: #000000;
font-size: 17px; 
line-height: 1.3;
font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif; 
color: #ffffff;
text-align: center;
position: relative;
display: table;
}

#wrapper {
height: 100%;
position: relative;
border-bottom: 1px solid #340000;
}


#footer {
	display: table-row;
	height: 1px;

width: 100%;
background: #020202;
margin: 0 auto;
}

#footer_pad {
padding: 30px 0;
text-align: center;
color: #ffffff;
font-size: 0.80em;
}

#footer_pad a {
	color: #ff711b;
}

#footer_pad a:hover {
	color: #ff9a5d;
}

.container {
width: 1024px;
margin: 0 auto;
position: relative;
}

#menu {
width: 100%;
height: 60px;
background: #020202;
color: #e2913e;
position: relative;
z-index: 200;
font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif; 
text-align: left;
border-bottom: 1px solid #340000;
font-size: 0.90em;
}

#menu_icon {
display: none;
float: left;
margin: 20px 20px 0 1%;
}

#menu ul {
margin: 0;
padding: 0;
list-style-type: none;
display: inline-block;
}

#menu ul li {
margin: 0;
padding: 0;
float: left;
text-align: left;
line-height: 60px;
text-transform: uppercase;
font-size: 0.95em;
position: relative;
}

#menu ul li span {
color: #e2913e;
}

#menu ul li span,#menu ul li a {
margin: 0;
padding: 0 11px;
font-weight: normal;
text-decoration: none;
display: block;
}

#menu ul li a {
color: #c9bfbf;
-webkit-transition: color .4s ease,background-color .3s ease;
-moz-transition: color .4s ease,background-color .3s ease;
-ms-transition: color .4s ease,background-color .3s ease;
-o-transition: color .4s ease,background-color .3s ease;
transition: color .4s ease,background-color .3s ease;

}

#menu ul li a:hover {
color: #e2913e;
background-color: #3f0000;
}

#menu ul li ul {
list-style: none;
position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
left: 0; 
top: 61px;
background: #3f0000;
margin: 0; 
padding: 0;
display: none;
float: left;
z-index: 3;
}

#menu ul li ul li {
width: 160px !important;
margin: 0;
padding: 0;
border-bottom: 1px solid #340000;
text-align: left;
line-height: 1;
background: none !important;
display: block;
float: none;
}


#menu ul li ul li a {
color: #c9bfbf;
display: block;
text-decoration: none;
padding: 13px;
}

#menu ul li ul li a:hover {
color: #e2913e;
text-decoration: none;
}

#menu ul li ul li:last-child {
border: none !important;
}

#menu_social {
float: right;
text-align: right;
margin: 0 1% 0 0;
}

#menu_social img {
margin: 15px 3px 0 0;
}

.menu_arrow {
width: 11px;
height: 8px;
background: url(../_images/menu_arrow.png) no-repeat;
display: inline-block;
margin: 0 0 0 6px;
}

.link_on {
color: #e2913e !important;
}

.clearit {
clear: both;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
}

a.shrink_it img {
	position: relative;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

a.shrink_it img:hover {
	-webkit-transform:scale(.95);
	transform:scale(.95);
}


a.scale_it img {
position: relative;
-webkit-transition: 0.3s ease;
transition: 0.3s ease;
}

a.scale_it img:hover {
-webkit-transform:scale(.90);
transform:scale(.90);
}

.logo {
margin: 10px auto 5px auto;
}

#bg_full {
width: 100%;
text-align: center;
position: relative;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.bg_wall1 {
background: url(../_images/bg_wall1.jpg) no-repeat center top fixed;
}

.bg_wall2 {
background: url(../_images/bg_wall2.jpg) no-repeat center top fixed;
}

.bg_wall3 {
background: url(../_images/bg_wall3.jpg) no-repeat center top fixed;
}

.tape {
position: absolute;
top: -10px;
left: 38%;
width: 146px;
height: 48px;
background: url(../_images/tape.png) no-repeat center top;
z-index: 10;
}

.lifeway_flare {
	z-index: 10;
	position: absolute;
	right: 0;
	top: -35px;
	
}


.paper {
width: 100%;
max-width: 100%;
text-align: left;
margin: 0 auto;
position: relative;
-moz-box-shadow: 0px 1px 25px #000000;
-webkit-box-shadow: 0px 1px 25px #000000;
box-shadow: 0px 1px 25px #000000;

}


.paper_transparency {
width: 100%;
height: 100%;
position: absolute;
background: url(../_images/paper_bg.jpg) repeat;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
-khtml-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
-moz-opacity: 0.90;
-khtml-opacity: 0.90;
opacity: 0.90;
z-index: 2;
}

.paper_pad {
padding: 50px;
position: relative;
z-index: 3;
color: #121212;
}

hr {
width: 100%;
margin: 35px auto;
border: 0;
height: 1px;
border-top: 1px solid #000000;
}



/************************************************************************************
HOME
*************************************************************************************/
#home_banner {
	width: 100%;
	margin: 0 auto;
	background: #7d0000;
	color: #ffffff;
	font-size: 1em;
}

#home_banner_pad {
	padding: 8px 0;
}

#home_banner_pad a {
	color: #FFD491;
}

.column_home_left {
width: 50%;
float: left;
margin: 10px 2% 0 0;
position: relative;
}

.column_home_right {
width: 48%;
float: left;
margin: 10px 0 0 0;
position: relative;
}



.home_timer {
	width: 100%;
	margin: 0 auto 15px auto;
	text-align: center;
}

.home_timer ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

.home_timer ul li {
	display: inline-block;
	margin: 0;
	padding: 0 12px;
	text-align: center;
	line-height: 1.4;
	font-size: 1em;
}

.home_timer ul li span {
	display: block;
	margin: 0;
	padding: 15px 0 0 0;
	text-transform: uppercase;
}

#home_videoplayer {
display: block;
position: relative;
width: 800px;
margin: 30px auto 20px auto;
-moz-box-shadow: 0px 0px 25px #000000;
-webkit-box-shadow: 0px 0px 25px #000000;
box-shadow: 0px 0px 25px #000000;
border: 6px solid #ffffff;
background: #000000;
}


#home_share_this {
font-family: 'Cinzel',Times New Roman, Times, serif;
margin: 10px auto 30px auto;
font-size: 1.3em;

}

.btn_orange {
cursor: pointer;
display: inline-block;
padding: 15px 30px;
margin: 0;
position: relative;
color: #ffffff;
vertical-align: middle;
font-weight: normal !important;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
font-size: 1.1em;
background: #bf5e00;
}

.btn_orange:hover {
background: #a15000;
color: #ffffff;
font-weight: normal !important;
}

.btn_prayer {
cursor: pointer;
display: inline-block;
padding: 15px 30px;
margin: 0;
position: relative;
color: #ffffff;
vertical-align: middle;
font-weight: normal !important;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
font-family: 'Rock Salt', cursive;
font-size: 1em;
background: #bf5e00;
}

.btn_prayer:hover {
background: #a15000;
color: #ffffff;
font-weight: normal !important;
}



.btn_home_city {
cursor: pointer;
display: inline-block;
padding: 13px 20px;
margin: 10px auto;
position: relative;
color: #ffffff;
vertical-align: middle;
font-weight: normal !important;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
font-size: 1.3em;
background: #AB3B00;
}

.btn_home_city:hover {
background: #ed5708;
color: #ffffff;
font-weight: normal !important;
}


#home_quotes {
	height: 125px;
	margin: 0 auto;
	width: 80%;
	text-align: center !important;
	position: relative;
	display: block;
}

#home_quotes p {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
	line-height: 1.2;
	font-size: 1.5em;
	font-family: 'Cinzel',Times New Roman, Times, serif;
	color: #ffffff;
	text-align: center !important;
}

#home_quotes p span{
	font-size: 0.85em;
	font-weight:bold;
	color: #ff9547;
}




/************************************************************************************
DVD BUY
*************************************************************************************/
.dvd_column_half {
	width: 44%;
	float: left;
	margin: 10px 3%;
}

#feature1,#feature2,#feature3,#feature4 {
	display: none;
}


/************************************************************************************
DVD MOVIE EVENTS
*************************************************************************************/
.column_event_left {
	width: 48%;
	float: left;
	margin: 10px 0;
}

.column_event_right{
	width: 50%;
	float: left;
	margin: 10px 0;
}




/************************************************************************************
PRAYER
*************************************************************************************/

#prayer_column_left {
	width: 45%;
	float: left;
	margin: 0 5% 0 0;
	text-align: center;
}

#prayer_column_left img {
	border: 4px solid #ffffff;
position: relative;
margin: 0 auto;
-moz-box-shadow: 0px 2px 7px #2c2c2c;
-webkit-box-shadow: 0px 2px 7px #2c2c2c;
box-shadow: 0px 2px 7px #2c2c2c;
display: inline-block;
}

#prayer_column_right {
	width: 49%;
	float: left;
	margin: 0 0 15px 0;
	text-align: left;
	font-size: 1.25em;
}







/************************************************************************************
THEATERS
*************************************************************************************/

#map {
width: 100%; /*900px*/
height: 280px;
margin: 15px auto;
color: #000000;
border: 3px solid #ffffff;
position: relative;
-moz-box-shadow: 0px 2px 7px #2c2c2c;
-webkit-box-shadow: 0px 2px 7px #2c2c2c;
box-shadow: 0px 2px 7px #2c2c2c;
}

#map img {
    max-width: none;
}



#home_zip_finder_box {
	margin:  0 auto;
	text-align: center;
	color: #ffffff;
	display: block;
	position: relative;
}

#home_zip_finder_box input[type=text] {
position: relative;
display: inline-block;
padding: 15px;
font-weight: normal !important;
-moz-border-radius: 5px 0px 0px 5px;
-webkit-border-radius: 5px 0px 0px 5px;
-khtml-border-radius: 5px 0px 0px 5px;
border-radius: 5px 0px 0px 5px;
font-size: 1em;
font-family: Arial,Helvetica,sans-serif; 
vertical-align: middle;
margin: 0;
}



#zip_finder_box {
	margin: 10px auto;
	text-align: center;
	color: #ffffff;
	display: block;
	position: relative;
}

#zip_finder_box input[type=text] {
	position: relative;
display: inline-block;
padding: 23px;
font-weight: normal !important;
-moz-border-radius: 5px 0px 0px 5px;
-webkit-border-radius: 5px 0px 0px 5px;
-khtml-border-radius: 5px 0px 0px 5px;
border-radius: 5px 0px 0px 5px;
font-size: 1.2em;
font-family: Arial,Helvetica,sans-serif; 
vertical-align: middle;
margin: 0;
}

.btn_zip {
cursor: pointer;
display: inline-block;
padding: 10px 15px;
position: relative;
color: #ffffff;
vertical-align: middle;
font-weight: normal !important;
-moz-border-radius: 0px 5px 5px 0px;
-webkit-border-radius: 0px 5px 5px 0px;
-khtml-border-radius: 0px 5px 5px 0px;
border-radius: 0px 5px 5px 0px;
font-size: 0.95em;
font-family: 'Rock Salt', cursive;
background: #690a02;
vertical-align: middle;
margin: 0;
}

.btn_zip:hover {
background: #a40d00;
color: #ffffff;
font-weight: normal !important;
}

.theater_distance {
	font-weight: bold;
	color: #ce3000;
}
	

.state_select {
font-size: 1em;
margin: 0 0 8px 0;
}


.theaterlist {
width: 100%;
margin: 5px auto;
border-collapse:collapse;
background: #ac9262;
}

.theaterlist th {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
border: 1px solid #9e875a;
padding: 9px;
color: #ffffff;
text-align: left;
background: #000000;
}


.theaterlist tbody tr:nth-of-type(odd) { 
background-color: #bba06d; 
}

.theaterlist tbody td {
padding: 9px;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.90em;
line-height: 1;
border: 1px solid #9e875a;
border-collapse: collapse;
word-break: normal;
}


.btn_tickets {
cursor: pointer;
display: inline-block;
padding: 12px 16px;
margin: 0 3px 3px 0;
position: relative;
color: #ffffff;
vertical-align: middle;
font-weight: normal !important;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
font-size: 0.85em;
background: #690a02;
}

.btn_tickets:hover {
background: #a40d00;
color: #ffffff;
font-weight: normal !important;
}

/************************************************************************************
SYNOPSIS
*************************************************************************************/
.synopsis_container {
width: 88%;
text-align: left;
margin: 15px 0 15px 30px;
word-wrap:break-word;
font-size: 1.25em;
line-height: 1.35;
position: relative;
}

/************************************************************************************
ENDORSEMENTS
*************************************************************************************/
.endorsement {
width: 100%;
position: relative;
}


/************************************************************************************
PARTNERS
*************************************************************************************/
.partner {
width: 100%;
position: relative;
}



/************************************************************************************
SOUNDTRACK
*************************************************************************************/

.column_music_left {
	width: 35%;
	float: left;
}

.column_music_right {
	width: 63%;
	float: left;
}

.video_player {
	width: 68%;
	margin: 0 auto;
}




/************************************************************************************
CAST
*************************************************************************************/

ul#cast {
margin: 0 auto;
padding: 0;
list-style-type:none;
position: relative;
}

ul#cast li {
padding: 0;
float: left;
width: 30%;
text-align: center;
color: #ffffff;
margin: 0 2% 35px 0;
position: relative;
}

ul#cast li:nth-child(3n) {
margin: 0 0 35px 0;
}

.cast_image {
display: block;
width: 200px;
height: 200px;
border: 4px solid #ffffff;
-moz-box-shadow: 0px 0px 8px #000000;
-webkit-box-shadow: 0px 0px 8px #000000;
box-shadow: 0px 0px 8px #000000;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
-khtml-border-radius: 100px;
border-radius: 100px;
margin: 0 auto 20px auto;
position: relative;
overflow:hidden;
}

.cast_blackbox {
width: 100%;
height: 100%;
background: #000000;
position: absolute;
top:0;
left:0;
display: block;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}

.cast_details {
display: none;
}

.cast_pad {
padding:25px;
background: #ffffff;
color: #000000;
text-align: left;
}

.cast_pad img {
border: 1px solid #9e9e9e;
margin: 20px 20px 10px 0;
float: left;
}




/************************************************************************************
DOWNLOADS
*************************************************************************************/
.image_brdr {
border: 2px solid #ffffff;
position: relative;
margin-bottom: 8px;
-moz-box-shadow: 0px 2px 7px #2c2c2c;
-webkit-box-shadow: 0px 2px 7px #2c2c2c;
box-shadow: 0px 2px 7px #2c2c2c;
}

.image_brdr_float {
border: 2px solid #ffffff;
position: relative;
margin-bottom: 8px;
-moz-box-shadow: 0px 2px 7px #2c2c2c;
-webkit-box-shadow: 0px 2px 7px #2c2c2c;
box-shadow: 0px 2px 7px #2c2c2c;
float: left;
}




/************************************************************************************
PHOTOS & VIDEOS
*************************************************************************************/
.photo_thumbs {
display:inline-block;
margin: 0 12px 12px 0;
border: 2px solid #ffffff;
}

.photo_thumbs:nth-child(3n) {
margin: 0 0 12px 0;
}

.video_thumbs {
width: 44%;
float: left;
margin: 0 4% 20px 2%;
text-align: center;
font-size: 0.85em;
font-weight: normal;
position: relative;
}

.video_thumbs:nth-child(2n) {
margin: 0 0 20px 0;
}

.video_thumbs img {
border: 2px solid #ffffff;
position: relative;
}

.videos_black {
cursor: pointer;
background: #000000;
position: absolute;
top: 2px;
left: 2px;
width: 100%;
padding-bottom: 75%;
display: block;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
overflow: hidden;
}

.videos_play {
position: absolute;
top: 26%;
left: 50%;
margin: 0 0 0 -41.5px;
background: url(../_images/btn_play.png) no-repeat center top;
width: 83px;
height: 83px;
z-index: 2000;
display: block;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}



/************************************************************************************
SIGN UP
*************************************************************************************/
#signup_container {
width: 50%;
word-wrap:break-word;
font-size: 1.25em;
line-height: 1.35;
position: relative;
margin: 0 auto;
}

.btn_submit {
cursor: pointer;
display: inline-block;
padding: 8px 35px;
position: relative;
vertical-align: middle;
font-weight: normal !important;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
background: #690a02;
color: #ffffff;
font-size: 1em;
}

.btn_submit:hover {
background: #a40d00;
color: #ffffff;
font-weight: normal !important;
}



#signup_form label {
margin: 15px 0 0 0;
display: block;
}

#signup_form label.required {
font-weight: bold;
}

#signup_form label em {
color: #c83333;
font-style: normal;
margin: 0 0 7px 0;
}

#signup_form select {
display: block;
font-size: 1em;
margin: 0 0 5px 0;
}

#signup_form input[type=text],#signup_form input[type=password] {
width: 90%;
display: block;
background: #ffffff;
padding: 9px 15px;
color: #000000;
font-size: 1em;
margin: 5px 0 5px 0;
position:relative;
border: 1px solid #c5c5c5;
}

.error {
margin: 0 0 5px 0;
color: #C40A11;
font-weight: bold;
}

.thepot {
display: none;
}




/************************************************************************************
TEXT STYLING
*************************************************************************************/
a {
text-decoration: none;
color: #870909;
font-weight: bold;
}

a:hover {
text-decoration: none;
color: #4e0404;
font-weight: bold;
}


h1, h2, h3, h4, h5, h6 {
font-weight: normal;
line-height: 1;
margin: 0;
padding: 0;
}

h1 {font-size: 4.5em;  } 
h2 {font-size: 3.5em;} 
h3 {font-size: 3em;}
h4 {font-size: 2.5em; } 
h5 {font-size: 2em; }
h6 {font-size: 1.5em;} 

.cinzel {
font-family: 'Cinzel',Times New Roman, Times, serif;
text-transform: uppercase;
}

.writing {
font-family: 'Rock Salt', cursive;
line-height: 1.1;
}

p {
padding: 8px 0 12px 0;
} 


h1.header {
position: relative;
top: 43%;
text-transform: uppercase;
font-weight: normal;
font-family: 'Cinzel',Times New Roman, Times, serif;
line-height: 1.1;
font-size: 4.5em;
color: #ffffff;
text-shadow:0px 1px 8px #000000;
}

.txt_smaller {
font-size: 0.85em !important;
}

.txt_big {
font-size: 1.25em !important;
line-height: 1.3
}

.txt_bigger {
font-size: 1.5em !important;
line-height: 1.4;
}

.goldish {
	color: #f7b572;
}


.orange {
	color: #ff7123 !important;
}
.white {
color: #ffffff;
}

.spread_out {
letter-spacing: 6px;
}

.center_it {
text-align: center !important;
}

.left_it {
text-align: left !important;
}

.right_it {
text-align: right !important;
}


ul,ol {
	margin: 0;
	padding: 10px 0 0 40px;
}

li {
	margin: 0 0 8px 0;
}


/************************************************************************************
PADS,FLOATS,IMAGES,BUTTONS
*************************************************************************************/
.spacer5 {
padding: 0 0 5px 0 !important;
margin: 0 !important;
line-height: 0;
}

.spacer10 {
padding: 0 0 10px 0 !important;
margin: 0 !important;
line-height: 0;
}

.spacer15 {
padding: 0 0 15px 0 !important;
margin: 0 !important;
line-height: 0;
}


.spacer20 {
padding: 0 0 20px 0 !important;
margin: 0 !important;
line-height: 0;
}

.spacer30 {
padding: 0 0 30px 0 !important;
margin: 0 !important;
line-height: 0;
}

.spacer50 {
padding: 0 0 50px 0 !important;
margin: 0 !important;
line-height: 0;
}

.img_brdr {
-moz-box-shadow: 0px 0px 15px #000000;
-webkit-box-shadow: 0px 0px 15px #000000;
box-shadow: 0px 0px 15px #000000;
border: 4px solid #ffffff;
}

.img_float {
float: left;
margin: 0 0 15px 0;
}

.img_wrap_right {
float: right;
margin: 10px 0 10px 20px;
}

.img_thumbs {
width: 48%;
float: left;
margin: 0 2% 20px 0;
text-align: center;
}

.img_thumbs:nth-child(2n) {
margin: 0 0 20px 0;
background: red;
}

.column_half {
width: 46%;
float: left;
margin: 10px 4% 10px 0;
position: relative;
}

.column_half:nth-child(2n) {
margin: 10px 0;
}

.column_third {
	width: 30%;
	float: left;
	text-align: center;
	margin: 20px 1%;
}


.column_pad {
	padding: 5px 0px 5px 40px;
}


.pad_75_vert {
padding: 75px 0;
}

.btn_big_main {
	cursor: pointer;
display: inline-block;
padding: 15px 45px;
position: relative;
color: #ffffff;
vertical-align: middle;
font-weight: normal !important;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
background: #ff4e00;
margin: 4px 4px 6px 0;
font-size: 1.5em;
}

.btn_big_main:hover {
	background: #ff3000;
color: #ffffff;
font-weight: normal !important;
}

.btn_main {
cursor: pointer;
display: inline-block;
padding: 15px 25px;
position: relative;
color: #ffffff;
vertical-align: middle;
font-weight: normal !important;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
background: #690a02;
margin: 4px 4px 6px 0;
}

.btn_main:hover {
background: #a40d00;
color: #ffffff;
font-weight: normal !important;
}

.btn_main_small {
cursor: pointer;
display: inline-block;
padding: 10px 15px;
position: relative;
color: #ffffff;
vertical-align: middle;
font-weight: normal !important;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
font-size: 0.80em;
background: #690a02;
}

.btn_main_small:hover {
background: #a40d00;
color: #ffffff;
font-weight: normal !important;
}


/************************************************************************************
PAGINATION
*************************************************************************************/
.pagination {
margin: 10px 0;
padding: 0;
list-style: none;
}

.pagination li{
float: left;
margin-right: 2px;
border: 1px solid #967a42;
padding: 0;
font-size: 0.70em;
}

.pagination .active {
border: none;
display: block;
padding: 5px 9px;
font-weight: bold;
}

.pagination .separator{
border: none;
display: block;
padding: 3px 2px;
}

.pagination a {
display: block;
padding: 5px 9px;
font-weight: bold;
}

.pagination a:hover{
text-decoration: none;
background:#967a42;
}
