/*
 * ------------------------------------------------------------------------
 * JA T3 Blank template for joomla 2.5
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
*/

/* COMMON STYLE
--------------------------------------------------------- */

body {
	color: #000000;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	line-height: 24px;
}

body#bd { background: url(../images/bgd-body.jpg) repeat top left; color: #00000; /*border-top: 4px solid #121212; padding-top: 30px;*/}
/* Normal links ---*/
a { color: #9B2D38; text-decoration: none; }

a:hover, a:active, a:focus { text-decoration: none; color: #000000; cursor: pointer;}
.clear{ clear:both;}
/* Readon links ---*/
p.readmore a { text-transform: uppercase; }

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
color: #972435;
}

h1.componentheading, .componentheading {
	/*border-bottom: 1px solid #ccc;*/
	font-weight: normal;
}

h2.contentheading, .contentheading {
	font-weight: normal;
}

.contentheading { font-size: 200%; }

.blog-featured .contentheading { font-size: 150%; }

.jitem-title { font-size: 110%; font-weight: bold; }

/* Others ---*/
hr { border-top: 1px solid #ccc; }

/* FORM
--------------------------------------------------------- */
input, select, textarea, .inputbox {
	/*padding: 2px;*/
	font-family: Helvetica, Arial, sans-serif;
}

input.inputbox, input#jform_email {   
	background: none repeat scroll 0 0 #9b2d38;
    border: 1px solid #008463;
    color: #FFFFFF;
    height: 12px;
	/*width: 206px;*/
    padding: 5px;
     
}
.inputbox:hover, .inputbox:focus { /*background: #ffffcc;*/ }

/* Search ---*/
div.search { background: #121212; padding: 10px 15px 10px;}
form#searchForm { padding: 0 0 15px; }

.searchintro { border-bottom: 1px solid #ccc; }

.results h4 { text-transform: none; font-size: 110%; }

.search fieldset { border: 1px solid #ccc; margin: 0px 0 15px; padding: 10px; }

.search legend {	font-size: 100%; font-weight: bolder; line-height: 1.2; margin-left: 10px; }

/* Contact ---*/
#component-contact #emailForm { border-top: 1px solid #ccc;}

#contact-slider {
	float: none;
	border-bottom: 1px solid #e2e2b5;
}

#contact-slider .title {
	padding: 8px 10px;
	border-top: 1px solid #e2e2b5;
	border-left: 1px solid #e2e2b5;	
	border-right: 1px solid #e2e2b5;
	margin: 0;
}

#contact-slider .jpane-toggler-down {
	background: #333333;
}

#contact-slider .jpane-toggler-down a {
	color: #fff;
}

#contact-slider dt.closed {
	background: #ffffcc;
}

#contact-slider .content {
	border: 1px solid #e2e2b5;
	padding: 8px 10px;
}

#contact-slider .contact-image {
	margin: 15px 0;
	float: right;
}

/* -- EDITOR STYLES ----------------------------- */
#adminForm fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
}

#adminForm fieldset legend {
	padding: 0 5px;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.items-leading { border-bottom: 1px solid #ccc; }

.items-row { border-bottom: 1px solid #ccc; }

/* Meta ---*/
dl.article-info { color: #999; text-transform: none; }

.contentdescription { border-bottom: 1px solid #ccc; }

ul.actions li {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}

/*Inline images ---*/
p.img_caption { color: #999; text-transform: uppercase; }

/* Tables ---*/
thead tr th {
	background: #333;
	color: #fff;
	padding: 5px;
}

thead tr th a,
thead tr th a:hover,
thead tr th a:focus,
thead tr th a:active { color: #fff; }

.cat-list-row1,
.cat-list-row12,
tr.cat-list-row1 td,
tr.cat-list-row2 td { border-bottom: 1px solid #ccc; padding: 5px; }

.cat-list-row1:hover,
.cat-list-row2:hover { background: #ffffcc; }

.cat-list-row2,
tr.cat-list-row2 td { background-color: #f6f6f6; }

/* Content Toc */
table.contenttoc { border: 1px solid #ccc; }

table.contenttoc td { border-bottom: 1px dotted #ccc; }

table.contenttoc th {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}

/* Poll */
form#poll {
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
}

dl.poll { border-bottom: 1px dotted #ccc; }

table.pollstableborder td {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td,
table.pollstableborder tr.sectiontableentry1 td { background: #fff; font-weight: normal; }

/* Pagination ---*/
.pagination li span,
.pagination li strong { line-height: 20px; }

.items-more { border-bottom: 1px solid #ccc; }

.items-more h3 { font-size: 125%; }

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable, div.moduletable{
	padding: 0;
}
div.ja-moduletable div.ja-box-ct, div.moduletable div.ja-box-ct{
	/*margin-top: 0;*/
	padding:0 0 10px;
}
div.ja-moduletable h3, div.moduletable h3 {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 38px;
	color:#fff;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	 font-weight: normal;
}
div.ja-moduletable h3 span, div.moduletable h3 span{
	padding: 0 10px;
}
/* Login Module ---*/
#login-form ul li {
	background: url(../images/bullet.gif) no-repeat 2px 8px;
	line-height: 160%;
	margin-bottom: 0px;
	overflow: hidden;
	padding-left: 12px;
}

#login-form label {
	display: block;
}

#login-form #form-login-remember label {
	display: inline;
}
.login_form .button, .login button{
	margin: 0;
}

/* Advertisement ---*/
div.bannergroup_text div.banneritem { border-bottom: 1px dotted #ccc; padding:5px 0; }

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-container {
    display: none;
    z-index: -5;
}
#ja-container .main { padding: 0px 0 0; }
.main .main-inner1 { margin-left: -5px !important; margin-right: -5px !important; }
#ja-main { margin-top: 10px;}
.ja-content-main{ margin: 0;}
/* HEADER
--------------------------------------------------------- */
#ja-header .main { padding: 0;}

h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; }

/* Logo Image ---*/
h1.logo { display: inline-block; padding: 4px 0 29px 5px; }

h1.logo a {
	background: url(../images/logo.png) no-repeat left;
	display: block;
	position: relative;
	width: 491px;	
	height: 94px;
	right: 33px;
}

/* Logo Text ---*/
div.logo-text h1 {
	font-size: 200%;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

div.logo-text h1 a {
	text-decoration: none;
}

p.site-slogan {
	color: #ccc;
	display: block;
	font-size: 85%;
	margin: 3px 0 0;
	padding: 0 10px;
	text-transform: uppercase;
}

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav .main { border-bottom: 1px solid #ccc; }

/* Breadcrumbs ---*/
#ja-navhelper .main {
	text-transform: uppercase;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.ja-breadcrums {
	text-indent: 10px;
}

/* Extras ---*/
.ja-links { padding-right: 10px; }

.ja-links li { padding: 0 10px; }

/* Default Joomla! Menu ---*/
#ja-container .moduletable_slideup ul.menu{
	padding: 6px 5px 10px;
}
#ja-container ul.menu li {
	background:  url(../images/border-bottom-itemmenu.png) repeat-x left bottom!important;
	line-height: 39px;
	margin-bottom: 0px;
	overflow: hidden;
}

#ja-container ul.menu li a {
	background: url(../images/bullet-default.png) no-repeat 7px 17px!important;
	padding:0 0 0 22px;
	color: #fff;
	display:block;
	
}
#ja-container ul.menu li li a{
	text-indent: 0;
}
#ja-container ul.menu li:hover > a, #ja-container ul.menu li.active > a{
	background-color: #A7080C!important;
	text-indent: 0;
}
#ja-container ul.menu li li:hover > a, #ja-container ul.menu li li.active > a {
	background-color: #191919!important;
}

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl {
	margin-top: 10px;
}
#ja-botsl {
	margin-top: 10px;
}
#ja-topsl .main,
#ja-botsl .main{
	width: 992px;
}

#ja-topsl .ja-box, #ja-botsl .ja-box { 
	/*background: url(../images/dot-1.gif) repeat-y right;*/
	
}

#ja-topsl .ja-box-right, #ja-botsl .ja-box-right {
	background: 0;
}

#ja-topsl .ja-moduletable, #ja-botsl .ja-moduletable {
	margin: 0px 6px;
	/* background: #121212; */
}
#ja-topsl div.ja-moduletable h3,
#ja-botsl div.ja-moduletable h3 { 
	border-bottom: 0; 
	padding-bottom: 0;
	font-size: 18px;
	line-height: 37px;
	border-bottom: 1px solid #282828;
	margin: 0;
}

#ja-topsl .ja-moduletable .ja-box-ct, #ja-botsl .ja-moduletable .ja-box-ct{
	padding: 6px 5px;
}
#ja-topsl ul, #ja-botsl ul{
	padding: 0 0 7px;
}
#ja-topsl ul.menu li, #ja-botsl ul.menu li,
#ja-topsl ul.latestnews li, #ja-botsl ul.latestnews li,
#ja-topsl ul.weblinks li, #ja-botsl ul.weblinks li {
	background:  url(../images/border-bottom-itemmenu.png) repeat-x left bottom;
	line-height: 39px;
	margin-bottom: 0px;
	overflow: hidden;
	padding: 0;
}
#ja-topsl ul.menu li a, #ja-botsl ul.menu li a,
#ja-topsl ul.latestnews li a, #ja-botsl ul.latestnews li a,
#ja-topsl ul.weblinks li a, #ja-botsl ul.weblinks li a {
	background: url(../images/bullet-default.png) no-repeat 7px 17px;
	padding: 0 0 0 22px;
	color: #fff;
	display:block;
}
#ja-topsl ul li:hover > a,#ja-botsl ul li:hover > a,
#ja-topsl ul li.active > a,#ja-botsl ul li.active > a{
	background-color: #A7080C;
}

/* Top spotlight ---*/
#ja-topsl .main { padding: 0; }
#ja-topsl .main-inner1 { padding: 10px 0; /*border-bottom: 1px solid #ccc; */}

/* Bot spotlight ---*/
#ja-botsl .main { padding: 0; }
#ja-botsl .main-inner1 { /*padding: 10px 0; border-top: 1px solid #ccc;*/ }

#ja-topsl .ja-moduletable img,
#ja-botsl .ja-moduletable img{
	/*padding: 2px;*/
}
/*===== BLUE COLOR =====*/
#ja-topsl .moduletable_bgdblue, #ja-botsl .moduletable_bgdblue{
	background: #4792B9;
}
#ja-topsl div.moduletable_bgdblue h3,
#ja-botsl div.moduletable_bgdblue h3 {
	border-bottom: 1px solid #67b4dc;
} 
#ja-topsl div.moduletable_bgdblue img,
#ja-botsl div.moduletable_bgdblue img{
	border: 1px solid #67b4dc;
}
/*===== RED COLOR =====*/
#ja-topsl .moduletable_bgdred, #ja-botsl .moduletable_bgdred{
	background: #a7080c;
}
#ja-topsl div.moduletable_bgdred h3,
#ja-botsl div.moduletable_bgdred h3 {
	border-bottom: 1px solid #bb4245;
} 
#ja-topsl div.moduletable_bgdred img,
#ja-botsl div.moduletable_bgdred img{
	border: 1px solid #bb4245;
}
/*===== YELLOW COLOR =====*/
#ja-topsl .moduletable_bgdyellow, #ja-botsl .moduletable_bgdyellow{
	background: #F9AA07;
}
#ja-topsl div.moduletable_bgdyellow h3,
#ja-botsl div.moduletable_bgdyellow h3 {
	border-bottom: 1px solid #fdbc35;
} 
#ja-topsl div.moduletable_bgdyellow img,
#ja-botsl div.moduletable_bgdyellow img{
	border: 1px solid #fdbc35;
}
/*===== GREEN COLOR =====*/
#ja-topsl .moduletable_bgdgreen, #ja-botsl .moduletable_bgdgreen{
	background: #7FAF28;
}
#ja-topsl div.moduletable_bgdgreen h3,
#ja-botsl div.moduletable_bgdgreen h3 {
	border-bottom: 1px solid #a4d54a;
} 
#ja-topsl div.moduletable_bgdgreen img,
#ja-botsl div.moduletable_bgdgreen img{
	border: 1px solid #a4d54a;
}
/*===== ORANGE COLOR =====*/
#ja-topsl .moduletable_bgdorange, #ja-botsl .moduletable_bgdorange{
	background: #CA572A;
}
#ja-topsl div.moduletable_bgdorange h3,
#ja-botsl div.moduletable_bgdorange h3 {
	border-bottom: 1px solid #e47b51;
} 
#ja-topsl div.moduletable_bgdorange img,
#ja-botsl div.moduletable_bgdorange img{
	border: 1px solid #e47b51;
}
/*===== PURPLE COLOR =====*/
#ja-topsl .moduletable_bgdpurple, #ja-botsl .moduletable_bgdpurple{
	background: #7E145C;
}
#ja-topsl div.moduletable_bgdpurple h3,
#ja-botsl div.moduletable_bgdpurple h3 {
	border-bottom: 1px solid #B42E89;
} 
#ja-topsl div.moduletable_bgdpurple img,
#ja-botsl div.moduletable_bgdpurple img{
	border: 1px solid #B42E89;
}

/* MISCELLANOUS
----------------------------------------------------------- */
/* Others ---*/
#ja-top-panel .main-inner1 {
	border: 2px dotted #e2e2b5;
	padding: 5px 10px;
	text-align: center;
	margin-top: 15px;
	background: #ffffcc;
	position: relative;
}

#ja-banner { border-top: 1px solid #ccc; }

div.ja-innerdiv { border-bottom: 1px dotted #ccc; }

div.ja-innerdiv h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 92%;
	font-weight: normal;
	text-transform: uppercase;
}

a.ja-icon-video {
	background: url(../images/icon-youtube.gif) no-repeat 5px 8px #fff;
	border: 1px solid #ccc;
	color: #666;
	display: block;
	font-weight: bold;
	position: absolute;
	padding: 5px 5px 5px 43px;
	right: 10px;
	top: 8px;
	text-decoration: none;
	width: 35px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
a.ja-icon-video span { color: #666; }

a.ja-icon-video:hover,
a.ja-icon-video:focus,
a.ja-icon-video:active { border-color: #ddd; text-decoration: none; }

a.ja-icon-video:hover span { color: #0F85D8; }

#ja-absolute .main {
	position: fixed;
	width: auto;
	height: auto;
	z-index: 99999;
	top: 1px;
	left: 1px;
}

#ja-absolute .main a {
	width: 91px;
	height: 99px;
	overflow: hidden;
	display: block;
	background: url(../images/joomla15.png) no-repeat left top #fff;
	text-indent: -9999px;
}

#ja-absolute .main a:hover,
#ja-absolute .main a:focus {
	background-position: left bottom;
	text-decoration: none;
}

/*=========== TAMPT =============*/

/*=========== HEADER ==========*/
#ja-header{
	/* border-top: 4px solid #121212; */
	padding-top: 0px;
}
#ja-header .wrap-inner1{
	 background: url(../images/bgd-mainmenu.png) repeat-x top left; 
	 position: fixed;
	 top: 0px;
	 width: 100%;
}
#ja-logo{
	float:left;
	display: inline-block;
	padding-right: 69px;
	padding-bottom: 10px;
}
#ja-logo :hover {
	cursor:pointer;
}
#ja-logo h1{
	/* background: #a7080c; */
	width: auto;
}
#ja-mainmenu{
	/*float:left;
	width: 760px;*/
	/*height: 77px;*/
}
span.has-image{
	background-position: left center;
}
span.menu-title{
	padding: 15px 0 0 0;
	font-size: 18px;
	text-transform: uppercase;
	 -webkit-font-smoothing: antialiased;
	 font-weight: normal;
}
span.menu-desc{
	font-size: 12px;
	color:#989797;
	padding: 5px 0 0 0;
}
#ja-mainmenu ul li li span.has-image span.menu-title{
	background: none;
	padding: 0;
}
#ja-mainmenu a{
	color: #fff;
}
#ja-mainmenu a.active span.menu-desc,
#ja-mainmenu a:hover span.menu-desc{
	color: #fff;
}

/*======== BOTTOM SPOTLINE =========*/

/*======== TWITTER =========*/
.twtr-widget{
	font-family: Arial!important;
	font-size: 12px;
}
.twtr-hd,
.twtr-ft{
	display:none;
}
.twtr-widget .twtr-tweet{
	border: none!important;
	padding: 10px 0 0;
}
.twtr-widget .twtr-tweet-wrap{
	padding: 0px 6px!important;
}
.twtr-widget .twtr-tweet .twtr-tweet-text{
	border-bottom: 1px solid #232323;
}
.twtr-widget .twtr-tweet:last-child .twtr-tweet-text{
	border: none;
}
#twtr-widget-1 .twtr-doc, #twtr-widget-1 .twtr-hd a, #twtr-widget-1 h3, #twtr-widget-1 h4{
	background: none!important;
}
#twtr-widget-1 .twtr-tweet a{
	font-size: 12px;
}
.twtr-widget h3, .twtr-widget h4, #twtr-widget-1 .twtr-bd p {
	line-height: 20px!important;
	text-align: left!important;
}
#twtr-widget-1 .twtr-tweet a.twtr-timestamp{
	color: #fff!important;
}
#twtr-widget-1 .twtr-tweet em a{
	font-size: 11px;
}
/*======= MODULE USER 7 ========*/
p.intro{
	padding-bottom: 20px!important;
}
.number-phone .sub{
	font-size: 16px;
	background: url(../images/bgd-phone-pre-left.png) no-repeat top left;
	padding-left: 12px;
	padding-bottom: 5px;
	display: inline-block;
	line-height: 18px;
	position: absolute;
	margin-top:-5px;
	margin-left:-25px;
}
.number-phone .sub-inner{
	background: url(../images/bgd-phone-pre-right.png) no-repeat top right;
	display: inline-block;
	padding-right: 5px;
}
.big-number{
	padding-left: 20px;
	font-size: 36px;
	line-height: 36px;
}
.email-contact{
	font-size: 14px;
	padding-left: 80px;
}
.email-contact a{
	color: #fff;
}

/*========= FOOTER =========*/
#ja-footer{
	background: #121212 url(../images/bgd-footer.png) repeat top left;
	height: 75px;
	font-size: 12px;
	color: #00000;
	padding: 7px 0 2px 0;
}
.bgdImg #ja-footer{
	position: fixed;
	bottom: 0;
	z-index: 5;
}
#ja-poweredby{
	float:right;
}
/*====== DEFAULT ======*/
#ja-container .ja-moduletable .ja-box-ct{
	padding: 10px;
}
#ja-container .moduletable_nopadding .ja-box-ct{
	padding: 10px 0;
}
#ja-container .moduletable_slideup .ja-box-ct{
	padding: 0 0 10px;
}
#ja-container .ja-moduletable h3 {
	background: url(../images/bgd-h3-title.png) repeat-x bottom right;
}
#ja-container .moduletable_slideup h3{
	/*background: url(../images/bgd-h3-title.png) repeat-x bottom left;*/
	background: url(../images/bgd-mod-h3-title.png) no-repeat bottom right;
	line-height: 38px;
}
#ja-container .ja-moduletable h3 span{
	/*background: url(../images/bgd-span-title.png) no-repeat center right;
	display: block;
	line-height: 38px;
	padding: 0 64px 0 10px;*/
}
#ja-container .ja-moduletable h3 #dropdown{
	background-image: url(../images/icon_dropdown.png);
	width: 16px;
	height: 15px;
	display: inline-block;
	position: absolute;
	right: 12px;
	top: 14px;
	padding: 0;
	cursor: pointer;
}
#ja-container .ja-moduletable h3  .slideup{
	background-position: 0 0;
}
#ja-container .ja-moduletable h3  .slidedown{
	background-position: 0 -15px;
}
/*====== Background Image ========*/
#html-control{
	display:none;
}
.bgd-over-image{
	/* background: url(../images/bgd-background-over.png) repeat top left; */
	position: absolute;
	width: 100%;
	height: 100%;
}
#cp-caption{
	background: none;
	width: 980px;
	margin: 0 auto;
	position: static;
}
#cp-caption-inner{
	position: absolute;
	bottom: 150px;
	width: 980px;
	z-index: 5;
}
.cp-title{
	color: #fff;
	padding: 0 15px;
	background: #a4080c;
	margin-bottom: 8px;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	 font-weight: normal;
}
.cp-title a{
	font-size: 28px;
	color: #fff;
	line-height: 38px;
	text-decoration: none;
	text-transform: uppercase;
	
}
.cp-desc-block{
	display: block;
	line-height: 36px;
}
.cp-desc{
	font-size: 18px;
	background: url(../images/bgd-desc.png) repeat top left;
	color: #fff;
	font-weight: normal;
	padding: 6px 15px;
	display: inline;
}
.progress-button{
	/* background: #222222; */
	display: block;
	padding: 5px 3px;
	float:left;
	position: relative;
}
.cp-slide-btn{
	background-color: #9e080c;
	background-position: center center;
	width: 27px;
	height: 27px;
	display: block;
	position: static;
	float: left;
	margin: 0 2px;
}
a#cp-pause, a#cp-pause:visited,
a#cp-play, a#cp-play:visited{
	width: 27px;
	left: 45px;
}
a#cp-next, a#cp-next:visited{
	left: 78px;
}
#cp-bg-bar{
	bottom: 43px;
	text-align: center;
	z-index: 99;
}
#progress-background{
	background: #222;
	height: 5px;
}
#progress-bar{
	background: #a2080c;
	height: 5px;
}
/*======COM PORTFOLIO =========*/
.btp-cat-title,
.btp-title {
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 8px;	
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
	background: url(../images/bgd-title-page.png) no-repeat top right;
	padding: 0 34px 0 0;
}
.btp-cat-title span,
.btp-title span {
	background: #a7080c;
	display: inline-block;
	line-height: 38px;
	padding: 0 10px;
}
.btp-categories{
	padding: 10px 10px 0 0;
}
.btp-categories a{
	display: block;
	float:left;
	margin: 0 1px;
	cursor:pointer;
}
.btp-categories  span{
	display:block;
	cursor:pointer;
}
.btp-detail-desc{
	display: inline-block;
}
.btp-detail-desc .btp-detail-extrafields{
	background: url(../images/bgd-extra-field.png) repeat top left;
}
.btp-detail-extrafields-inner{
	background: url(../images/bg-item-k2-author.png) no-repeat bottom right;
	padding: 15px;
}
.btp-detail-extrafields-right{
	background: url(../images/quote.png) no-repeat top left;
}
.btp-item a:hover{
	cursor: pointer;
}
.btp-comments{
	background: #121212 url(../images/bg-item-k2-list-comment.png) no-repeat top right;
	display: inline-block;
	width: 100%;
	padding: 0;
}
.btp-comments-inner{
	padding: 8px;
}
.review-form-title,
div.btp-comment-head {
	background: url("../images/bg-item-author-l.png") no-repeat scroll left top;
}
div.btp-comment-head span,
.review-form-title span{
	background: url("../images/bg-item-author-r.png") no-repeat scroll right top transparent;
}
.btp-comment-item > div {
	background: url(../images/bgd-comment.png) repeat top left;
	border-left: 3px solid #3f3f3f;
}
.btp-comment-item .comment-admin{
	border-left: 3px solid #a7080c;
}
.iframe-hover-inner{
	background: url(../images/bgd-img-hover.png) repeat top left;
    border: 4px solid #A7080C;
}
.btp-item a:hover .iframe-hover-inner2{
	background: url("../images/bg-item-k2-author.png") no-repeat scroll bottom right transparent;
}
.bgd-slideshow{
	background: url(../images/bgd-background-over.png) repeat top left;
	position: absolute;
	width: 100%;
	height: 100%;
	display:block;
	top:0;
	z-index:99;
}
/*.container_skitter:hover div.bgd-slideshow{
	display:block;
}*/
.btp-submit-comment button{
	background: #a7080c;
	margin: 0;
	cursor: pointer;
}
.btp-submit-comment button:hover{
	background:#202020;
}
.btp-direction a:hover,
.btp-categories a:hover,
.btp-categories a.active{
	background: url(../images/bgd-hover-cat-right.png) no-repeat center right;
}
.btp-categories a{
	cursor:pointer;
}
.btp-direction a:hover span,
.btp-categories a:hover span,
.btp-categories a.active span{
	background: url(../images/bgd-hover-cat-left.png) no-repeat center left;
}
.btp-direction a{
	background: url(../images/bgd-cat-right.png) no-repeat center right;
	cursor:pointer;
}
.btp-direction a span{
	background: url(../images/bgd-cat-left.png) no-repeat center left;
}
.btp-item a{
	cursor:pointer;
}
/*====== USER =======*/
div.reset,
div.remind {
	background: #121212;
	padding: 15px;
}
div.reset p,
div.remind p{
	margin: 0;
}
.button2-left{
	margin: 10px 0 0;
}
.k2AccountPage table{
	width: 80%;
}
#description_ifr body{
	background: #191919;
	color: #fff;
}
/*====== SEARCH =======*/
.ja-moduletable .search {
	padding: 0px 0px 5px;
}
.ja-moduletable .search .inputbox{
	width: 206px;
}
.ja-moduletable .search .button{
	margin: 10px 0 0;
}
.bgdScroll #ja-header{
	position: fixed;
}
.bgdScroll #ja-container{
	padding: 77px 0 54px;
	display: inline-block;
}
.bgdScroll #ja-footer{
	position: fixed;
	bottom: 0;
	z-index: 9999;
}

/*====== HUONGVT ======*/
/*-----------Module 7------------*/
/*---Module 7.1---*/
#ja-right div.ja-moduletable{
	background:#121212;
}
.slides_container {
	background: none repeat scroll 0 0 #121212;
}
.bt-ig{
	margin: 0px 0 2px;
}
.bt-ig .pagination {
    right: 5px !important;
	left: auto!important;
}
.bt-ig .pagination li{
	margin: 0 2px!important;
}
.bt-ig .pagination li a {
	padding-top: 7px !important;
}
#ja-right  div.ja-moduletable{
	padding-bottom:0px;
}
/*---Module 7.2---*/
#ja-container div.moduletable_social div.ja-box-ct{
	padding-bottom:15px;
}
div.moduletable_social div.ja-box-ct div div{
	margin:15px 0 0 14px;
	width:99px;
	height:99px;
	float:left;
	text-align:center;
	color:#fff;
	font-size:12px;
	font-weight: bold;
	line-height:20px;	
}
div.moduletable_social div.ja-box-ct div div p{
	padding-top:8px;
	margin:0;
	font-size:18px;
}
div.ja-moduletable div.ja-box-ct  div.yt p{
	background:url(../images/icon_yt_normal.png) no-repeat center 8px;
	padding-top:55px !important;
}
div.moduletable_social div.fb,
div.moduletable_social div.sw,
div.moduletable_social div.yt,
div.moduletable_social div.ct{
	background:#202020;
}
div.moduletable_social div.ja-box-ct  div.fb:hover{
	background:#3b5998;
	cursor:pointer;
}
div.moduletable_social div.ja-box-ct div.sw:hover {
	background:#03c7f1;
	cursor:pointer;
}
div.moduletable_social div.ja-box-ct  div.ct:hover{
	background:#ff0084;
	cursor:pointer;
}
div.moduletable_social div.ja-box-ct  div.yt:hover{
	background:#950404;
	cursor:pointer;
}
div.moduletable_social div.ja-box-ct  div.yt:hover p{
	background:url(../images/icon_yt_hover.png) no-repeat center 8px;
}
/*-----------Module 5------------*/
#ja-left div.ja-moduletable a:hover{
	text-decoration:none;
}
#ja-left div.ja-moduletable{
	background:#121212;
}
.bt-accordionmenu {
	border:none !important;
}
/*---Module 5.1---*/
ul.bt-accordionmenu,
.ul-wrapper ul{
	margin-top:0;
	margin-bottom: 0;
}
ul.bt-accordionmenu li{
	border-bottom: 1px solid #1a1a1a;
	padding:0;
	margin-bottom:0;
	float: left;
	width: 100%;
}
.bt-accordionmenu > li > .item-wrapper,
.bt-accordionmenu li ul li .item-wrapper{
	height: 40px;
	float: left;
	width: 100%;
	display: inline-block;
}
.bt-accordionmenu > li.first,
.bt-accordionmenu > li.last{	
	border-radius: 0 !important;
}
.bt-accordionmenu li .item-wrapper .menu-link {
	padding-left:8px !important;
}
.bt-accordionmenu > li > .item-wrapper a{
	line-height: 40px;
	display: inline-block;
}
.bt-accordionmenu .item-wrapper:hover a, 
.bt-accordionmenu li.current > .item-wrapper a,
.bt-accordionmenu li ul li .item-wrapper a{
	line-height: 40px;
	color: #fff;
	padding-left: 16px;
}
ul.bt-accordionmenu li li{
	background: none !important;
	border-bottom: none;
    border-top: 1px solid #1A1A1A;
}
ul.bt-accordionmenu li a,
ul.bt-accordionmenu li a:hover,
ul.bt-accordionmenu li a:visited,
ul.bt-accordionmenu li a:active,
ul.bt-accordionmenu li a:focus{
	background: url("../images/bullet.png") no-repeat scroll 0px 16px transparent;
	padding-left:16px;
	color: #fff;
}	
ul.bt-accordionmenu li li .item-wrapper .menu-link{
	padding-left:20px !important;
}
ul.bt-accordionmenu li li ul{
	/*padding-left: 20px;*/
}
ul.bt-accordionmenu li li li{
	padding-left: 15px;
}
ul.bt-accordionmenu  li > div.item-wrapper,
ul.bt-accordionmenu  li li div.item-wrapper{
	background: #121212;
}
ul.bt-accordionmenu li.opened > div.item-wrapper,
ul.bt-accordionmenu li.current > div.item-wrapper,
ul.bt-accordionmenu li div.item-wrapper:hover{
	background:#a7080c;
}
ul.bt-accordionmenu ul li.opened > div.item-wrapper,
ul.bt-accordionmenu ul li.current > div.item-wrapper,
ul.bt-accordionmenu ul li > div.item-wrapper:hover{
	background:#191919;
}
ul.bt-accordionmenu ul li li.opened > div.item-wrapper,
ul.bt-accordionmenu ul li li.current > div.item-wrapper,
ul.bt-accordionmenu ul li li div.item-wrapper:hover{
	background: none;
}
ul.bt-accordionmenu ul li li.opened > div.item-wrapper a,
ul.bt-accordionmenu ul li li.current > div.item-wrapper a,
ul.bt-accordionmenu ul li li div.item-wrapper:hover a{
	color:#a7080c;
}
.bt-accordionmenu li .item-wrapper .menu-icon{
	width:auto;
}
.bt-accordionmenu li .item-wrapper .menu-button {
    display: none;
}
/*---Module 5.2---*/
.ja-col div.slide div.bt-row{
	padding-bottom:5px;
	border-bottom: 1px solid #282828;
	width: 100%!important;
}
.ja-col div.slide div.bt-row p.readmore,
.ja-col div.slide div.bt-row a.bt-category{
	display:none;
}
.ja-col div.slide div.bt-row div.bt-introtext{
	padding-right:10px;
	line-height:25px;
	color:#999999;
}
.ja-col div.slide div.bt-row:hover div.bt-introtext{
	color:#fff;
}
.ja-col div.slide div.bt-row img{
	outline: none !important;
	border: 1px solid #565656;
	padding:2px;
	float:left;
}
.ja-col div.slide div.bt-row:hover img{
	border: 1px solid #cfcfcf;
}
.ja-col div.slide div.bt-row:hover{
	background:#a7080c;
}
.ja-col .bt-row-separate{
	border: none;
}
/*---Module 5.3---*/
div.custom  div.quote{
	background:url(../images/quote.png) no-repeat left top;
	margin:10px 0 20px 10px;
	display: inline-block;
}
div.custom  div.quote p{
	padding:0 10px 0 20px;
	color:#fff;
	font-size:12px;
	margin:0;
	line-height:25px;
}
div.custom  div.quote p.author{
	color:#a7080c;
	font-size:11px;
}




/*---Custom CSS---*/

/*---news letter---*/

.customnewsletterx {
position: relative;
width: 345px;
height: 54px;
float: left;
margin-top: -9%;
right: 15px;
}
.modulenewsletterx {
position: relative;
width: 269px;
height: 54px;
float: left;
margin-top: -9%;
right: -9px;

}

#mc2_add {
position: relative;
margin-left: 235px;
margin-top: -23px;
}

#cmc-signup-214 {
position: relative;
width: 269px;
height: 54px;
float: left;
margin-top: -11%;
right: -9px;
}

#cmc-signup-submit-214 {
position: relative;
margin-left: 215px;
margin-top: -21px;
}

#intro214 {
position: relative;
top: 18px;
margin-left: 45px;
}
/*---End News letter---*/
.img-detail-comcontent {
display: none;
}

.bgdImg #Mod134 {
position: fixed;
height: 66%;
bottom: 25%;
left: 19%;
right: 19%;
}

.bgdImg #Mod135 {
position: fixed;
height: 71%;
bottom: 21%;
left: 17%;
right: 14%;
}

.bgdImg #Mod169 {
position: fixed;
height: 66%;
bottom: 25%;
left: 19%;
right: 19%;
} 




.bgdImg #Mod170 {
position: fixed;
height: 66%;
bottom: 37%;
left: 4%;
right: 3%;
}

.bgdImg #Mod168 {
position: fixed;
height: 66%;
bottom: 24%;
left: 19%;
right: 19%;
}

.ja-box.column.ja-box-right {
 width: 62%!important
}


.ja-box.column.ja-box-right {
position: absolute;
top: 65px;
/* height: 520px; */

}


#Mod172 {

position: fixed;

}

/* #Mod129 {
position: relative;
top: 70px;
max-height: 320px;
overflow: auto;

} */

.bgdImg .newsflash {
position: fixed;
height: 55%;
bottom: 25%;
left: 40%;
right: 15%;
overflow: auto;
max-height: 37%;
padding-right: 32px;
margin-right: -110px;
}


.bgdImg .newsflashaccomo{
position: fixed;
height: 45%;
bottom: 25%;
left: 40%;
right: 15%;
overflow: auto;
max-height: 44%;
padding-right: 32px;
margin-right: -110px;
}

.bgdImg .newsflashmeetings{
position: fixed;
height: 45%;
bottom: 25%;
left: 40%;
right: 15%;
overflow: auto;
max-height: 44%;
padding-right: 32px;
margin-right: -110px;
}

.bgdImg .newsflashwedding{
position: fixed;
height: 45%;
bottom: 25%;
left: 40%;
right: 15%;
overflow: auto;
max-height: 44%;
padding-right: 32px;
margin-right: -110px;
}

.bgdImg .newsflashhistory{
position: fixed;
height: 45%;
bottom: 25%;
left: 40%;
right: 15%;
overflow: auto;
max-height: 44%;
padding-right: 32px;
margin-right: -110px;
}


.bgdImg .newsflashamenities{
position: fixed;
height: 60%;
bottom: 26%;
left: 40%;
right: 15%;
overflow: auto;
max-height: 58%;
padding-right: 32px;
margin-right: -110px;
}

.newsflashpagesubmenu {
position: fixed;
height: 16%;
bottom: 69%;
left: 39%;
right: 2%;
}

.newsflashaccomosubmenu {
position: fixed;
height: 16%;
bottom: 69%;
left: 39%;
right: 2%;
}

.newsflashweddingsubmenu{
position: fixed;
height: 16%;
bottom: 69%;
left: 39%;
right: 2%;
}

.newsflashhistorysubmenu{
position: fixed;
height: 16%;
bottom: 69%;
left: 39%;
right: 2%;
}

.img-detail-comcontent {
display: none;
}

#Mod132 {
position: relative;
top: -25px;
}

#room {
position: relative;
left: 409px;
top: 17px;
color:#0e8061;
} 

#room a{
color: #851e2d;
}

#room a:link {
color: #0e8061;
}

#room a:hover {
color: #0e8061;
}

#room2 {
color: #851e2d;
}

#room2 a {
color: #0e8061;
}


#downloadpdf{
position: relative;
float: right;
bottom: 336px;

}


/* #grandballmap {
position: relative;
bottom: 184px;
z-index: -1;
}

#grandballinfo {
position: relative;
bottom: 194px;
} */


#swap {
position: relative;
bottom: 221px;
z-index: -1;
height:39em;
width:615px;
overflow:hidden;
}

#grandballmap, #hampshiremap, #northampton, #executive, #innsiders{
height:39em;
}

/* #one{background:red;}
#two{background:blue;}
#three{background:green;} */


.bgdImg #Mod113 {
	position: fixed;
	bottom: 0;
	z-index: 5;
	margin-bottom: 63px;
	margin-left: -683px;
	width: 2500px;
	background-image: url('/images/menuback.png');
}

.bgdImg #Mod137 {
	position: fixed;
	bottom: 0;
	z-index: 5;
	margin-bottom: 58px;
	margin-left: 43px;
	width: 980px;
}


.bgdImg #Mod155 {
position: fixed;
bottom: 0;
z-index: 5;
margin-bottom: 58px;
margin-left: 43px;
width: 980px;
}



.newsflashdiningtext {
position: fixed;
margin-top: -54px;
/* width: 721px; */
/* height: 369px; */
margin-left: -123px;
padding-left: 3px;
padding-right: 11%;
overflow: auto;
max-height: 64%;
}


.submenutext {
 font-family: georgia;
 color: #9b2d38; 
 font-variant: small-caps; 
 vertical-align: top;
 font-weight:bold;
 font-size: 11px;
 }
 
 
 .submenutext2 {
 font-family: georgia;
 color: #9b2d38; 
 font-variant: small-caps; 
 vertical-align: top;
 font-weight:bold;
 font-size: 11px;
 line-height: 12px;
 }




#jnews_module1 {
	position: relative;
	width: 262px;
	height: 55px;
	float: left;
	margin-top: -6%;
	right: -7px;  
	border-color: #008463;
	border: 2px;
	border: 1px solid #008463;
}


#google_translate_element {
	position: relative;
	float: right;
	right: 40px;
	margin-top: -5%;
}

.customhistoric {
	margin-left: 33px;
}

@media only screen and (max-device-width:768px) {
.custommobile_view {
	display: block;
	position: relative;
	width: 500px;
	top: -400px;
}
}

@media only screen (min-width:767px) {
.custommobile_view {
	display: none;
	position: relative;
	width: 500px;
	top: -400px;
}
}
.customfacebookicon {
	width: 102px;
	float: right;
	position: relative;
	left: 68px;
	top: -74px;
}

.customcopyright {
	width: 741px;
	float: right;
	position: relative;
	left: 0px;
	top: -4px;
	font-size: 11px;
}


.custombooknow {
	position: fixed;
	height: 104px;
	background-image:url('/images/booknow_bkg'); 
	background-repeat:no-repeat;
	z-index: 10;
	margin-left: -8px;
	top: -3px;
	/* margin-left: 69px; */
}


.ja-box.column.ja-box-center {
	margin-left: 516px;
}


.pretext {
position: relative;
top: 0px;
left: -7px;
}

#Mod165 {
position: relative;
top: 50px;
left: -14px;
height: 415px;
width: 483px;
}


#_SimpleEmailForm {
position: relative;
top: 7px;
}

/*Google Weather*/


#weather1{
position: fixed;
width: 150px;
top: 18px;
margin-left: 506px;
z-index: 10;
}

.gkwTemp {
position: fixed;
top: 46px;
font-size: 16px;
}

.customnorthampton {

	font-size: 12px;
	color: #000;
	position: fixed;
	top: 0px;
	margin-left: 480px;
	z-index: 10;

}


.mod_weathergoogleweather {
	position: fixed;
	width: 142px;
	top: 33px;
	line-height: 12px;
	color: #000;
	margin-left: 482px;
	z-index: 10;
}



