* {
    margin: 0;
    padding: 0;
}

body {
    color: #3f3f3f;
    background: #ffffff;
    font-weight: 400;
    font-size: 0.8em;
    overflow-x: hidden;
    line-height: 1.8em
}

body.contentpane,
body.mceContentBody {
    background: #FFFFFF;
}


/* TEMPLATE DEFAULTS
----------------------------------------------------------- */

.s5_lr_tab {
    background: url(../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(../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 {
    position: relative;
    width: 100%
}

#s5_columns_wrap::before, 
#s5_columns_wrap::after {
    display: table;
    content: "";
    line-height: 0;
}

#s5_columns_wrap::after {
    clear: both;
}

#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%;
    min-height: 1px;
    position: relative
}

#s5_center_column_wrap_inner::before, 
#s5_center_column_wrap_inner::after {
    display: table;
    content: "";
    line-height: 0;
}

#s5_center_column_wrap_inner::after {
    clear: both;
}

#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(../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 {
    font-size: 2.0em;
    line-height: 130%;
    margin-bottom: 4px;
    font-weight: normal;
    color: #191919;
}

h2 {
    font-size: 1.8em;
    line-height: 130%;
    margin-bottom: 20px;
    font-weight: normal;
    color: #191919;
}

#s5_component_wrap_inner h2,
#s5_component_wrap_inner h1 {
    font-weight: 500;
}

#s5_component_wrap_inner h2 a,
#s5_component_wrap_inner h1 a {
    text-decoration: none;
    
}

h3 {
    font-size: 1.6em;
    line-height: 130%;
    font-weight: normal;
    color: #191919;
    padding-bottom:20px;
    padding-top:30px;
}

h4 {
    font-size: 1.4em;
    line-height: 130%;
    font-weight: normal;
    color: #191919;
    padding-bottom:20px;
    padding-top:30px;
}

h5 {
    font-size: 1.1em;
    line-height: 130%;
    font-weight: normal;
    color: #191919;
    padding-bottom:20px;
}

h3.s5_demo_h3 {
    margin-bottom: 26px;
    background: #F3F3F3;
    font-size: 1.1em;
    font-weight: 300;
    margin-bottom: 26px;
    padding: 10px 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: 0.9em;
    padding: 12px;
    background: #FFFFFF;
    border: solid 1px #DAD9D9;
    font-weight: 400;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 40px;
}

.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;
}

input[type="checkbox"], input[type="radio"] {
    min-height: 0;
}


input.search-query {
    border-radius: 0px;
}

.inputbox.mailchimp_signup {
    width: 35%;
    font-style: italic;
}

select.inputbox {
    behavior: none
}

#filter-search,
select,
select.inputbox {
    font-size: 11pt !important;
    padding-top: 7px;
    padding-bottom: 7px;
}

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
}


/* BUTTONS
----------------------------------------------------------- */

.btn,
.button,
.readon,
p.readmore a,
a.k2ReadMore,
.userItemReadMore,
div.catItemCommentsLink,
.userItemCommentsLink,
a.readmore-link,
a.comments-link,
div.itemCommentsForm form input#submitCommentButton {

    padding:4px 16px;
    margin-top: 14px;
    margin-bottom: 0px;
    border: none;
    color: #FFFFFF !important;
    cursor: pointer;
    letter-spacing: 0;
    text-decoration: none;
    box-shadow: none;
    font-weight: 500;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    line-height: 26px;
    font-size: 0.9em;
    font-weight:bold;
}

.alert .close {
	margin-top: 0;
	padding: 0 6px 4px;
}

p.readmore a.btn span {
    display: none;
}

p.readmore {
    padding: 0px;
}

.well a.btn {
    color: #FFFFFF !important;
    margin-top: 0px;
}

p.readmore a,
.item .readon {
    margin-top: 30px;
}

p.readmore:hover a,
.readon:hover,
.button:hover,
button:hover {
    text-decoration: none;
}

.button {
    margin: 0px;
    margin-top: 0px;
    margin-right: 8px;
    color: #ffffff;
}

.btn-primary,
.pager a,
.pager a:hover,
.readon:hover {
    color: #FFFFFF !important;
}

.button:hover {
    border: none !important;
}

.readon.readon_grey {
    background: #F5F5F5 !important;
}

.readon.readon_black {
    background: #22313f !important;
}

.readon.readon_grey:hover {
    color: #FFFFFF !important;
}


/* FONT CONTROLS
----------------------------------------------------------- */

#fontControls {
    text-align: center;
}

#fontControls a {
    color: #FFFFFF;
}

.decreaseSize {
    font-size: 12px;
}

.increaseSize {
    font-size: 19px;
}

.resetSize {
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
}


/* SCROLL TO TOP
----------------------------------------------------------- */

#s5_scrolltotop {
    height: 0;
    visibility: hidden;
}

.s5_scrolltotop {
    width: 31px;
    height: 27px;
    cursor: pointer;
    float: right;
    margin-right: 40px;
    margin-top: -54px;
    background: #030303 url(../images/s5_scroll_arrow.png) no-repeat;
}

#s5_scroll_wrap {
    width: 100% !important;
}


/* BOTTOM MENU
----------------------------------------------------------- */

#s5_bottom_menu_wrap li {
    display: inline-block;
    margin-left: 10px;
    color: #FFFFFF;
}

#s5_bottom_menu_wrap .current a,
#s5_bottom_menu_wrap a {
    color: #FFFFFF !important;
}

#s5_bottom_menu_wrap {
    float: right;
}


/* COLUMN MENU
----------------------------------------------------------- */

.module_round_box ul.menu {
    margin: -28px;
}

.module_round_box_outer ul li img {
    display: none;
}

.module_round_box ul.menu li a,
.module_round_box ul.menu li span {
    padding: 15px 24px 14px !important;
    margin: 0px !important;
    border-bottom: solid 1px #E0DFDF;
    font-weight: 400;
    font-size: 1em;
    color: #040404;
}

.module_round_box ul.menu li.active a,
.module_round_box ul.menu li:hover a,
.module_round_box ul.menu li.active span,
.module_round_box ul.menu li:hover span {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.module_round_box ul.menu li ul a,
.module_round_box ul.menu li ul span {
    background: none !important;
    border: none !important;
    padding: 0px !important;
    margin: 0px;
    color: #040404 !important;
}

.module_round_box ul.menu li ul li {
    margin-bottom: 12px;
    margin-left: 12px;
    margin-right: 12px;
}

.module_round_box ul.menu ul {
    padding-top: 24px !important;
    padding-bottom: 12px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    border-bottom: solid 1px #E0DFDF;
    font-size: 0.9em;
}

.module_round_box ul.menu ul ul {
    padding-top: 12px !important;
    border: none;
    padding-bottom: 0px !important;
}

#s5_bottom_row3_area1 .module_round_box_outer ul.menu li,
#s5_bottom_row3_area1 .module_round_box_outer ul.menu a,
#s5_bottom_row3_area1 .module_round_box_outer ul.menu span,
#s5_bottom_row3_area1 .module_round_box ul.menu ul,
#s5_bottom_row3_area1 .module_round_box ul.menu {
    background: none !important;
    padding: 0px !important;
    margin: 0px ;
    border: none
}

#s5_bottom_row3_area1 .module_round_box_outer ul.menu span,
#s5_bottom_row3_area1 .module_round_box_outer ul.menu a {
    margin-bottom: 6px !important;
    padding-bottom: 6px !important;
}


/* BODY ELEMENTS
----------------------------------------------------------- */

#s5_main_wrapper {
    background: #FFFFFF;
}

#s5_component_wrap .thumbnail img {
	margin-left: 0;
}

.s5_no_custom_bg {
    border-bottom: none;
}

.s5_no_custom_bg .s5_no_custom_bg {
    border: none;
}

#s5_menu_wrap {
    overflow: visible;
    background: #FFFFFF;
    margin-bottom:12px;
    padding-top:12px
}



#s5_columns_wrap {
    border-bottom: none;
}

#s5_menu_wrap_inner {
    margin-top:28px
}

#s5_menu_wrap a,
#s5_menu_wrap span {
    color: #222;
}

#s5_logo_wrap {
    float: left;
    margin-left: 0px;
}

.s5_logo {
    cursor: pointer;
}

.s5_logo_css img {
    width:165px;
}

#s5_search_wrap_outer {
    /*float: right;*/
    display:inline-block;
}

#s5_content_body_wrap {
    font-size: 1em;
}

#s5_top_row1_wrap,
#s5_top_row2_wrap,
#s5_top_row3_wrap,
#s5_bottom_row1_wrap,
#s5_bottom_row2_wrap,
#s5_bottom_row3_wrap,
#s5_above_columnswrap,
#s5_below_columns_wrap,
#s5_left_column_wrap_inner {
    padding-left: 40px;
    padding-top: 40px;
}

#s5_right_column_wrap_inner{padding-left:0;padding-top:0}
#s5_component_wrap_inner {
    padding: 20px 0px 20px 0px;
}

#s5_breadcrumb_font_login_wrap {
    background: none;
    padding: 12px 0 12px 0;
    font-weight: 400;
    margin-top:22px;
}

#s5_breadcrumb_wrap {
    float: left;
}
#s5_loginreg{float:right}

#fontControls,
#s5_language_wrap,
#s5_login,
#s5_register {
    float: none;
    margin-left: 18px;
}
.breadcrumb li{font-size:0.8em}
.breadcrumb .active {
    color: #111;
}

#s5_breadcrumb_wrap .active .divider {
    display: none;
}

.breadcrumb .divider {
    padding: 0px 8px;
}

#s5_footer_area1 {
    padding-top: 28px;
    padding-bottom: 28px;
}

#s5_footer {
    float: left;
}

#s5_footer a {
    color: #FFFFFF !important;
}

#s5_shape5_logo {
    background: url(../images/shape5_logo.png) no-repeat top left;
    height: 25px;
    width: 85px;
    cursor: pointer;
    display: block;
    margin-bottom: 6px;
    margin-top: 8px;
    float: left;
}

#s5_right_column_wrap {
    background: none;
    margin-top:40px
}

#s5_pos_custom_2 {
    color: #FFFFFF;
    padding: 20px;
    padding-top: 56px;
    padding-bottom: 56px;
}

#s5_bottom_row3_area1 {
    border: none !important;
    background: #373737;
    color: #dedede;
}

#s5_bottom_row3 {
    padding: 28px;
}

#s5_bottom_row3_area1 .module_round_box_outer ul li a,
#s5_bottom_row3_area1 .module_round_box_outer ul.menu li span {
    color: #dedede !important;
}


/* MODULE STYLES
----------------------------------------------------------- */

.module_round_box_outer {
    margin-right: 20px;
    margin-bottom: 20px;
}

.module_round_box {
    background: #FFFFFF;
    padding: 18px;
}

.s5_no_custom_bg .module_round_box {
    background: #FFF;
}

.s5_no_custom_bg aside .module_round_box,
.s5_yes_custom_bg .module_round_box {
    background: #FFFFFF;
}

.module_round_box .s5_mod_h3 {
    
    font-weight:bold;
    padding-top:0
}

.module_round_box .s5_mod_h3_outer {

    color: #111;
    
}

.module_round_box_outer p {
    padding: 0px;
}

#s5_bottom_row3_area1 .module_round_box {
    background: none;
    padding: 0px;
}

#s5_bottom_row3_area1 .module_round_box .s5_mod_h3 {
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: 600;
}

#s5_bottom_row3_area1 .module_round_box .s5_mod_h3_outer {
    background: none;
    color: #FFFFFF;
    margin: 0px;
    margin-bottom: 22px;
    padding: 0px;
}

#s5_bottom_row3_area1 .module_round_box_outer p {
    padding: 0px;
}

#s5_bottom_row3_area1 .s5_h3_first {
    color: #FFFFFF !important;
}

.module_round_box-dark {
    background: #444444;
    color: #FFFFFF;
    padding: 28px;
}

.module_round_box-dark .s5_mod_h3 {
    color: #FFFFFF;
    font-size: 1.1em;
}

.module_round_box-dark .s5_mod_h3_outer {
    background: #373737;
    color: #FFFFFF;
    padding-top: 14px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: -28px;
    margin-right: -28px;
    margin-top: -28px;
    margin-bottom: 28px;
}

.module_round_box-highlight {
    color: #FFFFFF;
    padding: 28px;
}

.module_round_box-highlight .s5_h3_first {
    color: #FFFFFF !important;
}

.module_round_box-highlight .s5_mod_h3 {
    color: #FFFFFF;
    font-size: 1.1em;
}

.module_round_box-highlight .s5_mod_h3_outer {
    color: #FFFFFF;
    padding-top: 14px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: -28px;
    margin-right: -28px;
    margin-top: -28px;
    margin-bottom: 28px;
}

.module_round_box-gray {
    background: #E6E5E5;
    color: #040404;
    padding: 28px;
}

.module_round_box-gray .s5_mod_h3 {
    color: #040404;
    font-size: 1.1em;
}

.module_round_box-gray .s5_mod_h3_outer {
    background: #D5D4D4;
    color: #040404;
    padding-top: 14px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: -28px;
    margin-right: -28px;
    margin-top: -28px;
    margin-bottom: 28px;
}

.module_round_box-gray .s5_h3_first {
    color: #040404;
}

.module_round_box-inset {
    background: #FFFFFF;
    padding: 28px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) inset;
}

.module_round_box-inset .s5_mod_h3 {
    color: #FFFFFF;
    font-size: 1.1em;
}

.module_round_box-inset .s5_mod_h3_outer {
    background: #373737;
    color: #FFFFFF;
    padding-top: 14px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: -28px;
    margin-right: -28px;
    margin-top: -28px;
    margin-bottom: 28px;
}


/* GLOBAL CSS
----------------------------------------------------------- */

.module_round_box ul.menu li span,
.module_round_box ul.menu li a,
#s5_nav li,
.btn,
button,
.btn:hover,
a,
.S5_subtext,
.S5_parent_subtext,
.S5_submenu_item,
.S5_submenu_item a,
.S5_submenu_item span,
.s5_scrolltotop,
input,
.button,
textarea,
input,
select,
.s5_icon_search_close,
#s5_nav li a,
#s5_drop_down_button,
.s5_icon_search_close,
.s5_scrolltotop {
    -webkit-transition: all 200ms ease-in !important;
    -moz-transition: all 200ms ease-in !important;
    -o-transition: all 200ms ease-in !important;
    transition: all 200ms ease-in !important;
}

#s5_search_wrap {
    -webkit-transition: color 200ms ease-in !important;
    -moz-transition: color 200ms ease-in !important;
    -o-transition: color 200ms ease-in !important;
    transition: color 200ms ease-in !important;
}

#s5_register,
#s5_login {
    -webkit-transition: background 200ms ease-in !important;
    -moz-transition: background 200ms ease-in !important;
    -o-transition: background 200ms ease-in !important;
    transition: background 200ms ease-in !important;
}

#s5_menu_inner a {
    -webkit-transition: all 0ms ease-in;
    -moz-transition: all 0ms ease-in;
    -o-transition: all 0ms ease-in;
    transition: all 0ms ease-in;
}

#s5_nav li a,
#s5_nav li span {
    -webkit-transition: padding 0ms ease-in !important;
    -moz-transition: padding 0ms ease-in !important;
    -o-transition: padding 0ms ease-in !important;
    transition: padding 0ms ease-in !important;
}


/* MOBILE BAR
----------------------------------------------------------- */

#s5_responsive_mobile_bar_active {
    padding-top: 12px !important;
}


/* IMAGE AND CONTENT FADER
----------------------------------------------------------- */

.withArrows a.open {
    width: 100% !important;
    left: 0 !important;
}

.slideInfoZone {
    bottom: auto !important;
    height: auto !important;
    padding: 0px !important;
    background: none !important;
    left: auto !important;
    right: auto !important;
}

.slideInfoZone br {
    clear: both !important;
    display: block;
}

.jdGallery .slideInfoZone {
    padding-top: 0px !important;
    overflow: visible !important;
    bottom: -9% !important;
    left: 50% !important;
    margin-right: -50% !important;
    transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
   
}

.jdGallery .slideInfoZone h2 {
    margin: 0px !important;
    /*margin-left: auto !important;*/
    margin-right: auto !important;
    padding: 0px !important;
    font-size: 3em !important;
    line-height: 144% !important;
    text-shadow: none !important;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
    display: block;
    background:rgba(0,0,0,0.6);
    width:60%
}

.jdGallery .slideInfoZone h2 strong {
    font-weight: 700 !important;
}

.jdGallery .slideInfoZone p {
    margin: 0px !important;
    /*margin-left: auto !important;*/
    margin-right: auto !important;
    display: block !important;
    padding: 0px !important;
    color: #FFFFFF !important;
    text-shadow: none !important;
    background:rgba(0,0,0,0.7);
    /*width:60%*/
}
.jdGallery .slideInfoZone .sldDate{
	font-size: 1em;
	display: inline-block;
	line-height: 1.2em;
	font-weight: 700;
	padding:6px 16px;
	margin-bottom:16px;
	margin-right:12px;
	border:1px solid rgba(255,255,255,0.4);
	border-radius:4px
}
.jdGallery .slideInfoZone .sldTitle{
	font-size: 1.2em;
	display: inline-block;
	line-height: 1.3em;
	font-weight: 400;
}

.center_text {
    text-align: center;
    display: block;
}

.jdGallery a.readon {
    float: left;
    margin-top: 36px;
    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: 60px !important;
    height: 47px !important;
    float: left !important;
    padding: 0px !important;
    top: 16px !important;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    top: 46% !important;
    z-index: 3 !important;
}

.jdGallery a.right {
    background: url(../images/s5_arrow_right.png) no-repeat top left !important;
    left: auto !important;
    right: 1% !important;
}

.jdGallery a.right:hover {
    background-position: 50% 100% !important;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.jdGallery a.left {
    background: url(../images/s5_arrow_left.png) no-repeat top right !important;
    right: auto !important;
    left: 1% !important;
}

.jdGallery a.left:hover {
    background-position: 50% 100% !important;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.jdGallery .slideElement {
    background-size: 102% auto !important;
}

.jdGallery .loadingElement {
    background-image: none !important;
}

.jdGallery a.carouselBtn,
.jdGallery .carousel .label,
.jdExtCarousel .label {
    display: none !important;
}

.jdGallery div.carouselContainer {
    top: auto !important;
    height: 16px !important;
    bottom: 60px !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;
    border: solid 2px #FFFFFF !important;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    -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 {
    border: none !important;
    background: #ffffff !important;
}

.jdGallery a.open {
    display: inline !important;
}

.jdGallery .carousel .carouselInner .active.thumbnail {
    border: none !important;
    height: 13px !important;
    width: 13px !important;
}

.carouselContainer .carousel .active {
    left: auto !important;
}

.slideInfoZone {
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}

.slideInfoZone {
    float: left !important;
    margin-left: -300px !important;
    -moz-opacity: 0 !important;
    -khtml-opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
}

.slideInfoZone_load.slideInfoZone {
    margin: 0px !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

.jdGallery .slideInfoZone h2 {
    font-weight: 700 !important;
}

.jdGallery .slideInfoZone p {
    font-weight: 400 !important;
}

.jdGallery .slideInfoZone h2,
.jdGallery .slideInfoZone p {
    padding-left: 5% !important;
    padding-right: 8% !important;
    padding-top:2% !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* SEARCH
----------------------------------------------------------- */

#s5_search_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

#s5_search_overlay .module_round_box_outer {
    margin: 0px !important;
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#s5_search_pos_wrap {
    padding-top: 120px;
}

#s5_search_overlay .button,
#s5_search_overlay button {
    display: none;
}

#s5_search_overlay input {
    width: 100%;
    padding: 2% !important;
    padding-top: 1.2% !important;
    padding-bottom: 1% !important;
    border: solid 1px #FFFFFF !important;
    background: #FFFFFF;
    margin-bottom: 0px;
    min-height: 46px;
}

#s5_search_overlay .s5_mod_h3_outer h3 {
    font-size: 2em;
    margin-bottom: 32px;
    color: #FFFFFF;
    text-align: center;
}

.s5_icon_search_close {
    position: absolute;
    right: 0;
    float: right;
    margin-right: 60px;
    margin-top: 52px;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 1.5em;
}

.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_search_wrap {
    cursor: pointer;
    display: block;
    font-size: 22px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    margin-left: 12px;
    margin-right: 10px;
    width: 18px;
    color: #e67e22;
    border-left:1px solid #bbb;
    padding-left: 12px
}
#s5_search_wrap:hover{
	color:#222 !important
}

#s5_search_overlay {
    background: rgba(0, 0, 0, 0.9);
}


/* LOGIN
----------------------------------------------------------- */

#login-form input {
    display: block;
    width: 100%;
    color: #000000;
}

#login-form #modlgn-remember {
    margin-top: 7px;
    width: auto;
}

#login-form button {
    display: block;
    clear: both;
    margin-bottom: 12px;
}

#login-form .control-label {
    margin-top: 0;
}

#login-form a:hover {
    text-decoration: underline;
}


/* DROP DOWN
----------------------------------------------------------- */

#s5_drop_down_container {
    z-index: 5 !important;
    font-size: 0.9em;
}

#s5_drop_down_text_inner {
    margin-top: -5px;
    display: block;
}

#s5_drop_down_container_inner {
    padding: 32px;
}

#s5_drop_down_container .module_round_box_outer {
    margin-bottom: 0px;
}


/* 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 {
    padding: 10px;
    font-size: 0.9em;
    padding: 5px 26px;
    padding-top: 8px;
    -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: 12px;
}

.pagenav,
.pagination {
    padding-top: 40px;
}

.pagination {
    text-align: center;
    margin: 0px;
}

.pagination .pagination {
    text-align: center;
    padding-top: 0px;
}

.pagination .pagination a,
.pagination .pagination span {
    padding: 0px;
    margin: 0px;
    padding: 7px !important;
}

.pagenav a {
    background: #333333;
    color: #FFFFFF;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}


/* 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: 24px;
}

.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;
    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: 40px !important;
    padding-bottom: 40px;
    border-bottom: solid 1px #888;
    overflow:hidden;
}

.article-info dt,
.article-info dd {
    display: inline-block;
    font-size: 0.95em;
    margin-right: 14px;
}

.items-more ol {
    margin: 0px;
}


/* 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: 6px;
    margin-bottom: 6px;
    display: block;
    line-height: 15px;
    text-decoration: none;
}

.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(../../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(../../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(../../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
}

.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 - 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;
}


/* 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: 14px;
    padding-bottom: 13px;
    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;
    padding: 0 0 0 12px;
    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: 25px
}

#contact-form,
#contact-form .form-actions {
    margin-bottom: 0
}

.form-actions {
    border: none;
    background: #F6F6F6
}

#searchForm button {
    padding: 7px 18px
}

#searchForm fieldset {
    border: none!important;
    background: 0 0!important;
    padding: 0!important;
    margin: 0 0 18px!important
}


/* 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
}


/* 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: #fff
}

.ac-container input:checked+label,
.ac-container input:checked+label:hover,
.ac-container2 input:checked+label,
.ac-container2 input:checked+label:hover {
    background: #F3F3F3;
    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 label:hover,
.ac-container2 label:hover {
    color: #FFF
}

.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
}


/* 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;
    border-bottom: solid 1px #E8E8E8;
    padding-bottom: 32px;
    margin-bottom: 32px;
    display: inline-block
}

#wrap_404 .readon {
    margin: 0
}


/* PAGES - TEAM
----------------------------------------------------------- */

.overlay_outer {
    display:inline-block;
    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(../images/pages/sprite.png) 0 -72px no-repeat!important
}

.overlay_facebook:hover {
    background: url(../images/pages/sprite.png) -47px -72px no-repeat!important
}

.overlay_twitter {
    float: left;
    height: 29px;
    width: 29px;
    background: url(../images/pages/sprite.png) no-repeat!important
}

.overlay_twitter:hover {
    background: url(../images/pages/sprite.png) -47px 0 no-repeat!important
}

.overlay_hover_inner {
    -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
}

.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
----------------------------*/
.page-header > h1{
	font-size:2.5em !important;
	font-weight:700 !important;
	color:#4f4f4f
}
.page-header > h2[itemprop="headline"]{
	font-size:2.5em !important;
	font-weight:700 !important
}

.item-page .page-header > h2[itemprop="headline"]{
	font-weight:400 !important;
	font-size:2.0em !important;
}
.centered{text-align:center}

.w-auto{width:auto !important}
.span-center{margin:0 auto !important;float:none !important}
.nomargin{margin:0 !important}
.s-link a{font-size:0.8em}
.s-link img {
    width: 180px !important;
    }
ul.block-list{margin:0}
ul.block-list li{display:block;border-bottom:1px solid #DDD;padding-bottom:10px;margin-bottom:20px}
ul.item_list{
	margin-left:42px;
}
ul.item_list li{
	padding-bottom:6px;
	margin-bottom:6px
}
table.datatbl{
  width:100%
}
table.datatbl td{
  border-bottom:1px solid #DDD; 
  border-right: 1px solid #DDD;
  }
  table.datatbl tr:first-child{
  border-top: 1px solid #DDD;
  background:#f1f1f1;
  font-weight:bold;
  }
  table.datatbl td:last-child{border-right:none}
.page-header > h1{margin-bottom:40px}
.page-header > h2[itemprop="headline"]{color:#4f4f4f}
#s5_component_wrap_inner .item-page img{width:100%}
#s5_component_wrap_inner .item-page .jd_content_plugin img{width:32px !important}
.orgbox .url{
	border-top:1px solid #CDCDCD;
	display:block;
	word-wrap: break-word;
}
.shortbox{
	width:100px;
	height:12px;
	background:#4f4f4f;
	display:block;
	margin-bottom:16px;
}
.underline{
	display:block;
	background:#afafaf;
	height:1px;
	width:100%;
}
.boxed{
  margin-right: 12px;
  float: left;
  margin: 0px;
  margin-bottom: 14px;
  width:150px !important;
}
.white_box{
	background: #fff;
	color: #755102;
	font-weight: 300;
	padding: 16px 16px 16px 22px;
	border: 1px solid #ddd;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.border_left{
	border-left:4px solid !important
}
.pagination span{padding:0px 14px}
.pagination span:last-child{padding:0}
.cta-1 h3{
	padding:0px 0px 8px 0px;
	color:#FFF;
	font-weight:700;
	font-size:2.5em
}
.cta-1 .readon{
	margin-top:30px
}
.readon em{
	font-weight:200;
	text-transform:none;
	margin-left:6px;
}
.readon.transparent{
	background:none !important;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,1) inset;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,1) inset;
	-moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,1) inset;
	color:#24252a !important;
}
.readon.transparent:hover{
	background:rgba(36, 37, 42, 1) !important;
	color:#FFF !important;
}
.readon.readon_black:hover{
	background:#24252a !important;
	color:#FFF !important;
}
.readon.download{
	padding-left:54px;
	background-image:url('../images/download.png') !important;
	background-repeat:no-repeat !important;
	background-position:4% center !important;
	background-size:24px !important;
	
}
.readon.download:hover{
	background-image:url('../images/download.png') !important;
	background-repeat:no-repeat !important;
	background-position:6% center !important;
	background-size:24px !important;
	color:rgba(255,255,255,0.4) !important
	
}

.readon.video{
	padding-left:54px;
	background-image:url('../images/play.png') !important;
	background-repeat:no-repeat !important;
	background-position:8% center !important;
	background-size:24px !important;
	
}
.readon.video:hover{
	background-position:12% center !important;
	background-image:url('../images/play.png') !important;
	background-repeat:no-repeat !important;
	background-size:24px !important;
}

.imgfloatleft {
    float: left;
    margin-right: 20px;
    }
.gapper.height12{
	height:12px;
	clear:both
}
.gap20{
	height:22px;
	display:block
}
.gap40{
	height:40px;
	display:block
}
.gap50{
	height:50px;
	display:block
}
.gap60{
	height:60px;
	display:block
}
.gap70{
	height:70px;
	display:block
}
.gap80{
	height:80px;
	display:block
}
.light-heading{
	font-weight:200
}
.bold-heading{
	font-weight:700;
	color:#3e3e3e
}

.icon_outer_wrap.social{
	width:22px;
	height:22px;
}

.icon_outer_wrap.social .icon_hover,
.icon_outer_wrap.social .icon_non_hover{
	line-height:21px;
}

.icon_outer_wrap .icon_ele_white{
	font-size:16px;
	display:block;
	color:#FFF !important
}
#s5_component_wrap_inner h2 a,
#s5_component_wrap_inner h1 a{
	color:#2f2f2f;
	font-weight:bold;
	font-size:1em
}
#s5_component_wrap_inner h2 a:hover,
#s5_component_wrap_inner h1 a:hover{
	color:#3e3e3e !important;
}
/*MODULE SUFFIX
----------------------------*/
.module_round_box.nopadding{padding:0 !important}
.module_round_box.transparent{background:none !important}
.module_round_box.nomargin{margin:0 !important}
.module_round_box.border,.custom.border{border:1px solid #DDD;border-radius:4px}
.module_round_box.big-h3 .s5_mod_h3{
	font-size:2.5em;
	font-weight:700;
	padding-bottom:30px;
	padding-top:0px;
	color:#4f4f4f;
	max-width:70%
	}
.module_round_box.normalh3 .s5_mod_h3{
	font-size:1em;
	font-weight:700;
}
.smallfont p{font-size:0.9em}
.custom.inline-pos{display:inline-block;vertical-align:middle}

/*COMPONENT
-------------------------------*/
.jd_top_navi_item .jblue{
	background:#CCC;
	border:none;
	color:#111 !important
}
.jd_top_navi_item .jdbutton{
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	background: none;
	border: 1px solid #888;
	color: #444 !important;
}
.jd_top_navi_item > a[title='Create a new Download'] .jdbutton:before{
	font-family: 'FontAwesome';
	content: "\f067";
	padding-right:4px;
}
.jd_top_navi_item .jmedium{
	padding: .5em 2em .55em
}
.jd_content_file{
	display:block
}
.jd_content_wrapper{
	border-bottom:1px solid #888
}

/*MODULE
-------------------------------*/
.nspArt h4.nspHeader{font-size:1.3em}
.slideplus-navigation{margin-top:20px}
.slideplus-pager > span{visibility:hidden}
/*.slideplus-paging > a{visibility:hidden}*/
.slideplus-paging > a{
	width:1em;
	height:1em;
}

.jd_files_title{padding-left:20px}

.ui.selection.dropdown .menu > .item{margin-bottom:0 !important}
.jd_files_title{width:auto !important}



.owl-item .blog-entry-image{
	height:220px;
	overflow:hidden;
}
.blog-entry.border{
	border:1px solid rgba(0,0,0,0.3)
}
.entry-content h3{
	font-size:1.3em;
	padding-top:12px;
	padding-bottom:6px;
}
.entry-content h3 a{
	color:#3e3e3e;
	font-weight:600;
}
.entry-content{
	background:none;
	margin-top:12px;
}
.entry-date{
	font-size:0.8em
}
.entry-description{
	padding-top:18px
}
.blog-entry:hover .entry-content, 
.blog-entry:focus .entry-content, 
.blog-entry:active .entry-content{
	box-shadow:none;
	border:none
}
.blog-entry:hover, 
.blog-entry:focus, 
.blog-entry:active{
	transform: translateY(0);
}

.nav-tabs{
	margin-bottom:0
}
.tab-content{
	background:#FFF;
	padding:22px;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD
}
.tab-pane > .tab-content{
	padding:0;
	border:none;
}

/*Extstore Popuplogin
------------------------*/
.lp-left {
	float: left;
}

.lp-right {
	float: right;
}

#lp-overlay {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	background: radial-gradient(ellipse at center center , rgba(221, 221, 221, 0.8) 0%, rgba(57, 57, 57, 0.7) 60%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-radial-gradient(ellipse at center center , rgba(221, 221, 221, 0.8) 0%, rgba(57, 57, 57, 0.7) 60%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-radial-gradient(ellipse at center center , rgba(221, 221, 221, 0.8) 0%, rgba(57, 57, 57, 0.7) 60%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -moz-radial-gradient(ellipse at center center , rgba(221, 221, 221, 0.8) 0%, rgba(57, 57, 57, 0.7) 60%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	z-index: 999;
}

.lp-wrapper {
	top: 50%;
	left: 50%;
	display: none;
	background: #fff;
	color: #999;
	width: 360px;
	padding: 30px;
	box-sizing: border-box;
	position: fixed;
	border-radius: 3px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	z-index: 1000;
}

#lp-overlay.lp-open,
#lp-popup.lp-open {
	display: block;
}

.lp-wrapper button.lp-close {
	background: none;
	color: #999;
	font-size: 28px;
	border: none;
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	width: 44px;
}

.lp-wrapper button.lp-close:hover {
	color: #666;
}

.lp-wrapper h3 {
	color: #393939;
	font-size: 18px;
	margin:0;
	padding-top:0;
}

.lp-wrapper .lp-form {
	margin-bottom: 0;
}

.lp-field-wrapper label {
	display: block;
	margin: 13px 0 6px;
}

.lp-field-wrapper input.lp-input-text {
	background: #f9f9f9;
	color: #666;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	outline: none;
	width: 100%;
	padding: 8px;
	margin-bottom: 0;
	height: auto;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.lp-field-wrapper input.lp-input-text:focus {
	border-color: #f7ad90;
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.lp-field-wrapper input.lp-input-text:focus:invalid {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.lp-field-wrapper input.lp-input-username,
.lp-field-wrapper input.lp-input-password {
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 36px;
}

.lp-field-wrapper input.lp-input-username {
	background-image: url(../images/cd-icon-username.svg);
}

.lp-field-wrapper input.lp-input-password {
	background-image: url(../images/cd-icon-password.svg);
}

.lp-field-wrapper input[type="checkbox"] {
	opacity: 0;
	float: left;
	width: 18px;
}

.lp-field-wrapper input[type="checkbox"] + label {
	clear: none;
	padding: 0 0 0 24px;
	cursor: pointer;
	background: url(../images/checkbox.png) no-repeat left center;
}

.lp-field-wrapper input[type="checkbox"]:checked + label {
	background-image: url(../images/checkbox-checked.png);
}

.lp-button-wrapper {
	margin-top: 20px;
	display: block;
}

.lp-button-wrapper button {
	background: #5cb85c;
	color: #fff;
	padding: 9px 30px;
	border: none;
	font-size: 110%;
	margin-right: 10px;
}

.lp-button-wrapper button:hover {
	background-color: #80c780;
}

.lp-button-wrapper ul.lp-link-wrapper {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lp-button-wrapper ul.lp-link-wrapper li {
	margin-bottom: 3px;
}

.lp-register-intro a,
.lp-button-wrapper ul.lp-link-wrapper li a {
	color: #666;
	text-decoration: underline;
}

.lp-register-intro a:hover,
.lp-button-wrapper ul.lp-link-wrapper li a:hover {
	color: #000;
}

.lp-button-wrapper ul.lp-link-wrapper li a {
	text-decoration: none;
}

@media (max-width: 360px) {
	.lp-wrapper {
		width: 100%;
	}
}

/*LAYOUT
-------------------------------*/

.header_wrap{
	/*box-shadow: 0 2px 2px 0 rgba(0,0,0,.08);
	margin-bottom:22px;*/	
	margin-top:10px
}
.header_right_wrap{
	float:right;
	text-align:right;
}
.index .breadcrumb_wrap,
.index #s5_breadcrumb_font_login_wrap,
.breadcrumb_wrap,
#s5_breadcrumb_font_login_wrap{
	display:none
}
.index #s5_component_wrap_inner,
.contact #s5_component_wrap_inner{
	padding: 20px 40px 20px 0px;
}
.login_wrap,
.social_wrap{
	display:inline-block;
	margin-left:8px;
	margin-top:0;
	vertical-align:top;
	line-height:1.5em
}
.login_wrap .logintxt{
	color:#666 !important;
	font-size:10pt;
	font-weight:600;
	display:none;
}
.login_wrap .icon_element{
	font-size: 20px;
	width: 18px;
	height: 18px;
	display: block;
	text-align: center;
}
.pos_logo_right_wrap{
	display:inline-block;
	vertical-align:bottom;
}
.breadcrumb_wrap{
	background:#f6f6f6
}
.pos_video_1{
	background:#22313f;
	padding:80px 0px 40px;
	color:#FFF
}

.index #s5_pos_middle_top_1 .module_round_box_outer{
	margin-right:0px;
}
#s5_main_wrapper{
	padding-bottom:20px
}
#s5_main_wrapper2{
	background:#F0F0F0
}
#s5_bottom_row3_wrap{
	padding-left:0
}
#s5_bottom_row3{
	padding-left:0
}
.footer_wrap{	
	background:#24252a;
	
}
.footerc{
	color:#2f2f2f;
}
ul.menu.btm-menu li{
	border-bottom:1px dotted #DDD !important;
	margin-bottom:16px !important
}
/*Bootstrap override
--------------------------*/
.edit button{
	padding:4px 16px !important;
	line-height: 30px !important;
}
.edit button[onclick*="save"]{
	background:#3498db !important;
}
.edit button[onclick*="cancel"]{
	background:#d64541 !important;
}
[class*=" icon-"]::before, [class^="icon-"]::before{
	margin-right:6px;
}
@media screen and (max-width:540px) {
    .jdGallery .slideInfoZone .sldDate{
		font-size: 1.0em;
		}
	.jdGallery .slideInfoZone .sldTitle{
		font-size: 1.5em;
		}
		
	.desktop{
		display:none
	}
	
	.jf_l_modal{
		position:absolute;
		left:50%;
		top:30%;
		width:auto
	}
	
	.row [class*="span"] ,
  .row-fluid [class*="span"] {
		padding-bottom:40px
  }
  .module_round_box.big-h3 .s5_mod_h3{
		max-width:100%;
		font-size:2.0em
  }
}