@charset "utf-8";@import url(/media/system/css/system.css);/* ----[ LINKS ]----*/

/* all menu links */
#s5_nav a, #subMenusContainer a{
	text-decoration:none;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#s5_nav a{
	margin:0;	
}

#subMenusContainer ul li {
	padding:0px;
	margin:0px;
}

#s5_nav li a {float: left;}

span.s5_img_span {margin-top: -3px;float: left;}

/* Just sub menu links */
#subMenusContainer a, #s5_nav li li a{
	color:#fff;
	text-align:left;
	font-size:0.9em;
	font-weight:500;
	width:auto;
	white-space: pre;
}






.s5_sub_wrap_lower li a {
color:#000 !important;}


#subMenusContainer a:after, #s5_nav li li a:after {
content:"\a";
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/


/* All ULs and OLs */
#nav, #s5_nav ul, #s5_nav ol, #subMenusContainer ul, #subMenusContainer ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */
#s5_nav ol, #s5_nav ul, #subMenusContainer ul, #subMenusContainer ol {	
	left:0;
}

#subMenusContainer img {
margin-right:8px;
}

#s5_nav img {
margin-top:2px;
margin-bottom:-11px;
margin-left: auto;
margin-right: auto;
float: none !important;
}

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.s5_sub_wrap, .s5_sub_wrap_lower, .s5_sub_wrap_rtl, .s5_sub_wrap_lower_rtl { 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	margin-left: -1px;
	padding-right:6px;
	padding-bottom:6px;
	padding-left: 4px;
}

.mainParentBtn a {
	display:block;
	background:url(/templates/acpt/images/s5_menu_arrow.png) no-repeat right 8px;
	padding-right:24px;
}

.subParentBtn .S5_submenu_item a {
	background:url(/templates/acpt/images/s5_menu_arrow_subs.png) no-repeat right center;
	display:block;
}

.s5_sub_wrap_lower .subParentBtn .S5_submenu_item a {
	background:url(/templates/acpt/images/s5_menu_arrow_subs_dark.png) no-repeat right center;
	display:block;
}




#subMenusContainer div.s5_sub_wrap ul, #subMenusContainer div.s5_sub_wrap_rtl ul {
	-webkit-box-shadow:0 1px 2px 1px rgba(0, 0, 0, 0.1); 
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1); 
	border-top:none;
	color:#fff;
	margin-left: -3px;
	background:#FFFFFF;
	padding-bottom:3px;
	-moz-border-radius:0px 0px 3px 3px;
	-webkit-border-radius:0px 0px 3px 3px;
	border-radius:0px 0px 3px 3px;
}

#subMenusContainer div.s5_sub_wrap_lower ul, #subMenusContainer div.s5_sub_wrap_lower_rtl ul {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	color:#fff;
	-webkit-box-shadow:0 1px 2px 1px rgba(0, 0, 0, 0.1); 
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1); 	
	background:#FFFFFF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#subMenusContainer div.s5_sub_wrap ul ul, #subMenusContainer div.s5_sub_wrap_lower ul ul, #subMenusContainer div.s5_sub_wrap_rtl ul ul, #subMenusContainer div.s5_sub_wrap_lower_rtl ul ul {
	padding:0px;
	margin:0px;
	-moz-border-radius:none;
	-webkit-border-radius:none;
	border-radius:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background:none;
	border:none;
	padding:13px 3px 12px;
}

#subMenusContainer li.subParentBtn, #subMenusContainer li.subMenuBtn {
	padding:0 15px 5px;
	clear:both;
	min-width:225px;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#s5_nav li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	float:left;
	height:65px;
	padding-right: 5px;
    padding-left: 5px;
	padding-top:25px;
	padding-bottom:0px;
	margin-right:0px;
	overflow:hidden;
	line-height: 27px;
	border-left: 1px solid rgba(100, 100, 100, .25);
}

#s5_nav li a {
	color:#000;
	font-size:15px; /*xec*/
	text-align: center;
    float: none;
    font-weight:700;}
	
#s5_nav li .s5_img_span {
    display: block;
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3px;
    margin-top: -27px;}
	
	
#s5_nav li .s5_level1_span2 a {
	padding-left:0px;
	padding-right:0px;
}

#s5_nav li.mainParentBtn .s5_level1_span2 {
	padding-right:0px;
}

#s5_nav li.mainParentBtn .s5_level1_span2 a {
	padding-right:18px;
}

.S5_parent_subtext {
	clear: both;
    color: #a1a1a1;
    cursor: pointer;
    display: block;
    font-size: 0.7em;
    margin-left: 17px;
}

#s5_nav li .s5_level1_span1 {
background:none;
height:32px;
display:block;
padding-left: 12px;
padding-right: 12px;
}

#s5_nav li .s5_level1_span2 {
background:none;
height:32px;
display:block;
padding-top:6px;
}

#s5_nav li.active .s5_level1_span1, #s5_nav li.mainMenuParentBtnFocused .s5_level1_span1, #s5_nav li:hover .s5_level1_span1 {
height:40px;
display:block;
}

#s5_nav li.active .s5_level1_span2, #s5_nav li.mainMenuParentBtnFocused .s5_level1_span2, #s5_nav li:hover .s5_level1_span2  {
height:32px;
display:block;
padding-top:6px;
}

#subMenusContainer .moduletable {
padding:8px;
color:#fff;
border-bottom: 1px solid rgba(255, 255, 255, .1);
}

#subMenusContainer .moduletable h3 {
margin-bottom:8px;
}

.S5_submenu_item {
	padding:8px 16px;
	display:block;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}



.S5_grouped_child_item .S5_submenu_item {
	padding:4px;
	border:none;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	-moz-border-radius:none;
	-webkit-border-radius:none;
	border-radius:none;
}

#subMenusContainer li{
	list-style: none;
}


#subMenusContainer{	display:block; 	position:absolute;	top:0;	left:0;	width:100%;	height:0;	overflow:visible;	z-index:1000000000; }


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#s5_nav li li{	float:none; }

#s5_nav li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#s5_nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}

/* third-and-above-level lists */
#s5_nav li ul ul { margin: -1em 0 0 -1000em; }
#s5_nav li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#s5_nav li:hover ul{	margin-left: 0; }
#s5_nav li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#s5_nav li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#s5_nav li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#s5_nav li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#s5_nav li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#s5_nav li:hover a:focus{ margin-left: 0; }
#s5_nav li li:hover a:focus + ul { margin-left: 10em; }


span.menu_subtext {
	display:block;
	font-weight:normal;
	line-height:10px;
}

.S5_subtext {
display: block;
font-size: 0.8em;
padding-top: 4px;
color:#fff;
cursor:pointer;
-moz-opacity:.8;-khtml-opacity:.8;filter:alpha(opacity=80);opacity:.8;
}

.s5_sub_wrap_lower ul li ul li .S5_subtext, #subMenusContainer .s5_sub_wrap_lower ul li ul li .moduletable {
color:#333;}




.S5_grouped_child_item .S5_subtext {
padding-left:20px;
font-size:0.7em;
}

span.menu_title{
	line-height:12px;
	text-align:center;
}


div.has_description{
	height:auto;
}

div.S5_grouped_child_item span{
	font-size:0.9em;
}

div.S5_grouped_child_item {
	padding-top:4px;
	padding-bottom:4px;
}

div.S5_grouped_child_item span span.S5_submenu_item a{
	padding:0px;
	padding-left:12px;
	color:#fff;
}

#subMenusContainer a, #s5_nav li li a {outline:none;}





.s5_wrap_fmfullwidth #s5_nav li:hover a, .s5_wrap_fmfullwidth #s5_nav li.mainMenuParentBtnFocused a, .s5_wrap_fmfullwidth li.active a{color:#ffffff !important;}




#subMenusContainer {letter-spacing:0px;}
.s5_wrap_fmfullwidth li a {color:#000 !important;}
.s5_wrap_fmfullwidth #s5_nav img {display:none;}
.s5_wrap_fmfullwidth #s5_nav li {height:50px;line-height:20px;}
.s5_wrap_fmfullwidth #s5_rightmenu {height:76px;line-height: 15px;}
.s5_wrap_fmfullwidth .s5_menutext {display:none;}
.s5_wrap_fmfullwidth #s5_logo_wrap {margin-top:-6px;padding-top:0px;}
	
/*.s5_wrap_fmfullwidth .invert {-webkit-filter: invert(100%);
    filter: invert(100%);}	*/

.s5_wrap_fmfullwidth #s5_nav li:hover, .s5_wrap_fmfullwidth #s5_nav li.mainMenuParentBtnFocused, .s5_wrap_fmfullwidth #s5_nav li.active {height:41px;}

.s5_wrap_fmfullwidth .mainParentBtn a {background: url("/templates/acpt/images/s5_menu_arrow.png") no-repeat right -58px;}    
.s5_wrap_fmfullwidth li.mainMenuParentBtnFocused a { background-position:right 8px;} 
		
	
#s5_nav li:hover, #s5_nav li.mainMenuParentBtnFocused, #s5_nav li.active {
	border-left:1px solid rgba(255, 255, 255, .0) !important;
	height:73px;
	padding-top:43px;
	-moz-border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px;
	-webkit-box-shadow:0 2px 10px 5px rgba(0, 0, 0, 0.1); 
	box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 2px 10px 5px rgba(0, 0, 0, 0.1); 	}	
	
	
#s5_nav li.active	{
	height:73px;
	padding-top:43px;
}
	
#s5_nav li.mainParentBtn:hover, #s5_nav li.mainParentBtn.mainMenuParentBtnFocused	{
	border-left:1px solid rgba(255, 255, 255, .0) !important;
	-moz-border-radius:0px 0px 0px 0px;
	-webkit-border-radius:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;}	
	
.s5_wrap_fmfullwidth #s5_menu_wrapinner {display:none;}	
	
.s5_wrap_fmfullwidth ul.menu {
    width: 100% !important;}
/**
 * @copyright	Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */


/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}
/**
 * @copyright	Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(/templates/system/images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(/templates/system/images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(/templates/system/images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
	background: url(/templates/system/images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(/templates/system/images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(/templates/system/images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(/templates/system/images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

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

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(/templates/system/images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
*  {	margin: 0;	padding: 0; }

body  {
color:#191919;
background:#ffffff;
font-weight: 300;
font-size:1em;
overflow-x:hidden;
letter-spacing:0px;
line-height:193%;}

body.contentpane, body.mceContentBody {	background:#FFFFFF;}

/* TEMPLATE DEFAULTS
----------------------------------------------------------- */

.s5_lr_tab{background:url(/templates/acpt/images/s5_lrtab.png) 5px 2px repeat-y;cursor:pointer;position:fixed;padding-top:16px;padding-bottom:16px;width:35px;line-height:35px;z-index:3}.s5_lr_tab:hover{background:url(/templates/acpt/images/s5_lrtab.png) -30px 2px repeat-y}.s5_lr_tab_inner{font-size:12pt;font-weight:400;width:35px;float:right}#s5_columns_wrap{overflow:hidden;position:relative;width:100%}#s5_columns_wrap_inner{width:200%}#s5_center_column_wrap{float:left;left:50%;position:relative;width:50%}#s5_center_column_wrap_inner{left:-100%;overflow:hidden;min-height:1px;position:relative}#s5_left_column_wrap{float:left;left:-50%;position:relative}#s5_below_body_wrap{margin-top:14px}#s5_main_body_wrap{min-height:100%;width:100%}#s5_width_wrap{position:relative;margin-left:auto;margin-right:auto}.s5_wrap{margin:0 auto}.s5_float_left{float:left}.s5_frontenderrormsg{float:left;height:48px;margin-top:-7px;width:61px;background:url(/templates/acpt/images/vertex/error.png) no-repeat}#s5_above_body .s5_fourdivs_2{padding-bottom:15px;padding-right:15px}#s5_below_body .s5_fourdivs_2{padding-top:15px;padding-right:15px}#s5_above_body,#s5_below_body{margin-right:-15px}.s5_fourdivs_title{margin-bottom:8px}#s5_drop_down_container_inner{padding:30px 24px 0 0}#s5_drop_down_container{display:none;overflow:hidden}#s5_drop_down_button{cursor:pointer}#s5_drop_down_inner .s5_fourdivs_1{padding-left:24px;margin-bottom:40px}#s5_drop_down_inner .s5_fourdivs_title{margin-bottom:14px}#s5_drop_down_container_inner{z-index:1;position:relative}#s5_drop_down_button{position:relative;z-index:1}

/* END TEMPLATE DEFAULTS
----------------------------------------------------------- */

a  {	text-decoration: none;cursor:pointer;}
a:hover  { text-decoration:underline; }
a:active { outline: none;}
a:focus {-moz-outline-style: none;}	

h1, h2, h3, h4, h5 {
line-height:130%;
}

h1 {font-size:2.3em;margin-bottom:10px;}

h2 {	font-size:2.1em;margin-bottom:10px;}

#s5_component_wrap_inner h2, #s5_component_wrap_inner h1 {
font-size:2.2em;
font-weight:700;
}

#s5_component_wrap_inner h2 a, #s5_component_wrap_inner h1 a {
text-decoration:none;
color:#1F1F1F;
}

h3 {	font-size:1.8em; font-weight:800;}

h3.lineheight {line-height:36px;}

h4 {	font-size:1.5em;}

h5 {	font-size:1.1em;margin-bottom:12px;font-weight:500;}

h6{	font-size:0.9em;margin-bottom:12px;font-weight:500;}

h3.s5_demo_h3 {
background:#FFF;
font-size: 1em;
font-weight: 700;
margin-bottom: 25px;
padding: 13px 20px;
}

/* FORM FIELDS
----------------------------------------------------------- */

fieldset  {
	padding-top:7px;
	padding-bottom:7px;}

#form-login fieldset {
	border:none;
	padding-top:0px;}

#form-login p {
	padding-top:0px;}

#login br {
	display:none;}

#login .button {
	margin-top:8px;
	margin-bottom:8px;}

#login ul, #form-login ul {
	padding-top:8px;
	padding-bottom:8px;}

#cboxLoadedContent #modlgn-username, #cboxLoadedContent #modlgn-passwd, #cboxLoadedContent #username_vmlogin, #cboxLoadedContent #password_vmlogin {
    width:100% !important;}

.inputbox, .registration input, .login input, .contact-form input, #jform_contact_message, input, textarea, .validate, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
border:none;
font-size: 10px;
padding: 5px 5px 5px 5px;
background:#f2f8fe;
border:1px solid #4b4b4b;
font-weight:300;
color:#000000;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
min-height:45px;
}
select {width: 150px;}
input, input[type="text"] {width: 150px;}

.inputbox:hover, .input-small:hover, input:hover {border:1px solid #ccc;
	-webkit-box-shadow:0 0 4px 0px rgba(0, 0, 0, 0.1); 
	box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1);}


#s5_quick_contact_wrap .inputbox {padding: 13px 11px 11px 18px !important;}



.inputbox:hover, .registration input:hover, .login input:hover, .contact-form input:hover, #jform_contact_message:hover, input:hover, textarea:hover, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
background:#FBFAFA;
}

select.inputbox{behavior:none}#filter-search,select{font-size:11pt!important}label.invalid{color:red}.invalid{border-color:red!important}.tool-tip{float:left;background:#CCC;border:1px solid #333;padding:5px;color:#000;max-width:200px}.tool-title{padding:15px 0 5px;margin:-15px 0 0;font-weight:700;color:#000}.tool-text{color:#000;margin:0}#response:empty{padding:0;margin:0}

#login-form .input-prepend input {font-size: 14px !important;}



/* BUTTONS
----------------------------------------------------------- */

.btn, .button, button, .readon, p.readmore a, a.k2ReadMore, .userItemReadMore, div.catItemCommentsLink, .userItemCommentsLink, a.readmore-link, a.comments-link, div.itemCommentsForm form input {
padding:5px 32px;
margin-top:0px;
margin-bottom:0px;
font-weight:600;
border:none;
display:inline-block;
color:#000 !important;
cursor:pointer;
background:#fff;
letter-spacing: 0;
text-decoration: none; 
box-shadow:none;
font-size:13px;}




.readon.right {margin-right:30px;}


a.btn {
    line-height: inherit !important;}

p.readmore a.btn span {
display: none;
}

p.readmore a, p.readmore {
    display: inline-block;
    margin-right: 11px;
    margin-top: 10px;
}

p.readmore:hover a, .readon:hover, .button:hover, button:hover {
background:#494949 !important;
color:#fff !important;
text-decoration:none;}

.button {
margin:0px;
margin-top:0px;
margin-right:8px;
padding-bottom: 11px;
padding-top: 11px;
color:#ffffff;}

.btn-primary, .pager a, .pager a:hover, .readon:hover {
color:#FFFFFF !important;
}

.button:hover {
border:none !important;}

/* FONT CONTROLS
----------------------------------------------------------- */

#fontControls {
margin-top:12px;
float:right;
text-align: center;	}

#fontControls a {	
color:#fff;}

.decreaseSize {
font-size:12px;}

.increaseSize {
font-size:19px;}

.resetSize {
font-size:16px;
margin-left:5px;
margin-right:5px;}	

/* SCROLL TO TOP
----------------------------------------------------------- */

#s5_scrolltopvar {
    bottom: 30px;
    height: 42px;
    position: fixed;
    right: 69px;
    width: 42px;}

#s5_scrolltotop {
	height: 0;
	visibility:hidden;}

.s5_scrolltop_fadeout {
	-moz-opacity: .0 ;
	-khtml-opacity: .0;
	filter:alpha(opacity=0);
	opacity:.0;}
	
.s5_scrolltotop  {
	height: 42px;
    width: 42px;
	display:block;
	position: fixed;
	z-index: 3;
	cursor:pointer;
	background:#333 url(/templates/acpt/images/s5_scroll_arrow.png) no-repeat;
	background-position:9px 10px;}	
	
	.s5_scrolltop_fadein {
		-moz-opacity: 1 !important;
		-khtml-opacity: 1 !important;
		filter:alpha(opacity=100) !important;
		opacity:1 !important;}
	
	a.s5_scrolltotop:hover {
		background-color:#626262 !important;}


/* BOTTOM MENU
----------------------------------------------------------- */

#s5_bottom_row3_area2 ul.menu li {
padding-bottom: 6px;
padding-top:5px;}

#s5_bottom_menu_wrap ul.menu a:hover {
text-decoration:none;}

#s5_bottom_menu_wrap {
padding-top:10px;
padding-bottom:10px;
float: left !important;
left: 50% !important;
margin: auto !important;
position: relative !important;
width: auto !important;}

#s5_bottom_menu_wrap ul.menu li {
padding-right:7px;
padding-left:7px;
font-size:1.1em;
font-weight:300;
color:#747474;
float:left;
position: relative !important;
right: 50% !important;}

#s5_bottom_menu_wrap ul.menu li a {
font-size: 15px;
color:#747474;}


/* COLUMN MENU
----------------------------------------------------------- */

#s5_center_area1 .module_round_box ul.menu a {
padding:24px;
padding-bottom:6px;
padding-top:6px;
display:block;
color:#191919;}

.module_round_box ul.menu a:hover {
text-decoration:underline;}

.module_round_box ul.menu ul a:hover {
text-decoration:underline;}

.module_round_box ul.menu ul a {
background:none;
padding:6px;
padding-left:10px;
border-bottom: none;
display:block;}

.module_round_box ul.menu ul ul a {
font-size:8pt;
padding:3px;
padding-left:20px;
border-bottom: none;
display:block;
font-weight:normal;}

.module_round_box ul.menu #current ul span {
font-weight:normal;}

.module_round_box ul.menu li {
padding:0px;}

.module_round_box ul.menu li ul li {
margin-left:24px;}


#s5_center_area1 .module_round_box_outer ul.menu a, #s5_center_area1 .module_round_box_outer .separator {
display:block;
font-size:15px;
color:#6a6a6a;
padding:5px 0px;}

#s5_center_area1 .module_round_box_outer ul.menu a:hover {
text-decoration:none;
color:#000000;}

#s5_center_area1 .module_round_box_outer ul.menu ul a:hover {
text-decoration:none;}

#s5_center_area1 .module_round_box_outer ul.menu ul a {
background:none;
padding:0 6px 0px 10px;
border-bottom: none;
display:block;}

#s5_center_area1 .module_round_box_outer ul.menu ul ul a {
border-bottom: medium none;
display: block;
font-size: 1em;
font-weight: 300;
line-height: 23px;
padding: 0 3px 0 19px;}

#s5_center_area1 .module_round_box_outer ul.menu #current ul span {
font-weight:normal;}

#s5_center_area1 .module_round_box_outer ul.menu li {
margin-left:0px;
padding:0px;
margin-bottom:7px;}

#s5_center_area1 .module_round_box_outer ul.menu li a, #s5_center_area1 .module_round_box_outer .separator {}

#s5_center_area1 .module_round_box_outer ul.menu li li a {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }

#s5_center_area1 .module_round_box_outer ul.menu li ul li {
margin-left:24px;}

#s5_center_area1 .module_round_box_outer .menu li img {
margin-left: -6px;
padding-right:12px;}

#s5_center_area1 .module_round_box_outer .separator {
display:block;
margin-bottom:7px;
margin-left:0px;
margin-top:5px;}

#s5_center_area1 .module_round_box_outer ul.menu a {
}

#s5_center_area1 .module_round_box_outer ul.menu ul {
font-size:0.9em;
margin-top:17px;}

#s5_center_area1 ul.menu li ul li ul li span {
line-height: 16px;
padding: 0 !important;}


#s5_center_area1 ul.menu li li a {
color:#5d5d5d;}

#s5_center_area1 ul.menu li img {display:none;}


/* ACCORDION MENU
----------------------------------------------------------- */


#s5_accordion_menu ul li span {
font-weight:normal;}

#s5_accordion_menu h3.s5_am_toggler a.mainlevel {
color:#545454 !important;}

#s5_accordion_menu h3.s5_am_toggler, #s5_accordion_menu h3.s5_am_toggler a.mainlevel  {
line-height:normal !important;
}

div.s5_accordion_menu_element li li{
padding-left:4px !important;}

div.s5_accordion_menu_element li li li{
padding-left:12px !important;}

div.s5_accordion_menu_element li a, .s5_am_inner_li .separator span {
padding-top:9px !important;
padding-bottom:6px !important;
padding-left:8px !important;
border-bottom:none !important;
font-size:14px !important;
display:block !important;
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
color:#000000 !important;}

div.s5_accordion_menu_element li li a, .s5_am_innermenu .s5_am_inner_li .separator span  {
background:none !important;
padding-left:22px !important;
padding-right:6px !important;
font-size:0.85em !important;
border:none !important;
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
padding-top:4px !important;
padding-bottom:4px !important;}

h3 span.s5_accordion_menu_left {
display:block !important;
padding:0px !important;
padding-left:0px !important;
padding-right:16px !important;
padding-top:0px !important;
padding-bottom:0px !important;}

.s5_am_inner_li span.s5_accordion_menu_left {
padding:0px !important;}

.s5_am_innermenu span.s5_accordion_menu_left {
background:none !important;}

#s5_accordion_menu ul li {
padding:0px !important;
padding-bottom:0px !important;
padding-top:0px !important;}

#s5_accordion_menu {
margin:0px !important;
}

#s5_accordion_menu div {
width:100% !important;}

.s5_am_innermenu img {
display:none !important;
}

#s5_accordion_menu h3 {
padding:0px !important;
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
border:none !important;
margin:0px !important;
position:relative !important;
width:100% !important;
display:block !important;
font-size:1em !important;
height:auto !important;
line-height:40px !important;
margin-bottom:1px !important;
color:#FFFFFF !important;
font-weight:400;
}

#s5_accordion_menu h3:hover {
-webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
transition: all 200ms ease-in;
}

#s5_accordion_menu h3 {
background:none !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#s5_accordion_menu h3.s5_am_parent span.s5_accordion_menu_left {
cursor: pointer !important;
background:url(/templates/acpt/images/s5_acc_closed.png) no-repeat center right !important;
padding-right:24px !important;
position:relative !important;}

#s5_accordion_menu h3.s5_am_parent span.s5_accordion_menu_left:hover {
background:url(/templates/acpt/images/s5_acc_closed.png) no-repeat center right !important;
}

#s5_accordion_menu h3.s5_am_open span.s5_accordion_menu_left, #s5_accordion_menu h3.s5_am_open span.s5_accordion_menu_left:hover {
background:url(/templates/acpt/images/s5_acc_open.png) no-repeat center right !important;}

#s5_accordion_menu h3.s5_am_not_parent span.s5_accordion_menu_left:hover {
background:none !important;
}

#s5_accordion_menu h3.s5_am_not_parent span.s5_accordion_menu_left {
background:none !important;
}

#s5_accordion_menu h3.s5_am_not_parent {
cursor:pointer !important;}

#s5_accordion_menu h3.s5_am_toggler div {
margin:0px !important;
padding:0px !important;}

#s5_accordion_menu h3.s5_am_toggler a.mainlevel {	
width:auto !important;
border:none !important;
padding:0px !important;
text-decoration:none !important;
margin:0px !important;}

div.s5_accordion_menu_element li {	
list-style-image:none !important;
list-style-position:outside !important;
list-style-type:none !important;}

div.s5_accordion_menu_element {
width:auto !important;}

#s5_accordion_menu #s5_am_parent_div_current, #s5_accordion_menu .s5_accordion_menu_element {
background:none !important;}

ul.s5_am_innermenu {
line-height:130% !important;
padding-top:15px !important;
padding-bottom:12px !important;
padding-left:12px !important;
padding-right:15px !important;
margin-bottom:0px !important;
margin-left:0px !important;
margin-top:0px !important;
}

ul.s5_am_innermenu ul {
border:none !important;
margin-top:0px !important;
padding-bottom:0px !important;
padding-top:0px !important;
}

ul.s5_am_innermenu a:hover {
text-decoration:none !important;
-webkit-transition: all 300ms ease-in;
-moz-transition: all 300ms ease-in;
-o-transition: all 300ms ease-in;
transition: all 300ms ease-in;}

#s5_accordion_menu h3.s5_am_parent {
padding-right:0px !important;}

.s5_am_innermenu #current ul .s5_accordion_menu_left a.mainlevel {
background:none !important;}

#s5_accordion_menu h3.s5_am_toggler span {
border-bottom:1px solid rgba(255, 255, 255, .1); }

#s5_accordion_menu h3.s5_am_toggler span span {
border:none;}

#s5_accordion_menu h3.s5_am_toggler {
font-size: 14px !important;
font-weight: 700;}

#s5_accordion_menu h3 span img {
    padding-left: 8px !important;
	image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
	width: 64px !important;}
    
#s5_accordion_menu ul li span {color: #ccc;}

/* BODY ELEMENTS
----------------------------------------------------------- */

#s5_topbar, #s5_topbar_back {
	position:absolute;
	z-index:2;
	height:0px;
	width:100%;}
	
#s5_topbar_inner {
	padding-right:50px;}

	#s5_language_wrap {
	margin-top:10px;
	float:right;}
	
	
#s5_loginreg {
font-weight: 600;
font-size: 13px;
margin-top:7px;}

#s5_loginreg, #s5_register, #s5_login {	
float:right;}

#s5_login {
cursor:pointer;
padding: 4px 11px 5px 15px;
color:#ffffff;}

#s5_login:hover {
color:#ffffff;}

#s5_register {
cursor:pointer;
color:#ffffff;
padding: 5px 11px 5px 15px;}

#s5_logo_wrap {
float:left;
cursor:pointer;
padding-top:0px
}



.s5_logo_css img {
float:left;
}

#s5_menu_wrap {
	position: absolute;
    top: 0px;
    z-index: 4;
    width: 100%;}
	
	#s5_menu_wrapinner, #s5_menu_wrapitems, #s5_rightmenu {
	height:90px;} /*xec*/
	
	#s5_menu_wrapinner, #s5_topbar_back {   /* top menu background xec*/
	-moz-opacity:0.65;-khtml-opacity:0.65;filter:alpha(opacity=65);opacity:0.65;
	position: absolute;
    top: 0px;
    z-index: 1;
    width: 100%;
	background:#fff;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; }	
	
	#s5_menu_wrapitems {
	position:relative;
	z-index:2;
	padding-left: 5%;
    padding-top: 0px;}
	
	
	
	nav#s5_menu_inner {
	float:right;}
	
	
#s5_rightmenu {
	line-height: 15px;
	font-size:15px; /*xec*/
	background:#cd1c26;
	padding-left:20px;
	padding-right:20px;
	font-weight:700;
	color:#fff;
	float:right;}
	
.top_sp{padding-top:6px;}
	
	#s5_rightmenu:hover {
	cursor:pointer;
	color:#fff;}
		
	#s5_rightmenu i {
	font-size: 15px;
    display: block;
    text-align: center;
    margin-bottom: 5px;}
	
#s5_headerbackground {
	width:100%;
	height: 90px;
	background-attachment: scroll;
    background-color: #ffffff;
	background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;}		
	

a.readon.s5_highlight1 {color:#fff !important;}

.s5_width50 {width:50%;display:table;text-align: center;
    margin-left: auto;
    margin-right: auto;
	margin-top: -28px;}
	
	.textright {
	display:block;
	margin-top: 23px;
	text-align:right;}

	
#s5_latest_right {
float:left;}
	
#s5_center_area1 {
background:#f5f2f2;}


a.readon i {
	font-size: 23px;
    margin-left: 13px;
    margin-right: -5px;
    top: 1px;
	float:right;
	position: relative;}
	
#s5_pos_custom_2 {
	position:absolute;
	margin-top: -110px;
	width:100%;}
	
	#s5_pos_custom2_back {
	height:110px;
	position:absolute;
	z-index: 0;
    width: 100%;
	-moz-opacity:0.43;-khtml-opacity:0.43;filter:alpha(opacity=43);opacity:0.43;
	background:#000;}
	
	#s5_pos_custom_2_inner {
	position:relative;
    color: #fff;
	z-index:1;
	height:110px;}
	
	#s5_pos2_padding {
    padding-top: 21px;
	height:110px;}
	
	
#s5_latest_message {
	float: left;
    line-height: 21px;
    padding-top: 14px;
	margin-right: 35px;
    font-weight: 700;
    font-size: 24px;}
	
	
	#s5_pos2_padding .date_outer_wrap {
	float: left;
	margin-top:2px;}
	
#s5_latest_message_right {
    margin-top: 15px;
	float:right;}
	
	
.social_icons {padding-left:3px;}

#s5_footer {text-align:center;font-size:12px;color:#ffffff;}

.s5_custom34_left_50, .s5_custom34_right_50 {
	width:50%;
	color:#fff;
	float:left;}
	
	.s5_custom34_left_inner {
	padding: 50px; padding-top:25px; padding-bottom:25px;}
	
    
	.s5_custom34_right_50 {
	background-size: cover;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    background-position: top center;}	

.s5_custom4_left_50, .s5_custom4_right_50 {
	width:50%;
	color:#fff;
	float:left;}
	
	.s5_custom4_left_inner {
	padding:120px;}
	
    
	.s5_custom4_right_50 {
	background-size: cover;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    background-position: top center;}	
	
i.s5icon {
	display:block;
	margin-bottom: 12px;
	font-size:69px;}
	
.instagram_tag {
	margin-top: 11px;
    display: block;}
	
	
.btn-group>.btn:first-child:hover {
	color:#fff !important;	}
	
	
.article-info dd {
background:#fff;
padding-left: 12px;
    padding-right: 14px;
    font-size: 12px !important;}
	

.pull-left.item-image img {
width:100%;}
	
#s5_breadcrumb_wrap {
margin-top:70px;}

.mailchimp_signup_form {
margin-right:-36px;}

.pager a:hover {
background:#494949;}	
	
	
/* MODULE STYLES
----------------------------------------------------------- */

#s5_above_body, #s5_below_body {
margin-right:-12px;}

#s5_above_body .moduletable {
margin-bottom:20px;
padding-right:12px;}

#s5_below_body .moduletable {
margin-top:20px;
padding-right:12px;}

.module_round_box h3.s5_mod_h3 {
font-size:25px;
line-height:39px;
margin-bottom:14px;
margin-top:3px;
margin-left: auto;
margin-right: auto;
color:#000000;}

.module_round_box .s5_h3_first {
color:#000000;	}

.module_round_box {
text-shadow:none;
color:#000000;
margin-left: 7px;
margin-right: 7px;}

#s5_right_column_wrap .module_round_box, #s5_left_column_wrap .module_round_box {
padding: 32px 40px;}

.module_round_box a {
/*color:#3670a1;*/}

.module_round_box_inner {
padding:0px;}


#s5_drop_down_wrap .module_round_box {
margin-bottom:35px;}

#s5_bottom_row3_area1 {/*background:#151515;*/}
#s5_bottom_row3_area1 .module_round_box_outer h3.s5_mod_h3,  #s5_bottom_row3_area1 .module_round_box_outer .s5_h3_first, #s5_bottom_row3_area1 .module_round_box_outer .s5_h3_last {
color:#151515;
font-size: 18px;}

.module_round_box_outer h3.s5_mod_h3, .module_round_box_outer .s5_h3_first {
color:#6a6a6a;}

		
		
#s5_right_column_wrap .module_round_box, #s5_left_column_wrap .module_round_box {
    margin-bottom: 40px;}		

#s5_bottom_row3_area1 .module_round_box {font-size: 14px;color:#151515;}
    
	

/* one */	
	
.module_round_box.one {
    margin-left: 0;
	margin-right: 0;}
	
	.module_round_box.one h3, .module_round_box.one .s5_h3_first {
		color:#000;}	
			
	.module_round_box.one .s5_module_box_1 {
		min-height:160px;
		padding:60px;}	
		
		
/* two */	
	
.module_round_box.two {
	margin-left: 0;
	margin-right: 0;}
	
	.module_round_box.two h3, .module_round_box.two .s5_h3_first {
		color:#000;}	
		
	.module_round_box.two .s5_module_box_1 {
		min-height:160px;
		padding:60px;}	
					
		
		
/* three */	
	
.module_round_box.three {
	margin-left: 0;
	margin-right: 0;}
	
	.module_round_box.three h3, .module_round_box.three .s5_h3_first {
		color:#000;}	
			
	.module_round_box.three .s5_module_box_1 {
		min-height:160px;
		padding:60px;}

/* four */			
			
			
.module_round_box.four {
	margin-left: 0;
	margin-right: 0;}
	
	.module_round_box.four h3, .module_round_box.four .s5_h3_first {
		color:#000;}	
					
	.module_round_box.four .s5_module_box_1 {
		min-height:190px;
		padding:60px;}

					
			
/* five */			
			
.module_round_box.five {
	margin-left: 0;
	margin-right: 0;}
	
	.module_round_box.five h3, .module_round_box.five .s5_h3_first {
		color:#000;}	
		
	.module_round_box.five .s5_module_box_1 {
		min-height:190px;
		padding:60px;}	
		
		
/* six */			
			
.module_round_box.six {
	background: #deedda;
	margin-left: 0;
	margin-right: 0;}
	
	.module_round_box.six h3, .module_round_box.six .s5_h3_first {
		color:#000;}	
		
	.module_round_box.six .s5_module_box_1 {
		min-height:190px;
		padding:60px;}		
			
	
/* highlight1 */	
	
.module_round_box.highlight1 {
    background: #333333 none repeat scroll 0 0;
	color:#fff;
	padding:40px 33px !important;}
	
	.module_round_box.highlight1 h3, .module_round_box.highlight1 .s5_h3_first {
		color:#fff;}		

	
/* border */	
	
.module_round_box.border {
    border:1px #e8e8e8 solid;
	color:#000;
	padding:40px;}
	
	.module_round_box.border h3, .module_round_box.border .s5_h3_first {
		color:#000;}	
		
	.module_round_box.border .s5_mod_h3_outer {
		margin-bottom:25px;
		text-align:center;}
		
		

/* border_highlight1 */	
	
.module_round_box.border_highlight1 {
    border:1px #000 solid;
	color:#000;
	padding:40px;}
	
	.module_round_box.border_highlight1 h3, .module_round_box.border_highlight1 .s5_h3_first {
		color:#000;}

		

/* cus1 */	
	
.module_round_box.cus1 {
    background: #cccccc none repeat scroll 0 0;
	padding:10px;}
	

	.module_round_box.cus1 h3, .module_round_box.cus1 .s5_h3_first {
		color:#000;}
		
	.module_round_box.cus1 .s5_mod_h3_outer {	
		margin-bottom:5px;}
		
		
	.module_round_box.cus1 h3.s5_mod_h3 {
	margin-bottom:5px;}
	
	
	/* bg1 */	
	
.module_round_box.bg1 {
	background: #ff6826 url(/templates/acpt/images/banner_sikh_yatra.jpg) top center no-repeat;
	padding:75px; margin-left:-50px; margin-right:-50px; padding-left:130px;padding-right:130px; color:#ffffff;}
	
.module_round_box.bg1 h3{color:#ffffff;}
	

	.module_round_box.bg1 h3, .module_round_box.bg1 .s5_h3_first {
		color:#000;}
		
	.module_round_box.bg1 .s5_mod_h3_outer {	
		margin-bottom:5px;}
		
		
	.module_round_box.bg1 h3.s5_mod_h3 {
	margin-bottom:5px;}
	
/*text background custom 3*/	
.bgtxt1 {width:50%;}	
	
	/* cusp */	
	
.module_round_box.cusp {
    background: #ffffff none repeat scroll 0 0;
	padding:0px; }
	

	.module_round_box.cusp h3, .module_round_box.cusp .s5_h3_first {
		color:#000;}
		
	.module_round_box.cusp .s5_mod_h3_outer {	
		margin-bottom:-25px;
		padding-bottom:-25px;}
		
		
	.module_round_box.cusp h3.s5_mod_h3 {
	margin-bottom:-25px;
	padding-bottom:-25px;}

.module_round_box_outer .module_round_box.cusp {margin-left:-70px;}

		
		
/* gray */	
	
.module_round_box.gray {
    background: #f8f8f8 none repeat scroll 0 0;
	padding:40px;}
	

	.module_round_box.gray h3, .module_round_box.gray .s5_h3_first {
		color:#000;}
		
	.module_round_box.gray .s5_mod_h3_outer {	
		margin-bottom:20px;}
		
		
	.module_round_box.gray h3.s5_mod_h3 {
	margin-bottom:20px;}


/* dark */	
	
.module_round_box.dark {
    background: #424242 none repeat scroll 0 0;
	color:#fff;
	padding:40px;}
	
	.module_round_box.dark h3, .module_round_box.dark .s5_h3_first {
		color:#fff;}		
		
	.module_round_box.dark a.readon {	
		color:#fff !important;
		background:#545454;}
		
		
.module_round_box.dark #s5_accordion_menu div.s5_accordion_menu_element li a, .module_round_box.highlight1 #s5_accordion_menu div.s5_accordion_menu_element li a,
.module_round_box.dark #s5_accordion_menu h3.s5_am_toggler a.mainlevel, .module_round_box.highlight1 #s5_accordion_menu h3.s5_am_toggler a.mainlevel {
	color:#fff !important;}	
	
.module_round_box.dark #s5_accordion_menu h3.s5_am_parent span.s5_accordion_menu_left {
cursor: pointer !important;
background:url(/templates/acpt/images/s5_acc_closed_dark.png) no-repeat center right !important;
padding-right:24px !important;
position:relative !important;}

.module_round_box.dark #s5_accordion_menu h3.s5_am_parent span.s5_accordion_menu_left:hover {
background:url(/templates/acpt/images/s5_acc_closed_dark.png) no-repeat center right !important;
}

.module_round_box.dark #s5_accordion_menu h3.s5_am_open span.s5_accordion_menu_left, .module_round_box.dark #s5_accordion_menu h3.s5_am_open span.s5_accordion_menu_left:hover {
background:url(/templates/acpt/images/s5_acc_open_dark.png) no-repeat center right !important;}	
		
		
/* large title */	
	
.module_round_box.largetitle {
	color:#606060;
	padding:25px;
	padding-left:0px;
	padding-right:0px;}
	
	.module_round_box.largetitle h3, .module_round_box.largetitle .s5_h3_first {
		color:#000;}	
		
.module_round_box.largetitle h3.s5_mod_h3 {
	margin-bottom:25px;
	font-size: 45px;
	margin-left: -4px;
    line-height: 52px;
    font-weight: 800;}
			
		
	.module_round_box.largetitle .s5_h3_first {
	font-size: 18px;
    font-weight: 300;
    letter-spacing: 5px;
    display: block;}
	
	
	
		
		
/* small title */	
	
.module_round_box.smalltitle {
	color:#606060;
	padding:40px;}
	
	.module_round_box.smalltitle h3, .module_round_box.smalltitle .s5_h3_first {
		color:#000;}	
		
.module_round_box.smalltitle h3.s5_mod_h3 {
	margin-bottom:40px;
	font-size: 43px;
    line-height: 52px;
    font-weight: 800;}
			
		
	.module_round_box.smalltitle .s5_h3_first {
	font-size: 18px;
    font-weight: 300;
    letter-spacing: 5px;
    display: block;}	
	
	

/* underline */	
	
.module_round_box.underline {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
    border-bottom:1px solid #ccc;}
	

	
	
/* extra module formatting */

.module_round_box.white, .module_round_box.white .s5_h3_first {
	color:#fff;} 	

.module_round_box.center {
	/*text-align:center;*/} 	
	
.module_round_box.smlineheight {
	line-height: 22px;
	font-size:15px;} 	
	
.module_round_box.right {
	text-align:right;} 		
	
.module_round_box.left {
	text-align:left;} 		

.module_round_box.bottom-margin {	
	margin-bottom: 40px;}	
	
.module_round_box.white, .module_round_box.white h3.s5_mod_h3, .module_round_box.white h3.s5_mod_h3.s5_h3_first, .module_round_box.largetitle.white .s5_h3_first  {
	color:#fff;}
	



/* SPACING AND ALIGNMENT
----------------------------------------------------------- */	

.module_round_box_outer, #s5_component_wrap, #s5_center_area .moduletable, .module_round_box_outer-none {
margin-left: 12px;
margin-right: 12px;}	

#s5_top_row1_area_inner {padding-bottom: 0px; padding-top: 25px;}
#s5_top_row2_area_inner 	 {padding-bottom: 50px; padding-top: 50px;}
#s5_below_columns_wrap1 {padding-bottom:50px; padding-top: 50px; background: #ff6826 url(/templates/acpt/images/pk-desert.jpg) top center no-repeat; }
#s5_below_columns_wrap1 li {color:#ffffff; font-weight: 300;}
#s5_bottom_row3_area_inner {padding-bottom: 0px; padding-top: 30px; line-height:120%;border-bottom:1px solid #e7e7e7; padding-bottom:30px;}
#s5_center_area1 {padding-bottom: 25px; padding-top: 25px;}
#s5_bottom_row2_area_inner {padding-bottom: 25px; padding-top: 25px;}
#s5_above_columns_wrap1{
	padding-bottom: 100px;
	padding-top: 100px;}		
	
 #s5_top_row3_area_inner {
	padding-bottom: 20px;
	padding-top: 40px;}	
	
#s5_bottom_row1_area1 {
	padding-bottom: 60px;
	padding-top: 60px;}	
	
#s5_footer_area_inner {
	padding-top:0px;
	padding-bottom:5px;}
#s5_footer_area1{background:#151515;}


/* GLOBAL CSS
----------------------------------------------------------- */

.s5_roundedimage, .s5_roundimage_inner, .button, li.pagenav-prev a, li.pagenav-next a, input#mod-search-searchword, #s5_ls_outer_wrap .s5_ls_readmore, .pagination span.s5_pagespan span, .pagination span.s5_pagespan a, #s5_inquirybox, #s5_button_frame ul li, p.readmore a, a.readon, .s5_buttoncenter .button, .pager a, .btn, .btn:hover, .jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail{
-moz-border-radius:50px;
-webkit-border-radius:50px;
border-radius:50px;}


.s5_pricetable_column.recommended, .s5_pricetable_column, div.catItemReadMore, .userItemReadMore, div.catItemCommentsLink, .userItemCommentsLink, a.readmore-link, a.comments-link, div.itemCommentsForm form input#submitCommentButton, #middle_content .s5_imagerot_wrap img, #s5_login, #s5_register, #s5_bottom_menu_wrap ul.menu a, #s5_footer a, #s5_bottom_row3_area2 .module_round_box ul.menu a, .s5_va_active span.s5_va_h3_inner_span, .s5_va_inactive span.s5_va_h3_inner_span, #s5_top_menu ul li a, .s5_rowselector, .S5_menu_module_group img, .jdGallery a.left, .jdGallery a.right, #s5_scrolltopvar, #s5_top_menu_wrap li a, #s5_is_leftarrow, #s5_is_rightarrow, .S5_parent_subtext, .S5_submenu_item, .S5_subtext, .inputbox, .registration input, .login input, .contact-form input, #jform_contact_message, input, .s5_scrolltop_fadeout, .s5_scrolltop_fadein, .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .nav-list > .active > a, .nav-list > .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .btn-group.open .btn-primary.dropdown-toggle, .btn-primary:hover, .btn-primary, .item-page .dropdown-menu li > a:hover, .blog .dropdown-menu li > a:hover, .item .dropdown-menu li > a:hover, #searchForm .btn-toolbar .btn, #cboxLoadedContent input, .s5_button, #cboxContent, #s5_qc_security_img, .MultiBoxContainer, .module_round_box-gray, .module_round_box-outlined,  h3.s5_demo_h3, .pages_highlight_box, textarea, .validate, .faq_question, .ourteam_roundimage_inner, .ourteam_roundimage_hover, .module_round_box-highlight1, .module_round_box-highlight2, .module_round_box-dark, ul.dropdown-menu.actions, .chzn-container .chzn-results li:hover, .chzn-container-single .chzn-single, #s5_register, #s5_login, #login-form li:nth-child(3n+0) a, .s5_highlight1, a.k2ReadMore, .date_wrapper, .button.mailchimp_signup, #cboxLoadedContent button{
-moz-border-radius:3px !important;
-webkit-border-radius:3px !important;
border-radius:3px !important;	}

.s5_button, .s5_button_highlight, p.readmore a, #cboxLoadedContent input.button, .article-info dd, #s5_accordion_menu h3.s5_am_parent, #s5_accordion_menu h3.s5_am_not_parent, .btn.dropdown-toggle{
-moz-border-radius:50px !important;
-webkit-border-radius:50px !important;
border-radius:50px !important;	}


.module_round_box, #instagram img, .s5_masonry_overlay .s5_masonwrapinner, .s5_mason_abi_wrap_inner, .pagination .pagination a, .pagination .pagination span, .mejs-container  {
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;	}

.s5_scrolltotop {-moz-border-radius:3px 0px 0px 3px;
-webkit-border-radius:3px 0px 0px 3px;
border-radius:3px 0px 0px 3px;}



.btn.btn-primary, .s5_scrolltotop, #s5_loading_inner, #s5_socialicons, .social_icon, #s5_socialicons_active, .s5_tab_show_slide_button_inactive, .s5_tab_show_slide_button_active, .s5_masoncat, .s5_masonry_articles li a, .btn-group>.btn:first-child, a.readon{
-moz-border-radius:100px !important;
-webkit-border-radius:100px !important;
border-radius:100px !important;}


#s5_inquiryboxopen, #s5_inquiryboxopentitle {
-moz-border-radius:12px 12px 0 0;
-webkit-border-radius:12px 12px 0 0;
border-radius:12px 12px 0 0;}

#s5_responsive_mobile_bottom_bar .s5_scrolltotop	{
-moz-border-radius:0px !important;
-webkit-border-radius:0px !important;
border-radius:	0px !important;	}

.button, p.readmore a, a.readon, div.catItemReadMore, .userItemReadMore, div.catItemCommentsLink, .userItemCommentsLink, a.readmore-link, a.comments-link, div.itemCommentsForm form input#submitCommentButton,  #s5_login, #s5_register, #s5_bottom_menu_wrap ul.menu a, #s5_footer a, .s5_scrolltotop, .jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail, #s5_bottom_row3_area2 .module_round_box ul.menu a, .s5_va_active span.s5_va_h3_inner_span, .s5_va_inactive span.s5_va_h3_inner_span, #s5_top_menu ul li a, a, .s5_rowselector, .S5_menu_module_group img, input#mod-search-searchword, .s5_scrolltotop, #s5_cartbutton, .jdGallery a.left, .jdGallery a.right, #s5_scrolltopvar, #s5_top_menu_wrap li a, #s5_is_leftarrow, #s5_is_rightarrow, .S5_parent_subtext, .S5_submenu_item, .S5_subtext, .inputbox, .registration input, .login input, .contact-form input, #jform_contact_message, input, .s5_scrolltop_fadeout, .s5_scrolltop_fadein,  .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .nav-list > .active > a, .nav-list > .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .btn-group.open .btn-primary.dropdown-toggle,.btn-primary:hover, .btn-primary, .item-page .dropdown-menu li > a:hover, .blog .dropdown-menu li > a:hover, .item .dropdown-menu li > a:hover, #searchForm .btn-toolbar .btn, #cboxLoadedContent input, #s5_nav li:hover, #s5_nav li, button, button:hover, .letter_div_m a:hover, .letter_div_m a, #items_imageleft, #items_imageright, .s5_button, #s5_nav li span.s5_level1_span1, .s5_scrolltotop , a.readon, p.readmore a, #s5_custom2 .module_round_box-bigtitle_dark h3.s5_mod_h3, #s5_custom2 .module_round_box-bigtitle_light h3.s5_mod_h3, textarea, a.btn, p.readmore a.btn, .circle_table_icons, #s5_rightmenu:hover, #s5_rightmenudrop  {
-webkit-transition:  all 300ms linear 0s;
-moz-transition:  all 300ms linear 0s;
-o-transition: all 300ms linear 0s;
transition:  all 300ms linear 0s;}	


#s5_responsive_mobile_scroll .s5_scrolltotop {
-moz-border-radius:0px;
-webkit-border-radius:0px;
border-radius:0px;
margin-top:19px !important;}


/* LOGIN
----------------------------------------------------------- */	

#login-form input {
display:block;
width:100%;
}

#login-form #modlgn-remember {
width:auto;
}

#login-form button {
display:block;
clear:both;
margin-bottom:12px;
}

#login-form .control-label {
margin-top:14px;
}

#login-form a:hover {
text-decoration:underline;
}

/* MOBILE BAR
----------------------------------------------------------- */

#s5_responsive_mobile_bar_active {
padding-top:12px !important;
}


/* PAGINATION 
----------------------------------------------------------- */		

.pagination .pagination, p.counter, .pagination span.s5_pagespan a, .pagination span.s5_pagespan a:hover {
-webkit-transition:  all 200ms ease-in 0s;
-moz-transition:  all 200ms ease-in 0s;
-o-transition: all 200ms ease-in 0s;
transition:  all 200ms ease-in 0s;}

.pagenav a {
	font-size:14px;
    padding: 3px;
    padding-left: 22px;
    padding-top: 4px;
    font-weight: 500;
    padding-right: 22px;
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
}

.pagination .counter {
margin-left:auto;
margin-right:auto;
text-align:center;
float:none;
padding:0px;
margin:0px;
margin-bottom:20px;
font-size:0.9em;
}

.pagenav {
padding-top:40px;
padding-bottom:0px;
}

.pagination {
padding-top:70px;
padding-bottom:40px;
}

.s5_negative_margin_content .pagination {
padding-bottom:66px;
padding-top:20px;
}

.pagination {
text-align:center;
margin:0px;
}

.pagination .pagination {
text-align:center;
padding-top:0px !important;
padding-bottom:0px !important;
}

.pagination .pagination a, .pagination .pagination span {
padding:0px;
margin:0px;
padding:4px !important;
padding-left:14px !important;
padding-right:14px !important;
margin-left:4px;
margin-right:4px;
font-size:13px;
font-weight:600;
color:#000000;
display:inline-block;
margin-bottom:8px;
}
.pagination .pagination span {
	background:#FFFFFF;}

.pagination .pagination a {
color:#FFFFFF;
}

.pagination .pagination a:hover {
text-decoration:none;
}

/* CONTENT STYLE
----------------------------------------------------------- */

.article-info dt, .article-info dd {
font-size:0.9em;
display:inline-block;
margin-right:14px;
}

ul.tags {
margin:0px;
}

ul.tags li {
display:inline;
margin:5px;
list-style:none;
}

.article-info dd,.article-info dt{font-size:1.1em;line-height:170%}

.article-info {
margin-bottom: 9px;
margin-top: 0px;}	

.article-info-term {
display:none;}

.search #searchForm fieldset.word label {
margin-right:10px;}

.search #searchForm fieldset.word input {
width:50%;}

.search #searchForm fieldset.word {
margin-bottom: 50px;
text-align:center;}

.search fieldset.phrases legend, .search fieldset.only legend {
color:#7d7d7d;}

.search fieldset.phrases, .search fieldset.only {
margin-bottom:13px;}

.dropdown-menu, .btn {
border:none !important;}

.article_column {
float:left;}

.item-separator {
display: block;
clear:both;
margin-bottom:50px;
}

.item-page, .category-desc {
margin-bottom:34px;
clear:both;
}

.item-page {
margin-bottom:0px;
}

.article_separator {
display:none;
}

.article-info {
font-size:0.9em;
font-style:normal;
margin-bottom:30px;}

.blog-featured .article-info {
margin-top:-8px;
margin-bottom:14px;
}

.article-info-term {
display:none;
}

.article_column .contentpaneopen {
padding-right:15px;}

.buttonheading {
float:right;
padding-right:5px;}

.contentpane ul li {
text-align:left;}

.sectiontableheader  {
text-align:left;
font-weight:bold;
padding:5px; }
legend.sectiontableheader {
background:none;
}

.sectiontableheader  th {
padding-left:8px;
padding-right:8px;
}

.sectiontableentry1, .sectiontableentry2 {
padding-bottom:5px;}	

td {
padding-bottom:0px;
padding-top:0px;
}

table.searchintro  {
padding: 10px 0;
width: 80%; }

tr.sectiontableentry1 td  {
padding: 2px; }

tr.sectiontableentry2 td  {
padding: 2px; }

.sectiontableheader {
line-height:29px;
padding:0pt 10px;
}

.sectiontableentry1 {
font-size:9pt;
padding:7px;
background:#ECECEC;
}

.sectiontableentry2 {
font-size:9pt;
padding:7px;
}

ul.actions li {
float:right;
padding-left:8px;
list-style:none;} 

.img-intro-left, .img-fulltext-left {
float:left;
}

.img-intro-right, .img-fulltext-right {
float:right;
}

#s5_component_wrap ul.actions {
margin-left:0px;
}

#s5_component_wrap ul.pagenav {
margin:0px;
}

ul.actions i {
display:none;
}

.calendar .button {
color: #000000 !important;
background:none !important;
display:table-cell !important;
padding: 2px !important;}

.dropdown-toggle, .dropdown-toggle:hover {
padding:9px;
background:none !important;
margin-right:0px !important;
margin-top:-6px !important;
border:none;
font-size:14px;
line-height:1;
min-width:1px;
}

.btn .caret {
margin-left:5px;
margin-top:6px;
}

.btn-group.open .dropdown-toggle {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.dropdown-menu {
border:none;
}

.dropdown-menu span {
margin-right:8px;
}

.item-page .dropdown-toggle, .blog .dropdown-toggle, .item .dropdown-toggle {
background:#FFFFFF !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.page-header {
border: medium none;
margin: 0 0 10px;
padding: 0;
}

.item, .items-leading {
margin-bottom: 60px !important;
}


.article-info dt, .article-info dd {
display: inline-block;
font-size: 0.95em;
margin-right: 14px;
}

.items-more ol {
margin:0px;
}

.pull-left.item-image, .item .pull-right.item-image {
float:none;
}

.item-page .item-image {
margin-bottom:25px;
}


/* MISCELLANEOUS
----------------------------------------------------------- */

legend {
border:none !important;
}

.moduletable .breadcrumb, .module_round_box_outer .breadcrumb {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
box-shadow: none;
padding: 0px;
margin: 0px;
}

.module_round_box_outer ul li a, .module_round_box_outer ul.menu li span {
padding-bottom:0px;
margin-bottom:6px;
display:block;
line-height: 15px;
/*color:#6a6a6a;
font-size: 14px;*/
    font-weight: 400;
}

.s5_module_box_1 ul.menu ul a span {
margin:0px;
padding:0px;
}

.jicons-icons {float:left;padding-right: 7px;}

.jicons-icons {
display: none;
}

#GM_form {
margin:0;}

#s5_map_canvas img { max-width:none !important;}

fieldset a  {font-weight: bold; }

#member-registration legend {	font-size:1.7em;margin-bottom:20px;}

ul {
margin-left:18px;
}

div.syndicate div  {
text-align: center; }

.mosimage  {
padding: 0;
border:1px solid #CCCCCC;
background:#ffffff;
margin:6px;	}

.mosimage img  {
padding: 0;
margin: 0!important; }

.mosimage_caption {
background:#EFEFEF none repeat scroll 0%;
border-top:1px solid #CCCCCC;
color:#666666;
margin-top:2px;
padding:1px 2px;}

div.syndicate div  {
text-align: center; }

.back_button {
height:37px;
padding-top:26px; }

div.back_button a,
div.back_button a:hover,
div.back_button a:active  {
margin: -2px 0;
display: block;
font-weight:bold;
height:37px;
text-decoration: none!important; }

.s5_centerit {text-align:center;display:block;}

iframe {border:none;}

.login label {display:block;}

th {
font-weight: bold;
padding: 5px 0;
text-align: left;
}

td.num {
text-align: left;
vertical-align: top;
}
td.hits {
text-align: center;
vertical-align: top;
}
td p {
line-height: 1.7em;
margin: 0;
}
.filter {
margin: 10px 0;
}
.display-limit, .filter {
margin-right: 7px;
text-align: right;
}
table, table td {
border-collapse: collapse;
}
table.weblinks, table.category {
margin: 10px 0 20px 0;
width: 100%;
}
table.weblinks th, table.category th {
font-size: 1em;
font-weight: normal;
}
table.weblinks th:first-child, table.category th:first-child {
border-left: medium none;
}
table th {
background: #E9E9E9;
padding: 6px 10px;
}

fieldset.filters {
margin-top: 10px;}

/* LANGUAGE FLAGS
----------------------------------------------------------- */

.s5_languageflags {
margin:0px;
margin-left:18px;
}

div.mod-languages li{margin:0 0 0 3px}#s5_pos_language li{float:right;margin:0 0 0 8px}

/* IMAGES
----------------------------------------------------------- */

a img,fieldset,img{border:none}.module_round_box_outer img{line-height:100%;display:inline-block}.mosimage{padding:0;margin:6px}.mosimage img{padding:0;margin:0!important}.mosimage_caption{background:#333;color:#FFF;font-size:8pt;margin-top:2px;padding:1px 2px}

/* SYSTEM MESSAGES
----------------------------------------------------------- */

#system-message{margin-bottom:20px}#system-message dd.message ul{background:url(/templates/system/images/notice-info.png) 4px center no-repeat #C3D2E5;margin-left:4px;margin-top:13px}#system-message dd.error ul{color:#c00;background:url(/templates/system/images/notice-alert.png) 4px center no-repeat #E6C0C0;border-top:3px solid #DE7A7B;border-bottom:3px solid #DE7A7B}#system-message dd.notice ul{color:#c00;background:url(/templates/system/images/notice-note.png) 4px center no-repeat #EFE7B8;border-top:3px solid #F0DC7E;border-bottom:3px solid #F0DC7E}		

/* TOOLTIPS
----------------------------------------------------------- */

.tip-wrap{z-index:1000003}.tip-wrap .tip{background:#fff;padding:5px;border:1px solid #eee;max-width:300px}.tip-wrap .tip-title{background:#101010;color:#FFF;font-size:1em;margin-bottom:4px;padding:5px 8px;text-shadow:0 1px 0 #000}.tip-wrap.tip-text{padding:3px;font-size:11px;line-height:16px}.tooltip{border:none!important;background:0 0!important}


/* PAGES - GENERAL
----------------------------------------------------------- */

h1.pages_center_text{font-size:2em;font-family:arial;text-transform:none}.pages_highlight_box{padding:30px;display:block}.pages_highlight_box h3{text-transform:none;font-size:1.9em;font-weight:500;}.pages_highlight_box .readon{margin-top:20px}.pages_center_text{text-align:center}address {padding-top:4px;padding-bottom:4px;}
.contact h3{ margin-bottom: 20px;margin-top: 15px;}

.pages_highlight_box {
background:#F9F8F8;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}

/* PAGES - CONTACT
----------------------------------------------------------- */

.jicons-text{font-weight:700}.contact-image{margin-bottom:20px}@media screen and (max-width:1050px){.contact-image{float:right}}@media screen and (max-width:700px){.contact .thumbnail{float:none!important;margin-bottom:14px}.contact .thumbnail img{width:100%}}.contact-form label {display:block;}.contact .dl-horizontal dt{width:auto}.dl-horizontal dt{float:none;overflow:visible;text-align:inherit}dd,dt{line-height:220%}#contact-form{margin:0px;}#contact-form fieldset{padding:0px;}#contact-form .form-actions{margin-bottom:0px;}

#contact-form {
padding:0px;
border:none;
background:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}

/* PAGES - SEARCH
----------------------------------------------------------- */

.search #searchForm fieldset.word label{margin-right:10px}.search #searchForm fieldset.word input{width:50%}.search #searchForm fieldset.word{margin-bottom:50px;text-align:center}.search fieldset.only,.search fieldset.phrases{margin-bottom:13px}#searchForm button{padding-top:12px;padding-bottom:12px;margin-top:0}#searchForm{margin:0}#search-searchword{font-size:14px}.search h1.page-title{margin-bottom:40px}.search #searchForm .btn-toolbar{margin-bottom:20px}.searchintro{margin-bottom:15px}.searchintro strong{font-weight:400}.badge-info,.label-info{background:#333;font-weight:400}#searchForm .only legend,#searchForm .phrases legend{float:left;margin-right:17px;margin-bottom:0;font-size:.9em;margin-top:-6px;width:auto}#searchForm fieldset input,#searchForm fieldset label{min-height:auto}.chzn-container-single .chzn-single{border:1px solid #E6E9E9;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important;height:32px;font-weight:400;line-height:31px;background:#fff}.chzn-container-active.chzn-with-drop .chzn-single{background:#fff}.chzn-container .chzn-drop{-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important}.chzn-container-single .chzn-single div b{background-position:0 7px}.chzn-container .chzn-results li.active,.chzn-container .chzn-results li.highlighted{background:#000}.checkbox,.ordering-box,.ordering-box #ordering_chzn,.ordering-box .ordering,.phrases-box,.radio{float:left}.controls>.checkbox:first-child,.controls>.radio:first-child{padding-top:0}.ordering-box .ordering{margin-right:8px}.checkbox,.radio{margin-right:0px}#contact-form,#contact-form .form-actions{margin-bottom:0}.form-actions{border:none;background:#FAFAFA}#searchForm fieldset{border:none!important;background:0 0!important;padding:0!important;margin:0 0 18px!important}

#searchForm button {
margin-bottom:0px !important;
margin-top:0px !important;
padding-top:10px;
padding-bottom:11px;
}

.btn-group + .btn-group {
margin:0px;
}

#searchForm fieldset input, #searchForm fieldset label {
margin-right:10px;
}

.icon-search {
margin-right:10px;
}

/* PAGES - ABOUT
----------------------------------------------------------- */

.about_wrapper{padding-top:10px}.about_wrapper img{float:left;max-width:45%!important;margin-right:30px;margin-bottom:30px}@media screen and (max-width:750px){.about_wrapper img{float:none;max-width:100%!important;margin-right:0;margin-bottom:30px}}.about_wrapper h3{margin-bottom:14px;font-weight:700}.about_bottom_item1{width:47%;float:left}.about_bottom_item2{width:47%;float:right}.about_bottom_item1 h3,.about_bottom_item2 h3{margin-top:15px;margin-bottom:15px;font-weight:700}@media screen and (max-width:750px){.about_bottom_item1,.about_bottom_item2{width:auto;float:none}}

/* PAGES - SERVICES
----------------------------------------------------------- */

.services_wrap{text-align:center;width:33.3333%;float:left;margin-bottom:50px}@media screen and (max-width:750px){.services_wrap{width:auto;float:none;margin-bottom:30px}}.services_wrap_inner{padding-left:15px;padding-right:15px}.services_wrap h3{font-weight:700;margin-top:15px;margin-bottom:15px}
.services_wrap_inner h3 {font-size:18px;}

/* PAGES - FAQs
----------------------------------------------------------- */

.faq_wrap h3{font-weight:700;margin-bottom:25px}.faq_question{font-weight:700;display:block;font-size:.9em}.faq_answer{display:block;font-size:.8em;font-style:italic;padding:5px 12px 12px}

/* FAQ ACCORDION
----------------------------------------------------------- */

.ac-container label,.ac-container2 label{font-size:1em!important;height:43px!important;line-height:43px!important;padding:5px 20px;position:relative;z-index:20;display:block;margin-bottom:0!important;margin-top:0!important;cursor:pointer;background:#fff;color:#333;box-shadow:0 0 0 1px rgba(155,155,155,.3),0 0 0 rgba(255,255,255,.9) inset,0 0 1px rgba(0,0,0,.1);-webkit-box-shadow:0 0 0 1px rgba(155,155,155,.3),0 0 0 rgba(255,255,255,.9) inset,0 0 1px rgba(0,0,0,.1);-moz-box-shadow:0 0 0 1px rgba(155,155,155,.3),0 0 0 rgba(255,255,255,.9) inset,0 0 1px rgba(0,0,0,.1)}.ac-container,.ac-container2{width:100%;position:relative;z-index:0;margin:10px auto 30px;text-align:left}.ac-container label:hover,.ac-container2 label:hover{background:#000000;color:#FFFFFF;}.ac-container input:checked+label,.ac-container input:checked+label:hover,.ac-container2 input:checked+label,.ac-container2 input:checked+label:hover{background:#F9F9F9;color:#666;height:30px;line-height:21px;font-size:13px}.ac-container input:checked+label:hover:after,.ac-container label:hover:after,.ac-container2 input:checked+label:hover:after,.ac-container2 label:hover:after{content:'';position:absolute;width:24px;height:24px;right:13px;top:7px}.ac-container input,.ac-container2 input{display:none}.ac-container article,.ac-container2 article{background:rgba(255,255,255,.5);margin-top:-1px;overflow:hidden;height:0;position:relative;z-index:10;-webkit-transition:height .3s ease-in-out,box-shadow .6s linear;-moz-transition:height .3s ease-in-out,box-shadow .6s linear;-o-transition:height .3s ease-in-out,box-shadow .6s linear;-ms-transition:height .3s ease-in-out,box-shadow .6s linear;transition:height .3s ease-in-out,box-shadow .6s linear}.ac-container article p,.ac-container2 article p{font-style:normal;color:#333;padding:20px}.ac-container input:checked~article,.ac-container2 input:checked~article{-webkit-transition:height .5s ease-in-out,box-shadow .1s linear;-moz-transition:height .5s ease-in-out,box-shadow .1s linear;-o-transition:height .5s ease-in-out,box-shadow .1s linear;-ms-transition:height .5s ease-in-out,box-shadow .1s linear;transition:height .5s ease-in-out,box-shadow .1s linear;box-shadow:0 0 0 1px rgba(155,155,155,.3)}.ac-container input:checked~article.ac-text,.ac-container2 input:checked~article.ac-text2{height:auto}.ac-container input:checked~article.ac-small,.ac-container2 input:checked~article.ac-small2{height:140px}.ac-container input:checked~article.ac-medium,.ac-container2 input:checked~article.ac-medium2{height:180px}.ac-container input:checked~article.ac-large,.ac-container2 input:checked~article.ac-large2{height:230px}

.ac-container, .ac-container2 {
margin-left:2px;
}

.ac-container input:checked + label:hover {
color:#FFFFFF;
}

/* PAGES - 404
----------------------------------------------------------- */

#wrap_404{text-align:center;padding-bottom:30px}.title_404{font-size:11em;margin-bottom:20px}.line_1_404{font-size:2em;text-transform:uppercase;display:block}.line_2_404{font-size:1.1em;padding-bottom:32px;margin-bottom:32px;display:inline-block}#wrap_404 .readon{margin:0}

/* PAGES - TEAM
----------------------------------------------------------- */

.overlay_outer{float:left;text-align:center}.overlay_inner{padding:.25%}.overlay_outer.one{width:100%}.overlay_outer.two{width:49.5%}.overlay_outer.three{width:32.5%}.overlay_outer.four{width:24.5%}.overlay_outer.five{width:19.5%}.overlay_outer.six{width:15.5%}.overlay_centered,.overlay_socialicons{display:table;margin:0 auto;position:relative;top:42%}.overlay_hover_outer{display:table;margin:0 auto;overflow:hidden;position:relative;width:auto;height:auto}.overlay_hover_outer .overlay_hover_inner{-moz-opacity:0;-khtml-opacity:0;filter:alpha(opacity=0);opacity:0;background-color:#333;height:100%;width:100%;position:absolute}.overlay_hover_outer:hover .overlay_hover_inner{-moz-opacity:1;-khtml-opacity:1;filter:alpha(opacity=100);opacity:1;position:absolute;height:100%;width:100%}.overlay_hover_outer .overlay_hover_video{-moz-opacity:1;-khtml-opacity:1;filter:alpha(opacity=100);opacity:1;height:100%;width:100%;position:absolute}.overlay_facebook{float:left;height:29px;margin-right:9px;width:29px;background:url(/templates/acpt/images/pages/sprite.png) 0 -72px no-repeat!important}.overlay_facebook:hover{background:url(/templates/acpt/images/pages/sprite.png) -47px -72px no-repeat!important}.overlay_twitter{float:left;height:29px;width:29px;background:url(/templates/acpt/images/pages/sprite.png) no-repeat!important}.overlay_twitter:hover{background:url(/templates/acpt/images/pages/sprite.png) -47px 0 no-repeat!important}.overlay_hover_inner{-webkit-transition:all 300ms ease-in 0s;-moz-transition:all 300ms ease-in 0s;-o-transition:all 300ms ease-in 0s;transition:all 300ms ease-in 0s}.overlay_hover_outer img{width:100%;margin-bottom:-9px}.overlay_subtitle{display:block;margin-top:8px}@media screen and (max-width:950px){.overlay_outer{width:100%!important;float:none!important}}

/* PAGES - PORTFOLIO
----------------------------------------------------------- */

.pages_portfolio{float:left}.pages_portfolio.one{width:100%}.pages_portfolio.two{width:50%}.pages_portfolio.three{width:33.3335%}.pages_portfolio.four{width:25%}.pages_portfolio.five{width:20%}.pages_portfolio.six{width:16.6665%}.pages_portfolio img{margin-bottom:-7px}.pages_padding{padding:5px}@media screen and (max-width:950px){.pages_portfolio{width:100%!important;float:none!important}}




/* Content
----------------------------------------------------------- */		
.inputbox, .registration input, .login input, .contact-form input, #jform_contact_message, input, textarea, .validate, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background:#fff;}


.well {
	background:none;
	border:none !important;
	-webkit-box-shadow:none !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;}

label {color:#000;}	
			
.btn-group.radio input[type=radio] {
	min-height:16px !important;}	
			
/* IMAGE AND CONTENT FADER
----------------------------------------------------------- */

.withArrows a.open {
width:100% !important;
left:0 !important;}

.slideInfoZone {
bottom:auto !important;
height:auto !important;
padding:0px !important;
width:auto !important;}

.slideInfoZone br {
clear:both !important;
display:block;}

.jdGallery .slideInfoZone {
padding-top:0px !important;
overflow:visible !important;
top:50% !important;}

.jdGallery .slideInfoZone h2 {
font-size:6em !important;
padding:0px !important;
text-shadow:none !important;
font-weight:800 !important;
line-height:81px;
margin-left: 0px !important;
display:block;}

.jdGallery .slideInfoZone h2 a:hover {
color:#FFFFFF !important;}

.jdGallery .slideInfoZone p {
line-height: 70px;
margin:0px !important; 
margin-left:auto !important;
margin-right:auto !important;
display:block !important;
text-shadow:none !important;}

.center_text {
text-align:center;
display:block;}

.jdGallery a.readon {
margin-top:20px;
padding-bottom: 12px;
padding-top: 12px;
font-size:0.9em !important;}

.jdGallery a.right, .jdGallery a.left {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
filter: alpha(opacity=100) !important;
-moz-opacity: 1 !important;
-khtml-opacity: 1 !important;
opacity:1 !important;
width:36px !important;
height:36px !important;
float:left !important;
padding:0px !important;
top:16px !important;
top:48% !important;
z-index:3 !important;
}

.jdGallery a.right {
background:transparent url(/templates/acpt/images/iacfarrows.png) no-repeat right -73px  !important;
color:#000;
left: auto !important;
right:2% !important;}

.jdGallery a.left {
background:transparent url(/templates/acpt/images/iacfarrows.png) no-repeat 0px 6px !important;
color:#000;
right:auto !important;
left:2% !important;}
	
		
	.jdGallery a.left:hover {		
		background: url(/templates/acpt/images/iacfarrows.png) no-repeat 0px 6px;}
	
	.jdGallery a.right:hover {
		background: url(/templates/acpt/images/iacfarrows.png) no-repeat right -73px;}	

.iacf_prev {padding-left:25px;}
.iacf_next {position: relative;right: 26px;}		

.jdGallery .loadingElement {
background-image: none !important;}		

.jdGallery a.carouselBtn, .jdGallery .carousel .label, .jdExtCarousel .label {
display:none !important;}

.jdGallery div.carouselContainer {	
height:16px !important;
top:auto !important;
bottom:30px !important;}

.jdGallery .carousel, .carouselWrapper {
top:auto !important;
height:16px !important;
background:none !important;}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner {
float: left !important;
left: 50% !important;
margin: auto !important;
position: relative !important;
width: auto !important;}


.carouselInner .thumbnail {
float: left !important;
position: relative !important;
right: 50% !important;}


.jdGallery div.carouselContainer {	
-moz-opacity: 1;
-khtml-opacity: 1;
filter:alpha(opacity=100);
opacity:1 !important;}

.slideInfoZone {	
-moz-opacity: 1;
-khtml-opacity: 1;
filter:alpha(opacity=100);
opacity:1 !important;}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail {
background:none !important;
margin-left: 3px !important;
margin-right:3px !important;
margin-top: 0px !important;
height: 9px !important;
width: 9px !important; 
-moz-opacity: 1 !important;
-khtml-opacity: 1 !important;
filter:alpha(opacity=100) !important;
opacity:1 !important;
-webkit-transition: all 0ms ease-in-out !important;
-moz-transition: all 0ms ease-in-out !important;
-o-transition: all 0ms ease-in-out !important;
transition: all 0ms ease-in-out !important;}	

.jdGallery .carousel .carouselInner .active {
background:#fff !important;
}

.jdGallery a.open {
display:inline !important;
}



.jdGallery .carousel .carouselInner .active.thumbnail {
height:9px !important;
width: 9px !important; 
}

.carouselContainer .carousel .active {
left:auto !important;}

.slideInfoZone {
float:left !important;
-moz-opacity: 0 !important;
-khtml-opacity: 0 !important;
filter:alpha(opacity=0) !important;
opacity:0 !important;
-webkit-transition: all 400ms ease-out;
-moz-transition: all 400ms ease-out;
-o-transition: all 400ms ease-out;
transition: all 400ms ease-out;
transform: scale(0.9);
-webkit-transform: scale(0.9) translate(0px,-50%);
-moz-transform: scale(0.9) translate(0px,-50%); 
-ms-transform: scale(0.9) translate(0px,-50%);
-o-transform: scale(0.9) translate(0px,-50%);}

.slideInfoZone_load.slideInfoZone {
margin:0px !important;
-moz-opacity: 1 !important;
-khtml-opacity: 1 !important;
filter:alpha(opacity=100) !important;
opacity:1 !important;
-webkit-transform: scale(1) translate(0px,-50%);
-moz-transform: scale(1) translate(0px,-50%); 
-ms-transform: scale(1) translate(0px,-50%);
-o-transform: scale(1) translate(0px,-50%);}

.jdGallery .slideInfoZone h2 {
	text-shadow:none !important;}

.jdGallery .slideInfoZone h2, .jdGallery .slideInfoZone p {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
	clear:both;
	width:50%;}


.jdGallery .slideInfoZone p {
	font-size: 1.5em;
    letter-spacing: 3px;}
	
.jdGallery .slideInfoZone {
	color: #fff !important;
	background:none !important;
    left: 0 !important;
	line-height:52px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 30px !important;
    right: 0 !important;}

.jdGallery .slideInfoZone p {
	font-weight: 300;}


.iacf_title, .iacf_big_title, .iacf_subtext {
	display:block;}
	
	/* custom */
	
	.iacf_title	{
		-moz-opacity: .7 !important;
		-khtml-opacity: .7 !important;
		filter:alpha(opacity=70) !important;
		opacity:.7 !important;
		font-size:1.8em;
		font-weight:300;
		letter-spacing:6px;
		margin-bottom:19px;}
		
	.iacf_big_title 	{
		font-size:3.4em;
		font-weight:700;
		background:url(/templates/acpt/images/iacf_line.png) no-repeat 4px bottom;
		padding-bottom:40px;
		margin-bottom:21px;}

	.iacf_subtext {
		width: 50%;
		margin-bottom:20px;}
		
.jdGallery .slideInfoZone a.readon {
	color: #000 !important;
    display: inline;
	font-weight:600;
    font-size: 13px !important;
	background:#fff;}		
	
	.jdGallery .slideInfoZone a.readon:hover	{
	color: #fff !important;}
	
.jdGallery .slideInfoZone a.readon.videoicon{
	margin-left: -13px;
	border-color:transparent !important;}
	
	.jdGallery .slideInfoZone a.readon.videoicon:hover{
	border-color:transparent !important;
	background-color:transparent !important;}
	
	.jdGallery .slideInfoZone a.readon.videoicon	.sized {
		background-color: #ccc;
		display: inline-block;
		height: 40px;
		 margin-left: 16px;
		line-height: 41px;
		text-align: center;
		width: 40px;}
		
	.jdGallery .slideInfoZone a.readon.videoicon:hover .sized {
		background-color:#676969 !important;}
						
.s5_white {
	color:#fff !important;}
									
	
#myGallery.jdGallery a.left {left:15px !important;}	
#myGallery.jdGallery a.right {right:15px !important;}		
 .iacf_prev, .iacf_next {color:#fff; font-weight: 400;}

.jdGallery a.right {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate(90deg);}
	

.jdGallery a.left {
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);}	
	
.withArrows a.open {
	padding-bottom: 10px;
	-moz-opacity: 0 !important;
    -khtml-opacity: 0 !important;
    opacity: 0 !important;
	background: #000 !important;}
	
			
/* Content
----------------------------------------------------------- */		

.checkbox, .ordering-box, .ordering-box #ordering_chzn, .ordering-box .ordering, .phrases-box, .radio {
    float: left;
}	
	
.article-info.muted span {
	display: none;}
	
.article-info.muted span, .category-name a {
	color: #000;}
	
#contact-form .form-actions {
	background:#fff;}
	
#s5_body_padding .form-actions .btn {padding-left: 30px !important;border:1px solid #000 !important;color:#000 !important;margin-left: -18px !important;-moz-border-radius:0px;
-webkit-border-radius:0px;
border-radius:0px;}	
#s5_body_padding .form-actions .btn:hover {color:#fff !important;} 
    
	
.article-info-term {
	display: none !important;}	

.article-info.muted { color: #999999;margin-top:-9px;}	
	
.nav-stacked a {
	color:#969696;
	background:#fff;}
	
.nav-tabs.nav-stacked > li > a {
    border: 1px solid #efefef;}	
	
.item-page .icons {
    margin-top: -7px;}		
	
.s5_articlewidth {
	color: #737373;
    display: block;
    font-size: 1.1em;
    font-weight: 400;
    margin: 72px auto 0;
    text-align: left;
    width: 82%;}
	
	
li.previous span.icon-chevron-left, li.next span.icon-chevron-right {
	display:none;}	
	
		
.pages_padding .s5_is_css_wrap_7 a.darkcolor, .pages_padding .s5_is_css_wrap_7 a:hover {
	color:#fff !important;}
	
.pages_padding .s5_is_css_wrap_7 a {
    color: #fff !important;}			
					
.item-image {margin-bottom:20px;}					

.controls .btn {padding:7px 22px !important;}


.dropdown-toggle, .dropdown-toggle:hover {
    padding: 9px;
    background: none !important;
    margin-right: 4px !important;
    margin-top: 4px !important;
    border: none;
    font-size: 14px;
    line-height: 1;
    min-width: 1px;
}

/* Social Icons
----------------------------------------------------------- */			
	
#s5_socialicons	{
	position:fixed;
	bottom:30px;
	cursor:pointer;
	right:20px;
	width:42px;
	height:42px;
	background:#000;}
	
	#s5_socialicons span {
	display: block;
	color:#fff;
    margin-left: -2px;
    margin-top: 7px;
    text-align: center;
	font-size:1.3em;}

	
	.s5_scrolltotop, #s5_socialicons {
	-webkit-box-shadow:0 0 11px 3px rgba(0, 0, 0, 0.1); 
	box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 11px 3px rgba(0, 0, 0, 0.1);	}

	
	#s5_socialicons:hover #s5_socialicons_active, #s5_socialicons_active:hover {
		display:block;}
	
	#s5_socialicons_active {
	background: #fff none repeat scroll 0 0;
    bottom: -1px;
	left:0px;
    display: none;
	border:1px solid #fff;
    padding-top: 7px;
    position: absolute;
    width: 42px;}					
				
/* SEARCH
----------------------------------------------------------- */
#s5_search_pos_wrap .module_round_box .s5_h3_first {
	color:#ffffff;}

#s5_search_overlay {
	background:#ffffff;
	background:rgba(0, 0, 0, 0.6);
	position:fixed;
	left:0;
	width:100%;
	top:0;}

#s5_search_pos_wrap {
	padding-top:13%;}

#s5_search_overlay .button, #s5_search_overlay button {
	display:none;}
	
	
#s5_search_form, #s5_ls_outer_wrap  {		
	width:100% !important;}
	
	#s5_search_pos_wrap {
		margin-left: auto;
		margin-right: auto;
		position:relative;
		width:55%;}
	
#s5_search_overlay input {
	width:100%;}
	

#s5_search_overlay input {	
	font-size: 0.95em;
    height: 61px;
	border: 1px solid #ffffff !important;
	box-sizing: border-box !important;
	border-radius: 0 !important;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	padding:1.5% 3.5% 1.5% 48px !important;}

#s5_search_overlay input:focus {
	background:#ffffff !important;}

#s5_search_overlay .s5_mod_h3_outer h3 {
	font-size: 1.6em;
	font-weight: 300;
	margin-bottom: 32px;
	color:#FFFFFF;
	text-align: left;}	

.icon_search {
	color: #ffffff;
    cursor: pointer;
	font-size: 2em;
    margin-right: 25px;
    margin-top: 25px;
    position: absolute;
    right: 0;}

.s5_search_open {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	height:1000000px;
	z-index:4;}	

.s5_search_close {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	height:0px;
	z-index:0;
	overflow:hidden;}

.s5_search_open, .s5_search_close {
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;}

.s5_wrap_fmfullwidth #s5_search_wrap {
	color:#666666;}

#s5_search_pos_wrap {
	padding-left:9%;
	padding-right:9%;}
	
.s5_ls_result2 h2, .s5_ls_result1 h2 {
    font-size: 1.6em;}	

#s5_search_overlay .s5_mod_h3_outer h3 {
    margin-bottom: 15px;
    padding-bottom: 25px;}	
		
	
	
/* S5 LIVE SEARCH
----------------------------------------------------------- */								
.s5_ls_top_bar, .s5_ls_bottom_bar {
border:medium none !important;
line-height: 3px !important;
background: none !important;}	

#s5_ls_outer_wrap {
background: #ffffff;}

#s5_ls_close {
right: 4px !important;
top: 11px !important;	}

#s5_ls_outer_wrap {
padding-top:0px !important;}

#s5_ls_outer_wrap div {
margin: 0 !important;
padding-bottom: 22px !important;
padding-left: 34px !important;
padding-top: 22px !important;} 

#s5_ls_outer_wrap div {
border:1px solid transparent !important;}

#s5_ls_outer_wrap div, .s5_ls_search_word{
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;}

.s5_ls_bar_span {
font-size: 0.8em !important;
font-weight: normal !important;}


#s5_ls_outer_wrap .s5_ls_result2, #s5_ls_outer_wrap .s5_ls_result1 {
line-height: 17px;
background:none !important;}

#s5_ls_outer_wrap div:hover {
border:1px solid transparent !important;}

.s5_ls_search_word {
color: #ffffff;
padding:6px 7px !important;}

.s5_ls_result1 h2 a.s5_ls_result_link, .s5_ls_result2 h2 a.s5_ls_result_link {		
font-size:.7em !important;
margin-bottom:8px !important;
font-weight:normal !important;}


#s5_ls_outer_wrap .s5_ls_readmore {
margin-top: 15px;
padding: 6px 13px;
color:#FFFFFF !important;
display: table;}

#s5_ls_outer_wrap .s5_ls_readmore:hover {
text-decoration:none !important;}

.s5_ls_result1, .s5_ls_result2 {
margin-bottom:10px;}

.s5_ls_top_bar #s5_ls_close {
height: 29px !important;
width: 29px !important;
display:none !important;
background: url(/templates/acpt/images/s5_lsclose.png) no-repeat !important;}


#s5_search_form #loading_img {
height: 23px !important;
margin-left: 17px !important;
margin-top: -46px !important;
background: url(/templates/acpt/images/preloader.gif) no-repeat !important;}

.s5_ls_result2 h2, .s5_ls_result1 h2 {
margin-bottom:14px !important;}

#s5_ls_outer_wrap {
margin:0px !important;
margin-top:0px !important;
position:relative !important;
height: 300px !important;
overflow-x: hidden;
overflow-y: scroll;
border:none !important;
padding-right: 0px;
background:#eeeeee;}

.s5_ls_result_link {
color:#000000 !important;}

#s5_ls_outer_wrap .s5_ls_readmore {
	color:#fff !important;}
	
#s5_ls_outer_wrap div:hover {
	background:#f7f5f5 !important;}
	
	
#s5_search_form {
	 margin-left: auto;
    margin-right: auto;
    text-align: center;}	
	
#s5_ls_outer_wrap {
    margin: -9px auto 0 !important;}
	
#mod-search-searchword {
	color: #ccc;
	background:#2e2e2e;}	
	
#s5_search_wrap {
    cursor: pointer;
    display: block;
    float: right;
    font-size: 1.2em;
    height: 12px;
    line-height: 16px;
    margin-left: 29px;
    margin-right: 23px;
    margin-top: 5px;
}	
	 	
/* S5 BOX
----------------------------------------------------------- */	

body #colorbox {
	position:fixed !important;
	top:150px !important;}


#cboxOverlay {	
	background:rgba(0, 0, 0, 0.3);}
	
#s5box_login, #s5box_register{
	padding:10px 25px !important;
	background:transparent !important;}
	
	.s5_regfloatleft {
		width: 100% !important;}
		
	#jform_profile_aboutme, .s5_regfloatleft input {
		width: 100% !important;}	
	
#cboxContent, #cboxContent a, #cboxContent p label, #cboxLoadedContent label, form#member-registration{
	font-weight:300;
	color:#a2a2a2;}
	
#cboxContent .module_round_box_outer h3, #cboxContent .module_round_box_outer .s5_h3_first {
    font-weight: 700;
    color: #000 !important;}	
	
#cboxContent .button{
	cursor:pointer;}	

#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleLeft, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight, #cboxMiddleRight{
	background:none!important;}
	
#cboxLoadedContent .s5_mod_h3_outer {
	margin-bottom:5px;
	margin-top:9px;}

#cboxContent {
	-webkit-box-shadow:0 0px 17px 4px rgba(0, 0, 0, 0.1); 
	box-shadow: 0 0px 17px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0px 17px 4px rgba(0, 0, 0, 0.1); }	

#form-login-username, #form-login-password, #form-login-remember {
	font-size: 1.1em;
	float: none;
	margin-bottom: 10px;
}	
	
#cboxClose {
    background:url(/templates/acpt/images/multibox/close.png) no-repeat scroll left top transparent !important;
	top:-9px !important;
    cursor:pointer !important;
    float:right !important;
    height:30px !important;
    margin:-30px 4px -7px !important;
    overflow:hidden !important;
    padding:0 !important;
    position:absolute !important;
    right:-47px !important;
    text-indent:500px !important;
    width:30px !important;}
	
#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
	display:none !important;}	
	
#cboxLoadedContent label  {
	display: block;
	font-size: .8em !important;
	color:#a2a2a2 !important;
    margin-bottom:0px;}
	
#cboxLoadedContent #form-login-remember label {
	display:inline;
	margin-right: 5px;}
	
#cboxLoadedContent .button, #s5box_register_inner .button {
	margin-bottom: 16px;
	font-size: .9em;
	font-weight: 400;
    margin-top: 12px;
	border:3px solid #cccccc;
	background:none;
	padding:9px 23px !important}
	
	#cboxLoadedContent .button:hover, #s5box_register_inner .button:hover {
		color:#ffffff;}
	
	#cboxLoadedContent input.button {
		-webkit-box-shadow:none; 
		box-shadow: none;
		-moz-box-shadow: none;	}
	
#member-registration input {
	margin-bottom:4px;}
	
#cboxLoadedContent .module_round_box_outer, #s5box_register .module_round_box_outer {
	padding-bottom:0px !important;}

#cboxLoadedContent .s5_module_box_2 {
	padding: 5px 5px 5px;}
	
#cboxLoadedContent .module_round_box_outer {
	margin-bottom:0px;
	margin-top:0px;}
		
#cboxLoadedContent input {
	color:#333333;
	font-size: 15px !important;
	font-weight: 300;
	padding:12px 21px !important}
	
.s5_regfloatleft {
	margin-bottom: 3px !important;
	margin-right:15px;}
	
div.likeboxwrap iframe {
    margin: -1px;}
	
.likeboxwrap iframe {
	height:358px !important;
	width:252px !important;	}
			
#cboxLoadedContent {
	margin-bottom:0px !important;}
		
.s5_module_box_2 form {
	font-size:1.1em;}
	
#cboxMiddleRight, #cboxTopRight {
	width:50px !important;}
	
#cboxTopCenter {
	height:50px !important;}	
	
#cboxLoadedContent .module_round_box h3 {
	font-size:1.4em;
	margin-bottom: 25px;
    margin-top: 0px;	}
	
#colorbox, #cboxOverlay, #cboxWrapper	{
	z-index:9999999999 !important;
	overflow:visible !important;}					
	
#cboxLoadedContent #login-form ul li{
	font-size: 0.9em;
    margin-bottom: -3px;}
	
#cboxLoadedContent h3.s5_mod_h3 {
	color: #000000;
    font-size: 1.4em;
    padding-bottom: 19px;}
	
#cboxContent .s5_mod_h3_outer h3 {
	font-weight:400;}
	
#cboxLoadingOverlay {
    background: url(/templates/acpt/images/loading-bar-black.gif) no-repeat scroll center center #fff;}	
	
#cboxLoadedContent .module_round_box {
	padding:20px 7px;}
	 	
#cboxLoadedContent ul li a [class^="icon-"], #cboxLoadedContent ul li a [class*=" icon-"]{
	display:none !important;}

#cboxLoadedContent button {
	margin-bottom: 22px !important;
    margin-top: 10px;
    padding-left: 22px !important;
    padding-right: 36px !important;
    width: 100%;}

#login-form #modlgn-remember {   
  margin-right: 10px;
  position: relative;
  margin-top: 13px;
  min-height: 0;
}	
		
#login-form .control-label {
 position: relative;
    top: 3px;}		
			
			
/* Masonry
------------------------------------*/


#s5_mason_load_more {
color:#fff !important;}
			
			
			
			
			
			
			
/* Tab Show
------------------------------------*/			

.s5_tab_show_slide_button_active {background:#fff;color:#000;}				
.s5_tab_show_slide_button_inactive {background:none;}			
.s5_tab_show_outer_wrap {margin-top: 1px;}
.s5_tab_show_slide_button_inactive, .s5_tab_show_slide_button_active {font-weight:600;}
.s5_tab_show_slide_button_inactive, .s5_tab_show_slide_button_active {padding: 4px;    line-height: 22px;    padding-left: 21px;    padding-right: 21px;}		
.s5_tab_show_slides_container_wrap_outer {margin-top:25px;}
			
			
/* Mail Chimp
------------------------------------*/			

.inputbox.mailchimp_signup {color:#7a7a7a !important;background:#fff;width:70%;}		
.button.mailchimp_signup {color:#fff !important;margin-left: -147px;    margin-top: -8px;    margin-right: 37px;}
			
	
#response {
    background: #fff none repeat scroll 0 0;
	-webkit-box-shadow:0 0px 17px 4px rgba(0, 0, 0, 0.1); 
	box-shadow: 0 0px 17px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0px 17px 4px rgba(0, 0, 0, 0.1); 	
    color: #f30;
    display: table;
    font-size: inherit;
    font-style: italic;
    margin: -98px 212px 12px;
    padding: 0.8em 1.5em;
    position: absolute;}				
			
			
			
			
			
/* Masonry
------------------------------------*/				
#s5_masondisplay_container {
margin-left: 6px;}		
			
ul.s5_masonry_articles {
    float: right;
    left: auto;}
	
ul.s5_masonry_articles li {
	right:auto;}

#s5_masonry_navwrap {
	margin-right:31px;
	margin-top:-108px;}
	
.s5_masonwrapinner {
    margin-right: 30px;
	margin-left: -8px;}

.s5masonmod_form {
	padding-bottom:0px;}

.s5_masoncat {
    margin-left: 32px;
    font-weight: 600;
    font-size: 14px;
	padding-top: 3px;
    line-height: 24px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    background: #fff !important;
    color: #000 !important;}	

.s5_mason_abi_wrap {
	position:absolute;}


.s5_masonry_overlay .item .s5_mason_it_wrap {
    display: block;	}	
	
.s5_masonry_overlay .item .s5_masonry_articletitle {
    margin-top: 325px;}	
	
.s5_mason_it_wrap {
    margin-top: 36px;
    line-height: 21px;
    overflow: hidden;
	height: 103px;}

.s5_masonry_overlay .s5_mason_abi_wrap_inner {
	padding: 11%;}
	
.s5_masonry_overlay .s5_masondate {
    background: transparent;
    left: 9%;
	top:auto !important;
    position: absolute;
	bottom: 51% !important;}
    
.s5_mason_loadbutton {
	margin-top:10px;}

.s5_masonry_articles li a {
	padding: 7px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
	font-weight:600 !important;
	color:#000 !important;}	

	.s5_masonry_articles li.s5_masonry_active a, .s5_masonry_articles li a:hover {
	text-decoration:none;
	background:#000 !important;
	color:#fff !important;}
	
	.s5_masonry_articles li {
	margin:0px;}	
	
#s5_loading_inner {
	-webkit-box-shadow:0 0px 17px 4px rgba(0, 0, 0, 0.2); 
	box-shadow: 0 0px 17px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 17px 4px rgba(0, 0, 0, 0.2); 	
    bottom: 23px;
    height: 32px;
    position: fixed;
    left: 50%;
	padding:5px;
    top: 50%;
	margin-left: -32px;
    margin-top: -32px;
    width: 32px;
    z-index: 3;
	background:#fff url(/templates/acpt/images/loading-bar-black.gif) no-repeat scroll center center;}	
	
#s5_masondisplay_container .item {
	float:left;}
	
#s5_masonry_form_outer_wrap {
	margin-left:-6px;}
	
.addresstime_left, .addresstime_right {
	width:50%;}
	
	.addresstime_left h4, .addresstime_right h4 {
		margin-bottom:15px;}
		
	.addresstime_left span, .addresstime_right span {
		font-size:14px;}		
	
.addresstime_left {
	float:left;}
	
.addresstime_right {
	float:right;}	
	
.s5_masonry_articletitle {
	font-size: 1.4em;}
	
	
/* Right Menu
------------------------------------*/	

.s5_wrap_fmfullwidth #s5_rightmenudrop {
	top:76px;	}

#s5_rightmenudrop {
		-webkit-box-shadow:0 48px 54px 20px rgba(0, 0, 0, 0.1); 
		box-shadow: 0 48px 54px 20px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 48px 54px 20px rgba(0, 0, 0, 0.1);
		background: #fff;
		color:#000;
		right:-350px;
		position:absolute;
		top: 106px;
		z-index:1;
		width:340px;
		opacity: 0;
		line-height:20px;
		font-weight: 400;
		font-size: 15px;}
		
	#s5_rightmenudrop_in {
		padding: 25px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		background:#fff;
		font-size:10px;}
		
	#s5_rightmenudrop_in .module_round_box {
		padding-bottom: 22px;
		margin-bottom: 22px;}
		
		.s5_menu_active {
		height: auto;
		right:0 !important;
		opacity: 1 !important;}
		
		.s5_menu_notactive {
		height: 0px;
		right:-350px !important;
		opacity: 0;}

#s5_rightmenudrop_in li a {
	font-weight: 700;
	color:#000;
    padding-bottom:11px;
    font-size: 15px;}
	

.s5menuicon_left {
font-weight:500;
float:left;}	

.s5menusubtext {
    display: block;
    font-size: 12px;
	font-weight:300;
	color:#606060;}

.s5menuicon_right {
float:right;}	

.s5menuicon_right i {
font-size:39px;}




/* Media Player 
---------------------*/
		
.mejs-container {
overflow:hidden;}
		
.s5_media_player_download {
padding-bottom: 7px;
padding-top: 7px;}

	
.xec1 {
          -webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    }

.xec1:hover {
	 -webkit-filter: grayscale(100%) blur(1px);
	filter: grayscale(100%) blur(3px);
    }

/* Opacity #1 */
.xec2 {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.xec2:hover img {
	opacity: .5;
}	
	

.xec_bw {
          /* filter: none; -webkit-filter: grayscale(0.1);*//*-webkit-transform: scale(1.1);*/
    }
.xec_bw:hover {filter: url(/templates/acpt/css/filters.svg#grayscale); /* Firefox 3.5+ */ filter: gray; /* IE5+ */  -webkit-filter: grayscale(99%); /* Webkit Nightlies & Chrome Canary */  -webkit-transition: all .5s ease-in-out; }	

	/*t1*/
.xec1table{
		width:100%; 
		border-collapse:collapse; 
		margin-bottom:25px;
		border: 1px solid #cccccc;
	}
.xec1table td{ 
		padding:12px 15px; border:#4e95f4 0px solid;text-align:center;
	}
.xec1table tr{
		background: none;
	}
	/* Define the hover highlight color for the table row */
.xec1table tr:hover {
       /*   background-color: #c3c9cd;*/
    }
	/*  Define the background color for all the ODD background rows  */
.xec1table tr:nth-child(odd){ 
		background: #ffffff;
	}
	/*  Define the background color for all the EVEN background rows  */
.xec1table tr:nth-child(even){
		background: #efefef;
	}
.xec1table tr:nth-child(odd):hover{ 
		background: #3c3c3c;
		color:#ffffff;
	}
	/*  Define the background color for all the EVEN background rows  */
.xec1table tr:nth-child(even):hover{
		background: #3c3c3c;
		color:#ffffff;
	}
	
	/*t2*/
	
.xec2table {
	width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
table-layout: fixed;
  margin-top:25px;
  padding:25px;
}	

	/*t3 green*/
.xec3table {
		width:100%; 
		border-collapse:collapse; 
		margin-bottom:0px;
		border-collapse: separate;
  border-spacing: 5px;
	}
	.xec3table td{ 
		padding:10px;margin:0px 0; border:0px solid #ffffff;
	}

.xec3table tr:nth-child(odd){ 
		background: #ffffff;
	}
	/*  Define the background color for all the EVEN background rows  */
.xec3table tr:nth-child(even){
		background: #ffffff;
	}
.xec3table tr:nth-child(odd):hover{ 
		background: #2a612f;
		color:#fff;
	}
	/*  Define the background color for all the EVEN background rows  */
.xec3table tr:nth-child(even):hover{
		background: #2a612f;
		color:#fff;
	}	
	
	/*t3-red*/
.xec3tablered {
		width:100%; 
		border-collapse:collapse; 
		margin-bottom:0px;
		border-collapse: separate;
  border-spacing: 5px;
	}
	.xec3tablered td{ 
		padding:10px;margin:0px 0; border:0px solid #ffffff;
	}

.xec3tablered tr:nth-child(odd){ 
		background: #ffffff;
	}
	/*  Define the background color for all the EVEN background rows  */
.xec3tablered tr:nth-child(even){
		background: #ffffff;
	}
.xec3tablered tr:nth-child(odd):hover{ 
		background: #c52128;
		color:#fff;
	}
	/*  Define the background color for all the EVEN background rows  */
.xec3tablered tr:nth-child(even):hover{
		background: #c52128;
		color:#fff;
	}	
	
	/*t3-blue*/
.xec3tableblue {
		width:100%; 
		border-collapse:collapse; 
		margin-bottom:0px;
		border-collapse: separate;
  border-spacing: 5px;
	}
	.xec3tableblue td{ 
		padding:10px;margin:0px 0; border:0px solid #ffffff;
	}

.xec3tableblue tr:nth-child(odd){ 
		background: #ffffff;
	}
	/*  Define the background color for all the EVEN background rows  */
.xec3tableblue tr:nth-child(even){
		background: #ffffff;
	}
.xec3tableblue tr:nth-child(odd):hover{ 
		background: #0066b3;
		color:#fff;
	}
	/*  Define the background color for all the EVEN background rows  */
.xec3tableblue tr:nth-child(even):hover{
		background: #0066b3;
		color:#fff;
	}

	/*t3-orange*/
.xec3tableorange {
		width:100%; 
		border-collapse:collapse; 
		margin-bottom:0px;
		border-collapse: separate;
  border-spacing: 5px;
	}
	.xec3tableorange td{ 
		padding:10px;margin:0px 0; border:0px solid #ffffff;
	}

.xec3tableorange tr:nth-child(odd){ 
		background: #ffffff;
	}
	/*  Define the background color for all the EVEN background rows  */
.xec3tableorange tr:nth-child(even){
		background: #ffffff;
	}
.xec3tableorange tr:nth-child(odd):hover{ 
		background: #f26522;
		color:#fff;
	}
	/*  Define the background color for all the EVEN background rows  */
.xec3tableorange tr:nth-child(even):hover{
		background: #f26522;
		color:#fff;
	}		
	

.xec4table{
		width:100%; 
		border-collapse:collapse; 
		margin-bottom:25px;
		border: 0px solid #cccccc;	
	}
.xec4table td{ 
		padding:12px 15px; border:#4e95f4 0px solid;
	}
.xec4table tr{
		background: none;
	}
	/* Define the hover highlight color for the table row */
.xec4table tr:hover {
       /*   background-color: #c3c9cd;*/
    }
	/*  Define the background color for all the ODD background rows  */
.xec4table tr:nth-child(odd){ 
		background:#f1f1f1;
	}
	/*  Define the background color for all the EVEN background rows  */
.xec4table tr:nth-child(even){
		background:;
	}	
.idates-t{padding:15px;margin-top:-25px;background:#2a612f;position:relative;color:#ffffff;display:inline-block;margin-bottom:20px;}
.idates-t-r{padding:15px;margin-top:-25px;background:#c52128;position:relative;color:#ffffff;display:inline-block;margin-bottom:20px;}
.idates-t-b{padding:15px;margin-top:-25px;background:#0066b3;position:relative;color:#ffffff;display:inline-block;margin-bottom:20px;}
.idates-t-o{padding:15px;margin-top:-25px;background:#f26522;position:relative;color:#ffffff;display:inline-block;margin-bottom:20px;}				
.idates {font-size:1.5em;font-weight:800;}		
		
.uk-h6{font-size:120%;}

.idates-smlg{padding:0px 20px;margin-top:-25px;background:#2a612f;position:relative;color:#ffffff;display:inline-block;margin-bottom:0px;font-size:90%;}
.idates-smlr{padding:0px 20px;margin-top:-25px;background:#c52128;position:relative;color:#ffffff;display:inline-block;margin-bottom:0px;font-size:90%;}
.idates-smlb{padding:0px 20px;margin-top:-25px;background:#0066b3;position:relative;color:#ffffff;display:inline-block;margin-bottom:0px;font-size:90%;}			
.idates-smlo{padding:0px 20px;margin-top:-25px;background:#f26522;position:relative;color:#ffffff;display:inline-block;margin-bottom:0px;font-size:90%;}

.abtn-g{padding:8px 8px; border:1px solid #f1f1f1; font-size:150%;text-decoration:none;3px;display:block;color:#000000;}
.abtn-g:hover{border:1px solid #2a612f;underline:none;text-decoration:none;color:#2a612f;}
.abtn-r{padding:8px 8px; border:1px solid #ffffff; font-size:150%;text-decoration:none;3px;display:block;}
.abtn-r:hover{border:1px solid #c52128;underline:none;text-decoration:none;color:#c52128;}
.abtn-b{padding:8px 8px; border:1px solid #ffffff; font-size:150%;text-decoration:none;3px;display:block;}
.abtn-b:hover{border:1px solid #0066b3;underline:none;text-decoration:none;color:#0066b3;}
/* TYPOGRAPHY
----------------------------------------------------------- */

p  {
    padding:5px;
	padding-left:0px;
	padding-right:0px;
	}

.module_round_box_outer ul, .moduletable ul  {
	list-style: none; }
	
.contentpaneopen ul {
	list-style:disc;
	margin-left:10px;
	margin-right:10px;
	}

ol  {
margin-left:18px; }


blockquote {
	background:transparent url(/templates/acpt/images/typography/s5_left_quote.png) no-repeat top left;
	font-weight:bold;
	font-style:italic;
	line-height:150%;
	margin:15px 0pt;
	padding:0px 0px 5px 65px;
	width:auto;
}

blockquote p {
	background:transparent url(/templates/acpt/images/typography/s5_right_quote.png) no-repeat bottom right;
	margin-top:0pt;
	padding:0pt 65px 10px 0pt;
}

.uppercase {
text-transform:uppercase !important;
}

.lowercase {
text-transform:lowercase !important;
}

.s5_bluebox, .s5_redbox, .s5_graybox, .s5_greenbox, .padded, .black_box, .gray_box, .yellow_box, .orange_box, .green_box, .blue_box, .red_box  {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px; }
	
	.s5_bluebox strong, .s5_redbox strong, .s5_graybox strong, .s5_greenbox strong, .padded strong, .black_box strong, .gray_box strong, .yellow_box strong, .orange_box strong, .green_box strong, .blue_box strong, .red_box strong  {
		font-weight:normal;}


.code, code{
	background:#ffffff;
	border: 1px solid #cccccc;
	border-left:solid 5px #666666;
	color:#666666;
	font-family:monospace;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
	margin-top:15px;
	margin-bottom:15px;
	padding:10px 20px;
	padding-top:20px;
	padding-bottom:20px;
	font-size:1.0em;
	display:block;
}

ul.ul_arrow li {
	background:transparent url(/templates/acpt/images/typography/s5_ul_arrow.png) no-repeat 0px 6px;
	list-style: none outside none;
    margin-top: 12px;
	padding:0px;
    padding-left:31px;
	background-position:0 4px;
}

	#s5_component_wrap ul.ul_arrow {
		padding-left:0px;
		margin-left:0px;
		margin-right:0px;
		list-style-type:none;}
		

ul.ul_star li {
	font-size:80%;
	background:transparent url(/templates/acpt/images/typography/s5_ul_star.png) no-repeat top left;
    list-style: none outside none;
    margin-top: 0px;
	padding:4px;
    padding-left:31px;
	border-bottom:1px solid #956940;
}


	#s5_component_wrap ul.ul_star {
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;}

ul.ul_bullet li {
	background:transparent url(/templates/acpt/images/typography/s5_ul_bullet.png) no-repeat top left;
	list-style: none outside none;
    margin-top: 0px;
	padding:0px;
    padding-left:31px;
	background-position:0 8px;
	border-bottom:1px solid #dadada;
}

	#s5_component_wrap ul.ul_bullet {
		padding-left:0px;
		margin-left:0px;
		margin-right:0px;
		list-style-type:none;}

.ul_bullet_small {
margin-left:20px;
margin-right:20px;
}

.ul_bullet_small li {
margin-bottom:10px;
}

.ul_circle_content {
padding:0px;
margin:0px;
list-style:none;
padding-left:55px;
}

.ul_circle_content li {
margin-bottom:15px;
padding-top:15px;
}

.ul_circle_content .circle_item {
float:left;
height:34px;
width:34px;
line-height:34px;
font-size:16px;
text-align:center;
-moz-border-radius:400px;
-webkit-border-radius:400px;
border-radius:400px;
border:solid 1px #EBE8E8;
margin-left:-55px;
margin-top:-5px;
}


#s5_component_wrap ul.ul_numbers {
	padding-left:0px;
	margin-left:0px;
	margin-right:0px;
	list-style-type:none;}	

ul.ul_numbers li {
	list-style-type:none;
    padding-bottom: 9px;
    padding-left: 42px;
    padding-top: 0px;}		
		
li.li_number1  {
	background:transparent url(/templates/acpt/images/typography/s5_li_number1.png) no-repeat top left;
}

li.li_number2  {
	background:transparent url(/templates/acpt/images/typography/s5_li_number2.png) no-repeat top left;
}

li.li_number3  {
	background:transparent url(/templates/acpt/images/typography/s5_li_number3.png) no-repeat top left;
}

li.li_number4  {
	background:transparent url(/templates/acpt/images/typography/s5_li_number4.png) no-repeat top left;
}

li.li_number5  {
	background:transparent url(/templates/acpt/images/typography/s5_li_number5.png) no-repeat top left;
}

li.li_number6  {
	background:transparent url(/templates/acpt/images/typography/s5_li_number6.png) no-repeat top left;
}

li.li_number7  {
	background:transparent url(/templates/acpt/images/typography/s5_li_number7.png) no-repeat top left;
}

li.li_number8  {
	background:transparent url(/templates/acpt/images/typography/s5_li_number8.png) no-repeat top left;
}

li.li_number9  {
	background:transparent url(/templates/acpt/images/typography/s5_li_number9.png) no-repeat top left;
}

li.li_number10  {
	background:transparent url(/templates/acpt/images/typography/s5_li_number10.png) no-repeat top left;
}

.red_box {
	background:#FFD6D6;
	color:#CC0000;
	font-weight: 300;
	padding:16px 16px 16px 22px;
}

.red_box a, #s5_component_wrap_inner .red_box a {
	color:#CC0000;
	font-weight:bold;
	text-decoration:underline;
}

.blue_box {
	background:#D0DCEC;
	color:#1B6FC2;
	font-weight: 300;
	padding:16px 16px 16px 22px;
}

.blue_box a, #s5_component_wrap_inner .blue_box a {
	color:#1B6FC2;
	font-weight:normal;
	text-decoration:none;
}

.green_box {
	background:#EEF7DD;
	color:#40AB38;
	font-weight: 300;
	padding:16px 16px 16px 22px;
}

.green_box a, #s5_component_wrap_inner .green_box a {
	color:#40AB38;
	font-weight:bold;
	text-decoration:underline;
}

.orange_box {
	background:#FEF6D8;
	color:#755102;
	font-weight: 300;
	padding:16px 16px 16px 22px;
}

.orange_box a, #s5_component_wrap_inner .orange_box a {
	color:#755102;
	font-weight:bold;
	text-decoration:underline;
}

.yellow_box {
	background:#F4F5B9;
	color:#757402;
	font-weight: 300;
	padding:16px 16px 16px 22px;
}

.yellow_box a, #s5_component_wrap_inner .yellow_box a {
	color:#757402;
	font-weight:bold;
	text-decoration:underline;
}

.gray_box {
	background:#dfdfdf;
	color:#4B4B4B;
	font-weight: 300;
	padding:16px 16px 16px 22px;
}

.gray_box a, #s5_component_wrap_inner .gray_box a {
	color:#4B4B4B;
	font-weight:bold;
	text-decoration:underline;
}

.black_box {
	background:#333333;
	color:#FFFFFF;
	font-weight: 300;
	padding:16px 16px 16px 22px;
}

.black_box a, #s5_component_wrap_inner .black_box a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

.boxed {
    background: none repeat scroll 0 0 #F5F5F5;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
    margin-right: 0;
    padding: 0;

}

.boxed:hover {
	background:#ffffff;}

.boxed_black {
	background:#040404;
	border:1px solid #212121;
	padding:5px;
	margin-right:10px;
	margin-bottom:8px;
}

	
.boxed_white{
	background:#ffffff;
	border:1px solid #ffffff;
	padding:2px;
	margin-right:10px;
	margin-bottom:10px;}


.padded {
	margin-right:12px;
	margin-bottom:8px;
	padding:0px;
	margin-bottom:17px;
	margin-top:2px;
	position:relative;
}

.point {
	min-height:28px;
}

.s5_greenbox {
	position:relative;
	padding:12px;
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* FF3.5+ */
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Saf3.0+, Chrome */
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Opera 10.5, IE9, Chrome 10+ */
	color:#ffffff;
	background:#185564;}
	.s5_greenbox a {color:#ffffff;}

.s5_greenbox .point {
	padding-left:42px;
	background:transparent url(/templates/acpt/images/typography/s5_alert.png) no-repeat center left;}	
	

	
.s5_graybox {
	position:relative;
	padding:12px;
	color:#313131;
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* FF3.5+ */
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Saf3.0+, Chrome */
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Opera 10.5, IE9, Chrome 10+ */
	background:#e6e6e6;}
	.s5_graybox a {color:#313131;}

.s5_graybox .point {
	padding-left:42px;
	background:transparent url(/templates/acpt/images/typography/s5_alert.png) no-repeat center left;}	
	
	

	
	
.s5_bluebox {
	position:relative;
	padding:12px;
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* FF3.5+ */
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Saf3.0+, Chrome */
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Opera 10.5, IE9, Chrome 10+ */
	color:#ffffff;
	background:#22ace5;}
	.s5_bluebox a {color:#ffffff;}

.s5_bluebox .point {
	padding-left:42px;
	background:transparent url(/templates/acpt/images/typography/s5_alert.png) no-repeat center left;}		
	

	
.s5_redbox {
	position:relative;
	padding:12px;
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* FF3.5+ */
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Saf3.0+, Chrome */
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Opera 10.5, IE9, Chrome 10+ */
	color:#ffffff;
	background:#ff5858;}
	.s5_bluebox a {color:#ffffff;}

.s5_redbox .point {
	padding-left:42px;
	background:transparent url(/templates/acpt/images/typography/s5_alert.png) no-repeat center left;}	
	
	

 
		 /* PRICING TABLE
----------------------------------------------------------- */	
.s5_pricetable_7, .s5_pricetable_6, .s5_pricetable_5, .s5_pricetable_4, .s5_pricetable_3, .s5_pricetable_2, .s5_pricetable_1 {padding-top:50px;}
.s5_pricetable_7, .s5_pricetable_6, .s5_pricetable_5, .s5_pricetable_4, .s5_pricetable_3, .s5_pricetable_2, .s5_pricetable_1 {padding-bottom:25px;}
.s5_pricetable_7 .s5_pricetable_column { width:14.285%;}
.s5_pricetable_6 .s5_pricetable_column { width:16.66666%;}
.s5_pricetable_5 .s5_pricetable_column { width:20%;}
.s5_pricetable_4 .s5_pricetable_column {	width:25%;}
.s5_pricetable_3 .s5_pricetable_column {	width:33.333333%;}
.s5_pricetable_2 .s5_pricetable_column {	width:50%;}	
.s5_pricetable_1 .s5_pricetable_column {	width:100%;}		
	
.s5_pricetable_column.recommended {
	margin-top: -22px;
	margin-left:-1px;
	margin-right:-1px;
	position: relative;
	border: medium none;}
	
.s5_pricetable_column.recommended .s5_title {
	background:#000000;
}
	
.s5_pricetable_column {
	border:none;
	text-align:center;
	float:left;}

.s5_pricetable_column .s5_title {
	font-size: 1.7em;
    padding: 18px;	
	padding-top:15px;
	padding-bottom:13px;
	line-height:29px;
	font-weight: 600;
	background:#535353;
	color:#FFFFFF}

.s5_pricetable_column .s5_options {
    line-height: 32px;
	color:#7C7C7C;
    text-align: center;}
	
.s5_pricetable_column a.s5_pricetable {	
	text-decoration:none;
	text-align:center;}
	
	.s5_buttoncenter {
	text-align:center;}
	
.s5_pricetable_column .s5_buttoncenter, .s5_pricetable_column .s5_option, .s5_pricetable_column .s5_price_wrap {
	border:solid 1px #E7E7E7;
	border-top:none;
	line-height:27px;
	padding:9px;
}

.s5_pricetable_column .s5_buttoncenter {
	padding-top:18px;
	padding-bottom:18px;
}

.s5_pricetable_column .s5_price_wrap {
	line-height:32px;
	padding-top:11px;
	padding-bottom:5px;
}
	
.s5_pricetable_column .price {
	font-size: 2.1em;
	font-weight:700;}

.s5_pricetable_column .dollarsign {	
	font-size: 2.1em;
	font-weight:700;}
	
.s5_pricetable_column .month{
	font-weight:500;
	font-size: 1em;}
	
.s5_buttoncenter .button {
	color:#ffffff;}

.s5_pricetable_column .s5_price_wrap {
background:#F8F7F7;
color:#000000;
}

@media screen and (max-width: 970px){
	.s5_pricetable_column {
		margin-bottom:45px;
		float:none;}
		
	.s5_pricetable_column.recommended {
		margin-top:0px;}
		
	.s5_pricetable_7 .s5_pricetable_column { width:100%;}
	.s5_pricetable_6 .s5_pricetable_column { width:100%;}
	.s5_pricetable_5 .s5_pricetable_column { width:100%;}
	.s5_pricetable_4 .s5_pricetable_column {	width:100%;}
	.s5_pricetable_3 .s5_pricetable_column {	width:100%;}
	.s5_pricetable_2 .s5_pricetable_column {	width:100%;}	
}
	
.s5_video_container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.s5_video_container iframe, .s5_video_container object, .s5_video_container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
	
	
	
.circle {
	float: left;
	margin-right: 22px;
	height:60px;
	text-align:center;
	width:60px;
	-moz-border-radius:60px;
	-webkit-border-radius:60px;
	border-radius:60px;}
	
	.circle p{
		position: relative;
		top: 50%;
		 -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 1.4em;}
		
		
ul.bullet_list {
    margin-left: 0;}		
	
	
	
/* Drop Caps
----------------------------------------------------------- */		
	
.firstcharacter { float: left; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; }	
.firstcharacter2 { float: left; font-size: 53px; line-height: 43px; padding-right: 8px; padding-top: 3px;}

p.drop_class:first-letter { float: left; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; }
p.drop_class2:first-letter { float: left; font-size: 53px; line-height: 43px; padding-right: 8px; padding-top: 3px; }


/* Icon Hovers
----------------------------------------------------------- */	

.icon_outer_wrap {
height:80px;
width:80px;
display:inline-block;
padding:0px;
background:#6a6a6a;
-moz-border-radius:10000px;
-webkit-border-radius:10000px;
border-radius:10000px;
position:relative;
overflow:hidden;
-webkit-transition:  all 300ms ease-in;
-moz-transition:  all 300ms ease-in;
-o-transition: all 300ms ease-in;
transition:  all 300ms ease-in;
}

.icon_hover {
-moz-opacity: .0 ;
-khtml-opacity: .0;
filter:alpha(opacity=0);
opacity:.0;
height:100%;
width:100%;
position:absolute;
display: table;
margin:0;
}
	
.icon_outer_wrap:hover .icon_hover {
-moz-opacity: 1 ;
-khtml-opacity: 1;
filter:alpha(opacity=100);
opacity:1;
position:absolute;
}
	
.icon_hover {
color:#FFFFFF;
background:#050505;
-moz-border-radius:10000px;
-webkit-border-radius:10000px;
border-radius:10000px;
-webkit-transition:  all 300ms ease-in;
-moz-transition:  all 300ms ease-in;
-o-transition: all 300ms ease-in;
transition:  all 300ms ease-in;}	
	
.icon_non_hover, .icon_hover {
text-align:center;
line-height:80px;
}
	
.icon_outer_wrap .icon_element {
font-size:42px;
color:#FFFFFF;
display:block;
}
	
	
	
/* Dates
----------------------------------------------------------- */	


.date_wrapper {
width:57px;
text-align:center;
overflow: hidden;
line-height:100%;
}

.date_top {
background:#495154;
padding:6px;
color:#FFFFFF;
font-size:11px;
}

.date_bottom {
border-top:none;
background:#fff;
color:#000000;
font-size:24px;
font-weight:400;
padding:11px;
padding-bottom:12px;
}

.date_outer_wrap .date_wrapper {
float:left;
margin-right:20px;
}

.date_text_wrap {
float:left;
line-height: 21px;
padding-top: 4px;
}

.date_text1 {
color:#000000;
display:block;
font-weight:500;
margin-top:7px;
font-size:16px;
}

.date_text1 a {
color:#fff;
text-decoration:none;
}

.date_text2 {
color:#fff;
font-size:0.8em;
}

.date_wrap_right {
float:left;
padding-left:5%;
width:45%;
}

.date_wrap_left {
float:left;
padding-right:5%;
width:45%;
}

/* Video 
----------------------------------------------------------- */		
		
.ion-play-size	{	
	background-color: #333333;
   -moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:100px;
    color: #ffffff;
    display: block;
    font-size: 2.5em;
    height: 77px;
	cursor:pointer;
    line-height: 75px !important;
    margin-top: -20px;
    padding-left: 6px;
    width: 75px;	
	-webkit-transition:  all 200ms ease-in 0s;
	-moz-transition:  all 200ms ease-in 0s;
	-o-transition: all 200ms ease-in 0s;
	transition:  all 200ms ease-in 0s;}
	
	.ion-play-size:hover {
		background-color: #cccccc;}

		
/* Image Hover Zoom
----------------------------------------------------------- */	

.img_hover_zoom {
overflow:hidden;
position:relative;
display:inline-block;
}

.img_hover_zoom img {
display:block;
width:100%;
-webkit-transition: all 400ms ease-out;
-moz-transition: all 400ms ease-out;
-o-transition: all 400ms ease-out;
transition: all 400ms ease-out;
-ms-transform: rotate(0deg) scale(1);
-webkit-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1);
-o-transform: rotate(0deg) scale(1);
}

.img_hover_zoom:hover img {
-ms-transform: rotate(6deg) scale(1.25);
-webkit-transform: rotate(6deg) scale(1.25);
transform: rotate(6deg) scale(1.25);
-o-transform: rotate(6deg) scale(1.25);
-webkit-transition: all 400ms ease-out;
-moz-transition: all 400ms ease-out;
-o-transition: all 400ms ease-out;
transition: all 400ms ease-out;
}

.image_hover_zoom_text {
color:#FFFFFF;
position:absolute;
z-index:1;
top:25%;
text-align:center;
width:100%;
}

.image_hover_zoom_text a, .image_hover_zoom_text a:hover {
color:#FFFFFF;
}


/* Social Icons
----------------------------------------------------------- */	

.social_icon {
margin-right:6px;
margin-bottom:6px;
display:inline-block;
height:36px;
line-height:36px;
width:36px;
font-size:20px;
color:#FFFFFF !important;
text-align:center;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}

.social_icon.ion-social-linkedin {
background:#007AB5;
}

.social_icon.ion-social-linkedin:hover {
background:#014F75;
}

.social_icon.ion-social-youtube {
background:#C71C20;
}

.social_icon.ion-social-youtube:hover {
background:#8C1013;
}

.social_icon.ion-social-facebook {
background:#3D5B99;
}

.social_icon.ion-social-facebook:hover {
background:#2B416D;
}

.social_icon.ion-social-twitter {
background:#159CEB;
}

.social_icon.ion-social-twitter:hover {
background:#0C6497;
}

.social_icon.ion-social-googleplus {
background:#DD4B39;
}

.social_icon.ion-social-googleplus:hover {
background:#8B2E23;
}

.social_icon.ion-social-rss {
background:#FF6F14;
}

.social_icon.ion-social-rss:hover {
background:#A8480B;
}

.social_icon.ion-social-pinterest {
background:#CA1F27;
}

.social_icon.ion-social-pinterest:hover {
background:#92161C;
}

.social_icon.ion-social-instagram-outline {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c62cc+1,458eff+16,fb3958+61,ffc838+87 */
background: #4c62cc; /* Old browsers */
background: -moz-linear-gradient(-45deg, #4c62cc 1%, #458eff 16%, #fb3958 61%, #ffc838 87%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #4c62cc 1%,#458eff 16%,#fb3958 61%,#ffc838 87%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #4c62cc 1%,#458eff 16%,#fb3958 61%,#ffc838 87%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c62cc', endColorstr='#ffc838',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}

.social_icon.ion-social-instagram-outline:hover {
background:#fb3958;}

/* Video Overlay
----------------------------------------------------------- */	

.video_overlay_wrap video {
width:100%;
display:block;
}

@media screen and (max-width: 1024px){
.video_overlay_wrap video {
display:none;
}
}

.video_overlay_wrap {
overflow:hidden;
position:relative;
background-repeat:no-repeat !important;
background-position:top center !important;
background-size:cover !important;
line-height:180%;
}

.video_overlay_text_wrap {
position:absolute;
top:0;
height:100%;
width:100%;
background:rgba(49,49,49,0.54);
}

.video_overlay_text_wrap_inner {
margin: 0;
position: absolute;
top: 50%;
transform: translate(0px,-50%);
-ms-transform:translate(0px,-50%);
-webkit-transform:translate(0px,-50%);
text-align:center;
width:80%;
color:#FFFFFF;
left:0;
right:0;
margin-left:auto;
margin-right:auto;
}


/* Misc.
----------------------------------------------------------- */
/* Kunena Forum
----------------------------------------------------------- */
#kunena .navbar-inner {min-height:50px;webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;}

#kunena .input-append .add-on, #kunena .input-append .btn, #kunena .input-prepend .add-on, #kunena .input-prepend .btn { margin-left: 8px;}
#kunena .breadcrumb {display:none;background:#f8f8f8 !important;-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	margin-bottom: 20px !important;
	margin-top: 20px !important;
	padding: 10px !important;}
	
#kunena .btn-toolbar .btn {
    background-image: none !important;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 10px !important;
    text-transform: uppercase;}
	
#kunena	#klogin {display: block;
    padding-right: 15px;
    position: relative;
    top: 13px;}
	
#kunena.layout .navbar .nav > li > a {
    padding: 11px 18px;}	
	
#kunena .category h3 a {
	font-size: 0.7em;
	color:#333;
	font-weight: 700;
    margin-bottom: 2px;}


#kunena.layout .kfrontend .table td {
    padding: 22px !important;}	
	
#kunena h2 small {
    font-size: 14px;}
	
#kunena.layout .img-polaroid {
	-moz-border-radius:200px;
	-webkit-border-radius:200px;
	border-radius:200px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border:none !important;}
	
#kunena .profile-expand {
	display:none;}
	
#kunena.layout #userdropdown {
    padding: 42px;}	
	
#form-login-username label.element-invisible, #form-login-password label.element-invisible {
	display:none;}
	
#kunena .input-small {
	font-size:12px;}
	
.input-append .add-on, .input-prepend .add-on {
	background:none;
	border:none;
	margin-top:10px;}
	
#kunena .navbar {
	display:none;}
	

#kunena.layout .kfrontend .inline > li {
    float: none !important;
    margin-top: 7px !important;}	
	
#kunena .category ul {
	margin-top:25px;}
	
#kunena .kfrontend {
	margin-bottom:50px;}
	
#kunena #kstats .unstyled.btn-link,  #kunena #kwho .unstyled.btn-link {
	display:none;}
	
#kunena #kstats.row-fluid [class*="span"], #kunena #kwho.row-fluid [class*="span"]  {
       margin-left: -5px;}
		
#kunena .table td, #kunena .table th {  
    padding: 18px !important;}
	
	#kunena .category .center, #kunena .table-bordered .center {
	text-align:center;}
	

#kunena.layout .kmsg {
    padding: 22px;}
	
#kunena.layout [class*="badger"] {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;}	
	
	#kunena .profilebox li {
		text-align:center;}
		
#kunena a.btn, #kunena .btn {
	background-image: none !important;
	color: #fff !important;}	
		
		
	.kwho-admin, .kwho-globalmoderator, .kwho-moderator, .kwho-banned, .kwho-user, .kwho-guest {
		margin-right:5px;
		margin-left:5px;}


#kunena.layout div.pagination a.disabled, #kunena.layout div.pagination a.disabled:hover {
    margin-right: 2px;}		
	
	
	#kunena .message .kmessagepadding .btn-group {
		top:-4px;}
	
	#kunena.layout .pagination li a {
	    background: #fff !important;	}
	

#kunena.layout #topic-actions {
    margin-top: 22px;
    padding-bottom: 20px;}
	
	
	#kunena .form-search button.btn {
		padding:15px !important;}
		
		
	#kunena .controls #subject {
		min-height: 46px !important;}
		
ul.inline {
	margin-left:0px !important;}
		
	#kunena ul.inline {
		margin-left:0px !important;
		margin-bottom:30px !important;}	
		
#kunena.layout .badger-info::after {
    background: #fff none repeat scroll 0 0;
    color: #868686;
    font-size: 0.9em;
    font-weight: 300;
    padding-left: 35px;
    padding-right: 25px;}		
	
#kunena.layout small.text-muted {
    color: #b1b1b1;
    margin-right: 22px;
    margin-top: 28px;}	
		
#kunena.layout .kwho-admin {
    color: #333;
    font-weight: 400;}		
	

#kunena.layout .report {
    margin-left: 50px;}	
		
	
/* Tienda
----------------------------------------------------------- */
.product_name {
	padding-bottom:10px;}

.product_name a {
	font-size:1em;
	color:#454545;
	font-weight:normal;}
	
div#tienda_category_header span {
	font-size:1.3em;	}

div#tienda_products div.product_item {
    border-bottom: medium none;
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 6px;
	margin-right: 6px;}	

div#tienda_category_header {
	background:none;
	border-bottom:medium none;
	margin-top: 13px;
	padding:10px 0px 10px 0;}
	
#tienda_category_header {
	padding:10px 10px 19px;}
	

	
div#tienda_product_header span.product_name {
	display:block;
	font-size:1.3em;
	color:#454545;
	font-weight:normal;
	padding-bottom:14px;}
	
.tienda_header {
	margin-bottom:9px;
	margin-top:19px;
	border:none;}

.tienda_header span {
	font-size:1.3em;}	
	
.product_listimage {
	margin-right:1px;}
	
div#tienda_product_header {
	border:medium none;
	margin-bottom:20px;
	padding:8px 8px 8px 0;}
	
div.product_rating, div.product_rating img {
	margin-left:-1px;}
	
.product_image div a.modal {
	border:medium none;
	font-size:1.1em;
	margin-top:6px;}	

div#tienda_subcategories {
	border-bottom:none;
	margin-bottom:10px;}	
	
#tienda_categories #tienda_subcategories .subcategory_thumb {
	background:none;
	margin:5px 0 15px;
	min-height:92px;
	padding-left:15px;
	padding-right: 10px;
	padding-top:0px;
	text-align:center;	}	

#tienda_categories .subcategory_name{
	background: none repeat scroll 0 0 #000000;
	font-size: 13px;
    margin-left: 21px;
    margin-top: 21px;
    padding: 1px 13px;
    margin-top: 21px;
    position: absolute;}
	
	#tienda_categories .subcategory_name a{
		color:#ffffff;}
	
div.subcategory {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
	background:#ffffff !important;}

div.subcategory:hover {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
	background:#CCCCCC;}



div.subcategory img {
	max-height:224px;
	max-width:335px;	}

#tienda_products .product_info {
	padding:8px;}
	
	
div.product_image {
    float:none;
	width: 111px;
    text-align: center;
}	

div.product_listimage img {
  max-height: 78px;
    max-width: 109px;
}

.product_listimage .product_addtocart {
	color: #000000;
    padding-bottom: 0px;
    padding-left: 5px;
	font-size: 1.1em;
    padding-top: 3px;
    text-align: left;}
	
 .product_addtocart .addtocart_icon {
	background:transparent url(/templates/acpt/images/tienda/cart_icon.png)  no-repeat right;
	float: right;
    height: 14px;
	margin-right: 3px;
    margin-top: 6px;
    width: 16px;}

div#tienda_products div.product_thumb {
    float: left;
    margin: 0 13px 5px 0;}

div#tienda_category_header img {
    max-height: 120px;
    padding-bottom: 9px;
	float: left;
	padding-right: 12px;
    vertical-align: middle;	}
	
.cat_title {
	font-size: 1.2em;
	margin-top:2px;}

	.default div.product_buy {
    float: none;	}
	
div#tienda_products div.product_buy {
    max-width: none;
	margin-top: -10px;}	
	
.default div.product_buy, .product_name, .product_attributeoptions .inputbox   {
	font-size:1.1em;}
	
.product_quantity_input input {
	padding:3px;}
	
.product_quantity_input {
	text-align:right;}
	
.add_to_cart {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    float: right;
    margin-bottom: 12px;
    margin-right: 0;
    margin-top: 12px;
	cursor:pointer;}
	
.product_attributeoptions, div#tienda_products span.title {
    font-weight: bold;
	 font-size: 0.9em;}	
	
.s5_basepricediv {
	border-bottom: 1px dotted #333333;
    font-size: 1em;
    margin-bottom: 8px;
    padding-bottom: 5px;
    text-align: left;}
	
.product_name {
	margin-left: 10px;
	padding-bottom:0px;}
	
	
.s5_addtocartdropdown {
	position:absolute; 
	margin-left: -14px;
	margin-top: -2px;
	z-index:102;
	display:none;}
	
div.product_name span {
    margin-right: 0;}	

span.CartView {
	background: none repeat scroll 0 0 #000000;
    font-size: 11px;
    padding-left: 8px;
	margin-top: 15px;
    padding-right: 7px;
    width: auto;}	
	
span.CartCheckout {
    float: right;
	background: none repeat scroll 0 0 #000000;
    font-size: 11px;
    padding-left: 8px;
	margin-top: 15px;
    padding-right: 7px;
    width: auto;}	
	
	
.CartView a, .CartCheckout a{
	color:#ffffff;}

	
.s5_portfolio_closebut {
    height: 32px;
    margin-right: -11px;
    margin-top: -11px;
    position: absolute;
    right: 0;
    width: 32px;
	cursor:pointer;
	background: transparent url(/templates/acpt/images/multibox/close.png)  no-repeat right;}
	
	
	
	
	
	
	

/* Tienda Product module */
	
.tienda_product_item {
	float:left;}
	
	
	
	
/* End Tienda
----------------------------------------------------------- */
 

 
/* Virtuemart
----------------------------------------------------------- */

.virtuemart_search br {
display:none;
}

.virtuemart_search input {
margin:0px !important;
margin-bottom:5px !important;
padding:8px !important;
}

.virtuemart_search .button {
padding:12px !important;
padding-top:13px !important;
text-transform:capitalize;
}

.orderby-displaynumber select {
width:auto;
}

.virtuemart_search {
-webkit-box-shadow: none; 
box-shadow: none; 
-moz-box-shadow: none; 
-moz-border-radius:0px; 
-webkit-border-radius:0px; 
border-radius:0px; 
}
	
.browse-view h3 {
margin-bottom:30px;
}

.orderlistcontainer {
font-size:inherit;
margin:0px;
}
	
.orderby-displaynumber {
margin-top:30px;
margin-bottom:30px;
padding-top:20px;
padding-bottom:10px;
border-top:solid 1px #F1F1F1;
border-bottom:solid 1px #F1F1F1;
}

.orderlistcontainer div.activeOrder {
background:none;
padding:0px;
margin:0px;
border:none;
float:left;
margin-left:10px;
margin-right:10px;
}

.orderlistcontainer .title {
float:left;
}

.orderlistcontainer div.orderlist {
left:76px;
margin-top:22px;
border:solid 1px #F1F1F1;
font-size:0.9em;
text-align:left;
}

.orderlistcontainer div.orderlist div:hover {
background:#F9F9F9;
}

.display-number br {
display:none;
}

.display-number select {
margin:0px;
padding:5px;
margin-left:10px;
}

.display-number {
margin:0px;
}

div.product {
border:none;
}

.vm-col, .vertical-separator, .productdetails .floatleft, .vmgroup .floatleft {
margin:1%;
margin-top:20px;
}

.vm-col-1, .width100 {
width:98%;
}

.vm-col-2, .width50{
width:48%;
}

.vm-col-3, .width33 {
width:31.3333%;
}

.vm-col-4, .width25 {
width:23%;
}

.vm-col-5, .width20 {
width:18%;
}

.width20, .width25, .width33, .width50, .width100, .vm-col-1, .vm-col-2, .vm-col-3, .vm-col-4, .vm-col-5 {
margin-top:20px;
}

@media screen and (max-width: 1050px){
.width20, .width25, .width33, .width50, .width100, .vm-col-1, .vm-col-2, .vm-col-3, .vm-col-4, .vm-col-5 {
width:48%;
}
}

@media screen and (max-width: 750px){
.width20, .width25, .width33, .width50, .width100, .vm-col-1, .vm-col-2, .vm-col-3, .vm-col-4, .vm-col-5 {
width:98%;
}
}

div.product {
min-width:1px;
}

.vm3pr-4 .product-price, .vm-product-descr-container-0 {
height:auto;
}

.browse-view .row, .latest-view .row, .topten-view .row, .recent-view .row , .category-view .row {
margin-left:-1% !important;
margin-right:-1% !important;
}

.category-view .row .category .spacer, .featured-view .spacer, .latest-view .spacer, .topten-view .spacer, .recent-view .spacer, .related-products-view .spacer, .browse-view .row .product .spacer {
padding:17px;
padding-top:26px;
padding-bottom:26px;
border:solid 1px #F1F1F1;
}

.horizontal-separator {
display:none;
}

span.quantity-controls input.quantity-controls, input.quantity-input {
padding:0px !important;
margin:0px !important;
}

.category-view h2 {
line-height:100%;
}

.category-view .row .category .spacer h2 a {
font-size:1em;
line-height:140%;
margin-bottom:14px;
}

.category-view .row .category .spacer h2 a img {
margin-top:20px;
}

.browseProductImage {
max-height:1000000px;
}

.product h2 {
font-size:0.9em !important;
border-bottom:solid 1px #F1F1F1;
padding-bottom:18px !important;
margin-bottom:18px !important;
}

.vm-cart-price {
display:none;
}

.spacer-buy-area span {
text-transform:capitalize;
}

.productdetails h1 {
margin-bottom:40px;
}

.vm-price-value {
text-align:left;
}

.productdetails-view .product-description, .product-fields, .customer-reviews, .ask-a-question-view .form-field {
margin-top:30px;
margin-bottom:30px;
}

.customer-reviews h4, .product-description .title {
border-bottom:solid 1px #F1F1F1;
display:block;
padding-bottom:18px;
margin-bottom:18px;
display:block;
}

.general-bg, input.custom-attribute, .manufacturer-product-link a, a.ask-a-question, input.vm-default, a.product-details, a.details, div.details, button.default,
.general-bg:hover, input.custom-attribute:hover, .manufacturer-product-link a:hover, a.ask-a-question:hover, input.vm-default:hover, a.product-details:hover, a.details:hover, div.details:hover, button.default:hover {
background:none;
-webkit-box-shadow: none; 
box-shadow: none; 
-moz-box-shadow: none; 
-moz-border-radius:0px; 
-webkit-border-radius:0px; 
border-radius:0px; 
margin:0px;
border:none;
}

input.quantity-input, input.quantity-input:hover {
background:none;
-webkit-box-shadow: none; 
box-shadow: none; 
-moz-box-shadow: none; 
-moz-border-radius:0px; 
-webkit-border-radius:0px; 
border-radius:0px; 
margin:0px;
padding:2px !important;
font-size:10px !important;
}

a.product-details, a.details, div.details, a.ask-a-question {
padding:0px;
border:none;
color:inherit;
}

span.custom-variant-inputbox input.custom-attribute:hover,span.quantity-box input.quantity-input:hover,input.vm-default:hover,span.quantity-box input.quantity-input:hover,.ask-a-question-view input.counter:hover,.ask-a-question-view input#email:hover,table.user-details input:hover,a.ask-a-question:hover,a.details:hover,div.details:hover,a.product-details:hover,button.default:hover{
background:none;
}

span.quantity-controls input.quantity-plus{background:url(/templates/acpt/images/virtuemart/quantity-controls.png) no-repeat;margin: 1px 0;}
span.quantity-controls input.quantity-minus{background:url(/templates/acpt/images/virtuemart/quantity-controls.png) repeat-x;background-position:15px 0;margin: 1px 0;}

span.quantity-controls {
width:auto;
margin-left:6px;
margin-right:6px;
}

span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button, .cart-view button, span.details-button input.details-button, .control-buttons button, #paymentForm button {
background:#000000;
-moz-border-radius:0px; 
-webkit-border-radius:0px; 
border-radius:0px; 
border:none;
-webkit-box-shadow: none; 
box-shadow: none; 
-moz-box-shadow: none; 
color:#FFFFFF;
padding:15px;
font-size:13px;
margin-top:8px;
}

.vm-product-details-container input.addtocart-button {
padding:12px !important;
}

.vm-price-value span {
padding:0px;
}

.item-page .icons {
text-align:inherit !important;;
}

span.addtocart-button input.addtocart-button:hover, span.addtocart-button input.notify-button:hover, .cart-view button:hover, span.details-button input.details-button:hover, .control-buttons button:hover, #paymentForm button:hover {
background:#3C3C3C;
border:none;
padding:15px;
font-size:13px;
}

.control-buttons button.default {
margin:0px;
}

span.addtocart-button {
margin:0px;
margin-top:20px;
display:block;
}

.PricesalesPrice .vm-price-desc, .PricesalesPrice {
font-size:1.2em;
font-weight:bold;
margin-bottom:12px;
}

.addtocart-area {
margin-bottom:20px;
}

#fancybox-content h4 {
font-size:0.9em;
margin-top:28px;
text-align:center;
text-transform:none !important;
}

.vm-col .addtocart-button, .vm-col .addtocart-bar, .vm-col .addtocart-area {
display:none;
}

.vm-col .PricesalesPrice {
margin-bottom:11px;
}

.vm-details-button a.product-details {
padding:6px !important;
background:#000000 !important;
border:none !important;
font-size:14px !important;
color:#FFFFFF !important;
text-align:center;
margin-top:10px;
}

.vm-details-button a.product-details:hover {
margin-top:10px;
color:#FFFFFF !important;
background:#3C3C3C;
}

div.vm-details-button {
text-align:inherit;
}

.row .spacer, .row .vm-price-value {
text-align:center;
}

.browse-view h1 {
margin-bottom:24px;
}

.category_description {
margin-bottom:24px;
}

.addtocart-bar {
position:inherit;
font-size:0.8em;
}

.productdetails .floatleft, .spacer .vm-price-value, .vmgroup .floatleft {
text-align:center;
}

.vm-price-value span {
min-width:auto;
}

.productdetails .floatleft .PricesalesPrice {
text-align:center;
}

.moduletable .quantity-box, .moduletable .quantity-controls, .module_round_box_outer .quantity-box, .module_round_box_outer .quantity-controls {
display:none;
}

.module_round_box_outer .addtocart-button, .moduletable .addtocart-button {
margin:0px;
}

.productdetails a, .vmgroup a {
    color: #626262;
    display: block;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

.product-neighbours {
display:none;
}

table.cart-summary tr th {
background:none;
font-weight:normal;
}

.cart-summary tr td {
background:none;
padding:0.5%;
}

.cart-summary .sectiontableentry1 {
background:none;
}

.cart-view fieldset {
padding-top:16px;
padding-bottom:16px;
margin:0px;
font-size:0.9em;
}

.checkout-button-top {
border:none;
}

.cart-view .vm-price-desc {
padding:0px;
margin:0px;
}

.cart-view .PricesalesPrice {
padding:0px;
margin:0px;
font-size:1em;
}

.cart-view h1, .cart-view h2, #userForm h1, #userForm h2, #paymentForm h1, #paymentForm h2 {
font-family:arial !important;
font-size:1.1em !important;
}

.cart-view .width50 h1 {
font-size:2em !important;
font-weight:bold;
}

.cart-view h3 {
margin-bottom:10px;
}

.vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited {
padding:8px;
margin-top:10px;
margin-bottom:10px;
}

.checkout-button-top {
text-align:left;
}

table.cart-summary tr th {
border:none;
padding-bottom:18px;
}

.cart-view hr {
color:#F1F1F1;
}

.buttonBar-right {
float:none;
text-align:left;
}

.vm-price-value span {
min-width:1px;
display:inline;
}

.cart-view .vm-price-value {
text-align:left;
}

.cart-summary .vmicon, .cart-summary .vmicon:hover {
background:url(/templates/acpt/images/virtuemart/vm2-sprite.png) no-repeat top left;
margin:0px;
}

.vm2-add_quantity_cart {
    background-position: 0 0 !important;
}

.vm2-remove_from_cart {
    background-position: 0 -212px !important;
}

.productdetails-view .addtocart-area, .productdetails-view .manufacturer, .productdetails-view .addtocart-bar {
text-align:left;
}

#fancybox-content h2 {
font-size:1.2em;
margin-bottom:14px;
}

#fancybox-content h5 {
font-weight:normal;
font-family:arial;
text-transform:none;
}

#fancybox-content div {
padding:10px;
}

.coupon{
color:inherit;
border-radius:inherit;
border:auto; 
font-size:inherit;
padding:inherit;
}

table.user-details input {
    background:none;
    border:auto;
    border-radius:inherit;
    color:inherit;
    margin-bottom:inherit;
    padding:9px;
    width:inherit;
}

.user-details .chzn-container {
margin-top:8px;
font-weight:normal;
width:auto;
font-size:11px;
}

.output-shipto input {
margin-left:6px;
}

.vm_cart_products br {
display:none;
}

.vm-price-desc {
text-transform:capitalize;
}

.VMmenu a {
padding:0px !important;
margin:0px !important;
display:inline !important;
}

.VMmenu li {
padding:0px;
margin-bottom:6px;
}

.VMmenu {
padding:0px !important;
}

.VMmenu ul {
padding-left:10px !important;
padding-right:10px !important;
}

.VMmenu div {
padding:5px;
padding-left:10px;
padding-right:10px;
background:#F1F1F1;
}

.VMmenu UL div {
padding:0px;
background:none;
}

.VmArrowdown{background:top right no-repeat url(/templates/acpt/images/virtuemart/arrow_down.png);}

.module_round_box form br {
display:none;
}

#virtuemart_currency_id_chzn {
margin-top:14px;
width:100% !important;
}

#virtuemart_currency_id_chzn .chzn-drop {
width:100% !important;
}


/* Hikashop
----------------------------------------------------------- */

.hikashop_category_information h2, #hikashop_product_top_part h1, #hikashop_checkout_page h1 {
padding:0px;
font-weight:normal;
margin:0px;
margin-bottom:30px;
border:none;
}

#hikashop_checkout_page h2, #hikashop_checkout_page h1 {
font-size:1.3em;
font-family:arial !important;
}

.hikashop_footer {
font-size:0.9em;
}

.hikashop_products_pagination, .hikashop_subcategories_pagination {
font-size:13px;
}

.chzn-done {
padding:5px;
}

.hikashop_product_page .span6 {
width:auto;
margin:auto;
}

.hikashop_product_characteristics select {
width:auto;
}

.hikashop_contentpane select {
min-width:150px;
max-width:150px;
width:auto;
}

.hikashop_checkout_coupon .btn {
font-size:1.1em;
}

.hikashop_subcontainer {
-webkit-box-shadow: none !important;
box-shadow: none !important; 
-moz-box-shadow: none !important; 
-moz-border-radius:0px !important; 
-webkit-border-radius:0px !important; 
border-radius:0px !important; 
border:solid 1px #F1F1F1 !important;
padding: 26px 17px !important;
}

a.hikashop_cart_button, a.hikashop_compare_button, .hikashop_cart_input_button {
-moz-border-radius:0px; 
-webkit-border-radius:0px; 
border-radius:0px; 
margin:0px;
}

.hikashop_product_image {
height:auto !important;
padding:0px;
}

.hikashop_product_image_subdiv {
width:auto !important;
}

.hikashop_product_name {
margin:0px;
padding:0px;
border-bottom:1px solid #f1f1f1;
padding-bottom:14px !important;
margin-top:18px !important;
margin-bottom:22px !important;
}

.hikashop_product_price_full, span.hikashop_product_price {
text-transform:capitalize;
font-size:1.1em !important;
}

.hikashop_product_page .hikashop_product_price_full {
font-size:1.4em !important;
}

.hikashop_product_price {
margin-right:6px;
}

.hikashop_product_listing_image {
margin-bottom:12px;
}

.hikashop_product_name {
color:#000000;
}

.hikashop_product_stock td {
padding-right:14px;
}

#hikashop_checkout_login_left_part input, #hikashop_checkout_login_right_part input, #hikashop_checkout_login_left_part select, #hikashop_checkout_login_right_part select {
padding:8px;
}

.hikashop_cart_input_button {
padding:12px !important;
}

#hikashop_checkout_coupon input {
padding:8px;
}

#hikashop_checkout_login_left_part ul {
margin-left:0px;
}

.hikashop_checkout_login, .hikashop_checkout_login_right_part, .hikashop_checkout_login_left_part {
width:auto;
}

#hikashop_checkout_login_left_part fieldset {
margin-right:30%;
}

#hikashop_checkout_login_left_part br {
display:none;
}

.hikashop_product_left_part {
width:55% !important;
}

.hikashop_product_right_part {
width:auto !important;
}

a.hikashop_product_quantity_field_change, a.hikashop_product_quantity_field_change:hover {
margin:0px;
}

img.hikashop_child_image, .hikashop_cart_product_image_thumb img {
width:50px !important;
}

#hikashop_small_image_div {
text-align:left;
margin-top:40px;
margin-bottom:10px;
}

div#hikashop_product_left_part div {
text-align:left;
}

#hikashop_product_quantity_field_1 {
height:20px;
}

#hikashop_product_characteristics {
border:none;
padding:0px;
}

.hikashop_container br {
display:none;
}

.hikashop_category_name a {
color:#000000;
font-size:2em;
font-weight:normal;
margin:0px;
margin-top:16px;
}

.hikashop_category_image img {
margin:0px;
}

.hikashop_subcontainer {
padding: 26px 17px;
}

.hikashop_category_image {
height:auto !important;
}

#hikashop_category_information_menu_401 .hikashop_subcontainer {
-moz-border-radius:0px; 
-webkit-border-radius:0px; 
border-radius:0px; 
border:solid 1px #F1F1F1;
}

.hikashop_container .btn, .hikashop_product_stock .btn {
text-transform:capitalize;
}

div.hikashop_container {
margin:3% !important;
margin-top:20px !important;
}

@media screen and (max-width: 1050px){
.hikashop_product, .hikashop_category {
width:44% !important;
float:none;
display:inline-block;
}
}

@media screen and (max-width: 750px){
.hikashop_product, .hikashop_category {
width:94% !important;
float:none;
display:inline-block;
}
}

.hikashop_cart_product_price_value .hikashop_product_price, .hikashop_cart_product_total_value .hikashop_product_price, .hikashop_checkout_cart_final_total {
font-family:arial !important;
font-size:0.9em !important;
}
	
	
	 
/* K2
----------------------------------------------------------- */

/* category pages */

div.catItemIntroText {
    font-weight: inherit;}
	
h3.catItemTitle a {
	color: #000000;
    font-size: 1.4em;
    font-weight: 200;}
	
div.k2FeedIcon {
    margin-top: 2px;
    position: absolute;
    right: 0;}	

div.catItemHeader span.catItemDateCreated, div.catItemHeader span.catItemAuthor, .itemDateCreated, .itemAuthor{
    font-size: 0.9em !important;
	color:#999999;
	margin-right:15px;}
	
div.catItemCategory {border:none;}
	
.catItemLinks{
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 12px 0 0;}
	
div.itemContainer {
	border-bottom:solid 1px #f1f1f1;
	padding-bottom:50px;
    margin-bottom: 50px;}	
	
div.catItemCategory span {
    font-weight: inherit;}
	
div.catItemHeader h3.catItemTitle {
	padding:0px;
	padding-top:8px;
	margin-top:8px;
	margin-bottom: 8px;}
	
div.itemIsFeatured, div.catItemIsFeatured, div.userItemIsFeatured {
    background: url(/templates/acpt/images/k2/featuredItem.png) no-repeat top right;
}

div.catItemLinks {
margin-bottom:36px;
padding-bottom:12px;
border:none;
}

div.catItemLinks div {
padding-left:0px;
padding-right:0px;
}

div.catItemView {
padding-right:40px;}


/* buttons */	

.catItemReadMore a, div.itemCommentsForm form input#submitCommentButton a, div.itemCommentsForm form input#submitCommentButton a:hover, .k2ReadMore {
padding:0px;
margin:0px;
color:#FFFFFF;
}

div.catItemCommentsLink {
    padding: 0 !important;}

.catItemCommentsLink a, .catItemReadMore a, div.itemCommentsForm form input#submitCommentButton, .k2ReadMore {
background:#000000;
color:#FFFFFF;
padding:12px 22px 12px;
display:inline-block;
margin-top:22px;
line-height:100%;
}

.catItemCommentsLink a:hover, .catItemReadMore a:hover, div.itemCommentsForm form input#submitCommentButton:hover, .k2ReadMore:hover {
background:#3C3C3C;
color:#FFFFFF;
text-decoration:none;
}

div.itemTagsBlock ul.itemTags li a {
padding:5px;
padding-left:12px;
padding-right:12px;
background:#f1f1f1;
font-size:0.8em;
}


/* item pages */	


div.catItemHeader h3.catItemTitle {
font-size:1.4em;
}	
	
div.itemIntroText {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;}
	
div.itemToolbar {
	border:none;
	float: right;
	background:none;}
	
.itemRatingList a:hover {
	-webkit-transition:  none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;}	
	
div.itemHeader h2.itemTitle {
    font-size: 2.1em;
	margin-bottom: 13px;
    font-weight: 200;
    line-height: inherit;}
	
.itemRatingList, .itemRatingList a:hover, .itemRatingList .itemCurrentRating {
    background: url("/templates/acpt/images/k2/stars.png") repeat-x scroll left -1000px transparent;}	

.itemRatingList {
    background-position: left top !important;}
	
.itemRatingList a:hover {
    background-position: left bottom !important;}	

.itemRatingList .itemCurrentRating {
    background-position: 0 center !important;}

div.itemToolbar ul li a:hover {
	text-decoration:none;}
	
div.itemHeader {
    margin-bottom: -17px;}	
	

div.itemBody {
    clear: both;}	
	
div.itemRatingBlock {
    float: left;
	margin-bottom: 20px;
    margin-top: 17px;
    padding: 0 0 8px;}	
	
	div.itemRatingBlock span {
		font-size:.9em;}
		
div.itemContentFooter {
    font-size: 0.9em;}
	
div.itemToolbar ul li a, .itemAuthorLatest ul li a, div.itemNavigation a, div.itemBackToTop a, .itemAuthor a {
	color:#333333;}
	
div.itemToolbar ul li span.itemTextResizerTitle {
	display:none;}
	
.itemAuthorLatest ul li {
	margin-left: -19px;
	font-size: 1em;
	list-style:none;}
	
.even, .odd, div.itemView {
	border:none;
	background:none;}
	
	div.itemBackToTop a {
		text-decoration: none;}
	
div.itemAuthorLatest h3 {
    margin-bottom: 22px;}	
	
div.itemComments {
    background: none;
    border: medium none;
    padding: 0;}	
	
h3.itemAuthorName {
	font-size:.9em;}
	

div.itemCategory span {
    font-weight: inherit;}
	
	div.itemCategory a {
		color:#333333;}
	
div.itemAuthorBlock {
	background:#FAFAFA;
	padding:25px;
	border:none;}	
	
div.itemNavigation {
    background: none repeat scroll 0 0 #FAFAFA;
    border-bottom: medium none;
    border-top: medium none;
    font-size: 0.9em;
    text-align: center;}	

div.itemCategory {
    border-bottom: 1px solid #f1f1f1;
    padding: 4px;
}

div.itemLinks {
margin:0px;
}

div.itemTagsBlock, div.itemCategory, div.itemSocialSharing, div.itemCommentsForm h3, .itemCommentsCounter, .itemContentFooter, div.itemRelated {
padding:0px;
padding-top:23px;
padding-bottom:23px;
border-bottom:solid 1px #f1f1f1;
}

div.itemContentFooter {
padding:0px;
padding-top:6px;
padding-bottom:6px;
border-top:solid 1px #f1f1f1;
}

div.itemCommentsForm p.itemCommentsFormNotes {
border:none;
}

div.itemCommentsForm form label {
padding:0px !important;
margin:0px !important;
margin-bottom:14px !important;
margin-top:14px !important;
font-weight:bold;
}

div.itemAuthorBlock {
margin:0px;
}

div.itemAuthorBlock img.itemAuthorAvatar, div.itemComments ul.itemCommentsList li img, .k2Avatar img, div.latestItemsUser img {
border:none;
background:none;
margin:0px;
padding:0px;
margin-right:14px;
}

div.itemCommentsForm h3 {
margin-bottom:14px;
}

li.odd, div.itemComments ul.itemCommentsList li.odd {
background:none;
border:solid 1px #f1f1f1;
padding:15px;
margin-bottom:20px;
font-size:0.9em;
}

li.even, div.latestItemsUser, div.itemListCategory, div.itemComments ul.itemCommentsList li.even {
background:#FAFAFA;
border:solid 1px #f1f1f1;
padding:15px;
margin-bottom:20px;
font-size:0.9em;
}

li.odd, li.even {
margin-bottom:0px;
}

div.itemComments ul.itemCommentsList li span.commentAuthorName, div.itemComments ul.itemCommentsList li span.commentDate {
font-size:inherit;
}

div.catItemTagsBlock {
border:none;
}

div.itemRelated li, div.itemRelated ul {
margin:0px;
list-style:none;
}


/* tags view */	


div.tagItemView {
border-bottom:solid 1px #f1f1f1;
padding:0px;
margin:0px;
margin-bottom:40px;
padding-bottom:40px;
}


/* modules */	

div.k2LatestCommentsBlock ul li a {
display:block;
margin:0px;
padding:0px;
}

div.k2LatestCommentsBlock ul li span.lcItemCategory a {
display:inline;
}

div.k2ItemsBlock ul li span.moduleItemHits, div.k2ItemsBlock ul li a.moduleItemComments {
border:none;
font-weight:bold;
}


/* lists by user or category */	

.latestItemsUser h2 {
margin:0px;
font-size:1.2em;
}

div.latestItemTagsBlock, div.latestItemCategory {
border:none;
padding:0px;
padding-top:4px;
padding-bottom:4px;
}

.latestItemView {
border-bottom:solid 1px #f1f1f1;
padding-bottom:40px;
margin-bottom:40px;
}

div.tagItemCategory {
border:none;
}

div.tagItemReadMore {
display:block;
}
	
	
/* End K2
----------------------------------------------------------- */	
	

	
	
/* redShop
----------------------------------------------------------- */	
.mod_redshop_products_title	{
	font-size:0.9em;}
	
#product_currency {
	margin-bottom:12px;}
	
.mod_redshop_products_readmore, .mod_redshop_products_price, .mod_redshop_products_title, .mod_redshop_products_image {
	text-align:center;}
	
.mod_redshop_products_price, .mod_redshop_products_title {
	padding-bottom:5px;}

.mod_redshop_products_image	{
	margin-left: 10px;
	padding-bottom:5px;}
	
.mod_redshop_products_horizontal {
	padding-left: 0 !important;
    padding-right: 12px !important;}
	
.mod_redshop_products_addtocart .addtocart_formclass span img {
	margin-top:10px;
	margin-left: 29px;}
	
div.mod_redshop_products_wrapper div.mod_redshop_products_horizontal {
    width: 139px !important;
	height: 226px;}	
	
.redshop .product_image, .redshop .produkt_kasse_billed {
    border:none;}

.redshop p {
	padding:0px;}
	
.category_front, .category_front_wrap, .categories, .kategori_front, .kategori {
	margin-bottom: 30px;
	margin-right: 30px;
	padding: 15px 2px 15px 15px;
	text-shadow: 1px 1px #000000;
    margin-top: 6px;
	border:none;
	color:#ffffff;
	-webkit-box-shadow: 0 3px 1px -1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 3px 1px -1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 1px -1px rgba(0, 0, 0, 0.1); 
	background: #FFFFFF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;}
	
.category_front_image, .category_image, .kategori_front_billede, .kategori_billede {
    padding-left: 0;
    padding-right: 30px;
    padding-top: 4px;}	
	
.redshop .category_title h1 {
	margin-bottom: 26px;
	text-align:left;}
	
.category_front_title h3 a, .category_title h3 a, .kategori_front_titel h3 a, .kategori_titel h3 a {
    color: #C92128;
    font-size: 0.9em;
	text-shadow: none;
    font-weight: normal;
}	
	
	
div.mod_cart_main div.mod_cart_top div.mod_cart_title {
border-bottom: 1px dotted #B0B0B0;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 4px;
    margin-left: 9px;
    padding-bottom: 6px;
    text-align: left;
    text-transform: none;}

div.mod_cart_main div.mod_cart_top div.mod_cart_image {
height: 36px;
    margin-left: -46px;
    margin-top: 8px;
    width: 41px;
    background: url(/templates/acpt/images/redshop/cart.png) no-repeat scroll right top transparent;}
	
	
div.mod_cart_main div.mod_cart_checkout a {
	letter-spacing: 0;
	font-weight: normal;
	text-transform:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	padding: 5px 10px 5px 9px;
}

#mod_cart_total {
	color:#868686;}

#mod_cart_checkout_ajax {

background:none !important;}

#mod_cart_checkout_ajax a {
	font-size: 0.8em;
    margin-left: 90px;
    padding: 2px 7px 3px 6px;
    position: absolute;
    top: 46px;
    z-index: 2;}

.mod_cart_main {
margin-top:20px;
    width: 165px;}

.mod_cart_extend_total_pro_value, .mod_cart_total_value, div.mod_cart_main div.mod_cart_total div.mod_cart_total_txt  {
	margin-left: 0px;
	font-size:11px;}

#mod_cart_total {
	font-size:11px;
	margin-top: 2px;
    padding-left: 10px;}

#sbox-window {
    background-color: #FFFFFF;}	
	
	
.product_title h2 {
    color: #CA2128;
    font-size: 2.1em;
    font-weight: normal;
    padding-bottom: 24px;
}	

#redshopcomponent .product_image{
color:transparent;}

#redshopcomponent .cart-link img{
display:block;}

#redshopcomponent .product_box_right, #redshopcomponent .produkt_kasse_hoejre {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
	width:auto;
    float: right;
    padding:33px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) ;
	-moz-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);}

.product_price, .produkt_kasse_hoejre_pris  {
    font-size: 21px;
    font-weight: normal;}

	
#redshopcomponent .product_addtocart {
	margin-bottom: 29px;
    margin-top: 9px;}

#redshopcomponent .cart-quantity {
    height: 48px;}
	
	
#redshopcomponent .cart-link img {
	float: left;
    padding:8px 0 0 0;}
	
#redshopcomponent .cart-link {
    float: none;
    height: auto !important;
    text-align: left;
    width: 239px;}	
	
#lbCenter, #lbBottomContainer, .redAttributeImage  {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;}

.category_order_by, div.kategori_orderform {
    height: 55px;}


.category_box_outside {
    border: none;
	background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    float: left;
    height: 325px !important;
    margin: 0 10px 18px 6px;
    min-height: 100px;
    padding: 0 0 10px;
    width: 216px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) ;
	-moz-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);}	


.category_product_image, .kategori_produkt_billede {
    height: 171px !important;
}

.product_desc_wrapper {
    clear: both;}

.related_product_wrapper h2 {
	 margin-bottom: 29px;
    margin-top: 29px;}
	
.related_product_wrapper, .related_produkt_ramme {
    border-top: none;}	

.product_manufacturer_link {
clear:both;}

.product_manufacturer_link {
    clear: both;
    padding-top: 15px;}

#produkt_kasse_hoejre_pris_indre2 {
	font-weight:normal;
	font-size:1.5em;}

.related_product_inside {
	padding: 20px;
    border: none !important;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) ;
	-moz-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);	
	background: none repeat scroll 0 0 #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; }
	
.accessory_title h3 {
	font-weight:normal;}
	
.related_product_image_inside img {
	width:100px;}
		
.userfield_input {
	clear:both;}
	
.accessory_info {
    margin-top: 20px;}

.redAttributeImage {
    margin-left: -8px;
    padding: 2px;}
	
.kategori_produkt_billede {
    height: 186px;}

.category_product_readmore a {
	color: #FFFFFF !important;
	padding: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #3A3A3A;
	background: #4C4C4C; /* Old browsers */
	background: -moz-linear-gradient(top, #4C4C4C 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4C4C4C), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4C4C4C 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4C4C4C 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4C4C4C 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(top, #4C4C4C 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C4C4C', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2); 
}

.category_product_price span, .kategori_produkt_pris span {
    font-size: 14px;
    font-weight:normal;}
	
	
.category_product_readmore, .kategori_produkt_laesmere {
    margin: 14px 0 0;}
	
.category_front_title h3 a {
	color:#000000;}
	
	
.product_price, .produkt_kasse_hoejre_pris {
    font-weight: normal !important;}	
	
.blackbutton, .greenbutton {
	height: 30px;
	padding-top: 5px;
	padding-bottom: 6px;
	font-size: 0.9em;
	font-weight:normal;
		-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #3A3A3A;
	background: #4C4C4C; /* Old browsers */
	background: -moz-linear-gradient(top, #4C4C4C 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4C4C4C), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4C4C4C 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4C4C4C 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4C4C4C 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(top, #4C4C4C 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C4C4C', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2); }
	
.greenbutton {
	border:none;}
	
.category_print, .kategori_print {
    margin-top: 0;	}
	
.checkout_button {
	float:none !important;}
	
div.mod_cart_main div.mod_cart_checkout a {
	color:#000000;
	padding-right: 14px !important;
	background: url(/templates/acpt/images/redshop/arrow.png) no-repeat scroll right 9px transparent;}
	
	
.tdborder td {
    background: none repeat scroll 0 0 #FAFAFA;
    border-bottom: 1px solid #E7E7E7;
    padding: 7px;}
