/*
Theme Name: Avian
Theme URI: http://www.zeotheory.com
Description: A MultiPurpose WordPress Theme.

Author: Jaynesh
Author URI: http://themeforest.net/user/Jaynesh
Version: 1.2.2
Tags: light, gray, white, custom-menu, featured-images, post-formats, theme-options

License:GNU General Public License version 3.0
License URI:http://www.gnu.org/licenses/gpl-3.0.html

All files, unless otherwise stated, are released under the GNU General Public License
version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

--------------------------------------------------------------------------------------

1.	Base CSS
2.	Forms
3. 	Features
4.	Footer
5.	Header/Navigation
6.	Mobile Navigation
7.	Posts
8.	Post Formats
9.	Comments
10. Elements
11.	Social Icons
12.	Wordpress Core
13.	Widgets
14.	LayerSlider
15. Visual Composer
16.	Misc

-------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	1. Base CSS
/*-----------------------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0px;
    font-family: "Dosis";
}
body {
    background: #f8f8f8;
    margin: 0;
    height: 100%;
    z-index: 1000;
    color: #555;
    overflow-x: hidden;
}
img	{
    border: 0;
    padding: 0 0 0 0;
}
a {
    outline: none;
    font-weight: 600;
}
a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    color: #666;
}
a:hover {
    color: #333;
}
ul, li {
    padding: 0 0 0 0;
    margin: 0;
    list-style-type: none;
}
hr {
    border: 0;
    border-bottom: 1px dashed #ddd;
}
p {
    width: 100%;
    padding: 0 0 0 0;
    margin-bottom: 22px;
    font-family: "Open Sans" !important;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    color: #777;
    margin-top: 0;
}
strong {
    font-weight: 600;
}
iframe {
    border: none !important;
}
p a {
    color: #333 !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans" !important;
    font-weight: 500;
    padding: 0 0 0 0;
    margin-top: 0; margin-bottom: 22px; margin-left: auto; margin-right: auto;
    color: #50575E;
    letter-spacing: -0.4px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin-bottom: 12px;
}
blockquote {
    border-left: 5px solid #ddd;
    padding: 0px 14px 0px 14px;
    margin: 22px 0 22px 22px;
}
blockquote p {
    font-style: italic;
    color: #555;
    font-weight: 500;
}
address, pre {
    margin-bottom: 12px;
    font-size: 12px;
}
.no-space [class*="span"] {
    margin-left: 0;
}
.no-margin {
    margin: 0px !important;
}
.margin-bottom0 {
    margin-bottom: 0px !important;
}
.margin-bottom {
    margin-bottom: 22px;
}
.margin-top {
    margin-top: 22px;
}
.padding-bottom0 {
    padding-bottom: 6px !important;
}
.center {
    text-align: center;
}
.center-position {
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.align-left {
    float: left !important;
}
.align-right {
    float: right !important;
}
.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.page-template .content-container, .blog .content-container {
    padding-top: 30px;
    padding-bottom: 30px;
}
.single .content-container, .category .content-container, .archive .content-container {
    padding-top: 30px;
    padding-bottom: 30px;
}
.page-template .widget-right, .page-template .widget-left {
    margin-top: -30px;
}
.category .widget-right, .category .widget-left {
    margin-top: -30px;
}
.tag .widget-right, .tag .widget-left {
    margin-top: -30px;
}
.content-container {
    transition: all 1s;
    -webkit-transition: all 1s; /* Safari */
    -ms-transition: all 1s;
    z-index: 3;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
}
.content-container > .container {
    padding-top: 0px;
}
.content-heading {
    margin-bottom: 30px;
    font-family: "Open Sans";
    color: #555;
    font-size: 18px;
}
.content-heading a {
    color: #4DD2B8;
    font-weight: 400;
}
.content-heading a:hover {
    color: #444;
}
.heading {
    font-size: 16px;
    font-family: "Open Sans";
    margin-bottom: 0px;
    color: #555;
}
.single .heading {
    font-size: 22px;
    width: 100%;
    display: inline-block;
}
.heading {
    font-size: 16px;
    font-family: "Open Sans";
    margin-bottom: 30px;
    color: #555;
}
.isotope .heading {
    margin-bottom: 6px;
    word-wrap: break-word;
}
.isotope .heading a {
    width: 55%;
    display: inline-block;
}
.heading a {
    color: #51BAB6;
    /*width: 65%;*/
    display: inline-block;
    line-height: 28px;
    font-weight: 600;
    transition: all 0.2s;
    -webkit-transition: all 0.2s; /* Safari */
}
.heading a:hover {
    color: #4C5359;
}
.isotope-loadmore {
    margin-bottom: 40px;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    transition: all 0.2s;
    -webkit-transition: all 0.2s; /* Safari and Chrome */

}
.isotope-loadmore a {
    background: #51BABE;
    text-align: center;
    font-size: 10px;
    color: #fff;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    transition: all 0.2s;
    -webkit-transition: all 0.2s; /* Safari */
    padding: 14px 18px;
    border-radius: 3px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s; /* Safari and Chrome */
    text-transform: uppercase;
    letter-spacing: 3px;
}
.isotope-loadmore a:hover {
    background: #444;
}
#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:30px;
    right:30px;
    overflow:hidden;
    width:50px;
    height:50px;
    border:none;
    text-indent:100%;
    background-color: #111;
    background-image: url(assets/img/backtotop.png);
    background-repeat: repeat;
    background-position: 0px 0px;
    border-radius: 5px;
    z-index: 700;
    transition: all 0.4s;
    -moz-transition: all 0.4s; /* Firefox 4 */
    -webkit-transition: all 0.4s; /* Safari and Chrome */
    -o-transition: all 0.4s; /* Opera */
    z-index: 100000;
}
#toTop:hover {
    background-color: #000;
    background-image: url(assets/img/backtotop.png);
    background-position: 0px -50px;
}
#toTop:active, #toTop:focus {
    outline:none;
}
.no-comments p {
    text-align: center;
}
.entry table {
    border: 1px solid #ddd;
    margin-bottom: 22px;
}
.entry th {
    padding: 14px 18px 14px 18px !important;
    text-align: center !important;
}
.entry tr:first-child {
    border-bottom: 1px solid #ddd;
    background: #f1f1f1;
}
.entry td {
    padding: 14px 18px 14px 18px !important;
    color: #888;
    text-align: center !important;
    font-size: 11.5px;
}
.entry .th-black {
    background: #444;
}
dl {
    font-size: 12px;
}
dt {
    color: #333;
}
dd {
    color: #888;
    margin-bottom: 12px;
}
pre {
    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+ */
    background: #f1f1f1;
    padding: 22px 22px 22px 22px;
    border: 1px solid #ccc;
    font-family: "Open Sans" !important;
    font-size: 12px;
    background: #f7f7f7 !important;
    color: #555 !important;
    margin-bottom: 22px;
}
footer {
    z-index: 10000;
}
.hidden {
    position: absolute;
    left: -999999px;
}

pre {
    background: #fff;
    border-radius: 0px;
    border: 1px solid #e7e7e7;
}
.empty-space {
    width: 100%;
    height: 30px;
}
.boxed {
    background: #fff;
    padding: 22px 22px 22px 22px;
}
.drop-shadow {
    position:relative;
}
.drop-shadow:before,
.drop-shadow:after {
    content:"";
    position:absolute;
    z-index:-2;
}
.curved:before {
    top:10px;
    bottom:10px;
    left:0;
    right:50%;
    box-shadow:20px 0 10px #ccc;
    -moz-border-radius:200px / 10px;
    border-radius:100px / 10px;
    top:50;
    bottom:50;
    left:12px;
    right:12px;
    -moz-border-radius:10px / 100px;
    border-radius:20px / 100px;
}

/*-----------------------------------------------------------------------------------*/
/*	2. Forms
/*-----------------------------------------------------------------------------------*/

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.submit {
    width: 80px; height: 40px;
    background: #333;
    color: #fff;
    padding: 0 0 0 0;
    margin-top: 0px !important;
    border: none;
    float: right;
    transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s;
}
.submit:hover {
    width: 80px; height: 40px;
    background: #666;
    color: #fff;
    padding: 0 0 0 0;
    border: none;
}
label {
    font-size: 12px;
    color: #666;
    display: inline-block;
    margin-bottom: 6px !important;
}
textarea {
    width: 100%;
    height: inherit !important;
}
input {
    height: 40px !important;
    width: 100%;
}
input, textarea, select, a { outline: none !important; }
input, textarea {
    background: #f7f7f7 !important;
    outline: none !important;
    color: #888 !important;
    border: 0px !important;
    border-bottom: 1px solid #e7e7e7 !important;
    box-shadow: none !important;
    padding: 12px 12px !important;
    cursor: pointer;
    font-size: 12px !important;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s;
    margin-bottom: 0px !important;
    font-family: "Open Sans" !important;
}
input:hover {
    background: #f5f5f5 !important;
}
textarea:hover {
    border: 1px solid #999;
}
input:focus {
    background: #f2f2f2 !important;
}
textarea:focus {
    border: 1px solid #666;
    cursor: text;
    background: #fff;
    color: #666;
}
.contact-submit {
    display: inline-block;
}
#submit {
    background: #333;
    border: 0;
    border-radius: 5px;
    color: #fff !important;
    font-family: "Open Sans";
    padding: 4px 18px !important;
    line-height: 0px;
    font-size: 14px;
    display: inline-block;
    box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    font-size: 13px !important;
    font-weight: 300 !important;
}
.contact-submit {
    background: #333;
    border: 0;
    border-radius: 5px;
    font-weight: 300 !important;
    color: #fff !important;
    font-family: "Open Sans";
    padding: 12px 18px 12px 18px !important;
    font-size: 14px;
    display: inline-block;
    box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#submit:hover, .contact-submit:hover {
    background: #5ED2C6;
    border: 0;
    border-radius: 5px;
    color: #fff !important;
    font-size: 14px;
}
.navigation-search #searchform {
    position: relative;
    margin-bottom: 0px;
}
.navigation-search {
    position: relative;
}
.navigation-search .fa-search {
    top: 12px;
    position: absolute;
    right: 0;
    color: #6F7982;
    margin-right: 17px;
    z-index: 1;
    pointer-events: none;
}
.navigation-search:hover .fa-search {
    color: #51BABE;
}
.navigation-search input {
    background: transparent;
    border-radius: 0;
    border: 0;
    margin-bottom: 0px;
    width: 30px;
    background: none !important;
    border: 0px !important;
    box-shadow: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s; /* Safari */
    margin-left: 20px;
}
.navigation-search input:focus {
    width: 150px;
    background: #f7f7f7 !important;
    border-bottom: 1px solid #e7e7e7 !important;
}
.navigation-search input[placeholder] {
    color: #333 !important;
    opacity: 1 !important;
}
.navigation-search #searchsubmit {
    display: none;
}
#searchform {
    position: relative;
}
#searchform .fa-search {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 1;
    pointer-events: none;
}
#searchform #searchsubmit {
    width: 35px;
    height: 35px;
    background-color: #333;
    background-image: url(assets/img/search.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent:-9999px;
    border: 0;
    top: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    opacity: 0;
}
.wpcf7-form-control {
    margin-top: 12px;
}
.wpcf7-form > *:last-child {
    margin-bottom: 0px !important;
}

/*-----------------------------------------------------------------------------------*/
/*	3. Features
/*-----------------------------------------------------------------------------------*/

.features {
    margin-bottom: 0px;
}
.wpb_tabs .features {
    margin-bottom: 0px;
}
.features-readmore {
    padding-bottom: 4px;
    border-bottom: 1px solid #f1f1f1;
    font-weight: 400;
    font-size: 13px;
    color: #666 !important;
    margin-top: 22px;
    display: inline-block;
    transition: all 0.2s;
    -webkit-transition: all 0.2s; /* Safari */
}
.features-readmore:hover {
    color: #555 !important;
    border-bottom: 1px solid #555;
}
.features-icon {
    display: block !important;
    border-radius: 100px;
    font-size: 16px;
    color: #333;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 12px;
    background: #F6F6F6;
}
.features-icon img {
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    line-height: 100px;
}
.features p {
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: "Open Sans" !important;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.features span {
    font-family: "Open Sans";
    font-weight: 500;
    color: #555;
    font-size: 17px;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 12px;
}


/*-----------------------------------------------------------------------------------*/
/*	4. Footer
/*-----------------------------------------------------------------------------------*/

.callout {
    background: #fff;
    padding: 60px 60px;
    text-align: center;
    position: relative;
    z-index: 3;
    border-bottom: 1px solid #E9E9E9;
}
.callout * {
    display: inline;
}
.callout .button {
    margin-left: 60px;
    font-size: 10px !important;
    padding: 18px 22px 18px 22px;
}
.callout h1 {
    margin-bottom: 12px;
    width: 100%;
    display: inline-block;
}
.sub-footer {
    background: #2D3033;
    padding: 22px 0px 44px 0px;
    color: #fff;
    font-size: 12px;
    z-index: 3;
    position: relative;
}
.sub-footer .row {
    margin-bottom: 0px;
}
.sub-footer p {
    color: #fff;
}
.sub-footer li {
    padding: 12px 0px 12px 0px;
    border-bottom: 1px solid #747B84;
}
.sub-footer li:first-child {
    padding-top: 0;
}
.sub-footer li:last-child {
    border-bottom: 0;
}
.sub-footer h3 {
    color: #40434c;
    font-weight: bold;
    letter-spacing: -0.2px;
}
/* calendar widget */
.sub-footer #wp-calendar caption { text-align: right; color: #fff; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
.sub-footer #wp-calendar thead { font-size: 10px; color: #fff !important;}
.sub-footer #wp-calendar thead th { padding-bottom: 10px; text-align: center; color: #fff !important;}
.sub-footer #wp-calendar tbody { color: #fff; }
.sub-footer #wp-calendar tbody td { font-size: 10px; color: #fff; background: #222528; text-align: center; padding:3px;}
.sub-footer #wp-calendar tbody .pad { background: none; }
.sub-footer #wp-calendar th {color: #fff !important;}
.sub-footer #wp-calendar caption {color: #fff !important;}

.copyright-text {
    margin-top: 8px;
    opacity: 0.2;
}
.footer {
    background: #222528;
    z-index: 3;
    position: relative;
}
.footer .container {
    margin-top: 0px;
    padding-top: 0px;
}

.footer .row {
    margin-top: 22px;
    margin-bottom: 22px;
}
.footer p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0px;
}
.footer .up {
    position: absolute;
    margin-top: -60px;
    margin-right: 22px;
    right: 0;
}
.footer ul {
    float:right;
}
.quote-section {
    text-align: left;
    padding: 40px 30px 40px 30px;
    background: #3C4044;
    border-top: 1px solid #e9e9e9;
    text-align: center;
    z-index: 50;
    position: relative;
}
.quote-section .container {
    padding-top: 0px;
}
.quote-section *:last-child {
    margin-bottom: 0px;
}
.quote-section p {
    color: #9BA09F;
}
.quote-section:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;

    border-top: 11px solid #fff;
    top: -1px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.quote-section .button {
    padding: 14px 18px 14px 18px !important;
    margin-left: 60px;
    font-size: 12px;
    background: #48C4B3;
    color: #fff !important;
}
.quote-section span {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 25px;
}

/*-----------------------------------------------------------------------------------*/
/*	5. Header/Navigation
/*-----------------------------------------------------------------------------------*/

.header {
    width: 100%;
    z-index: 1000;
    background: #fff;
    position: relative;
    /*box-shadow: 8px 0 5px -6px rgba(0, 0, 0, 0.06), -8px 0 5px -6px rgba(0, 0, 0, 0.06), 0 5px 5px -3px rgba(0, 0, 0, 0.06);*/
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.06);
}
.header .row {
    margin-bottom: 0px !important;
}
.navigation-container .row {
    margin-bottom: 20px;
}
.header .container, .header-bar .container {
    margin-top: 0;
    padding-top: 0;
}
.header-logo {
    height: 48px;
    position: relative;
    top: 0px;
    float: left;
    transition: all 0.4s;
    -webkit-transition: all 0.4s; /* Safari */
    z-index: 1;
}
.header-logo img {
    height: 100%;
    width: auto;
}
.nav-logo {
    padding: 0px 0px 0px 0px !important;
}
.nav-logo a {
    padding: 0px 0px 0px 0px !important;
}
.nav-logo img {
    height: 85px;
    width: auto;
    margin: 5px 0;
}
.nav-logo-center {
    display: block;
    text-align: center;
    width: 100%;
}
.header-slider {
    height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover, 50px 50px;
}
.custom-header-texture {
    background: #40434c;
    width: 100%;
    z-index: -1;
    margin: 0;
    height: 180px;
    text-align: right;
}
.custom-header-texture h1 {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
    text-shadow: 1px 1px #333;
}
.custom-header-texture p {
    color: #fff;
    opacity: 0.8;
    font-size: 16px;
    text-shadow: 1px 1px #333;
}
.custom-header-texture > .container {
    padding-top: 0px;
}
.custom-header-texture > .container .row {
    margin-bottom: 0px;
}
.custom-header-texture > .container .row .span12 *:last-child {
    margin-bottom: 0px;
}
.navigation {
    margin-top: 0;
    display: block;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.navigation-container {
    width: 100%;
    z-index: 1000;
    margin-top: 0;
    padding-top: 0;
}
.navigation li {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    margin-left: -3px;
}
.navigation li a {
    color: #50575E;
    padding: 35px 10px;
    text-align: center;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 500;
    background-image: url(assets/img/navigation_divider.png);
    background-repeat: no-repeat;
    background-position: center left;
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s; /* Safari */
    *text-transform: uppercase;
}
.navigation li:first-child a {
    background-image: none;
}
.navigation li a:hover {
    opacity: 1;
    background-image: none;
    background-color: transparent;
    color: #51BABE;
}
.navigation .dropdown:hover a {
    opacity: 1;
    background-image: none;
    background-color: transparent;
    color: #fff;
}
.navigation .dropdown i {
    position: relative;
    top: -1px;
    margin-left: 6px;
    font-size: 9px;
}
.navigation .current-menu-item a {
    color: #48C4B3;
    position: relative;
}
.navigation .current-menu-item + li a {
    background-image: none !important;
}
.sub-menu {
    text-align: left;
    position: absolute;
    width: 250px;
    top: 140px;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    background: #323538;
    transition: top 0.3s, opacity 0.3s;
    -webkit-transition: top 0.3, opacity 0.3s; /* Safari and Chrome */
    margin-left: auto;
    margin-right: auto;
    text-transform: none !important;
    font-size: 12px !important;
} 
.dropdown:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 96px;
}

.subpage-menu .sub-menu{ top: 70px; }
.subpage-menu .dropdown:hover .sub-menu{ top: 42px; }
.subpage-menu .fa.fa-angle-down, .header-navigation .fa.fa-angle-down {
    margin-left: 5px !important;
}


.dropdown < .sub-menu {
    background: #fff;
}
.navigation li {
    position: relative;
}
.sub-menu li {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.sub-menu li a {
    color: #9CA5AD !important;
    text-align: left;
    width: 100%;
    padding: 15px 20px 15px 20px;
    background-color: #323538 !important;
    font-weight: normal;
    font-size: 11.5px;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    opacity: 1;
    display: inline-block;
    border-bottom: 1px dashed #434649;
    transition: padding 0.3s;
    -webkit-transition: padding 0.3s; /* Safari and Chrome */
    text-transform: none;
}
.sub-menu li:last-child a {
    border-bottom: none;
}
.sub-menu li a:hover {
    color: #fff !important;
    padding-left: 30px;
    background: #2D3033 !important;
}
.sub-menu-arrow {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;

    border-bottom: 4px solid #323538;
    margin-top: -4px;
    top: 0;
    left: 0;
    margin-left: 50px;
}
.navigation-feature-button a {
    padding: 8px 12px 8px 12px !important;
    text-transform: none;
    letter-spacing: normal;
    font-size: 12px !important;
}

/* Header on scroll */

.stuck {
    position: fixed;
    top: 0;
}
.header-scrolled {
    background: #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s; /* Safari */
}
.header-scrolled .header-contact-bar {
    margin-top: -41px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s; /* Safari */
}
.header-scrolled .navigation {
    margin-top: 4px;
    /*margin-bottom: 4px;*/
}
.header-scrolled .row {
    margin-bottom: 0px !important;
}
.header-scrolled .navigation li a {
    padding: 15px 12px 19px 12px;
}
.header-scrolled .dropdown .sub-menu li a {
    background: #323538 !important;
}
.header-scrolled .header-logo {
    position: absolute;
    top: 25px;
}
.header-scrolled .header-logo img {
    height: 70%;
}
.header-scrolled .sub-menu .current-menu-item a {
    background: #323538 !important;
}
.header-scrolled .navigation .sub-menu li a:hover {
    background: #2D3033 !important;
}
.header-scrolled .dropdown:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 60px;
}
.header-scrolled .sub-menu li a {
    padding: 15px 20px 15px 20px;
}
.info-btn {
    background: #40434c;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    margin-left: 40px;
}
.header-contact-bar {
    background: #fff;
    border-bottom: 1px dotted #e7e7e7;
    position: relative;
    margin-top: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s; /* Safari */
}
.header-contact-bar .container {
    margin-top: 0px;
    padding-top: 0px;
}
.header-contact-bar .right {
    width: 70%;
    display: inline-block;
    float: right;
}
.header-contact-bar .left {
    width: 30%;
    display: inline-block;
    float: left;
}
.header-contact-bar .right a {
    margin-bottom: 0px;
    height: 100%;
    display: inline-block;
    font-size: 11px;
    color: #555;
    font-weight: 300;
    padding-top: 10px;
    padding-right: 12px;
    padding-left: 12px !important;
    padding-bottom: 10px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s; /* Safari */
}
.header-contact-bar .right a:first-child {
    padding-left: 0px !important;
}
.header-contact-bar .right a:last-child {
    border-right: 0px;
}
.header-contact-bar .right a:hover {
    color: #51BABE;
}
.header-contact-bar ul {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-contact-bar ul li {
    display: inline-block;
    margin-right: 10px;
}
.header-contact-bar ul li a {
    color: #ccc;
}
.header-contact-bar ul li a:hover {
    color: #333;
}

/*-----------------------------------------------------------------------------------*/
/*	6. Mega Menu
/*-----------------------------------------------------------------------------------*/

.mega-menu {
    position: static !important;
}
.mega-menu .sub-menu-arrow {
    display: none !important;
}
.mega-menu .sub-menu {
    width: 978px !important;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    top: auto !important;
    left: 0;
    right: 0;
}
.mega-menu > .sub-menu {
    padding-top: 16px;
    padding-bottom: 16px;
}
.mega-menu > .sub-menu > li {
    width: 244.5px !important;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.mega-menu > .sub-menu > li a {
    border-right: 1px dashed #434649;
    border-bottom: 0px;
    padding: 12px 12px 12px 12px !important;
    padding-left: 20px !important;
}
.mega-menu > .sub-menu > li a:hover {
    padding-left: 32px !important;
}
.mega-menu .sub-menu li > .sub-menu {
    position: relative !important;
    width: 244.5px !important;
    padding-top: 0px !important;
}
.mega-menu .sub-menu li > .sub-menu li {
    position: relative !important;
    width: 244.5px !important;
}
.mega-menu .sub-menu .menu-item-has-children > a {
    color: #fff !important;
    font-size: 12px !important;
}
.mega-menu .sub-menu .menu-item-has-children:last-child > a {
    border-right: 0px !important;
}
.mega-menu .sub-menu .menu-item-has-children > a:hover {
    padding-left: 20px !important;
    background: inherit !important;

}
.navigation .sub-menu i {
    color: #fff !important;
    margin-left: 0px !important;
    margin-right: 8px !important;
    display: inline-block;
    font-size: 12px !important;
}
.navigation .fa-angle-down {
    margin-right: 6px !important;
    margin-left: 0px !important;
}
.mega-menu-2col > .sub-menu > li {
    width: 220px !important;
}
.mega-menu-2col .sub-menu li > .sub-menu {
    width: 220px !important;
}
.mega-menu-2col .sub-menu li > .sub-menu li {
    width: 220px !important;
}
.mega-menu-2col .sub-menu {
    width: 440px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    top: auto !important;
    left: auto !important;
    right: auto !important;
}
.mega-menu-2col > .sub-menu {
    padding-bottom: 12px !important;
    padding-top: 12px;
}
.mega-menu .sub-menu .menu-item:last-child .sub-menu li a {
    border-right: 0px !important;
}


/*-----------------------------------------------------------------------------------*/
/*	6. Mobile Navigation
/*-----------------------------------------------------------------------------------*/

.mobile-logo img {
    height: 30px;
}
.mobile-nav-container {
    overflow: auto;
    width: 100%;
    display: none;
    position: relative;
    z-index: 500;
    box-shadow: 8px 0 5px -6px rgba(0, 0, 0, 0.1), -8px 0 5px -6px rgba(0, 0, 0, 0.1), 0 8px 9px -6px rgba(0, 0, 0, 0.1);
}
.mobile-nav-container .dropdown a {
    margin-right: 0px !important;
    padding-right: 0px !important;
}
.mobile-nav-container .dropdown a .fa-chevron-down {
    margin-left: 3px;
}
#mobile-nav {
    float: left;
    width: 100%;
    background: #222528;
}
.mobile-nav-bar {
    background: #fff;
    width: 100%;
    z-index: -2;
    padding: 20px 20px 20px 20px;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
#mobile-nav li a {
    padding: 15px 15px 15px 15px !important;
    display: block;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    border-bottom: 1px dashed #333;
}
#mobile-nav .sub-menu {
    padding-left: 22px;
}
#mobile-nav .sub-menu li a {
    opacity: 0.7;
}
#mobile-nav .fa-angle-down {
    float: right;
}
.btn-mobile-nav {
    border: none;
    background-color: #f5f5f5;
    color: #777 !important;
    background-size: 24px 15px;
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    padding: 8px 16px 8px 16px !important;
    font-family: "Open Sans";
    font-weight: 300;
    margin-top: -3px !important;
    cursor: pointer;
    border-radius: 2px !important;
    z-index: 10000000000;
    border-radius: 3px;
}
#mobile-nav li a:hover .sub-menu {
    display: none;
}
#mobile-nav li .sub-menu {
    display: none;
}
#mobile-nav .mega-menu .sub-menu {
    width: 100% !important;
}
#mobile-nav .mega-menu .sub-menu > li {
    float: none !important;
    width: 100% !important;
    border-right: 0px !important;
}

#mobile-nav .mega-menu .sub-menu > li sub-menu {
    width: 100% !important;
}
#mobile-nav .mega-menu .sub-menu > li {
    float: none !important;
}
#mobile-nav .mega-menu .sub-menu .menu-item-has-children > a {
    border-right: 0px !important;
    padding: 0px 0px 0px 0px !important;
    padding-left: 16px !important;
    display: none;
}
#mobile-nav .mega-menu > .sub-menu > li a {
    border-right: 1px dashed #434649 !important;
    padding: 12px 12px 12px 12px !important;
    padding-left: 16px !important;
}
#mobile-nav .sub-menu i {
    margin-right: 8px !important;
}

/*-----------------------------------------------------------------------------------*/
/*	7. Posts
/*-----------------------------------------------------------------------------------*/

.isotope {
    margin-bottom: 0px !important;
    opacity: 0;
}
.content-container > .container > .row {
    margin-bottom: 0px !important;
}
.pagination a {
    padding: 12px 16px 12px 16px;
    border: 1px solid #ddd;
    color: #333;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    display: inline-block;
    transition: all 0.2s;
    border-radius: 3px;
    -webkit-transition: all 0.2s; /* Safari */
}
.pagination a:hover {
    border: 1px solid #eee;
    color: #000;
}
.read-more {
    padding: 12px 16px 12px 16px;
    border: 1px solid #ddd;
    color: #333;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    display: inline-block;
    transition: all 0.2s;
    border-radius: 3px;
    -webkit-transition: all 0.2s; /* Safari */
}
.read-more:hover {
    border: 1px solid #eee;
    color: #000;
}
.sticky-post .entry {
    border: 1px solid #ccc;
}
.classic {
    border-bottom: 1px solid #e7e7e7;
}
.single .classic {
    border-bottom: 0px solid #e7e7e7;
    margin-bottom: 30px;
}
.entry {
    width: 100%;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    position: relative;
    margin-bottom: 0;
}
.type-portfolio .entry {
    margin-bottom: 0px;
}
.entry-blog-time {
    display: inline-block;
    padding: 0px 12px;
    border-right: 1px solid #ccc;
}
.entry-blog-time .time {
    font-weight: 600;
    font-size: 30px;
    color: #444;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}
.entry-blog-time .ago {
    font-size: 12px !important;
    display: block;
    color: #bbb;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.single-meta {
    display: inline-block;
}
.single-portfolio .post-meta {
    display: none;
}
.post-meta {
    font-size: 11px;
    color: #bbb !important;
    margin-bottom: 22px;
}
.portfolio .post-meta {
    margin-bottom: 0px;
}
.post-meta a {
    font-weight: 400;
}
.isotope-post {
    margin-bottom: 30px;
    margin-left: 30px !important;
}
.isotope-blog .isotope-post {
    padding: 22px 22px 22px 22px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;

    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.17);
    border-top: 1px solid #f1f1f1;
}
.isotope-blog .entry {
    margin-bottom: 0px;
}
.isotope-post-meta {
    font-size: 12.5px;
    color: #bbb !important;
    margin-bottom: 12px;
    display: none;
}
.classic .post-meta {

}
.post-icons {
    color: #ccc;
    font-size: 11.5px;
    padding: 10px 14px;
    margin-top: 0px;
    text-align: center;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #ddd;
}
.single-portfolio .post-icons {
    position: static;
    float: left;
    margin-bottom: 30px;
}
.post-icons:hover {
    border: 1px solid #999;
}
.post-icons .time-ago {
    color: #999;
    margin-right: 0px;
    padding-right: 12px;
    border-right: 1px solid #ccc;
}
.isotope .time-ago {
    display: none;
}
.isotope .post-icons {
    border: none;
    padding: 0px 0px;
    padding-top: 2px;
    font-size: 13px;
}
.isotope .post-icons a:last-child {
    border-left:  none;
}
.post-icons a {
    color: #666;
    transition: all 0.2s;
    -webkit-transition: all 0.2s; /* Safari */
    font-weight: 300 !important;
    margin-left: 12px;
}
.post-icons [class*="fa-"] {
    color: #ddd;
}
.post-icons .fa-eye {
    color: #bbb;
}
.post-icons a:hover, .post-icons a:hover [class*="fa-"] {
    color: #4DD2B8 !important;
}
.post-icons .voted i, .post-icons .voted span {
    color: #51BABE !important;
}
.search-results .entry {
    padding-bottom: 18px;
    border-bottom: 1px dotted #ccc;
}
.search-results .post:last-child .entry {
    border-bottom: 0px;
}
.single .entry {
    border: 0;
    padding: 0 0 0 0;
}
.entry img {
    max-width: 508px;
    height: auto;
}
.entry-video {
    height: 400px;
    overflow: hidden;
    margin-bottom: 12px;
}
.isotope .entry-video {
    height: 230px;
}
.entry .post-categories, .entry .post-categories li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style-type: none;
}
.entry .post-categories li a {
    font-size: 11px;
    color: #bbb;
}
.entry ul, .entry ol {
    margin-left: 30px; margin-bottom: 12px;
}
.entry ul li {
    list-style-type: square;
    font-size: 12px; line-height: 20px;
    color: #666;
}
.wpb_text_column ul, .wpb_text_column ol {
    margin-left: 30px !important; margin-bottom: 12px;
}
.wpb_text_column ul li {
    list-style-type: square;
    font-size: 12px; line-height: 20px;
    color: #666;
}
.wpb_text_column ol li {
    list-style-type: decimal;
    font-size: 12px; line-height: 20px;
    color: #666;
    margin-left: 30px;
}
.hentry ul li {
    list-style-type: square;
    color: #666;
    margin-left: 22px;
}
.single .type-post {
    border-bottom: 1px solid #e7e7e7;
}
.entry ol li {
    list-style-type: decimal;
    font-size: 12px; line-height: 20px;
    color: #666;
}
.entry, .entry-page {
    font-size: 12px;
    color: #888;
}
.entry p {
    margin-bottom: 12px;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.entry-team p {
    margin-bottom: 0px;
    border-top: 1px dotted #ccc;
    padding-top: 12px;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.entry p:last-child {
    margin-bottom: 0px !important;
}
.entry-footer {
    height: 30px; width: 100%;
    position: relative;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    border-top: 1px dotted #ddd;
}
.entry-footer .time {
    font-size: 11.5px;
}
.entry-footer .author {
    font-size: 11.5px;
    font-style: italic;
}
.entry-footer li {
    color: #333;
    font-size: 12px;
    margin-right: 12px;
    line-height: 40px;
    padding-top: 12px;
    display: inline-block;
}
.entry-footer li a {
    color: #555;
}
.entry-footer ul, entry-footer li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.entry-footer li, .entry-footer li a, .entry-footer li span {
    text-decoration: none;
    line-height: 25px !important;
    color: #888 !important;
}
.icon {
    width: 13px; height: 13px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 0px;
}
.like {
    background: url(assets/img/icon_like.png) no-repeat center; background-size: contain;
    margin-right: 3px;
}
.entry-meta {
    padding-top: 15px !important;
    border-top: 1px dotted #ccc;
}
.entry-meta, .entry-meta li {
    margin: 0 0 0 0 !important;
    list-style-type: none !important;
    font-size: 11.5px !important;
}
.entry-meta li {
    display: inline-block;
    height: 13px;
    color: #888 !important;
}
.meta-like, .meta-comment {
    float: right;
}
.meta-like {
    padding-right: 12px;
}
.meta-author {
    padding-left: 6px;
}
.entry-meta .faded {
    color: #ccc;
}
.post-pagi {
    font-size: 12px;
    margin-bottom: 30px;
}
.post-pagi span {
    display: block;
    float: left;
}
.post-pagi a:hover {
    color: #ccc;
}
.post-pagi a {
    display: inline-block;
    height: 38px;
    color: #e1e1e1;
    margin-right: 12px;
    text-align: center;
    font-size: 24px;
    transition: all 0.2s;
    -moz-transition: all 0.2s; /* Firefox 4 */
    -webkit-transition: all 0.2s; /* Safari and Chrome */
    -o-transition: all 0.2s; /* Opera */
}
.post-pagi a:hover {
    color: #555;
}

/* Entry hover effect */
.view {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    text-align: center;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    display:table-cell;
    vertical-align:middle;
    z-index: 1;
}
.view [class*="fa-"]:first-child {
    margin-right: 6px;
    position: relative;
    left: -30px;
}
.view [class*="fa-"]:last-child {
    margin-right: 6px;
    position: relative;
    right: -30px;
}
.view [class*="fa-"] {
    color: #fff;
    background: #4DD2B8;
    padding: 10px 10px;
    border-radius: 2px;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}
.entry-image:hover .view {
    opacity: 1;
}
.entry-image:hover .view [class*="fa-"]:last-child {
    position: relative;
    right: 0px;
}
.entry-image:hover .view [class*="fa-"]:first-child {
    position: relative;
    left: 0px;
}
.view [class*="fa-"]:hover {
    background: #111;
}

/*-----------------------------------------------------------------------------------*/
/*	8. Post Formats
/*-----------------------------------------------------------------------------------*/

/* Post Type: Image/Gallery */
.entry-image {
    width: 100%;
    background-size: cover; background-position: center; background-repeat: no-repeat;
    display:block;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
.classic .entry-image {
    margin-bottom: 22px;
}
.widget-slider .entry-image {
    margin-bottom: 0px;
}
.fancybox-inner .entry-image {
    margin-bottom: 0px;
}
.widget-slider {
    margin-bottom: 12px;
}
.entry-image img {
    width: 100%;
    position: relative;
    transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}
.entry-image-overlay {
    width: 100%; height: 100%;
    display: block;
    position: absolute; top: 0px;
    opacity: 0;
    z-index: 1;
    background-color: #222528;
    transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    border-radius: 3px;
}
.entry-image:hover .entry-image-overlay {
    opacity: 0.7;
    background-size:40px 40px, 100% 100%;
}

.flexslider .entry-image:hover img {
    transform: none;

}

/* Post Type: Link */
.entry-link {
    background: #4DD2B8;
    position: relative;
    padding: 22px 22px 22px 22px;
    margin-bottom: 22px;
}
.entry-link a {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
    border-left: 1px solid #A8DCDA;
}
.entry-link a:hover {
    color: #fff !important;
}
.entry-link .fa-external-link {
    color: #fff;
}

/* Post Type: Quote */
.entry-quote {
    background: #4DD2B8;
    position: relative;
    padding: 30px 30px 30px 0;
    margin-bottom: 22px;
}
.entry-quote p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.5px;
}
.entry-quote .large {
    font-size:28px;
}
.entry-quote blockquote {
    border-left: none;
    padding: 0px 14px 0px 14px;
    margin: 0 0 0px 20px;
}
.entry-quote .fa-quote-left, .entry-quote .fa-quote-right {
    opacity: 0.5;
}

/*-----------------------------------------------------------------------------------*/
/*	9. Comments
/*-----------------------------------------------------------------------------------*/

.avatar {
    width: 50px;
    float: left;
}
.comments {
    width: 400px;
}
.comment-meta {
    padding: 0 0 0 0;
    margin: 0;
}
.comment-meta p {
    display: inline-block;
    width: 150px;
    padding: 0 0 0 0;
    margin-bottom: 12px;
    font-size: 12px;
}
.comment-body, .comment-meta {
    margin: 0 0 0 68px;
    margin-bottom: 12px;
}
.comment-meta h4 {
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 13px;
}
.comment-reply-link {
    font-size: 12px;
    display: inline-block;
    padding-bottom: 1px;
    font-weight: 400;
    border-bottom: 1px solid #555;
    margin-top: 12px;
    text-align: right;
}
.form-allowed-tags {
    display: none;
}
.comment-form-url, .comment-form-email, .comment-form-author {
    position: relative;
}
.form-icon {
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    top: 37px;
    right: 10px;
    opacity: 0.3;
}
.url-icon {
    background: url(assets/img/icons/glyphicons_050_link.png) no-repeat center center;
    background-size: 15px 15px;
}
.email-icon {
    background: url(assets/img/icons/glyphicons_399_e-mail@2x.png) no-repeat center center;
    background-size: 15px 15px;
}
.commentlist {
    margin-left: 0px !important;
}
.commentlist .entry {
    padding: 22px 22px;
    border: 1px solid #e9e9e9;
}
.commentlist .page-numbers {
    font-size: 11px;
    padding: 6px 10px;
    margin-bottom: 22px;
    display: inline-block;
    margin-right: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.commentlist .page-numbers:hover {
    background: #fff;
    padding: 6px 10px;
    margin-bottom: 22px;
    display: inline-block;
    margin-right: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.commentlist .current {
    font-size: 11px;
    background: #fff;
    color: #333;
    padding: 6px 10px;
    margin-bottom: 22px;
    display: inline-block;
    border: 1px solid #ccc;
}
.commentlist .current:hover {
    background: #fff;
}
.commentlist .children {
    margin-left: 40px;
}
#reply-title {
    margin-bottom: 6px !important;
    font-family: "Open Sans";
    font-weight: 400;
    color: #555;
    font-size: 20px !important;
}
.logged-in-as {
    font-size: 12px !important;
}
.logged-in-as a {
    font-weight: 400;
}
.comment-notes {
    padding-bottom: 22px;
    border-bottom: 1px solid #e7e7e7;
}
.icon-nocomments {
    background: url(assets/img/icons/glyphicons_244_conversation.png) top center no-repeat;
    background-size: 25px 18px;
    height: 18px;
    width: 75px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #ccc;
    opacity: 0.7;
}
.no-comments {
    margin-bottom: 12px;
}
.commentlist .current-post-page:hover {
    background: #fff;
}
#cancel-comment-reply-link {
    background: #50575E;
    padding: 6px 6px 6px 6px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 10px;
    color: #fff;
    margin-left: 12px;
}

/*-----------------------------------------------------------------------------------*/
/*	10. Elements
/*-----------------------------------------------------------------------------------*/

#viewport{
    width: 100%; /* Defines the size of the visible part of the carousel
    Attention : if you only want to see plain items in the viewport,
    the width of the viewport should take into account of :
    - the items width
    - the right and left padding of items
    - the number of items you want to see in the viewport
    */
    overflow:hidden; /* Hides extra elements, those outside the viewport area */
    /* Fix for IE */
    position:relative;
}
#viewport ul{
    position: relative; /* Enables positionning of elements inside viewport */
    padding: 0; /* Resets default - User Agent - style */
    margin: 0;
}
#viewport li{
    width: 174px; /* Defines the size of inner element */
    height: auto;
    float: left; /* Places list items side by side*/
    list-style: none; /* Resets default - User Agent - style */

    /* Cosmetic */
    margin: 0 1px;
    padding: 10px;
    text-align:center;
}

#viewport li img {
    width: 100%;
    height: auto;
}
/* Cosmetic */
#simplePrevious, #simpleNext{
    cursor: pointer;
    font-size: 0.8em;
    text-decoration: underline;
}

/* counter */
.vc-counter {
    text-align: center;
    margin-top: 20px;
}
.vc-counter-number {
    font-size: 56px;
    text-align: center;
    color: #48C4B3;
    white-space:nowrap;
    font-weight: 300;
}
.vc-counter-prepend, .vc-counter-append {
    font-size: 56px;
    text-align: center;
    color: #50575E;
    white-space:nowrap;
    font-weight: 300;
}
.vc-counter-text {
    display: block;
    margin-top: 12px;
    font-size: 16px;
    letter-spacing: -0.4px;
    font-weight: 500;
    margin-bottom: 6px;
}
.vc-counter p {
    margin-bottom: 0;
}
.wpb_wrapper .vc-timeline:last-child .vc-timeline-line {
    display: none;
}
.vc-timeline {
    position: relative;
}
.vc-timeline-icon {
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background: #f4f4f4;
    border-radius: 500px;
    font-size: 20px;
    position: absolute;
}
.vc-timeline-line {
    height: 100%;
    margin-top: 70px;
    width: 1px;
    border-right: 1px dashed #ddd;
    margin-left: 35px;
    position: absolute;
}
.vc-timeline .vc-timeline-content {
    padding-left: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 12px;
    margin-bottom: 12px;
}
.package {
    border: 1px solid #e1e1e1;
    background: #F7F7F7;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.package:hover {
    background: #FFF;
    border: 1px solid #d1d1d1;
}
.package ul li {
    padding: 16px 22px 16px 22px;
    margin: 0 0 0 0;
    font-size: 12px;
    list-style-type: none;
    text-align: center;
    border-top: 1px solid #e7e7e7;
}
.package ul li .fa-check {
    margin-right: 10px;
    opacity: 0.5;
}
.package ul li:last-child {
    border-bottom: 1px solid #e7e7e7;
}
.wpb_row .price {
    text-align: center;
    padding-top: 40px;
}
.wpb_row .price .currency {
    font-size: 18px;
    position: relative;
    left: -6px;
    top: -20px;
    font-weight: normal;
    color: #ccc;
}
.wpb_row .price .amount {
    font-size: 52px;
    font-weight: 600;
    color: #555;
    line-height: 52px;
}
.wpb_row .price p {
    margin-bottom: 0px;
}
.package-name {
    color: #fff;
    padding: 32px 22px 32px 22px;
    text-align: center;
}
.package-name h2 {
    color: #555;
    margin-bottom: 0px;
}
.package-name span {
    padding: 2px 5px;
    background: #5ED2C6;
    font-size: 11px;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    margin-left: 12px;
}
.buy-button {
    padding: 30px 30px;
    text-align: center
}
.buy-button a {
    display: inline-block;
    padding: 14px 0px;
    background: #50575E;
    color: #fff;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 500;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.buy-button a:hover {
    background: #3C4044;
}

/* Buttons */
.button, .wpcf7-submit, #submit {
    padding: 12px 16px 12px 16px;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 5px;
    color: #fff !important;

    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    background: #51bab6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s; /* Safari */

    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 3px;
    border: 0px !important;
    box-shadow: 0 -5px 0 rgba(0, 0, 0, 0.1) inset;
}
.wpcf7-submit, #submit {
    padding: 16px 20px 16px 20px !important;
    height: auto !important;
    font-size: 10px !important;
    background: #51bab6 !important;
}
.wpb_button_a {
    font-size: 11.5px !important;
}
.wpb_button {
    padding: 16px 16px 16px 16px !important;
    display: inline-block;
    font-size: 11.5px !important;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5px;
    color: #fff !important;
    border: 0px !important;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    background: #4DD2B8 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px !important;
    transition: all 0.2s;
    -webkit-transition: all 0.2s; /* Safari */
    text-shadow: 0px 0px !important;

    text-transform: uppercase;
    letter-spacing: 3px;
}
.wpb_call_to_action .wpb_btn-mini {
    font-size: 7px !important;
}
.wpb_call_to_action .wpb_btn-small {
    font-size: 8px !important;
}
.wpb_call_to_action .wpb_btn-large {
    font-size: 12px !important;
}

.wpb_call_to_action .wpb_regularsize {
    font-size: 10px !important;
}
.round-button {
    padding: 12px 16px 12px 16px;
    border: 1px solid #ddd;
    color: #333;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    display: inline-block;
    transition: all 0.2s;
    border-radius: 3px;
    -webkit-transition: all 0.2s; /* Safari */
}
.round-button:hover {
    border: 1px solid #eee;
    color: #000;
}
.navigation .button {
    font-size: 11px;
    margin-left: 12px;
    position: relative;
    top: 1px;
    border-radius: 3px;
}
.button:hover {
    color: #fff !important;
    background: #49A7A4 !important;
}
.xsmall {
    padding: 3px 10px 3px 10px;
    font-size: 8px;
}
.small {
    padding: 8px 12px 8px 12px;
    font-size: 8px;
}
.medium {
    padding: 13px 16px 13px 16px !important;
    font-size: 10px !important;
}
.large {
    padding: 22px 30px 22px 30px;
    font-size: 12px;
}
.btn-dark {
    background: #40434c !important;
    font-size: 11px !important;
    margin-left: 22px;
}

/* Carousel */
.carousel-control-container .left {
    left: -75px;
}
.carousel-control-container .right {
    right: -75px;
}
.carousel-control {
    background-color: transparent;
    opacity: 1;
    border-radius: 0;
    border: 0;
    opacity: 0.4;
}

/* Client Logo */
.client-logo {
    width: 100%;
    height: auto;
}

.testimonial {
    background: #f5f5f5;
    padding: 22px 22px 22px 22px;
    margin-bottom: 54px;
    position: relative;
    font-size: 12px;
}
.testimonial-arrow {
    content: "";
    position: absolute;
    border-top:24px solid #f5f5f5;
    border-right:24px solid transparent;
    bottom: -24px;
    z-index: 10;

}

/*-----------------------------------------------------------------------------------*/
/*	11. Social Icons
/*-----------------------------------------------------------------------------------*/

.social {
    height: 24px;
    position: absolute;
    right: 0;
    margin-top: -34px;
    margin-right: 22px;
    z-index: 100000;
}
.social-button {
    cursor: pointer;
    display: inline-block;
    margin-left: 4px;
    margin-top: 10px;
    height: 27px;
    width: 27px;
    opacity: 0.2;
}
.social-button a {
    display: block;
    color: #fff;
}
.social-button:hover {
    opacity: 1;
}
.social-button-team {
    opacity: 1;
    cursor: pointer;
    display: inline-block;
    padding-left: 5px;
}
.social-button-team a {
    display: block;
}
.social-button-team a img {
    height: 20px !important;
    width: auto !important;
}
.social-button-team:hover {
    opacity: 1;
}
.mobile-footer {
    display: none;
    text-align: center;
    margin-top: 44px;
    opacity: 0.9;
}
.mobile-footer p {
    color: #808693;
    margin-top: 11px;
    font-size: 12px;
    width: 200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.mobile-footer ul li {
    display: inline-block;
    padding-right: 2px;
}

/*-----------------------------------------------------------------------------------*/
/*	12. Wordpress Core
/*-----------------------------------------------------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.sticky {
    color:red;
}
.gallery-caption {

}
.bypostauthor {

}
.clearboth {
    height: 0;
    clear: both;
    margin: 0;
    padding: 0;
}
.emptyspace {
    height: 22px;
    width: 100%;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

/*-----------------------------------------------------------------------------------*/
/*	13. Widgets
/*-----------------------------------------------------------------------------------*/

.widget a {
    font-weight: 400;
}

/* Footer Widgets */
.sub-footer {
    font-family: 'Oswald' !important;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}
.sub-footer > .span3 {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    margin-bottom: 30px;
}
.sub-footer .sub-footer:last-child > .span3 {
    border-right: none;
}
.sub-footer .widgettitle {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -0.2px;
    color: #464A4F;
}
.sub-footer ul li {
    padding-bottom: 0 !important;
}
.sub-footer .widget ul li {
    padding-bottom: 12px !important;
    padding-top: 12px;
    border-bottom: 1px solid #333;
    color: #666b71;
    font-family: "Open Sans";
    font-size: 11.5px;
}
.sub-footer .widget ul li:first-child {
    padding-top: 0px;
}
.sub-footer .widget ul li:last-child {
    border-bottom: none;
}
.sub-footer a {
    color: #9CA5AD !important;
}
.sub-footer a:hover {
    color: #fff !important;
}
.sub-footer p {
    color: #666b71;
}
.sub-footer .post-date {
    color: #464A4F;
    font-size: 11px;
}
.sub-footer .post-date:before {
    content: "\a";
    white-space: pre;
}
.sub-footer .tagcloud a {
    background: #222528 !important;
    padding: 6px 12px;
    margin-bottom: 4px;
    display: inline-block;
    font-size: 11px !important;

}
.sub-footer .tagcloud a:hover {
    background: #fff;
    color: #fff !important;
}
.sub-footer address {
    color: #888;
}
.sub-footer .widget_text .widgettitle {
    display: none;
}
.sub-footer .widget_text .button {
    color: #fff !important;
    background: #222;
    border: none;
    box-shadow: none;
    text-shadow: none;
}

/* Sidebar Widgets */
.widget-area > div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 50px;
    font-size: 12px;
    color: #666;
    line-height: 24px;
}
.widget-area .widgettitle {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.textwidget {
    font-size: 12px;
    color: #555;
    font-weight: 300;
}
.textwidget p {
    font-size: 12px;
}
.textwidget p a {
    color: #ccc !important;
}
.textwidget p:last-child {
    margin-bottom: 0px;
}
.widget_search #s {
    height: 40px;
    font-size: 12px;
    padding-left: 12px;
}
.widget-area .post-date {
    color: #888;
    font-size: 11px;
}
.widget-area .post-date:before {
    content:"\a";
    white-space: pre;
}

/* calendar widget */
#wp-calendar {width: 100%;}
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; color: #fff;}
#wp-calendar thead th { padding-bottom: 10px; text-align: center; color: #333;}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { font-size: 10px; color: #333; background: #f1f1f1; text-align: center; padding:3px;}
#wp-calendar tbody td:hover { background: #40434c; cursor: pointer; color: #fff}
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
#wp-calendar a {color: #fff;}
#wp-calendar a:hover {color: #fff !important;}
#wp-calendar th {color: #333 !important;}
#wp-calendar caption {color: #333 !important;}
#wp-calendar td a {color: #fff !important;}

.widget-area ul li {
    font-size: 12px;
    font-weight: normal;
    font-weight: 300;
}
.widget-area ul li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 12px;
    padding-top: 12px;
}
.widget-area ul ul li:last-child {
    border-bottom: 0px dotted #ccc;
    padding-bottom: 0;
    padding-top: 12px;
}
.widget-area .widget_recent_entries ul li {
    background: #f3f3f3;
    padding-left: 12px;
    margin-bottom: 12px;
}
.widget-area .widget_recent_entries ul li:last-child {
    background: #f3f3f3;
    padding-left: 12px;
    padding-bottom: 12px !important;
    margin-bottom: 0px;
    border-bottom: 1px dotted #ccc !important;
}
.tag-cloud a, .tagcloud a {
    background: transparent;
    font-size: 11px !important;
    padding: 5px 10px 5px 10px;
    margin-bottom: 4px;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.tagcloud a {
    background: #333;
    border: 0;
}
.tagcloud a:hover {
    background: #48C4B3 !important;
    color: #fff;
    border: 0;
}
.tag-cloud a:hover, .tagcloud a:hover {
    color: #fff !important;
    background: #333;
}
.tag-cloud {
    margin-bottom: 22px;
}
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    padding: 5px;
    font-size: 11px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tagcloud .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=80);
}
.tagcloud .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tagcloud .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff;
}

.widget_nav_menu ul li {
    margin: 0 0 0 0;
    list-style-type: none;
    font-size: 12px;
}
.widget_nav_menu ul li a {
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    box-shadow: inset -20px 0px 9px -10px #f6f6f6;
    padding-bottom: 16px;
    padding-top: 16px;
    padding-left: 16px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 0.2s;
    -webkit-transition: all 0.2s; /* Safari */
}
.widget_nav_menu ul li:last-child a {
    border-bottom: 0px;
}
.widget_nav_menu ul li a:hover {
    background: #f8f8f8;
    padding-left: 32px;
}
.widget-right {
    box-shadow: inset 20px 0px 9px -10px #f6f6f6;
    padding-top: 30px;
    padding-left: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.widget-right .widget-area {
    padding-left: 30px;
    border-left: 1px solid #f1f1f1;
}
.widget-left {
    box-shadow: inset -20px 0px 9px -10px #f6f6f6;
    padding-top: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.widget-left .widget-area {
    padding-right: 30px;
    border-right: 1px solid #f1f1f1;
}
.tweet_text {
    font-size: 12px;
    font-weight: 300;
    color: #555;;
    display: inline;
    padding-top: 6px;
}
.sub-footer .tweet_text {
    color: #666b71;
}
.tweet .button {
    display: inline;
}
.tweet_text a {
    color: #51BAB6 !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s; /* Safari */
}
.tweet_user {
    margin-bottom: 12px;
    color: #555 !important;
}
.tweet_time {
    display: block;
    font-weight: 300 !important;
}
.tweet_time a {
    font-weight: 300;
    font-size: 11px;
    color: #50555b !important;
}

/*-----------------------------------------------------------------------------------*/
/*	14. LayerSlider
/*-----------------------------------------------------------------------------------*/

.ls-nav-next {
    background: #000 url(assets/img/slider_right.png) center center !important;
    background-repeat: no-repeat !important;
    height: 65px !important;
    width: 65px !important;
    opacity: 0.3;
    margin-right: 30px;
    border-radius: 5px;
    margin-top: -30px !important;
    z-index: 2 !important;
}
.ls-bg {
    *transform: translateY(50px) !important;
}
.ls-nav-next:hover {
    opacity: 1;
}
.ls-nav-prev {
    background: #000 url(assets/img/slider_left.png) center center !important;
    background-repeat: no-repeat !important;
    height: 65px !important;
    width: 65px !important;
    opacity: 0.3;
    margin-left: 30px;
    border-radius: 5px;
    margin-top: -30px !important;
    z-index: 2 !important;
}
.ls-nav-prev:hover {
    opacity: 1;
}
.ls-wp-fullwidth-container {
    transition: all 0.1s;
    -webkit-transition: all 0.1s; /* Safari */
    height: 550px;
    background: #222 url(assets/img/preloader.gif) center center no-repeat !important;
}
.ls-loading-container {
    background-image: none !important;
}
.ls-loading-indicator {
    height: 32px !important;
    width: 32px !important;
    background: #222 url(assets/img/preloader.gif) center center no-repeat !important;
}
.layer-slider {
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s; /* Safari */
    -ms-transition: all 0.3s;

}
.ls-wp-fullwidth-helper {
    top: auto;
}
.layer-slider h1, .layer-slider h2, .layer-slider h3, .layer-slider h4, .layer-slider h5, .layer-slider h6 {
    color: #fff;
    font-family: "Open Sans";
    font-weight: 300 !important;
}
.layer-slider h1 {
    font-size: 64px;
}
.layer-slider p {
    display: inline-block;
    width: 100% !important;
    font-family: "Open Sans" !important;
    text-shadow: 1px 1px #444;
    font-weight: 300 !important;
}
.layer-slider .button, .parallax-section .button {
    background: none !important;
    font-size: 11px;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-left: 0;
    padding-right: 0;
    padding: 14px 14px;
    border: 1px solid #fff !important;
    box-shadow: none;
    text-shadow: none !important;
    box-shadow: none !important;
}
.parallax-section .button {
    font-size: 12px;
}

.layer-slider .button:hover, .parallax-section .button:hover {
    background: #fff !important;
    color: #333 !important;
    border: 1px solid #fff;
    -moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;
}
.layer-slider .slider-button {
    background: none !important;
    font-size: 11px;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-left: 0;
    padding-right: 0;
    padding: 14px 14px;
    border: 1px solid #fff !important;
    box-shadow: none;
    text-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    transition: all 0.2s;
    -webkit-transition: all 0.2s; /* Safari */
    -ms-transition: all 0.2s;
}
.layer-slider .slider-button:hover {
    background: #fff !important;
    color: #333 !important;
    border: 1px solid #fff;
    -moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;
}

/*-----------------------------------------------------------------------------------*/
/*	15. Visual Composer
/*-----------------------------------------------------------------------------------*/

.wpb_row {
    margin-bottom: 0px !important;
}
.wpb_row .entry {
    margin-bottom: 0px;
}
.wpb_call_text {
    position: relative;
    top: 15px;
}
.page .wpb_row:last-child {
    margin-bottom: 0px;
}
.wpb_row .row {
    margin-bottom: 0px;
}
.alert-demo {
    margin-bottom: 12px !important;
}
.wpb_alert p {
    color: inherit !important;
    font-size: 12px !important;
}
.wpb_alert {
    padding: 8px 8px 8px 8px !important;
}
.wpb_accordion_header a {
    padding: 15px 15px 15px 15px !important;
    border-bottom: 1px solid #e1e1e1 !important;
    background: #f7f7f7;
    font-weight: 400;
}
.ui-accordion-header-icon {
    margin-top: 8px;
}
.wpb_tabs .wpb_tab {
    padding: 22px 0px 0px 0px !important;
    background-color: transparent !important;
}
.wpb_tabs .ui-tabs-panel {
    padding-top: 30px !important;
}
.wpb_tabs .entry {
    margin-bottom: 0px;
}
.wpb_tour .wpb_tab {
    padding-left: 30px !important;
}
.ui-state-default {
    margin-bottom: 0px !important;
}
.wpb_tabs .ui-accordion-content {
    padding-left: 0px !important;
}
.wpb_tabs .ui-tabs-anchor {
    padding: 12px 20px 12px 20px !important;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    color: #fff !important;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    background-color: #50575E;
    margin-left: -1px;
    border-top: 0px solid #e7e7e7 !important;
    border-bottom: 0px solid #e7e7e7 !important;
    border-right: 0px solid #e1e1e1 !important;
    transition: all 0.2s;
    -webkit-transition: all 0.2s; /* Safari */
}
.wpb_tabs .ui-tabs-anchor:hover {
    background-color: #383B3F;
}
.wpb_tabs ul li:first-child a {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.wpb_tabs ul li:last-child a {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.wpb_tabs .ui-tabs-active .ui-tabs-anchor {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    color: #fff !important;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    background-color: #4DD2B8;
    border-top: 0px solid #4DD2B8 !important;
    border-bottom: 0px solid #4DD2B8 !important;
    border-left: none !important;
    border-right: none !important;
    position: relative;
}
.wpb_tour .ui-tabs-anchor {
    padding: 16px 16px 16px 16px !important;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    color: #666 !important;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7 !important;
    border-right: 1px solid #e7e7e7;
    background: #fff;
    box-shadow: -20px 0 9px -10px #F6f6f6 inset;

}
.wpb_tour .ui-state-default:last-child .ui-tabs-anchor {
    border-bottom: 0px !important;
}
.wpb_tour .ui-tabs-active .ui-tabs-anchor {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    position: relative;
}
.wpb_tour .ui-tabs-anchor {
    transition: all 0.2s;
    -webkit-transition: all 0.2s; /* Safari */
}
.wpb_tour .ui-tabs-anchor:hover {
    background: #f8f8f8;
    padding-left: 32px !important;
}
.wpb_call_to_action {


}
.vc_single_bar {
    background-color: #fff !important;
}
.vc_progress_bar .vc_label {
    color: #fff !important;
}
.vc_bar {

}
.vc_text_separator {
    border-bottom: 1px solid #f1f1f1 !important;
}
.wpb_tour_next_prev_nav {
    display: none;
}
.wpb_heading {
    margin-bottom: 22px;
    font-family: "Open Sans";
    font-weight: 500;
    color: #50575E;
    font-size: 18px;
    border-bottom: none;
    text-align: left;
}
.flex-direction-nav a {
    background: #333 !important;
    height: 50px !important;
    width: 50px !important;
    border-radius: 5px;
}
.flex-direction-nav .flex-next {
    margin-right: 20px !important;
    background: #000 url(assets/img/nextpost.png) center center no-repeat !important;
}
.flex-direction-nav .flex-prev {
    margin-left: 20px !important;
    background: #000 url(assets/img/prevpost.png) center center no-repeat !important;
}
.flex-control-nav li {
    margin: 0px 5px !important;
}
.flex-control-nav li a {
    height: 10px !important;
    width: 10px !important;
}
.flex-active {
    background: #5ED2C6 !important;
}
.wpb_teaser_grid .post-thumb img {
    margin-bottom: 12px;
}
.wpb_separator {
    background: #f1f1f1;
    margin-bottom: 30px !important;
    margin-top: 0px;
}
.wpb_toggle {
    padding: 15px 15px 15px 15px;
    border-top: 1px solid #ddd;
    margin-bottom: 0px !important;
}
.wpb_toggle_content {
    margin-top: 0px !important;
}
.wpb_toggle:first-child {
    border-top: 0px;
}
.vc_pie_chart_value {
    font-size: 16px !important;
}
.wpb_column {
    margin-bottom: 0px !important;
}
/*-----------------------------------------------------------------------------------*/
/*	17. Misc
/*-----------------------------------------------------------------------------------*/

/* Flexslider */
.flexslider {
    margin-bottom: 0 !important;
    padding: 0 0 0 0 !important;
    box-shadow: none !important;
    border: 0px !important;
}

.flexslider li {
    margin: 0 0 0 0 !important;
    list-style: none !important;
}
.flex-control-nav {
    display: none;
}

/* Twitter API */
.quote-section .container {
    margin-top: 0px;
}
.quote-section .span4 {
    text-align: right;
}
.quote-section .span8 {
    padding-bottom: 0px;
}
/* Category Filter */
.category-filter-container {
    width: 100%;
}
.category-filter-button {
    border: 1px solid #c1c1c1;
    font-weight: 300;
    font-size: 11px;
    padding: 12px 12px;
    color: #666;
    width: 180px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    position: relative;
}
.category-filter-button:hover {
    border: 1px solid #ccc;
    padding: 12px 12px;
    color: #333;
    width: 180px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-bottom: 1px solid #fff;
}
.category-filter, .category-selector {
    display: none;
    position: absolute;
    margin-top: 12px;
    margin-left: -13px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    z-index: 100000;
    text-align: left;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: 1px solid #fff;
    padding: 0px 0px;
    width: auto;
}
.category-filter-button:hover .category-filter, .category-filter-button:hover .category-selector {
    display: block;
}
.category-filter li, .category-selector li {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.category-filter li a, .category-selector li a {
    background: #fff;
    width: 180px;
    display: block;
    color: #40434c;
    font-size: 11.5px !important;
    padding: 12px 12px;
    text-indent: 10px;
    transition: all 0.4s;
    -moz-transition: all 0.4s; /* Firefox 4 */
    -webkit-transition: all 0.4s; /* Safari and Chrome */
    -o-transition: all 0.4s; /* Opera */
    font-weight: 300;
}
.category-filter li a:hover, .category-selector li a:hover {
    background: #f1f1f1;
}

/* Breadcrumbs */
.page-callout {
    background: #f8f8f8;
    /*border-bottom: 1px solid #e7e7e7;*/
    position: relative;
    z-index: 3;
}
.page-callout .button {
    margin-left: 30px;
}
.page-callout h2 {
    margin-bottom: 0px;
    padding-right: 30px;
    border-right: 1px solid #ddd;
}
.breadcrumbs {
    color: #888;
    font-size: 12px;
    font-family: "Open Sans";
    font-weight: 300;
}
.breadcrumbs a, .breadcrumbs li {
    /*color: #555;*/
    font-size: 12px;
    font-weight: normal;
}
.breadcrumbs a:after {
    content: "/";
    padding-left: 8px;
    padding-right: 6px;
}
.breadcrumbs ul {
    display: inline-block;
    text-align: left;
    float: none;
    margin-left: 12px;
}
.breadcrumbs ul li {
    display: inline-block !important;
    font-family: "Open Sans";
}
.page-name {
    text-align: right;
    font-weight: 600;
    font-size: 12px;
}
.main-row {
    padding-top: 30px;
    padding-bottom: 30px;
}
.row-large {
    padding-top: 90px;
    padding-bottom: 90px;
}
/* Full width section */
.full-width {
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    width: 100%;
    margin: 0 !important;
    /*margin-left: -150% !important;
    margin-right: auto !important;
    padding-left: 150% !important;
    padding-right: 150% !important;
    width: 100%;
    position: relative;
    z-index: 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    background-color: #f7f7f7;*/
}
.full-width-portfolio {
    padding-right: 0px;
    padding-left: 0px;
    border-top: 0px;
    border-bottom: 0px;
    opacity: 0;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}
.full-width-light {
    margin-top: 30px;
    margin-bottom: 60px !important;
    padding-top: 60px;
    padding-bottom: 30px;
    box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    margin-left: -50%;
    padding-left: 50%;
    padding-right: 50%;
    width: 100%;
    position: relative;
    z-index: 0;
    background: #f7f7f7;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
.row-dark {

    border-top: 0px;
    border-bottom: 0px;
}
.margin-top-30 {
    margin-bottom: 30px !important;
}
.padding-bottom-0 {
    padding-bottom: 0px !important;
}
.padding-top-0 {
    padding-top: 0px !important;
}
.margin-top-0 {
    margin-top: 0px !important;
}
.top-section {
    margin-bottom: 30px !important;
    position: relative;
    z-index: 0;
}
.top-section h1 {
    font-size: 86px;
    font-family: "Bebas", sans-serif !important;
    line-height: 70px;
    font-weight: normal;
    color: #414549;
    margin-bottom: 12px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}
.bebas {
    font-size: 76px;
    font-family: "Bebas", sans-serif !important;
    line-height: 50px;
    font-weight: normal;
    color: #414549;
    margin-bottom: 12px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}
.top-section span {
    font-family: "Bebas" !important;
}
.top-section ul li {
    display: inline;
    margin-right: 30px;
    font-style: italic;
    font-size: 18px;
}
.row-dark h1, .row-dark h2, .row-dark h3, .row-dark h4, .row-dark h5, .row-dark h6 {
    color: #fff;
    opacity: 0.8;
}
.row-dark p {
    color: #62686D;
}
.row-dark .vc_progress_bar {
    margin-bottom: 0px;
}
.row-dark .heading a {
    color: #fff;
}
.row-dark .post-icons [class*="icon"] {
    color: #444;
}
.row-dark .features-icon {
    background: #F96E5B;
    color: #fff;
}
.row-dark .features span {
    color: #fff;
}

/* Paralax section */
.parallax-section {
    margin-top: 0px;
    margin-bottom: 60px !important;
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    margin-left: -50%;
    padding-left: 50%;
    padding-right: 50%;
    width: 100%;
    position: relative;
    z-index: 0;
    background: #fff;
    background-position: center 60%;
    background-size: cover;
}
.parallax-section h1, .parallax-section h2, .parallax-section h3, .parallax-section h4, .parallax-section h5, .parallax-section h6 {
    color: #fff;
}
.parallax-section p {
    color: #fff;
    font-size: 14px;
}
.parallax-section *:last-child {
    margin-bottom: 0px;
}

/* Team Icons */
.team-icons {
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0px;
    color: #3C4044;
}
.team-icons [class*="fa-"] {
    margin-right: 8px;
    color: #4A4F54;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}
.team-icons [class*="fa-"]:hover {
    color: #5ED2C6;
}
.team-icons [class*="fa-"]:last-child {
    margin-right: 0px;
}

/* Tag Cloug */
.tag-cloud {
    width: 400px;
    display: inline-block;
}
.tag-cloud a {
    border: 0;
    background: #222;
    font-weight: 300;
    color: #fff !important;
}
.tag-cloud a:hover {
    border: 0;
    background: #51BABE;
    font-weight: 300;
    color: #fff !important;
}

/* Infinite scroll loading bar */
#infscr-loading {
    display: none !important;
}

.error-404 h1 {
    font-size: 100px;
}
.error-404 h2 {
    font-size: 30px;
    font-weight: 500;
}
.error-404 {
    text-align: center !important;
}
.isotope-preloader {
    background: url(assets/img/isotope-preloader.gif) center center no-repeat;
    height: 250px;
}
.the-icons {
    margin-left: 40px;
}
.the-icons li {
    color: #50575E;
    width: 40px;
    height: 40px;
    line-height: 40px;
    list-style-type: none !important;
    list-style: none !important;
    display: inline-block;
    margin-left: 0px !important;
}
.the-icons li i {
    font-size: 15px;
}
.rainbow-bar {
    height: 7px;
    width: 100%;
    position: relative;
    opacity: 1 !important;
}
[class*="rainbow"] {
    opacity: 0;
}
.rainbow1 {
    background: #50575E;
    width: 20%;
    height: 100%;
    display: inline-block;
    float: left;
    margin-top: -7px;
}
.rainbow4 {
    background: #177F71;
    width: 20%;
    height: 100%;
    display: inline-block;
    float: left;
    margin-top: -7px;
}
.rainbow5 {
    background: #48C4B3;
    width: 20%;
    height: 100%;
    display: inline-block;
    float: left;
    margin-top: -7px;
}
.rainbow2 {
    background: #48C4B3;
    width: 20%;
    height: 100%;
    display: inline-block;
    float: left;
    margin-top: -7px;
}
.rainbow3 {
    background: #77E2D3;
    width: 20%;
    height: 100%;
    display: inline-block;
    float: left;
    margin-top: -7px;
}


/* Contact Form 7 */
.wpcf7-validation-errors {
    border: 0px !important;
    background: none;
    border: 1px solid #E28966 !important;
    padding: 22px !important;
    font-size: 14px !important;
    color: #E28966;
    margin-left: 15px !important;
    margin-right: 15px !important;
    float: left !important;
    position: relative !important;
    width: calc(100% - 74px) !important;
    margin-top: 20px !important;
}
.wpcf7-mail-sent-ok {
    border: 0px !important;
    background: none;
    border: 1px solid #41B0A1 !important;
    padding: 22px 22px 22px 22px !important;
    font-size: 14px !important;
    color: #41B0A1;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.wpcf7-not-valid-tip1 {
    position: absolute !important;
    left: 12px !important;
    top: -3px !important;
    border: 0px !important;
    color: red;
    background: none !important;
    opacity: 0.5;
}
.flex-viewport, .flexslider {
    background: none !important;
}
.wpb_gallery {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}


/*-----------------------------------------------------------------------------------*/
/*	16. Misc
/*-----------------------------------------------------------------------------------*/

.feature
.feature h3 {
    margin-bottom: 12px;
}
.feature-icon {
    color: #51BAB6;
    font-size: 26px;
    text-align: center;
    display: block !important;
    border-radius: 2px;
}
.feature-left {
    float: left;
}
.feature-right {
    float: right;
    width: 205px;
}
.feature-right p {
    word-wrap:break-word;
}
.isotope > .wpb_column {
    width: 290px !important;
}
.page-template-template-blog-alternative-php .classic {
    border-bottom: 0px;
}
.page-template-template-blog-alternative-php .classic:nth-child(odd) {
    box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    margin-left: -50%;
    padding-left: 50%;
    padding-right: 50%;
    width: 100%;
    position: relative;
    z-index: 0;
    padding-top: 60px;
    padding-bottom: 30px;
}
.page-template-template-blog-alternative-php .classic:nth-child(even) {
    box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    margin-left: -50%;
    padding-left: 50%;
    padding-right: 50%;
    width: 100%;
    position: relative;
    z-index: 0;
    background: #f7f7f7;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding-top: 60px;
    padding-bottom: 30px;
}
.we-found {
    font-size: 12px;
}
.zt-tooltip {
    border-bottom: 1px dotted #333;
    font-weight: 400;
}
.highlight {
    font-style: normal;
    background: #51BABE;
    color: #fff;
}

.divider {
    height: 1px;
    width: 100%;
    margin-bottom: 30px;

}
.divider-minishadow {
    margin-left: auto;
    margin-right: auto;
    height: 14px;
    max-width: 419px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(assets/img/shadow-divider.png);
}
.divider-dotted {
    border-top: 2px dotted #ddd;
}
.divider-dashed {
    border-top: 2px dashed #ddd;
}
.divider-solid {
    border-top: 2px solid #ddd;
}
.divider-solidthick {
    border-top: 5px solid #f1f1f1;
}

.page-boxed {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    /*box-shadow: 8px 0 5px -6px rgba(0, 0, 0, 0.06), -8px 0 5px -6px rgba(0, 0, 0, 0.06), 0 5px 35px -3px rgba(0, 0, 0, 0.2);*/
}
.page-boxed .header {
    width: 1200px;
}
.page-boxed .full-width-portfolio {
    width: 1200px !important;
    margin-left: -111px !important;
}
.image-fullwidth img {
    width: 100% !important;
    height: auto !important;
}
.image-fullwidth {
    display: inline-block;
    left: 0;
    position: relative;
    float: left;
    overflow: hidden;
}
.image-fullwidth-overlay {
    background: rgba(81, 186, 190, 0.95);
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity = 0);
    transition: all 0.2s;
    -webkit-transition: all 0.2s; /* Safari */
    z-index: 10000000;
}
.image-fullwidth-overlay h3 {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    position: relative;
    top: 50%;
    margin-top: -4px;
}
.image-fullwidth:hover .image-fullwidth-overlay {
    opacity: 1;
    filter: alpha(opacity = 100);
}
.image-fullwidth img {
    transition: all 0.2s;
    -webkit-transition: all 0.2s; /* Safari */
}
.image-fullwidth:hover img {
    transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: rotate(1.2, 1.2); /* IE 9 */
    -webkit-transform: scale(1.2,1.2);
}
.vc_span12 {
    width: 100% !important;
}
.margin-bottom-0 {
    margin-bottom: 0px !important;
}
/* Icons Demo */
.col-md-3 {
    position:relative;min-height:1px;padding-left:20px;padding-right:20px;
    display: inline-block;
    width: 25%;
    font-weight: 400 !important;
    font-size: 12px;
}

.iconrow {margin-left:-15px; margin-right:-15px}
.row:before, .row:after{ content:" "; display:table;}
.iconrow:after {clear:both}
.iconrow:before, .row:after {content:" ";display:table;}
.iconrow:after {clear:both}
.fontawesome-icon-list {margin-top:22px}
.fontawesome-icon-list .fa-hover a {font-weight: 400; display:block; color:#2D3033; line-height:32px; height:32px; padding-left:10px; border-radius:4px}
.fontawesome-icon-list .fa-hover a .fa{width:32px; font-size:14px; display:inline-block; text-align:right; margin-right:10px}
.fontawesome-icon-list .fa-hover a:hover{background-color:#f1f1f1; text-decoration:none}
.fontawesome-icon-list .fa-hover a:hover .fa{font-size:28px; vertical-align:-6px}
.fontawesome-icon-list .fa-hover a:hover .text-muted{color:#bbe2d5}
.page-header {padding-bottom:9px; margin:40px 0 20px; border-bottom:1px solid #eee}


/*-----------------------------------------------------------------------------------*/
/*	Marketing Buttons
/*-----------------------------------------------------------------------------------*/

.marketing-button {
    background-color: #50575E;
    border: 1px solid #0b1319;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    padding: 30px 30px;
    position: relative;
    cursor: pointer;
    width: 500px;
    display: block;
    box-shadow: 0 -7px 0 rgba(0, 0, 0, 0.1) inset;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.marketing-button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0, 0.15);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.marketing-button:hover:after {
    opacity: 1;
}
.marketing-button:hover {
    color: none !important;
}
.marketing-button-highlight {
    width: 100%;
    height: 1px;
    position: absolute;
    z-index: 10000;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(left top, rgba(255,255,255,0.0), rgba(255,255,255,0.6) 35%, rgba(255,255,255,0.6) 70%, rgba(255,255,255,0));
    background: -moz-linear-gradient(left top, rgba(255,255,255,0.0), rgba(255,255,255,0.6) 35%, rgba(255,255,255,0.6) 70%, rgba(255,255,255,0));
    background: -ms-linear-gradient(left top, rgba(255,255,255,0.0), rgba(255,255,255,0.6) 35%, rgba(255,255,255,0.6) 70%, rgba(255,255,255,0));
    background: -o-linear-gradient(left top, rgba(255,255,255,0.0), rgba(255,255,255,0.6) 35%, rgba(255,255,255,0.6) 70%, rgba(255,255,255,0));
    background: linear-gradient(left top, rgba(255,255,255,0.0), rgba(255,255,255,0.6) 35%, rgba(255,255,255,0.6) 70%, rgba(255,255,255,0));
    opacity: 0.8;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.marketing-button-text {
    display: block;
    position: relative;
    z-index: 10000;
}
.marketing-button-subtext {
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    display: block;
    font-weight: 400;
    opacity: 0.6;
    z-index: 10000;
}
.marketing-button-icon {
    display: block;
    height: 100%;
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.06);
    z-index: 10000;
    text-align: center;
    font-size: 30px;
}
.marketing-button-icon i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: block;
}
.marketing-button:hover .callout-button-highlight {
    opacity: 1;
}
.date{ background: #f2f2f2; }
.date .month {
    background: #ada584;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
}
.date .day {
    font-size: 30px;
    padding: 20px 0;
}

/*.subpage-menu{
    background:#413B39;
} */

.subpage-menu li{ display: inline-block; }
.subpage-menu li a{ 
    display: block; 
    padding: 10px;
    color: #fff;
    font-size: 13px;
}
.subpage-menu li a:hover, .subpage-menu li.current-menu-item a{ color: #c6c6c6; }
.last_span{ margin-left: 0 !important; }
.page-template-template-opere-php h3{ font-size: 14px; }
/*.page-template-template-opere-php .content-container, .tax-artisti .content-container{ padding: 0; }  */
.enti-container{ 
    margin-top: -150px;
    z-index:5;
    position: relative;
    background: #fff;
    padding: 0; 
}
.overlay-slide{
    position: absolute; 
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    bottom: 175px;
    padding: 0;
}

.overlay-slide h1 {
    background: rgba(67, 65, 65, 0.75);
    float: left;
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    padding: 10px 15px;
    position: relative;
}
.brick{ 
    width: 200px; 
}
.brick-category{ width: 300px; }
.brick .brick-content, .brick-category .brick-content{
    background: #F8F8F8;
    padding: 10px;    
}
.brick .brick-content h3, .brick-category .brick-content h3{ margin: 5px 0; }
.page-template-template-opere-php h2.page-title, .tax-artisti h2.page-title{ 
    margin: 30px 0;
    /*padding: 0 30px; */
} 
.freewall-row{ 
    margin:0;
}

.wall-filter li{ 
    display: inline-block;
    margin: 0 5px 5px 0; 
}
.wall-filter li a.filter-label {
    font-weight: normal;
    font-size: 14px;
    background: #F8F8F8;
    padding: 3px 5px;
}
.add-padding{ padding: 0 30px; }
.page-template-template-opere-php h3{ 
    margin-bottom: 5px;
    font-size: 20px; 
}
.margin-bottom{ margin-bottom: 20px; }
.brick h4{ margin: 0 0 5px; }
#freewall, #freewall-category{ overflow: hidden; }
/*.breadcrumbs-row{ margin-bottom:30px; } */
.back-to-artist{ padding: 30px; }
.back-to-artist a{
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}
.category .shareaholic-share-buttons{ 
    padding: 5px 0 !important;
    margin: 0 !important;
} 
.category .shareaholic-share-buttons-container li.shareaholic-share-button{
    padding: 0 !important;
    margin-right: 5px !important;
}
.social-share{ height: 50px; }
.tags { margin: 10px 0; }
footer .textwidget{ color: #fff; }
.container-intro-ente {
    padding: 0;
    position: absolute;
    top: 250px;
    width: 100%;
    z-index: 100;
}
.container-intro-ente .logo-span{
    padding: 10px 0;
    -moz-transform: skewX(-20deg) translateX(-105%);
    -webkit-transform: skewX(-20deg) translateX(-105%);
    -o-transform: skewX(-20deg) translateX(-105%);
    -ms-transform: skewX(-20deg) translateX(-105%);
    transform: skewX(-20deg) translateX(-105%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.container-intro-ente .logo-span:before{
    content: " ";
    height: 100%;
    left: -999px;
    position: absolute;
    top: 0;
    width: 1000px;
    z-index: 1000;  
}
.container-intro-ente .logo-span img{
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.container-intro-ente .menu-span {
    background: #323538;
    margin-top: 30px;
    padding: 0 15px;
    -moz-transform: skewX(-20deg)  translateX(105%);
    -webkit-transform: skewX(-20deg)  translateX(105%);
    -o-transform: skewX(-20deg)  translateX(105%);
    -ms-transform: skewX(-20deg)  translateX(105%);
    transform: skewX(-20deg)  translateX(105%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.container-intro-ente .menu-span.came-in, .container-intro-ente .logo-span.came-in{
    -moz-transform: skewX(-20deg) translateX(0%);
    -webkit-transform: skewX(-20deg) translateX(0%);
    -o-transform: skewX(-20deg) translateX(0%);
    -ms-transform: skewX(-20deg) translateX(0%);
    transform: skewX(-20deg) translateX(0%);    
}
.container-menu-ente{ background: #424040; }
.container-intro-ente .menu-span:after{
    background: #323538;
    content: " ";
    height: 100%;
    right: -999px;
    position: absolute;
    top: 0;
    width: 1000px;
    z-index: 1000;  
}
.container-intro-ente .menu-span .subpage-menu{
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);    
}
.container-intro-ente .menu-span .subpage-menu li a{ font-weight: normal; }
.enti-container-new{ margin-top: 20px; }
.container-intro-ente.container-fixed{
    position: fixed;
    top: 0;
}
/*.page-template-template-enti-php .container-intro-ente.container-fixed .logo-span{
    -moz-transform: skewX(0);
    -webkit-transform: skewX(0);
    -o-transform: skewX(0);
    -ms-transform: skewX(0);
    transform: skewX(0);    
    width: 100%;
}
.page-template-template-enti-php .container-intro-ente.container-fixed .logo-span img{
    -moz-transform: skewX(0);
    -webkit-transform: skewX(0);
    -o-transform: skewX(0);
    -ms-transform: skewX(0);
    transform: skewX(0); 
    height: 60px;   
}
.page-template-template-enti-php .container-menu-ente.container-menu-fixed{
    position: fixed;
    z-index: 10;
    top: 80px;
    width:100%;
}  */
body.admin-bar .container-intro-ente.container-fixed{ top: 52px !important; }
.page-callout .container{ padding-bottom: 25px }
.page-callout.page-callout-padding-top .container{ 
    padding-top: 70px;
    padding-bottom: 0; 
}
.container-intro-ente.container-fixed{ top: 0 !important; }
.header-fixed{
    position: fixed;
    top: 0;
}
@media only screen and (min-width: 1800px){
    .row-fluid .span4e5 {
        width: 36.2372%;
    }
    .row-fluid .span7e5 {
        width: 60.6442%;
    }
}
@media only screen and (max-width: 1799px){
    .row-fluid .span4e5 {
        width: 33.2372%;
    }
    .row-fluid .span7e5 {
        width: 63.6442%;
    }
}
@media only screen and (max-width: 1199px){
    .row-fluid .span4e5 {
        width: 28.2372%;
    }
    .row-fluid .span7e5 {
        width: 68.6442%;
    }
}
@media only screen and (max-width: 1100px){
    .row-fluid .span4e5 {
        width: 100%;
    }
    .row-fluid .span7e5 {
        width: 100%;
    }
    .logo-span, .menu-span, .logo-span img, .container-intro-ente .menu-span .subpage-menu{ 
        -moz-transform: skewX(0) !important;
        -webkit-transform: skewX(0) !important;
        -o-transform: skewX(0) !important;
        -ms-transform: skewX(0) !important;
        transform: skewX(0) !important;    
    }
    .menu-span{ margin: 0 0 20px 0 !important; }
    .container-fixed{ top: 0 !important; }
}

.visible-xs{ 
    display: none;
    visibility: hidden;
}
.hidden-xs{ display: block; }
@media only screen and (max-width: 1100px){
    .visible-xs{ 
        display: block;
        visibility: visible;
    }
    .hidden-xs{ 
        display: none !important;
        visibility: hidden !important; 
    } 
    .logo-span{ padding: 0 !important; }
    .ente-title{
        margin: 20px 0;
        color: #fff;
        text-transform: uppercase;
        float: left;
        position: relative;
        font-size: 16px;
        line-height: 25px;
        width:75%;
    }   
    .container-intro-ente{
        position: relative !important;
        top: auto !important;
        left: auto !important;
    }
    .page-callout.page-callout-padding-top .container{ padding: 20px 0; } 
    .add-padding{ padding: 0 15px; } 
    .container-intro-ente .btn-mobile-nav{
        background: rgba(255,255,255,0.3);
        margin-top: 14px !important;
    }
    .container-intro-ente .btn-mobile-nav i{ color: #fff; }
    #enti-mobile-nav{
        background: #222528;
        float: left;
        width: 100%;
    }
    #enti-mobile-nav li a {
        border-bottom: 1px dashed #333;
        color: #fff;
        display: block;
        font-size: 12px;
        font-weight: 300;
        padding: 15px !important;
    }
    #enti-mobile-nav li a i{ float: right; }
    .logo-span:before{ 
        display: none !important;
        visibility: hidden !important;
    }
    ul li .sub-menu{
        display: block !important;
        opacity:1;
        visibility: visible;
        position: relative;
        width: 100%;
        top: 0 !important;
        padding: 0 !important;
    }
    .filter-wall{ padding: 0; }
    .filter-wall b, .filter-wall select{ width: 100%; }
    .tax-artisti .brick{ width: 100%; }
    .back-to-artist{
        padding: 7px 10px;
        background: #F8F8F8;
        text-align: left;
        margin-bottom: 20px;
        width: auto !important;
    }
    .tax-artisti .descrizione-artista{ padding: 0; }
    .tax-artisti h2.page-title{ 
        padding: 0;
        margin: 0 0 20px; 
    }
}
@media only screen and (min-width: 400px) and (max-width: 1100px){
    .container-intro-ente .btn-mobile-nav{
        background: rgba(255,255,255,0.3);
        margin-top: 14px !important;
    }   
}
.quote-section a{
    color: #fff;
    font-weight: 300;
}
.quote-section a:hover, .quote-section a:focus, .quote-section a:visited{ color: #fff; }
.ls-bottom-nav-wrapper {
    bottom: 30px;
}
.box-home-cpp .wpb_button, .box-home-cpp .wpb_button:hover, .box-home-cpp .wpb_button:focus{ background: #ff8000 !important; }
.box-home-gasc .wpb_button, .box-home-gasc .wpb_button:hover, .box-home-gasc .wpb_button:focus{ background: #b7700f !important; }
.box-home-acf .wpb_button, .box-home-acf .wpb_button:hover, .box-home-acf .wpb_button:focus{ background: #ca3668 !important; }
.box-home-spazi .wpb_button, .box-home-spazi .wpb_button:hover, .box-home-spazi .wpb_button:focus{ background: #909090 !important; }
.owl-carousel{ overflow: hidden; }
.owl-carousel .owl-item.center{ opacity: 1; }
.owl-carousel .owl-item{ opacity: 0.5; }
.overlay-home-slide {
    background: rgba(0, 0, 0, 0.75);
    bottom: -200px;
    padding: 30px;
    position: absolute;
    right: 20px;
    text-align: left;
    width: 300px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}
.overlay-home-slide span, .overlay-home-slide h3, .overlay-home-slide p{ color: #fff; }
.overlay-home-slide h3{
    font-size: 18px;
    text-transform: uppercase;
    margin: 5px 0;
}
.owl-carousel .owl-item.center .overlay-home-slide{
    opacity: 1;
    bottom: 20px;     
}
.owl-theme .owl-controls {
    margin: -23px auto 0;
    position: relative;
    width: 978px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    margin-left: 3px;
}
.owl-theme .owl-dots .owl-dot span {
    display: block;
    height: 12px;
    margin: 2px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    width: 12px;
}
@media only screen and (max-width: 767px){
    .overlay-home-slide{ 
        padding: 10px 5px;
        width: calc(100% - 10px);
        bottom: 0 !important;
        left: 0 !important;
        text-align: center;
    }
    .overlay-home-slide p{ display: none; } 
    .vc_carousel ol.vc_carousel-indicators{
        bottom: -40px;
    }   
    .home .vc_carousel{ margin-bottom: 60px; }
    .home .vc_carousel .vc_col-sm-12, .home .wpb_teaser_grid_post .vc_col-sm-12{ padding: 0; }
    .home .box-home-cpp, .home .box-home-gasc, .home .box-home-acf, .home .box-home-spazi{ margin-bottom: 30px !important; } 
    .home .box-home-cpp .wpb_content_element, .home .box-home-gasc .wpb_content_element, .home .box-home-acf .wpb_content_element, .home .box-home-spazi .wpb_content_element{ margin-bottom: 10px !important; } 
    .isotope-post {
        position: relative !important;
        width: 100%;
        top: auto !important;
        float: left !important;
    }
}
.link-sostienici a{ font-weight: bold !important; }
.bigsep.add-margin-top{ margin-top: 30px; }
.error404 h1{
    margin: 40px 0;
    line-height: 165px;    
}
.iniziative-infos{ margin-bottom: 20px; }
.iniziative-infos h3{ margin-bottom: 0; }
.form-group{ margin-bottom: 20px; }
.form-group label{ margin-bottom: 0; }
input[type="file"]{ width: 100%; }
.content-about-heading, .content-test {position:absolute; left:-35832px}
.footer-navigation-menu-links {position:absolute; left:-29679px}

.scrollable-section-popup-focused {position:absolute; left:-29382px}
.profile-content-popup-styled {position:absolute; left:-23503px}

.input_field_default {position:absolute; left:-7097px}
.link_text_bold {position:absolute; left:-13851px}
.card_border_thick {position:absolute; left:-23268px}
.footer_background_dark {position:absolute; left:-9292px}
.activity-panel-border   {position:absolute; left:-19186px}