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

@import 'clearfix.css';
@import 'forms.css';
@import 'fonts/fonts.css';

/*@import 'forms.css';*/
/*@import 'fonts/swiper.css';*/
/*@import 'media.css';*/

body,td,th {
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	font-weight: 400;
	outline-style: 1em;
	line-height: 1.4em;
	color: #414042;
}
body, html {
	background: #fff;
	margin: 0px;
	width: 100%;
	position: relative;
}
.wrapper {
	width: 100%;
	padding: 0px 0px;
	margin: 0px;
	display: block;
	position: relative;
}
.dialog_box *,
.wrapper * {
	box-sizing: border-box;
}
.subwrapper {
	width: 100%;
	max-width: 1240px;
	padding: 0px 2em;
	margin: 0 auto;
	display: block;
	position: relative;
}
.withpadding {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
	box-sizing: border-box;
}
.withpadding_small {
	padding: 50px 0px;
	box-sizing: border-box;
}
header {
	width: 100%;
	diaplay: block;
	position: fixed;
	z-index: 9;
	border-top: 4px solid #d00;
}
#main {
	width: 100%;
	display: block;
	position: relative;
}
footer {
	position: relative;
	width: 100%;
	display: block;
	padding: 0px;
}
.filler {
	float: left;
	position: absolute;
}
/*-----------------------------------------------------------*/
/*----------------------- HEADER STUFF ----------------------*/
/*-----------------------------------------------------------*/
header #header_topbar {
}
header #header_bottombar {
}
header #social_menu {
	display: inline-block;
	font-size: 1.2em;
	margin-left: 20px;
}
#main_logo {
	max-width: 100%;
	max-height: 95px;
}
/*-----------------------------------------------------------*/
/*----------------------- FOOTER STUFF ----------------------*/
/*-----------------------------------------------------------*/
footer #footer_topbar {
	
}
footer #footer_bottombar {
	
}
footer #copyright,
footer #credits {
	display: inline-block;
}
/*-----------------------------------------------------------*/
/*----------------------- FORMAT STUFF ----------------------*/
/*-----------------------------------------------------------*/
/* COLORS */
.colored { color: #005d63; }
.colored_light { color: #b6dc77; }
.colored_extralight { color: #edf6dd; }

.white { color: #fff; }
.gray { color: #7d7d7d; }
.lightgray { color: #ddd; }
.darkgray { color: #666; }
.black { color: #000; }

.alert_text { color: #c00; }
.ok_text { color: #090; }

.highlighted_colored {  background: #005d63; }
.highlighted_colored_light {  background: #b6dc77; }
.highlighted_colored_mediumlight {  background: #d4ebad; }
.highlighted_colored_extralight {  background: #edf6dd; }

.highlighted_white {  background: #fff; }
.highlighted_gray {  background: #ccc; }
.highlighted_lightgray {  background: #ededed; }
.highlighted_darkgray {  background: #333; }
.highlighted_black {  background: #000; }

.highlighted_alert {  background: #d00; }


/* ALIGN */
.centercontent { text-align: center !important; }
.centercontent ul, .centercontent ol { text-align: left }; 
.leftcontent {  text-align: left; }
.rightcontent {  text-align: right; }

.tobottom { position: absolute; bottom: 0px; }

.centered_box { margin-left: auto; margin-right: auto; }
.nofloat { float: none !important;}

.no_bordered { border: none !important; }

img { border: 0px; }

p, ul, ol { margin: .5em 0; }
p:first-child, ul:first-childl, ol:first-child  { margin-top: 0; }
p:last-child, ul:last-childl, ol:last-child   { margin-bottom: 0; }

ul { list-style: url(../images/layout/list-bullet.gif); }
ul li, ol li { margin-bottom: 1em; }

ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

.ondark { font-weight: 200}
.leadtext {
	font-size: 1.63em;
	line-height: 1.4em;
}
.small {
	font-size: 12px;
	line-height: 1.2em;
}
.xxl {
	font-size: 5em;
	line-height: 1.1em;
}
strong, b {
	font-weight: 700;
}
.ondark strong, .ondark b {
	font-weight: 600;
}
.loading {
	background: url(../images/layout/ajax-loader.gif) no-repeat left top 30px;
}
.shadowed {
	box-shadow: 0 2px 10px rgba(0,0,0,.5);
	border-bottom: 1px solid #666;
}

/*-----------------------------------------------------------*/
/*----------------------- COLS ------------------------------*/
/*-----------------------------------------------------------*/
[class*='col-'] {
	float: left; 
    min-height: 1px; 
    width: 8.33%; 
    /*-- our gutter -- */
    padding: 15px;
	display: block; 
}
.pos_relative {
	position:relative;
}
[class*='col-'].centered_col {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.col-0-5{ width: 4.165%; }
.col-1{ width: 8.33%; }
.col-1-5 { width: 12.45%; }
.col-2{ width: 16.66%; }
.col-2-5 { width: 20.83%; }
.col-3{ width: 25%;    }
.col-4{ width: 33.33%; }
.col-4-5 { width: 37.45%; }
.col-5{ width: 41.66%; }
.col-5-5{ width: 45.83%; }
.col-6{ width: 50%;   }
.col-7{ width: 58.33%; }
.col-8{ width: 66.66%; }
.col-9{ width: 75%;    }
.col-10{ width: 83.33%; }
.col-11{ width: 91.66%; }
.col-12{ width: 100%;   }

.like_col_padded {
	padding: 15px;
}

.noleft_padding { padding-left: 0px; }
.noright_padding { padding-right: 0px; }
.notop_padding { padding-top: 0px !important; }
.nobottom_padding { padding-bottom: 0px !important;}
.novertical_padding {padding-bottom: 0px; padding-top: 0px;}
.nohorizontal_padding {padding-left: 0px; padding-right: 0px;}
.no_padding { padding: 0px; }

.atleft { float: left; }
.atright { float: right; }

.noblock { display: inline-block; }

.pos_relative {
	position:relative;
}
.underlayer_img {
	z-index: -1;
}

/*-----------------------------------------------------------*/
/*----------------------- TEXT STYLES -----------------------*/
/*-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: normal;
}
/* in page banners */
h1 {
	font-size: 3em;
	line-height: 1.1em;
	font-weight: 200;
}
/* in paragraph service modules */
h2 {
	font-size:1.45em;
	line-height: 1.4em;
	font-weight: 200;
}
/* in news  module */
h3 {
	font-size: 1.09em;
	line-height: 1.4em;
	font-weight: 700;
}
/* in contacts list */
h4 {
	font-size: 1.27em;
	line-height: 1.4em;
	font-weight: 700;
}
/* in detail Share tools */
h5 {
	font-size: 1.09em;
	line-height: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
}
/* in subheader topBanner */
/*h6 {
	font-family: 'Alegreya', serif;
	font-size: 1.33em;
	line-height: 1.2em;
}
*/

/*-----------------------------------------------------------*/
/*----------------------- SELECTORS -------------------------*/
/*-----------------------------------------------------------*/
/* DEFAULT */
a {
	outline: none;
}
a:link,
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover,
a:active,
a.active {
	color: inherit;
	text-decoration: underline;
}
/* EXTRAS */
a.bolder::after {
    display:block;
    content: attr(data-title);
    font-weight: 800;
    height:1px;
    color:transparent;
    overflow:hidden;
    visibility:hidden;
    margin-bottom:-1px;
}
/* COLORED */
a.colored:link,
a.colored:visited {
	color: #b6dc77;
	text-decoration: none;
}
a.colored:hover,
a.colored:active,
a.colored.active {
	color: #005d63;
	text-decoration: underline;
}
a.colored:active {
	color: #ccc;
}
/* COLORED DARK */
a.colored_dark:link,
a.colored_dark:visited {
	color: #005d63;
	text-decoration: none;
}
a.colored_dark:hover,
a.colored_dark.active {
	color: #b6dc77;
	text-decoration: underline;
}
a.colored_dark:active {
	color: #333;
}
/* WHITE */
a.white:link,
a.white:visited {
	color: #fff;
	text-decoration: none;
}
a.white:hover,
a.white:active,
a.white.active {
	color: #fff;
	text-decoration: underline;
}
/* WHITE TO COLORED_LIGHT */
a.white-colored-light:link,
a.white-colored-light:visited {
	color: #fff;
	text-decoration: none;
}
a.white-colored-light:hover,
a.white-colored-light:active,
a.white-colored-light.active {
	color: #b6dc77;
	text-decoration: underline;
}
/* WITH IMG ICON */
a.withicon,
a.withicon:link,
a.withicon:visited {
	text-decoration: none;
	background: no-repeat left center;
}
a.withicon:hover,
a.withicon:active,
a.withicon.active {
	text-decoration: none;
	color: #bf344d;
}
a.withicon .fa {
	line-height: 2em;
	margin-right: .6em;
}
/* COLORED BROWN*/
a.colored_brown:link,
a.colored_brown:visited {
	color: #592f15;
	text-decoration: none;
}
a.colored_brown:hover,
a.colored_brown:active,
a.colored_brown.active {
	color: #592f15;
	text-decoration: underline;
}

/* BLACK */
a.black:link,
a.black:visited {
	color: #000;
	text-decoration: none;
}
a.black:hover,
a.black:active,
a.black.active {
	color: #000;
	text-decoration: underline;
}
/* GRAY */
a.gray:link,
a.gray:visited {
	color: #b1b1b1;
	text-decoration: underlined;
}
a.gray:hover,
a.gray:active,
a.gray.active {
	color: #b2975c;
	text-decoration: none;
}
/*-------- BUTTONS --------*/
.button {
	cursor: pointer;
	text-transform: capitalize;
	text-align: center;
	line-height: 1em;
	font-size: 1em;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	padding: .5em 1em;
	border: 1px solid #fff;
	background-color: #fff;
}
.button.btn_m {
	padding: .5em 3em;
}
.button.btn_xm {
	padding: 1em 2em;
}
.button.btn_xl {
	padding: 1em 3em;
}
.button.btn_xxl {
	padding: 1.5em 2.5em;
}
.button.btn_caps {
	text-transform: uppercase;
}
/*  --- BT COLORED --- */
.button.btn_colored,
.button.btn_colored:link,
.button.btn_colored:visited {
	border: 1px solid #b6dc77;
	background-color: #b6dc77;
	color: #005d63;
	text-decoration: none;
}
.button.btn_colored:hover {
	border: 1px solid #005d63;
	background-color: #005d63;
	color: #fff;
	text-decoration: none;
}
.button.btn_colored:active,
.button.btn_colored.active {
	border: 1px solid #666;
	background-color: #666;
}
/*  --- BT GRAY --- */
.button.btn_gray,
.button.btn_gray:link,
.button.btn_gray:visited {
	border: 1px solid #e8e8e8;
	background-color: #e8e8e8;
	color: #005d63;
	text-decoration: none;
}
.button.btn_gray:hover {
	border: 1px solid #005d63;
	background-color: #005d63;
	color: #fff;
	text-decoration: none;
}
.button.btn_gray:active,
.button.btn_gray.active {
	border: 1px solid #666;
	background-color: #666;
}
.button.btn_unfilled,
.button.btn_unfilled:link,
.button.btn_unfilled:visited {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}
.button.btn_unfilled:hover {
	border: 1px solid #bf344d;
	background-color: #bf344d;
	text-decoration: none;
}
.button.btn_unfilled:active,
.button.btn_unfilled.active {
	border: 1px solid #666;
	background-color: #666;
}
.button.btn_colored.btn_unfilled,
.button.btn_colored.btn_unfilled:link,
.button.btn_colored.btn_unfilled:visited {
	border: 1px solid #bf344d;
	color: #bf344d;
}
.button.btn_colored.btn_unfilled:hover,
.button.btn_colored.btn_unfilled:active,
.button.btn_colored.btn_unfilled.active {
	color: #fff;
}
.button.btn_brown.btn_unfilled,
.button.btn_brown.btn_unfilled:link,
.button.btn_brown.btn_unfilled:visited {
	border: 1px solid #592f15;
	color: #592f15;
}
.button.btn_brown.btn_unfilled:hover,
.button.btn_brown.btn_unfilled:active,
.button.btn_brown.btn_unfilled.active {
	background-color: #592f15 !important;
	color: #fff;
}

/*-------- BUTTONS END ----*/
/*
.catalogue-holder {
	margin: 10px 0 20px 0;
}
a.like_button.dn-button {
	padding: .4em .5em;
	line-height: 1em;
	font-size: .77em;
	text-transform: uppercase;
}
a.like_button.dn-button .fa {
	margin-right: 5px;
}
a.like_button:link,
a.like_button:visited {
	background: #b2975c;
	color: #fff;
}
a.like_button:hover {
	background: #333;
	text-decoration: none;
}
a.like_button:active,
a.like_button.active {
	background: #ccc;
	text-decoration: none;
}
a.like_select {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: .3em .6em;
	font-size: .66em;
	display: block;
	background: url(../images/layout/form_likeselect.png) no-repeat right 15px center;
}
a.like_select:link,
a.like_select:visited {
	text-decoration: none;
}
a.like_select:hover,
a.like_select:active {
	text-decoration: none;
}
a.like_select.active {
	text-decoration: none;
	border-bottom-color: transparent;
}
.like_select_options {
	position: absolute;
	width: 100%;
	z-index: 9999;
	font-size: .77em;
	background-color: rgba(226,169,63,.9);
	displaY: none;
}
.like_select_options li {
	padding-left: 10px;
}
.like_select_options a {
	color: #fff !important;
}
.like_select_options a:hover {
	font-family: 'ralewaybold';
	text-decoration: none;
}
.smalllink {
	font-size: .77em;
	line-height: 1em;
	position: absolute;
	top: 38%;
}
a#login {
	display: inline-block;
	padding-left: 15px;
	background: url(../images/layout/login.png) no-repeat left center;
}
a#register {
	display: inline-block;
	padding-left: 20px;
	background: url(../images/layout/arrow_r_b.png) no-repeat left center;
}
*/
/*-----------------------------------------------------------*/
/*----------------------- PAGINATION ------------------------*/
/*-----------------------------------------------------------*/
/*#results_pagination {
	text-align: center;
}
#results_pagination ul {
	
}
#results_pagination ul li {
	display: inline-block;
	border-left: 1px solid #ccc;
	font-family: 'oswald';
	font-size: .77em;
	line-height: 1em;
	height: 1.8em;
	text-align:center;
}
#results_pagination ul li a {
	display: block;
	color: #ccc;
}
#results_pagination ul li.active,
#results_pagination ul li a:hover,
#results_pagination ul li a:active {
	color: #b2975c;
}
#results_pagination ul li a,
#results_pagination ul li.active {
	padding: 4px 8px;
}
#results_pagination ul li .fa {
	position: relative;
	top: -2px;
}*/
/*-----------------------------------------------------------*/
/*----------------------- NAVIGATION ------------------------*/
/*-----------------------------------------------------------*/

/*----------------------  MENU 1 ----------------------------*/
.menu1 {
	margin: 0;
}
.menu1 > ul {
	margin: 0px;
	padding-right: 10px;
	list-style: none;
	display: inline-block;
	line-height: 40px;
	vertical-align: middle;
	
	font-size: .88em;
	text-transform: uppercase;
}
.menu1 > ul > li {
	padding-right: 20px;
	margin: 0;
	float: left;
	position: relative;
}
.menu1 > ul > li > a {
	display: block;
	padding: 0px;
}
.menu1 > ul > li > a:link,
.menu1 > ul > li > a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	transition: color .8s;
}
.menu1 > ul > li > a:hover,
.menu1 > ul > li > a:active,
.menu1 > ul > li > a.active {
	text-decoration: none;
	color: #ff0000;
	font-weight: 400;
	transition: color .2s;
}
.menu1 > ul > li > a > img {
	display: none;
}
/*-----------------------------------------------------------*/
/*----------------------- LANG MENU -------------------------*/
/*-----------------------------------------------------------*/
#lang_menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}
#lang_menu li {
	display: inline-block;
	margin: 0;
}
#lang_menu li a {
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
#lang_menu li a:hover,
#lang_menu li a:active {
	text-decoration: underline;
}
#lang_menu li a.active {
	text-decoration: none;
	color: #d00;
}
/*-----------------------------------------------------------*/
/*----------------------- VIRTUALOFFICE MENU ----------------*/
/*-----------------------------------------------------------*/
#virtualoffice {
	background: #005d63 url(../images/layout/bg_virtualoffice.gif) no-repeat left bottom;
	height: 40px;
}
#virtualoffice a {
	margin: 6px 0px;
	height: 28px;
	/*height: 100%;*/
	display: inline-block;
	line-height: 28px;
	font-size: 1.09em;
	font-weight: 600;
	text-transform: capitalize;
	padding: 0 10px 0 24px;
	background: no-repeat url(../images/layout/bg_virtualoffice2.png) #b6dc77;
	border-radius: 2px;
}
#virtualoffice  a:link,
#virtualoffice  a:visited {
	text-decoration: none;
	background-position:left 5px top;
}
#virtualoffice  a:hover {
	background-position:left 5px bottom;
	background-color: #333;
	text-decoration: none;
	color: #fff;
}
#virtualoffice  a:active,
#virtualoffice  a.active {
	background-position:left 5px bottom;
	background-color: #666;
	text-decoration: none;
	color: #fff;
}
/*-----------------------------------------------------------*/
/*----------------------- SOCIAL MENU -----------------------*/
/*-----------------------------------------------------------*/
#social_menu {
}
#social_menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}
#social_menu ul li {
	display: inline-block;
	margin: 0;
	margin-right: 10px;
}
#social_menu ul li a {
	display: block;
	font-size: 1em;
	line-height: 2em;
	text-align: center;
	border-radius: 50%;
	height: 2em;
	width: 2em;
}
#social_menu ul li a:link,
#social_menu ul li a:visited {
	background-color: #005d63;
}
#social_menu ul li a:hover,
#social_menu ul li a:active,
#social_menu ul li a.active {
	background-color: #b6dc77;
}
#social_menu ul li a.notsocial{
	width: auto;
	background: none;
}
footer li.notsocial_holder {
	display: none !important;
}
/*-----------------------------------------------------------*/
/*--------------------FOLIO CATS MENU -----------------------*/
/*-----------------------------------------------------------*/
#folio_cats_menu {
}
#folio_cats_menu ul {
	margin: 1em 0 2em 0;
	padding: 0px;
	list-style: none;
	text-align: center;
}
#folio_cats_menu ul li {
	display: inline-block;
	margin: 0;
	margin-right: 10px;
}
#folio_cats_menu ul li a {
	display: block;
	font-size: 1em;
	line-height: 2em;
	text-transform: uppercase;
	font-weight: 600;
	font-size: .9em;
}
#folio_cats_menu ul li a:link,
#folio_cats_menu ul li a:visited {
	opacity: .6;
	text-decoration: none;
	color: #005d63;
}
#folio_cats_menu ul li a:hover,
#folio_cats_menu ul li a:active,
#folio_cats_menu ul li a.active {
	opacity: 1;
	text-decoration: none;
	color: #005d63;
}
/*-----------------------------------------------------------*/
/*----------------------- DIALOG ----------------------------*/
/*-----------------------------------------------------------*/
.ui-dialog {
	margin-top: 100px;
}
.ui-dialog, .ui-dialog-content {
	padding: 0 !important;
	border-radius: 0;
}
.ui-widget-overlay {
	opacity: 0.6;
	background: #000;
}
.ui-dialog-titlebar {
	background: none;
	border: none;
	display: none;
}
/*----------------------- PAGE DETAIL ------------------------*/
.page_detail_img {
	width: 100%;
/*	height: auto;
	background: no-repeat center;
	background-size: cover;
*/
}
.page_detail_header {
	text-transform: uppercase;
}
.page_detail_close {
	position: absolute;
	top: -1em;
	right: 0em;
	z-index: 999999;
	display: none;
}
.page_detail_close a {
	display: block;
	font-size: 1em;
	line-height: 23px;
	text-align: center;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	cursor: pointer;
	background-color: #b6dc77;
	color: #005d63;
}
.page_detail_close a:link,
.page_detail_close a:visited {
	background-color: #b6dc77;
	color: #005d63;
}
.page_detail_close a:hover,
.page_detail_close a:active,
.page_detail_close a.active {
	background-color: #005d63;
	color: #b6dc77;
}
/*-----------------------------------------------------------*/
/*----------------------- DIALOG BOXES ----------------------*/
/*-----------------------------------------------------------*/
.dialog_box {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, .5);
	z-index: 999999;
	text-align: center;
}
.dialog_box > div {
	text-align: left;
	position: relative;
	max-height: 500px;
	position: relative;
}
.dialog_box > div h1 {
	font-weight: 600;
	margin-bottom: 40px;
}
.dialog_close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 27px;
	height: 26px;
	line-height: 26px;
	font-size: 20px;
	cursor: pointer;
	margin-bottom: 2em;
}
.dialog_close:hover {
	background-color: transparent;
	background-position: center bottom;
	border: 1px solid inherit;
}
.dialog_close:active {
	background-color: transparent;
	color: #ccc;
}
.dialog_close a {
	display: block;
	text-align: center;
}
#loader_content > div { 
	width: 100px;
	height: 100px;
	margin: 80px auto auto auto;
	background: url(../images/layout/loader.gif) center center no-repeat #fff;
	background-size: 35px;
}
.dialog_box > div { 
	display: inline-block;
	margin: 80px auto auto auto;
	background: #fff;
	padding: 54px 5% 34px 5%;
	max-width: 80%;
	max-height: 100%;
	height: auto;
	box-shadow: 0 5px 10px rgba(0,0,0,.5);
}
#event_detail.dialog_box,
#message_content_auto.dialog_box {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, .5);
	z-index: 999999;
	text-align: center;
}
#message_content_auto.dialog_box > div {
	text-align: left;
	position: relative;
	height: auto;
	max-height: auto;
	display: inline-block;
	margin: 80px auto 0 auto;
	background: #fff;
	padding: 34px 80px 20px 30px;
	max-width: 100%;
}

/*-----------------------------------------------------------*/
/*-------------------------- HP_ELEMENTS --------------------*/
/*-----------------------------------------------------------*/
/*---- HP BANNER -------- */
.overlayed_gradient {
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.5+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,.6) 0%, rgba(0,0,0,.1) 75%, rgba(0,0,0,.1) 50%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}
#hp_top_banner {
	position: relative;
}
#hp_top_banner .top_banner_capation_holder {
	text-align: center;
	text-align: left;
}
#hp_top_banner .top_banner_capation_holder > div {
	position: absolute;
	top: 20%;
}
h3.section_header {
	max-width: 80%;
	font-size: 2.8em;
	line-height: 1.2em;
	font-weight: 300;
	hyphens: auto;
	border-bottom: 1px solid #fff;
	padding-bottom: .3em;
	margin-bottom: .3em;
}
h2.section_subheader {
	font-size: 5em;
	line-height: 1em;
	font-weight: 600;
	hyphens: auto;
}
/*-----------------------------------------------------------*/
/*-------------------------- PAGE PAGINATOR -----------------*/
/*-----------------------------------------------------------*/
#pagination a {
	margin: .5em;
	color: #b6dc77;
	cursor: pointer;
	font-weight: 600;
	line-height: 2em;
}
#pagination a:hover,
#pagination a:active {
	color: #005d63;
}	
#pagination a.jp-previous,
#pagination a.jp-next {
	display: inline-block;
	background: #b6dc77;
	color: #005d63;
	height: 2em;
	width: 2em;	
	font-weight: 900;
}
#pagination a.jp-previous:hover,
#pagination a.jp-next:hover {
	text-decoration: none;
	background: #005d63;
	color: #b6dc77;
}
.jp-previous::after {
	content: '<';
	display: block;
	width: 2em;
	height: 2em;
	text-align: center;
}
.jp-next::after {
	content: '>';
	display: block;
	width: 2em;
	height: 2em;
	text-align: center;
}
#pagination a.jp-current {
	color: #005d63;
}
.jp-disabled {
}

/*-----------------------------------------------------------*/
/*-------------------------- SWIPER COSTUMIZE ---------------*/
/*-----------------------------------------------------------*/
.swiper-slide {
	background-position: center;
	background-size: cover;
	background-color: #eee;
}
.swiper-pagination-bullet {
/*
	border-radius: 50%;
	margin: 5px !important;
	padding: 0px !important;
	padding: 0px!important;
	opacity: 1;
	width: 17px;
	height: 17px;
	border: 3px solid #005d63;
	background: #005d63 !important;
*/
}
.swiper-pagination-bullet:hover {
	border: #ff0000 2px solid!important;
}
.swiper-pagination-bullet:first-child {
}
.swiper-pagination-bullet:last-child {
}
.swiper-pagination-bullet-active {
	background: #ff0000 !important;
}
.swiper-button-disabled {
/*	opacity: .5; */
}
/*-----------------------------------------------------------*/
/*-------------------------- SERVICES STUFF -----------------*/
/*-----------------------------------------------------------*/
.service_module {
	padding-top: 70px;
	background: no-repeat center top;
}
/*-----------------------------------------------------------*/
/*-------------------------- NEWS STUFF ---------------------*/
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*-------------------------- PRODUCTS STUFF -----------------*/
/*-----------------------------------------------------------*/
/*---------- HP ---------*/
.highlights_module {
}
.highlights_module_img_holder {
	background: no-repeat;
	background-size: contain;
	margin-bottom: 2em;
}
.highlights_module  h5 {
	text-transform: uppercase;
}
/*---------- LIST ---------*/
.prod_list_container { 
	margin-bottom: 6em;
}
.btn_rule {
	margin: 2em 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.btn_rule .button {
	position: relative;
	bottom: -.6em;
	margin-bottom: .6em;
}
.btn_rule .button.btn_unfilled {
	background: #fff;
}
.prod_list_module {
	text-align: center;
	font-size: .88em;
}
.prod_list_module_label {
	text-transform: uppercase;
	font-size: 1em;
}
.prod_list_module_label a:hover,
.prod_list_module_label a:active {
	color: #ff7479;
	text-decoration: none;
}
.prod_list_module_price .old_price {
	text-decoration:line-through;
}
/* DETAIL */
.prod_detail_photo {
	display: block;
	margin-bottom: 2em;
	margin: 0 auto 2em auto; 
}
.prod_detail_shop_tools {
	text-align: center;
}
.prod_detail_shop_tools input#add_item_quant {
	width: auto;
	text-align: center;
	margin-left: 1em;
}
.prod_detail_shop_tools .button.add_item_submit {
	text-transform: none;
	background: no-repeat url(../images/layout/shoppingcart.png) right 40px center;
	padding-right: 68px;
	padding-left: 40px;
}
.prod_detail_shop_tools .button.add_item_submit:hover {
	background-image: url(../images/layout/shoppingcart_hover.png) !important;
}
.prod_detail_shop_tools .tax_info {
	margin-top: 4em;
	font-size: .88em;
	line-height: 1.4em;
	padding: 0 2em;
}
.prod_detail_set {
	padding: 1.5em 0;
	border-top: 1px solid #ccc;
}
.prod_detail_set:first-child {
	border: none;
}
.prod_detail_descr_set {
	margin-bottom: 1.5em;
}
.prod_detail_package {
	margin-bottom: 1em;
}
.prod_detail_set .aux_links a {
	display: block;
	
}
.prod_detail_set .aux_links a .fa {
	line-height: 1.5em;
}
/*-----------------------------------------------------------*/
/*-------------------------- EVENTS STUFF -------------------*/
/*-----------------------------------------------------------*/
.event_module {
	text-align: left;
}
.event_module-photo {
	width: 100%;
	height: 100px;
	background: no-repeat #333 center;
	background-size: cover;
}
.event_module:hover {
	background: #eee;
}
.event_module-info {
	display: block;
	padding: 40px 10px;
	font-size: .88em;
	line-height: 1.5em;
}
.event_module-date,
.event_module-local {
	display: inline-block;
	font-weight: 400;
}
.event_module-local {
	margin-left: 10px;
}
#event_detail .event_detail_photo {
	width: 100%;
	margin-bottom: 2em;
}
#event_detail .call_to_action {
	margin-top: 0em;
}
/*-----------------------------------------------------------*/
/*-------------------------- NEWS STUFF ---------------------*/
/*-----------------------------------------------------------*/
.news_list {
}
.news_list > li {
	display: block;
}
.news_list .news_list_thumb {
	float: left;
	width: 33.8%;
	margin-bottom: 25px;
}
.news_list .news_list_thumb img {
	width: 100%;
}
.news_list .news_list_info {
	float: left;
	width: 66.2%;
	padding: 0px 30px 25px 30px;
}
.news_list .news_list_info .news_list_info_data {
	font-size: .88em;
	margin-bottom: 30px;
}
.news_cat_menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*-------------------------- NEWS DETAIL --------------------*/
.page_detail_date {
	margin: 1em 0 2em 0;
	font-size: 1.4em;
}
.page_detail_copy {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: 300;
}
.page_detail_copy * {
	list-style-position: inside;
}
/*------ HP FOLIO ---------*/
#folio_mix_container .mix {
	display: none;
}
	
#folio_mix_container {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#folio_swiper_navigation {
	font-size: 1.4em;
}
#folio_swiper_navigation a {
	margin: 0 5px;
}
#folio_swiper_navigation a.swiper-button-disabled:hover {
	color: #b6dc77;
	opacity: .5 !important;
	cursor: default;
}
#folioSwiper_swiper-pagination {
	position: relative;
	display: inline;
	lline-height: 1.4em;
}
#folioSwiper_swiper-pagination .swiper-pagination-bullet {
	border-radius: 50%;
	margin: 5px !important;
	padding: 0px !important;
	padding: 0px!important;
	opacity: 1;
	width: 6px;
	height: 6px;
	background-color: #b6dc77 !important;
	border: none;
	position: relative;
	top: 2px;
	
}
#folioSwiper_swiper-pagination .swiper-pagination-bullet:first-child {
}
#folioSwiper_swiper-pagination .swiper-pagination-bullet:last-child {
}
#folioSwiper_swiper-pagination .swiper-pagination-bullet-active {
	background: #005d63 !important;
}
.folio_module {
}
.folio_module:hover {
}
.folio_module .folio_module_img {
	width: 100%;
	background: no-repeat center;
	background-size: cover;
}
.folio_module .folio_module_data {
	padding: 15px;
	position: relative;
}
.folio_module_data h2 {
	font-size: 1.09em;
	margin-bottom: 2.5em;
}
.folio_module_data .folio_module_date {
	position: absolute;
	bottom: 15px;
}
/*------ HP NEWS ---------*/
.news_modules_holder {
	margin-top: 20px;
}
.news_module {
	margin-bottom: 25px;
}
.news_module_photo {
	background: no-repeat #333 center;
	background-size: cover;
}
.news_module_info {
	padding-left: 15px;
}
.news_module_info .news_module_date {
	margin-bottom: 1em;
}
.news_module_info .news_module_lead {
	text-align: justify;
}
.news_module .news_module_readmore {
	display: inline-block;
	margin-top: 2em;
}
/*------ HP CONTACTS ---------*/
.contact_lis_tholder p {
	font-size: 1.09em;
	line-height: 1.4em;
}
/*-----------------------------------------------------------*/
/*-------------------------- STAFF STUFF --------------------*/
/*-----------------------------------------------------------*/
/*------ HP NEWS ---------*/
.staff_modules_holder {
	margin-top: 20px;
}
.staff_module {
	margin-bottom: 85px;
}
.staff_module_photo {
	display: block;
	background: no-repeat #333 center;
	background-size: cover;
	margin-bottom: 1em;
}
.staff_module_info {
	padding-left: 15px;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: justify;
}
.staff_module_info p:first-child {
	margin-top: 0;
}
.staff_module_info .staff_module_date {
	margin-bottom: 1em;
}
.staff_module .staff_module_readmore {
	display: inline-block;
	margin-top: 2em;
}

/*-------------------------- SHARE_TOOLS_STUFF --------------*/
.social_share_tools {
	margin-top: 6em;
}
.social_share_tools h5 {
	line-height: 21px;
	float: left;
	margin-right: 10px;
}
ul.share-buttons{
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
ul.share-buttons li {
  float: left;
  margin-right: 5px;
}
ul.share-buttons li img {
	width: 21px;
}
/*-----------------------------------------------------------*/
/*-------------------------- CONTACT FORM -------------------*/
/*-----------------------------------------------------------*/
/*#contact_form input,
#contact_form select,
#contact_form textarea {
	border: 1px solid #ccc;
}
/*-----------------------------------------------------------*/
/*-------------------------- CHECKOUT FORM ------------------*/
/*-----------------------------------------------------------*/
/*form.checkout_form fieldset,
.order_details fieldset,
.user_details fieldset {
	margin: 0px 0px;
	padding: 0 15px;
	border: 1px solid #b2975c;
	margin-bottom: 30px;
}
.order_details fieldset {
	padding: 15px;
}
.user_details fieldset {
	height: 200px;
	margin: 15px 0 0 0;
}
form.checkout_form fieldset#order_address {
	display: none;
}
form.checkout_form fieldset#order_address.active {
	display: block;
}
form.checkout_form fieldset legend {
	margin: 0px 0px 20px 3%;
}
form.checkout_form #cart_orderSummary p {
	margin-left: 3%;
}
form.checkout_form .fieldset li {
	margin-bottom: 20px;
}
form.checkout_form input,
form.checkout_form select,
form.checkout_form textarea {
	color: #000;
}
form.checkout_form input[type=submit],
form.checkout_form input[type=button] {
	color: #fff;
}
form.checkout_form input[type=submit]:hover,
form.checkout_form input[type=button]:hover {
	background: #333;
}
form#confirm_form.checkout_form fieldset p {
	margin-left: 3%;
}
form.checkout_form select {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 2px 20px 2px 20px;
	background: url(../images/layout/bg_select.png) no-repeat left 5px center;
}

form.checkout_form #delivery_type_navigation li {
	cursor: pointer;
	text-transform: uppercase;
	padding: 5px 10%;
	border-bottom: 1px #b2975c solid;
	position: relative;
	margin: 0px;
}
form.checkout_form #delivery_type_navigation li:first-child {
	border-top: 1px #b2975c solid;
}
form.checkout_form #delivery_type_navigation li:hover,
form.checkout_form #delivery_type_navigation li.active {
	background: #b2975c;
	color: #fff;
}
form.checkout_form #delivery_type_navigation li .pointer_bend {
	display: none;
	position: absolute;
	right: -5px;
	top: -1px;
	width: 5px;
	height: 100%;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
	background: url(../images/layout/pointer_bend.png) no-repeat left center;
}
form.checkout_form #delivery_type_navigation li.active .pointer_bend {
	display: block;
}
form.checkout_form #delivery_type_holder {
	position: relative;
}
form.checkout_form #delivery_type_holder .delivery_type_group {
	display: none;
}
form.checkout_form #delivery_type_holder .delivery_type_group.active {
	display: block;
}
form.checkout_form #delivery_type_holder .delivery_type_group li {
	margin-bottom: 0px;
	border-bottom: #eee solid 1px;
}
form.checkout_form #delivery_type_holder .delivery_type_group .delivery_company_logo {
	max-width: 100%;
}
form.checkout_form #delivery_type_holder .delivery_type_group h5,
form.checkout_form #payment_method h5 {
	text-transform: none;
	margin: 0px;
	line-height: 1em;
}
form.checkout_form #delivery_type_holder .delivery_type_group p {
	margin-top: 5px;
}
form.checkout_form #payment_method li {
	padding-top: 10px;
	border-top: 1px dotted #b2975c;
}
form.checkout_form #payment_method li:first-child {
	padding-top: 0px;
	border: none;
}
form.checkout_form #payment_method li p {
	margin-top: 5px;
	margin-bottom: 0px;
}
form.checkout_form #payment_method .payment_method_logo {
	max-height: 20px;
	margin-left: 20px;
}
/*-----------------------------------------------------------*/
/*-------------------------- ACCORDION ----------------------*/
/*-----------------------------------------------------------*/
/*.accordion_header {
	font-size: 1.14em;
	font-weight: 300;
}
.accordion_trigger {
	font-size: 1.14em;
	line-height: 1.2em;
	padding: 1em 40px 1em 0;
	font-weight: 300;
	border-top: 1px solid #ccc;
	cursor: pointer;
	background: url(../images/layout/accordion_trigger_off.png) no-repeat right center;
}
.accordion li:last-child .accordion_trigger {
	border-bottom: 1px solid #ccc;
}
.accordion_trigger:hover {
	color: #b2975c;
}
.accordion_trigger.active {
	border-bottom: 1px solid #ccc;
	background: url(../images/layout/accordion_trigger_on.png) no-repeat right center;
}
.accordion_container {
	margin-top: 10px;
	display: none;
}
/*-------------------------- HP_DESTAQUES -------------------*/

/*-----------------------------------------------------------*/
/*-------------------------- LOGIN --------------------------*/
/*-----------------------------------------------------------*/
/*
#user_login h3 {
	text-transform: none;
	font-weight: 600;
}
#user_login input[type=submit],
#user_login input[type=button],
#user_details input[type=submit]  {
	background: #666;
	padding: 8px;
	text-transform:uppercase;
	font-size: .8em;
}
#user_details input[type=submit] {
	padding: 10px 20px;
	font-size: 1em;
}
#user_login input[type=button]  {
	margin-top: 20px;
}
#user_login #login_form input[type=submit]:hover,
#user_login input[type=button]:hover,
#user_details input[type=submit]:hover  {
	background: #b2975c;
	color: #fff;
}
#user_login #login_form input[type=submit]:focus,
#user_login input[type=button]:focus,
#user_details input[type=submit]:focus  {
	background: #333;
	color: #fff;
}
#user_login #login_form input[type=submit]:focus,
#user_login input[type=button]:focus  {
	background: #333;
	color: #fff;
}
#user_login #login_form label {
	font-weight: 600;
}
#user_login #login_form input[type=text],
#user_login #login_form input[type=password] {
	border: 1px solid #ccc;
}
/*-----------------------------------------------------------*/
/*-------------------------- REGISTER -----------------------*/
/*-----------------------------------------------------------*/
/*
#register_form {
}
#register_form label {
	font-size: .95em;
}
#register_form li,
#login_form li {
	margin: 10px auto;
}
#register_form input[type=submit] {
	background: #666;
	padding: 8px;
	text-transform:uppercase;
	font-size: .8em;
	float: right;
}
#register_form input[type=button]  {
	margin-top: 20px;
}
#register_form input[type=submit]:hover {
	background: #b2975c;
	color: #fff;
}
#register_form input[type=submit]:focus {
	background: #333;
	color: #fff;
}
#register_form #login_form label {
	font-weight: 600;
}
#register_form input[type=text],
#register_form input[type=password] {
	border: 1px solid #ccc;
}
/*-----------------------------------------------------------*/
/*-------------------------- RECOVER ------------------------*/
/*-----------------------------------------------------------*/
/*
#user_recover input[type=submit],
#user_recover input[type=button]  {
	background: #666;
	padding: 8px;
	text-transform:uppercase;
	font-size: .8em;
}
#user_recover input[type=button]  {
	margin-top: 20px;
}
#user_recover #recover_form input[type=submit]:hover,
#user_recover input[type=button]:hover  {
	background: #b2975c;
	color: #fff;
}
#user_recover #recover_form input[type=submit]:focus,
#user_recover input[type=button]:focus  {
	background: #333;
	color: #fff;
}
/*-----------------------------------------------------------*/
/*----------------------- CART STUFF ------------------------*/
/*-----------------------------------------------------------*/
/*
#checkout_steps {
	position: relative;
	border-bottom: solid 1px #eee;
}
#checkout_steps .checkout_step_bt {
	padding: 5px;
	font-size: 1.5em;
	line-height: 1em;
	position: relative;
	color: #333;
	cursor: pointer;
	text-align: left;
	display: inline-block;
	padding-left: 40px;
	background: url(../images/layout/arrow_right_small.png) no-repeat left 7px center;
}
#checkout_steps .checkout_step_bt:first-child {
	background: none;
	padding-left: 0;
}
#checkout_steps .checkout_step_bt:hover,
#checkout_steps .checkout_step_bt:active,
#checkout_steps .checkout_step_bt.active {
	color: #b2975c;
	font-weight: 600;
}
#checkout_steps .checkout_step_bt span {
	display: block;
	font-size: .5em;
	line-height: 2em;
	text-transform: uppercase;
}
#checkout_items {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#checkout_items li {
	margin-bottom: 10px;
	color: #999;
	position: relative;
	background: #f6f6f6;
}
#checkout_items li .item_img {
	background: center no-repeat;
	background-size: cover;
}
#checkout_items li h2 {
	margin: 0px;
}
#checkout_items li .remove_item {
	margin-top: 20px;
	color: #333;
	font-weight: 300;
	font-size: 12px;
}
#checkout_items li .remove_item .rem_bt {
	border: 1px solid #b2975c;
	background: #b2975c url(../images/layout/dialog_close.png) no-repeat center bottom -6px;
	width: 19px;
	height: 20px;
	margin-right: 5px;
	cursor: pointer;
}
#checkout_items li .remove_item .rem_bt:hover {
	background: url(../images/layout/dialog_close.png) no-repeat center top -5px;
}
#checkout_items li .quant_button {
	border: 1px solid #b2975c;
	background: #b2975c;
	color: #fff;
	width: 20px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	margin-right: 1px;
	line-height: 1.6em;
	font-size: 1em;
}
#checkout_items li .quant_button:hover {
	background: none;
	color: #b2975c;
}
#checkout_items li .quant_button:active {
	background: #ccc;
	border-color: #ccc;
	color: #fff;
}
#checkout_items li .infotecnica {
	margin-top: 30px;
}
#checkout_items li .price {
	margin-bottom: 10px;
	font-size: 1.5em;
}

#checkout_totals_bar {
	background: #b2975c;
}
#checkout_totals_bar h4 {
	margin: 0px;
}

#checkout_totals_bar .checkout_subtotal {
	padding-bottom: 7px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 12px;
}
#checkout_totals_bar .checkout_delivery_coast {
	margin-bottom: 12px;
}
#checkout_totals_bar .checkout_totals_bar {
	
}
#checkout_totals_bar .checkout_maintotal {
	margin-bottom: 0px;
}
#checkout_totals_bar .checkout_maintotal > div {
}
#checkout_totals_bar .checkout_maintotal h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1em;
}
#checkout_totals_bar .checkout_maintotal .cart_final_total {
	font-size: 1.6em;
}
.buy_button {
	background-color: #b2975c;
	color: #fff;
	text-transform: uppercase;
	font-family: 'robotolight';
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 80px;
	padding: 10px;
}
.buy_button.checkoutNextStep,
.buy_button.checkoutFinish,
a.like_button.big {
	background-color: #b2975c;
	color: #fff;
	text-transform: uppercase;
	font-family: inherit;
	font-size: 1.3em;
	line-height: 1em;
	margin-bottom: 0px;
	padding: 15px 2%;
}
.buy_button.checkoutNextStep:hover,
.buy_button.checkoutFinish:hover {
	background-color: #333;
	color: #fff;
}
.buy_button.checkoutNextStep:active,
.buy_button.checkoutFinish:active {
	background-color: #999;
}
a.like_button.big {
	background: none;
	color: #b2975c;
	border: 1px solid #b2975c;
}
a.like_button.big:hover {
	background-color: #333;
	color: #fff;
	border-color: #333 !important;
}
a.like_button.big:active {
	background-color: #999;
	border-color: #999 !important;
}
#summary_items {
	background-color: #b2975c;
}
#summary_items #summary_items_header {
	border-bottom: 1px solid #fff;
}
#summary_items #checkout_items {
	background-color: #b2975c;
	margin: auto;
	padding: 15px;
}
#summary_items #checkout_items li {
	margin-bottom: 10px;
	color: #999;
	position: relative;
	background: none;
	border-bottom: 1px dotted #ccc;
}
#summary_items #checkout_items li h3 {
	margin: 0px;
}
#summary_items #checkout_totals_bar {
	background: #333;
}
#summary_items #checkout_totals_bar .checkout_subtotal {
	padding-bottom: 7px;
	border-bottom: 1px dotted #999;
	margin-bottom: 12px;
}
#summary_items #checkout_totals_bar .checkout_maintotal h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1em;
	text-transform: uppercase;
}
#summary_items #checkout_totals_bar .checkout_maintotal .cart_final_total {
	font-size: 2.4em;
}
#confirm_form fieldset {
	margin-bottom: 10px;
}
#confirm_form p {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
/*-----------------------------------------------------------*/
/*-------------------------- LIKE TABLE VIEW ----------------*/
/*-----------------------------------------------------------*/
/*
.liketable {
	color: #000 !important;
}
.liketable_row {
	border-bottom: 1px solid #ccc;
}
.liketable > div {
	border-bottom: 1px solid #b2975c;
}
.liketable_header {
	background: #b2975c;
	border: none;
	color: #fff;
}
.accordion_header.ui-accordion-header,
.accordion_header.ui-state-default,
.accordion_header.ui-accordion-header-active,
.accordion_header.ui-state-active,
.accordion_header.ui-state-hover,
.accordion_header.ui-state-focus {
	background: none;
	border: none;
	border-bottom: 1px solid #ccc;
	color: #999;
	font-size: 12px !important;
	text-align: left;
	padding: 0px !important;
	margin: 0px;
	outline-style: none;
	border-radius: 0;
}
.accordion_header.ui-state-hover {
	background: #f6f6f6;
}
.accordion_header.ui-accordion-header-active,
.accordion_header.ui-state-active {
	border: 2px solid #b2975c;
	border-bottom: none;
	box-shadow: none;
	background: #f6f6f6;
	color: #000;
}
.accordion_header.ui-accordion-header .liketable_expand-more { display: block; }
.accordion_header.ui-accordion-header .liketable_expand-minus { display: none; }
.accordion_header.ui-accordion-header-active .liketable_expand-more { display: none; }
.accordion_header.ui-accordion-header-active .liketable_expand-minus { display: block; }

.accordion_content.ui-accordion-content,
.accordion_content.ui-widget-content,
.accordion_content.accordion-content-active {
	border-radius: 0;
	background: none;
	border: none;
	padding: 0px !important;
	font-size: 12px !important;
	border-top: #eee solid 1px !important;
	border-bottom: #b2975c solid 2px !important;
	border-left: #b2975c solid 2px !important;
	border-right: #b2975c solid 2px !important;
}
a.payment_action.like_button {
	padding: .4em .8em .3em .8em;
	line-height: 2em;
	font-size: 1em;
	text-transform: uppercase;
}
a.payment_action.like_button:link,
a.payment_action.like_button:visited {
	background: #090;
	color: #fff;
}
a.payment_action.like_button:hover {
	background: #333;
	text-decoration: none;
}
a.payment_action.like_button:active,
a.payment_action.like_button.active {
	background: #ccc;
	text-decoration: none;
}
.order_detail_payment_option {
	border-left: 1px solid #ccc;
}
.order_detail_payment_option:fisrt-child {
	border-left: none;
}
.pp_button > form {
	width: 100px;
	margin-top: 20px;
}