/*
Theme Name: Sistina
Theme URI: http://demo.yithemes.com/sistina/
Version: 1.6.6
Description: Ecommerce Wordpress Theme
Author: Your Inspiration Themes
Author URI: http://yithemes.com/
Tags: white, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, front-page-post-form, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready


    Copyright: (c) 2012 Your Inspiration Themes.
    License: GNU General Public License v3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.txt

*/
/*

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles or add your custom style option of the theme options,
it will automatically override the style in this file.
---------------------------------------------------------------------------------------------- */


/* responsive for iPad */
html,
body {
    overflow-x: hidden;
    width: 100%;
    /*height: 100%;*/
    margin: 0;
    padding: 0;
}

/* ===== TYPOGRAPHY ===== */

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl {
    margin: .8em 0 .8em;
}
a,
a:hover {
    text-decoration: none;
    outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
}
h1,
h1 a {
    font-size: 22px;
    line-height: 22px;
}
h2,
h2 a {
    font-size: 20px;
    line-height: 20px;
}
h3,
h3 a {
    font-size: 17px;
    line-height: 17px;
}
h4,
h4 a {
    font-size: 16px;
    line-height: 16px;
}
h5,
h5 a {
    font-size: 15px;
    line-height: 15px;
}
h6,
h6 a {
    font-size: 14px;
    line-height: 14px;
}
.content ul {
    margin-left: 20px;
    list-style: square;
}
.content ol {
    margin-left: 40px;
}
i,
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
.content blockquote {
    padding: 35px;
    background: url('./core/assets/images/cite.png') no-repeat 45px 25px;
}
.content blockquote p {
    padding-left: 45px;
}
.border-line {
    clear: both;
    width: 100%;
    height: 1px;
    margin: 1.2em 0;
    background: #cfcfcf;
}
dt {
    font-weight: bold;
}
mark {
    background: transparent !important;
}

a {
    color: #e89222;
}
a:hover {
    color: #e37a1c;
}
.sidebar a {
    color: #575858;
}
.sidebar a:hover {
    color: #9a6614;
}
.sidebar span.title-highlight {
    color: inherit !important;
}
a:hover .title-highlight {
    color: #6c6d03;
}

.line {
    border-top: 1px solid #cfcfcf;
}
.space {
    height: 30px;
}
body .last,
body #footer .widget-last {
    margin-right: 0;
    padding-right: 0 !important;
    border-right: 0;
}
body .last-row {
    margin-bottom: 0;
}
.for-mobile {
    display: none !important;
}
.not-logged-in .not__logged_in {
    display: none !important;
}

p,
li,
address,
dd,
blockquote,
td,
th,
a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
ul,
ol,
.paragraph-links a,
#respond input,
#respond textarea,
#respond p label,
#search_mini {
    font-family: 'Open Sans', 'Verdana', 'Arial', sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    color: #656464;
}
code,
pre {
    font: 13px/18px Consolas,'Courier New',Courier,monospace;
    padding: 0 5px;
    color: #333;
    border: 1px dotted #cfcfcf;
    background-color: #e8ebec;
}
pre {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-top {
    margin-top: 10px;
}
.margin-top2 {
    margin-top: 20px;
}
.margin-bottom {
    margin-bottom: 20px;
}
.margin-bottom2 {
    margin-bottom: 40px;
}

input,
button,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
select {
    font-size: 13px;
    width: auto;
}

#ie8 input[type='text'],
#ie8 input[type='password'] {
    line-height: 26px;
}
#ie8 input[type='password'] {
    font-family: serif !important;
}

/* ===== SIDEBAR LAYOUT ===== */
.sidebar-left .sidebar,
.sidebar-right .content {
    float: left;
}
.sidebar-right .sidebar,
.sidebar-left .content {
    float: right;
}

/* ===== HEADINGS ===== */
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-size: 12px;
}
h1 span.highlight,
h2 span.highlight,
h3 span.highlight,
h4 span.highlight,
h5 span.highlight,
h6 span.highlight {
    color: #c27d05;
    background-color: transparent !important;
}

#primary .content .hentry > h1:first-child,
#primary .content .hentry > h2:first-child,
#primary .content .hentry > h3:first-child,
#primary .content .hentry > h4:first-child,
#primary .content .hentry > h5:first-child,
#primary .content .hentry > h6:first-child,
#primary .content .hentry > p:first-child {
    /*margin-top: 0px;*/
}

/* ===== MAIN LAYOUT ===== */
body {
    position: relative;
    overflow-x: hidden;
}
.boxed #wrapper {
    position: relative;
    padding: 0 20px;
    background: #fff;
}
.boxed #header,
.boxed #footer,
.boxed #copyright,
.boxed #map {
    margin-right: -20px;
    margin-left: -20px;
}
.stretched #wrapper.container {
    width: 100%;
}
.boxed .wrapper-border {
    position: absolute;
    z-index: -1;
    top: -8px;
    left: -8px;
    width: 100%;
    height: 100%;
    border: 8px solid rgba(0, 0, 0, .04);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

/* ===== BG SLIDER ===== */
#supersized {
    margin: 0;
}
#supersized img {
    max-width: none;
}
.boxed.background-slider #wrapper {
    overflow: hidden;
    background: none;
}
.boxed.background-slider #wrapper,
.boxed.background-slider .bg-shadow {
    height: 100%;
}
.boxed.background-slider #supersized,
.boxed.background-slider #supersized li {
    position: absolute;
}


/* ===== HEADER ===== */

#header,
#header-container {
    position: relative;
}

#header.header_with_search {
    margin-bottom: 30px;
}








.home-full-screen #header {
    background: none;
}

.border .innerborder {
    margin: 0 -6px -6px -6px;
}
.border + .row {
    position: relative;
    z-index: 1;
}

#header .span10 .innerborder,
#header .span12 .innerborder,
#header-cart {
    -webkit-box-shadow: 3px 3px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 3px 3px 0 rgba(0,0,0,.05);
    box-shadow: 3px 3px 0 rgba(0,0,0,.05);
}
#header .span10 .innerborder.no-shadow,
#header .span12 .innerborder.no-shadow,
#header-cart.no-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/** HEADER BELOW */
#header .header-below {
    clear: both;
    border-bottom: 7px solid #e8e8e8;
    background: #f6f4f4;
}

#header .header-below.noborder {
    border-bottom: 0;
}

#header.header_with_search .header-below {
    min-height: 72px;
}

.error404.no-header #header .header-below {
    height: 25px;
    min-height: 0;
}

/* ===== SLIDER ===== */

/*
.slider-full-width #header-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
*/
.slider-fixed .slider {
    margin-bottom: 20px;
    padding-top: 20px;
}


/* === LOGO */
#logo {
    float: left;
    margin-bottom: 13px;
    padding: 0;
}


#header #logo #textual {
    line-height: 1em;
}
#textual,
#logo-img {
    display: inline-block;
    max-width: 100%;
    margin: 0;
    padding-top: 24px;
}
#logo-img {
    padding-top: 35px;
}
#tagline {
    margin: 5px 0 0 0;
}
#header #logo #tagline span.special-font {
    font-size: 2em !important;
}
/* === */

/* === HEADER RIGHT CONTENT */
#header-right-content {
    display: inline-block;
    float: right;
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 0;
    border: 1px solid #f2f2f2;
    border-width: 2px 1px 1px 2px;
    background: #fff;
}
#header-right-content > * {
    display: inline-block;
    margin: 0;
    padding: 17px 16px 17px 16px;
    vertical-align: top;
}

#header-right-content > * + * {
    border-left: 1px solid #f2f2f2;
}


#header-right-content > ul > li {
    float: left;
    list-style: none;
}
#header-right-content div ul li {
    list-style-type: none;
}

/* === */

#nav-topbar {
    vertical-align: top;
}

div.welcome_username,
div.wpml,
div.woo_cart {
    position: relative;
    padding-right: 10px;
}

div.welcome_username .welcome,
div.wpml > a {
    padding-right: 8px;
}

div.welcome_username .welcome_menu,
div.wpml #lang_sel_list {
    position: absolute;
    z-index: 260;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

div.welcome_username:hover .welcome_menu,
div.wpml:hover #lang_sel_list {
    visibility: visible;
    opacity: 1;
}

div.welcome_menu,
div.wpml #lang_sel_list {
    left: 0;
    padding-top: 27px;
}

div.welcome_menu div.welcome_menu_inner,
div.wpml #lang_sel_list ul {
    margin-left: 0;
    padding-left: 17px;
}

#ie8 .welcome_menu form input[type='text'],
#ie8 .welcome_menu form input[type='password'] {
    line-height: 38px;
}


div.wpml {
    background: url('images/sprite.png') no-repeat -111px -183px;
}


div.wpml #lang_sel_list {
    min-width: 0;
    margin-left: 0;
    padding: 27px 0 0 0;
}

div.wpml > a {
    padding-left: 26px;
}

#lang_sel_list li {
    position: relative;
    padding: 2px;
}

#lang_sel_list li img {
    position: relative;
    top: -1px;
}


div.woo_cart {
    padding: 20px 12px 17px 8px;
}

div.welcome_menu a {
    color: blue;
}

/* === HEADER-CART === */
#header-cart {
    margin-left: 5px;
    padding-left: 15px;
}
#header-container .span2 > div.border {
    margin-left: -10px;
}
#header-container .span2 > div.border .innerborder {
    margin: 0 5px 5px 5px;
    padding: 0 6px;
}
.boxed #header-container .innerborder {
    margin: 0 -7px -7px;
    border: 1px solid #ccc;
}
.boxed #header-cart .innerborder {
    border: 0;
}
.boxed #header-cart {
    position: relative;
}
.boxed #header-cart:after {
    position: absolute;
    z-index: 0;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    display: block;
    height: 100%;
    content: '';
    border: 1px solid #ccc;
}
#ie8 .boxed #header-container .innerborder,
#ie8 .boxed #header-cart {
    border: 0 !important;
}

.yit_cart_widget.widget_shopping_cart .cart_list.product_list_widget {
    margin-left: 0;
    list-style: none outside none;
}


#header-cart span.cart-label {
    display: inline-block;
    float: left;
    padding: 14px 0 15px 0;
    text-transform: uppercase;
    color: #353333;
}
#header-cart .topbar-border {
    clear: both;
    width: 100%;
}

::-webkit-input-placeholder {
    color: #abaaa9 !important;
}
:-moz-placeholder,
::-moz-placeholder {
    color: #535353 !important;
}
:-ms-input-placeholder {
    color: #abaaa9 !important;
}

/* === NAVIGATION  - This code works with both standard WP menus and Theme menus */


#menu .menu ul.sub-menu {
    z-index: 10000;
}
/*** ESSENTIAL STYLES ***/

/* nav */

#nav > ul {
    font-size: 11px;
    margin: 0;
    margin-left: -15px;
    list-style: none;
    text-align: center;
}

#nav ul li {
    /*position: relative;*/
    display: inline-block;
    float: left;
}

#nav ul li a {
    line-height: 22px;
    position: relative;
    display: block;
    padding-right: 15px;
    letter-spacing: 1px;
    color: #013e7f;
}
#nav ul.level-1 > li > a {
    font-size: 15px;
    font-weight: bold;
}

#nav ul li.for-logged-in {
    display: none;
}
#nav .megamenu ul.sub-menu li.for-logged-in {
    display: none;
}

.logged-in #nav ul li.for-logged-in {
    display: block;
}
.logged-in #nav .megamenu ul.sub-menu li.for-logged-in {
    display: block;
}

.logged-in #nav ul li.for-logged-out {
    display: none;
}
.logged-in #nav .megamenu ul.sub-indicatorwoocommerce_enable_shipping_calc li.for-logged-out {
    display: none;
}
#footer .widget h3,
#footer .textwidget * {
    color: #fff !important;
}
.product_description .clear {
    height: auto;
}
#nav ul li li a:hover,
#nav ul li li a,
#nav li .current-menu-item > a,
#nav li .current-menu-ancestor > a,
#nav li .current_page_ancestor > a,
div#nav ul li .current_page_item > a {
    background: transparent !important;
}
#nav ul li:first-child a {
    border-left: 0;
}

/* submenu */
#nav ul > li div {
    position: absolute;
    z-index: 10000;
    left: auto;
    display: none;
    padding-top: 26px;
}
#nav ul > li div div {
    top: 1px;
    left: 170px;
    margin-top: -42px;
    margin-left: 18px;
    padding-top: 0;
}

#nav ul > li.megamenu div div {
    margin-top: 0;
    margin-left: 0;
}

#nav ul.sub-menu,
#nav ul.children,
.welcome_menu .welcome_menu_inner,
#lang_sel_list ul {
    font-size: 14px;
    position: relative;
    z-index: 99999;
    min-width: 200px;
    margin-left: 0;
    padding: 23px 0 19px 15px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.welcome_menu .welcome_menu_inner {
    min-width: 184px;
    padding-right: 17px;
}

.welcome_menu ul {
    margin: 0;
    padding: 0;
}

.welcome_menu .welcome_menu_inner ul li a {
    line-height: 22px;
}

.welcome_menu .welcome_menu_inner form {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dad9d9;
}

.welcome_menu form input[type='text'],
.welcome_menu form input[type='password'] {
    font-size: 19px;
    font-weight: normal;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 38px;
    margin-left: 0;
    padding: 0 10px;
    border: 1px solid #dad9d9;
    border-radius: 3px 3px 3px 3px;
    background: none repeat scroll 0 0 #fff;
    box-shadow: 1px 0 6px #e5e5e5 inset;
}

.welcome_menu form input.button {
    font-size: 12px;
    line-height: 25px;
    float: right;
    height: 30px;
    margin-top: 0;
    padding-right: 24px;
    padding-left: 24px;
    text-shadow: none;
}

.welcome_menu .welcome_menu_inner a.lost_password {
    font-size: 11px;
    display: block;
    margin-top: 7px;
    text-shadow: none;
}

.welcome_menu .welcome_menu_inner a.create_account {
    display: block;
    margin-top: 50px;
}

#ie8 #nav ul.sub-menu,
#ie8 #nav ul.children,
#ie8 #nav .megamenu ul.sub-menu ul,
#ie8 #nav .megamenu ul.children ul {
    border: 0;
}

#nav .megamenu ul.sub-menu.megamenu-length-2 {
    min-width: 380px;
}

#nav .megamenu ul.sub-menu.megamenu-length-3 {
    min-width: 565px;
}

#nav ul.sub-menu li,
#nav ul.children li {
    position: relative;
    display: block;
    float: none;
    margin-right: 0;
    text-align: left;
    white-space: nowrap;
    border-left: 0;
}

#nav ul.sub-menu li a,
#nav ul.children li a {
    line-height: 12px;
    padding: 5px 0;
    border: none;
}

#nav ul.sub-menu li:first-child,
#nav ul.children li:first-child {
    border-top: none;
}
#nav ul.sub-menu li:last-child,
#nav ul.children li:last-child {
    border-bottom: none;
}

/* third level */
#nav ul.sub-menu li ul,
#nav ul.children li ul {
    margin: 17px 0 0 0;
}

/* megamenu */
#nav .megamenu ul.sub-menu {
    left: auto;
    max-width: 100%;
    margin: 0;
    padding: 23px 0 19px 15px;
}
#nav .megamenu ul.sub-menu li {
    font-weight: normal;
    margin: 0;
    padding: 0 10px 0 0;
}
#nav .megamenu ul.sub-menu li,
#nav .megamenu ul.sub-menu li ul {
    min-width: 164px !important;
    max-width: 180px;
}
#nav .megamenu ul.sub-menu li {
    float: left;
    padding-bottom: 0;
    border-top: none;
}
#nav .megamenu ul.sub-menu li:first-child,
#nav .megamenu ul.sub-menu li ul li {
    border-left: none;
}
#nav .megamenu ul.sub-menu li {
    padding-left: 0;
    border-left: 1px solid #e6e4e4;
}
#nav .megamenu ul.sub-menu li + li {
    padding-left: 20px;
}
#nav .megamenu ul.sub-menu li ul li:last-child {
    border: 0;
}
#nav .megamenu ul.sub-menu li ul li.last-child {
    border: 0;
}
#nav .megamenu ul.sub-menu li ul {
    position: static;
    display: block;
    margin-top: 10px;
    margin-left: 0;
    padding: 0;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#nav .megamenu ul.sub-menu li ul li {
    font-weight: normal;
    float: none;
    padding: 0;
    padding-right: 0;
    border-left: none;
}
#nav .megamenu ul.sub-menu li.no-link a {
    cursor: default;
    outline: none;
}
#nav .megamenu ul.sub-menu li.no-link li a {
    cursor: pointer;
}

#nav .megamenu ul.sub-menu li.menu-item-custom-content {
    width: 170px !important;
    padding-right: 30px;
    text-align: center;
}
#nav .megamenu ul.sub-menu li.menu-item-custom-content p {
    /* text-align: left; */ color: #121212;
}
#nav .megamenu ul.sub-menu li.menu-item-custom-content span.highlight {
    background: transparent;
}

#nav .megamenu ul.sub-menu li ul li:first-child {
    padding-top: 0;
}
#nav .megamenu ul.sub-menu li a {
    line-height: 12px;
}

/*indicators*/
#nav a.sf-with-ul {
    min-width: 1px;
    padding-right: 15px;
}
#nav .sf-sub-indicator,
.sf-sub-indicator {
    position: absolute;
    top: 41%;
    right: 16px;
    display: block;
    width: 11px;
    height: 9px;
    text-indent: -999em;
    background: url('images/sprite.png') -64px -176px;
}
.welcome_username .sf-sub-indicator,
.wpml  .sf-sub-indicator {
    right: 7px;
}
#nav a:focus > .sf-sub-indicator,
#nav a:hover > .sf-sub-indicator,
#nav a:active > .sf-sub-indicator,
#nav li:hover > a > .sf-sub-indicator,
#nav li.sfHover > a > .sf-sub-indicator,
.welcome_username:hover .sf-sub-indicator,
.wpml:hover .sf-sub-indicator {
    background: url('images/sprite.png') -64px -189px;
}

#nav .current-menu-item > a > .sf-sub-indicator,
#nav .current_page_ancestor > a > .sf-sub-indicator,
#nav .current-menu-ancestor > a > .sf-sub-indicator,
div#nav ul .current_page_item > a > .sf-sub-indicator {
    background: url('images/sprite.png') -64px -189px;
}

#nav ul.sub-menu .sf-sub-indicator,
#nav ul.children .sf-sub-indicator {
    top: 0;
    left: 85% !important;
    display: block;
    width: 7px;
    height: 11px;
    background: url('images/sprite.png') -80px -176px;
}
#nav ul.sub-menu a > .sf-sub-indicator,
#nav ul.children a > .sf-sub-indicator {
    top: 1px;
    left: 85% !important;
    display: block;
    width: 7px;
    height: 19px;
    margin-top: 3px;
    background: url('images/sprite.png') -80px -203px;
}
#nav ul.sub-menu a:focus > .sf-sub-indicator,
#nav ul.sub-menu a:hover > .sf-sub-indicator,
#nav ul.sub-menu a:active > .sf-sub-indicator,
#nav ul.sub-menu li:hover > a > .sf-sub-indicator,
#nav ul.sub-menu li.sfHover > a > .sf-sub-indicator,
#nav ul.children a:focus > .sf-sub-indicator,
#nav ul.children a:hover > .sf-sub-indicator,
#nav ul.children a:active > .sf-sub-indicator,
#nav ul.children li:hover > a > .sf-sub-indicator,
#nav ul.children li.sfHover > a > .sf-sub-indicator {
    top: 3px;
    background: url('images/sprite.png') -80px -192px;
}

#nav ul.sub-menu .current-menu-item > a > .sf-sub-indicator,
#nav ul.sub-menu .current_page_ancestor > a > .sf-sub-indicator,
#nav ul.sub-menu .current-menu-ancestor > a > .sf-sub-indicator,
div#nav ul.sub-menu .current_page_item > a > .sf-sub-indicator {
    background: url('images/sprite.png') -80px -190px;
}

#nav .megamenu ul.sub-menu .sf-sub-indicator {
    display: none;
    background: none;
}
#nav .megamenu a.sf-with-ul {
    padding: 0;
}
#nav .megamenu.dropdown {
    position: static !important;
}
#nav .megamenu img {
    max-width: none;
}
#nav .megamenu ul.sub-menu li.menu-item-custom-content p {
    font-size: 12px !important;
    margin: 0;
}



/* skins */
#nav > ul > li {
    padding: 16px 0 17px 0;
    border-right: 1px solid #f2f2f2;
}
#nav > ul > li.megamenu div.submenu div {
    position: static !important;
    display: block !important;
    padding-top: 0;
}

#nav > ul > li,
.welcome_username,
.wpml,
.woo_cart {
    border-top: 4px solid #fff;
}

.welcome_username,
.wpml,
.woo_cart {
    /* display: inline-block fix */
    margin-left: -3px !important;
}

#nav {
    margin: 0;
    padding: 0;
}
#nav > ul {
    padding: 0 0 0 14px;
}
.header_skin1 #nav > ul > li:hover,
.header_skin1 #nav > ul > li.current-menu-item,
.header_skin1 #nav > ul > li.current-menu-ancestor,
.header_skin1 #nav > ul > li.current_page_ancestor,
.header_skin1 #nav > ul > li.current_page_item,
.header_skin1 .welcome_username:hover,
.header_skin1 .wpml:hover,
.header_skin1 .woo_cart:hover {
    border-top-color: #e6e6e6;
}
#nav > ul > li:last-child {
    margin-right: -4px;
    border-right: none;
}

#nav > ul > li > a {
    font-size: 19px;
    padding-left: 6px;
}
#nav .sf-sub-indicator {
    top: 6px;
}

.header_skin2 {
    border-top: 2px solid #f2f2f2;
}
.header_skin2 #nav {
    margin: 0 auto;
}
.header_skin2 #nav > ul > li,
.header_skin2 #nav > ul > li:hover,
.header_skin2 #nav > ul > li.current-menu-item,
.header_skin2 #nav > ul > li.current-menu-ancestor,
.header_skin2 #nav > ul > li.current_page_ancestor,
.header_skin2 #nav > ul > li.current_page_item,
.header_2 .welcome_username,
.header_2 .wpml,
.header_2 .woo_cart {
    border-top: none;
}

/* ie7 fix */
#ie7 #nav ul li {
    display: inline;
}
#ie7 .sf-sub-indicator {
    top: 3px;
}

/* nojs */
body.no_js #nav ul li:hover > ul {
    display: block;
}
body.no_js #nav ul li ul.submenu li:hover > ul,
body.no_js #nav ul li ul.children li:hover > ul {
    display: block;
}



/* === MOBILE MENU */
.menu-select {
    position: relative;
    overflow: hidden;
    width: 75%;
    margin: 20px auto 30px;
}
.menu-select select {
    font-size: 14px;
    line-height: 16px;
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 8px 10px;
    cursor: pointer;
    color: #373636;
    border: 1px solid #ddd;
    background: none;
    -webkit-appearance: none;
}
.gecko .menu-select select {
    width: 120%;
}
.menu-select select option {
    width: 100%;
    background: none;
}
.menu-select .arrow-icon {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #d8dbdb url('images/menu-select-arrow.png') no-repeat 95% center;
}

/* === SLIDER */
.slider-space {
    height: 45px;
}
.mobile-slider {
    display: none;
}
#primary .slider.alignleft {
    float: left;
    margin-right: 20px !important;
    margin-left: 0 !important;
}
#primary .slider.alignright {
    float: right;
    margin-right: 0 !important;
    margin-left: 20px !important;
}
#primary .slider.aligncenter {
    float: none;
    margin: 0 auto !important;
}

#ie8 .flex-direction-nav .flex-next,
#ie8 .flex-direction-nav .flex-prev {
    display: block !important;
}

/* === STATIC HEADER */
.slider.fixed-image {
    text-align: center;
}

.slider.fixed-image .fixed-image-wrapper {
    margin: 0 auto;
}

.slider.fixed-image img {
    width: auto;
    max-width: 100%;
    height: auto;
}

#header .sub-menu .sub-indicator,
#header .children .sub-indicator {
    font-size: 19px;
}


/*#header + #primary { margin-top: 20px }*/
#primary {
    margin-top: 20px;
}

.slider + h1,
.slider + h2,
.slider + h3,
.slider + h4,
.slider + h5,
.slider + h6
.slider + script + h1,
.slider + script + h2,
.slider + script + h3,
.slider + script + h4,
.slider + script + h5,
.slider + script + h6 {
    margin-top: 0;
}

/* === HOME ROW FULL SCREEN */
.home-row {
    margin-top: 20px;
}
.home-row .home-widget {
    position: relative;
    min-height: 100px;
    background: #fff;
    background: rgba(255,255,255,.80);
}
.home-row .home-widget .widget-wrap,
.home-row .home-widget .widget-wrap.widget-last,
.home-row .home-widget p {
    font-size: 12px;
    color: #5e5c5c;
}
.home-row .home-widget.cta .widget-wrap,
.home-row .home-widget.cta .widget-wrap.widget-last {
    padding-bottom: 5px !important;
}
.home-row .home-widget .widget-link {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}
.gecko .home-row .home-widget.cta .widget-wrap,
.gecko .home-row .home-widget.cta .widget-wrap.widget-last {
    padding-bottom: 8px !important;
}
.home-row .home-widget.cta .contact-form li.text-field input {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    padding: 7px;
}
.home-row .home-widget.cta .contact-form li.text-field {
    float: left;
    max-width: 76%;
}
.home-row .home-widget.cta .contact-form li.submit-button {
    float: left;
    margin-left: 5px;
}
.home-row .home-widget.cta .contact-form li.submit-button input {
    margin: 0 0 10px 0;
}
#ie8 .contact-form li.submit-button input.sendmail {
    padding-top: 10px;
}
.home-row .home-widget.text-image p {
    padding-right: 26%;
}
.home-row .home-widget .text-image {
    position: absolute;
    z-index: 3;
    top: 55px;
    right: 18px;
    max-width: 40%;
}

.home-row .home-widget .widget-wrap {
    padding: 6px 18px;
    border: 3px solid #dfdede;
    border-radius: 9px;
}

.page-template-home-php .home-row .home-widget {
    background-color: transparent;
}
/* === MAP */
/*#map-handler { text-align: right; margin-top: -7px; }*/
/*#map-handler a { color: #545758; margin-right: 22px; }*/

.page-with-map #header-container {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
}



#map .border {
    height: 275px;
    margin-bottom: 18px;
    padding: 5px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}

#map .border iframe {
    width: 100%;
    height: 275px;
}

#map .container {
    margin-top: -42px;
}
/* ===== EXTRA CONTENT ===== */
.extra-content {
    clear: both;
}

/* ===== CUSTOM SIMPLE SELECT ===== */

.woocommerce-ordering select,
.faq-filters select,
.sbHolder .sbSelector,
.woocommerce-page .chzn-container .chzn-single,
.woocommerce-page .chosen-container .chosen-single {
    font-size: 11px;
    line-height: 15px !important;
    display: block;
    width: 200px;
    height: auto !important;
    cursor: pointer;
    color: #949494;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: url('images/sprite.png') no-repeat right -311px;
}



.woocommerce-page .checkout #billing_country_field .chzn-container .chzn-single,
.woocommerce-page .checkout #shipping_country_field .chzn-container .chzn-single,
.woocommerce-page .checkout #billing_country_field .chosen-container .chosen-single,
.woocommerce-page .checkout #shipping_country_field .chosen-container .chosen-single {
    background-position: 126px -103px;
}
.woocommerce-page .checkout #billing_country_field .chzn-container .chzn-single,
.woocommerce-page .checkout #shipping_country_field .chzn-container .chzn-single,
.woocommerce-page .checkout #billing_country_field .chosen-container .chosen-single,
.woocommerce-page .checkout #shipping_country_field .chosen-container .chosen-single {
    background-position: right -312px;
}

.woocommerce-ordering select:hover,
.faq-filters select:hover,
.select-wrap:hover,
.sbHolder .sbSelector:hover,
.woocommerce-page .chzn-container .chzn-single:hover,
.woocommerce-page .chosen-container .chosen-single:hover,
.woocommerce-page .chzn-container-single .chzn-single-with-drop,
.woocommerce-page .chosen-container-single.chosen-with-drop .chosen-single,
.woocommerce-page .checkout #billing_country_field .chzn-container .chzn-single:hover,
.woocommerce-page .checkout #shipping_country_field .chzn-container .chzn-single:hover,
.woocommerce-page .checkout #billing_country_field .chzn-container .chzn-single-with-drop,
.woocommerce-page .checkout #shipping_country_field .chzn-container .chzn-single-with-drop,
.woocommerce-page .checkout #billing_country_field .chosen-container .chosen-single:hover,
.woocommerce-page .checkout #shipping_country_field .chosen-container .chosen-single:hover,
.woocommerce-page .checkout #billing_country_field .chosen-container.chosen-with-drop .chosen-single,
.woocommerce-page .checkout #shipping_country_field .chosen-container.chosen-with-drop .chosen-single {
    background-position: right -344px;
}
.select-wrap {
    position: relative;
    overflow: hidden;
}
.select-wrap select {
    float: none !important;
    width: 112%;
    height: auto;
    margin: 0 !important;
    padding: 0;
    border: 0;
    background: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.ie .select-wrap select {
    width: 115%;
}
.woocommerce-ordering select,
.faq-filters select,
.sbHolder .sbSelector,
.sbHolder .sbOptions,
.woocommerce-page .chzn-container .chzn-single,
.woocommerce-page .chosen-container .chosen-single,
.woocommerce-page .chzn-container .chzn-drop,
.woocommerce-page .chosen-container.chosen-drop {
    padding: 11px 16px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}
.sbHolder {
    position: relative;
}
.sbHolder .sbOptions,
.woocommerce-page .chzn-container .chzn-drop,
.sbHolder .sbOptions,
.woocommerce-page .chosen-container.chosen-drop .chosen-single {
    position: absolute;
    z-index: 300;
    right: 0;
    left: 0;
    margin: 19px 0 0;
    padding: 6px 0 12px;
    list-style: none;
    background: #fff;
}
.sbHolder .sbOptions li,
.woocommerce-page .chzn-container .chzn-drop li,
.woocommerce-page .chosen-container.chosen-drop .chosen-single li {
    margin: 0;
}
.sbHolder .sbOptions a {
    font-size: 11px;
    display: block;
    padding: 2px 12px;
    color: #949494;
}
.woocommerce-page .chzn-container-single .chzn-single div,
.woocommerce-page .chosen-container-single .chosen-single div {
    display: none;
}
.woocommerce-page .chzn-container .chzn-single,
.woocommerce-page .chosen-container .chosen-single {
    width: auto;
}
.woocommerce-page .chzn-container .chzn-drop,
.woocommerce-page .chosen-container.chosen-drop .chosen-single {
    margin-top: 6px;
}
.woocommerce-page .chzn-container .chzn-drop li,
.woocommerce-page .chosen-container.chosen-drop .chosen-single li {
    font-size: 12px;
}
.woocommerce-page .chzn-container .chzn-drop .chzn-results,
.woocommerce-page .chosen-container.chosen-drop .chosen-single .chosen-results {
    margin-top: 5px;
}
.faq-filters .sbHolder {
    float: right;
    margin-top: 3px;
}

/* ===== PAGE META ===== */
#page-meta h1 span.special-font,
#page-meta h2 span.special-font {
    font-size: 2em;
}
p#yit-breadcrumb {
    font-size: 12px;
    margin-top: 0;
}

.slogan {
    padding-top: 40px;
    padding-bottom: 20px;
}
.slogan.no_search {
    padding-top: 0;
}
.slogan h2,
.slogan h3 {
    text-align: center;
    color: #373736;
}
.slogan h2 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.9px;

    postion: relative;
}
.header_with_search .slogan h2 {
    padding-top: 47px;
}
.header_with_search .slogan h2.nopadding {
    padding-top: 0 !important;
}
.slogan h2 img {
    position: relative;
    top: -4px;
    margin-right: 13px;
}
.slogan h3 {
    font-size: 20px;
    margin: 25px 0 0 0;
}
.slogan h3 span {
    color: #848484;
}

.slogan .border {
    width: 570px;
    height: 2px;
    margin: 0 auto;
    padding: 0;
}
.slogan .border.margin-top {
    margin-top: 20px;
}

.slogan h2 span.special-font,
.slogan h3 span.special-font {
    font-size: 2em;
}
h1 span.title-highlight,
h2 span.title-highlight,
h3 span.title-highlight,
h4 span.title-highlight,
h5 span.title-highlight,
h6 span.title-highlight,
.box-sections span.title-highlight,
.box-sections-border span.title-highlight {
    font-weight: bold;
}

/* ===== SIDEBAR ===== */
.sidebar {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 20px 0 0;
    border: 3px solid #dad9d9;
    border-radius: 10px;
}

.sidebar > * {
    padding: 0 13px;
}

.sidebar ul,
.sidebar ol {
    margin-left: 0;
    list-style: none;
}

.sidebar .widget {
    padding-bottom: 14px;
    border-bottom: 1px solid #dad9d9;
}

.sidebar .widget:last-child {
    padding-bottom: 0;
    border: none;
}

#ie8 .sidebar .widget.last-child {
    padding-bottom: 0;
    border: none;
}

.sidebar input[type=text],
.sidebar input[type=search] {
    font-size: 13px;
    font-weight: normal;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 68%;
    height: 38px;
    margin-left: 0;
    padding: 0 10px;
    border: 1px solid #dad9d9;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: inset 1px 0 6px #e5e5e5;
    -moz-box-shadow: inset 1px 0 6px #e5e5e5;
    box-shadow: inset 1px 0 6px #e5e5e5;
}

#ie8 .sidebar #searchform input[type='text'] {
    line-height: 36px;
    width: 64%;
    height: 36px;
}
#ie8 .sidebar .widget_search #searchform .button {
    width: 34%;
    padding-right: 10px;
}


.yit_widget_dropdown .sidebar .widget h1,
.yit_widget_dropdown .sidebar .widget h2,
.yit_widget_dropdown .sidebar .widget h3,
.yit_widget_dropdown .sidebar .widget h4,
.yit_widget_dropdown .sidebar .widget h5,
.yit_widget_dropdown .sidebar .widget h6 {
    cursor: pointer;
}

.yit_widget_dropdown .dropdown_widget {
    font-size: 30px;
    display: inline;
    float: right;
    width: 26px;
    height: 20px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background: url(images/sprite.png) 0 -50px;
    background-color: #fff !important;
}

.yit_widget_dropdown .dropdown_widget.closed {
    background-position: 0 -30px;
}


/* === STICKY */


/* ===== COMMENTS ===== */



/* ===== FOOTER ===== */
#footer {
    margin-top: 20px;
    margin-bottom: 0;
    border-top: 2px solid #eee;
    background-color: #fbfbfb;
}

#footer .container {
    padding-top: 13px;
    padding-bottom: 20px;
}

#footer h3 {
    margin-top: 10px;
    margin-bottom: 25px;
}

#footer a {
    color: #fff;
}
#footer a:hover {
    color: #fcd29a;
}

#footer .widget li {
    list-style: none;
}

/* ===== COPYRIGHT ===== */
#copyright {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    background-color: #fbfbfb;
}

#footer + #copyright {
    margin-top: 0;
}
#copyright .container {
    padding: 20px 0 20px 0;
    border-top: 1px solid #aa9d82;
}

#copyright .center,
#copyright .centered {
    text-align: center;
}
#copyright .left {
    text-align: left;
}
#copyright .right {
    text-align: right;
}

#copyright div p {
    font-size: 12px;
    color: #959494;
}
#copyright div p:first-child {
    margin-top: 0;
}
#copyright div p:last-child {
    margin-bottom: 0;
}
#copyright div p a {
    font-size: 12px;
    color: #575858;
}
#copyright div p a:hover {
    color: #000;
}

#copyright a,
#copyright div a,
#copyright div p a {
    word-break: break-all;
}

/* ===== 404 ===== */
.error-404-logo {
    margin-top: 85px;
    text-align: center;
}

.error404 .border-img {
    max-width: 525px;
    margin: 94px auto 0 auto !important;
}
.error404 .error-404-image {
    width: 100%;
    height: auto;
    text-align: center;
}
.search-no-results h2 {
    text-align: center;
}

.error404 .error-404-text h2 {
    font-family: Nunito, sans-serif;
    font-size: 60px;
    font-weight: bold;
    line-height: 60px;
    margin-top: 21px;
    margin-bottom: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #d66a0e;
}

.error404 .error-404-text {
    margin-bottom: 4px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.error404 .error-404-text p {
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
.error404 .error-404-search {
    padding-top: 30px;
}

.error404 .error-404-text #searchform {
    margin: 28px 0;
}

.error404 .error-404-search,
.error404 #searchform {
    width: 77%;
    margin: 45px auto 0;
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.error404 #searchform {
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
}

.error-404-search input#s,
.error404 input#s {
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 83%;
    height: 55px;
    margin: 0;
    padding: 0 0 0 15px;
    vertical-align: top;
    color: #abaaa9;
    border: 1px solid #f3f2f2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 0 0 8px #f0f0f0;
}

.error404 input#s {
    border-color: #dad9d9;
}

#ie8 .error-404-search input#s,
#ie8 .error404 input#s {
    line-height: 55px;
}

.error-404-search input#s:-moz-placeholder,
.error-404-search input#s::-moz-placeholder {
    line-height: 53px;
}

.error-404-search #searchform input.button,
.error404.not-found input#searchsubmit {
    font-size: 10px;
    font-weight: normal;
    position: relative;
    height: 51px;
    margin-top: 0;
    margin-left: 9px;
    vertical-align: top;
    text-indent: -9999em;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #e89222;
    -webkit-box-shadow: 0 3px 0 #cd6b02;
    -moz-box-shadow: 0 3px 0 #cd6b02;
    box-shadow: 0 3px 0 #cd6b02;
    text-shadow: 2px 2px #7c7878;
}

#headersearchform input.button,
#footernewsletter input.button,
.error404.not-found input#searchsubmit {
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
    position: relative;
    margin-left: 9px;
    padding: 20px 0 20px 0;
    vertical-align: top;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #e89222;
    -webkit-box-shadow: 0 3px 0 #cd6b02;
    -moz-box-shadow: 0 3px 0 #cd6b02;
    box-shadow: 0 2px 0 #cd6b02;
    text-shadow: 2px 2px #7c7878;
}

.post.error404 {
    text-align: center;
}
.post.error404 h1 {
    color: #c17836;
}

.error-404-search input#searchsubmit,
#headersearchform #headersearchsubmit,
.error404.not-found input#searchsubmit {
    color: transparent;
    border: 0;
    background: #e89222 url(images/icons/search-form-submit.png) center center no-repeat;
    text-shadow: none;
}
#headersearchform #headersearchsubmit {
    text-indent: -9999px;
}

#footer.newsletter-footer {
    margin-top: 80px;
}
#footernewsletter-container {
    position: relative;
    clear: both;
    margin-top: -10px;
    margin-bottom: 70px;
    padding-top: 0;
}
#footernewsletter #footernewslettersubmit {
    font-size: 18px;
    font-weight: 800;
    margin-top: 0;
    padding: 15px 30px;
    color: #fff;
    border: 0;
    background: #e89222;
    text-shadow: none;
}

.error-404-search input#searchsubmit,
.error404.not-found input#searchsubmit {
    width: 14%;
}

#headersearchform-container {
    position: relative;
    clear: both;
    padding-top: 35px;
    /*outline: 1px solid red;*/
}

#headersearchform .formborder,
#footernewsletter .formborder {
    position: absolute;
    z-index: 220;
    bottom: -46px;
    left: 50%;
    clear: both;
    box-sizing: border-box;
    margin: 0 0 0 -467px;
    padding: 10px 10px 13px 10px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background-color: #fff;
}

#footernewsletter .formborder {
    padding: 8px 8px 9px 8px;
}

#headers,
#footers {
    font-size: 16px;
    line-height: normal;
    width: 749px;
    height: auto;
    margin-bottom: 0;
    padding: 16px 0 16px 15px;
}

#footers {
    width: 694px;
    padding-left: 70px;
    background: url('images/sprite.png') no-repeat;
    background-position: 10px -525px;
}

#headersearchsubmit,
#footernewsletter {
    width: 134px;
    margin: 0;
    padding: 0;
}

.error404.not-found input#searchsubmit:hover {
    background-color: #e37a1c;
}

.error-404-search input#searchsubmit:active,
#headersearchform #headersearchsubmit:active,
#footernewsletter #footernewslettersubmit:active,
.error404.not-found input#searchsubmit:active {
    top: 2px;
    background-color: #e37a1c;
}


@media (min-width: 768px) {
    .error404 .no-margin {
        margin-left: -30px;
    }
}
@media (max-width: 767px) {
    .error404 .error-404-text {
        width: 100% !important;
        padding: 0 !important;
        border: 0 !important;
    }
    .error404 input#s {
        width: 100%;
    }
    .error404.not-found input#searchsubmit {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
}

/*
.error-404-text #searchform .screen-reader-text { position: relative; top:-2px; left: 0; display: none !important; }
.gecko .error-404-text input#searchsubmit { vertical-align: top; }
.safari .error-404-text input#searchsubmit { position:relative; top:0px; }
*/

/* ===== PAGINATION ===== */
.general-pagination {
    clear: both;
    height: 29px;
    margin: 20px auto;
    text-align: center;
}
.general-pagination ul,
.general-pagination li {
    display: inline;
    padding: 0;
}
.general-pagination span {
    display: none;
}
.general-pagination a,
.general-pagination span.current {
    font-size: 13px;
    line-height: 40px;
    display: inline-block;
    padding: 0 16px 0 16px;
    /*width:40px;*/
    /*height:40px;*/
    text-align: center;
    text-align: center;
    color: #727271;
    border: 1px solid #e6e6e6;
}

.general-pagination a + a {
    border-left: none;
}
.general-pagination a:first-child {
    border-radius: 3px 0 0 3px;
}
.general-pagination a:last-child {
    border-radius: 0 3px 3px 0;
}

.general-pagination a.yit_pagination_previous,
.general-pagination a.yit_pagination_next {
    /*background-image: url(images/sprite.png);*/
}

.general-pagination a.yit_pagination_previous {
    padding-right: 22px;
}
.general-pagination a.yit_pagination_next {
    padding-left: 22px;
}

.general-pagination a.selected,
.general-pagination span.current {
    color: #fff;
    background-color: #e89222;
}


/*.general-pagination a, .general-pagination span { border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }*/
.woocommerce .general-pagination {
    margin-top: 0;
}

/* ===== STYLING STANDARD WP MEDIA IMAGES ===== */
.hentry img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.images-slider-sc img {
    display: block;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%;
    height: auto;
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-top: 4px;
    margin-right: 24px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-top: 4px;
    margin-left: 24px;
}
div.aligncenter,
img.aligncenter {
    display: block;
    float: none;
    margin-right: auto !important;
    margin-left: auto !important;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}
.wp-caption {
    line-height: 18px;
    max-width: 558px !important;
    margin-bottom: 20px;
    padding: 4px;
    text-align: center;
    background: #f1f1f1;
}
.wp-caption img {
    width: 98%;
    margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
    font-size: 12px;
    margin: 5px;
    color: #888;
}
.wp-smiley {
    margin: 0;
}
.gallery {
    margin: 0 auto 18px;
}
.gallery .gallery-item {
    float: left;
    width: 33%;
    margin-top: 0;
    text-align: center;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery img {
    border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}
.gallery .gallery-caption {
    font-size: 12px;
    margin: 0 0 12px;
    color: #888;
}
.gallery dl {
    margin: 0;
}
.gallery img {
    border: 10px solid #cfcfcf;
}
.gallery br + br {
    display: none;
}
.content .attachment img {
    display: block;
    margin: 0 auto;
}
.hentry .post_video {
    position: relative;
    max-width: 100%;
    height: 0;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 56.25%; /* 16:9 */
}
.hentry .post_video.vimeo {
    padding-top: 0;
}
.hentry .post_video.dailymotion embed,
.hentry .post_video.youtube embed,
.hentry .post_video.vimeo object,
.hentry .post_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ===== ARCHIVE ===== */
.content .archive-list ul {
    clear: both;
    margin: 0 0 20px;
    list-style: none;
    border-top: 1px solid #cfcfcf;
}
.content .archive-list ul li {
    border-bottom: 1px solid #cfcfcf;
}
.content .archive-list ul li a {
    display: block;
    margin: 0;
    padding: 7px 0 7px .5em;
    color: #8b9091;
}
.content .archive-list ul li a:hover {
    text-decoration: none;
    color: #444;
    background-color: #efefef;
}
.content .archive-list ul li a span {
    display: block;
    text-align: right;
}
.content .archive-list ul li a span.comments_number {
    float: right;
    width: 3em;
    margin-right: 20px;
    color: #777;
}
.content .archive-list ul li a span.archdate {
    float: left;
    width: 3em;
    margin-right: 2em;
    padding: 0 0 1em;
    letter-spacing: 1px;
    color: #8b9091;
}
.content .archive-list ul li ul.children {
    margin: 0 0 -1px;
    padding-left: 20px;
}

/* ===== COMMENTS & TRACKBACKS ===== */

ol.trackbacklist {
    margin: 20px 35px;
}
ol.trackbacklist li {
    padding: 10px 0;
}

/* ===== PORTFOLIO COMMON RULES ===== */
#portfolio a.zoom {
    text-indent: 0;
    background: #000 url('images/icons/zoom.png') center no-repeat;
}
#portfolio a.video a.zoom {
    background: #000 url('images/icons/play.png') center no-repeat;
}
#portfolio a.project a.zoom {
    background: #000 url('images/icons/project.png') center no-repeat;
}
#portfolio a.onlytitle a.zoom {
    background: #000;
}
#portfolio a.zoom span,
.section a.zoom span {
    font-size: 16px;
    line-height: 15px;
    position: absolute;
    bottom: 25%;
    display: block;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: white;
}
#portfolio a.zoom span.subtitle,
.section a.zoom span.subtitle {
    font-size: 11px;
    bottom: 12%;
}
.work-thumbnail .extra-images-slider ul.flex-direction-nav {
    bottom: 20px;
}
.work-thumbnail .extra-images-slider ul.flex-direction-nav li {
    margin-bottom: auto;
}
/*
#portfolio .read-more, #portfolio .more-link { background: /*url("images/bg-button-light.png") repeat-x scroll left top/ #F4F4F8; border: 1px solid #CFCFCF; border-radius: 2px 2px 2px 2px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); color: #787D8C !important; float: left; font-size: 12px; margin: 15px 0 20px; padding: 4px 12px; text-decoration: none; text-shadow: 1px 1px 0 white; }
#portfolio .read-more:hover, #portfolio .more-link:hover { background: none repeat scroll 0 0 #F9F9FB; border: 1px solid #CFCFCF; color: #464B5A !important; }
*/

#portfolio .read-more,
#portfolio .more-link {
    /*
     * Rules merged with default Read more Button
     * Search for '#portfolio .read-more, #portfolio .more-link' down in this file
     */
}

#portfolio .read-more:hover,
#portfolio .more-link:hover {
    background-color: #da8b00;
}

#ie8 .picture_overlay .overlay div p,
#ie8 .picture_overlay .overlay div p {
    min-width: 100px;
    text-align: center;
}


/* portfolio overlay 
.overlay {display:none; background: none repeat scroll 0 0 #000;height:100%;left:0;overflow: hidden; position: absolute; top:0; width:100%; opacity: .7; text-align: center}
.overlay a { display: block; float: left; height: 100%; width: 50%; line-height: 9999px; overflow: hidden; }
.overlay a.overlay_project { background: url('images/icons/project.png') 5% center no-repeat }
.overlay a.overlay_img { background: url('images/icons/zoom.png') 95% center no-repeat }
.overlay a.overlay_video { background: url('images/icons/play.png') 95% center no-repeat }
.overlay span.overlay_title { position: absolute; bottom: 30%; color: white; text-align: center; display: block; width: 100%; font-size: 16px; line-height: 15px; }
*/

/* ===== SHADOWS ===== */
form input[type='text'],
form textarea {
    border: 1px solid #cfcfcf;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -ms-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus,
.uneditable-input:focus {
    /* IE6-9 */
    border-color: #cecece;
    border-color: rgba(0, 0, 0, .2) !important;
    outline: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 3px rgba(0, 0, 0, .2) !important;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 3px rgba(0, 0, 0, .2) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 3px rgba(0, 0, 0, .2) !important;
}

textarea.error:focus,
input.error[type='text']:focus,
input.error[type='password']:focus,
input.error[type='datetime']:focus,
input.error[type='datetime-local']:focus,
input.error[type='date']:focus,
input.error[type='month']:focus,
input.error[type='time']:focus,
input.error[type='week']:focus,
input.error[type='number']:focus,
input.error[type='email']:focus,
input.error[type='url']:focus,
input.error[type='search']:focus,
input.error[type='tel']:focus,
input.error[type='color']:focus,
.error.uneditable-input:focus {
    /* IE6-9 */
    border-color: rgb(215,118,118);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 3px rgb(215,118,118) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 3px rgb(215,118,118) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 3px rgb(215,118,118) !important;
}
/*===== TESTIMONIAL PAGE ===== */

.testimonial-page-full {
    margin-top: 15px;
}

.testimonial-page-full .thumbnail {
    position: relative;
    display: inline-block;
    padding: 0;
    border: 0;
}

#ie8 .testimonial-page-full .thumbnail {
    display: block;
}

.testimonial-page-full .thumbnail img {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    border: 0;
    border-radius: 0;
    background: #ef8801;
}

#ie8 .testimonial-page-full .thumbnail img {
    max-width: 90%;
}

.testimonial-page-full .thumbnail-quote {
    position: absolute;
    top: 0;
    right: 5px;
    width: 40px;
    height: 42px;
    background: transparent url(images/icon-quote.png) center no-repeat;
}

.testimonial-page-full .testimonial {
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 12px;
    padding-bottom: 6px;
    border: 2px solid #dfdcdc;
}

.testimonial-page-full .testimonial .testimonial-text p {
    line-height: 22px;
    margin-top: 2px;
}

.testimonial-page-full .testimonial .testimonial-name {
    float: right;
    margin-right: 8px;
    padding-top: 0;
}

.testimonial-page-full .testimonial .testimonial-name a.name {
    line-height: 22px;
}

.testimonial-page-full .testimonial .testimonial-name a.website {
    line-height: 18px;
}

.testimonial-page-full .testimonial-signature {
    float: left;
}

.testimonial-page-full .testimonial-name {
    float: right;
}

.testimonial-page-full .testimonial-signature p.signature {
    font-family: 'Nothing You Could Do';
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: #000;
}

/* ===== TESTIMONIAL SINGLE PAGE ===== */
.testimonial-page {
    position: relative;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 10px;
}
.testimonial-page .thumbnail {
    position: relative;
    top: 35px;
    right: -5px;
    float: right;
    padding-top: 0;
    border: none;
    background: none;
    box-shadow: none;
}
.testimonial-page .thumbnail img {
    float: right;
    width: auto;
    height: auto;
    padding-top: 11px;
    border-radius: 0 0 0 0;
}
.testimonial-page .testimonial-text-full {
    margin-bottom: 10px;
    margin-left: 0;
}
.testimonial-page .testimonial-text-full blockquote {
    padding-bottom: 0;
    padding-left: 0;
    background-position: 0 25px;
}
.testimonial-page .testimonial-text-full blockquote p:last-child {
    margin-bottom: 0;
}
.testimonial-page .testimonial-text-full.testimonial-thumb {
    margin-bottom: 85px !important;
}
.testimonial-page .testimonial-text-full p {
    margin: 0 0 30px 0;
}
.testimonial-page .testimonial-name {
    float: right;
    height: 20px;
    margin-top: 10px;
    margin-right: -20px;
    text-align: right;
}
.testimonial-page .testimonial-name p,
.testimonial-page .testimonial-name a,
.testimonial-page .testimonial-name span {
    z-index: 1000;
    display: block;
    clear: both;
    padding-right: 25px;
}
.testimonial-page .testimonial-name p.name,
.testimonial-page .testimonial-name a.name {
    /*background: #FFFFFF;*/
    float: right;
    padding-left: 10px;
    color: #ab5705;
}
.testimonial-page .testimonial-name p.name {
    margin-bottom: 0;
}
.testimonial-page .testimonial-name a.name:hover {
    color: #1f1f1f;
}
.testimonial-page .testimonial-name a.website,
.testimonial-page .testimonial-name span.website {
    font-size: 12px;
    color: #1c1c1c;
}
.testimonial-page .testimonial-name a.website:hover {
    color: #1f1f1f;
}
.testimonial-post-page .wp-post-image {
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 15px 15px 15px 15px;
}
/* === SINGLE SERVICES === */
.services h1.post-title,
.services h1 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    color: #8c8c8c;
    border-bottom: 1px solid #f2f2f2;
}

.services h2,
.services h3,
.services h4,
.services h5,
.services h6 {
    line-height: 30px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    color: #8c8c8c;
}


/* === OVERLAY === */
.picture_overlay {
    position: relative;
    cursor: pointer;
    border: 6px solid #fff;
    box-shadow: inset 0 0 0 0 rgba(0,0,0, .4)/*,
        inset 0 0 0 16px rgba(255,255,255,0.6),
        0 1px 2px rgba(0,0,0,0.1)*/;
}
.picture_overlay.js_loaded {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.picture_overlay:hover {
    border-color: #d98104;
}
.picture_overlay_empty:hover {
    border-color: #dfdcdc;
}
.picture_overlay.picture_overlay_empty {
    cursor: default !important;
}

.picture_overlay .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    height: 100%;
    box-shadow: inset 0 0 0 0 rgba(0,0,0, .4)/*,
        inset 0 0 0 16px rgba(255,255,255,0.6),
        0 1px 2px rgba(0,0,0,0.1)*/;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.picture_overlay .overlay div {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    -webkit-backface-visibility: hidden; /*for a smooth font */
}
.picture_overlay .overlay div img {
    display: inline !important;
    width: auto;
    height: auto;
    padding: 2px;
}

.picture_overlay .overlay div p {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 1px #fff,
    0 1px 2px rgba(0,0,0,.3);
}

.picture_overlay .overlay div p.title {
    font-size: 16px;
    overflow: hidden;
    margin-top: 15% !important;
    margin-bottom: 0 !important;
}
.picture_overlay .overlay div p.subtitle {
    font-size: 11px;
}

#ie8 .picture_overlay .overlay div {
    display: none;
}
#ie8 .picture_overlay:hover .overlay {
    background-color: #000;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    filter: alpha(opacity=50);
}



.picture_overlay:hover,
.picture_overlay:hover .overlay {
    box-shadow: inset 0 0 20px 450px rgba(0,0,0, .4)/*,
        inset 0 0 0 16px rgba(255,255,255,0.8),
        0 1px 2px rgba(0,0,0,0.1)*/;
}

.picture_overlay:hover .overlay div {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* ====================== START FAQ ====================== */
.faq-filters {
    padding: 2px;
}

.faq-filters ul a {
    font-size: 14px;
    color: #5c5c5b;
}

.faq-filters ul a:before {
    line-height: 14px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    content: '';
    vertical-align: middle;
    border: 1px solid #d6d3d3;
    border-radius: 2px;
    background-color: #fff;
}

.faq-filters ul a.active:before {
    border: 1px solid #ba5b09;
    background-color: #eb7c1d;
}

.sidebar .faq-filters li {
    margin-bottom: 11px;
}

.faq-filters-container {
    margin-bottom: 38px;
}
.faq-filters {
    padding: 0 12px 7px 12px;
}
.faq-filters p {
    float: left;
}
.faq-filters select,
.faq-filters .select-wrap {
    float: right;
    margin-top: 3px;
}

ul.filters.faq {
    display: none;
    float: right;
}
ul.filters.faq li,
ul.filters.faq li a {
    font-size: 12px;
}
.faq-title {
    min-height: 26px;
    margin-bottom: 10px;
    padding-bottom: 0;
    cursor: pointer;
    border-bottom: 1px solid #e8eaeb;
}

.faq-title .plus,
.faq-title .minus,
#sidebar-shop-sidebar .widget .plus,
#sidebar-shop-sidebar .widget .minus {
    font-size: 30px;
    display: inline;
    float: left;
    width: 26px;
    height: 20px;
    margin-top: 2px;
    margin-right: 12px;
    text-align: center;
    color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background: url(images/sprite.png);
    background-color: #fff !important;
}

.faq-title .plus,
#sidebar-shop-sidebar .widget .plus {
    background-position: 0 -30px;
}

.faq-title .minus,
#sidebar-shop-sidebar .widget .minus {
    background-position: 0 -50px;
}

.faq-title h4 {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    padding-bottom: 12px;
    padding-left: 40px;
    color: #5c5c5b;
}

.faq-title.active {
    margin-bottom: 0;
    border: none;
}

.faq-title.active h4 {
    padding-bottom: 3px;
    color: #9b5306;
}

.features-tab-container .features-tab-wrapper .features-tab-content .faq-title h4 {
    font-weight: normal;
    text-transform: none;
}

.features-tab-container .features-tab-wrapper .features-tab-content ul.filters.faq li,
ul.filters.faq li a {
    font-size: 12px;
}

.faq-title,
.faq-item,
.faq-title.active {
    background: none;
}

.faq-item {
    position: relative;
    display: none;
    overflow: hidden;
    margin-bottom: 10px;
}
.faq-item.active {
    display: block;
}
.faq-item-content .icon {
    display: inline !important;
    margin: 0 10px;
}

.faq-item-content {
    padding-bottom: 10px;
}
.faq-item-content p {
    font-size: 13px;
    line-height: 24px;
    margin-left: 40px;
    color: #5c5c5b;
}
.faq-wrapper {
    width: 100%;
}

.filters.faq li {
    margin-right: 5px;
    padding-left: 0;
}

.filters.faq li a {
    line-height: 30px;
    display: inline-block;
    height: 30px;
    padding: 0 7px;
    padding-left: 0;
    color: #545151;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ececec;
}

.filters.faq li a:hover {
    color: #d98104;
}

.filters.faq li a.active {
    color: #fff;
    background-color: #787777;
}

.filters.faq li a.all {
    margin-left: 15px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.filters.faq li.all {
    position: relative;
}

.filters.faq li a .prepend {
    position: absolute;
    left: 0;
    min-width: 16px;
    min-height: 30px;
    background-image: url('./images/faq-prepend.png');
}

.filters.faq li a.active .prepend {
    position: absolute;
    left: 0;
    min-width: 16px;
    min-height: 30px;
    background-image: url('./images/faq-prepend-active.png');
}

/* ====================== END FAQ ====================== */


/* ====================== START BLOG ====================== */
.post-title.upper,
.post-title.upper a,
.blog-big .meta .post-title.upper a,
.blog-small .meta .post-title.upper a {
    text-transform: uppercase;
}
.format-quote .the-content-list blockquote p,
.format-quote .the-content-list blockquote a {
    font-size: 16px;
    padding-left: 0;
}
.format-quote .thumbnail blockquote {
    padding: 10px 10px 10px 0;
    background-position: 0 10px;
}
.format-quote p,
.format-quote p a {
    font-size: 14px;
    line-height: 1.74em;
    color: #fff;
}
.format-quote .thumbnail blockquote cite {
    float: right;
}
.not-btn.more-link,
.not-btn.read-more,
.section-services-bandw .service-wrapper .service .read-more a,
.gform_button,
#portfolio .read-more,
#portfolio .more-link,
.button,
#respond #commentsubmit {
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
    position: relative;
    margin-top: 25px;
    padding: 9px 12px 8px 12px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #605f5e;
    background-image: none;
    -webkit-box-shadow: 0 2px 0 #cd6b02;
    -moz-box-shadow: 0 2px 0 #cd6b02;
    box-shadow: 0 2px 0 #cd6b02;
}

#respond #commentsubmit:active {
    top: 2px;
}

.not-btn.more-link:hover,
.not-btn.read-more:hover,
.section-services-bandw .service-wrapper .service .read-more a:hover,
.gform_button:hover,
#portfolio .read-more:hover,
#portfolio .more-link:hover,
.button:hover {
    background-color: #e89222;
}

.not-btn.more-link:active,
.not-btn.read-more:active,
.section-services-bandw .service-wrapper .service .read-more a:active,
.gform_button:active,
#portfolio .read-more:active,
#portfolio .more-link:active,
.button:active {
    top: 2px;
}
/* ====================== END BLOG ====================== */

/* ====================== START CONTENT ====================== */
.content ul li,
.content ol li {
    margin-bottom: 10px;
}
/* ====================== END CONTENT ====================== */

/* ====================== START HOME SIDEBAR ====================== */
#home-sidebar {
    float: none;
}
/* ====================== END HOME SIDEBAR ====================== */


/* ============ START BACK TO TOP BUTTON ==================*/
#back-top {
    position: fixed;
    z-index: 1000;
    right: 20px;
    bottom: 20px;
    padding: 5px 10px;
    background-color: #f00;
}

/* ============ END BACK TO TOP BUTTON ==================*/

/* HOVER EFFECT */
.yit_item {
    position: relative;
    float: left;
    overflow: hidden;
    max-height: 240px;
    margin-bottom: 20px;
}
.yit_item a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.yit_item,
.yit_item div {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.yit_item .description {
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100% ;
    padding: 0;
    color: #fff;
    background: rgb(236,122,15);
    background: rgba(236,122,15,.7);
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

.yit_item .description p {
    margin-top: 20px;
}

.yit_item:hover .description {
    bottom: 0;
}

.yit_item .description time,
.yit_item  .description h4 {
    padding-left: 60px;
}

.yit_item  .description h4 {
    color: #fff;
}
.yit_item  .description p {
    padding: 10px 15px;
}

.yit_item .description time {
    font-size: 10px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
    color: #a1eeff;
}

.yit_item img {
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}

.yit_item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/* ====================== START ACCORDION SLIDER ====================== */
.accordion-container {
    overflow: auto;
    margin-bottom: 15px;
}
.accordion-title {
    min-height: 26px;
    margin-bottom: 15px;
    cursor: pointer;
    background-color: #f1f3f3;
}
#ie8 .social_title {
    min-width: 140px;
}
.accordion-title.active {
    background-color: #fff;
}
.accordion-title .plus,
.accordion-title .minus {
    font-size: 30px;
    display: inline;
    float: left;
    width: 26px;
    height: 26px;
    text-align: center;
    color: #fff;
}

.accordion-title .plus {
    line-height: .9em;
    background-color: #6e6d6d;
}

.accordion-title .minus {
    background-color: #e89222;
}

.accordion-title h4 {
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    display: inline;
    margin-left: 6px;
}

.accordion-item {
    position: relative;
    display: none;
    overflow: hidden;
    margin-bottom: 10px;
}
.accordion-item .row {
    position: relative;
}

.accordion-item .meta {
    position: absolute;
    bottom: 0;
    border-left: 5px solid #e89222;
}

.accordion-item .meta p {
    margin: 0 0 5px 0;
}

.accordion-item-content .icon {
    display: inline !important;
    margin: -3px 10px 0 10px;
}

.accordion-item .meta .social_title {
    float: left;
    margin-right: 5px;
}

.accordion-item .meta .social_title p {
    margin: 1px 0 0 0;
}

.accordion-item-content {
    padding-bottom: 100px;
}

#ie8 .accordion-item-content .meta {
    width: 60%;
}

.accordion-item .row {
    position: relative;
}

.accordion-item-thumb img {
    padding: 2px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}
/* ====================== END ACCORDION SLIDER ====================== */

.product_files_list {
    display: inline-block;
    width: 100%;
    margin: 0;
    list-style-type: none;
}

.product_files_list li {
    float: right;
    margin-right: 10px;
}
.product_files_list li:first-child {
    margin-right: 0;
}

.pdf_icon {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(images/pdf_icon.png) no-repeat 0 0;
}
.word_icon {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(images/word_icon.png) no-repeat 0 0;
}
.span9.span-fix {
    max-width: 840px;
}
.span3.span-fix {
    margin-right: 13px;
}
.news-marquee .entry-title {
    margin-bottom: 15px;
    padding: 3px 10px;
    color: #fff;
    background: #c9182a;
    font-size: 20px;
}
.news-marquee ul {
    overflow: hidden;
    height: 250px;
    margin: 0;
    padding-left: 20px;
    list-style-type: none;
}
.news-marquee ul li {
    margin-bottom: 15px;
}
.news-marquee ul li a {
    color: inherit;
}
.news-marquee ul li .entry-date {
    font-weight: bold;
    color: #9d304e;
}
ul#owl-demo {
    height: 100% !important;
}
li.tab.default_tab.lslide.active {
    float: inherit !important;
}
