*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:focus {
    outline: 0!important
}
.fit-vids-style {
    display: none
}
figure {
    margin: 0;
    padding: 0
}
figure img {
    width: 100%;
    height: auto
}
iframe {
    border: 0;
    max-width: 100%;
}
::selection {
    background: #fefac7;
    color: #555
}
img {
    max-width: 100%;
    height: auto
}
body {
    overflow-y: scroll
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 9999999
}
#status {
    width: 36px;
    height: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -18px 0 0 -18px
}
.spinner {
    height: 36px;
    width: 36px;
    position: relative;
    -webkit-animation: rotation .8s infinite linear;
    -moz-animation: rotation .8s infinite linear;
    -o-animation: rotation .8s infinite linear;
    animation: rotation .8s infinite linear;
    border-left: 3px solid rgba(26, 187, 156, .15);
    border-right: 3px solid rgba(26, 187, 156, .15);
    border-bottom: 3px solid rgba(26, 187, 156, .15);
    border-top: 3px solid rgba(26, 187, 156, .8);
    border-radius: 100%
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}
@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(359deg)
    }
}
@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(359deg)
    }
}
@keyframes rotation {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}
ul {
    list-style-position: inside
}
html {
    overflow-x: hidden
}
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
    background-color: #FFF;
    color: #737373;
    font-size: 14px;
    font-weight: 500
}
.container {
    padding-right: 0;
    padding-left: 0
}
body,
li,
address {
    line-height: 24px
}
input,
button,
select,
textarea {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500
}
p {
    margin: 0 0 15px
}
a:hover,
a:focus,
.textwidget a:hover {
    color: #2e2e2e;
    text-decoration: none
}
footer .textwidget a:hover {
    color: #cacaca
}
.colored {
    color: #1abb9c
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    margin-top: 0;
    color: #606060;
    margin-bottom: 10px;
    font-weight: 800
}
h1 {
    font-size: 25px;
    line-height: 40px
}
h2 {
    font-size: 22px;
    line-height: 28px
}
h3 {
    font-size: 18px;
    line-height: 22px
}
h4 {
    font-size: 14px;
    margin-bottom: 8px
}
h5 {
    font-size: 13px
}
h6 {
    font-size: 12px
}
.page-title {
    margin-bottom: 20px
}
.page-title:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.page-title h1 {
    font-size: 25px;
    margin: 0
}
h1.post-title,
h2.post-title {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 30px
}
.post-title a {
    color: #606060
}
.post-title a:hover {
    color: #1abb9c
}
.section-title-wrapper {
    text-align: center
}
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 16px
}
.section-title:before,
.section-title:after {
    display: inline-block;
    content: "";
    border-bottom: 1px solid #e1e1e1;
    position: absolute;
    width: 80px
}
.section-title:before {
    left: -100px;
    top: 10px
}
.section-title:after {
    right: -100px;
    top: 10px
}
.dark-wrapper .section-title:before,
.dark-wrapper .section-title:after {
    border-color: #d7d7d7
}
.upper {
    text-transform: uppercase
}
.inner {
    padding-top: 20px;
    padding-bottom: 4px
}
.lead {
    font-weight: 300;
    font-size: 25px;
    line-height: 30px;
    display: inline
}
.lead p:last-child {
    margin-bottom: 0
}
.light-wrapper {
    background: #fefefe
}
.dark-wrapper {
    background: #f5f5f5
}
ul {
    padding: 0 0 0 18px
}
ol {
    padding: 0 0 0 20px
}
ul.circled,
.widget_categories ul,
.post-content ul {
    padding: 0;
    list-style: none
}
ul.circled li:before,
.widget_categories ul li:before,
.post-content ul li:before {
    content: '\e800';
    margin-right: 10px;
    font-weight: normal;
    vertical-align: top;
    padding-top: 1px;
    display: inline-block;
    font-family: 'fontello-circle';
    color: #1abb9c;
    font-size: 8px
}
.lead.lite {
    line-height: 38px
}
.lead.lite a {
    color: #656565;
    padding-bottom: 5px;
    border-bottom: 1px solid #1abb9c
}
.lead.lite a:hover {
    color: #1abb9c
}
.thin {
    width: 70%;
    margin: 0 auto
}
.dropcap {
    font-weight: 800;
    display: block;
    float: left;
    font-size: 49px;
    padding: 0;
    margin: 0;
    margin: 12px 8px 0 0;
    text-transform: uppercase
}
hr {
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 2px;
    margin-bottom: 6px
}
hr.none {
    margin: 0;
    padding: 0
}
blockquote {
    border: 0;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300
}
blockquote small {
    line-height: inherit;
    color: #9f9f9f
}
.footer {
    background: #f8eaec/*rosa-chiaro*/;
}
#footer-menu .widget_nav_menu{
    width: 33%;
    float: left;
}
#text-7 .textwidget>* {
    display: block!important;
    float: none !important;
    margin: 5px 0 !important;
    max-width: 180px;
}
.widget-title {
    font-size: 14px;
    margin: 0 0 20px 0;
    font-weight: bold;
}
.footer .widget-title{
    color: #dc8c94/*rosa-scuro*/;
}
.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none
}
.footer ul{
    padding: 0;
}
.footer li{
    list-style: none;
}
.footer a{
    color: #333/*nero*/;
}
.footer input[type=text], .footer textarea{
    background-color: #fff;
    border: 0;    
}
footer button {
    color: #fff;
    background: #dc8c94/*rosa-scuro*/;
    height: 38px;
    font-size: 180%;
    border: 0;
    width: 100%;
    text-transform: uppercase;
}
.footer .widget_archive{
    max-height: 400px;
    overflow: auto;
}
.footer-menu li {
    display: inline;
    padding-left: 10px
}
.footer-menu li:before {
    display: inline-block;
    content: "|";
    padding-right: 12px
}
.footer-menu li:first-child:before {
    display: none
}
.sub-footer .container{
    padding: 20px;
    border-top: 1px solid #dc8c94/*rosa-scuro*/;
    color: #797272/*grigio-scuro*/;
}
footer .post-list {
    list-style: none;
    margin: 0;
    padding: 0
}
footer .post-list li {
    margin-top: 15px;
    padding-top: 14px;
    border-top: 1px solid #4f4f4f
}
footer .post-list li:first-child {
    margin: 0;
    padding: 0;
    border: 0
}
footer .post-list li h6 {
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    margin: 0;
    color: #cacaca
}
footer .post-list li em {
    color: #838383;
    font-size: 12px;
    font-style: normal
}
.tagcloud {
    line-height: 25px
}
.contact-info {
    margin: 0;
    padding: 0;
    list-style: none
}
.contact-info i {
    margin-right: 7px
}
.footer .contact-info i {
    color: #f0f0f0
}
.footer .widget.single .contact-info li {
    display: inline;
    margin: 0 15px
}
.footer .section-title {
    color: #e0e0e0
}
.footer .section-title:before,
.footer .section-title:after {
    border-color: #777
}
.pix {
    padding-left: 240px;
    margin-left: 240px
}
.navbar-header {
    float: none!important
}
.navbar .container {
    padding: 0
}
.navbar {
    margin: 0;
    border-radius: 0;
    border: 0;
    position: relative;
    z-index: 8000;
    min-height: inherit
}
.navbar-brand {
    padding: 35px 10px 27px;
    height: auto;
}
.navbar-header {
    padding: 0;
    border-top: 3px solid #414141;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.navbar-collapse {
    width: auto;
    padding: 0;
    border: 0;
    background: #dc8c94/*rosa-scuro*/;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn.responsive-menu {
    padding: 8px;
    margin: 0;
    display: none;
    font-size: 11px
}
.offset {
    display: block
}
.navbar.basic.default {
    width: 100%;
}
.navbar-brand img {
    max-height: 55px
}
.navbar.basic .navbar-collapse {
    max-height: inherit;
    clear: both;
}
.navbar-collapse.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
} 
#subnav{
    text-align: center;
}
#subnav a{
    display: inline-block;
    padding: 0 10px;
}
#subnav .parent{
    float: none;
    width: 100%;
    margin: auto;
}
#subnav img{
    max-width: 98%;    
}
#subnav img{
    margin-bottom: 20px;
}
#subnav .parent img{
    padding: 20px 0;
}

/** site menu **/
#menu-mobile{
    display: none;
    clear: both;
}

#menu-mobile.open{
    display: block;
}

.nav-custom ul {
    display: none;
    list-style: none;
    padding: 0;
    text-align: left;
}
.nav-custom .ul_1 {
    padding: 0 0 10px 2px;
    display: block;
}


.nav-custom .active_cat>ul {
    display: block;
    margin-top: 5px;
}

.nav-custom li {
    padding: 5px 0;
    width: 100%;
    position: relative;
}
.nav-custom .active_cat{
    padding-bottom: 0 
}
.nav-custom .li_1 {
    background: #dc8c94;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.nav-custom a {
    display: block;
    white-space: nowrap;
}
.nav-custom .li_1 a {
    color: #fff;
}

.nav-custom .li_2 {
    background: #e6aeb4;
    border-top: 1px solid #fff;
}
.nav-custom .li_2 a {
    padding-left: 10px;
}

.nav-custom .li_3 {
    background: #f8eaec;
    border-top: 1px solid #fff;
}
.nav-custom .li_3 a {
    color: #dc8c94;
    padding-left: 30px;
}

.nav-custom .after {
    background: url('https://skin.mysecretcase.com/frontend/default/vigoshop/images/frecce.png') right;
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px !important;
    background-position: right 26px;
}

.nav-custom .parent>.after {
    content: '';
    background-position: right 26px;
}

.nav-custom .parent.active_cat>.after {
    content: '';
    background-position: 60px 26px;
}

.nav-custom .icon {
    width: 38px;
    float: left;
    height: 24px;
}
.nav-custom span {
    height: 25px;
    line-height: 17px;
    padding: 5px;
    display: block;
}

.divide0 {
    width: 100%;
    height: 0
}
.divide2 {
    width: 100%;
    height: 2px
}
.divide3 {
    width: 100%;
    height: 3px
}
.divide5 {
    width: 100%;
    height: 5px
}
.divide10 {
    width: 100%;
    height: 10px
}
.divide15 {
    width: 100%;
    height: 15px
}
.divide20 {
    width: 100%;
    height: 20px
}
.divide25 {
    width: 100%;
    height: 25px
}
.divide30 {
    width: 100%;
    height: 30px
}
.divide35 {
    width: 100%;
    height: 35px
}
.divide40 {
    width: 100%;
    height: 40px
}
.divide45 {
    width: 100%;
    height: 40px
}
.divide50 {
    width: 100%;
    height: 50px
}
.divide55 {
    width: 100%;
    height: 55px
}
.divide60 {
    width: 100%;
    height: 60px
}
.divide65 {
    width: 100%;
    height: 65px
}
.divide70 {
    width: 100%;
    height: 70px
}
.divide75 {
    width: 100%;
    height: 75px
}
.divide80 {
    width: 100%;
    height: 80px
}
.divide85 {
    width: 100%;
    height: 85px
}
.rm0 {
    margin-right: 0
}
.rm1 {
    margin-right: 1px
}
.rm2 {
    margin-right: 2px
}
.rm5 {
    margin-right: 5px
}
.rm10 {
    margin-right: 10px
}
.rm15 {
    margin-right: 15px
}
.rm20 {
    margin-right: 20px
}
.rm25 {
    margin-right: 25px
}
.rm30 {
    margin-right: 30px
}
.rm40 {
    margin-right: 40px
}
.rm50 {
    margin-right: 50px
}
.lm0 {
    margin-left: 0
}
.lm1 {
    margin-left: 1px
}
.lm5 {
    margin-left: 5px
}
.lm7 {
    margin-left: 7px
}
.lm10 {
    margin-left: 10px
}
.lm15 {
    margin-left: 15px
}
.lm20 {
    margin-left: 20px
}
.lm25 {
    margin-left: 25px
}
.lm30 {
    margin-left: 25px
}
.lm40 {
    margin-left: 40px
}
.rp5 {
    padding-right: 5px
}
.rp10 {
    padding-right: 10px
}
.rp15 {
    padding-right: 15px
}
.rp20 {
    padding-right: 20px
}
.rp30 {
    padding-right: 30px
}
.rp50 {
    padding-right: 50px
}
.lp0 {
    padding-left: 0
}
.lp10 {
    padding-left: 10px
}
.lp20 {
    padding-left: 20px
}
.lp30 {
    padding-left: 30px
}
.tp0 {
    padding-top: 0!important
}
.tp3 {
    padding-top: 3px
}
.tp5 {
    padding-top: 5px
}
.tp10 {
    padding-top: 10px
}
.tp20 {
    padding-top: 20px
}
.tp30 {
    padding-top: 30px
}
.tm4 {
    margin-top: 4px
}
.tm5 {
    margin-top: 5px
}
.tm7 {
    margin-top: 7px
}
.tm10 {
    margin-top: 10px
}
.tm15 {
    margin-top: 15px
}
.tm20 {
    margin-top: 20px
}
.mbm1 {
    margin-bottom: -1px
}
.bp0 {
    padding-bottom: 0!important
}
.bp10 {
    padding-bottom: 10px!important
}
.bm0 {
    margin-bottom: 0!important
}
.bm5 {
    margin-bottom: 5px!important
}
.bm10 {
    margin-bottom: 10px!important
}
.bm15 {
    margin-bottom: 15px!important
}
.bm20 {
    margin-bottom: 20px!important
}
.bm30 {
    margin-bottom: 30px!important
}
.bm50 {
    margin-bottom: 50px!important
}
.bp50 {
    padding-bottom: 50px!important
}
.btn,
.parallax .btn-submit,
.btn-submit,
input[type="submit"],
.bonfire-slideout-content input[type="submit"] {
    color: #fff!important;
    background: #1abb9c;
    margin-bottom: 10px;
    margin-right: 4px;
    padding: 11px 20px 10px 20px;
    font-weight: 800;
    font-size: 13px;
    text-shadow: none;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    letter-spacing: 1px
}
.btn-large {
    padding: 13px 23px 13px 23px
}
.btn.btn-green {
    background: #1abb9c
}
.btn.btn-blue {
    background: #3f8dbf
}
.btn.btn-red {
    background: #e8554e
}
.btn.btn-orange {
    background: #ee7757
}
.btn.btn-purple {
    background: #9b59b6
}
.btn.btn-pink {
    background: #d487be
}
.btn.btn-gray {
    background: #95a5a6
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.parallax .btn-submit:hover,
input[type="submit"]:hover,
.bonfire-slideout-content input[type="submit"]:hover {
    background: #17a78b;
    color: #fff!important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
    background: #17a78b!important
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
    background: #387eaa!important
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
    background: #cf4c45!important
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
    background: #d96c4f!important
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active {
    background: #8a4fa2!important
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active {
    background: #bd78a9!important
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active {
    background: #859394!important
}
.color-wrapper .btn {
    background: #FFF!important;
    color: #616161!important
}
.color-wrapper .btn:hover {
    background: #e9e9e9!important
}
.share .btn {
    background: 0;
    padding: 8px 17px
}
.share .btn:hover {
    color: #FFF!important
}
.btn.share-facebook {
    color: #3d5b9b!important;
    border: 1px solid #3d5b9b!important
}
.btn.share-facebook:hover {
    background: #334c8e!important;
    border: 1px solid #334c8e!important
}
.btn.share-twitter {
    color: #5aa8cd!important;
    border: 1px solid #5aa8cd!important
}
.btn.share-twitter:hover {
    background: #499ac8!important;
    border: 1px solid #499ac8!important
}
.btn.share-googleplus {
    color: #3b3b3b!important;
    border: 1px solid #3b3b3b!important
}
.btn.share-googleplus:hover {
    background: #2e2e2e!important;
    border: 1px solid #2e2e2e!important
}
.btn.share-pinterest {
    color: #c53942!important;
    border: 1px solid #c53942!important
}
.btn.share-pinterest:hover {
    background: #bc2d32!important;
    border: 1px solid #bc2d32!important
}
input[type="submit"],
.bonfire-slideout-content input[type="submit"]:hover {
    width: auto;
    text-shadow: none
}
.social {
    padding: 0;
    margin: 0;
    font-size: 0;
    height: 28px
}
.image-caption .social {
    height: 33px
}
.social li {
    display: inline-block;
    font-family: 'fontello-social';
    margin-right: 5px
}
.footer .widget.single .social li {
    margin: 0 3px
}
.text-center .social li {
    margin: 0 2px
}
.social li a {
    display: table
}
.social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #aaa;
    background: 0;
    border: 0;
    width: 28px;
    height: 28px!important;
    line-height: 1;
    font-size: 22px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in
}
.social .icon-s-pinterest {
    border-color: #d8545d;
    color: #d8545d
}
.social .icon-s-rss {
    border-color: #faaa5e;
    color: #faaa5e
}
.social .icon-s-facebook {
    border-color: #677fb5;
    color: #677fb5
}
.social .icon-s-twitter {
    border-color: #70c2e9;
    color: #70c2e9
}
.social .icon-s-flickr {
    border-color: #ff3ba4;
    color: #ff3ba4
}
.social .icon-s-dribbble {
    border-color: #e299c2;
    color: #e299c2
}
.social .icon-s-behance {
    border-color: #42a9fb;
    color: #42a9fb
}
.social .icon-s-linkedin {
    border-color: #3daccf;
    color: #3daccf
}
.social .icon-s-vimeo {
    border-color: #42b5d4;
    color: #42b5d4
}
.social .icon-s-youtube {
    border-color: #d5615c;
    color: #d5615c
}
.social .icon-s-skype {
    border-color: #5ecbf3;
    color: #5ecbf3
}
.social .icon-s-tumblr {
    border-color: #829fb9;
    color: #829fb9
}
.social .icon-s-delicious {
    border-color: #6194dc;
    color: #6194dc
}
.social .icon-s-500px {
    border-color: #3bbbe6;
    color: #3bbbe6
}
.social .icon-s-grooveshark {
    border-color: #f88e3b;
    color: #f88e3b
}
.social .icon-s-forrst {
    border-color: #5f9864;
    color: #5f9864
}
.social .icon-s-digg {
    border-color: #507faa;
    color: #507faa
}
.social .icon-s-blogger {
    border-color: #fd893f;
    color: #fd893f
}
.social .icon-s-klout {
    border-color: #e16747;
    color: #e16747
}
.social .icon-s-dropbox {
    border-color: #6ba3c5;
    color: #6ba3c5
}
.social .icon-s-github {
    border-color: #6c93bb;
    color: #6c93bb
}
.social .icon-s-songkick {
    border-color: #ff3b60;
    color: #ff3b60
}
.social .icon-s-posterous {
    border-color: #efd57c;
    color: #efd57c
}
.social .icon-s-appnet {
    border-color: #3daad5;
    color: #3daad5
}
.social .icon-s-gplus {
    border-color: #bc7067;
    color: #bc7067
}
.social .icon-s-stumbleupon {
    border-color: #f07356;
    color: #f07356
}
.social .icon-s-lastfm {
    border-color: #cd443d;
    color: #cd443d
}
.social .icon-s-spotify {
    border-color: #9acf48;
    color: #9acf48
}
.social .icon-s-instagram {
    border-color: #b99682;
    color: #b99682
}
.social .icon-s-evernote {
    border-color: #9fdc82;
    color: #9fdc82
}
.social .icon-s-paypal {
    border-color: #5b85a8;
    color: #5b85a8
}
.social .icon-s-picasa {
    border-color: #b088c1;
    color: #b088c1
}
.social .icon-s-soundcloud {
    border-color: #ff8b45;
    color: #ff8b45
}
.social a:hover .icon-s-pinterest {
    background-color: #d8545d
}
.social a:hover .icon-s-rss {
    background-color: #faaa5e
}
.social a:hover .icon-s-facebook {
    background-color: #677fb5
}
.social a:hover .icon-s-twitter {
    background-color: #70c2e9
}
.social a:hover .icon-s-flickr {
    background-color: #ff3ba4
}
.social a:hover .icon-s-dribbble {
    background-color: #e299c2
}
.social a:hover .icon-s-behance {
    background-color: #42a9fb
}
.social a:hover .icon-s-linkedin {
    background-color: #3daccf
}
.social a:hover .icon-s-vimeo {
    background-color: #42b5d4
}
.social a:hover .icon-s-youtube {
    background-color: #d5615c
}
.social a:hover .icon-s-skype {
    background-color: #5ecbf3
}
.social a:hover .icon-s-tumblr {
    background-color: #829fb9
}
.social a:hover .icon-s-delicious {
    background-color: #6194dc
}
.social a:hover .icon-s-500px {
    background-color: #3bbbe6
}
.social a:hover .icon-s-grooveshark {
    background-color: #f88e3b
}
.social a:hover .icon-s-forrst {
    background-color: #5f9864
}
.social a:hover .icon-s-digg {
    background-color: #507faa
}
.social a:hover .icon-s-blogger {
    background-color: #fd893f
}
.social a:hover .icon-s-klout {
    background-color: #e16747
}
.social a:hover .icon-s-dropbox {
    background-color: #6ba3c5
}
.social a:hover .icon-s-github {
    background-color: #6c93bb
}
.social a:hover .icon-s-songkick {
    background-color: #ff3b60
}
.social a:hover .icon-s-posterous {
    background-color: #efd57c
}
.social a:hover .icon-s-appnet {
    background-color: #3daad5
}
.social a:hover .icon-s-gplus {
    background-color: #bc7067
}
.social a:hover .icon-s-stumbleupon {
    background-color: #f07356
}
.social a:hover .icon-s-lastfm {
    background-color: #cd443d
}
.social a:hover .icon-s-spotify {
    background-color: #9acf48
}
.social a:hover .icon-s-instagram {
    background-color: #b99682
}
.social a:hover .icon-s-evernote {
    background-color: #9fdc82
}
.social a:hover .icon-s-paypal {
    background-color: #5b85a8
}
.social a:hover .icon-s-picasa {
    background-color: #b088c1
}
.social a:hover .icon-s-soundcloud {
    background-color: #ff8b45
}
.social a:hover a:hover i {
    background-color: #FFF
}
.social a:hover i {
    color: #FFF
}
.footer .social li a:hover i {
    color: #FFF
}
.forms {
    position: relative;
    padding: 0;
    width: 100%
}
.form-container .response {
    display: none
}
.forms ol {
    margin: 0;
    padding: 0
}
.forms ol li {
    line-height: auto;
    list-style: none
}
.forms li.hidden-row {
    display: none
}
input,
textarea,
.uneditable-input {
    width: 100%
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #737373;
    border: 1px solid #e1e1e1;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in
}
textarea {
    height: 100%;
    padding: 5px 10px;
    margin-bottom: 15px;
    min-height: 150px;
    resize: vertical
}
.btn-submit {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    width: auto
}
.forms li.error input,
.forms li.error textarea {
    border: 1px solid #b54d4d
}
.forms span.error {
    display: none
}
.forms .button-row span.error {
    padding: 0;
    display: none
}
.forms .button-row p.forgot {
    padding: 6px 0 0 10px;
    overflow: hidden;
    display: inline-block
}
.forms label {
    display: block;
    float: left;
    width: 95px;
    padding-top: 7px;
    font-size: 13px;
    clear: both
}
.comment-form div label {
    position: absolute;
    top: 0;
    left: 0
}
.form-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.searchform {
    position: relative;
    display: inline-block;

}
.searchform .search{
    width: 230px;
    float: right;
}
.searchform .btn {
    position: absolute;
    top: 0;
    right: -5px;
    height: 40px!important;
    font-weight: 800!important;
    font-size: 12px!important;
    padding: 0 15px!important
}
#header-right>div p{
    color: #bdbdbd;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 90%;
    display: inline-block;
    margin-right: 10px;
    margin-top: -43px;
}

#header-right>div a{
    color: #666;
    font-size: 110%;
    padding: 0 20px;
    font-weight: bold;
}
#header-right>div a:hover{
    color: #dc8c94/*rosa-scuro*/;
}
.widget_ns_mailchimp form {
    background: 0;
    font-family: 'Raleway', sans-serif
}
.widget_ns_mailchimp form {
    position: relative;
    margin: 0 auto
}
.widget_ns_mailchimp input[type="text"] {
    background: 0;
    border: 1px solid #4f4f4f;
    height: 40px;
    color: #737373
}
footer .widget_ns_mailchimp input[type="text"] {
    color: #cacaca
}
aside .widget_ns_mailchimp input[type="text"] {
    border: 1px solid #e1e1e1
}
.widget_ns_mailchimp form input[type="text"]:focus {
    background: 0;
    border: 1px solid #636363
}
aside .widget_ns_mailchimp form input[type="text"]:focus {
    background: 0;
    border: 1px solid #c1c1c1
}
.widget_ns_mailchimp form input[type="submit"] {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #FFF;
    margin: 0;
    height: 40px;
    padding: 0 15px;
    color: #fff;
    background: #1abb9c;
    font-weight: 800;
    font-size: 12px;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    min-width: inherit;
    width: auto;
    border: 0
}
.widget_ns_mailchimp form input[type="text"] {
    display: block;
    padding: 8px 0;
    margin: 0;
    text-indent: 10px;
    width: 100%;
    min-width: 130px
}
.widget_ns_mailchimp form {
    padding: 0
}
::-webkit-input-placeholder {
    color: #737373!important
}
:-moz-placeholder {
    color: #737373!important
}
::-moz-placeholder {
    color: #737373!important
}
:-ms-input-placeholder {
    color: #737373!important
}
input:focus::-webkit-input-placeholder {
    color: transparent!important
}
input:focus:-moz-placeholder {
    color: transparent!important
}
input:focus::-moz-placeholder {
    color: transparent!important
}
input:focus:-ms-input-placeholder {
    color: transparent!important
}
.full-portfolio {
    overflow: hidden
}
.full-portfolio .items {
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none
}
.full-portfolio .items li {
    float: left;
    position: relative;
    background: 0;
    padding: 0;
    width: 16.666666667%
}
.full-portfolio .items li img {
    display: block;
    width: 100%;
    height: auto;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8
}
.full-portfolio .items:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.fix-portfolio .items {
    list-style: none
}
.fix-portfolio .items {
    margin: 0;
    *zoom: 1;
    padding: 0
}
.fix-portfolio .items:before,
.fix-portfolio .items:after {
    display: table;
    content: "";
    line-height: 0
}
.fix-portfolio .items:after {
    clear: both
}
.fix-portfolio .items li {
    float: left;
    min-height: 1px;
    position: relative
}
.fix-portfolio .items.col4,
.fix-portfolio .items.col3 {
    margin-left: -8px;
    margin-bottom: -8px
}
.fix-portfolio .items.col4 li {
    width: 316px;
    margin-left: 8px;
    margin-bottom: 8px
}
.fix-portfolio .items.col3 li {
    width: 316px;
    margin-left: 8px;
    margin-bottom: 8px
}
.fix-portfolio .items li img {
    display: block;
    width: 100%
}
.filter {
    padding: 0;
    font-size: 0;
    margin-bottom: 20px
}
.filter li {
    display: inline;
    color: #656565;
    line-height: 50px
}
.filter.text-center li {
    display: inline-block
}
.filter li a {
    color: #656565;
    padding: 13px 23px;
    border: 1px solid #dbdbdb;
    border-left: 0;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase
}
.filter li a:hover {
    color: #1abb9c
}
.filter li a.active {
    color: #1abb9c;
    background: #f5f5f5
}
.filter li:first-child a {
    border-left: 1px solid #dbdbdb
}
.item-details {
    list-style: none;
    padding: 0;
    margin: 0
}
.item-details li {
    margin-top: 9px;
    padding-top: 10px;
    border-top: 1px solid #e1e1e1
}
.item-details li:first-child {
    padding: 0;
    margin: 0;
    border: 0
}
.item-details li span {
    font-weight: 800;
    color: #616161;
    margin-right: 5px
}
.tooltip-inner {
    color: #fff;
    background-color: #1abb9c;
    padding: 5px 12px
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #1abb9c
}
.tooltip.right .tooltip-arrow {
    border-right-color: #1abb9c
}
.tooltip.left .tooltip-arrow {
    border-left-color: #1abb9c
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #1abb9c
}
figure {
    display: block;
    overflow: hidden;
    position: relative
}
.items li figure img {
    display: block;
    width: 100%
}
figure li a,
figure li a img {
    display: block;
    position: relative
}
figure img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}
figure a:hover img {
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
figure a .text-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    -MS-filter: "alpha(opacity=0)";
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    padding: 20px;
    background: #222;
    background: rgba(53, 53, 53, 0.93);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}
figure a:hover .text-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -MS-filter: "alpha(opacity=100)"
}
figure a .text-overlay:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2)
}
figure a .text-overlay .info {
    text-align: center;
    top: 50%;
    width: 100%;
    left: 0;
    position: absolute;
    margin-top: -11px;
    color: #d4d4d4;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}
.icon-overlay {
    display: block;
    overflow: hidden;
    position: relative
}
.icon-overlay img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.icon-overlay a:hover img {
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}
.icon-overlay a:hover .icn-more {
    opacity: 1;
    filter: alpha(opacity=100);
    -MS-filter: "alpha(opacity=100)"
}
.icon-overlay a:hover .icn-more:before {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}
.icon-overlay a:hover .icn-more:before {
    top: 50%!important
}
.services-1 i {
    font-size: 60px;
    color: #acacac
}
.services-1 .col-wrapper {
    border: 1px solid #e1e1e1;
    padding: 40px 20px 25px;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in
}
.services-1 .col-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 1px solid #e1e1e1;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    pointer-events: none
}
.services-1 .col-wrapper:hover,
.services-1 .col-wrapper:hover:before {
    border-color: #1abb9c
}
.services-2 {
    text-align: left
}
.services-2 .icon {
    display: table
}
.services-2 .icon {
    float: left;
    margin-right: 15px
}
.services-2 .text {
    overflow: hidden
}
.services-2 .icon i.icn {
    color: #737373;
    line-height: 1;
    font-size: 35px;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in
}
.services-3 .icon {
    display: table;
    margin: 0 auto 15px;
    position: relative
}
.services-3 .icon i.icn {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #1abb9c;
    border: 2px solid #1abb9c;
    line-height: 0;
    font-size: 45px;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in
}
.services-3 .col:hover i.icn {
    background-color: #1abb9c;
    color: #FFF
}
.services-3 .icon:before {
    content: "";
    display: inline-block;
    border-bottom: 1px solid #777;
    width: 100%;
    height: 0;
    position: absolute;
    top: 45px;
    left: -120%
}
.services-3 .icon:after {
    content: "";
    display: inline-block;
    border-bottom: 1px solid #777;
    width: 100%;
    height: 0;
    position: absolute;
    top: 45px;
    right: -120%
}
.services-3 .col:first-child .icon:before,
.services-3 .col:last-child .icon:after {
    display: none
}
.panel-group .panel {
    margin-bottom: 10px;
    background: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.panel-heading {
    padding: 0;
    background: none!important;
    border: 0!important
}
.panel-heading .panel-title {
    color: #656565;
    font-size: 13px;
    font-weight: 800;
    border: 1px solid #dbdbdb;
    text-transform: uppercase
}
.panel-title>a {
    display: block;
    color: #656565;
    padding: 13px 15px
}
.panel-title>a:hover {
    color: #1abb9c
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
    border: 0
}
.panel-default>.panel-heading+.panel-collapse {
    border: 1px solid #dbdbdb;
    border-top: 0
}
.progress-list {
    margin: 0;
    padding: 0;
    list-style: none
}
.progress-list p {
    margin-bottom: 5px
}
.progress-list li {
    margin-bottom: 20px
}
.progress-list li em {
    padding-left: 8px;
    color: #1abb9c;
    font-style: normal
}
.progress-list li em:before {
    content: "-";
    padding-right: 10px;
    display: inline-block
}
.progress.plain {
    height: 15px;
    margin-bottom: 0;
    background: 0;
    border: 1px solid #1abb9c;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.progress.plain .bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background: #1abb9c;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.owlcarousel {
    display: none
}
.carousel-th .item {
    margin: 0 10px 1px 10px
}
.carousel-th .image-caption,
.grid-blog .image-caption {
    margin-top: 20px
}
.carousel-th .post-title,
.grid-blog .post-title {
    margin: 0 0 5px 0
}
.owl-blog .post-title,
.grid-blog .post-title {
    font-size: 16px
}
.meta,
.read-more,
.more {
    font-size: 12px
}
.read-more{
    display: block;
    margin-top: 10px;
}
.meta {
    color: #9f9f9f
}
.carousel-th .meta,
.grid-blog .meta {
    margin-bottom: 5px
}
.owl-portfolio .meta {
    margin-bottom: 10px
}
.related .meta {
    border: 0;
    padding: 0;
    margin: 0
}
.meta:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.owl-blog .meta span:before,
.grid-blog .meta span:before,
.classic-blog .meta span:before,
#comments .meta span:before {
    display: inline-block;
    content: "|";
    padding: 0 7px 0 4px;
    color: #9f9f9f
}
.owl-blog .meta span:first-child:before,
.grid-blog .meta span:first-child:before,
.classic-blog .meta span:first-child:before,
#comments .meta span:first-child:before {
    display: none;
    padding: 0
}
.meta.tags a {
    color: #9f9f9f
}
.meta.tags a:hover {
    color: #1abb9c
}
.meta.tags a:before {
    content: "#";
    display: inline-block
}
.date-wrapper {
    text-align: center;
    border: 1px solid #b1b1b1;
    width: 46px;
    padding: 4px 0 7px 0;
    line-height: 1;
    font-weight: 500;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    margin-bottom: 5px;
    box-shadow: 1px 1px 0 #b1b1b1;
}
.date-wrapper .day {
    font-size: 20px;
    margin-bottom: 1px
}
.date-wrapper .month {
    font-size: 12px;
    text-transform: uppercase
}
.sidebar {
    padding-left: 0!important
}
.navigation a {
    border: 1px solid #b1b1b1;
    color: #939393;
    line-height: 1;
    font-size: 20px;
    padding: 7px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 3px
}

.navigation a:hover {
    border: 1px solid #1abb9c;
    color: #1abb9c
}
.banner-container {
    width: 100%;
    position: relative;
    padding: 0
}
.banner {
    width: 100%;
    position: relative
}
.fullwidthbanner-container {
    width: 100%!important;
    position: relative;
    padding: 0;
    max-height: 600px!important;
    overflow: hidden!important
}
.revolution {
    background: #FFF
}
.revolution ul {
    visibility: hidden;
    margin: 0;
    list-style: none
}
.tp-caption a {
    color: #1abb9c
}
.tp-caption a:hover {
    color: #2e2e2e!important
}
.tp-caption.upper {
    font-size: 20px;
    line-height: 1;
    color: #f9f9f9;
    text-transform: uppercase
}
.tp-caption.lower {
    font-size: 16px;
    color: #f9f9f9;
    line-height: 1
}
.tp-caption.white-bg {
    background: rgba(255, 255, 255, 0.9);
    color: #616161!important;
    padding: 15px 20px;
    line-height: 1
}
.tp-caption a.btn {
    color: #fff
}
.tp-leftarrow.default,
.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    top: 50%!important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(255, 255, 255, 0.7);
    color: #606060;
    line-height: 1;
    font-size: 20px;
    padding: 9px 16px;
    width: auto;
    height: auto
}
.tparrows:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center
}
.tp-leftarrow.default:before {
    content: '\e75d'
}
.tp-rightarrow.default:before {
    content: '\e75e'
}
.tparrows:hover {
    background: rgba(255, 255, 255, 0.9)
}
.tp-bullets.simplebullets.round .bullet {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(255, 255, 255, 0.4)
}
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
    background: rgba(255, 255, 255, 0.9)
}
.tp-bullets.hidebullets {
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}
.tp-loader {
    background: none!important;
    height: 36px;
    width: 36px;
    -webkit-animation: rotation .8s infinite linear;
    -moz-animation: rotation .8s infinite linear;
    -o-animation: rotation .8s infinite linear;
    animation: rotation .8s infinite linear;
    border-left: 3px solid rgba(26, 187, 156, .15);
    border-right: 3px solid rgba(26, 187, 156, .15);
    border-bottom: 3px solid rgba(26, 187, 156, .15);
    border-top: 3px solid rgba(26, 187, 156, .8);
    border-radius: 100%;
    margin: -18px -18px;
    top: 50%;
    left: 50%;
    z-index: 1000;
    position: absolute
}
.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(style/images/timer.png);
    position: absolute;
    z-index: 200;
    display: none
}
#testimonials {
    text-align: center;
    width: 80%;
    margin: 0 auto
}
#testimonials .author {
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #1abb9c;
    font-weight: 800;
    display: block
}
#testimonials div {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 32px;
    font-weight: 300;
    position: relative
}
#testimonials .tab {
    border: 0;
    margin: 0;
    display: inline
}
#testimonials .etabs {
    padding: 0;
    margin: 0;
    height: 12px
}
#testimonials .tab a {
    padding: 0;
    text-indent: -99999px;
    width: 10px;
    height: 10px;
    background: 0;
    border: 1px solid #777;
    display: inline-block
}
#testimonials .tab a.active,
#testimonials .tab a:hover {
    border: 1px solid #bebebe;
    background: 0;
    position: relative;
    z-index: 3
}
#testimonials .panel-container {
    border: 0
}
.tabs-top .etabs {
    margin: 0;
    padding: 0;
    overflow: inherit
}
.tabs-top.center .etabs {
    text-align: center
}
.tabs-top .tab {
    margin: 0;
    padding: 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: 3px
}
.tabs-top .tab a {
    padding: 10px 20px;
    display: block;
    color: #656565;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid #dbdbdb;
    text-transform: uppercase
}
.tabs-top .tab a:hover,
.tabs-top .tab.active a {
    color: #1abb9c
}
.tabs-top .tab.active a {
    background: #f5f5f5
}
.tabs-top.tab-container .panel-container {
    position: relative;
    z-index: 1;
    display: block
}
.tabs-top.tab-container .panel-container p {
    margin: 0;
    padding-bottom: 10px
}
.tabs-top.tab-container .panel-container .tab-block {
    padding-top: 10px;
    padding-bottom: 0
}
.parallax {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    color: #d9d9d9
}
.parallax a:hover {
    color: #1abb9c
}
.parallax input,
.parallax textarea {
    background: #333;
    background: rgba(255, 255, 255, 0.15);
    color: #d9d9d9;
    border: 0
}
.parallax input:focus,
.parallax textarea:focus {
    background: #222;
    background: rgba(255, 255, 255, 0.22);
    border: 0
}
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
    color: #e0e0e0
}
.parallax .section-title:before,
.parallax .section-title:after {
    border-color: #777
}
.parallax.mobile {
    background-attachment: scroll!important
}
.contact-info {
    margin: 0;
    padding: 0;
    list-style: none
}
.contact-info i {
    margin-right: 7px
}
.grid-blog .post {
    margin-bottom: 30px
}
.grid-blog .post .date {
    display: inline
}
.grid-blog:before,
.grid-blog:after {
    display: table;
    content: "";
    line-height: 0
}
.grid-blog:after {
    clear: both
}
.grid-blog .post {
    float: left;
    min-height: 1px;
    position: relative
}
.grid-blog.col3 {
    margin-left: -20px;
    margin-bottom: -20px
}
.grid-blog.col3 .post {
    width: 249px;
    margin-left: 20px;
    margin-bottom: 20px
}
.grid-blog.col2 {
    margin-left: -20px;
    margin-bottom: -20px
}
.grid-blog.col2 .post {
    width: 308px;
    margin-left: 20px;
    margin-bottom: 20px
}
.grid-blog hr {
    clear: left;
    margin-left: 20px;
    display: none;
    padding-bottom: 20px;
    margin-bottom: 60px
}

.content .grid-blog.col2 hr:nth-child(3n) {
    display: none
}
.content .grid-blog.col2 hr:nth-child(4n) {
    display: block
}
.grid-blog.col3 hr:nth-child(3n) {
    display: block
}
.classic-blog .meta {
    margin-bottom: 10px
}
.classic-blog h2.post-title {
    margin: 0
}
.classic-blog figure,
.classic-blog iframe {
    display: block;
    margin-bottom: 15px
}
.classic-blog .owl-slider-wrapper {
    padding-bottom: 15px
}
.format-chat ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.format-chat ul li strong {
    text-transform: uppercase;
    color: #616161;
    margin-right: 3px
}
.format-link .post-title a:after {
    display: inline-block;
    content: "→";
    padding-left: 10px
}
.classic-blog .meta-wrapper {
    float: left;
    margin-right: 15px
}
.classic-blog .content-wrapper {
    overflow: hidden
}
.classic-blog .date-wrapper {
    float: none;
    margin: 0;
    border-bottom: 0
}
.format-wrapper,
.like-wrapper {
    text-align: center;
    border: 1px solid #b1b1b1;
    width: 46px;
    font-size: 20px;
    padding: 4px 0 7px 0;
    line-height: 1;
    overflow: hidden
}
.format-wrapper {
    font-size: 24px;
    padding: 10px 0;
    line-height: 0
}
.like-wrapper i {
    display: block;
    font-size: 15px
}
.wp-pagenavi {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    list-style: none;
    padding: 0;
    margin: 0;3
    margin-top: 40px;
    clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    margin: 0 0 4px 4px;
    border: 1px solid #b1b1b1;
    color: #939393;
    font-weight: 800;
    text-transform: uppercase;
    padding: 9px 15px
}
.wp-pagenavi .current,
.wp-pagenavi a:hover{
    border: 1px solid #dc8c94/*rosa-scuro*/;
    color: #dc8c94/*rosa-scuro*/
}
.sidebox {
    margin-top: 50px;
    display: block
}
.sidebox h3 {
    font-size: 16px;
    margin-bottom: 15px
}
.sidebox:first-child {
    margin: 0
}
.sidebox .post-list {
    padding: 0;
    margin: 0
}
.sidebox .post-list:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.sidebox .post-list li {
    clear: both;
    margin-bottom: 15px;
    display: block;
    overflow: hidden
}
.sidebox .post-list h6 {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 500
}
.sidebox a {
    color: #737373
}
.sidebox a:hover {
    color: #1abb9c
}
.sidebox .post-list .icon-overlay {
    float: left;
    width: 70px;
    height: 70px
}
.sidebox .post-list .meta {
    margin-left: 85px;
    overflow: hidden;
    margin-bottom: 0
}
.sidebox .post-list .meta em {
    font-size: 12px;
    color: #9f9f9f;
    font-style: normal;
    font-weight: 500
}
.sidebox .post-list .meta em:before {
    display: none
}
.sidebox.widget form {
    margin: 0
}
.sidebox.widget .searchform input {
    margin: 0
}
.widget .list {
    list-style: none;
    margin: 0
}
.about-author .author-image {
    width: 120px;
    float: left;
    margin-right: 20px;
    display: block
}
.about-author .author-details {
    overflow: hidden
}
.about-author .author-details .social {
    margin: 0;
    padding: 0;
    overflow: hidden
}
#comments {
    margin: 0;
    position: relative
}
#comments ol.commentlist {
    list-style: none;
    margin: 0;
    padding: 0
}
#comments ol.commentlist li {
    padding: 30px 0 0 0;
    background: 0;
    border-top: 1px solid #e1e1e1;
    margin-top: 20px
}
#comments ol.commentlist li:first-child {
    border: 0;
    margin: 0
}
#comments .user {
    float: left;
    width: 70px;
    height: 70px;
    position: relative
}
#comments .message {
    overflow: hidden
}
#comments .arrow-box {
    margin-left: 20px;
    position: relative
}
#comments ul.children {
    margin: 0;
    overflow: inherit;
    padding: 0 0 0 55px;
    list-style: none
}
#comments ol.commentlist ul.children li {
    padding-right: 0;
    border: 0
}
#comments .info h2 {
    font-size: 18px;
    margin: 0;
    display: inline;
    margin-right: 5px
}
#comments .info {
    margin-bottom: 12px
}
#comments .info h2 a {
    color: #606060
}
#comments .info h2 a:hover {
    color: #1abb9c
}
#comments .info .meta {
    display: block;
    margin: 0
}
#comments .info .meta .date {
    display: inline
}
#comments a.reply-link {
    display: inline;
    color: #9f9f9f
}
#comments a.reply-link:hover {
    color: #1abb9c
}
.comment-form-wrapper p {
    padding-bottom: 20px
}
.pricing {
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
    display: block
}
.pricing ul {
    padding: 0
}
.pricing .btn {
    margin: 0
}
.pricing .plan {
    border: 1px solid #d7d7d7;
    background: #fff
}
.pricing .plan h3 {
    font-size: 18px;
    line-height: 45px;
    margin: 0;
    padding: 5px 0;
    color: #5c5c5c;
    border-bottom: 1px solid #d7d7d7
}
.pricing .plan h4 {
    padding: 20px 0;
    margin: 0;
    background-color: #f9f9f9;
    border-bottom: 1px solid #d7d7d7
}
.pricing .plan h4 span {
    color: #1abb9c
}
.pricing .plan h4 .amount {
    display: block;
    text-align: center
}
.pricing .plan h4 .amount {
    font-size: 45px;
    padding-bottom: 10px
}
.pricing .plan h4 .amount span {
    vertical-align: super;
    font-size: 20px;
    font-weight: 300
}
.pricing .plan ul {
    margin: 0;
    padding: 0 20px;
    list-style: none
}
.pricing .plan ul li {
    padding: 15px 0;
    border-bottom: 1px solid #d7d7d7
}
.pricing .plan h3 {
    text-transform: uppercase
}
.pricing .select {
    padding: 18px 0
}
#fancybox-thumbs ul li img {
    max-width: none
}
.info.hidden {
    display: none
}
.fancybox-wrap {
    background: #FFF!important
}
.fancybox-title,
.fancybox-error {
    font-family: 'Raleway', sans-serif!important;
    font-size: 14px!important;
    line-height: 24px!important;
    font-weight: 500!important
}
.fancybox-title h2,
.fancybox-title h3 {
    color: #616161;
    margin-bottom: 5px;
    line-height: 22px;
    font-size: 18px
}
.fancybox-skin {
    color: #616161!important
}
.fancybox-title-inside-wrap {
    padding: 20px!important
}
.fancybox-nav span {
    width: 36px!important;
    height: 36px!important;
    margin-top: -18px!important
}
.fancybox-close {
    top: 10px!important;
    right: 10px!important;
    width: 36px!important;
    height: 36px!important
}
.fancybox-close:before,
.fancybox-prev span:before,
.fancybox-next span:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0!important;
    margin-top: 6px!important;
    text-align: center;
    width: 36px!important;
    font-size: 20px!important
}
@-moz-document url-prefix() {
    .fancybox-close:before, .fancybox-prev span:before, .fancybox-next span:before {
        margin-top: 5px!important
    }
}
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background: rgba(255, 255, 255, 0.7)!important;
    color: #606060!important;
    text-align: center!important;
    -webkit-transition: all 200ms ease-in!important;
    -o-transition: all 200ms ease-in!important;
    -moz-transition: all 200ms ease-in!important;
    opacity: 0
}
.fancybox-close:hover,
.fancybox-prev span:hover,
.fancybox-next span:hover {
    background: rgba(255, 255, 255, 0.9)!important
}
.fancybox-wrap:hover .fancybox-close,
.fancybox-wrap:hover .fancybox-prev span,
.fancybox-wrap:hover .fancybox-next span {
    opacity: 1
}
.fancybox-prev span:before {
    content: '\e75d'
}
.fancybox-next span:before {
    content: '\e75e'
}
.fancybox-close:before {
    content: '\2715'
}
#fancybox-loading {
    margin-top: -18px!important;
    margin-left: -18px!important;
    opacity: 1!important
}
#fancybox-loading div {
    height: 36px!important;
    width: 36px!important;
    position: relative!important;
    -webkit-animation: rotation .8s infinite linear!important;
    -moz-animation: rotation .8s infinite linear!important;
    -o-animation: rotation .8s infinite linear!important;
    animation: rotation .8s infinite linear!important;
    border-left: 3px solid rgba(26, 187, 156, .15)!important;
    border-right: 3px solid rgba(26, 187, 156, .15)!important;
    border-bottom: 3px solid rgba(26, 187, 156, .15)!important;
    border-top: 3px solid rgba(26, 187, 156, .8)!important;
    border-radius: 100%!important
}
.fancybox-overlay {
    background: rgba(27, 27, 27, 0.94)!important
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.33)
}
.font-icons {
    list-style: none;
    margin: 0;
    padding: 0
}
.font-icons li {
    display: inline-block;
    font-size: 25px;
    margin-bottom: 10px;
    padding: 0 10px
}
.alert .close {
    line-height: 22px
}
.retina-icons-code i {
    font-size: 18px
}
.retina-icons-code tr td:first-child,
.retina-icons-code tr th:first-child {
    text-align: center
}
.retina-icons-code code {
    color: #888;
    background: 0;
    white-space: normal
}
.table-bordered {
    border: 1px solid #dedede;
    border-left: none;
    background: #fff
}
.table-bordered th,
.table-bordered td {
    border-left: 1px solid #dedede
}
.retina-icons-code td {
    vertical-align: middle!important
}
.table th,
.table td {
    border-top: 1px solid #dedede
}
.picons-list .font-icons li {
    font-size: 50px;
    margin-bottom: 40px;
    padding: 0 20px
}
.picons-list .retina-icons-code i {
    font-size: 40px;
    line-height: 1;
    margin-top: 5px;
    display: block
}
.canvas-text-trigger {
    cursor: pointer
}
.bonfire-slideout-button {
    position: fixed;
    z-index: 8009;
    color: #f7f7f7;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .35s ease;
    transition: all .35s ease;
    bottom: 20px;
    right: 20px;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
    color: #f7f7f7;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-backface-visibility: hidden;
    line-height: 1;
    font-size: 16px;
    padding: 12px
}
.bonfire-slideout-button.ebor-slideout-left {
    right: auto;
    left: 20px
}
.bonfire-slideout-button:focus {
    color: #f7f7f7
}
.bonfire-slideout-button:hover {
    color: #1abb9c;
    background: rgba(0, 0, 0, 0.7)
}
.bonfire-slideout-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    padding: 8px 15px;
    font-size: 14px;
    color: #f7f7f7;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in
}
.bonfire-slideout-close.ebor-slideout-left {
    right: auto;
    left: 20px
}
.bonfire-slideout-close:before {
    font-family: 'fontello';
    content: '\e819';
    line-height: 1
}
.bonfire-slideout-close:hover {
    color: #1abb9c
}
.bonfire-slideout img {
    max-width: 100%
}
.bonfire-slideout {
    background-color: #202020
}
.bonfire-slideout {
    position: fixed;
    overflow: auto;
    bottom: 0;
    left: -100%;
    width: 100%!important;
    height: 100%!important;
    z-index: 99999;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .8s ease, left 0s ease;
    -moz-transition: -moz-transform .8s ease, left 0s ease;
    -o-transition: -o-transform .8s ease, left 0s ease;
    -ms-transition: -ms-transform .8s ease, left 0s ease;
    transition: transform .8s ease, left 0s ease;
    -webkit-overflow-scrolling: touch
}
.bonfire-slideout-inner {
    max-width: 100%;
    max-height: 100%;
    overflow: auto
}
.bonfire-slideout-inner-inner {
    padding: 70px 0
}
.bonfire-slideout-active {
    opacity: .99!important;
    left: 0!important
}
.bonfire-slideout-active-translate {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}
.bonfire-slideout-content {
    color: #aaa
}
.bonfire-slideout-content a:hover {
    color: #aaa
}
.bonfire-slideout-content h1,
.bonfire-slideout-content h2,
.bonfire-slideout-content h3,
.bonfire-slideout-content h4,
.bonfire-slideout-content h5,
.bonfire-slideout-content h6 {
    color: #d0d0d0
}
.bonfire-slideout-content .section-title:before,
.bonfire-slideout-content .section-title:after {
    border-color: #353535
}
.bonfire-slideout-content input {
    height: 44px
}
.bonfire-slideout-content input,
.bonfire-slideout-content textarea {
    background: 0;
    font-size: 12px;
    border: 1px solid #353535;
    -webkit-border-radius: 0;
    border-radius: 0
}
.bonfire-slideout-content .btn-submit {
    color: #FFF!important;
    background: #1abb9c
}
.bonfire-slideout-content input:focus,
.bonfire-slideout-content textarea:focus {
    background: 0;
    border: 1px solid #636363
}
.bonfire-slideout-content input[type="submit"] {
    border: 0
}
.fancybody p {
    margin-bottom: 0
}
.portfolio.fix-portfolio>.container {
    padding-left: 0!important;
    padding-right: 0!important
}
img.alignleft,
img.aligncenter,
img.alignright,
img.alignnone {
    margin-bottom: 15px;
    margin-top: 15px
}
img.alignnone {
    display: block
}
img.alignleft {
    float: left;
    margin-right: 30px
}
img.alignright {
    float: right;
    margin-left: 30px
}
img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}
.wp-caption {
    margin: 40px 0;
    max-width: 100%;
    text-align: center;
    color: #999;
    padding: 0
}
.gallery-caption {
    margin: 40px 0;
    max-width: 100%;
    text-align: center;
    color: #999;
    padding: 0 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999
}
.wp-caption-text,
.gallery-caption-text {
    margin: 6px 0;
    font-style: italic;
    font-size: 95%;
    line-height: 120%
}
.aligncenter {
    text-align: center
}
.zilla-likes,
.zilla-likes.active,
.zilla-likes:hover {
    margin-bottom: 0!important;
    padding-bottom: 0!important
}
.centered {
    text-align: center
}
.no-sidebar .more-link {
    display: block;
    text-align: center
}
#testimonials .tab {
    margin: 0 2px
}
p:empty {
    display: none
}
.map img {
    max-width: none
}
footer .post-list div.overlay {
    display: none
}
table#wp-calendar {
    border: 1px solid #ccc
}
table#wp-calendar>tbody>tr>td>a {
    text-decoration: underline
}
table#wp-calendar thead>tr>th {
    width: 35px;
    height: 20px;
    text-align: center;
    border: 1px solid #ccc
}
table#wp-calendar tbody>tr>td {
    width: 35px;
    height: 20px;
    text-align: center;
    border: 1px solid #ccc
}
table#wp-calendar tfoot>tr>td>a,
tfoot>tr>td>a:link,
tfoot>tr>td>a:visited,
tfoot>tr>td>a:hover,
tfoot>tr>td>a:active {
    text-decoration: underline;
    height: 23px;
    nowhitespace: afterproperty;
    margin-left: 10px;
    padding-bottom: 3px
}
table#wp-calendar tfoot>tr>td#prev {
    width: 58px;
    height: 20px;
    text-align: left
}
table#wp-calendar tfoot>tr>td#next {
    width: 58px;
    height: 20px;
    text-align: right
}
.sidebar .widget_rss ul li:before {
    display: none
}
.widget_rss li {
    margin-bottom: 20px;
    padding-bottom: 20px
}
.widget_rss li .rsswidget,
.widget_rss li cite {
    font-weight: bold;
    display: block
}
.widget_rss li .rss-date {
    display: block;
    margin-bottom: 10px
}
.widget_rss li cite {
    margin-top: 10px
}
.map {
    height: 430px
}
.sidebox img {
    max-width: 100%;
    height: auto
}
select {
    max-width: 100%
}
footer .ebor_popular div.icon-overlay {
    display: none
}
.whoopsie-daisy-wrapper {
    text-align: center;
    padding: 100px 0
}
.whoopsie-daisy {
    font-size: 80px;
    letter-spacing: 13px;
    margin-bottom: 35px;
    text-indent: 14px
}
.whoopsie-daisy small {
    display: block;
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: normal;
    text-indent: 0
}
.widget img,
.post-feed-alt-image img {
    max-width: 100%;
    height: auto;
    width: auto
}
.widget_ns_mailchimp label {
    display: none!important
}
.post-content ul {
    margin-bottom: 30px
}
.navbar.basic.default,
.navbar.basic.default .navbar-header {
    min-height: 138px
}
.aq-block-aq_column_block [class*="col-sm-"] {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}
.etabs li:before,
.pricing li:before,
.progress-list li:before,
.font-icons li:before,
.social li:before,
.filter li:before,
.items li:before,
.post-list li:before {
    display: none!important
}
.thin .thin {
    width: 100%
}
.post-content>.aq-block-aq_portfolio_block.col-sm-12 {
    padding: 0!important;
    float: none!important;
    margin-top: -20px
}
.aq-block.aq-block-aq_image_block {
    text-align: center!important
}
.post-content>.aq-block-aq_revslider_block.col-sm-12,
.post-content>.aq-block-aq_map_block.col-sm-12 {
    padding: 0!important;
    float: none
}
.post-content>.aq-block-aq_section_title_block.col-sm-12 {
    float: none;
    padding-top: 70px;
    padding-bottom: 15px
}
.nav.navbar-nav>li:last-of-type>ul {
    left: auto;
    right: 0
}
.hentry ul ul {
    margin-left: 30px
}
.hentry ol ol {
    margin-left: 17px
}
.ebor-icon-link p,
.ebor-icon-link:hover p {
    color: #737373
}
#sub-header.sub-footer {
    background: #2d2d2d;
    padding: 10px 0 11px
}
.navbar.fixed #sub-header {
    display: none
}
#sub-header .pull-left {
    position: relative;
    top: 2px
}
#sub-header .pull-left i {
    position: relative;
    top: 2px;
    margin-right: 3px
}
#sub-header .pull-left i:nth-of-type(2) {
    margin-left: 25px
}
#sub-header.sub-footer.social-line .container:after {
    content: '';
    display: block;
    background: #e1e1e1;
    height: 1px;
    position: relative;
    top: 11px
}
#sub-header.sub-footer.social-line .pull-left a,
#sub-header.sub-footer.social-light .pull-left a {
    color: #737373
}
div.wpcf7 {
    margin-top: 35px
}
.thin div.wpcf7 {
    margin-top: 0
}
div.wpcf7 .wpcf7-not-valid {
    border: 1px solid #b54d4d
}
span.wpcf7-not-valid-tip {
    display: none!important
}
div.wpcf7-validation-errors {
    margin: 0;
    padding: 10px;
    background-color: #fcf8e3;
    color: #c09853;
    border: 1px solid #faebcc;
    border-radius: 3px
}
div.wpcf7-mail-sent-ok {
    margin: 0;
    padding: 10px;
    border: 1px solid #d6e9c6;
    background-color: #dff0d8;
    color: #468847;
    border-radius: 3px
}
div.wpcf7 input[type="submit"] {
    margin-bottom: 0
}
.widget_ns_mailchimp form label {
    font-weight: 400
}
div.wpcf7 textarea {
    height: 110px
}
.aq-block-aq_image_block img {
    width: auto;
    height: auto;
    max-width: 100%
}
.owl-prev.disabled,
.owl-next.disabled {
    display: none
}
#text-3, #text-4{
    margin-top: 0;
}
.cat-desc{
    clear: both;
}
@media(min-width:1200px) {
    .searchform .search{
        width: 360px;
    }
    .fix-portfolio .items.col4, .fix-portfolio .items.col3 {
        margin-left: -10px;
        margin-bottom: -10px
    }
    .fix-portfolio .items.col4 li {
        width: 285px;
        margin-left: 10px;
        margin-bottom: 10px
    }
    .fix-portfolio .items.col3 li {
        width: 382px;
        margin-left: 10px;
        margin-bottom: 10px
    }

    .grid-blog.col3 .post {
        width: 308px;
    }

    .grid-blog.col2 {
        margin-left: -30px;
        margin-bottom: -30px
    }
    .grid-blog.col2 .post {
        width: 370px;
        margin-left: 30px;
        margin-bottom: 30px
    }
    .grid-blog.col2 hr {
        margin-left: 30px
    }
    .sidebar {
        padding-left: 0!important
    }
    /*.owl-carousel .owl-controls {
        display: block!important
        }*/
    }

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .navbar.basic.fixed .navbar-brand img {
            width: auto
        }        
        #subnav a{
            width: 33%;
        }
        #nav-custom{
            font-size: 13px;
        }
    }
    @media(min-width:993px) {
        .navbar .dropdown-submenu>a:after {
            display: none
        }
        .navbar .dropdown-submenu>.dropdown-menu {
            margin-top: 0
        }
        .dropdown-submenu {
            position: relative
        }
        .dropdown-submenu>.dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -6px;
            margin-left: -1px;
            border-left: 1px solid rgba(0, 0, 0, 0.2)!important
        }
        .dropdown-submenu:hover>.dropdown-menu {
            display: block
        }
        .dropdown-submenu>a:after {
            display: block;
            content: " ";
            float: right;
            width: 0;
            height: 0;
            margin-top: 5px;
            margin-right: -10px
        }
        .dropdown-submenu.pull-left {
            float: none
        }
        .dropdown-submenu.pull-left>.dropdown-menu {
            left: -100%;
            margin-left: 10px
        }
        .open>.dropdown-menu,
        .open>.dropdown-menu>.dropdown-submenu>.dropdown-menu {
            animation-name: slidenavAnimation;
            animation-duration: .3s;
            animation-iteration-count: 1;
            animation-timing-function: ease;
            animation-fill-mode: forwards;
            -webkit-animation-name: slidenavAnimation;
            -webkit-animation-duration: .3s;
            -webkit-animation-iteration-count: 1;
            -webkit-animation-timing-function: ease;
            -webkit-animation-fill-mode: forwards;
            -moz-animation-name: slidenavAnimation;
            -moz-animation-duration: .3s;
            -moz-animation-iteration-count: 1;
            -moz-animation-timing-function: ease;
            -moz-animation-fill-mode: forwards
        }
        @keyframes slidenavAnimation {
            from {
                opacity: 0
            }
            to {
                opacity: 1
            }
        }
        @-webkit-keyframes slidenavAnimation {
            from {
                opacity: 0
            }
            to {
                opacity: 1
            }
        }
    }

    @media(min-width:768px) {
        /** menù desktop**/        
        #menu-mobile {
            display: none !important;
        }
        .navbar-nav {
            margin: 0;
            display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;      /* TWEENER - IE 10 */
            display: -webkit-flex;     /* NEW - Chrome */
            display: flex; 
            float: none;
        }
        .navbar-nav>li {
            margin: auto;
        }
        .navbar-nav>li>a {
            font-size: 12px;
            font-weight: 800;
            text-transform: uppercase;
            color: #ffffff;
            padding: 10px 5px
        }
        .navbar-nav>li>a.after{
            display: none;
        }
        .navbar .nav .open>a,
        .nav>li>a:hover {
            background: #fff;
            color: #dc8c94/*rosa-scuro*/;
        }
        .nav>li.current>a {
            background: 0;
            color: #1abb9c
        }
        .navbar .dropdown-menu {
            padding: 10px;
            margin: 0;
            min-width: 190px;
            background: #fff;
            border: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            width: 550px;
        }
        .navbar .dropdown-menu li {
            background: transparent;
            border: 0;
            float: left;
            width: 50%;
        }
        .navbar .dropdown-menu li:first-child {
            border: 0
        }
        .navbar .dropdown-menu li a {
            margin: 5px 10px;
            padding: 5px;
            line-height: 1;
            color: #dc8c94/*rosa-scuro*/ !important;
            background: transparent !important;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 800;
        }
        .navbar .nav>li>.dropdown-menu:after {
            display: none
        }
        .navbar .nav>li>.dropdown-menu:before {
            display: none
        }

        /** SITE MENU **/
        .nav-custom li{
            background: none !important;
        }
        .nav-custom span{
            color: #dc8284;
        }
        .nav-custom .li_1,
        .nav-custom .li_3 {
            border-bottom: 1px solid #f8eaec;
        }
        .nav-custom .li_2 {
            border-top: 1px solid #f8eaec;
        }

        .nav-custom .li_1 span{
            padding-left: 0;
        }

        .nav-custom .after{
            background: none;            
        }

        .nav-custom .after::after{
            content: '>';
            font-size: 24px;
            display: block;
            position: absolute;
            right: -10px;
            top: -2px;
            width: 30px;
            height: 30px !important;
            text-align: center;
            vertical-align: middle;
            color: #dc8284;
        }
        .nav-custom .active_cat>.after::after{
            content: '-';
            font-size: 30px;
        }


    }
    @media(min-width:768px) and (max-width:991px) {
        .container {
            width: 97%;
        }
        #header-right>div>p{
            position: absolute;
            left: 18px;
            top: 67px;
            margin-top: 0;
        }
        .navbar-header>.basic-wrapper{
            height: 100px
        }

        .navbar-nav>li>a{
            font-size: 10px;
            font-size: 1.3vw;
            letter-spacing: -1px;
        }

        .tabs-top .etabs {
            margin-bottom: -8px
        }
        .tabs-top .tab {
            margin-bottom: 8px
        }
        .classic-blog .post {
            margin-bottom: 30px
        }
        [class*="col-md-"] {
            margin-bottom: 30px
        }
        [class*="col-md-"].lp30 {
            padding-left: 15px
        }
        #testimonials,
        .thin {
            width: 100%
        }
        .services-3 .icon:before {
            width: 50%;
            left: -70%
        }
        .services-3 .icon:after {
            width: 50%;
            right: -70%
        }
        .fix-portfolio .items.col4,
        .fix-portfolio .items.col3 {
            margin-left: -9px;
            margin-bottom: -9px
        }
        .fix-portfolio .items.col4 li,
        fix-portfolio .items.col3 li {
            width: 234px;
            margin-left: 9px;
            margin-bottom: 9px
        }
        .grid-blog.col3 {
            margin-left: -20px;
            margin-bottom: -20px
        }
        .grid-blog.col3 .post {
            width: 260px;
            margin-left: 20px;
            margin-bottom: 20px
        }
        .grid-blog.col3 hr {
            margin-left: 20px
        }
        .grid-blog.col2 {
            margin-left: 0
        }
        .grid-blog.col2 .post {
            width: 100%;
            margin-left: 0
        }
        .grid-blog.col2 hr {
            margin-left: 0
        }
        .grid-blog.col3 hr:nth-child(3n) {
            display: none
        }
        .grid-blog.col3 hr:nth-child(4n) {
            display: block
        }
        .grid-blog.col2 hr {
            display: block
        }
        .aq-block-aq_icon_column_block {
            width: 50%!important;
            margin-bottom: 30px
        }
        .aq-block-aq_icon_multiple_block,
        .aq-block-aq_image_block {
            width: 100%!important;
            margin-bottom: 30px
        }    

        #footer-menu .widget_nav_menu{
            width: 50%;
            min-height: 200px;
        }
        #footer-menu .widget_nav_menu:nth-child(3){
            clear: both;
        }
        .footer .textwidget a{
            display: block;
        }
        #archives-5{
            display: none;
        }
    }
    @media(max-width:767px) {
        .btn.responsive-menu {
            display: block
        }
        .sidebar #nav-custom{
            display: none;
        }
        .navbar.basic .btn.responsive-menu {
            margin: 31px 10px;
        }
        .navbar-header {
            float: left;
            width: 100%
        }
        .navbar-header:after {
            content: '';
            display: block;
            height: 0;
            clear: both;
            visibility: hidden
        }
        .navbar.basic.default,
        .navbar.basic.fixed {
            position: relative
        }
        
        #header-right{
            clear: both;
            width: 100%;
        }
        .searchform .search{
            width: 100%;
        }
        .offset {
            display: none
        }
        .navbar.basic .container {
            width: 100%;
            padding: 0
        }

        .navbar.basic .basic-wrapper {
            width: 720px;
            margin: 0 auto;
            display: block
        }

        .social{
            display: none;
        }
        .navbar.basic .navbar-brand{
            max-width: 80%;
        }
        .navbar.basic.default .navbar-brand img,
        .navbar.basic.fixed .navbar-brand img {
            height: auto
        }
        .fix-portfolio .items.col3 li {
            width: 355px;
            margin-left: 8px;
            margin-bottom: 8px
        }
        #sub-header {
            display: none
        }
        .searchform{
            display: block;
        }
        .navbar .container, .container {
            padding-right: 20px;
            padding-left: 20px
        }
        [class*="col-"] {
            margin-bottom: 30px
        }

        .navbar.basic .basic-wrapper {
            width: 100%;
            padding-left: 20px;
            padding-right: 20px;
            margin: 0 auto;
            display: block
        }

        .services-3 .col .icon:before,
        .services-3 .col .icon:after {
            display: none
        }
        .bonfire-slideout-button {
            display: none
        }
        footer .inner {
            padding-bottom: 40px
        }
        .sub-footer p.pull-left,
        .sub-footer ul.pull-right {
            float: none!important;
            text-align: center
        }
        .sub-footer p {
            margin-bottom: 20px
        }
        .footer-menu li {
            padding: 0 5px
        }
        #footer-menu .widget_nav_menu{
            width: 50%;
            min-height: 200px;
        }
        #footer-menu .widget_nav_menu:nth-child(3){
            clear: both;
        }
        .footer .textwidget a{
            display: block;
        }
        #testimonials,
        .thin {
            width: 100%
        }
        .filter li {
            margin-right: 6px;
            margin-bottom: 0;
            line-height: 45px;
            display: inline-block
        }
        .filter li a {
            border: 1px solid #dbdbdb
        }
        .fix-portfolio .items.col4,
        .fix-portfolio .items.col3 {
            margin-left: 0;
            margin-bottom: 0
        }
        .fix-portfolio .items.col4 li,
        .fix-portfolio .items.col3 li {
            width: 100%;
            margin-left: 0;
            margin-bottom: 20px
        }
        .share.pull-left,
        .navigation.pull-right {
            float: none!important
        }
        .navigation a {
            margin-left: 0;
            margin-right: 3px
        }
        .grid-blog.col3 {
            margin-left: 0;
            margin-bottom: 20px
        }
        .grid-blog.col3 .post {
            width: 100%;
            margin-left: 0
        }
        .grid-blog.col3 hr {
            margin-left: 0
        }
        .grid-blog.col2 {
            margin-left: 0
        }
        .grid-blog.col2 .post {
            width: 100%;
            margin-left: 0
        }
        .grid-blog.col2 hr {
            margin-left: 0
        }
        .grid-blog.col3 hr {
            display: block
        }
        .grid-blog.col2 hr {
            display: block
        }
        .sidebar {
            margin-top: 70px;
            padding-left: 15px!important
        }

        #comments .user {
            display: none
        }
        #comments ul.children {
            padding: 0 0 0 20px
        }
        #comments .arrow-box {
            margin-left: 0
        }
        .about-author .author-image {
            display: none
        }
        .tab {
            display: block!important;
            margin: 0!important
        }
        .tabs-top .tab {
            margin-bottom: 8px!important
        }
        .tabs-top .etabs {
            margin-bottom: -8px
        }
        #testimonials .tab {
            display: inline-block!important
        }
        .footer .widget.single .contact-info li {
            display: block
        }
        .section-title:before,
        .section-title:after {
            display: none
        }
        [class*="col-md-"] {
            margin-bottom: 30px
        }
        [class*="col-md-"].lp30 {
            padding-left: 15px
        }
        .map {
            height: 280px
        }
    }
    .centered-header .navbar-collapse {
        float: none!important
    }
    .centered-header .navbar-brand,
    .centered-header .navbar-collapse {
        width: 100%;
        text-align: center
    }
    .centered-header #menu-standard-navigation {
        float: none;
        padding-top: 20px
    }
    .centered-header .navbar .nav>li {
        float: none;
        display: inline-block;
        text-align: left
    }
    .centered-header .navbar .nav>li {
        margin: 0
    }
    @media(min-width:768px) and (max-width:991px) {
        .centered-header .navbar-brand, .centered-header .navbar-collapse {
            width: auto;
            text-align: left
        }
        .centered-header #menu-standard-navigation {
            float: none;
            padding-top: 0
        }
        .centered-header .navbar .nav>li {
            float: none;
            display: block;
            text-align: left
        }
        .centered-header .navbar .nav>li {
            margin: 15px 0 0 0
        }
    }
    @media(max-width:767px) {
        .centered-header .navbar-brand, .centered-header .navbar-collapse {
            width: auto;
            text-align: left
        }
        .centered-header #menu-standard-navigation {
            float: none;
            padding-top: 20px
        }
        .centered-header .navbar .nav>li {
            float: none;
            display: block;
            text-align: left
        }
        .centered-header .navbar .nav>li {
            margin: 15px 0 0 0
        }
        #header-right>div p{
            margin: 0;
        }
        #header-right>div a {
            font-size: 100%;
            padding: 0 5px;
        }
    }

    @media(max-width:480px) {
        .navbar.basic .navbar-brand{
            margin: auto;
            display: block;
            float: none;
            text-align: center;   
            padding: 35px 10px 0;      
        }
        .mobile-buttons{
            clear: both;
            text-align: center;
        }
        .navbar.basic .btn.responsive-menu{            
            display: inline-block;
            float: none !important;
            margin: 10px;
            padding: 10px 20px;
        }
    }
