/*
Theme Name: Mega
Theme URI: http://wopethemes.com
Description: Multi Purpose Wordpress Theme
Text Domain: mega
Author: WopeThemes
Author URI: http://wopethemes.com
Version: 1.4
Tags: black, blue, white, two-columns, fluid-la.site-logo imyout , custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
License:.toggle-menu ul
License URI:
*/
.site-logo img
    /*------------------------------------------------------------------------------------------------------------------------------------



    [Table of contents]


    * Common Sections
        - Reset Css
        - Common CSS
        - Wordpress CSS
        - Parent Structure
    * Header Sections
        - Header / #header
        - Top bar / #top-bar
        - Logo / .site-logo
        - Menu / .main-menu
    * Body Sections
        - Page / .Page
        - Page Builder / .content-section
        - Contents / .content
        - Blog / .post-entry
        - Portfolio / .portfolio
        - Widgets / .sidebar-widget
        - woocommerce / .woocommerce-item
    * Footer Sections
        - Footer Widget / #footer


    -------------------------------------------------------------------------------------------------------------------------------------*/
    /*------------------------------------------------------------------------------------------------------------------------------------


    COMMON SECTIONS


    -------------------------------------------------------------------------------------------------------------------------------------*/
    /* Reset CSS */
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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/* ignore ios input style */

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* Common CSS */

body {
    -webkit-text-size-adjust: 100%;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {

}

b, strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

*:focus {
    outline: none;
}

.cleared {
    clear: both;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

/* Wordpress CSS */

.alignleft, img.alignleft {
    float: left;
    padding: 5px 20px 10px 0px
}

.alignright, img.alignright {
    float: right;
    padding: 5px 0px 10px 20px
}

.aligncenter {
    text-align: center
}

img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignnone, img.alignnone {
}

.wp-caption {
}

.wp-caption img {
}

.wp-caption p.wp-caption-text {
}

.wp-smiley {
}

.gallery dl {
}

.gallery dt {
}

.gallery dd {
}

.gallery dl a {
}

.gallery dl img {
}

.gallery-caption {
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
}

.size-full {
}

.size-large {
}

.size-medium {
}

.size-thumbnail {
}

.sticky {
}

.bypostauthor {
}

.screen-reader-text:focus {
}

/* Parent Structure */

#background {
    position: relative;
    z-index: 1;
    line-height: 20px;
    font-size: 14px;
    min-width: 1240px;
    overflow: hidden;
    width: 100%;
}

#page {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding-top: 200px;
}

#page.layout-boxed {
    padding: 25px 30px 25px 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 1200px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#body {
    padding: 0 0;
    min-height: 650px;
}

/*------------------------------------------------------------------------------------------------------------------------------------

HEADER SECTIONS

-------------------------------------------------------------------------------------------------------------------------------------*/

/* Header */

#header {
    width: 100%;
    /*position: relative;*/
    position: fixed; /*added 30.05.16 @MSG*/
    top: 0;
    z-index: 10;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

#header .wrap {
    position: relative;
}

#header-bar {
    position: relative;
    z-index: 4;
}

/* Top bar */

#top-bar {
    max-height: 38px;
}

.left-top-bar {
    float: left;
    line-height: 0px;
}

.right-top-bar {
    float: right;
    line-height: 0px;
}

.right-top-bar .search-form {

}

.left-top-bar div {
    margin-right: 40px;
    line-height: 0px;
}

.left-top-bar div:first-child {
    margin-left: 0px;
}

.right-top-bar div {
    margin-right: 40px;
    line-height: 0px;
}

.right-top-bar div:last-child {
    margin-right: 0px;
}

#mobile-switch-lang {
	margin-left: 10px;
}

#top-bar .switch-lang, #mobile-switch-lang {
    width: 60px;
    height: 20px;
    position: relative;
    display: inline-block;
}

#top-bar .switch-lang img, #mobile-switch-lang img {
    position: absolute;
    top: 8px;
    left: 0px;
    height: 15px;
}

#top-bar .switch-lang .de-flag {
}

#top-bar .switch-lang .en-flag, #mobile-switch-lang .en-flag {
    left: 40px;
}

#top-bar .switch-lang img {
}

#top-bar .header-social {
    padding: 10px 0px 12px;
}

#top-bar .header-social a {
    display: inline-block;
}

.left-top-bar .header-social a {
    margin-right: 20px;
}

.right-top-bar .header-social a {
    margin-left: 20px;
}

#top-bar .contact-detail-line {
    display: inline-block;
    padding: 13px 0px 11px;
}

#top-bar .search-form i {
    position: absolute;
    top: 11px;
    left: 21px;
}

#top-bar .search-form .search-input {
    width: 200px;
    padding: 5px 5px 5px 25px;
    font-family: 'Roboto', Arial !important;
    font-size: 14px;
    /*line-height: 14px;*/
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    /*background-color: rgba(134, 133, 133, 0.17);*/
    background-color: #fafafa;
    margin: 5px 0 0 0;
}

#top-bar .search-form i {
    position: absolute;
    top: 12px;
    left: 6px;
    font-size: 14px;
    line-height: 14px;
    color: #999;
}

/* Top bar open */

#top-bar-open {
    position: relative;
    z-index: 2000;
    text-align: center;
}

#topbar-open {
    display: none;
    cursor: pointer;
    padding: 5px 12px;
    border-radius: 0px;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
}

/* Top bar Contact */

.contact-detail-line {
    padding-bottom: 35.5px;
}

.contact-detail-line ul li {
    display: inline-block;
    padding-left: 25px;
}

.contact-detail-line ul li:first-child {
    padding-left: 0px;
}

.contact-detail-line ul li i {
    margin-right: 8px;
    vertical-align: -1px;
}

/* Header Options */

.left-header {
    float: left;
}

.right-header {
    float: right;
    max-width: 850px;
}

.left-header .main-menu {
    float: left;
    margin-left: 40px;
}

.right-header .main-menu {
    float: right;
    margin-right: 40px;
}

.left-header div:first-child {
    margin-left: 0px;
}

.right-header div:first-child {
    margin-right: 0px;
}

.header-social {
    display: inline-block;
    padding: 48px 0px 47px;
}

.left-header .header-social a, .right-header .header-social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
}

.search-form i {
    position: absolute;
    top: 14px;
    left: 18px;
    margin-right: 0px;
    font-size: 18px;
    line-height: 18px;
    color: #999;
}

.left-header .header-social {
    margin-left: 40px;
}

.right-header .header-social {
    margin-right: 40px;
}

.left-header .search-form {
    position: absolute;
    left: 0px;
    top: 39px;
    display: none;
}

.right-header .search-form {
    position: absolute;
    right: 0px;
    top: 39px;
    display: none;
}

.icon-search {
    display: inline-block;
    padding: 53px 0px 52px;
    cursor: pointer;
}

.icon-search i {
    margin-right: 10px;
}

.left-header .icon-search {
    margin-left: 40px;
}

.right-header .icon-search {
    margin-right: 40px;
}

/* Site Logo */

.site-logo {
    float: left;
    font-size: 0px;
    line-height: 0px;
}

.site-logo h1 {
    padding: 0px;
    margin: 0px;
    line-height: 0px;
    font-size: 0px;
}

.site-logo > a, .site-logo > h1 > a {
    height: 96px; /*height:125px;*/
    display: inline-block;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
}

.site-logo img {
    max-width: 250px;
    line-height: 0px;
    font-size: 0px;
    display: inline-block;
    padding-top: 10px; /*NEW*/
    padding-left: 10px;
}

.site-logo .logo-retina, .logo-retina {
    display: none;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .site-logo .logo-normal, .logo-normal {
        display: none;
    }

    .brand-text {
        display: none;
    }

    .site-logo .logo-retina, .logo-retina {
        display: block;
    }
}

/* Main Menu */

.main-menu ul li {
    display: inline-block;
    position: relative;
    /*padding: 52px 0px 50px 0px !important;*/
    padding: 45px 0px 29px 0px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.main-menu ul li:first-child {
        margin-left: 10px !important;
}

.main-menu ul.sub-menu li:first-child {
        margin-left: 0 !important;
}

.main-menu ul li a {
    position: relative;
    display: inline-block;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
    padding: 0px 0px 4px 0px !important;
    height: auto !important;
}

.main-menu ul li a:after {
    display: none !important;
}

/* Sub menu */

.main-menu ul ul.sub-menu,
.main-menu ul ul.mega-sub-menu {
    text-align: left;
    position: absolute;
    top: 97px !important;
    left: -63% !important;
    /*width: 252px !important;*/
    width: 320px !important;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
    display: none;
    padding: 30px 0 30px 0 !important;
}

.main-menu ul ul.sub-menu ul.sub-menu,
.main-menu ul ul.mega-sub-menu ul.mega-sub-menu {
    position: absolute;
    top: -30px !important;
    left: 252px !important;
    width: 252px !important;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
    display: none;
}

.main-menu ul li:hover ul {
    z-index: 100;
    display: block;
}

.main-menu ul li:hover ul ul {
    display: none;
}

.main-menu ul li li:hover ul {
    display: block;
}

.main-menu ul li li {
    float: none;
    transition: opacity 200ms ease-out; /*safari and chrome */
    -webkit-transition: opacity 200ms ease-out; /*safari and chrome */
    width: 110%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding: 0px 30px 15px 30px !important;
    margin: 0px !important;
}

.main-menu ul li li:last-child {
    padding-bottom: 0px !important;
}

.main-menu ul li li a, .main-menu ul li.current-menu-item li a, .main-menu ul li.current-menu-ancestor li a {
    display: inline-block !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    margin: 0px;
    letter-spacing: 0px;
    position: relative;
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
    transition: all 200ms ease-out;
}

/* Max Mega Menu */

.mega-menu-wrap, .mega-menu-wrap .mega-menu {
    position: static !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mega-menu-item {
    position: static !important;
}

.main-menu .mega-menu-megamenu ul.mega-sub-menu {
    width: 100% !important;
    left: 0px !important;
}

h4.mega-block-title {
    padding-bottom: 55px !important;
    position: relative;
}

h4.mega-block-title:before {
    position: absolute;
    top: 35px;
    left: 30px;
    width: 25px;
    height: 1px;
    background-color: white;
    content: '';
}

.main-menu .mega-menu-megamenu ul.mega-sub-menu {
    padding-top: 40px !important;
}

.main-menu .mega-menu-megamenu ul.mega-sub-menu ul, .mega-block-title {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.main-menu .mega-menu-megamenu ul.mega-sub-menu li {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

scroll-to-top
.main-menu .mega-menu-megamenu ul.mega-sub-menu ul li {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* Toggle Menu */

#toggle-menu-button {
    position: absolute;
    right: 0px;
    top: 30px;
    float: left;
    cursor: pointer;
    text-align: center;
    width: 48px;
    height: 48px;
    display: none;
    z-index: 3;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

#toggle-menu-button i {
    font-size: 24px;
    line-height: 50px;
}

#main-menu-toggle {
    padding: 10px 0px;
    position: absolute;
    display: none;
    top: 50px;
}

#main-menu-toggle a {
    padding: 15px 20px;
    display: block;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.toggle-menu {
    display: none;
    position: absolute;
    width: 100%;
    top: 125px;
    left: 0px;
    z-index: 2;
}

.toggle-menu ul {
    padding: 32px 23px 31px 23px;
    background-color: #fafafa !important;
}

.toggle-menu ul li a {
    color: #333 !important;
}

.toggle-menu ul li {
    margin-bottom: 20px;
}

.toggle-menu ul li:last-child {
    margin-bottom: 0px;
}

/*------------------------------------------------------------------------------------------------------------------------------------

BODY SECTIONS

-------------------------------------------------------------------------------------------------------------------------------------*/

/* Page */

.page {
}

.page .page-entry-content {
    padding: 50px 0px 60px;
}

.page .page-entry-content > :first-child {
    padding-top: 0px;
}

.page-entry-thumb {
    line-height: 0px;
}

.text-404 {
    text-align: center;
}

.blog {
    padding-left: 10px;
}

.homepage-blog {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-line {
    font-size: 0px;
    line-height: 5px;
    text-align: center;
}

.section-line.section-line-left {
    text-align: left;
}

.section-line1 {
    display: inline-block;
    /*width: 50px;*/
    /*height: 2px;
    background-color: #4c4c4c;*/

    width: 150px;
    height: 1px;
    /*background-color: #4c4c4c;*/
    background-color: #878787;
}

.section-line2 {
    display: none;
    width: 25px;
    height: 2px;
    background-color: #4c4c4c;
}

/* Page Builder */

.column1,
.column2,
.column3,
.column4,
.column5,
.column6 {
    padding: 0 10px !important;
}

.content-section {
    position: relative;

}

.content-section .wrap, .content-section .wrap-column, .content-section .no-wrap {
    position: relative;
    z-index: 3;
    margin-left: 0;
}

.image-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.align-left .content-section-heading {
    text-align: left;
}

.align-center .content-section-heading {
    text-align: center;
}

.align-right .content-section-heading {
    text-align: right;
}

.top-spacing-big {
    padding-top: 100px;
}

.top-spacing-medium {
    padding-top: 75px;
}

.top-spacing-small {
    padding-top: 50px;
}

.top-spacing-no {
    padding-top: 0px;
}

.bottom-spacing-big {
    padding-bottom: 90px;
}

.bottom-spacing-medium {
    padding-bottom: 70px;
}

.bottom-spacing-small {
    padding-bottom: 45px;
}

.bottom-spacing-no {
    padding-bottom: 0px;
}

.title-spacing-big .content-section-heading {
    margin-bottom: 100px;
}

.title-spacing-medium .content-section-heading {
    margin-bottom: 75px;
}

.title-spacing-small .content-section-heading {
    margin-bottom: 50px;
}

.title-spacing-no .content-section-heading {
    margin-bottom: 0px;
}

h1.content-section-title {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
    position: relative;
}

.content-section-title:before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 50%;
    margin-left: -25px;
    /*width: 50px;*/
    width: 150px;
    height: 1px;
    /*background-color: #4c4c4c;
    background-color: #878787;
    background-color: #d2d2d2;*/
    background-color: none;
}
/*
.content-section-title:after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 1px;
    background-color: #4c4c4c;
}
*/

.align-left .content-section-title:before,
.align-left .content-section-title:after {
    margin-left: 0px;
    left: 0px;
}

.align-right .content-section-title:before,
.align-right .content-section-title:after {
    margin-left: 0px;
    right: 0px;
    left: auto;
}

h2.content-section-subtitle {
    padding: 0px 0px 5px 0px;
}

.content-section-text {
    padding: 40px 0px 0px 0px;
}

.content-section-text p {
    padding: 0px;
}

.section-widget-heading {
    margin-bottom: 0px;
}

.content-section-line {
    text-align: center;
}

.content-section-line span {
    display: inline-block;
    width: 200px;
    height: 4px;
}

.widget-entry {
    margin-bottom: 40px;
}

.content-section .widget-entry:last-child {
    margin-bottom: 0px;
}

h2.section-widget-title {
    margin: 0;
    padding: 15px 0;
}

.big-column-pagebuilder .wrap-column {
    width: auto;
    padding: 0px 0px;
}

.section-half-column {
    display: table;
    width: 100%;
}

.section-column-content, .section-column-bg {
    width: 50%;
    display: table-cell;
    box-sizing: border-box;
}

.section-column-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-column-content {
    padding: 7% 5%;
    box-sizing: border-box;
}

.section-column-content-heading {
    margin-bottom: 40px;
}

.section-column-content-title {
    margin-bottom: 13px;
}

.section-column-content-heading div:last-child {
    margin-bottom: 0px;
}

.widget-element-bottom {
    margin-bottom: 0;
}

/* Icon box */

.icon-box-horizontal, .icon-box-vertical {
    margin-bottom: 30px;
}

.icon-box-vertical:last-child {
    margin-bottom: 0px;
}

.widget-element-bottom .icon-box-horizontal {
    margin-bottom: 0px;
}

.icon-box-button a {
    padding: 6px 13px;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.icon-box-image-container {
    margin-bottom: 21px;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.icon-box-image-box-container {
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.icon-box-vertical .icon-box-image-box-container {
    margin-bottom: 0px;
}

.icon-box-vertical .icon-box-detail.icon-box-image-box-detail {
    margin-left: 106px;
}

.icon-box-icon, .icon-box-inline {
    margin-bottom: 13px;
}

.icon-box-style .icon-box-icon {
    margin-bottom: 17px;
}

.icon-box-style .icon-box-title {
    margin-bottom: 12px;
}

.icon-box-icon {
    margin-bottom: 12px;
}

.icon-box-title {
    margin-bottom: 13px;
}

.icon-box-title-image {
    margin-bottom: 9px;
}

.icon-box-vertical .icon-box-title {
    margin-bottom: 8px;
}

.icon-box-content {
    margin-bottom: 24px;
}

.icon-box-content p:last-child {
    padding-bottom: 0px;
}

.icon-box-item div:last-child {
    margin-bottom: 0px;
}

.icon-box-image-hover {
    display: none;
}

.icon-box-image-container:hover .icon-box-image {
    display: none;
}

.icon-box-image-container:hover .icon-box-image-hover {
    display: inline-block;
}

.icon-box-image-box-hover {
    display: none;
}

.icon-box-image-box-container:hover .icon-box-image-box {
    display: none;
}

.icon-box-image-box-container:hover .icon-box-image-box-hover {
    display: inline-block;
}

.icon-box-inline i {
    vertical-align: -2px;
    margin-right: 5px;
}

.icon-box-vertical .icon-box-icon {
    float: left;
    width: 80px;
    height: 80px;
    text-align: center;
}

.icon-box-vertical .icon-box-detail {
    position: relative;
    top: -6px;
}

.icon-box-vertical .icon-box-image-box-container {
    float: left;
    width: 80px;
    height: 80px;
    margin-top: 4px;
    margin-bottom: 0px;
}

.icon-box-vertical .icon-box-icon {
    margin-bottom: 0px;
}

.icon-box-style .icon-box-icon i {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.image-box-style {
    padding: 47px 26px 43px;
    margin: 0px 18px;
}

.image-box-style .icon-box-image-box-container {
    margin-bottom: 17px;
}

.image-box-style .icon-box-image-box-title {
    margin-bottom: 12px;
}

.icon-box-vertical .icon-box-detail {
    margin-left: 110px;
}

.icon-box-vertical .icon-box-right .icon-box-detail {
    margin-left: 0px;
    margin-right: 110px;
}

.icon-box-vertical .icon-box-right .icon-box-icon, .icon-box-vertical .icon-box-right .icon-box-image-box-container {
    float: right;
}

.icon-box-vertical .icon-box-right .icon-box-detail.icon-box-image-box-detail {
    margin-left: 0px;
    margin-right: 106px;
}

.icon-box-vertical .icon-box-image-container {
    width: 80px;
    margin-bottom: 0px;
    float: left;
}

.icon-box-vertical .icon-box-image-detail {
    margin-left: 110px;
}

.icon-box-vertical .icon-box-image-detail .icon-box-title {
    margin-bottom: 8px;
}

.icon-box-horizontal .icon-box-image-box-style {
    padding: 45px 35px;
}

.icon-box-horizontal .icon-box-image-container {
    margin-bottom: 15px;
}

.icon-box-horizontal .icon-box-title-image {
    margin-bottom: 12px;
}

/* Callout */

.no-wrap .callout-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.callout-align-left.callout-2-line .callout-buttons {
    padding-top: 10px;
}

.callout-align-left.callout-2-line .callout-inside {
    padding-top: 50px;
    padding-bottom: 50px;
}

.callout-inside {
    padding: 40px 45px 35px 45px;
}

.no-wrap .callout-inside {
    padding-left: 0px;
    padding-right: 0px;
}

.callout-content {
    float: left;
}

.callout-content p {
    padding-bottom: 0px;
}

.callout-main-content {
    margin-bottom: 10px;
}

.callout-buttons {
    float: right;
}

.callout-buttons.content .button {
    margin-bottom: 0px;
    margin-right: 0px;
}

.callout-button2 {
    margin-left: 20px;
}

.callout-align-center .callout-inside {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 55px;
}

.callout-align-center .callout-content {
    float: none;
    margin-bottom: 20px;
}

.callout-align-center .callout-buttons {
    float: none;
}

/* Tabs */

.tab-title {
    display: inline-block;
    cursor: pointer;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
    padding: 12px 20px;
    margin-right: 12px;
}

.tab-title i {
    margin-right: 5px;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
    vertical-align: -5px;
}

.tab-id {
    display: none;
}

.tab-bottom {
    padding: 30px 0px 0px;
}

.tab-content {
    display: none;
}

.tab-content p:last-child {
    padding-bottom: 0px;
}

.tab-content-current {
    display: block;
}

/* Tab vertical */

.tab-vertical-id {
    display: none;
}

.tab-vertical-top {
    float: left;
    width: 31%;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.tab-vertical-bottom {
    float: left;
    width: 69%;
    position: relative;
    z-index: 1;
    padding-left: 33px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.tab-vertical-title {
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
    padding: 12px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.tab-vertical-title i {
    margin-right: 5px;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
    vertical-align: -5px;
}

.tab-vertical-title:last-child {
    margin-bottom: 0px;
}

.tab-vertical-icon {
    padding-bottom: 0px;
}

.tab-vertical-content {
    display: none;
    margin-top: -4px;
}

.tab-vertical-content-current {
    display: block;
}

.tab-vertical-content p:last-child {
    padding-bottom: 0px;
}

.content.tab-vertical-content h1, .content.tab-content h1, .content.tab-vertical-content h2, .content.tab-content h2, .content.tab-vertical-content h3, .content.tab-content h3 {
    padding-top: 0px;
    padding-bottom: 22px;
}

/* Accordion */

.accor-title {
    padding: 10px 80px 10px 30px;
    cursor: pointer;
    position: relative;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
    margin-bottom: 10px;
}

.accor-title-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 48px;
    text-align: center;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.accor-title-icon i {
    font-size: 18px;
    line-height: 50px;
    margin-right: 0px;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.ui-state-focus {
    outline: 0px;

}

.accor-content {
    padding: 18px 0px 25px 0px;
}

.accor-content p:last-child {
    padding-bottom: 0px;
}

.accordion-type-group .accor-title {
    margin-bottom: 0px;
}

.accordion-type-group .accor-content {
    padding: 30px 30px;
}

/* Testimonials */

.testimonials {
    position: relative;
    margin-bottom: 40px;
    padding: 35px 40px 30px 40px;
}

.widget-element-bottom .testimonials {
    margin-bottom: 0px;
}

.testimonials-slider-box .testimonials-container {
    padding: 35px 40px 30px 40px;
    margin-bottom: 30px;
}

.testimonials-slider-section {
    padding: 0 0px 0px 0px;
}

.testimonials-slider-section {
    text-align: center;
}

.testimonials-slider-section .testimonials-each {
    margin-bottom: 30px;
}

.no-wrap .testimonials-slider-section {
    width: 1200px;
    margin: 0 auto;
    padding: 0px;
}

.testimonials-content {
    padding-bottom: 20px;
    position: relative;
}

.testimonials-content p {
    padding-bottom: 0px;
}

.testimonials-image {
    display: inline-block;
    margin-right: 20px;
}

.testimonials-image img {
    border-radius: 50%;
}

.testimonials-image i {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    line-height: 50px;
}

.testimonials-author-detail {
    display: inline-block;
    vertical-align: -7px;
}

.testimonials-author-name {
    text-align: left;
}

.testimonials-each {
    display: none;
}

.testimonials-current {
    display: block;
}

.testimonials-id, .testimonials-current-id, .testimonials-total {
    display: none;
}

.testimonials-button-item {
    display: inline-block;
    margin-right: 15px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
}

.testimonials-button-item:last-child {
    margin-right: 0px;
}

/* logo client */

.logo_column1 {
    width: 100%;
    float: left;
    margin-bottom: 16px;
}

.logo_column2 {
    width: 49.3%;
    margin-right: 1.4%;
    float: left;
    margin-bottom: 16px;
}

.logo_column3 {
    width: 32.4%;
    margin-right: 1.4%;
    float: left;
    margin-bottom: 16px;
}

.logo_column4 {
    width: 23.95%;
    margin-right: 1.4%;
    float: left;
    margin-bottom: 16px;
}

.logo_column5 {
    width: 18.88%;
    margin-right: 1.4%;
    float: left;
    margin-bottom: 16px;
}

.logo_column6 {
    width: 15.5%;
    margin-right: 1.4%;
    float: left;
    margin-bottom: 16px;
}

.logo_column1.column-last,
.logo_column2.column-last,
.logo_column3.column-last,
.logo_column4.column-last,
.logo_column5.column-last,
.logo_column6.column-last {
    margin-right: 0px;
}

.logo-client-item {
    height: 90px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.logo-client-item a {
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo-client-item, .logo-client-item a {
    line-height: 0px;
    font-size: 0px;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.logo-client-item img {
    width: 100px;
    opacity: 0.7;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.logo-client-item img:hover {
    opacity: 1;
}

/* subscribes widget */

h2.subscribe-box-title {
    margin: 0px;
    padding: 0px 0px 35px 0px;
    position: relative;
}

.subscribe-box-title:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 1px;
    top: 50px;
    left: 0px;
    background-color: #4c4c4c;
}

.subscribe-align-center .subscribe-box-title:before {
    left: 50%;
    margin-left: -12px;
}

.subscribe-box input[type=email] {
    vertical-align: -2px;
}

.subscribe-style-box {
    padding: 40px 35px;
}

.subscribe-style-border-box {
    padding: 25px;
}

.subscribe-style-border-box .subscribe-box-inner {
    padding: 50px 60px 40px 60px;
}

.subscribe-align-center {
    text-align: center;
}

.subscribe-align-justify .subscribe-box-text {
    float: left;
}

.subscribe-align-justify .subscribe-box-form {
    float: right;
    padding-top: 42px;
}

.subscribe-box-text {
    margin-bottom: 30px;
}

.subscribe-box-form input[type="email"] {
    margin-right: 20px;
    width: auto !important;
    display: inline-block !important;
    min-width: 250px;
}

/* contact form */

.contact-form input[type=text], .contact-form textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    width: 100%;
}

.contact-form textarea, .contact-form input[type="text"] {
    margin-bottom: 0px;
}

.contact-subject-field, .contact-name-field, .contact-email-field, .contact-website-field {
    margin-bottom: 10px;
}

.contact-textarea {
    margin-bottom: 10px;
}

.content.contact-button input[type=submit] {
    margin: 0px;
}

.contact-button-full input[type=submit] {
    width: 100%;
}

.contact-form-col2 {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.contact-form-col3 {
    float: left;
    width: 30.66%;
    margin-right: 4%;
}

.contact-form-col2.column-last, .contact-form-col3.column-last {
    margin-right: 0%;
}

/* contact detail */

.contact-detail-board {
    padding: 30px 25px 15px 30px;
}

.contact-detail-board-item i {
    margin-right: 20px;
    display: block;
}

.contact-detail-board-item p {
    display: block;
margin-left: 30px;
margin-top: -36px;
}

.contact-detail-board-description {
    padding-top: 15px;
}

.contact-detail-box-item {
    padding: 20px 20px;
}

.contact-detail-box-icon {
    float: left;
    text-align: center;
    width: 50px;
}

.contact-detail-box-text {
    margin-left: 60px;
}

/* gallery */

.gallery-demo-container.gallery {
    padding: 0px;
}

.gallery-image-lightbox {
    position: relative;
    line-height: 0px;
    font-size: 0px;
}

.gallery-image-lightbox a {
    line-height: 0px;
    font-size: 0px;
}

.gallery-image-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: '';

    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
    transition: all 300ms ease-out; /*safari and chrome */
    -webkit-transition: all 300ms ease-out; /*safari and chrome */
}

.gallery-image-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    content: '';
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
    transition: all 300ms ease-out; /*safari and chrome */
    -webkit-transition: all 300ms ease-out; /*safari and chrome */
    transform: scale(0);
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari and Chrome */
}

.gallery-image-icon i {
    font-size: 24px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 300ms ease-out; /*safari and chrome */
    -webkit-transition: all 300ms ease-out; /*safari and chrome */
}

.gallery-image-lightbox:hover .gallery-image-bg {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.gallery-image-lightbox:hover .gallery-image-icon {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    transform: scale(1);
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari and Chrome */
}

.gallery-image-lightbox .gallery-image-icon:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.gallery-left img {
    float: left;
}

.gallery-right img {
    float: right;
}

.gallery-center {
    text-align: center;
}

div.pp_default .pp_description {
    color: #808080;
    padding: 0px 0px 0px 12px;
}

.gallery-grid {
    line-height: 0px;
    font-size: 0px;
}

.gallery-thumb-main {
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
}

.gallery-image-lightbox {
    width: 100%;
    height: 100%;
}

.gallery-thumb-bottom .gallery-thumb-column {
    position: relative;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
}

.gallery-thumb-bottom .gallery-thumb-border {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.gallery-thumb-main .gallery-thumb-each {
    height: 0px;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}

.gallery-thumb-main .gallery-current {
    height: auto;
}

.gallery-demo-image {
    margin-bottom: 30px;
}

.gallery-left img {
    float: none;
    text-align: left;
}

.gallery-center img {
    float: none;
    text-align: center;
}

.gallery-right img {
    float: none;
    text-align: right;
}

.gallery-demo-name, .gallery-demo-image {
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

/* pricing table */

.pricing-table-item {
    margin-right: 1px;
    padding: 23px 31px 32px;
}

.pricing-table-highlight {
    margin-top: -25px;
    padding: 36px 30px 32px;
}

.pricing-table-heading {
    padding: 0px 0px 20px 0px;
}

.pricing-table-sub-title {
    padding: 5px 0px 14px 2px;
}

.pricing-table-pricing {
    position: relative;
    padding: 24px 0px 29px 0px;
}

.pricing-table-unit {
    position: absolute;
    top: 33px;
    left: -1px;
}

.pricing-table-price {
    padding-left: 18px;
}

.pricing-table-duration {
    vertical-align: 1px;
}

.pricing-table-featured-list {
    padding: 21px 0px 4px 0px;
}

.pricing-table-button {
    display: inline-block;
}

.pricing-table-column1 {
    padding-top: 0px;
}

.pricing-table-column5 {
    float: left;
    width: 20%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.pricing-table-column4 {
    float: left;
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.pricing-table-column3 {
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.pricing-table-column2 {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.pricing-col {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.pricing-button {
    padding: 20px 20px 10px 20px;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

/* spacing */

.spacing-wrap {
    margin-top: -20px;
}

/* custom list */

.content ul.custom-list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul.custom-list li {
    padding: 10px 0px 10px 0px;
}

ul.custom-list i {
    margin-right: 7px;

    text-align: center;
}

ul.custom-list a {
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

ul.custom-list.icon-circle i,
ul.custom-list.icon-circle-bold i,
ul.custom-list.icon-square i,
ul.custom-list.icon-square-bold i {
    width: 18px;
    padding: 3px;
}

ul.custom-list.icon-circle i,
ul.custom-list.icon-circle-bold i {
    border-radius: 50%;
}

ul.custom-list.icon-square i,
ul.custom-list.icon-square-bold i {
    border-radius: 5px;
}

/* milestones */

.milestone-number {
    position: relative;
    margin-bottom: 40px;
}

.milestone-number i {
    vertical-align: -3px;
}

.milestone-number:before {
    position: absolute;
    width: 25px;
    height: 1px;
    content: '';
    left: 50%;
    margin-left: -12px;
    top: 60px;
    background-color: #4c4c4c;
}

/* embed code */

/* youtube */

.youtube-container {
    position: relative; /* keeps the aspect ratio */
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube-container iframe, .youtube-container object, .youtube-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* vimeo */

.vimeo-container {
    position: relative; /* keeps the aspect ratio */
    padding-bottom: 45%; /* fine tunes the video positioning */
    padding-top: 60px;
    overflow: hidden;
}

.vimeo-container iframe, .vimeo-container object, .vimeo-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* google map */

.google-map-container iframe {
    width: 100%;
    height: 100%;
}

.google-map-container small {
    display: none;
}

/* timeline widget */

.timeline-item {
    padding-bottom: 32px;
}

.timeline-item:last-child {
    padding-bottom: 0px;
}

.timeline-image {
    width: 30%;
    margin-right: 4%;
    float: left;
}

.timeline-detail {
    width: 66%;
    float: left;
    padding: 17px 26px 22px;
    box-sizing: border-box;
    border-radius: 4px;
}

.timeline-detail-full {
    width: 100%;
    float: none;
}

.timeline-year {
    display: inline-block;
    margin-right: 14px;
    padding: 3px 9px 4px 9px;
}

.timeline-title {
    margin-bottom: 13px;
}

.timeline-content {
    margin-left: -1px;
}

.timeline-content p:last-child {
    padding-bottom: 0px;
}

/* progress widget */

.progress-item {
    margin-bottom: 29px;
}

.progress-name {
    margin-bottom: 13px;
}

.progress-name {
    float: left;
}

.progress-value {
    float: right;
    margin-right: -5px;
}

.progress-background {
    width: 100%;
    height: 10px;
}

.progress-current {
    height: 100%;
}

.progress-pie-chart-item {
    text-align: center;
    margin-bottom: 40px;
}

.progress-pie-chart-item .progress-value {
    float: none;
    margin: 0px;
    padding: 0px 0px 0px 3px;
    vertical-align: -2px;
}

.progress-pie-chart-item .progress-name {
    float: none;
    margin-bottom: 0px;
}

.progress-pie-chart {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    position: relative;
    margin: 0px auto;
    margin-bottom: 16px;
}

.progress-canvas {
    position: absolute;
    top: 0;
    left: 0;
}

/* process widget */

.process_row {
    width: 100%;
    display: table;
}

.process-item {
    padding: 21px 31px;
    margin-bottom: 34px;
    border-radius: 3px;
}

.process-item.widget-element-bottom {
    margin-bottom: 0px;
}

.process_container_2, .process_container_3 {
    padding: 0px 20px;
}

.process_container_2 .process_cell, .process_container_3 .process_cell {
    display: table-cell;
    float: none;
}

.process_cell {
    background-color: #f5f5f5;
}

.process-left {
    float: left;
}

.process-right {
    margin-left: 61px;
}

.process-name {
    margin-bottom: 12px;
}

.process-number {
    padding-top: 12px;
}

.process_style_2.process-item {
    padding: 20px 36px;
    border-radius: 0px;
    position: relative;
    margin: 0px;
}

.process_style_2 .process-number {
    float: left;
    padding: 0px;
    margin-left: -3px;
    margin-top: -3px;
}

.process_style_2 .process-name {
    margin-bottom: 7px;
}

.process_style_2 .process-content {
    margin-left: 56px;
}

.process-arrow {
    position: absolute;
    top: 45px;
    right: -14px;
    width: 42px;
    height: 42px;
    z-index: 2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.process_last .process-arrow {
    display: none;
}

.process_container_3 .process-item {
    position: relative;
    border-radius: 0px;
    padding: 25px 33px 25px 39px;
    margin: 0px;
    cursor: pointer;
}

.process_container_3 .process-number {
    padding: 0px 0px 7px 0px;
}

.process_container_3 .process-name {
    margin: 0px;
}

.process_container_3 .process-content {
    display: none;
    text-align: left;
    padding: 44px 0px 0px;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.process_container_3 .process_content_active {
    display: block;
}

.process_container_3 .process-tab-id {
    display: none;
}

.process_container_3 .process-content h1, .process_container_3 .process-content h2, .process_container_3 .process-content h3, .process_container_3 .process-content h4 {
    padding: 0px 0px 25px 0px;
}

.process_container_3 .process-content p {
    padding-bottom: 28px;
}

/* subcribe widget */

.subscribe-wrap {
    padding: 45px 34px 47px;
}

.subscribe-wrap.align-center {
    text-align: center;
}

.subscribe-wrap.align-right {
    text-align: right;
}

.background-style-no.subscribe-wrap {
    padding: 45px 0px 47px;
}

.subscribe-name {
    margin-bottom: 19px;
}

.subscribe-description {
    margin-bottom: 26px;
}

.subscribe-email {
    margin-bottom: 29px;
}

.content .subscribe-email input {
    padding-left: 20px;
    margin: 0px;
}

.content .subscribe-button input {
    padding: 12.5px 18.5px 12.5px 25.5px;
}

.box-success {
    display: inline-block;
    padding-top: 20px;
}

.subscribe-small.background-style-border {
    padding: 23px 23px 23px 26px;
}

.subscribe-small.background-style-border .subscribe-post {
    padding: 52px 62px 62px;
}

.subcribe-layout-3 .subscribe-email, .subcribe-layout-3 .subscribe-button {
    display: inline-block;
}

.subcribe-layout-3 .subscribe-name {
    margin: 0px 0px 30px 0px;
}

.subcribe-layout-3 .subscribe-description {
    margin: 0px 0px 43px 0px;
}

.subcribe-layout-3 .subscribe-email {
    margin: 0px 32px 0px 0px;
}

.subcribe-layout-2 .subscribe-description, .subcribe-layout-2 .subscribe-email, .subcribe-layout-2 .subscribe-button {
    display: inline-block;
}

.subcribe-layout-2.subscribe-small.background-style-border .subscribe-post {
    padding: 54px 62px 62px 55px;
}

.subcribe-layout-2 .subscribe-name {
    margin: 0px 0px 11px 0px;
}

.subcribe-layout-2 .subscribe-description {
    margin: 0px 48px 0px 0px;
}

.subcribe-layout-2 .subscribe-email {
    margin: 0px 35px 0px 0px;
    vertical-align: -1px;
}

.subscribe-fullwidth.subcribe-layout-2 .subscribe-post {
    padding: 68px 0px 79px;
}

.subscribe-fullwidth.subcribe-layout-3 .subscribe-post {
    padding: 95px 0px 99px;
}

.subscribe-fullwidth.subscribe-wrap {
    padding: 0px;
}

.subscribe-fullwidth.subcribe-layout-2 .subscribe-name {
    margin-bottom: 9px;
}

.subscribe-fullwidth.subcribe-layout-2 .subscribe-description {
    margin: 0px 130px 0px 0px;
}

.subscribe-fullwidth.subcribe-layout-2 .subscribe-email {
    margin: 0px 13px 0px 0px;
    vertical-align: -1px;
}

.subscribe-fullwidth.subcribe-layout-3 .subscribe-name {
    margin: 0px 0px 23px;
}

.subscribe-fullwidth.subcribe-layout-3 .subscribe-description {
    margin: 0px 0px 44px;
}

/* transparent for promote and blockquote */

.transparent-10 {
    opacity: 0.1;
}

.transparent-20 {
    opacity: 0.2;
}

.transparent-30 {
    opacity: 0.3;
}

.transparent-40 {
    opacity: 0.4;
}

.transparent-50 {
    opacity: 0.5;
}

.transparent-60 {
    opacity: 0.6;
}

.transparent-70 {
    opacity: 0.7;
}

.transparent-80 {
    opacity: 0.8;
}

.transparent-90 {
    opacity: 0.9;
}

/* promote box */

.promote-left {
    text-align: left;
}

.promote-center {
    text-align: center;
}

.promote-right {
    text-align: right;
}

.promote-box {
    position: relative;
    font-size: 0px;
    line-height: 0px;
}

.promote-image {
    position: relative;
    z-index: 1;
}

.promote-box-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.promote-box .promote-info {
    position: absolute;
    width: 100%;
    padding: 0px 40px;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.promote-section {
    padding: 120px 0px;
    position: relative;
}

.promote-section-bg {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.promote-section-image {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: none;
    background-position: center center;
    background-size: cover;
}

.promote-wrap {
    position: relative;
    z-index: 2;
    width: 1200px;
    margin: 0 auto;
}

.promote-section .promote-content {
    margin-bottom: 20px;
}

/* blockquote */

.blockquote-box {
    position: relative;
}

.blockquote-bg {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.blockquote-image {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: none;
    background-position: center center;
    background-size: cover;
}

.blockquote-wrap {
    position: relative;
    z-index: 3;
    padding: 45px 50px;
    box-sizing: border-box;
}

.blockquote-section .blockquote-wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 130px 0px 80px 0px;
    text-align: center;
}

.wrap-column .blockquote-section .blockquote-wrap {
    padding-left: 50px;
    padding-right: 50px;
}

.blockquote-box i.fa-quote-right {
    position: absolute;
    bottom: 20px;
    right: 50px;
    font-size: 50px;
}

.blockquote-section i.fa-quote-right {
    position: relative;
    bottom: auto;
    right: auto;
    font-size: 50px;
    padding-top: 30px;
}

/* team */

.team-detail {
    padding: 30px 30px 20px 30px;
}

.team-heading {
    padding-bottom: 45px;
    position: relative;
}

.team-style-1 .team-heading:before {
    position: absolute;
    left: 0px;
    bottom: 25px;
    width: 25px;
    height: 1px;
    background-color: #2e2e2e;
    content: '';
}

.team-content {
    margin-bottom: 30px;
}

.team-content p, .team-socials p {
    padding-bottom: 0px;
}

.team-style-2 .team-name {
    position: relative;

}

.team-style-2 .team-name:before {
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: -40px;
    width: 25px;
    height: 1px;
    background-color: #2e2e2e;
    content: '';
}

.image-circle {
    display: inline-block;
    width: 215px;
    height: 215px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
}

.team-thumb {
    font-size: 0px;
    line-height: 0px;
    position: relative;
    overflow: hidden;
}

.team-item {
    margin-bottom: 35px;
}

.team-item.widget-element-bottom {
    margin-bottom: 0px;
}

/* information box widget */

.info-box {
    position: relative;
    padding: 24px 26px 16px;
    font-family: 'Roboto', Arial !important;
    color: #2e2e2e;
}

.info-box-icon {
    float: left;
    width: 40px;
    height: 40px;
}

.info-box-content {
    margin-left: 70px;
    margin-top: -5px;
}

.info-box-content p:last-child {
    padding-bottom: 0px;
}

.info-box-hide i {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 1px;
    cursor: pointer;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

/* social icons shortcode */

.social-icons {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 13px;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.social-icons i {
    font-size: 18px;
    line-height: 40px;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

/* dropcap shortcode */

.dropcap {
    float: left;
    font-weight: 700;
    text-transform: uppercase;
    width: 36px;
    height: 36px;
    padding: 0px;
    text-align: center;
    margin: 6px 10px 0px 0px;
    border-radius: 50%;
}

/*-----------------------------------------------------------------

CONTENTS

-------------------------------------------------------------------*/

/* table */

#wp-calendar caption {
    padding: 10px 0px 5px 0px;
}

#wp-calendar td, #wp-calendar th {
    text-align: center;
}

.content table {
    margin-bottom: 20px;
    width: 100%;
}

.content thead td, .content thead th, .content tfoot td {
    padding: 3px 6px;
}

.content tbody td {
    padding: 3px 6px;
}

.content tbody tr:hover {
}

/* typography */

pre {
    padding: 10px 20px;
    white-space: pre-wrap; /* CSS 3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

p {
    padding: 0px 0px 20px 0px;
}

h1 {
    padding: 20px 0px 20px 0px;
}

h2 {
    padding: 20px 0px 20px 0px;
}

h3 {
    padding: 20px 0px 20px 0px;
}

h4 {
    padding: 20px 0px 20px 0px;
}

h5 {
    padding: 20px 0px 20px 0px;
}

h6 {
    padding: 20px 0px 20px 0px;
}

blockquote {
    margin: 10px 0px 25px 0px;
    padding: 33px;
    position: relative;
}

blockquote span {
    position: absolute;
    left: 37px;
    top: 50%;
    margin-top: 13px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
}

blockquote p:last-child {
    padding-bottom: 0px;
}

.content p:last-child {
    padding-bottom: 0px !important;
}

.content p:empty {
    display: none;
}

.content ul {
    list-style-type: square;
    padding: 2px 0px 6px 30px;
}

.content .portfolio-flexslider ul {
    list-style-type: none;
    padding: 0px;
}

.content .portfolio-flexslider ol li {
    list-style-type: none;
    padding: 0px;
}

.content ol {
    list-style-type: decimal;
    padding: 2px 0px 6px 30px;
}

.content li {
    padding: 0px 0px 12px 4px;
}

.content a, .timeline-content a {
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.content.content-box-content a.small-button-sc,
.content.content-box-content a.normal-button-sc,
.content.content-box-content a.large-button-sc {
    text-decoration: none;
}

.content a:hover, , .timeline-content a:hover {
    text-decoration: none;
}

.post-entry-content img,
.post-entry-content .wp-caption,
.post-entry-content .wp-caption img,
.page-entry-content img,
.page-entry-content .wp-caption,
.page-entry-content .wp-caption img {
    max-width: 100% !important;
    height: auto !important;
}

.sidebar-widget .wp-caption img,
.footer-widget .wp-caption img {
    max-width: 100% !important;
    height: auto;
}

.wp-caption img {
    max-width: 100% !important;
    height: auto !important;
}

/* layout */

.wrap-no-fullwidth {

}

.widget-column1-1 .wrap-no-fullwidth {
    padding: 0;
}

.no-wrap .wrap-no-fullwidth {
    width: 1200px;
    margin: 0 auto;
}

.wrap-column {
    width: 1240px;
    margin: 0 auto;
}

.small-column {
    width: 36%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.big-column {
    float: left;
    width: 64%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.big-column-pagebuilder {
    width: 75%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding: 40px 0px;
}

.left {
    float: left;
    box-sizing: border-box;
}

.big-column-pagebuilder.left {
    padding-right: 30px;
}

.right {
    float: right;
    padding-left: 60px;
}

.single-portfolio .right {
    padding-left: 0px;
}

.column_half_left {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding-right: 20px;
}

.column_half_right {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding-left: 20px;
}

.column1_3 {
    float: left;
    width: 30.6666%;
    margin-right: 4%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.column-last {
    margin-right: 0%;
}

.content-column-padding {
    padding: 45px 35px 70px;
}

.content-column1_1 {
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.content-column2_1 {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.content-column3_1 {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.content-column3_2 {
    float: left;
    width: 66.67%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.content-column4_1 {
    float: left;
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.content-column4_2 {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.content-column4_3 {
    float: left;
    width: 75%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.widget-column1-1 {
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding: 0 20px;
    margin-top: 30px;
}

.widget-column1-2 {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding: 0px 20px;
}

.widget-column1-3 {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding: 0px 20px;
}

.widget-column2-3 {
    float: left;
    width: 66.67%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding: 0px 20px;
}

.widget-column1-4 {
    float: left;
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding: 0px 20px;
}

.widget-column2-4 {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding: 0px 20px;
}

.widget-column3-4 {
    float: left;
    width: 75%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding: 0px 20px;
}

.column1, .column1-1 {
    width: 100%;
    /*padding:0px 20px;*/
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.no-wrap .column1 { /* fullwidth */
    float: none;
    padding: 0px;
}

.no-wrap .wrap-column .column1 { /* fullwidth with boxed , .wrap-column .column1 */
    padding: 0px 20px;
}

.column2_1, .milestone_column2_1 {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding: 0px 20px;
}

.column3_1, .milestone_column3_1 {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding: 0px 20px;
}

.column3_2 {
    float: left;
    width: 66.67%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding: 0px 20px;
}

.column4_1, .milestone_column4_1 {
    float: left;
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding: 0px 20px;
}

.column4_2 {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding: 0px 20px;
}

.column4_3 {
    float: left;
    width: 75%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding: 0px 20px;
}

.percent_column2, .gallery_percent_column2 {
    float: left;
    width: 50%;
}

.percent_column3, .gallery_percent_column3 {
    float: left;
    width: 33.3%;
}

.percent_column4, .gallery_percent_column4 {
    float: left;
    width: 25%;
}

.percent_column5, .gallery_percent_column5 {
    float: left;
    width: 20%;
}

.percent_column6, .gallery_percent_column6 {
    float: left;
    width: 16.6%;
}

.percent_column7, .gallery_percent_column7 {
    float: left;
    width: 14.28%;
}

.percent_column8, .gallery_percent_column8 {
    float: left;
    width: 12.5%;
}

.footer-column {
    float: left;
    width: 33.2%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding: 0px 20px;
}

.footer-column.column-last {
    width: 25%;
}

.column-last, .column2_1 .column-last, .column3_1 .column-last, .column3_2 .column-last, .column4_1 .column-last, .column4_2 .column-last, .column4_3 .column-last {
    margin-right: 0%;
}

.footer-widget-last, .footer-widget-4 {
    margin-right: 0%;
}

.no_margin {
    margin-bottom: 0px;
}

/* default inputs */

.content input[type=text], .content input[type=tel], .content input[type=email], .content input[type=password], .contact-form input[type=text] {
    padding: 12px 0px 10px 12px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.content textarea, .contact-form textarea {
    padding: 12px 0px 10px 12px;
    margin-bottom: 10px;
}

.content select {
    padding: 12px 0px 10px 12px;
    max-width: 100%;
    margin-bottom: 10px;
}

.content .widget_search .search-form {
    letter-spacing: -3px;
}

.content .widget_search input[type=text] {
    max-width: 126px;
    margin: 0px;
    border-right: 0px;
}

.content .widget_search input[type=submit] {
    margin: 0px;
    border-radius: 2px;
}

/* button */

.content .small-button,
.content a.small-button {
    padding: 7px 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;

    cursor: pointer;
    text-decoration: none;
    border: 0px;
    transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
}

.small-button i {
    margin-left: 5px;
    text-decoration: none;
}

.content input[type=submit],
.content button,
.content .normal-button,
.content a.normal-button,
.normal-button,
a.normal-button {
    padding: 11px 24px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;

    cursor: pointer;
    text-decoration: none;
    border: 0px;
    transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
}

.normal-button i {
    margin-left: 8px;
    text-decoration: none;
}

a.large-button {
    padding: 10px 30px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;

    cursor: pointer;
    text-decoration: none;
    border: 0px;
    transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
}

a.large-button i {
    margin-left: 10px;
    text-decoration: none !important;
}

/* Search page */

.top-search-form {
    padding: 46px 0px 60px 0px;
}

.search-form-title {
    margin-bottom: 25px;
}

.search-form-subtitle {
    margin-bottom: 15px;
}

.search-form-results {
    padding: 44px 0px 38px 0px;
}

.post-search-entry-icon {
    float: left;
}

.post-search-entry-icon i {
    vertical-align: sub;
}

.post-search-entry-container {
    margin-left: 37px;
}

/* error page */

.error404 .full-column {
    padding: 38px 0px 85px 0px;
}

.error404 .full-column p.center {
    padding-bottom: 29px;
}

/* page heading  */

#page-heading {
    position: relative;
    z-index: 2;
    background-color: #fff !important;
    border-top: none !important;
    border-bottom: none !important;
}

#page-heading #breadcrumb {
    display: none;
}

.heading_center {
    text-align: center;
}

.heading_center #page-heading-left {
    float: none;
    margin-bottom: 9px;
}

.heading_center #breadcrumb {
    float: none;
    display: inline-block;
    padding: 0px 14px;
    color: #666;
    background-color: #FFF;
}

#page-heading .wrap {
    position: relative;
. post-entry padding: 25 px 0 px 20 px 20 px;
}

#page-heading-left {
    float: left;
    padding-left: 10px;
}

h1#page-title {
    padding: 0px 0px;
    margin-bottom: 0px;
    display: inline-block;
}

h2#page-subtitle {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.page-heading-subtitle #breadcrumb {
    padding: 18px 0px 0px 0px;
}

#breadcrumb {
    float: right;
    padding: 6px 0px 0px 0px;
}

#breadcrumb a {
    display: inline-block;
    padding: 0px 3px 0px 0px;
}

.middle-breadcrumb {
    padding: 0px 3px 0px 0px;
}

#breadcrumb span {
    display: inline-block;
    padding: 0px 0px 0px 3px;
}

#breadcrumb i {
    display: inline-block;
    margin-right: 5px;
}

.paginate {
    text-align: left;
    padding: 0px 0px 60px 0px;
}

.paginate .current {
    display: inline-block;
    text-align: center;
    padding: 7px 15px;
    min-width: 10px;
    margin-right: 18px;

}

.paginate .page-numbers:last-child {
    margin-right: 0px;
}

.paginate a {
    display: inline-block;
    text-align: center;
    padding: 7px 15px;
    min-width: 10px;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
    margin-right: 18px;

}

.search-field {
    padding: 6px 12px;
}

.no-border {
    border-bottom: 0px;
}

.single-line {
    height: 1px;
    width: 25px;
}

/*-------------------------------------------------------------------

BLOG

---------------------------------------------------------------------*/
.post-entry {
    margin-bottom: 60px;
    padding-left: 10px;
}

.sticky {
    padding: 45px 30px 30px 30px;
    border: 1px dashed #808080;
}

.post-entry:first-child {
    padding-top: 60px;
}

.post-entry {
    margin-bottom: 60px;
}

.post-entry-single {
    padding: 60px 0px 0px 0px;
}

.post-entry-heading {
    padding: 0px 0px 50px 0px;
}

.single .post-entry-body {
    margin-bottom: 60px;
}

.post-entry-title h2 {
    padding: 0px;
    margin-bottom: 13px;
}

.post-entry-meta {
    margin-bottom: 3px;
}

.post-entry-title a, .post-entry-meta a {
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.post-entry-title {

}

.post-entry-media {
    line-height: 0px;
    margin-bottom: 46px;
}

.post-entry-content.content a {
    border-radius: 3px;
    padding: 0px 6px;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.post-entry-content-single {
    padding: 10px 0px 0px 0px;
}

.post-entry-tags {
    padding: 50px 0px 0px 0px;
}

.post-entry-tags a {
    padding: 4px 8px;
    margin-right: 5px;
    margin-bottom: 3px;
    display: inline-block;
}

.post-entry-bottom a.post-entry-button {
    padding: 8px 14px;
}

.post-entry-bottom {
    margin-top: 50px;
}

.blog-single-social-share .social-share-icon {
    margin-left: 0px;
    margin-right: 5px;
}

.post-entry-more-shares { /* post entry buttons */
    padding-top: 40px;
}

.post-entry-button a {
    padding: 8px 24px;
    display: inline-block;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */

}

.post-entry-share {
    margin-top: 60px;
    padding: 20px 30px;
}

.post-entry-share a {
    margin-right: 10px;
    padding-left: 10px;
}

/* blog center */

.blog-template-center .post-entry-heading {
    text-align: center;
}

.blog-template-center .post-entry-meta {
    text-align: center;
}

/* blog fullwidth */

.fullwidth-column {
    width: 768px;
    margin: 0 auto;
}

.blog-fullwidth .post-entry-heading {
    padding: 0px 0px 45px 0px;
}

.blog-fullwidth .post-entry-categories {
    margin-bottom: 10px;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

/* blog medium */

.blog-medium .post-entry-media {
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.blog-medium .post-entry-detail {
    width: 60%;
    float: right;
    padding-left: 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.blog-medium .post-entry-heading {
    padding: 0px 0px 30px 0px;
}

.blog-medium .post-entry-media {
    margin-bottom: 0px;
}

.blog-medium .post-entry-content {
    margin-bottom: 40px;
}

/* post grid */

.post-grid-container {
    margin-bottom: 50px;
}

/* post cell */

.post-cell {
    margin-bottom: 50px;
}

.post-cell.widget-element-bottom {
    margin-bottom: 0px;
}

.post-cell a {
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.post-cell-thumb, .post-cell-thumb a {
    font-size: 0px;
    line-height: 0px;
}

.post-cell-grid .post-cell-detail {
    padding: 20px 30px;
}

h2.post-cell-title {
    padding: 0px;
    margin-bottom: 10px;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.post-cell-meta {
    margin-bottom: 20px;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.post-cell-content {
    margin-bottom: 5px;
}

.post-cell-button.content .small-button {
    margin: 0px;
}

/* post widget list */

.post-cell-list .post-cell-thumb {
    float: left;
    width: 115px;
    height: 115px;
    padding: 20px;
}

.post-cell-list .post-cell-detail {
    margin-left: 190px;
    padding: 0px;
}

/* blog widget list center */

.post-list-center-left .post-cell-thumb {
    float: right;
    width: 115px;
    height: 115px;
    padding: 20px;
}

.post-list-center-left .post-cell-detail {
    float: none;
    margin-right: 190px;
    padding: 0px;
    background-color: transparent;
    text-align: right;
}

.post-list-center-right .post-cell-thumb {
    float: left;
    width: 115px;
    height: 115px;
    padding: 20px;
}

.post-list-center-right .post-cell-detail {
    float: none;
    margin-left: 190px;
    padding: 0px;
    background-color: transparent;
    text-align: left;
}

.post-list-center-left .post-cell,
.post-list-center-right .post-cell {
    margin-bottom: 28px;
}

.post-list-center-left .post-cell.widget-element-bottom,
.post-list-center-right .post-cell.widget-element-bottom {
    margin-bottom: 0px;
}

/* post widget medium*/

.post-cell-medium .post-cell-thumb {
    width: 45%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding: 20px;
}

.post-cell-medium .post-cell-detail {
    width: 55%;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding-left: 30px;
}

/* post cell masonry */

.post-cell-masonry .post-cell-detail {
    padding: 20px 30px;
}

/* author bio */

.author-bio-single {
    padding-top: 60px;
    border-bottom: 1px solid #E8E8E8;
}

.author-bio {
    padding-bottom: 48px;
}

.author-bio a {
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.author-bio-avatar {
    float: left;
    width: 100px;
    padding-top: 3px;
}

.author-bio-avatar img {
    border-radius: 3px;
    height: 100%;
}

.author-bio-details {
    margin-left: 130px;
}

.author-bio-title {

    padding-bottom: 10px;
    position: relative;
}

.author-bio-description {
    margin-bottom: 15px;
}

a.author-bio-url {
    padding: 4px 10px 6px 10px;
    border-radius: 3px;
}

/* post relative */

.post-relative {
    margin-bottom: 60px;
}

.post-relative-entry a {
    position: relative;
    display: block;
    line-height: 0px;
    font-size: 0px;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.post-relative-entry a img {
    line-height: 0px;
    font-size: 0px;
    border-radius: 3px;
}

.post-relative-entry a .post-relative-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    opacity: 0.7;
    border-radius: 3px;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.post-relative-entry a .post-relative-title {
    position: absolute;
    top: 0;
    left: 20px;
    max-width: 180px;
    padding: 20px 0px 0px 0px;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

h3#reply-title {
    margin: 0px;
    padding: 0px;
}

.post-section-title, h3#reply-title {
    position: relative;
    padding-bottom: 20px;
}

.post-section-title:before, h3#reply-title:before {
    position: absolute;
    height: 1px;
    width: 25px;
    background-color: #4c4c4c;
    top: 45px;
    /*content:'';*/
}

/* post search */

.post-search-entry {
    padding-bottom: 40px;
}

.post-entry-section .post-search-entry:last-child {
    padding-bottom: 60px;
}

/* comment section */

#comment-container {
    padding-bottom: 32px;
}

#comment-container a {
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

#comment-container ul {
    padding: 0px;
    list-style-type: none;
}

#comment-container li {
    padding-bottom: 25px;
}

.comment-entry {
    position: relative;
    padding: 26px 25px;
}

.comment-author, .comment-date {
    margin-left: 71px;
}

.bypostauthor .comment-author a {
    padding-bottom: 1px;
    display: inline-block;
}

.comment-avatar {
    float: left;
    width: 50px;
    height: 50px;
}

.comment-avatar img {
    border-radius: 3px;
    max-width: 100%;
    max-height: 100%;
}

.comment-reply {
    position: absolute;
    right: 24px;
    top: 27px;
}

.comment-reply a {
    padding: 6px 14px;
    display: inline-block;
}

.comment-content {
    padding-top: 20px;
    margin-left: -1px;
}

.comment-content p:last-child {
    padding-bottom: 0px;
}

.depth-2 {
    margin-left: 72px;
}

.depth-3 {
    margin-left: 144px;
}

.depth-4 {
    margin-left: 216px;
}

.depth-5 {
    margin-left: 288px;
}

/* comment form */

#comment-form {
    padding-bottom: 50px;
}

.comment-form-left {
    padding-bottom: 8px;
}

.comment-form-left .comment-form-author, .comment-form-left .comment-form-email, .comment-form-left .comment-form-url {
    float: left;
    width: 30.6666%;
    margin-right: 4%;
    box-sizing: border-box;
}

.comment-form-left .comment-form-url {
    margin-right: 0%;
}

.logged-in-as {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.content .comment-form-author input[type=text], .content .comment-form-email input[type=text], .content .comment-form-url input[type=text], .content .form-submit input[type=submit] {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    width: 100%;
    padding: 12px 0px 12px 23px;
}

.content .comment-form-comment textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    width: 100%;
    outline: none;
    margin-bottom: 0px;
    padding: 12px 0px 12px 23px;
}

.comment-form-comment {
    padding-bottom: 22px;
}

.form-allowed-tags {
    display: none;
}

/*----------------------------------------------------------------------

PORTFOLIO

-----------------------------------------------------------------------*/

.portfolio {
}

#portfolio-section-des {
    padding-bottom: 48px;
}

/* portfolio single */

.portfolio-single-container {
    padding: 60px 0px;
}

.portfolio-single-container .left {
    padding: 0px;
}

.portfolio-content.right {
    padding-left: 60px !important;
}

.portfolio-content.left {
    padding-right: 60px;
}

.portfolio-relatives .post-section-title span {
    padding-bottom: 4px;
}

.portfolio-single-media {
    line-height: 0px;
}

.portfolio-single-navigation {
    padding: 15px 30px 15px 30px;
}

.portfolio-single-navigation {
    padding: 15px 30px 15px 30px;
}

.portfolio-single-navigation a {
    display: inline-block;
    border-radius: 15px;
    padding: 5px 15px;
}

.portfolio-single-navigation-left {
    float: left;
}

.portfolio-single-navigation-right {
    float: right;
}

.portfolio-big-column {
    width: 65%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */

}

.portfolio-small-column {
    width: 35%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.portfolio-single-center .portfolio-big-column {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 60px;
}

.portfolio-single-center .portfolio-small-column {
    width: 100%;
    box-sizing: border-box;
}

.portfolio-single-center .portfolio-single-content {
    width: 64%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 0px;
}

.portfolio-single-center .portfolio-single-content h3 {
    margin-top: -3px;
}

.portfolio-single-center .portfolio-single-content p {
    padding-bottom: 24px;
}

.portfolio-relatives.portfolio-relatives-center {
    margin-top: -8px;
}

.portfolio-single-center .portfolio-single-meta {
    width: 31%;
    float: left;
    box-sizing: border-box;
    margin-left: 5%;
}

.portfolio-single-right .portfolio-small-column {
    padding-right: 0px !important;
    border: 0px;
}

.portfolio-data-left {
    float: left;
    width: 75%;
    padding-right: 50px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding-bottom: 0px;
}

.portfolio-data-right {
    float: left;
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.portfolio-single-content p:last-child {
    padding-bottom: 0px;
}

.portfolio-single-author, .portfolio-single-category, .portfolio-single-project {
    padding: 11px 0px;
}

.portfolio-single-author {
    padding-top: 0px;
}

.portfolio-single-share {
    padding-top: 14px;
    padding-bottom: 14px;
}

.portfolio-single-share a {
    margin-left: 20px;
    font-size: 16px;
    line-height: 24px;
}

.portfolio-single-content {
    margin-bottom: 60px;
}

.portfolio-single-content h3 {
    margin-top: -6px;
    padding-top: 0px;
    padding-bottom: 18px;
}

.portfolio-single-detail {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.portfolio-single-detail-entry {
    padding: 14px 0px 14px 0px;
}

.portfolio-single-detail p:empty {
    display: none;
}

.portfolio-single-detail-entry:first-child {
    padding-top: 0px;
}

.portfolio-single-detail p:last-child {
    padding-bottom: 0px;
}

.portfolio-single-detail a.button,
.portfolio-single-detail a.small-button,
.portfolio-single-detail a.big-button {
    margin-bottom: 0px;
    margin-top: 5px;
}

.portfolio-single-pagination {
    margin-bottom: 30px;
}

.pagination_full {
    width: 100%;
}

.portfolio-relatives {
    margin-top: -12px;
    padding: 0px 0px 60px 0px;
}

.portfolio-grid {
    padding: 0px 0px 20px;
}

.portfolio-relatives .portfolio-cell {
    margin-bottom: 0px;
}

.portfolio-relative-title {
    text-align: center;
}

.portfolio-relative-title .title_label {
    padding-bottom: 15px;
}

.portfolio_relative_column {
    float: left;
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.portfolio_relative_column .portfolio-cell {
    margin-bottom: 0px;
}

.image-list-each {
    margin-bottom: 20px;
    line-height: 0px;
    font-size: 0px;
}

.image-list-each:last-child {
    margin-bottom: 0px;
}

.single-portfolio .portfolio-big-column {
    border: 0px;
}

/* portfolio cell */

.widget-entry .paginate-portfolio {
    padding-top: 60px;
    padding-bottom: 60px;
}

.portfolio-cell-container {
    padding: 60px 0px;
}

.paginate-portfolio {
    padding-top: 0px;
    padding-bottom: 60px;
}

.post-type-archive-portfolio .paginate-portfolio {
    padding-bottom: 60px;
}

.portfolio-container-style-2 .paginate-portfolio {
    padding-left: 0px;
}

.portfolio-cell {
    line-height: 0px;
    margin-bottom: 40px;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
    position: relative;
    overflow: hidden;
}

.portfolio-cell.widget-element-bottom {
    margin-bottom: 0px;
}

.portfolio-board-column .portfolio-cell, .portfolio_filter_item_board .portfolio-cell {
    margin-bottom: 0px;
}

.portfolio-container-style-1 {
    padding: 0px !important;
}

.portfolio-container-style-1 .grid .grid-item .portfolio-cell {
    margin-left: 40px;
}

.grid .grid-item.portfolio-style-2 .portfolio-cell {
    margin-right: 0px;
}

.portfolio-cell-thumb {
    position: relative;
    top: 0px;
    line-height: 0px;
    font-size: 0px;
    z-index: 1;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.portfolio-cell-bg {
    position: absolute;
    line-height: 0px;
    font-size: 0px;
    z-index: 2;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

a.portfolio-cell-view {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    text-align: center;

    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.portfolio-container-style-2 {
    padding: 0px 20px;
}

.portfolio-container-style-3 {
    padding: 0px 20px;
}

.column1.portfolio-container-style-2, .column1.portfolio-container-style-3 {
    padding: 0px 20px;
}

.no-wrap .portfolio-container-style-2,
.no-wrap .portfolio-container-style-3 {
    padding: 0px;
}

.portfolio-style-2 {
    padding: 0px !important;
}

.wrap.portfolio-style-2 {
    width: 1240px;
}

.portfolio-style-2 .portfolio-cell, .portfolio-style-2.portfolio-cell {
    outline: 0px;
    box-shadow: none;
    margin: 0px;
}

.portfolio-cell-data {
    padding: 23px 20px 27px;
    text-align: center;
}

.portfolio-style-2 .portfolio-cell-data {
    position: absolute;
    bottom: -95px;
    left: 0px;
    width: 100%;
    padding: 23px 0px 27px;
    z-index: 1;
    transition: all 300ms ease-out; /*safari and chrome */
    -webkit-transition: all 300ms ease-out; /*safari and chrome */
}

.portfolio-style-2:hover .portfolio-cell-data {
    bottom: 0px;
}

.portfolio-style-2:hover .portfolio-cell-view {
    top: 46%;
}

.portfolio-style-2:hover .portfolio-cell-thumb {
    top: -40px;
}

.portfolio-style-3 {
    padding: 0px !important;
}

.portfolio-style-3 .portfolio-cell {
    outline: 0px;
    box-shadow: none;
    margin-bottom: 0px;
}

.grid-item.portfolio-style-3 .portfolio-cell {
    margin-right: 0px;
}

.portfolio-cell-title {
    margin-bottom: 5px;
    transition: all 300ms ease-out; /*safari and chrome */
    -webkit-transition: all 300ms ease-out; /*safari and chrome */
}

.portfolio-cell-categories {
    transition: all 300ms ease-out; /*safari and chrome */
    -webkit-transition: all 300ms ease-out; /*safari and chrome */
}

/* portfolio filter */

.portfolio_filter_item {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.portfolio-board-column {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.portfolio-board-container {
    padding: 0px 10px;
}

.portfolio_board2 {
    float: left;
    width: 50%;
    padding: 0px 10px 20px 10px;
}

.portfolio_board3 {
    float: left;
    width: 33.33%;
    padding: 0px 10px 20px 10px;
}

.portfolio_board4 {
    float: left;
    width: 25%;
    padding: 0px 10px 20px 10px;
}

.portfolio_filter_board2 {
    float: left;
    width: 50%;
    padding: 0px 10px 20px 10px;
}

.portfolio_filter_board3 {
    float: left;
    width: 33.33%;
    padding: 0px 10px 20px 10px;
}

.portfolio_filter_board4 {
    float: left;
    width: 24.5%;
    padding: 0px 10px 20px 10px;
}

.portfolio_filter1 {
    float: left;
    width: 100%;
    padding: 0px 20px 0px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.portfolio_filter2 {
    float: left;
    width: 50%;
    padding: 0px 20px 0px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.portfolio_filter3 {
    float: left;
    width: 33.30%;
    padding: 0px 20px 0px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.portfolio_filter4 {
    float: left;
    width: 25%;
    padding: 0px 20px 0px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
}

.filters {
    padding: 48px 0px 44px 20px;
}

.widget-entry .filters {
    padding: 0px 0px 44px 0px;
}

.portfolio-container-style-2 .wrap {
    width: 1240px;
}

.portfolio-container-style-2 .filters {
    padding: 0px 0px 44px 0px;
}

.filters li {
    display: inline-block;
    letter-spacing: 0px;
}

.filters span {
    display: inline-block;
    cursor: pointer;
    transition: all 300ms ease-out; /*safari and chrome */
    -webkit-transition: all 300ms ease-out; /*safari and chrome */
    padding: 0px 15px;
}

.filters li:first-child span {
    padding-left: 0px;
}

.filters li::after {
    content: "|";
    vertical-align: 2px;
}

.filters li:last-child::after {
    content: "";
}

.filters li:last-child span {
    margin-right: 0px;
}

.portfolio-custom-layout .portfolio-cell-thumb img {
    width: 100%;
}

a.portfolio-cell-view {
    margin-top: -19px;
    margin-left: -19px;
    padding: 0px;
    opacity: 0;
    border-radius: 50%;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

a.portfolio-cell-view i {
    width: 38px;
    height: 38px;
}

.portfolio-cell:hover a.portfolio-cell-view {
    opacity: 1;
}

/*----------------------------------------------------------------

WIDGETS

------------------------------------------------------------------*/

/* sidebar widget */

.sidebar-widget.content li {
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0px;
}

.sidebar-widget.content li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.sidebar-widget.content .children li {

    border-bottom: 1px dotted #d9d9d9;

}

.sidebar-widget.content .children li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.sidebar-widget i.icon-angle-right, .footer-widget i.icon-angle-right {
    margin-right: 6px;
}

.sidebar-widget {
    padding-bottom: 52px;
}

.small-column .sidebar-widget:first-child {
    padding-top: 60px;
}

.small-column .sidebar-widget:last-child {
    margin-bottom: 0px;
    padding-bottom: 60px;
}

.sidebar-widget-title {
    padding: 0px 0px 35px 0px;
    position: relative;
}

.sidebar-widget-title:before {
    position: absolute;
    height: 1px;
    width: 25px;
    background-color: #4c4c4c;
    top: 45px;
    content: '';
}

.sidebar-widget a {
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.sidebar-widget ul {
    list-style-type: none;
    padding: 0px;
}

.sidebar-widget ul.sub-menu,
.footer-widget ul.sub-menu {
    padding: 0px 0px 0px 36px;
}

.sidebar-widget ul.children,
.footer-widget ul.children {
    padding: 0px 0px 0px 36px;
}

.mc4wp-form {
    margin: 0px !important;
}

/* widget rss */

.widget_rss li a {
    text-transform: uppercase;
    font-weight: 700 !important;
    margin-bottom: 5px;
    display: inline-block;
}

.widget_rss .rss-date {
    text-transform: uppercase;
    font-size: 12px !important;
    line-height: 14px !important;
    letter-spacing: 2px !important;
    margin-bottom: 10px;
    display: inline-block;
}

.widget_rss cite {
    font-weight: 700 !important;
    display: inline-block;
    padding-top: 10px;
}

/* widget arrow */

.widget_archive i,
.widget_categories i,
.widget_pages i,
.widget_meta i,
.widget_recent_entries i,
.widget_nav_menu i,
.widget_recent_comments i {
    font-size: 18px;
    line-height: 28px;
    margin-right: 5px;
    display: none;
}

/* search form */

.search-form {
    position: relative;
    display: inline-block;
}

.sidebar-widget .search-form {
    display: block;
}

.content.search-form .search-input {
    width: 320px;
    margin-bottom: 0px;
    padding: 11px 0px 11px 54px;
}

.content .search-form i {
    position: absolute;
    top: 15px;
    left: 21px;
    margin-right: 0px;
}

/* search widget */

.sidebar-widget.widget_search .search-form,
.footer-widget.widget_search .search-form {
    position: relative;
}

.sidebar-widget.widget_search input[type=text],
.footer-widget.widget_search input[type=text] {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding: 11px 0px 11px 54px;
    margin-bottom: 0px;
}

.sidebar-widget.widget_search i,
.footer-widget.widget_search i {
    position: absolute;
    top: 15px;
    left: 21px;
    margin-right: 0px;
}

/* tagcloud widget */

.tagcloud a {
    padding: 4px 8px;
    margin-right: 5px;
    margin-bottom: 3px;
    display: inline-block;
}

/* widget post */

.widget-post {
    margin-bottom: 5px;
    padding-top: 15px;
    min-height: 90px;
}

.widget-post-thumb {
    width: 90px;
    height: 90px;
    float: left;
}

.widget-post-thumb img {
    border-radius: 5px;
}

.widget-post-title {
    margin-left: 110px;
}

.widget-post-meta {
    margin-left: 110px;
    text-align: left;
}

/* video widget */

.video-widget-textarea {
    width: 100%;
}

/* contact map widget */

.widget-map-container {
    position: relative;
}

.widget-map-image {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    filter: alpha(opacity=10); /* For IE8 and earlier */
}

.footer-widget .widget-map-image {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

.widget-map-content {
    position: relative;
    z-index: 2;
}

/*--------------------------------------------------------------------

WOOCOMMERCE

---------------------------------------------------------------------*/

/* Shop widget */

.add_to_cart_button.product_type_simple.added {
    display: none;
}

.woocommerce-item {
    margin-bottom: 32px;
}

.woocommerce-item.widget-element-bottom {
    margin-bottom: 0px;
}

.woocommerce-item-thumb {
    font-size: 0px;
    line-height: 0px;
}

.woocommerce-item-thumb {
    position: relative;
    margin-bottom: 30px;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.woocommerce-item-sale {
    position: absolute;
    top: 22px;
    left: 30px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.woocommerce-item-buttons {
    position: absolute;
    top: 50%;
    margin-top: -26px;
    opacity: 0;
    width: 100%;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.woocommerce div.product div.images a > img {
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.yith-wcwl-add-button img {
    position: absolute;
}

.woocommerce-item-thumb:hover .woocommerce-item-buttons {
    opacity: 1;
}

.woocommerce-item-buttons > div, .woocommerce-item-title {
    display: inline-block;
}

.yith-wcqv-button {
    background-color: transparent !important;
    box-shadow: none !important;
}

.yith-wcwl-add-to-wishlist {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.woo-single-product-container .woocommerce-item-price {
    margin-bottom: 4px;
    padding-left: 2px;
}

.woocommerce-item-price del {
    padding-left: 26px;
}

.woocommerce-item-price del del {
    display: none;
}

.woocommerce-item-title h3, .woocommerce-item-categories a {
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.woocommerce div.product .woo-single-product-container div.images {
    position: relative;
    margin: 0px;
}

.woo-single-product-container .woocommerce-item-sale {
    position: absolute;
    top: 24px;
    left: 33px;
}

.woo-single-product-container {
    padding: 75px 0px 48px 0px;
}

.woocommerce div.product div.images div.thumbnails {
    padding: 0px;
    margin-top: 28px;
}

.woocommerce-page div.product div.thumbnails a {
    width: 30.10%;
    margin-right: 4.8%;
    margin-bottom: 28px;
}

.woocommerce div.product .quantity input[type=number] {
    border: 0px none;
    border-radius: 3px;
    padding: 8px 9px;

}

.woocommerce div.product .cart {
    float: left;
}

.woocommerce div.product .yith-wcwl-add-to-wishlist, .woocommerce div.product .cart {
    display: inline-block !important;
}

.woocommerce div.product form.cart {
    margin-bottom: 0px;
    padding-top: 2px;
}

.summary .product_meta {
    margin-top: 0px;
    padding-top: 20px;
}

.woo-single-shares {
    list-style: none;
    padding: 0px 0px 0px 2px;
}

.woo-single-shares a {
    display: inline-block;
    padding: 0px 20px 0px 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0px;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    width: 0px;
    height: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0px 20px 0px 0px;
    padding: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    z-index: 0;
    border-radius: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    border-radius: 4px;
    padding: 10.5px 21px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
    margin-right: 0px;
}

.woocommerce div.product .woocommerce-tabs #tab-description, .woocommerce div.product .woocommerce-tabs #tab-additional_information, .woocommerce div.product .woocommerce-tabs #tab-reviews {
    margin-bottom: 0px;
}

.related.products {
    padding: 0px 0px 42px;
}

.woocommerce-tabs {
    padding: 0px 0px 60px;
}

.related.products .products {
    margin-bottom: 0px;
}

.related.products h2 {
    padding: 0px;
    margin-bottom: 29px;
}

.related.products .widget-column1-3 {
    width: 30.66%;
    float: left;
    margin-right: 4%;
    padding: 0px;
}

.related.products .widget-column1-3.column-last {
    margin-right: 0px;
}

.woocommerce div.product .woocommerce-tabs .commentlist {
    padding: 0px;
}

.woocommerce div.product #reply-title {
    margin-bottom: 10px;
}

.comment-form-rating {
    margin: 0px;
    padding: 0px;
}

.woocommerce #review_form #respond .form-submit {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.woocommerce #review_form #respond .form-submit input {
    display: inline-block;
    padding: 8px 14px !important;
    border-radius: 2px;
    transition: all 200ms ease-out 0s;
}

.woocommerce table.shop_attributes {
    margin-bottom: 0px;
}

.woocommerce table.shop_attributes th {
    width: 160px;
    padding: 0px 8px 0px 0px;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0px;
    padding-left: 2px;
}

.woocommerce div.product .product_title {
    margin-top: -1px;
    margin-bottom: 3px;
}

.woo-single-title-categories {
    margin-bottom: 38px;
}

.woo-single-price-rating {
    margin-bottom: 41px;
}

.woo-single-description {
    margin-bottom: 50px;
}

.woo-single-action-buttons {
    margin-bottom: 41px;
}

.woo-single-product-meta {
    margin-bottom: 38px;
}

.woo-single-shares-container div {
    margin-bottom: 14px;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0px;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
    margin: 0px 17.5px 0px 15.5px;
}

.woocommerce div.product form.cart .button {
    padding: 7.5px 19px 7.5px 24px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 26px;
}

.woocommerce-item-title h3 {
    padding: 6px 0px 8px;
}

.woocommerce-item-sale {
    position: absolute;
    top: 22px;
    left: 30px;
}

.woo-single-product-container .woocommerce-item-price del {
    padding-left: 38px;
}

.woocommerce .woocommerce-product-rating .star-rating {
    width: 6.9em;
}

.woo-single-description {
    padding-left: 3px;
}

.woo-single-action-buttons {
    padding-left: 5px;
}

.woo-single-product-meta {
    padding-left: 6px;
}

.woo-single-shares-container {
    padding-left: 7px;
}

.single-product #page-heading {
    border: 0px;
}

.single-product #breadcrumb a {
    padding: 0px;
}

.single-product #breadcrumb {
    padding: 0px;
}

.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 0px;
    padding-top: 4px;
}

.single-product #page-heading .wrap {
    padding: 55px 0px 50px 0px;
}

.single-product .comment-form-author, .single-product .comment-form-email {
    margin: 0px;
    padding: 0px;
}

.related.products .woocommerce-item-price {
    margin-bottom: 6px;
}

.woocommerce-cart .big-column.left, .woocommerce-checkout .big-column.left {
    float: none;
    width: 100%;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin: 0px 14px 0px 17px;
    padding: 10px 14px;
    cursor: pointer;
    transition: all 300ms ease-out 0s;
    border-radius: 2px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #666;
}

#coupon_code {
    padding: 11px;
    width: 120px;
    margin-right: 10px;
}

.page-entry-body {
    padding: 60px 0px 20px;
}

.paginate.paginate-woo {
    padding: 0px 0px 60px;
}

.woocommerce-ordering .orderby {
    padding: 10px 20px;
    margin: 0px 0px 20px;
}

.woocommerce nav.woocommerce-pagination {
    padding: 40px 0px 60px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: 0px;
    margin: 0px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    display: inline-block;
    text-align: center;
    padding: 12px 18px;
    min-width: 10px;
    transition: all 200ms ease-out 0s;
    margin-right: 18px;
    border-radius: 3px;
}

input#password_2 {
    margin-bottom: 15px;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding-bottom: 0px;
}

/* yith quick view */

#yith-quick-view-content .woo-single-container {
    width: 48%;
    float: right;
}

#yith-quick-view-content .woo-single-title-categories {
    margin-bottom: 30px;
}

#yith-quick-view-content .woocommerce-product-rating {
    margin-bottom: 10px;
}

#yith-quick-view-content .woo-single-price-rating div[itemprop=offers] {
    margin-bottom: 30px;
}

#yith-quick-view-content .woo-single-description {
    margin-bottom: 30px;
}

#yith-quick-view-content div.product .cart {
    display: block;
    float: none;
}

.woo-single-product-meta a, .woo-single-shares {
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

#yith-quick-view-content .woo-single-shares-container > div {
    margin-right: 10px;
}

#yith-quick-view-content .woo-single-shares-container div {
    display: inline-block;
}

/* woo archive buttons */
.yith-wcqv-quick-view-button,
a.add_to_cart_button,
.yith-wcwl-add-to-wishlist {
    height: 50px !important;
    display: inline-block !important;
}

a.add_to_cart_button {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.button.yith-wcqv-button,
.yith-wcwl-add-button {
    display: inline-block !important;
    border: 0px !important;
}

.yith-wcwl-wishlistexistsbrowse {
    display: none !important;
}

a.add_to_cart_button,
.yith-wcqv-button:before,
.add_to_wishlist:before {
    display: inline-block !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

/*------------------------------------------------------------------------------------------------------------------------------------

FOOTER SECTIONS

-------------------------------------------------------------------------------------------------------------------------------------*/

#footer {
    position: relative;
}

.footer-column {
    padding-top: 80px;
    padding-bottom: 80px;
}

.footer-column .widget_nav_menu i {
    margin-right: 0px;
}

/* footer widget */

.footer-widget {
    padding-bottom: 60px;
}

.footer-widget:last-child {
    padding-bottom: 0px;
}

.footer-widget-title {
    padding: 0px 0px 45px 0px;
    position: relative;
}

.footer-widget-title:before {
    position: absolute;
    height: 1px;
    width: 25px;
    background-color: rgba(255, 255, 255, 0.5);
    top: 45px;
    content: '';
}

.footer-widget a {
    transition: all 200ms ease-out; /*safari and chrome */
    -webkit-transition: all 200ms ease-out; /*safari and chrome */
}

.footer-widget ul {
    margin: 0px;
    padding: 0px;
}

.footer-widget ul li:first-child {
    padding-top: 0px;
}

.footer-widget ul ul li:first-child {
    padding-top: 6px;
}

.footer-widget ul li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.footer-widget ul li {
    list-style-type: none;
    padding: 0px 0px 2px 0px;
}

/* footer bottom */

#footer-bottom {
    text-align: center;
    padding: 43px 0px 48px 0px;
}

/* footer social */

.footer-social {
    margin-top: 10px;
}

.footer-social a {
    display: inline-block;
    padding: 20px 20px 0px 0px;
    border-radius: 50%;
    text-align: center;
}

.footer-social a:last-child {
    padding-right: 0px;
}

/* footer multi menu line */

.multi_line_menu_container_1 > div:not(.cleared) {
    width: 100%;
}

.multi_line_menu_container_2 > div:not(.cleared) {
    width: 44%;
    float: left;
    margin-right: 4%;
}

.multi_line_menu_container_3 > div:not(.cleared) {
    width: 30.6%;
    float: left;
    margin-right: 4%;
}

.multi_line_menu_container_2 > div:not(.cleared):nth-last-child(2), .multi_line_menu_container_3 > div:not(.cleared):nth-last-child(2) {
    margin-right: 0%;
}

/* header wpml */
#flags_language_selector {
    margin-right: 25px;
}

#flags_language_selector a {
    display: inline-block;
}

#flags_language_selector img {
    margin-right: 10px;
}

/* footer wpml */
#footer_language_list {
    padding-top: 10px;
    text-align: center;
}

#footer_language_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer_language_list ul li img {
    margin-right: 5px;
}

#footer_language_list ul li {
    display: inline;
    margin: 0 5px 0 5px;
    padding: 0;
}

#footer_language_list ul li a:hover, #footer_language_list ul li a:active {
    color: #fff;
}

/* isotope & masonry */

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/**** Isotope filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Mansory  ****/

.grid-item {
    width: 33.33%;
}

.main-menu ul li a, h4.mega-block-title {
    font-family: 'Roboto', Arial !important;
    font-size: 13px !important;
    line-height: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}

.main-menu ul ul.sub-menu li.menu-topic a:hover, .main-menu ul ul.sub-menu li.menu-topic a {
    font-weight: 900 !important;
    color: #f9ae00 !important;
    border-bottom: 1px solid #555 !important;
    cursor: default;
}

/*

	---POST CEL STUFF---
*/
.suncycle-news-cell-thumb {
    width: 18% !important;
}

.suncycle-news-cell-detail {
    width: 82% !important;;
}

.suncycle-news-cell-thumb img {
    width: 100% !important;;
}

.suncycle-news-cell-content {

}

.suncycle-news-cell-meta {
}

.suncycle-news-cell-title {
}

/*


	---HELPERS & STUFF---


*/
.no-padding {
    padding: 0;
}

.padding-right {
    padding-right: 25px;
}

.google-map-container {
    max-width: 95%;
    margin: auto;
}

.text-center {
    text-align: center;
}

.full-width {
    width: 100%;
}

.inline-block {
    display: inline-block;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    max-height: 200px;
}

.post-entry-media a:hover {
    background-color: #f2f2f2 !important;
    color: #808080 !important;
}

.post-entry-media {
    padding: 8px 4px;
    margin: 0 30px 5px 0;
    border: 1px solid #c1c1c1;
    background: #f2f2f2;
}

.error-box p, .success-box p {
    padding: 0;
}

.error-box {
    color: #920909;
    border: 1px solid #920909 !important;
}

.error-box, .success-box {
    margin-bottom: 20px;
}

.scroll-to-top {
    position: fixed;
    z-index: 3;
    bottom: 10px;
    right: 20px;
    width: 50px;
    display: none;
}

.scroll-to-top-circle {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #cfdcec;
    background: #f9ae00;
    /*box-shadow: 0 0 3px #525252;*/
}

.scroll-to-top-circle:hover {
    background: #f9ae00;
}

.scroll-to-top a {
    display: block;
    float: left;
    width: 100%;
    padding-top: 50%;
    padding-bottom: 50%;
    line-height: 2em;
    margin-top: -1.1em;
    font-family: FontAwesome;
    content: "f106";
    color: #FFFFFF;

    text-align: center;
    font-size: 2.4em;
    font-weight: bold;
    text-decoration: none;
}

.icon-box-content a {
    color: #f9ae00;
}

/* CUSTOM SuncycleCSS */
.right-header .brand-text {
    padding-top: 30px;
    font-family: 'Roboto', Arial !important;
    font-size: 22px !important;
    line-height: 36px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    /*text-transform: uppercase !important;*/
    letter-spacing: 2px !important;
}

.navigation {
    background-color: #fafafa;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

/*Added 30.05.16 @MSG*/
.navigation {
    position: fixed;
    top: 135px;
    width: 100%;
    z-index: 11;
}

.main-menu ul ul.sub-menu, .main-menu ul ul.mega-sub-menu {
    top: 64px !important;
    left: -50% !important;
}

.main-menu ul li {
    padding: 20px 0px 20px 0px !important;
}

/******************************************************
****** CUSTOM STYLES
******************************************************/
#body ul:not(.slides):not(.flex-direction-nav) {
    list-style: none;
    padding: 0;
    margin: 0;
}

#body ul:not(.slides):not(.flex-direction-nav) li {
    padding-left: 2em;
    text-indent: -.7em;
}

#body ul:not(.slides):not(.flex-direction-nav) li:before {
    content: "\f0c8";
    font-family: FontAwesome;
    color: #f9ae00; /* or whatever color you prefer */
    font-size: 8px;
    vertical-align: middle;
    text-align: left;
    position: relative;
    top: -1px;
    right: 10px;
}

#body ul:not(.slides):not(.flex-direction-nav).custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#body ul:not(.slides):not(.flex-direction-nav).custom-list li {
    padding-left: 7px;
}

#body ul:not(.slides):not(.flex-direction-nav).custom-list li:before {
    content: "";
    font-family: Arial;
    color: #f9ae00; /* or whatever color you prefer */
    font-size: inherit;
    vertical-align: middle;
    text-align: left;
    position: relative;
    top: auto;
    right: auto;
}

#body ul:not(.slides):not(.flex-direction-nav).custom-list li i::before {
    padding-left: 10px;
}

.suncycle-scheuten-flags {
text-align: center;
}
.suncycle-scheuten-flags a {
display:inline-block;
padding-right: 10px;
}
.suncycle-scheuten-flags img {
	max-height: 40px;
    border: 3px solid #CCC;
}

/*META SLIDER*/
.metaslider {
	max-width: 950px;
	margin-left: 0 !important;
}
