/* UPDATED RESET CSS by Patto - HTML 5 READY */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}


/* HTML 5 */
html, div, map, dt, isindex, form {
    display: block;
}

/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address {
    display: block;
}

/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */


/*
http://getbootstrap.com/components/#alerts
*/

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable {
    padding-right: 35px;
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #356635;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #2d6987;
}

.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}

.alert-warning hr {
    border-top-color: #f8e5be;
}

.alert-warning .alert-link {
    color: #a47e3c;
}

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-danger hr {
    border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
    color: #953b39;
}

.clearfix {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.borderbox {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.boxshadow0 {
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.boxshadow1 {
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}

.boxshadow2 {
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.15) inset;
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.15) inset;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.15) inset;
}

.rounded {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slideMenu li > ul {
    opacity: 0;
    -moz-transition: opacity 0.7s;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
    overflow: hidden;
}

.slideMenu li:hover > ul {
    opacity: 1;
}

.slideMenu li:hover > ul:hover {
    overflow: visible;
}

.slideMenu li > ul > li {
    margin-top: -500px;
    -moz-transition: margin-top 0.3s ease-in-out 0s;
    -webkit-transition: margin-top 0.3s ease-in-out 0s;
    transition: margin-top 0.3s ease-in-out 0s;
}

.slideMenuOff li > ul {
    opacity: 1;
    overflow: visible;
}

.slideMenuOff li > ul > li {
    margin-top: 0px;
}

.fadeMenu li > ul {
    opacity: 0;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    overflow: hidden;
    height: 0px;
}

.fadeMenu li:hover > ul {
    opacity: 1;
    height: auto;
}

.fadeMenu li:hover > ul:hover {
    overflow: visible;
}

.fadeMenuOff li > ul {
    opacity: 1;
    overflow: visible;
    height: auto;
}


.bodysize {
    font-size: 12px;
    line-height: 20px;
}

.smallsize {
    font-size: 11px;
    line-height: 16px;
}

.h1size {
    font-size: 36px;
    line-height: 52px;
}

.h2size {
    font-size: 28px;
    line-height: 38px;
}

.h3size {
    font-size: 20px;
    line-height: 28px;
}

.h4size {
    font-size: 18px;
    line-height: 26px;
}

.h5size {
    font-size: 16px;
    line-height: 22px;
}

.h6size {
    font-size: 14px;
    line-height: 20px;
}

.littlesize {
    font-size: 11px;
}

.normalsize {
    font-size: 12px;
}

.largesize {
    font-size: 14px;
}

.menuUlSize {
    font-size: 16px;
    line-height: 28px;
}

.menuUlUlSize {
    font-size: 13px;
    line-height: 23px;
}

.tableth {
    font-size: 13px;
    line-height: 20px;
}

.portfolioFilterSize {
    font-size: 14px;
    line-height: 28px;
}

.portfolioFilterUlSize {
    font-size: 12px;
    line-height: 24px;
}

.portfolioTitlSize {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
    line-height: 26px;
}

.portfolioDescSize {
    font-size: 11px;
    line-height: 16px;
}

.testimonialsText {
    font-size: 14px;
    line-height: 22px;
}

.testimonialsAuthor {
    font-size: 14px;
    line-height: 22px;
}

.widgetsButtonSize {
    font-size: 11px !important;
    line-height: 16px !important;
}

.calTableSize {
    font-size: 12px;
    line-height: 22px;
}

.searchLabelSize {
    font-size: 12px;
    line-height: 20px;
}

.searchSize {
    font-size: 14px;
    line-height: 24px;
    height: 26px;
}

body {
    font-size: 12px;
    line-height: 20px;
}

h1 {
    font-size: 36px;
    line-height: 52px;
}

h2 {
    font-size: 28px;
    line-height: 38px;
}

h3 {
    font-size: 20px;
    line-height: 28px;
}

h4 {
    font-size: 18px;
    line-height: 26px;
}

h5 {
    font-size: 16px;
    line-height: 22px;
}

h6 {
    font-size: 14px;
    line-height: 20px;
}

small {
    font-size: 11px;
    line-height: 16px;
}

input {
    font-size: 14px;
}

input[type="submit"],input[type="reset"] {
    font-size: 12px;
}

textarea {
    font-size: 14px;
}

select {
    font-size: 12px;
}

.m-table tr, .m-table td{
	verticle-align:baseline;
}
.sbHolder {
    font-size: 12px;
    line-height: 20px;
}

.sbHolder .sbSelector {
    font-size: 12px;
    line-height: 20px;
    font-size: 14px;
}

.sbHolder .sbOptions {
    font-size: 12px;
    line-height: 20px;
}

.ui-datepicker {
    font-size: 12px;
    line-height: 20px;
}

.ui-datepicker .ui-widget-header,.ui-datepicker .ui-datepicker-title {
    font-size: 14px;
    line-height: 20px;
}

.ui-datepicker table {
    font-size: 12px;
    line-height: 20px;
    font-size: 14px;
}

.ui-datepicker table th {
    font-size: 12px;
    line-height: 20px;
}

.breadcrumb {
    font-size: 11px;
    line-height: 16px;
}

.nav-menu-main > ul > li:after,.nav-menu-main > ul {
    font-size: 16px;
    line-height: 28px;
}

.nav-menu-main > ul ul {
    font-size: 13px;
    line-height: 23px;
}

.page-title .description {
    font-size: 16px;
    line-height: 22px;
}

.entry-content .tabstyle1 table thead th {
    font-size: 13px;
    line-height: 20px;
}

.column-narrow h2.elm-maintitle {
    font-size: 20px;
    line-height: 28px;
}

.ait-sc-button span.title {
    font-size: 18px;
    line-height: 26px;
}

.ait-sc-button span.description {
    font-size: 11px;
    line-height: 16px;
}

.ait-sc-button .description {
    font-size: 11px;
    line-height: 16px;
}

.elm-easy-slider-main ul.easy-slider li .easy-title {
    font-size: 14px;
    line-height: 20px;
}

.elm-portfolio .filters-wrapper {
    font-size: 14px;
    line-height: 28px;
}

.elm-portfolio .filters-wrapper ul {
    font-size: 12px;
    line-height: 24px;
}

.elm-portfolio .portfolio-item .portfolio-item-desc h3 {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
    line-height: 26px;
}

.elm-portfolio .portfolio-item .portfolio-item-desc p {
    font-size: 11px;
    line-height: 16px;
}

.elm-item-organizer .carousel-container .item-box {
    font-size: 12px;
    line-height: 20px;
}

.elm-service-boxes .sbox .sbox-title h2.sbox-maintitle {
    font-size: 28px;
    line-height: 38px;
}

.elm-service-boxes .sbox .sbox-title .sbox-subtitle {
    font-size: 12px;
    line-height: 20px;
}

.elm-service-boxes .sbox .sbox-more {
    font-size: 12px;
    line-height: 20px;
}

.elm-item-organizer .item-title h3 {
    font-size: 20px;
    line-height: 28px;
}

.elm-item-organizer .item-text p {
    font-size: 11px;
    line-height: 16px;
}

.elm-item-organizer.elm-posts .item-text p {
    font-size: 12px;
    line-height: 20px;
}

.elm-services-main .item-title h3 {
    font-size: 20px;
    line-height: 28px;
}

.elm-services-main .item-title .item-subtitle {
    font-size: 18px;
    line-height: 26px;
}

.elm-members-main .item-title h3 {
    font-size: 20px;
    line-height: 28px;
}

.elm-members-main .member-position {
    font-size: 14px;
    line-height: 20px;
}

.elm-member-main .member-position {
    font-size: 14px;
    line-height: 20px;
}

.elm-events-main .event-date .entry-date {
    font-size: 16px;
    line-height: 22px;
}

.elm-events-main .event-date .entry-date .link-day {
    font-size: 20px;
    line-height: 28px;
}

.elm-events-main .event-date .entry-date .monthyear {
    font-size: 14px;
    line-height: 20px;
}

.elm-testimonials-main .item .item-info .item-author {
    font-size: 16px;
    line-height: 22px;
}

.elm-testimonials-main .item .item-text p {
    font-size: 12px;
    line-height: 20px;
}

.elm-testimonials-main .column-1 .item  .item-text p {
    font-size: 14px;
    line-height: 20px;
}

.elements-sidebar-wrap .elm-testimonials-main .column-1 .item .item-text p,.column .elm-testimonials-main .column-1 .item .item-text p {
    font-size: 12px;
    line-height: 20px;
}

.elm-faq .faq-question .faq-q {
    font-size: 12px;
    line-height: 20px;
}

.elm-toggles-main .ait-tabs ul.ait-tabs-nav li a,.elm-toggles-main .ui-tabs ul.ait-tabs-nav li,.elm-toggles-main .toggle-title,.elm-toggles-main .ait-tabs .tabs-wrapper .selected,.elm-toggles-main .ait-tabs-vertical li .ait-tab-hover {
    font-size: 16px;
    line-height: 22px;
}

.local-toggles .toggle-header .toggle-title {
    font-size: 14px;
    line-height: 20px;
}

.local-toggles .toggle-content .toggle-container {
    font-size: 12px;
    line-height: 20px;
}

.elm-price-table .table-header .table-description {
    font-size: 11px;
    line-height: 16px;
}

.elm-price-table .table-header .table-price {
    font-size: 36px;
    line-height: 52px;
}

.elm-price-table .table-button a {
    font-size: 14px;
}

.elm-opening-hours-main .day-title,.elm-opening-hours-main .day-data {
    font-size: 12px;
    line-height: 20px;
}

.elm-counters-main .counter-type-textbox .type-text {
    font-size: 28px;
    line-height: 38px;
}

.elm-counters-main .counter-type-textbox .counter-title {
    font-size: 28px;
    line-height: 38px;
}

.entry-date {
    font-size: 18px;
    line-height: 26px;
}

.entry-date .link-day {
    font-size: 36px;
    line-height: 52px;
}

ul.products li .thubnail-wrapper .star-rating {
    font-size: 12px;
    line-height: 20px;
}

ul.products li a .price {
    font-size: 20px;
    line-height: 28px;
}

ul.products li a .price del {
    font-size: 18px;
    line-height: 26px;
}

body.woocommerce .button {
    font-size: 18px;
    line-height: 26px;
}

.cart-collaterals .cart_totals h2 {
    font-size: 20px;
    line-height: 28px;
}

.cart-collaterals .shipping_calculator h2 {
    font-size: 20px;
    line-height: 28px;
}

#respond h3	small {
    font-size: 12px;
    line-height: 20px;
}

.widget-container .widget-title h3 {
    font-size: 18px;
    line-height: 26px;
}

.widget_posts h4 {
    font-size: 12px;
    line-height: 20px;
}

.widget_posts .date {
    font-size: 11px;
    line-height: 16px;
}

.widget_posts p {
    font-size: 11px;
    line-height: 16px;
}

.widget_posts .read-more {
    font-size: 11px;
    line-height: 16px;
}

.widget_calendar caption {
    font-size: 14px;
}

.widget_calendar table {
    font-size: 12px;
    line-height: 22px;
}

.widget_recent_entries .post-date {
    font-size: 11px;
    line-height: 16px;
}

.widget_rss	.rss-date {
    font-size: 11px;
    line-height: 16px;
}

.widget_rss .rssSummary {
    font-size: 11px;
    line-height: 16px;
}

.widget_rss cite {
    font-size: 11px;
    line-height: 16px;
}

.widget_categories li,.widget_categories .tagcloud a,.widget_archive li,.widget_archive .tagcloud a,.widget_tag_cloud li,.widget_tag_cloud .tagcloud a {
    font-size: 11px !important;
    line-height: 16px !important;
}

.site-search label .screen-reader-text {
    font-size: 12px;
    line-height: 20px;
}

.site-search input.search-field {
    font-size: 14px;
    line-height: 24px;
    height: 26px;
}

.widget_search input.search-field {
    font-size: 14px;
    line-height: 24px;
    height: 26px;
}

html {
    background: url('../images/scratches.png') rgba(255,255,255,0.9) repeat scroll top center;
}

body {
    margin: 0px;
    
    color: #333;
    min-width: 480px;
    position: relative;
}

body:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 8px;
    background: #333;
    z-index: 50;
    display: none;
}

.layout-narrow .page-container {
    max-width: 1300px;
    margin: auto;
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
}

.grid-main,.elm-wrapper,.elements-sidebar-wrap {
    max-width: 1200px;
    padding: 0px 12px;
    margin: auto;
}

.elements-sidebar-wrap .grid-main,.elements-sidebar-wrap .elm-wrapper,.column .grid-main,.column .elm-wrapper {
    max-width: 100%;
    padding: 0px;
    margin: 0px;
}

.elm-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.page-container {
    background: #fff;
}

.page-container:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 8px;
    background: #c8cacb;
    z-index: 5000;
    display: none;
}

.main-sections {
    padding-top: 0px;
}

.main-sections:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.main-sections > .elm-main:first-child,.main-sections .elements-with-sidebar:first-child {
    padding-top: 60px;
}

.elm-main {
    padding-top: 0px;
    padding-bottom: 40px;
    clear: both;
}

.elm-main.elm-has-bg {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

.elements-sidebar-wrap .elm-main,.column .elm-main {
    padding-top: 0px;
    padding-bottom: 0px;
}

.elements-sidebar-wrap .elm-main.elm-has-bg,.column .elm-main.elm-has-bg {
    padding: 20px 20px 0px 20px;
    margin-bottom: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.elm-main  .elm-mainheader {
    margin-bottom: 30px;
}

.column .elm-main  .elm-mainheader {
    margin-bottom: 20px;
}

.elm-main.fullsize .elm-mainheader {
    padding-left: 50px;
    padding-right: 50px;
}

.elements-sidebar-wrap .elm-main.fullsize .elm-mainheader,.column .elm-main.fullsize .elm-mainheader {
    padding-left: 0;
    padding-right: 0;
}

.elements-sidebar-wrap .elm-main.elm-has-bg.fullsize .elm-mainheader,.column .elm-main.elm-has-bg.fullsize .elm-mainheader {
    padding-left: 20px;
    padding-right: 20px;
}

.elm-main .elm-maintitle {
    margin-bottom: 0px;
}

.elm-main .elm-maindesc {
    margin-top: 20px;
    margin-bottom: 0px;
}

.elm-main .align-left .elm-maintitle,.elm-main .align-left .elm-maindesc {
    text-align: left;
}

.elm-main .align-center .elm-maintitle,.elm-main .align-center .elm-maindesc {
    text-align: center;
}

.elm-main .align-right .elm-maintitle,.elm-main .align-right .elm-maindesc {
    text-align: right;
}

.elm-main.fullsize,.elements-sidebar-wrap .elm-main.fullsize,.column .elm-main.fullsize {
    padding-left: 0px;
    padding-right: 0px;
}

.elm-main.fullsize .elm-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
}

.right-sidebar .sidebar-right-area {
    width: 26%;
    float: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.left-sidebar .sidebar-left-area {
    width: 26%;
    float: left;
    margin-right: 4.9%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.right-sidebar .elements-area {
    width: 69.1%;
    float: left;
}

.left-sidebar .elements-area {
    width: 69.1%;
    float: left;
}

.right-sidebar.left-sidebar .elements-area {
    width: 38.2%;
    float: left;
}

.elements-with-sidebar .elements-sidebar-wrap:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.elements-area,.sidebar-right-area,.sidebar-left-area {
    padding-bottom: 20px;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

a:hover {
    color: #D81F25;
    text-decoration: none;
}

:before,:after {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

strong {
    color: #333;
    font-weight: bold;
}

.decorcolor {
    color: #639;
}

a.edit,a.post-edit-link,a.comment-edit-link,a.comment-reply-link {
    display: inline-block;
    vertical-align: top;
    background: #639;
    color: #fff;
    font-weight: bold;
    padding: 2px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

a.edit:hover,a.post-edit-link:hover,a.comment-edit-link:hover {
    background: #333;
    color: #fff;
}

a.comment-reply-link {
    background: #333;
}

a.comment-reply-link:hover {
    background: #4d2673;
}

.rule-btn-top {
    display: inline-block;
    padding: 0px 15px 2px 15px;
    background: #eff0f0;
    cursor: pointer;
    text-align: center;
}

h1 {
    margin: 0px 0px 20px 0px;
    color: #333;
    font-weight: normal;
   
    text-transform: uppercase;
}

h2 {
    margin: 0px 0px 20px 0px;
    color: #333;
    font-weight: normal;
    
    text-transform: uppercase;
}

h3 {
    margin: 0px 0px 15px 0px;
    color: #333;
    font-weight: normal;
  
    text-transform: uppercase;
}

h4 {
    margin: 0px 0px 15px 0px;
    color: #333;
    font-weight: normal;
  
}

h5 {
    margin: 0px 0px 10px 0px;
    color: #333;
    font-weight: normal;
    
}

h6 {
    margin: 0px 0px 10px 0px;
    color: #333;
    font-weight: normal;
   
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: #639;
    text-decoration: none;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
    color: #333;
    text-decoration: none;
}

h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong {
    color: #639;
    font-weight: normal;
}

.entry-content ul {
    list-style-type: none;
    margin-bottom: 20px;
}

.entry-content ul li {
    padding: 0px 0px 10px 30px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.entry-content ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url('../images/lists.png') -60px 0px no-repeat #639;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

input,textarea {
    font-family: arial;
    color: #333;
}

input:focus,textarea:focus,select:focus {
    border-color: #8040bf !important;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

select {
    font-family: arial;
    color: #333;
}

input[type="submit"] {
    background: #D91F25;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

input[type="submit"]:hover {
    background: #3F3F3F;
}

input[type="reset"] {
    background: #535353;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

input[type="reset"]:hover {
    background: #3F3F3F;
}

.sbHolder {
    width: 100%;
    background: #fff;
    border: 1px solid #e2e3e4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0px;
    height: 26px;
    position: relative;
    z-index: 10;
}

.sbHolder a {
    vertical-align: top;
    height: auto;
}

.sbHolder a:link,.sbHolder a:visited,.sbHolder a:hover {
    color: #333;
}

.sbHolder .sbSelector {
    padding: 2px 5px;
    text-indent: 0px;
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: static;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sbHolder .sbToggle {
    width: 24px;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sbHolder .sbToggle:before {
    content: "";
    border-width: 5px 5px 0px 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    top: 10px;
    left: 6px;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}

.sbHolder .sbToggleOpen:before {
    border-width: 0px 5px 5px 5px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
    position: absolute;
    top: 10px;
    left: 6px;
}

.sbHolder .sbOptions {
    width: 100%;
    left: -1px;
    top: auto !important;
    margin-top: 2px;
    background: #fff;
    border: 1px solid #e2e3e4;
    padding: 4px 0px;
}

.sbHolder .sbOptions li {
    padding: 0px 4px;
}

.sbHolder .sbOptions li a {
    padding: 4px;
    border-bottom: 1px dotted #e2e3e4;
}

.sbHolder .sbOptions li a:hover {
    background: #fcfdfd;
}

.sbHolder .sbOptions li:last-child a {
    border-bottom-width: 0px;
}

.ui-datepicker {
    width: 230px;
    padding: 3px;
    border: 1px solid #c8cacb;
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-family: arial;
    z-index: 100 !important;
}

.ui-datepicker .ui-widget-header {
    border: 1px solid #e2e3e4;
    background: #eff0f0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-weight: normal;
    color: #333;
    font-family: "OpenSansCondBold";
    padding: 4px 4px;
    margin: 1px 1px 0px 1px;
    position: relative;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0px 30px;
    text-align: center;
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    background: #c8cacb;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: none;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
    left: 4px;
}

.ui-datepicker .ui-datepicker-next {
    right: 4px;
}

.ui-datepicker .ui-datepicker-prev:hover,.ui-datepicker .ui-datepicker-next:hover {
    background: #333;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: "";
    border-width: 5px 6px 5px 0px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 5px;
    left: 6px;
}

.ui-datepicker .ui-datepicker-next:before {
    content: "";
    border-width: 5px 0px 5px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 5px;
    right: 6px;
}

.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span {
    display: none;
}

.ui-datepicker table {
    margin: 2px 0px 0px 0px;
    border-collapse: collapse;
    width: 100%;
}

.ui-datepicker table th {
    font-weight: bold;
    padding: 4px 0px;
    text-align: center;
    color: #333;
}

.ui-datepicker table td {
    border: none;
    padding: 1px;
    text-align: center;
}

.ui-datepicker table td a.ui-state-default {
    display: block;
    border: 1px solid #e2e3e4;
    padding: 2px 2px;
    text-align: center;
    color: #333;
    background: #fcfdfd;
    font-weight: normal;
    text-decoration: none;
}

.ui-datepicker table td a.ui-state-default:hover {
    border-color: #c8cacb;
    background: #e2e3e4;
    color: #333;
}

.ui-datepicker table td a.ui-state-highlight {
    border-color: #639;
    background: #639;
    color: #fff;
}

.ui-datepicker table td a.ui-state-highlight:hover {
    border-color: #4d2673;
    background: #4d2673;
    color: #fff;
}

img {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}

img.wp-smiley {
    margin: 0px !important;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.tp-loader,.ait-preloader {
    display: inline-block;
    width: 48px;
    height: 48px;
    opacity: 0.4;
    vertical-align: top;
    background: url('../images/preloader_default.gif') center center no-repeat;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    border: 3px solid #fff;
    font-size: 0px;
    line-height: 0px;
    text-indent: -9999px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tp-loader:before,.ait-preloader:before {
    content: "";
    display: block;
    background: url('../images/preloader_model.png') center center no-repeat;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tp-loader:after,.ait-preloader:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: transparent;
    border: 7px solid #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0px 0px -15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.elm-main .loading {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.elm-main .loading .ait-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -38px;
    margin-left: -24px;
}

iframe {
    max-width: 100%;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

.aligncenter {
    display: block !important;
    margin: auto;
}

.header-container {
    width:;
    float: left;
    margin-bottom: 20px;
}

.site-header {
    position: relative;
    z-index: 300;
    background: #535353 url() repeat top center scroll;
   
}

.site-header:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.site-header .grid-main:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.site-logo {
    display: block;
    text-align: left;
    padding: 20px 0px 0px 0px;
}

.social-icons {
    display: block;
    vertical-align: middle;
    margin: auto;
    text-align: center;
}

.social-icons li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 5px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.social-icons li a {
    display: inline-block;
    vertical-align: top;
    padding: 0px;
}

.social-icons .s-icon {
    vertical-align: top;
    border: none;
}

.social-icons .s-icon-light,.social-icons .s-title {
    display: none;
}

.site-search {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 5px 0px 5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.site-search form {
    padding: 6px 6px 6px 10px;
}

.site-search form div {
    padding-right: 32px;
    position: relative;
}

.site-search label {
    display: inline-block;
    vertical-align: top;
    padding: 3px 0px;
    margin-right: 5px;
    color: #fff;
    text-shadow: -1px -1px 0px rgba(0,0,0,0.2);
    font-weight: bold;
}

.site-search input#s {
    background: #fff;
    border: 1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 4px;
    vertical-align: top;
}

.site-search input#searc+hsubmit {
    width: 26px;
    height: 26px;
    padding: 0px;
    border: none;
    font-size: 0px;
    line-height: 0px;
    text-indent: -9999px;
    background: url('../images/basic_icons.png') -52px 0px no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.not-found p {
    font-size: 28px;
    line-height: 38px;
    font-family: "OpenSansCondBold";
}

.not-found .search-form {
    background: #e2e3e4;
    position: relative;
    width: 200px;
    height: 45px;
    padding: 0 60px 0 10px;
    -moz-box-shadow: inset 3px 3px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 3px 3px 5px rgba(0,0,0,0.1);
    box-shadow: inset 3px 3px 5px rgba(0,0,0,0.1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    overflow: hidden;
}

.not-found .search-form .screen-reader-text {
    display: none;
}

.not-found .search-form input.search-field {
    width: 100%;
    background: transparent;
    border: none;
    margin-top: 13px;
    color: #333;
}

.not-found .search-form input.search-submit {
    color: #333;
    width: 50px;
    height: 45px;
    padding: 0px;
    border: none;
    font-size: 0px;
    line-height: 0px;
    text-indent: -9999px;
    background: #333 url('../images/search_btn.png') center center no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.wpml-icons {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}

#masthead-clone {
    opacity: 0;
    position: fixed;
    top: -200px;
    left: 0px;
    width: 100%;
    -moz-transition: opacity 0.5s, top 0.5s;
    -webkit-transition: opacity 0.5s, top 0.5s;
    transition: opacity 0.5s, top 0.5s;
    z-index: 500;
}

#masthead-clone .header-container {
    margin: 0px auto;
}

#masthead-clone .site-logo {
    padding-top: 20px;
    padding-bottom: 20px;
}

#masthead-clone .site-logo img {
    max-height: 28px;
    vertical-align: top;
}

#masthead-clone .main-nav {
    /*margin: 10px 0px;*/
}
#masthead-clone .main-nav > ul > li > a{
    padding: 19px 10px 20px;
}
#masthead-clone .nav-menu-main > ul > li{
    padding: 9px 0 10px;
}
#masthead-clone .nav-menu-main > ul > li ul{
    top: 67px;
}
.header-scrolled #masthead-clone {
    opacity: 1;
    top: 0px;
}

.logged-in.header-scrolled #masthead-clone {
    top: 28px;
}

.site-wrap {
    border-top: 1px solid #e2e3e4;
}

.header-two .header-container,.header-three .header-container,.header-four .header-container {
    float: none;
}

.header-two .menu-container,.header-three .menu-container,.header-four .menu-container {
    float: left;
}

.header-two .social-icons,.header-three .social-icons,.header-four .social-icons {
    float: right;
}

.header-two .social-icons li,.header-three .social-icons li,.header-four .social-icons li {
    opacity: 0.6;
}

.header-two .social-icons li:last-child,.header-three .social-icons li:last-child,.header-four .social-icons li:last-child {
    margin-right: -7px;
}

.header-two .social-icons ul:hover,.header-three .social-icons ul:hover,.header-four .social-icons ul:hover {
    opacity: 0.4;
}

.header-two .social-icons ul li:hover,.header-three .social-icons ul li:hover,.header-four .social-icons ul li:hover {
    opacity: 1;
}

.header-two #masthead-clone .site-logo,.header-three #masthead-clone .site-logo,.header-four #masthead-clone .site-logo {
    position: absolute;
    top: 0px;
    text-align: left;
}

.header-two #masthead-clone .site-description,.header-two #masthead-clone .site-search,.header-two #masthead-clone .site-tools,.header-three #masthead-clone .site-description,.header-three #masthead-clone .site-search,.header-three #masthead-clone .site-tools,.header-four #masthead-clone .site-description,.header-four #masthead-clone .site-search,.header-four #masthead-clone .site-tools {
    display: none;
}

.header-two #masthead-clone .menu-container,.header-three #masthead-clone .menu-container,.header-four #masthead-clone .menu-container {
    float: right;
}

.header-two #masthead-clone .main-nav,.header-three #masthead-clone .main-nav,.header-four #masthead-clone .main-nav {
    margin-top: 13px;
}

.header-two .header-container {
    margin-bottom: 30px;
}

.header-two .site-logo {
    text-align: center;
    padding-top: 30px;
}

.header-two .social-icons li {
    margin: 15px 10px;
}

.header-two .main-nav {
    margin: 5px 0px;
}

.header-three .main-nav {
    margin: 5px 0px;
}

.header-three .table {
    width: 50%;
    display: table;
    float: left;
}

.header-three .site-desc-wrap {
    display: table-row;
    height: 39px;
    overflow: hidden;
}

.header-three .site-desc-wrap	p {
    display: table-cell;
    vertical-align: bottom;
}

.header-three .site-logo {
    display: inline;
    width: 400px;
    float: left;
    padding: 38px 0 0;
}

.header-three .site-logo a {
    float: left;
    padding-right: 15px;
}

.header-three .social-icons,.header-three .site-search {
    float: right;
    padding: 40px 0 0;
}

.header-three .site-search form {
    padding-right: 0px;
}

.header-three .social-icons {
    margin-right: 15px;
}

.header-three .social-icons li {
    padding-top: 10px;
}

.header-three .site-search {
    margin: 0px;
}

.header-three .site-search span {
    display: none;
}

.header-three .site-search label {
    padding: 0px;
    margin-right: -4px;
}

.header-three .site-search .search-field {
    height: 30px;
    border: 1px solid #e2e3e4;
    padding: 1px 10px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}

.header-three .site-search .search-submit {
    background: url('../images/basic_icons.png') -23px -22px no-repeat #e2e3e4;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
    color: transparent;
    width: 34px;
    height: 34px;
}

.header-three .site-search .search-submit:hover {
    background-color: #639;
}

.header-four .header-container {
    margin-bottom: 0px;
}

.header-four .menu-container {
    float: right;
}

.header-four .main-nav {
    margin: 30px 0px 10px;
}

.header-four .site-logo {
    float: left;
    padding: 27px 0 25px;
}

.header-four .site-tagline {
    float: left;
    padding: 14px 0px;
}

.header-four .social-icons {
    text-align: right;
    float: none;
}

.header-four .social-icons li {
    margin: 10px;
}

.menu-container {
    background: rgba(102,51,153,0);
    float: right;
}

.main-nav:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.main-nav a {
    text-decoration: none;
}

.main-nav > a {
    color: #fff;
}

.main-nav > a:hover {
    color: #db931b;
}

.main-nav .assistive-text {
    float: right;
    display: block;
    padding: 12px 0px;
}

.main-nav-wrap .menu-toggle {
    display: none;
}

.nav-menu-main ul:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.nav-menu-main > ul > li {
    float: left;
    position: relative;
    padding: 25px 0 26px;
}
.nav-menu-main > ul > li:hover{
    background: #fff;
}
.nav-menu-main > ul > li:hover a{
    color: #171717;
}
.nav-menu-main > ul > li > a {
    font-family: "OpenSansCondBold";
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 10px;
    /*margin: 0px 20px;*/
    text-transform: uppercase;
	font-size:16px;font-family:"Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
}

.nav-menu-main > ul > li:first-child > a {
    margin-left: 0px;
}

.nav-menu-main > ul > li:last-child > a {
    margin-right: 0px;
}

.nav-menu-main > ul > li .sub-menu {
    width: 120px;
    height: 0;
    position: absolute;
    top: 99px;
    left: 0px;
    padding-right: 200px;
     
    background: #fff;
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}
.nav-menu-main > ul > li.right-sub .sub-menu{
    padding-right: 0;
    padding-left: 200px;
    left:auto;
    right: 0;

}
.nav-menu-main > ul > li.right-sub .sub-menu .info{
    left: 0;
    border: none;
    border-right: 1px solid #ccc;
}
.nav-menu-main > ul > li .sub-menu .padding{
    padding: 10px 10px 20px 20px;

}

.nav-menu-main > ul > li .sub-menu .info{
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;

    right: 0;
    border-left: 1px solid #ccc;
}
.nav-menu-main > ul > li .sub-menu ul{
    min-height: 140px;
}

.nav-menu-main > ul > li .sub-menu .info img{
    max-width: 100%;
    margin: 10px;
    margin-bottom: 0;
}
.nav-menu-main > ul > li .sub-menu .info p{
    font-size: 12px;
    margin: 10px;
    margin-top: 0;
    line-height: 22px;

}
#masthead-clone .nav-menu-main > ul > li .sub-menu{
    top: 67px;
}
.nav-menu-main > ul > li li {
    width: 100%;
    padding-right: 6px;
    position: relative;
}

.nav-menu-main > ul > li li a {
    display: block;
    color: #333;
    padding: 5px 0;
    text-align: center;
    /* border-bottom: 1px dotted #eee; */
}}

.nav-menu-main > ul > li li:last-child a {
    border-bottom-width: 0px;
}

.nav-menu-main > ul > li li a:hover {
    color: #FF0000;
}

.nav-menu-main > ul > li ul ul {
    top: -5px;
    left: 206px;
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
}

.nav-menu-main > ul > li.current_page_item > a,.nav-menu-main > ul > li.current_page_parent > a,.nav-menu-main > ul > li.current_page_ancestor > a,.nav-menu-main > ul > li.current-menu-item > a,.nav-menu-main > ul > li.current-menu-parent > a,.nav-menu-main > ul > li.current-menu-ancestor > a {
    color: #db931b;
    -moz-box-shadow: 0px 0px 1px rgba(255,255,255,0.3) inset;
    -webkit-box-shadow: 0px 0px 1px rgba(255,255,255,0.3) inset;
    box-shadow: 0px 0px 1px rgba(255,255,255,0.3) inset;
}

.nav-menu-main > ul ul li.current_page_item > a,.nav-menu-main > ul ul li.current_page_parent > a,.nav-menu-main > ul ul li.current_page_ancestor > a,.nav-menu-main > ul ul li.current-menu-item > a,.nav-menu-main > ul ul li.current-menu-parent > a,.nav-menu-main > ul ul li.current-menu-ancestor > a {
    color: #639;
}

.nav-menu-main li > .sub-menu {
    opacity: 0;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    overflow: hidden;
    height: 0px;
}

.nav-menu-main li:hover > .sub-menu {
    opacity: 1;
    height: auto;
}

.nav-menu-main li:hover > ul:hover {
    overflow: visible;
}

.nav-menu-main li:hover > ul > li {
    margin-top: 0px;
}

.nav-menu-main li:hover > ul > li:first-child {
    margin-top: 5px;
}

.nav-menu-main li:hover > ul > li:last-child {
    margin-bottom: 5px;
}

html.ie8 .nav-menu-main li:hover > ul > li:last-child {
    margin-bottom: 0px;
}

html.ie8 .nav-menu-main li:hover > ul {
    padding-bottom: 5px;
}

.nav-menu-main > ul > li.ait-demo > a {
    color: #ff4900;
}

.breadcrumb {
    padding: 5px 10px;
    background: #f7f7f8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.breadcrumbs {
    text-align: center;
}

.page-title {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
}

.page-title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    height: 4px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.page-title h1 {
    margin: 0px;
}

.page-title .description {
    clear: both;
    margin-top: 10px;
    font-family: "OpenSansCondBold";
    text-transform: uppercase;
}

.page-title .entry-meta {
    margin-top: 20px;
    display: none;
}

.page-title .entry-title:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.page-title .entry-title-wrap {
    position: relative;
}

.page-title .entry-data {
    position: relative;
}

.page-title .entry-data .page-title-data {
    display: inline-block;
    margin: 0 7px;
}

.page-title .entry-thumbnail img {
    margin: 0px;
}

.page-title .entry-thumbnail:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.page-title .entry-thumbnail .entry-thumbnail-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.page-title .entry-thumbnail .nav-previous {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -32px;
}

.page-title .entry-thumbnail .nav-previous .nav-text {
    display: none;
}

.page-title .entry-thumbnail .nav-next {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -32px;
}

.page-title .entry-thumbnail .nav-next .nav-text {
    display: none;
}

.page-title .entry-thumbnail a span.nav-next {
    color: transparent;
}

.page-title .entry-thumbnail .nolink .meta-nav {
    background: transparent url('../images/pagination_arrows_nolink.png');
    opacity: 1;
}

.page-title .entry-thumbnail .nolink .nav-previous .meta-nav {
    background-position: 0 0;
}

.page-title .entry-thumbnail .nolink .nav-next .meta-nav {
    background-position: 64px 0;
}

.page-title .entry-thumbnail .meta-nav {
    display: block;
    background: transparent url('../images/pagination_arrows.png');
    width: 64px;
    height: 64px;
    opacity: 0.3;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page-title .entry-thumbnail .meta-nav:hover {
    opacity: 1;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page-title .entry-thumbnail .nav-previous .meta-nav {
    background-position: 0 0;
}

.page-title .entry-thumbnail .nav-next .meta-nav {
    background-position: 64px 0;
}

.page-title .entry-thumbnail a.thumb-link {
    display: block;
}

.page-title .entry-thumbnail a.thumb-link .entry-thumbnail-icon {
    display: inline-block;
    line-height: 0px;
    max-width: 100%;
    position: relative;
    vertical-align: top;
}

.page-title .entry-thumbnail a.thumb-link .entry-thumbnail-icon:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url('../images/zoom_full.png') center center no-repeat;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    opacity: 0;
}

.page-title .entry-thumbnail a.thumb-link:hover .entry-thumbnail-icon:before {
    opacity: 1;
}

.page-title .entry-thumbnail a.thumb-link .entry-thumbnail-icon img {
    opacity: 1;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    vertical-align: top;
}

.page-title .entry-thumbnail a.thumb-link:hover .entry-thumbnail-icon img {
    opacity: 1;
}

.page-title .comments-link {
    position: absolute;
    top: -3px;
    right: 0px;
}


/* 普通翻页器-默认居中 */
.page-nav{clear: both;padding: 20px 0;}
.m-page{margin:10px 0 0;text-align:center;line-height:32px;font-size:0;letter-spacing:-0.307em;word-wrap:normal;white-space:nowrap;color:#999;}
.m-page a,.m-page i{display:inline-block;vertical-align:top;padding:0 12px;margin-left:-1px;border:1px solid #ddd;font-size:12px;letter-spacing:normal;text-shadow:0 1px #fff;background:#fff;-webkit-transition:background-color 0.3s;-moz-transition:background-color 0.3s;-ms-transition:background-color 0.3s;transition:background-color 0.3s;}
.m-page a,.m-page a:hover{text-decoration:none;color: #999;}
.m-page a:first-child{margin-left:0;border-top-left-radius:5px;border-bottom-left-radius:5px;}
.m-page a:last-child{margin-right:0;border-top-right-radius:5px;border-bottom-right-radius:5px;}
.m-page a.pageprv:before,.m-page a.pagenxt:after{font-weight:bold;font-family:\5b8b\4f53;vertical-align:top;}
.m-page a:hover{background:#f5f5f5;color: #639;}
.m-page a:active{background:#f0f0f0;}
.m-page a.z-crt,.m-page a.z-crt:hover,.m-page a.z-crt:active{cursor:default;color:#999;background:#f5f5f5;}
.m-page a.z-dis,.m-page a.z-dis:hover,.m-page a.z-dis:active{cursor:default;color:#ccc;background:#fff;}
/* 居左 */
.m-page-lt{text-align:left;}
/* 居右 */
.m-page-rt{text-align:center;}
/* 较小 */
.m-page-sm{line-height:22px;}
.m-page-sm a,.m-page-sm i{padding:0 8px;}
/* 分离 */
.m-page-sr a,.m-page-sr i{margin:0 3px;border-radius:5px;}
.m-page-sr i{border:0;}
.m-page-sr a:first-child,.m-page-sr a:last-child{border-radius:5px;}


.entry-header {
    position: relative;
}

.entry-header .nothumbnail .post-title {
    margin-left: 90px;
    margin-right: 90px;
}

.entry-header .nothumbnail .entry-thumbnail .nav-single {
    position: static;
}

.entry-header .nothumbnail .entry-thumbnail a {
    margin: 0 auto;
}

.elm-content-main .elm-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.entry-content:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.entry-content p {
    margin-bottom: 20px;
}

.entry-content img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    vertical-align: top;
}

.entry-content table {
    width: 100%;
}

.entry-content table thead th {
    background: #e2e3e4 repeat;
    padding: 10px 20px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

.entry-content table tbody tr {
    border-top: solid 1px #e2e3e4;
}

.entry-content table tbody tr:first-child {
    border-top: none;
}

.entry-content table tbody td,.entry-content table tbody th {
    text-align: left;
    padding: 10px 20px;
    border: 1px solid #e2e3e4;
}

.entry-content .tabstyle1 {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
}

.entry-content .tabstyle1 table {
    margin-bottom: 0px;
    white-space: nowrap;
}

.entry-content .tabstyle1 table th,.entry-content .tabstyle1 table td {
    padding: 3px 10px;
    border-bottom: 1px solid #e2e3e4;
}

.entry-content .tabstyle1 table thead th {
    padding-top: 8px;
    padding-bottom: 5px;
    font-family: "OpenSansCondBold";
    font-weight: normal;
    color: #333;
    background: #eff0f0;
    border-bottom: 2px solid #333;
}

.entry-content .tabstyle1 table tbody th {
    color: #333;
    background: #fff;
}

.elm-columns-main {
    padding-bottom: 20px;
}

.elements-sidebar-wrap .elm-columns-main {
    padding-bottom: 0px;
}

.elm-columns-main.elm-has-bg {
    padding-bottom: 0px;
}

.column-grid {
    clear: both;
    padding: 0px;
}

.column-grid:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.column {
    float: left;
    margin-right: 4.4%;
    min-height: 5px;
}

.column-last {
    float: right;
    margin-right: 0;
}

.column-grid-2 .column-span-2 {
    width: 100%;
}

.column-grid-2 .column-span-1 {
    width: 47.8%;
}

.column-grid-2 .column-push-1 {
    margin-left: 52.2%;
}

.column-grid-3 .column-span-3 {
    width: 100%;
}

.column-grid-3 .column-span-2 {
    width: 65.2%;
}

.column-grid-3 .column-span-1 {
    width: 30.4%;
}

.column-grid-3 .column-push-2 {
    margin-left: 69.6%;
}

.column-grid-3 .column-push-1 {
    margin-left: 34.8%;
}

.column-grid-4 .column-span-4 {
    width: 100%;
}

.column-grid-4 .column-span-3 {
    width: 73.9%;
}

.column-grid-4 .column-span-2 {
    width: 47.8%;
}

.column-grid-4 .column-span-1 {
    width: 21.7%;
}

.column-grid-4 .column-push-3 {
    margin-left: 78.3%;
}

.column-grid-4 .column-push-2 {
    margin-left: 52.2%;
}

.column-grid-4 .column-push-1 {
    margin-left: 26.1%;
}

.column-grid-5 .column-span-5 {
    width: 100%;
}

.column-grid-5 .column-span-4 {
    width: 79.12%;
}

.column-grid-5 .column-span-3 {
    width: 58.24%;
}

.column-grid-5 .column-span-2 {
    width: 37.36%;
}

.column-grid-5 .column-span-1 {
    width: 16.48%;
}

.column-grid-5 .column-push-4 {
    margin-left: 83.52%;
}

.column-grid-5 .column-push-3 {
    margin-left: 62.64%;
}

.column-grid-5 .column-push-2 {
    margin-left: 41.76%;
}

.column-grid-5 .column-push-1 {
    margin-left: 20.88%;
}

.column-grid-6 .column-span-1 {
    width: 13%;
}

.column-grid-12 .column-span-12 {
    width: 100%;
}

.column-grid-12 .column-span-11 {
    width: 91.3%;
}

.column-grid-12 .column-span-10 {
    width: 82.6%;
}

.column-grid-12 .column-span-9 {
    width: 73.9%;
}

.column-grid-12 .column-span-8 {
    width: 65.2%;
}

.column-grid-12 .column-span-7 {
    width: 56.5%;
}

.column-grid-12 .column-span-6 {
    width: 47.8%;
}

.column-grid-12 .column-span-5 {
    width: 39.1%;
}

.column-grid-12 .column-span-4 {
    width: 30.4%;
}

.column-grid-12 .column-span-3 {
    width: 21.7%;
}

.column-grid-12 .column-span-2 {
    width: 13%;
}

.column-grid-12 .column-span-1 {
    width: 4.3%;
}

.column-grid-12 .column-push-11 {
    margin-left: 95.7%;
}

.column-grid-12 .column-push-10 {
    margin-left: 87%;
}

.column-grid-12 .column-push-9 {
    margin-left: 78.3%;
}

.column-grid-12 .column-push-8 {
    margin-left: 69.6%;
}

.column-grid-12 .column-push-7 {
    margin-left: 60.9%;
}

.column-grid-12 .column-push-6 {
    margin-left: 52.2%;
}

.column-grid-12 .column-push-5 {
    margin-left: 43.5%;
}

.column-grid-12 .column-push-4 {
    margin-left: 34.8%;
}

.column-grid-12 .column-push-3 {
    margin-left: 26.1%;
}

.column-grid-12 .column-push-2 {
    margin-left: 17.4%;
}

.column-grid-12 .column-push-1 {
    margin-left: 8.7%;
}

img.ait-sc-thumb {
    display: inline-block;
    padding: 5px;
    background: #fff;
    border: 1px solid #e2e3e4;
}

.wp-caption {
    display: block;
    margin-bottom: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

.wp-caption.alignleft {
    padding-right: 10px;
    margin-right: 10px;
}

.wp-caption.alignright {
    padding-left: 10px;
    margin-left: 10px;
}

.wp-caption.aligncenter {
    padding-left: 5px;
    padding-right: 5px;
}

.wp-caption img {
    vertical-align: top;
    margin-bottom: 0px;
}

.wp-caption .wp-caption-text {
    background: #eff0f0;
    margin: 1px 0px 0px 0px;
    padding: 2px 5px;
    text-align: center;
    font-style: italic;
}

.ait-sc-rule {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
}

.ait-sc-rule.rule-basic {
    border-bottom: 1px solid #e2e3e4;
    padding-top: 10px;
    margin-bottom: 40px;
}

.ait-sc-rule.rule-top {
    border-bottom: 1px solid #e2e3e4;
    padding-top: 10px;
    margin-bottom: 40px;
}

.ait-sc-rule.rule-top .ait-sc-rule-btn-top {
    display: inline-block;
    color: transparent;
    font-family: "OpenSansCondLight";
    padding: 7px 10px;
    font-size: 11px;
    line-height: 16px;
    background: #e2e3e4;
    position: absolute;
    top: -3px;
    right: 50%;
    cursor: pointer;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.ait-sc-rule.rule-top .ait-sc-rule-btn-top:after {
    content: "";
    border-width: 0 5px 6px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    top: 11px;
    left: 11px;
}

.ait-sc-rule.rule-top .ait-sc-rule-btn-top:hover {
    background: #c8cacb;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.ait-sc-rule.rule-empty {
    height: 20px;
    clear: none;
}

.ait-sc-button {
    background: #333;
    border: 1px solid #333;
    display: inline-block;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    overflow: hidden;
}

.ait-sc-button:hover {
    -moz-box-shadow: 0px 50px 80px -50px rgba(255,255,255,0.5) inset;
    -webkit-box-shadow: 0px 50px 80px -50px rgba(255,255,255,0.5) inset;
    box-shadow: 0px 50px 80px -50px rgba(255,255,255,0.5) inset;
}

.ait-sc-button.alignleft {
    margin-bottom: 20px;
}

.ait-sc-button.alignright {
    margin-bottom: 20px;
}

.ait-sc-button.aligncenter {
    margin-bottom: 20px;
}

.ait-sc-button .container {
    display: table;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ait-sc-button .wrap {
    display: table-row;
}

.ait-sc-button .icon {
    display: table-cell;
    vertical-align: top;
    padding: 13px;
}

.ait-sc-button .icon img {
    margin: 0px;
    display: inline-block;
    vertical-align: top;
}

.ait-sc-button .text {
    display: table-cell;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
}

.ait-sc-button.simple .text {
    padding: 4px;
}

.ait-sc-button .title {
    color: #fff;
    display: block;
    font-family: "OpenSansCondBold";
}

.ait-sc-button .description {
    color: #b3b3b3;
    display: block;
}

.ait-sc-button.buticon .text {
    padding: 13px;
}

.ait-sc-button.buticon.buticon-left .icon,.ait-sc-button.buticon.buticon-right .icon {
    text-align: center !important;
}

.ait-sc-button.buticon.buticon-left .text {
    padding-left: 0px;
}

.ait-sc-button.buticon.buticon-right .text {
    padding-right: 0px;
}

.ait-sc-button.buticon.buticon-top span,.ait-sc-button.buticon.buticon-bottom span {
    display: block;
}

.ait-sc-button.buticon.buticon-top .icon {
    padding-top: 18px;
}

.ait-sc-button.buticon.buticon-top .text {
    padding-bottom: 18px;
    padding-top: 0px;
}

.ait-sc-button.buticon.buticon-bottom .icon {
    padding-bottom: 18px;
}

.ait-sc-button.buticon.buticon-bottom .text {
    padding-top: 18px;
    padding-bottom: 0px;
}

.ait-sc-button.notext span {
    display: block;
}

.ait-sc-button.notext .icon {
    padding: 13px !important;
}

.entry-content ul,ul.ait-sc-lists {
    list-style-type: none;
    margin-bottom: 20px;
}

ul.ait-sc-lists:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

ul.ait-sc-lists li {
    padding: 0px 0px 10px 30px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul.ait-sc-lists li:last-child {
    padding-bottom: 0px;
}

ul.ait-sc-lists li:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url('../images/lists.png') top left no-repeat;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

ul.ait-sc-lists.line li {
    border-top: 1px solid #e2e3e4;
    padding-top: 10px;
}

ul.ait-sc-lists.line li:first-child {
    border-top-width: 0px;
    padding-top: 0px;
}

ul.ait-sc-lists.line li:before {
    top: 10px;
}

ul.ait-sc-lists.line li:first-child:before {
    top: 0px;
}

ul.ait-sc-lists.style1 li:before,ul.ait-sc-lists li.style1:before {
    background-position: 0px 0px;
    background-color: #333;
}

ul.ait-sc-lists.style2 li:before,ul.ait-sc-lists li.style2:before {
    background-position: -20px 0px;
    background-color: #333;
}

ul.ait-sc-lists.style3 li:before,ul.ait-sc-lists li.style3:before {
    background-position: -40px 0px;
    background-color: #333;
}

ul.ait-sc-lists.style4 li:before,ul.ait-sc-lists li.style4:before {
    background-position: -60px 0px;
    background-color: #333;
}

ul.ait-sc-lists.style5 li:before,ul.ait-sc-lists li.style5:before {
    background-position: -80px 0px;
    background-color: #333;
}

ul.ait-sc-lists.style6 li:before,ul.ait-sc-lists li.style6:before {
    background-position: -100px 0px;
    background-color: #333;
}

ul.ait-sc-lists.layout-half li {
    width: 47.8%;
    margin-right: 4.4%;
    float: left;
}

ul.ait-sc-lists.layout-half li:nth-child(2n) {
    margin-right: 0px;
}

ul.ait-sc-lists.layout-half li:nth-child(2n+1) {
    clear: both;
}

ul.ait-sc-lists.layout-half.line li:nth-child(2) {
    border-top-width: 0px;
    padding-top: 0px;
}

ul.ait-sc-lists.layout-half.line li:nth-child(2):before {
    top: 0px;
}

.ait-sc-notification {
    min-height: 27px;
    border: 3px solid #e2e3e4;
    background: #eff0f0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 38px 10px 67px;
    position: relative;
    margin-bottom: 20px;
    -moz-box-shadow: 72px 0px 0px -20px rgba(0,0,0,0.05) inset;
    -webkit-box-shadow: 72px 0px 0px -20px rgba(0,0,0,0.05) inset;
    box-shadow: 72px 0px 0px -20px rgba(0,0,0,0.05) inset;
}

.ait-sc-notification:before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url('../images/notifications.png') top left no-repeat #f00;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.ait-sc-notification .notify-wrap:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.ait-sc-notification .notify-wrap :nth-child(n) {
    margin-bottom: 5px !important;
}

.ait-sc-notification .close {
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    font-size: 0px;
    line-height: 0px;
    background: #333;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url('../images/notifications.png') -136px -8px no-repeat;
    background-color: rgba(0,0,0,0.2);
}

.ait-sc-notification .close:hover {
    background-color: rgba(0,0,0,0.5);
}

.ait-sc-notification.error {
    background-color: #fff;
    border-color: #f48888;
}

.ait-sc-notification.success {
    background-color: #fff;
    border-color: #a5cf47;
}

.ait-sc-notification.info {
    background-color: #fff;
    border-color: #00baff;
}

.ait-sc-notification.attention {
    background-color: #fffbf0;
    border-color: #ffb400;
}

.ait-sc-notification.error:before {
    background-color: #f48888;
    background-position: 0px 0px;
}

.ait-sc-notification.success:before {
    background-color: #a5cf47;
    background-position: -32px 0px;
}

.ait-sc-notification.info:before {
    background-color: #00baff;
    background-position: -64px 0px;
}

.ait-sc-notification.attention:before {
    background-color: #ffb400;
    background-position: -96px 0px;
}

.ait-sc-modal-content {
    padding: 30px;
}

.elm-revolution-slider .slider .rev_slider {
    background-position: center center;
}

.elm-revolution-slider .slider-alternative img {
    display: block;
}

body.layout-narrow .elm-revolution-slider .rev_slider_wrapper ul li {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.elm-revolution-slider {
    min-height: 100px;
    position: relative;
}

.elm-revolution-slider .slider .tp-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
}

.elm-revolution-slider .loading {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.elm-revolution-slider .loading .ait-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -38px;
    margin-left: -24px;
}

.elm-revolution-slider .tp-caption h1 {
    font-size: 80px;
    line-height: 100px;
    white-space: normal;
    margin: 0px;
}

.elm-revolution-slider .tp-caption h2 {
    font-size: 60px;
    line-height: 76px;
    white-space: normal;
    margin: 0px;
}

.elm-revolution-slider .tp-caption h3 {
    font-size: 40px;
    line-height: 54px;
    white-space: normal;
    margin: 0px;
}

.elm-revolution-slider .tp-caption h4 {
    font-size: 30px;
    line-height: 40px;
    white-space: normal;
    margin: 0px;
}

.elm-revolution-slider .tp-caption h5 {
    font-size: 24px;
    line-height: 30px;
    white-space: normal;
    margin: 0px;
}

.elm-revolution-slider .tp-caption h6 {
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
    margin: 0px;
}

.elm-revolution-slider .tp-caption p {
    white-space: normal;
}

.elm-revolution-slider .tp-caption iframe {
    max-width: none;
}

.tp-bullets.simplebullets.round .bullet {
    background: url('../images/bullet.png') no-repeat left top !important;
    margin-left: 5px;
    opacity: 0.5;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.tp-bullets.simplebullets.round .bullet:hover,.tp-bullets.simplebullets.round .bullet.selected,.tp-bullets.simplebullets.navbar .bullet:hover,.tp-bullets.simplebullets.navbar .bullet.selected {
    background: url('../images/bullet.png') no-repeat left top !important;
    opacity: 1 !important;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.elm-easy-slider-main .bx-wrapper .bx-viewport {
    border: none;
    background: none;
    left: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.elm-easy-slider-main .bx-wrapper .bx-loading {
    display: none;
}

.elm-easy-slider-main .bx-wrapper img {
    width: 100%;
}

.elm-easy-slider-main .bx-wrapper .bx-caption span {
    color: inherit;
    display: inline;
    font: inherit;
    padding: 0;
}

.elm-easy-slider-main .bx-wrapper li {
    position: relative;
}

.elm-easy-slider-main .bx-wrapper li .bx-caption {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    background: none;
    width: 100%;
}

.elm-easy-slider-main .bx-wrapper li .bx-caption-wrap {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    bottom: 0px;
}

.elm-easy-slider-main .bx-wrapper li .bx-cap-table {
    display: table;
    width: 100%;
    height: 100%;
    margin-left: -50%;
    table-layout: fixed;
}

.elm-easy-slider-main .bx-wrapper li .bx-cap-row {
    display: table-row;
}

.elm-easy-slider-main .bx-wrapper li .bx-cap-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
}

.elm-easy-slider-main .bx-wrapper li .text-left {
    text-align: left;
}

.elm-easy-slider-main .bx-wrapper li .text-center {
    text-align: center;
}

.elm-easy-slider-main .bx-wrapper li .text-right {
    text-align: right;
}

.elm-easy-slider-main .bx-wrapper li.top-left .bx-cap-cell {
    vertical-align: top;
    text-align: left;
    padding-bottom: 0px !important;
}

.elm-easy-slider-main .bx-wrapper li.top-center .bx-cap-cell {
    vertical-align: top;
    text-align: center;
    padding-bottom: 0px !important;
}

.elm-easy-slider-main .bx-wrapper li.top-right .bx-cap-cell {
    vertical-align: top;
    text-align: right;
    padding-bottom: 0px !important;
}

.elm-easy-slider-main .bx-wrapper li.center-left .bx-cap-cell {
    vertical-align: middle;
    text-align: left;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.elm-easy-slider-main .bx-wrapper li.center-center .bx-cap-cell {
    vertical-align: middle;
    text-align: center;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.elm-easy-slider-main .bx-wrapper li.center-right .bx-cap-cell {
    vertical-align: middle;
    text-align: right;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.elm-easy-slider-main .bx-wrapper li.bottom-left .bx-cap-cell {
    vertical-align: bottom;
    text-align: left;
    padding-top: 0px !important;
}

.elm-easy-slider-main .bx-wrapper li.bottom-center .bx-cap-cell {
    vertical-align: bottom;
    text-align: center;
    padding-top: 0px !important;
}

.elm-easy-slider-main .bx-wrapper li.bottom-right .bx-cap-cell {
    vertical-align: bottom;
    text-align: right;
    padding-top: 0px !important;
}

.elm-easy-slider-main .bx-wrapper li.top-full .bx-caption-wrap,.elm-easy-slider-main .bx-wrapper li.bottom-full .bx-caption-wrap {
    max-width: 100%;
    left: 0px;
}

.elm-easy-slider-main .bx-wrapper li.top-full .bx-cap-table,.elm-easy-slider-main .bx-wrapper li.bottom-full .bx-cap-table {
    margin-left: 0%;
}

.elm-easy-slider-main .bx-wrapper li.top-full .bx-caption-desc,.elm-easy-slider-main .bx-wrapper li.bottom-full .bx-caption-desc {
    width: 100% !important;
}

.elm-easy-slider-main .bx-wrapper li.top-full .bx-caption-desc-wrap,.elm-easy-slider-main .bx-wrapper li.bottom-full .bx-caption-desc-wrap {
    margin: auto;
}

.elm-easy-slider-main .bx-wrapper li.top-full .bx-cap-cell {
    vertical-align: top;
    text-align: center;
}

.elm-easy-slider-main .bx-wrapper li.bottom-full .bx-cap-cell {
    vertical-align: bottom;
    text-align: center;
}

.elm-easy-slider-main .bx-wrapper li .bx-caption-desc {
    display: inline-block;
    max-width: 100%;
}

.elm-easy-slider-main .elm-easy-slider .bx-wrapper ul li.big-description .bx-caption {
    position: static !important;
}

.elm-easy-slider-main .elm-easy-slider .bx-wrapper ul li.big-description .bx-caption .bx-cap-table {
    margin: 0px !important;
    height: auto !important;
}

.elm-easy-slider-main .elm-easy-slider .bx-wrapper ul li.big-description .bx-caption .bx-cap-cell {
    height: auto !important;
    padding: 0px !important;
}

.elm-easy-slider-main .elm-easy-slider .bx-wrapper ul li.big-description .bx-caption .bx-caption-wrap {
    max-width: 100% !important;
    position: static !important;
    margin: 0px !important;
}

.elm-easy-slider-main .elm-easy-slider .bx-wrapper ul li.big-description .bx-caption .bx-caption-desc {
    width: 100% !important;
}

.elm-easy-slider-main .elm-easy-slider .bx-wrapper ul li.big-description .bx-caption .bx-caption-desc-wrap {
    max-width: 100% !important;
    text-align: center !important;
}

.elm-easy-slider-main .bx-wrapper .bx-pager,.elm-easy-slider-main .bx-wrapper .bx-controls-auto {
    font-size: 0px;
    line-height: 0px;
    padding: 0px;
    margin: 0px;
}

.elm-easy-slider-main ul.easy-slider {
    opacity: 0;
    white-space: nowrap;
}

.elm-easy-slider-main ul.easy-slider li {
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.elm-easy-slider-main ul.easy-slider li .bx-caption {
    display: none;
}

.elm-easy-slider-main.load-finished ul.easy-slider li .bx-caption {
    display: block;
}

.elm-easy-slider-main.load-finished ul.easy-slider {
    opacity: 1;
}

.elm-easy-slider-main .elm-easy-slider {
    position: relative;
}

.elm-easy-slider-main .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.elm-easy-slider-main .bx-wrapper li .bx-caption-wrap {
    max-width: 1200px;
}

.elm-easy-slider-main .bx-wrapper li .bx-cap-cell {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.elm-easy-slider-main .bx-wrapper li.top-full .bx-caption-desc-wrap,.elm-easy-slider-main .bx-wrapper li.bottom-full .bx-caption-desc-wrap {
    max-width: 1200px;
}

.elm-easy-slider-main .bx-wrapper li .bx-caption-desc {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px 20px 20px;
}

.elm-easy-slider-main .bx-wrapper li .bx-caption .bx-caption-desc {
    width: 350px;
    background: none;
    color: #fff;
}

.elm-easy-slider-main .bx-wrapper li .bx-caption .bx-caption-desc h1,.elm-easy-slider-main .bx-wrapper li .bx-caption .bx-caption-desc h2,.elm-easy-slider-main .bx-wrapper li .bx-caption .bx-caption-desc h3,.elm-easy-slider-main .bx-wrapper li .bx-caption .bx-caption-desc h4,.elm-easy-slider-main .bx-wrapper li .bx-caption .bx-caption-desc h5,.elm-easy-slider-main .bx-wrapper li .bx-caption .bx-caption-desc h6 {
    color: #fff;
    margin: 10px 0px 0px 0px;
}

.elm-easy-slider-main .bx-wrapper li .bx-caption .bx-caption-desc h3.bx-title {
    line-height: normal;
}

.elm-easy-slider-main .bx-wrapper li .bx-caption .bx-caption-desc p {
    margin-top: 10px;
}

.elm-easy-slider-main .bx-wrapper li .bx-caption .bx-caption-desc strong {
    color: #fff;
}

.elm-easy-slider-main .bx-wrapper li .bx-caption .bx-caption-desc a {
    color: #fff;
}

.elm-easy-slider-main .bx-wrapper li .bx-caption .bx-caption-desc a:hover {
    color: #fff;
    text-decoration: underline;
}

.elm-easy-slider-main .bx-wrapper li .bx-caption .bx-caption-desc span.bx-link-button {
    background: #639;
    color: #fff;
    opacity: 1;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 1px 8px;
    margin-top: 15px;
    font-family: "OpenSansCondBold";
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.elm-easy-slider-main .bx-wrapper li .bx-caption .bx-caption-desc span.bx-link-button:hover {
    background: #333;
    opacity: 1;
}

.elm-easy-slider-main .bx-wrapper li .bx-caption-desc {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.elm-easy-slider-main .bx-wrapper li.top-full .bx-caption-desc,.elm-easy-slider-main .bx-wrapper li.bottom-full .bx-caption-desc {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.elm-easy-slider-main.fullsize .bx-wrapper li.top-left .bx-caption-desc,.elm-easy-slider-main.fullsize .bx-wrapper li.top-center .bx-caption-desc,.elm-easy-slider-main.fullsize .bx-wrapper li.top-right .bx-caption-desc {
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

.elm-easy-slider-main.fullsize .bx-wrapper li.bottom-left .bx-caption-desc,.elm-easy-slider-main.fullsize .bx-wrapper li.bottom-center .bx-caption-desc,.elm-easy-slider-main.fullsize .bx-wrapper li.bottom-right .bx-caption-desc {
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.elm-easy-slider-main.fullsize .bx-wrapper .V-Offset li.top-left .bx-caption-desc,.elm-easy-slider-main.fullsize .bx-wrapper .V-Offset li.top-center .bx-caption-desc,.elm-easy-slider-main.fullsize .bx-wrapper .V-Offset li.top-right .bx-caption-desc {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.elm-easy-slider-main.fullsize .bx-wrapper .V-Offset li.bottom-left .bx-caption-desc,.elm-easy-slider-main.fullsize .bx-wrapper .V-Offset li.bottom-center .bx-caption-desc,.elm-easy-slider-main.fullsize .bx-wrapper .V-Offset li.bottom-right .bx-caption-desc {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.elm-easy-slider-main.fullsize .bx-wrapper .VH-Offset li .bx-caption-desc {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.elm-easy-slider-main.fullsize .bx-wrapper .VH-Offset li.top-full .bx-caption-desc,.elm-easy-slider-main.fullsize .bx-wrapper .VH-Offset li.bottom-full .bx-caption-desc {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.elements-sidebar-wrap .elm-easy-slider-main.fullsize .bx-wrapper li.top-left .bx-caption-desc,.column .elm-easy-slider-main.fullsize .bx-wrapper li.top-left .bx-caption-desc,.elm-easy-slider-main.contentsize .bx-wrapper li.top-left .bx-caption-desc {
    -moz-border-radius: 0px 0px 5px 0px;
    -webkit-border-radius: 0px 0px 5px 0px;
    border-radius: 0px 0px 5px 0px;
}

.elements-sidebar-wrap .elm-easy-slider-main.fullsize .bx-wrapper li.top-center .bx-caption-desc,.column .elm-easy-slider-main.fullsize .bx-wrapper li.top-center .bx-caption-desc,.elm-easy-slider-main.contentsize .bx-wrapper li.top-center .bx-caption-desc {
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

.elements-sidebar-wrap .elm-easy-slider-main.fullsize .bx-wrapper li.top-right .bx-caption-desc,.column .elm-easy-slider-main.fullsize .bx-wrapper li.top-right .bx-caption-desc,.elm-easy-slider-main.contentsize .bx-wrapper li.top-right .bx-caption-desc {
    -moz-border-radius: 0px 0px 0px 5px;
    -webkit-border-radius: 0px 0px 0px 5px;
    border-radius: 0px 0px 0px 5px;
}

.elements-sidebar-wrap .elm-easy-slider-main.fullsize .bx-wrapper li.center-left .bx-caption-desc,.column .elm-easy-slider-main.fullsize .bx-wrapper li.center-left .bx-caption-desc,.elm-easy-slider-main.contentsize .bx-wrapper li.center-left .bx-caption-desc {
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}

.elements-sidebar-wrap .elm-easy-slider-main.fullsize .bx-wrapper li.center-right .bx-caption-desc,.column .elm-easy-slider-main.fullsize .bx-wrapper li.center-right .bx-caption-desc,.elm-easy-slider-main.contentsize .bx-wrapper li.center-right .bx-caption-desc {
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

.elements-sidebar-wrap .elm-easy-slider-main.fullsize .bx-wrapper li.bottom-left .bx-caption-desc,.column .elm-easy-slider-main.fullsize .bx-wrapper li.bottom-left .bx-caption-desc,.elm-easy-slider-main.contentsize .bx-wrapper li.bottom-left .bx-caption-desc {
    -moz-border-radius: 0px 5px 0px 0px;
    -webkit-border-radius: 0px 5px 0px 0px;
    border-radius: 0px 5px 0px 0px;
}

.elements-sidebar-wrap .elm-easy-slider-main.fullsize .bx-wrapper li.bottom-center .bx-caption-desc,.column .elm-easy-slider-main.fullsize .bx-wrapper li.bottom-center .bx-caption-desc,.elm-easy-slider-main.contentsize .bx-wrapper li.bottom-center .bx-caption-desc {
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.elements-sidebar-wrap .elm-easy-slider-main.fullsize .bx-wrapper li.bottom-right .bx-caption-desc,.column .elm-easy-slider-main.fullsize .bx-wrapper li.bottom-right .bx-caption-desc,.elm-easy-slider-main.contentsize .bx-wrapper li.bottom-right .bx-caption-desc {
    -moz-border-radius: 5px 0px 0px 0px;
    -webkit-border-radius: 5px 0px 0px 0px;
    border-radius: 5px 0px 0px 0px;
}

.elements-sidebar-wrap .elm-easy-slider-main.fullsize .bx-wrapper .V-Offset li.top-left .bx-caption-desc,.column .elm-easy-slider-main.fullsize .bx-wrapper .V-Offset li.top-left .bx-caption-desc,.elm-easy-slider-main.contentsize .bx-wrapper .V-Offset li.top-left .bx-caption-desc {
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}

.elements-sidebar-wrap .elm-easy-slider-main.fullsize .bx-wrapper .V-Offset li.top-center .bx-caption-desc,.column .elm-easy-slider-main.fullsize .bx-wrapper .V-Offset li.top-center .bx-caption-desc,.elm-easy-slider-main.contentsize .bx-wrapper .V-Offset li.top-center .bx-caption-desc {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.elements-sidebar-wrap .elm-easy-slider-main.fullsize .bx-wrapper .V-Offset li.top-right .bx-caption-desc,.column .elm-easy-slider-main.fullsize .bx-wrapper .V-Offset li.top-right .bx-caption-desc,.elm-easy-slider-main.contentsize .bx-wrapper .V-Offset li.top-right .bx-caption-desc {
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

.elements-sidebar-wrap .elm-easy-slider-main.fullsize .bx-wrapper .V-Offset li.bottom-left .bx-caption-desc,.column .elm-easy-slider-main.fullsize .bx-wrapper .V-Offset li.bottom-left .bx-caption-desc,.elm-easy-slider-main.contentsize .bx-wrapper .V-Offset li.bottom-left .bx-caption-desc {
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}

.elements-sidebar-wrap .elm-easy-slider-main.fullsize .bx-wrapper .V-Offset li.bottom-center .bx-caption-desc,.column .elm-easy-slider-main.fullsize .bx-wrapper .V-Offset li.bottom-center .bx-caption-desc,.elm-easy-slider-main.contentsize .bx-wrapper .V-Offset li.bottom-center .bx-caption-desc {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.elements-sidebar-wrap .elm-easy-slider-main.fullsize .bx-wrapper .V-Offset li.bottom-right .bx-caption-desc,.column .elm-easy-slider-main.fullsize .bx-wrapper .V-Offset li.bottom-right .bx-caption-desc,.elm-easy-slider-main.contentsize .bx-wrapper .V-Offset li.bottom-right .bx-caption-desc {
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

.elements-sidebar-wrap .elm-easy-slider-main.fullsize .bx-wrapper .H-Offset li.top-left .bx-caption-desc,.column .elm-easy-slider-main.fullsize .bx-wrapper .H-Offset li.top-left .bx-caption-desc,.elm-easy-slider-main.contentsize .bx-wrapper .H-Offset li.top-left .bx-caption-desc {
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

.elements-sidebar-wrap .elm-easy-slider-main.fullsize .bx-wrapper .H-Offset li.top-right .bx-caption-desc,.column .elm-easy-slider-main.fullsize .bx-wrapper .H-Offset li.top-right .bx-caption-desc,.elm-easy-slider-main.contentsize .bx-wrapper .H-Offset li.top-right .bx-caption-desc {
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

.elements-sidebar-wrap .elm-easy-slider-main.fullsize .bx-wrapper .H-Offset li.center-left .bx-caption-desc,.column .elm-easy-slider-main.fullsize .bx-wrapper .H-Offset li.center-left .bx-caption-desc,.elm-easy-slider-main.contentsize .bx-wrapper .H-Offset li.center-left .bx-caption-desc {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.elements-sidebar-wrap .elm-easy-slider-main.fullsize .bx-wrapper .H-Offset li.center-right .bx-caption-desc,.column .elm-easy-slider-main.fullsize .bx-wrapper .H-Offset li.center-right .bx-caption-desc,.elm-easy-slider-main.contentsize .bx-wrapper .H-Offset li.center-right .bx-caption-desc {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.elements-sidebar-wrap .elm-easy-slider-main.fullsize .bx-wrapper .H-Offset li.bottom-left .bx-caption-desc,.column .elm-easy-slider-main.fullsize .bx-wrapper .H-Offset li.bottom-left .bx-caption-desc,.elm-easy-slider-main.contentsize .bx-wrapper .H-Offset li.bottom-left .bx-caption-desc {
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.elements-sidebar-wrap .elm-easy-slider-main.fullsize .bx-wrapper .H-Offset li.bottom-right .bx-caption-desc,.column .elm-easy-slider-main.fullsize .bx-wrapper .H-Offset li.bottom-right .bx-caption-desc,.elm-easy-slider-main.contentsize .bx-wrapper .H-Offset li.bottom-right .bx-caption-desc {
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.elements-sidebar-wrap .elm-easy-slider-main.fullsize .bx-wrapper .VH-Offset li .bx-caption-desc,.column .elm-easy-slider-main.fullsize .bx-wrapper .VH-Offset li .bx-caption-desc,.elm-easy-slider-main.contentsize .bx-wrapper .VH-Offset li .bx-caption-desc {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.elements-sidebar-wrap .elm-easy-slider-main.fullsize .bx-wrapper .VH-Offset li.top-full .bx-caption-desc,.elements-sidebar-wrap .elm-easy-slider-main.fullsize .bx-wrapper .VH-Offset li.bottom-full .bx-caption-desc,.column .elm-easy-slider-main.fullsize .bx-wrapper .VH-Offset li.top-full .bx-caption-desc,.column .elm-easy-slider-main.fullsize .bx-wrapper .VH-Offset li.bottom-full .bx-caption-desc,.elm-easy-slider-main.contentsize .bx-wrapper .VH-Offset li.top-full .bx-caption-desc,.elm-easy-slider-main.contentsize .bx-wrapper .VH-Offset li.bottom-full .bx-caption-desc {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.elm-easy-slider-main .elm-easy-slider .bx-wrapper ul li.big-description .bx-caption .bx-cap-cell {
    background: #adb0b3 !important;
}

.elm-easy-slider-main .elm-easy-slider .bx-wrapper ul li.big-description .bx-caption .bx-caption-desc {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    padding-bottom: 30px !important;
}

.elm-easy-slider-main .bx-wrapper .descanimation-fade li .bx-caption .bx-caption-desc {
    opacity: 0;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.elm-easy-slider-main .bx-wrapper .descanimation-fade li .bx-caption.animation-start	.bx-caption-desc {
    opacity: 1;
}

.elm-easy-slider-main .bx-wrapper .descanimation-rotate li .bx-caption .bx-caption-desc {
    transform: perspective(600px) rotateY(90deg);
    -webkit-transform: perspective(600px) rotateY(90deg);
    opacity: 0;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.elm-easy-slider-main .bx-wrapper .descanimation-rotate li .bx-caption.animation-start	.bx-caption-desc {
    transform: perspective(600px) rotateY(0deg);
    -webkit-transform: perspective(600px) rotateY(0deg);
    opacity: 1;
}

.elm-easy-slider-main .bx-wrapper .descanimation-move li .bx-caption .bx-caption-desc {
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.elm-easy-slider-main .bx-wrapper .descanimation-move li.top-full .bx-caption .bx-caption-desc {
    -moz-transform: translate(0px,-60px);
    -webkit-transform: translate(0px,-60px);
    -ms-transform: translate(0px,-60px);
    transform: translate(0px,-60px);
    opacity: 0;
}

.elm-easy-slider-main .bx-wrapper .descanimation-move li.top-left .bx-caption .bx-caption-desc {
    -moz-transform: translate(-60px,0px);
    -webkit-transform: translate(-60px,0px);
    -ms-transform: translate(-60px,0px);
    transform: translate(-60px,0px);
    opacity: 0;
}

.elm-easy-slider-main .bx-wrapper .descanimation-move li.top-center .bx-caption .bx-caption-desc {
    -moz-transform: translate(0px,-60px);
    -webkit-transform: translate(0px,-60px);
    -ms-transform: translate(0px,-60px);
    transform: translate(0px,-60px);
    opacity: 0;
}

.elm-easy-slider-main .bx-wrapper .descanimation-move li.top-right .bx-caption .bx-caption-desc {
    -moz-transform: translate(60px,0px);
    -webkit-transform: translate(60px,0px);
    -ms-transform: translate(60px,0px);
    transform: translate(60px,0px);
    opacity: 0;
}

.elm-easy-slider-main .bx-wrapper .descanimation-move li.center-left .bx-caption .bx-caption-desc {
    -moz-transform: translate(-60px,0px);
    -webkit-transform: translate(-60px,0px);
    -ms-transform: translate(-60px,0px);
    transform: translate(-60px,0px);
    opacity: 0;
}

.elm-easy-slider-main .bx-wrapper .descanimation-move li.center-center .bx-caption .bx-caption-desc {
    -moz-transform: translate(0px,60px);
    -webkit-transform: translate(0px,60px);
    -ms-transform: translate(0px,60px);
    transform: translate(0px,60px);
    opacity: 0;
}

.elm-easy-slider-main .bx-wrapper .descanimation-move li.center-right .bx-caption .bx-caption-desc {
    -moz-transform: translate(60px,0px);
    -webkit-transform: translate(60px,0px);
    -ms-transform: translate(60px,0px);
    transform: translate(60px,0px);
    opacity: 0;
}

.elm-easy-slider-main .bx-wrapper .descanimation-move li.bottom-left .bx-caption .bx-caption-desc {
    -moz-transform: translate(-60px,0px);
    -webkit-transform: translate(-60px,0px);
    -ms-transform: translate(-60px,0px);
    transform: translate(-60px,0px);
    opacity: 0;
}

.elm-easy-slider-main .bx-wrapper .descanimation-move li.bottom-center .bx-caption .bx-caption-desc {
    -moz-transform: translate(0px,60px);
    -webkit-transform: translate(0px,60px);
    -ms-transform: translate(0px,60px);
    transform: translate(0px,60px);
    opacity: 0;
}

.elm-easy-slider-main .bx-wrapper .descanimation-move li.bottom-right .bx-caption .bx-caption-desc {
    -moz-transform: translate(60px,0px);
    -webkit-transform: translate(60px,0px);
    -ms-transform: translate(60px,0px);
    transform: translate(60px,0px);
    opacity: 0;
}

.elm-easy-slider-main .bx-wrapper .descanimation-move li.bottom-full .bx-caption .bx-caption-desc {
    -moz-transform: translate(0px,60px);
    -webkit-transform: translate(0px,60px);
    -ms-transform: translate(0px,60px);
    transform: translate(0px,60px);
    opacity: 0;
}

.elm-easy-slider-main .bx-wrapper .descanimation-move li .bx-caption.animation-start	.bx-caption-desc {
    -moz-transform: translate(0px,0px);
    -webkit-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    transform: translate(0px,0px);
    opacity: 1;
}

.elm-easy-slider-main .bx-wrapper .descanimation-zoom li .bx-caption .bx-caption-desc {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.elm-easy-slider-main .bx-wrapper .descanimation-zoom li .bx-caption.animation-start	.bx-caption-desc {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.elm-easy-slider-main .bx-wrapper ul li.big-description .bx-caption .bx-caption-desc {
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transform: none;
    -webkit-transform: none;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.elm-easy-slider-main .elm-easy-slider {
    margin-bottom: 20px;
}

.elm-easy-slider-main .bx-wrapper {
    margin-bottom: 0px;
}

.elm-easy-slider-main .easy-pager-bullets.pager-pos-outside .bx-wrapper {
    margin-bottom: 43px;
}

.elm-easy-slider-main .bx-wrapper .bx-controls-direction a {
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    z-index: 500;
    background: url('../images/easy-slider-arrows.png') no-repeat #000;
    opacity: 0;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.3);
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.3);
    box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.3);
}

.elm-easy-slider-main .bx-wrapper:hover .bx-controls-direction a {
    opacity: 0.5;
}

.elm-easy-slider-main .bx-wrapper:hover .bx-controls-direction a:hover {
    opacity: 1;
}

.elm-easy-slider-main .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 15px;
    background-position: left center;
}

.elm-easy-slider-main .bx-wrapper .bx-controls-direction a.bx-next {
    right: 15px;
    background-position: right center;
}

.elm-easy-slider-main .bx-wrapper .bx-pager,.elm-easy-slider-main .bx-wrapper .bx-controls-auto {
    padding-top: 10px;
    position: absolute;
    bottom: -23px;
}

.elm-easy-slider-main .bx-wrapper .bx-pager.bx-default-pager a {
    display: block;
    width: 13px;
    height: 13px;
    background: none;
    border: 3px solid #e2e3e4;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 0 4px;
    text-indent: -9999px;
    text-decoration: none;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0px 0px 1px 2px rgba(255,255,255,0.3);
    -webkit-box-shadow: 0px 0px 1px 2px rgba(255,255,255,0.3);
    box-shadow: 0px 0px 1px 2px rgba(255,255,255,0.3);
}

.elm-easy-slider-main .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: none;
    border-color: #adb0b3;
}

.elm-easy-slider-main .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #333;
    border-color: #333;
}

.elm-easy-slider-main .pager-pos-inside .bx-wrapper .bx-pager {
    bottom: 0px;
    z-index: 100;
    opacity: 0;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    padding-bottom: 15px;
}

.elm-easy-slider-main .pager-pos-inside:hover .bx-wrapper .bx-pager {
    opacity: 1;
}

.elm-easy-slider-main .easy-pager-thumbnails .easy-slider-pager,.elements-sidebar-wrap .elm-easy-slider-main.fullsize .easy-pager-thumbnails .easy-slider-pager,.column .elm-easy-slider-main.fullsize .easy-pager-thumbnails .easy-slider-pager {
    padding-top: 6px;
}

.elm-easy-slider-main.fullsize .easy-pager-thumbnails .easy-slider-pager {
    padding-top: 16px;
}

.elm-easy-slider-main .easy-pager-thumbnails .easy-slider-pager {
    text-align: center;
}

.elm-easy-slider-main .easy-pager-thumbnails .easy-slider-pager a {
    opacity: 0.5;
    display: inline-block;
    vertical-lign: top;
    margin: 4px 2px 0px 2px;
}

.elm-easy-slider-main .easy-pager-thumbnails .easy-slider-pager a.active {
    opacity: 1;
}

.elm-easy-slider-main .easy-pager-thumbnails .easy-slider-pager a:hover {
    opacity: 1;
}

.elm-easy-slider-main .easy-pager-thumbnails .easy-slider-pager a	img {
    border: 2px solid #333;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    width: 75px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.elm-easy-slider-main .easy-pager-thumbnails .easy-slider-pager a:hover img {
    border-color: #639 !important;
}

.elm-easy-slider-main .easy-pager-thumbnails.pager-pos-inside .easy-slider-pager {
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
    z-index: 100;
    opacity: 0;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    padding: 0px !important;
}

.elm-easy-slider-main .easy-pager-thumbnails.pager-pos-inside.has-big-descriptions .easy-slider-pager {
    bottom: auto;
    top: 15px;
}

.elm-easy-slider-main .easy-pager-thumbnails.pager-pos-inside:hover .easy-slider-pager {
    opacity: 1;
}

.elm-easy-slider-main .easy-pager-none .bx-wrapper .bx-pager.bx-default-pager {
    display: none;
}

.elm-easy-slider-main ul.easy-slider li .easy-thumbnail {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.elm-easy-slider-main ul.easy-slider li .easy-title {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-family: "OpenSansCondBold";
    opacity: 0;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    text-align: center;
}

.elm-easy-slider-main .bx-wrapper:hover ul.easy-slider li .easy-title {
    opacity: 1;
}

.elm-portfolio .filters-wrapper {
    background: #e2e3e4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.elm-portfolio .filters-wrapper .filter-wrapper {
    margin: 0 10px;
    text-transform: uppercase;
}

.elm-portfolio .filters-wrapper .filter-wrapper:hover {
    z-index: 150;
}

.elm-portfolio .filters-wrapper .filter-wrapper .selected {
    font-family: "OpenSansCondBold";
    color:;
    padding: 9px 0px 8px 0px;
}

.elm-portfolio .filters-wrapper .filter-wrapper .selected span {
    color: #639;
}

.elm-portfolio .filters-wrapper .filter-wrapper ul {
    padding: 2px;
    background: #fff;
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    text-transform: none;
}

.elm-portfolio .filters-wrapper .filter-wrapper ul li a {
    padding: 0px 3px;
}

.elm-portfolio .filters-wrapper .filter-wrapper ul li:hover a {
    color: #333;
    background: #e2e3e4;
}

.elm-portfolio .portfolio-item-type-image .portfolio-item-icon {
    background-image: url('../images/zoom_image.png');
}

.elm-portfolio .portfolio-item-type-video .portfolio-item-icon {
    background-image: url('../images/zoom_video.png');
}

.elm-portfolio .portfolio-item-type-website .portfolio-item-icon {
    background-image: url('../images/zoom_website.png');
}

.elm-portfolio .portfolio-items-wrapper {
    max-height: 500px;
    white-space: nowrap;
    opacity: 0;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.load-finished .elm-portfolio .portfolio-items-wrapper {
    max-height: none;
    white-space: normal;
    opacity: 1;
}

.elm-portfolio .portfolio-item {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #e2e3e4;
}

.elm-portfolio .portfolio-item .portfolio-item-img {
    margin: 0;
}

.elm-portfolio .portfolio-item .portfolio-item-img-wrap {
    border: none;

}

.elm-portfolio .portfolio-item .portfolio-item-icon {
    border: none;
}

.elm-portfolio .portfolio-item .portfolio-item-desc {
    padding: 0;
    padding-bottom: 15px;
    margin-top: 0px;
}

.elm-portfolio .portfolio-item .portfolio-item-desc h3 {
    font-family: "OpenSansCondBold";
    margin: 0px 0px 10px 0px;
    padding: 5px 0 5px 0;
    background: #333;
    color: #fff;
    -moz-box-shadow: 0px -1px 0px rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px -1px 0px rgba(255,255,255,0.2);
    box-shadow: 0px -1px 0px rgba(255,255,255,0.2);
    position: relative;
}

.elm-portfolio .portfolio-item .portfolio-item-desc p {
    margin: 0px 15px 0px 15px;
}

.elm-has-bg .elm-portfolio .filters-wrapper {
    background: rgba(255,255,255,0.8);
}

.elm-has-bg .elm-portfolio .portfolio-item {
    background: rgba(255,255,255,0.8);
}

.elm-item-organizer-main {
    position: relative;
}

.elm-item-organizer .elm-item-organizer-container:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.elm-item-organizer .item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.elm-item-organizer .item:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.elm-item-organizer .item-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.elm-item-organizer .item-box:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.elm-item-organizer .item-box .item {
    width: auto !important;
    margin-right: 0px !important;
}

.elm-item-organizer .item .item-thumbnail {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#elm-posts-47 .item-thumbnail img{
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
#elm-posts-47 .item-thumbnail-wrap:before{
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.elm-item-organizer .item .item-thumbnail img {
    vertical-align: top;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.elm-item-organizer .item a .item-thumbnail img {
    border-color: #333;
    -moz-transition: border-color 0.5s;
    -webkit-transition: border-color 0.5s;
    transition: border-color 0.5s;
}

.elm-item-organizer .item a:hover .item-thumbnail img {
    border-color: #333;
}

.elm-item-organizer .item .item-info {
    margin-top: 10px;
}

.elm-item-organizer .item .item-info:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.elm-item-organizer .carousel-disabled .item {
    float: left;
    margin-right: 4.4%;
}

.elm-item-organizer .carousel-disabled .item-first {
    clear: both;
}

.elm-item-organizer .carousel-disabled .item-last {
    margin-right: 0px;
}

.elm-item-organizer .carousel-disabled.column-1 .item {
    width: 100%;
    margin-right: 0px;
    clear: both;
}

.elm-item-organizer .carousel-disabled.column-2 .item {
    width: 47.8%;
}

.elm-item-organizer .carousel-disabled.column-3 .item {
    width: 30.4%;
}

.elm-item-organizer .carousel-disabled.column-4 .item {
    width: 21.7%;
}

.elm-item-organizer .carousel-disabled.column-5 .item {
    width: 16.48%;
}

.elm-item-organizer .carousel-container {
    font-size: 0px;
    white-space: nowrap;
}

.elm-item-organizer .carousel-container .item-box {
    float: none;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    margin-right: 4.4%;
}

.elm-item-organizer .carousel-container.column-1 .item-box {
    width: 100%;
}

.elm-item-organizer .carousel-container.column-2 .item-box {
    width: 47.8%;
}

.elm-item-organizer .carousel-container.column-3 .item-box {
    width: 30.4%;
}

.elm-item-organizer .carousel-container.column-4 .item-box {
    width: 21.7%;
}

.elm-item-organizer .carousel-container.column-5 .item-box {
    width: 16.48%;
}

.elm-item-organizer .layout-box .item {
    text-align: center;
}

.elm-item-organizer .layout-box .item.align-left {
    text-align: left;
}

.elm-item-organizer .layout-box .item.align-right {
    text-align: right;
}

.elm-item-organizer .layout-box .item.align-center {
    text-align: center;
}

.elm-item-organizer .layout-box .item-title h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

.elm-item-organizer .layout-box .item-thumbnail {
    margin-top: 10px;
}

.elm-item-organizer .layout-box .item-text p {
    margin-top: 10px;
}

.elm-item-organizer .layout-list .item-thumbnail {
    width: 21.7%;
    float: left;
}

.elm-item-organizer .layout-list .item-thumbnail img {
    width: 100%;
}

.elm-item-organizer .layout-list .image-present .item-title,.elm-item-organizer .layout-list .image-present .item-text {
    margin-left: 26.1%;
}

.elm-item-organizer .layout-list .image-present .item-info {
    margin-left: 26.1%;
}

#elm-events-37-main .item-title{
    height: 56px;
    overflow: hidden;
    padding-left: 10px;
}
.elm-item-organizer .layout-list .item-title h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

.elm-item-organizer .layout-list .item-text p {
    margin-top: 10px;
}

.elm-item-organizer .layout-list.column-1 .item-thumbnail {
    width: 13%;
}

.elm-item-organizer .layout-list.column-1 .image-present .item-title,.elm-item-organizer .layout-list.column-1 .image-present .item-text,.elm-item-organizer .layout-list.column-1 .image-present .item-info {
    margin-left: 15.2%;
}

.elements-sidebar-wrap .elm-item-organizer .layout-list.column-1 .item-thumbnail,.column .elm-item-organizer .layout-list.column-1 .item-thumbnail {
    width: 21.7%;
}

.elements-sidebar-wrap .elm-item-organizer .layout-list.column-1 .image-present .item-title,.elements-sidebar-wrap .elm-item-organizer .layout-list.column-1 .image-present .item-text,.elements-sidebar-wrap .elm-item-organizer .layout-list.column-1 .image-present .item-info,.column .elm-item-organizer .layout-list.column-1 .image-present .item-title,.column .elm-item-organizer .layout-list.column-1 .image-present .item-text,.column .elm-item-organizer .layout-list.column-1 .image-present .item-info {
    margin-left: 26.1%;
}

.elm-has-bg .elm-item-organizer .item {
    background: rgba(255,255,255,0.8);
    padding: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.08);
}

.elm-posts-main .item-info {
    font-family: "OpenSansCondBold";
    margin-top: 10px;
}

.elm-posts-main .item-info .item-date {
    display: inline-block;
    color: #333;
}

.elm-posts-main .item-info .item-author {
    display: inline-block;
}

.elm-posts-main .item-info .item-author:before {
    content: "|";
    margin: 0px 6px 0px 3px;
}

.elm-posts-main .item-thumbnail-wrap:before {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.elm-posts-main .layout-box .item-thumbnail {
    margin-bottom: 10px;
    margin-top: 0px;
}

.elm-posts-main .layout-list .image-present .item-info {
    margin-left: 26.1%;
}

.elm-posts-main .item a:hover .item-thumbnail img {
    border-color: #333;
}

.elm-posts-main .image-present a .item-thumbnail-wrap {
    display: inline-block;
    line-height: 0px;
    max-width: 100%;
    position: relative;
    vertical-align: top;
}

.elm-posts-main .image-present a .item-thumbnail-wrap:before {
    content: "";
    display: block;
    background: url('../images/zoom_image.png') center center no-repeat rgba(0,0,0,0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    opacity: 0;
}

.elm-posts-main .image-present a:hover .item-thumbnail-wrap:before {
    opacity: 1;
}

.elm-posts-main .image-present a .item-thumbnail-wrap img {
    vertical-align: top;
}

.elm-services-main .layout-list .item {
    margin-bottom: 40px;
}

.elements-sidebar-wrap .elm-services-main .layout-list .item,.column .elm-services-main .layout-list .item {
    margin-bottom: 30px;
}

.elm-services-main .layout-box .item-thumbnail {
    margin-top: 0px;
    margin-bottom: 15px;
}

.elm-services-main .item-thumbnail {
    position: relative;
}

.elm-services-main .item-thumbnail .icon img {
    border-width: 0px;
    width: auto;
}

.elm-services-main a .item-thumbnail .item-thumb-img {
    opacity: 1;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.elm-services-main a .item-thumbnail .item-thumb-hvr {
    opacity: 0;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

.elm-services-main a:hover .item-thumbnail .item-thumb-img {
    opacity: 0;
}

.elm-services-main a:hover .item-thumbnail .item-thumb-hvr {
    opacity: 1;
}

.elm-services-main a:hover .thumb-nohover .item-thumb-img {
    opacity: 1;
}

.elm-services-main .readmore {
    display: inline-block;
    margin-top: 18px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
}

.elm-services-main .readmore a {
    display: inline-block;
    vertical-align: top;
    background: #639;
    color: #fff;
    padding: 2px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "OpenSansCondBold";
    text-transform: uppercase;
}

.elm-services-main .readmore a:hover {
    background: #333;
}

.elm-services-main .layout-list .item-thumbnail,.elm-services-main .layout-list.column-1 .item-thumbnail {
    width: 80px;
}

.elements-sidebar-wrap .elm-services-main .layout-list.column-1 .item-thumbnail,.column .elm-services-main .layout-list.column-1 .item-thumbnail {
    width: 80px;
}

.elm-services-main .layout-list .image-present .item-title,.elm-services-main .layout-list .image-present .item-text,.elm-services-main .layout-list .image-present .item-info {
    margin-left: 100px !important;
}

.ie8 .elm-services-main a .item-thumbnail .item-thumb-img {
    visibility: visible;
}

.ie8 .elm-services-main a .item-thumbnail .item-thumb-hvr {
    visibility: hidden;
}

.ie8 .elm-services-main a:hover .item-thumbnail .item-thumb-img {
    visibility: hidden;
}

.ie8 .elm-services-main a:hover .item-thumbnail .item-thumb-hvr {
    visibility: visible;
}

.elm-main ul.member-icons li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #e2e3e4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
}

.elm-main ul.member-icons li:hover {
    background: #c8cacb;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.elm-main ul.member-icons li a {
    display: block;
    padding: 1px;
}

.elm-main ul.member-icons li img {
    vertical-align: top;
}

.elm-main.elm-has-bg ul.member-icons li {
    background: rgba(100,100,100,0.2);
}

.elm-main.elm-has-bg ul.member-icons li:hover {
    background: rgba(0,0,0,0.2);
}

.elm-members-main .item-icons {
    margin-top: 15px;
}

.elm-members-main .member-position-title {
    color: #639;
}

.elm-members-main .member-position {
    color: #333;
    font-family: "OpenSansCondBold";
}

.elm-members-main .layout-box .member-position {
    margin-top: 10px;
}

.entry-content-hider {
    color: #639;
    cursor: pointer;
}

.elm-events-main .item-info {
    font-family: "OpenSansCondBold";
    text-transform: uppercase;
}

.elm-events-main .item-info	.item-duration time {
    color: #639;
}

.elm-events-main .item-info strong {
    font-weight: normal;
}

.elm-events-main .layout-box .item-thumbnail {
    position: relative;
    min-height: 80px;
}

.elm-events-main .layout-box .item-thumbnail-wrap:before {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.elm-events-main .layout-box .item-text p {
    margin-top: 15px;
}

.elm-events-main .layout-box .event-date {
    width: 80px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    text-align: center;
    z-index: 10;
}

.elm-events-main .layout-box .event-date .entry-date {
    float: none;
    margin-bottom: 0px;
    -moz-border-radius: 3px 0px 3px 0px;
    -webkit-border-radius: 3px 0px 3px 0px;
    border-radius: 3px 0px 3px 0px;
}

.elm-events-main .layout-list .event-date {
    width: auto;
}

.elm-events-main .layout-list .item-title {
    margin-left: 26.1%;
}

.elm-events-main .layout-list.column-1 .item-title {
    margin-left: 15.2%;
}

.elements-sidebar-wrap .elm-events-main .layout-list.column-1 .item-title,.column .elm-events-main .layout-list.column-1 .item-title {
    margin-left: 26.1%;
}

.elm-events-main .layout-list .item-text {
    clear: both;
}

.elm-events-main .layout-list .image-present .item-text {
    clear: none;
}

.elm-events-main .layout-list .event-date .entry-date {
    width: 100%;
    height: auto;
    float: none;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    margin-bottom: 10px;
}

.elm-events-main .layout-list .item .item-thumbnail img {
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}

.elm-events-main .layout-list .item .item-thumbnail-wrap:before {
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}

.elm-events-main .layout-list .image-present .event-date .entry-date {
    margin-bottom: 0px;
}

.elm-events-main .layout-list .event-date .entry-date .link-month {
    margin-top: 0px;
}

.elm-events-main .event-date .entry-date .link-day {
    padding-top: 0px;
    text-shadow: none;
    padding-bottom: 5px;
}

.elm-events-main .event-date .entry-date .link-day small {
    top: -7px;
}

.elm-events-main .event-date .entry-date .monthyear {
    text-transform: uppercase;
    padding: 3px 6px 4px 6px;
    margin-bottom: 3px;
}

.elm-events-main .image-present a .item-thumbnail-wrap {
    display: inline-block;
    line-height: 0px;
    max-width: 100%;
    position: relative;
    vertical-align: top;
}

.elm-events-main .image-present a .item-thumbnail-wrap:before {
    content: "";
    display: block;
    background: url('../images/zoom_image.png') center center no-repeat rgba(0,0,0,0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    opacity: 0;
}

.elm-events-main .image-present a:hover .item-thumbnail-wrap:before {
    opacity: 1;
}

.elm-events-main .image-present a .item-thumbnail-wrap img {
    vertical-align: top;
}

.elm-job-offers-main .layout-box .item-thumbnail {
    margin: 0px 0px 10px 0px;
}

.elm-job-offers-main .layout-list .item-thumbnail,.elm-job-offers-main .layout-list.column-1 .item-thumbnail {
    width: 80px;
}

.elements-sidebar-wrap .elm-job-offers-main .layout-list.column-1 .item-thumbnail,.column .elm-job-offers-main .layout-list.column-1 .item-thumbnail {
    width: 80px;
}

.elm-job-offers-main .layout-list .image-present .item-title,.elm-job-offers-main .layout-list .image-present .item-text,.elm-job-offers-main .layout-list .image-present .item-info {
    margin-left: 100px !important;
}

.elm-job-offers-main .item-duration {
    font-family: "OpenSansCondBold";
    text-transform: uppercase;
}

.elm-job-offers-main .item-duration strong {
    font-weight: normal;
}

.elm-job-offers-main .item-duration .item-to {
    color: #639;
    display: inline-block;
}

.elm-job-offers-main .job-contact {
    font-family: "OpenSansCondBold";
    text-transform: uppercase;
}

.elm-job-offers-main .job-contact strong {
    font-weight: normal;
}

.elm-job-offers-main .job-contact span {
    display: inline-block;
}

.elm-job-offers-main .job-contact span:after {
    content: ", ";
}

.elm-job-offers-main .job-contact span:first-child:after {
    content: "";
}

.elm-job-offers-main .job-contact span:last-child:after {
    content: "";
}

.single-ait-event .nav-single.nav-below,.single-ait-job-offer .nav-single.nav-below,.single-ait-portfolio-item .nav-single.nav-below {
    display: none;
}

.offer-contact:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.offer-contact .offer-contact-data {
    margin-bottom: 20px;
}

.offer-contact .offer-contact-data span:after {
    content: ",";
}

.offer-contact .offer-contact-data span:last-child:after,.offer-contact .offer-contact-data span:first-child:after {
    content: "";
}

.elm-testimonials-main .item-thumbnail img {
    -moz-border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    border-radius: 100px !important;
    border: 2px solid #fff;
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15);
}

.elm-testimonials-main .item-text {
    font-style: italic;
}

.elm-testimonials-main .item .item-info .item-author {
    display: inline-block;
    vertical-align: top;
    font-family: "OpenSansCondBold";
    margin-right: 5px;
}

.elm-testimonials-main .item .item-info .item-rating {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}

.elm-testimonials-main .item .item-info .item-rating img {
    vertical-align: middle;
    margin-top: -1px;
}

.elm-testimonials-main .layout-list .item-thumbnail {
    margin-top: 0px;
}

.elm-testimonials-main .layout-list .item-text p {
    margin-top: 0px;
}

.elm-testimonials-main .layout-list.column-1 .image-present .item-text p {
    padding-top: 30px;
}

.elements-sidebar-wrap .elm-testimonials-main .layout-list.column-1 .image-present .item-text p {
    padding-top: 30px;
}

.column .elm-testimonials-main .layout-list.column-1 .image-present .item-text p {
    padding-top: 0px;
}

.elm-testimonials-main .layout-box .item-thumbnail {
    margin-top: 0px;
}

.elm-testimonials-main .layout-box .item-thumbnail img {
    max-width: 100px;
}

.elm-has-bg .elm-item-organizer.elm-testimonials .item {
    box-shadow: none;
    background: none;
    padding: 1px;
}

.detail-half-content {
    padding-bottom: 20px;
}

.detail-half-content:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.detail-half-content .detail-thumbnail {
    width: 47.8%;
    float: left;
    margin-right: 4.4%;
}

.detail-half-content .detail-thumbnail-wrap {
    margin-bottom: 20px;
}

.detail-half-content .detail-description {
    width: 47.8%;
    float: left;
}

.detail-half-content .detail-thumbnail a.thumb-link {
    display: block;
    min-height: 250px;
    line-height: 250px;
    text-align: center;
    -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2) inset;
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2) inset;
}

.detail-half-content .detail-thumbnail .detail-image-container {
    vertical-align: middle !important;
}

.detail-half-content .detail-thumbnail img {
    vertical-align: top;
    margin: 0px;
}

.detail-half-content .detail-thumbnail iframe {
    vertical-align: top;
}

.detail-half-content .detail-thumbnail .detail-thumbnail-image a.thumb-link {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.detail-half-content .detail-thumbnail .detail-image-container:before {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.detail-half-content .detail-thumbnail .detail-thumbnail-image a.thumb-link .entry-thumbnail-icon {
    display: inline-block;
    line-height: 0px;
    max-width: 100%;
    position: relative;
    vertical-align: top;
}

.detail-half-content .detail-thumbnail .detail-thumbnail-image a.thumb-link .entry-thumbnail-icon:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url('../images/zoom_image.png') center center no-repeat;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    opacity: 0;
}

.detail-half-content .detail-thumbnail .detail-thumbnail-image a.thumb-link:hover .entry-thumbnail-icon:before {
    opacity: 1;
}

.detail-half-content .detail-thumbnail .detail-thumbnail-image a.thumb-link .entry-thumbnail-icon img {
    opacity: 1;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    vertical-align: top;
}

.detail-half-content .detail-thumbnail .detail-thumbnail-image a.thumb-link:hover .entry-thumbnail-icon img {
    opacity: 1;
}

.detail-half-content .detail-thumbnail .detail-thumbnail-website a.thumb-link .entry-thumbnail-icon {
    display: inline-block;
    line-height: 0px;
    max-width: 100%;
    position: relative;
    vertical-align: top;
}

.detail-half-content .detail-thumbnail .detail-thumbnail-website a.thumb-link .entry-thumbnail-icon:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url('../images/zoom_website.png') center center no-repeat;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    opacity: 0;
}

.detail-half-content .detail-thumbnail .detail-thumbnail-website a.thumb-link:hover .entry-thumbnail-icon:before {
    opacity: 1;
}

.detail-half-content .detail-thumbnail .detail-thumbnail-website a.thumb-link .entry-thumbnail-icon img {
    opacity: 1;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    vertical-align: top;
}

.detail-half-content .detail-thumbnail .detail-thumbnail-website a.thumb-link:hover .entry-thumbnail-icon img {
    opacity: 1;
}

.detail-half-content .detail-thumbnail .detail-thumbnail-video {
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.detail-half-content .detail-thumbnail .detail-thumbnail-video	iframe {
    opacity: 0;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.detail-half-content .detail-thumbnail .detail-thumbnail-video.video-loaded iframe {
    opacity: 1;
}

.detail-half-content .detail-thumbnail .detail-thumbnail-video.video-loaded .loading {
    display: none;
}

.detail-half-content .detail-thumbnail .elm-easy-slider-main .bx-viewport {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.detail-half-content .detail-thumbnail .elm-easy-slider-main ul.easy-slider li a .easy-thumbnail {
    display: inline-block;
    line-height: 0px;
    max-width: 100%;
    position: relative;
    vertical-align: top;
}

.detail-half-content .detail-thumbnail .elm-easy-slider-main ul.easy-slider li a .easy-thumbnail:before {
    content: "";
    display: block;
    background: url('../images/zoom_image.png') center center no-repeat rgba(0,0,0,0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    opacity: 0;
}

.detail-half-content .detail-thumbnail .elm-easy-slider-main ul.easy-slider li a:hover .easy-thumbnail:before {
    opacity: 1;
}

.detail-half-content .detail-thumbnail .elm-easy-slider-main ul.easy-slider li a .easy-thumbnail img {
    vertical-align: top;
}

.detail-half-content .detail-thumbnail .elm-easy-slider-main ul.easy-slider li a .easy-thumbnail:before {
    background-color: transparent;
}

.elm-faq-main .faq-category {
    padding-bottom: 10px;
}

.elm-faq-main .one-faq {
    padding-top: 10px;
}

.elm-faq-main .one-faq:first-child {
    padding-top: 0px;
}

.elm-faq-main .faq-question	.faq-q {
    display: inline-block;
    padding: 2px 10px 2px 10px;
    margin-top: 1px;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    vertical-align: top;
    margin-right: 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.elm-faq-main .faq-answer {
    background: #eff0f0;
    padding: 20px;
    margin: 20px 0px 30px;
    position: relative;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.elm-faq-main .faq-answer:before {
    content: "";
    border-style: solid;
    border-width: 0px 0px 10px 25px;
    border-color: transparent transparent #eff0f0 transparent;
    position: absolute;
    top: -10px;
    left: 2px;
}

.elm-faq-main .faq-answer:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.elm-faq-main.elm-has-bg .faq-answer {
    background: rgba(255,255,255,0.8);
}

.elm-faq-main.elm-has-bg .faq-answer:before {
    border-color: transparent transparent rgba(255,255,255,0.8) transparent;
}

.elm-toggles {
    margin-bottom: 20px;
}

.elm-toggles-main .ait-tabs {
    position: relative;
    -moz-border-radius: 0px 3px 3px 3px;
    -webkit-border-radius: 0px 3px 3px 3px;
    border-radius: 0px 3px 3px 3px;
}

.elm-toggles-main .ait-tabs:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.elm-toggles-main .ait-tabs ul.ait-tabs-nav {
    position: relative;
    z-index: 10;
}

.elm-toggles-main .ait-tabs ul.ait-tabs-nav li {
    position: relative;
    z-index: 10;
    border: 1px solid #e2e3e4;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}

.elm-toggles-main .ait-tabs ul.ait-tabs-nav li a {
    background: #f7f7f8;
    font-family: "OpenSansCondBold";
    color: #333;
    text-transform: uppercase;
    padding: 8px 15px 8px 15px;
}

.elm-toggles-main .ait-tabs ul.ait-tabs-nav li a:hover {
    color: #333;
}

.elm-toggles-main .ait-tabs ul.ait-tabs-nav li.ui-state-active a {
    background: #fff;
    border-color: #fff;
}

.elm-toggles-main .ait-tabs .ait-widget-content {
    background: #fff;
    padding: 15px 15px 0px 15px;
    border: 1px solid #e2e3e4;
    position: relative;
    -moz-border-radius: 0px 3px 3px 3px;
    -webkit-border-radius: 0px 3px 3px 3px;
    border-radius: 0px 3px 3px 3px;
}

.elm-toggles-main .ait-tabs .ait-widget-content:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.elm-toggles-main .ait-tabs-horizontal ul.ait-tabs-nav:after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e2e3e4;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.elm-toggles-main .ait-tabs-horizontal ul.ait-tabs-nav li {
    margin-right: 5px;
    border-bottom-width: 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}

.elm-toggles-main .ait-tabs-horizontal ul.ait-tabs-nav li a {
    border-bottom: 1px solid #e2e3e4;
}

.elm-toggles-main .ait-tabs-horizontal .ait-widget-content {
    border-top-width: 0px;
}

.elm-toggles-main .ait-tabs-vertical {
    border-right: 1px solid #e2e3e4;
    padding-bottom: 1px;
}

.elm-toggles-main .ait-tabs-vertical:before {
    content: "";
    width: 80%;
    background: #fff;
    border-bottom: 1px solid #e2e3e4;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.elm-toggles-main .ait-tabs-vertical ul.ait-tabs-nav {
    width: 20.0%;
}

.elm-toggles-main .ait-tabs-vertical ul.ait-tabs-nav:after {
    content: "";
    width: 1px;
    border-right: 1px solid #e2e3e4;
    position: absolute;
    top: 0px;
    bottom: -1px;
    right: 0px;
}

.elm-toggles-main .ait-tabs-vertical ul.ait-tabs-nav li {
    margin-bottom: 5px;
    border-right-width: 0px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}

.elm-toggles-main .ait-tabs-vertical ul.ait-tabs-nav li a {
    border-right: 1px solid #e2e3e4;
    padding: 8px 12px 8px 12px;
}

.elm-toggles-main .ait-tabs-vertical .ait-widget-content {
    width: 80%;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    background: none;
    padding-left: 20px;
}

.elm-toggles-main .ait-tabs-vertical .ait-widget-content:before {
    content: "";
    width: 1px;
    border-left: 1px solid #e2e3e4;
    position: absolute;
    top: 0px;
    bottom: -1px;
    left: -1px;
}

.elm-toggles-main .ait-tabs-vertical li .ait-tab-hover {
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    font-family: "OpenSansCondBold";
    text-transform: uppercase;
    color: #333;
    padding: 8px 12px 8px 12px;
    background: #f7f7f8;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -moz-box-shadow: -1px 0px 0px #e2e3e4 inset , 0px -1px 0px #e2e3e4 , 0px 1px 0px #e2e3e4;
    -webkit-box-shadow: -1px 0px 0px #e2e3e4 inset , 0px -1px 0px #e2e3e4 , 0px 1px 0px #e2e3e4;
    box-shadow: -1px 0px 0px #e2e3e4 inset , 0px -1px 0px #e2e3e4 , 0px 1px 0px #e2e3e4;
    min-width: 100%;
}

.elm-toggles-main .ait-tabs-vertical li.ui-state-active .ait-tab-hover {
    background: #fff;
    -moz-box-shadow: 0px -1px 0px #e2e3e4 , 0px 1px 0px #e2e3e4;
    -webkit-box-shadow: 0px -1px 0px #e2e3e4 , 0px 1px 0px #e2e3e4;
    box-shadow: 0px -1px 0px #e2e3e4 , 0px 1px 0px #e2e3e4;
}

.elm-toggles-main .ait-tabs-vertical li:hover .ait-tab-hover {
    opacity: 1;
    min-width: 100%;
}

.elm-toggles-main .ui-state-hover,.elm-toggles-main .ui-state-focus {
    background: none;
    border: none;
}

.elm-toggles-main .ait-tabs .tabs-wrapper {
    position: relative;
}

.elm-toggles-main .ait-tabs .tabs-wrapper .selected {
    font-family: "OpenSansCondBold";
    color: #333;
    text-transform: uppercase;
    padding: 8px 35px 6px 15px;
    background: #fcfdfd;
    position: relative;
    z-index: 10;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e2e3e4;
    margin-bottom: 3px;
}

.elm-toggles-main .ait-tabs .tabs-wrapper .selected:after {
    content: "";
    border-width: 6px 5px 0px 5px;
    border-style: solid;
    border-color: #e2e3e4 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 13px;
}

.elm-toggles-main .ait-tabs .tabs-wrapper:hover .selected {
    background: #fff;
    -moz-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.elm-toggles-main .ait-tabs .tabs-wrapper:hover .selected:after {
    border-color: #333 transparent transparent transparent;
}

.elm-toggles-main .ait-tabs .tabs-wrapper .responsive-tabs {
    border: 1px solid #e2e3e4;
    background: #fff;
    position: absolute;
    left: 0px;
    top: auto;
    right: 0px;
    margin-top: -3px;
}

.elm-toggles-main .ait-tabs .tabs-wrapper .responsive-tabs li {
    border-width: 0px;
    margin-bottom: 1px;
}

.elm-toggles-main .ait-tabs .tabs-wrapper .responsive-tabs li:last-child {
    margin-bottom: 0px;
}

.elm-toggles-main .ait-tabs .tabs-wrapper .responsive-tabs .ait-tab-hover {
    display: none;
}

.elm-toggles-main .type-toggle {
    margin-bottom: 20px;
}

.elm-toggles-main .toggle-header {
    margin-top: 5px;
    position: relative;
    cursor: pointer;
    outline: none;
}

.elm-toggles-main .toggle-header:first-child {
    margin-top: 0px;
}

.elm-toggles-main .toggle-header .toggle-title {
    border: 1px solid #e2e3e4;
    padding: 7px 15px 7px 50px;
    background: #f7f7f8;
    margin: 0px;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.elm-toggles-main .toggle-header h3.toggle-title {
    font-family: "OpenSansCondBold";
}

.elm-toggles-main .toggle-header .ait-icon {
    display: block;
    width: 41px;
    height: 100%;
    background: #639;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    -moz-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    z-index: 100;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}

.elm-toggles-main .toggle-header:hover .ait-icon {
    background: #333;
}

.elm-toggles-main .toggle-header .ait-icon:before {
    content: "";
    border-width: 6px 5px 0px 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 16px;
    left: 15px;
}

.elm-toggles-main .ui-state-active .ait-icon,.elm-toggles-main .ui-state-active .ait-icon {
    background: #333;
}

.elm-toggles-main .ui-state-active .ait-icon:before,.elm-toggles-main .ui-state-active .ait-icon:before {
    border-width: 0px 5px 6px 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    top: 15px;
}

.elm-toggles-main .type-toggle .toggle-content,.elm-toggles-main .type-accordion .toggle-content {
    padding-top: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.elm-toggles-main .type-toggle .toggle-content:after,.elm-toggles-main .type-accordion .toggle-content:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.elm-toggles-main .type-toggle .toggle-container,.elm-toggles-main .type-accordion .toggle-container {
    background: #fff;
    padding: 20px 20px 0px 20px;
    border: 1px solid #e2e3e4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.elm-toggles-main .type-toggle .ui-state-default,.elm-toggles-main .type-toggle .ui-widget-content .ui-state-default,.elm-toggles-main .type-toggle .ui-widget-header .ui-state-default,.elm-toggles-main .type-accordion .ui-state-default,.elm-toggles-main .type-accordion .ui-widget-content .ui-state-default,.elm-toggles-main .type-accordion .ui-widget-header .ui-state-default {
    border: none;
}

.local-toggles {
    margin-bottom: 20px;
}

.local-toggles .toggle-header {
    border: none;
    background: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin: 3px 0px 0px 0px;
    position: relative;
}

.local-toggles .toggle-header:first-child {
    margin-top: 0px;
}

.local-toggles .toggle-header h3.toggle-title {
    border-bottom: 1px solid #e2e3e4;
    background: none;
    padding: 6px 15px 5px 30px;
    margin: 0px;
    text-transform: uppercase;
}

.local-toggles .toggle-header .ui-icon {
    display: block;
    background: #639;
    width: 20px;
    height: 20px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 6px;
    left: 0px;
    margin: 0px;
}

.local-toggles .toggle-header .ui-icon:before {
    content: "";
    border-width: 4px 4px 0px 4px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 9px;
    left: 6px;
}

.local-toggles .ui-state-active .ui-icon {
    background: #333;
}

.local-toggles .ui-state-active .ui-icon:before {
    border-width: 0px 4px 4px 4px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

.local-toggles .toggle-content {
    padding: 3px 0px 0px 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin: 0px;
    top: 0px;
}

.local-toggles .toggle-content:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.local-toggles .toggle-content .toggle-container {
    font-family: Arial;
    color: #333;
    background: none;
    padding: 10px 0px 10px 0px;
    border: none;
}

.local-toggles .toggle-content a {
    color: #639;
    text-decoration: none;
}

.local-toggles .toggle-content a:hover {
    color: #333;
    text-decoration: none;
}

.elm-price-table {
    margin-bottom: 20px;
}

.elm-price-table-main .layout-horizontal .ptable-item {
    text-align: center;
    padding-top: 10px;
    padding-right: 10px;
}

.elm-price-table-main .layout-horizontal .ptable-item:last-child {
    padding-right: 0px;
}

.elm-price-table-main .layout-horizontal .table-featured {
    padding-top: 0px;
}

.elm-price-table-main .layout-vertical .ptable-item {
    text-align: center;
    margin-bottom: 10px;
}

.elm-price-table-main .layout-vertical .ptable-item:last-child {
    margin-bottom: 0px;
}

.elm-price-table-main .layout-vertical .table-header {
    width: 25%;
}

.elm-price-table-main .layout-vertical .table-body {
    width: 60%;
}

.elm-price-table-main .layout-vertical .table-footer {
    width: 15%;
}

.elm-price-table .table-header {
    background: #333;
    color: #fff;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.elm-price-table .table-header h3 {
    padding: 14px 10px 6px 10px;
    color: #fff;
    margin-bottom: 14px;
    position: relative;
}

.elm-price-table .table-header h3:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #404040;
}

.elm-price-table .table-header h3 .ptab-title {
    position: relative;
    z-index: 10;
}

.elm-price-table .table-header .table-description {
    padding: 0px 10px 0px 10px;
}

.elm-price-table .table-header .table-price {
    padding: 10px 10px 10px 10px;
    
}

