

#mobile-menu {
     display: none;
 }
 
 
 
.cb_preloader .cont {
    display: table-cell!important;
    vertical-align: middle;
}
.cb_preloader .percent {
    font-size: 15px;
}
.cb_preloader img {
    margin: 0 auto!important;
    margin-bottom: 10px!important;
}
.cb_preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    background: #FFF!important;
    top: 0;
    left: 0;
    display: table;
    text-align: center;
}

.skin {
    background: #34a994;
}

.skin-text {
    color: #34a994;
}

.skin_bg {
    background: #34a994;
}

.cl,.clear {
    clear: both;
}

img,iframe,canvas,.frame {
	border: 0;
}

::-moz-selection {
    background: #34a994;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, .2);
}

::selection {
    background: #34a994;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, .2);
}

/* ================================================
  * @hook:LAYOUT
* ================================================ */
/* modello_add
.wrapme {
    width: 960px;
    margin: 0 auto;
}
.side .wrapme {
    width:675px;
}
*/
.head_top {
    background: #fff;
    height: 85px;
    position: absolute;
    width: 100%;
    left: 0;
}
.skinimp {
    position: absolute;
    width: 100%;
    height: 100%;
    display:none;
    top: 0;
}

.top_l {
    float: left;
    display: table;
}

.top_r {
    float: right;
    display: table;
}

.fixed_top {
    height: 0px;
}

.top_l,.top_r,.top_header {
    overflow: auto !important;
}

.top_header {
    overflow: visible !important;
}

.slider_top_slogan {
    z-index: 3;
    position: absolute;
    width: 100%;
}

/* =========> BELOW HEADER */
.below_header {
    position: absolute;
    z-index: 23;
    width: 50%;
    right: 0;
}

.below_header .wrapme {
    position: relative;
    width: 100%;
}

.below_header i,.below_header i:hover {
    color: #FFF;
    padding: 0px 20px;
    padding-right: 0px;
    font-size: 28px;
    text-decoration: none !important;
}

.icons_con {
    right: 0;
}

.below_header .text {
    background: #34a994;
    padding: 20px;
    font-size: 40px;
    color: #FFF;
}

.below_header .icons,.below_header .text {
    float: right;
}

/* =========> MENU */
ul.cb-menu {
    margin: 0;
    padding: 0;
    background: none !important;
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 0px;
    position: relative;
    border-top: 0px !important;
    display: table-cell;
    vertical-align: middle;
}

ul.cb-menu li {
    float: left;
    z-index: 99999 !important;
    padding-bottom: 30px;
    padding-top: 30px;
}

ul.cb-menu li {
    color: #fff;
}

ul.cb-menu li a {
    color: #fff;
    font-weight: 600;
    height: 46px;
    line-height: 47px;
    display: block;
    padding: 0 20px;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
}

ul.cb-menu li.last-menu-item a {
    padding-right: 0px !important;
}

ul.cb-menu li ul li.last-menu-item a {
    padding-right: 17px !important;
}

ul.cb-menu li a:hover,ul.cb-menu li:hover,ul.cb-menu li:hover>a {
    text-decoration: none;
    cursor: pointer;
}

ul.cb-menu li.hover,ul.cb-menu li:hover {
    position: relative;
}

ul.cb-menu ul {
    display: none;
    background: #fff!important;
    position: absolute;
    top: 50px;
    line-height: 20px;
    left: 0px;
    z-index: 999999;
    margin: 0;
    padding: 0;
    border: 3px solid #34a994;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    margin-top: -20px;
}ul.cb-menu li.mega > ul {
     padding-top: 15px;
 }ul.cb-menu li.mega-icon > ul {
      padding-bottom: 25px;
  }.cb-menu > li > ul {
       box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
   }

ul.cb-menu ul li {
    float: none;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #eee;
}


ul.cb-menu ul li a {
    padding: 0;
    margin: 0;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    font-size: 13px;
    display: block;
    text-transform: none;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 200px;
    border: 0;
    border-bottom:1px solid rgba(0,0,0,0.05);
    color: #fff;
    padding: 0 15px 0 15px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}

ul.cb-menu ul li a:hover {
    color:#34a994;
    background:none;
    -webkit-transition:background 0.5s ease-out;
    -moz-transition:background 0.5s ease-out;
    -ms-transition:background 0.5s ease-out;
    -o-transition:background 0.5s ease-out;
    transition:background 0.5s ease-out;
}

ul.cb-menu ul ul {
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
}

ul.cb-menu li:hover>ul {
    display: block;
    z-index: 999999;
}

ul.cb-menu ul li,ul.cb-menu,.cb-menu,ul.cb-menu ul li a,ul.cb-menu li {
    z-index: 999 !important;
}

ul.cb-menu li.last-menu-item a {
    border-right: 0px !important;
}

ul.cb-menu li.current-menu-item>a,ul.cb-menu li.current_page_item>a {
    color: #34a994;
    background: #fff;
    -webkit-border-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 3px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 3px;
    border-bottom-left-radius: 0;
}

ul.cb-menu li.current-menu-item ul li.current-menu-item a,ul.cb-menu li.current_page_item ul li.current-menu-item a
{
    color: #34a994;
    background: #fff;
    border-bottom: 0;
}

ul.cb-menu li.last-menu-item.current-menu-item a,ul.cb-menu li.last-menu-item.current_page_item a
{
    padding-right: 17px !important;
}

ul.cb-menu li.current-menu-item ul li a:hover,ul.cb-menu li.current_page_item ul li a:hover
{
    color: #34a994;
    background: #fff;
}

ul.cb-menu li ul li.current-menu-item a,ul.cb-menu li ul li.current_page_item a
{
    color: #34a994;
    background: #fff;
}

ul.cb-menu li.current-menu-item ul li {
    color: #fff;
}

ul.cb-menu li.current-menu-item ul li.current-menu-item,ul.cb-menu li.current_page_item,ul.cb-menu li.current-menu-item ul li:hover,ul.cb-menu li ul li.current-menu-item
{
    color: #34a994;
}

ul.cb-menu li[class^="icon-"]:before,ul.cb-menu li[class*=" icon-"]:before
{
    display: inline;
    position: absolute;
    padding-top: 13px;
    font-size: 14px;
    padding-left: 10px;
}

ul.cb-menu li[class^="icon-"] a,ul.cb-menu li[class*=" icon-"] a {
    padding-left: 31px !important;
}

ul.cb-menu li[class^="icon-"].big:before,ul.cb-menu li[class*=" icon-"].big:before
{
    font-size: 20px;
    padding-top: 9px;
    padding-left: 8px;
}

ul.cb-menu li[class^="icon-"].big a,ul.cb-menu li[class*=" icon-"].big a
{
    padding-left: 39px !important;
}

ul.cb-menu li[class^="icon-"].small:before,ul.cb-menu li[class*=" icon-"].small:before
{
    font-size: 12px;
    padding-top: 15px;
    padding-left: 10px;
}

ul.cb-menu li[class^="icon-"].small a,ul.cb-menu li[class*=" icon-"].small a
{
    padding-left: 30px !important;
}

ul.cb-menu li[class^="icon-"] ul li a,ul.cb-menu li[class*=" icon-"] ul li a
{
    padding-left: 17px !important;
}

ul.cb-menu li[class^="icon-"].big ul li a,ul.cb-menu li[class*=" icon-"].big ul li a
{
    padding-left: 17px !important;
}

ul.cb-menu li[class^="icon-"].small ul li a,ul.cb-menu li[class*=" icon-"].small ul li a
{
    padding-left: 17px !important;
}

ul.cb-menu li ul li[class^="icon-"]:before,ul.cb-menu li ul  li[class*=" icon-"]:before
{
    display: inline;
    position: absolute;
    padding-top: 13px;
    font-size: 15px;
    padding-left: 10px;
}

ul.cb-menu li ul  li[class^="icon-"] a,ul.cb-menu li ul  li[class*=" icon-"] a
{
    padding-left: 31px !important;
}

ul.cb-menu li ul  li[class^="icon-"].big:before,ul.cb-menu li ul  li[class*=" icon-"].big:before
{
    font-size: 22px;
    padding-top: 9px;
    padding-left: 8px;
}

ul.cb-menu li ul  li[class^="icon-"].big a,ul.cb-menu li ul  li[class*=" icon-"].big a
{
    padding-left: 39px !important;
}

ul.cb-menu li ul  li[class^="icon-"].small:before,ul.cb-menu li ul  li[class*=" icon-"].small:before
{
    font-size: 13px;
    padding-top: 15px;
    padding-left: 10px;
}

ul.cb-menu li ul  li[class^="icon-"].small a,ul.cb-menu li ul  li[class*=" icon-"].small a
{
    padding-left: 30px !important;
}

/* =========> HEADERS */
.cb5_media_map {
    width: 100% !important;
    position: absolute;
    z-index: 0;
}

.slider_top_overlay {
    height: 100%;
    position: absolute;
    z-index: 3;
    width: 0;
    left: 0;
    display: none;
    background: #34a994;
    margin-top: -51px;
}

.slider_top.pb100{
    padding-bottom:100px;
}
.cb5_media.full_map {
    width:100%;
    position:absolute;
}
/*.slider_top{
    overflow: hidden;
}*/

/* =========> HEADER TINTS */
.tint_wdark,.tint_bdark,.tint_wlight,.tint_blight,.tint_twhite,.tint_tblack,.tint_skin
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1
}

.tint_wdark {
    background:rgba(255,255,255,0.75);
}

.tint_wlight {
    background:rgba(255,255,255,0.5);
}

.tint_bdark {
    background:rgba(0,0,0,0.75);
}

.tint_blight {
    background:rgba(0,0,0,0.5);
}

.tint_tblack {
    background:
        url(img/opacity/b_shad.png)
        center top repeat-x transparent;
}

.tint_twhite {
    background:
        url(img/opacity/w_shad.png)
        center top repeat-x transparent;
}


/* =========> LOGO */
.logo {
    position: relative;
    z-index: 999;
    display: table-cell;
    vertical-align: middle;
}

.logo_demo {
    background: #34a994;
}

.logo a {
    font-size: 25px;
    color: #333;
    text-shadow: 1px 1px #F1F1F1;
    font-weight: normal;
}

.logo a:hover {
    text-decoration: none;
    color: #333;
}

.logo h1 {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-weight: normal;
    text-transform: inherit !important;
}

.logo h1 a {
    text-transform: inherit !important;
}

.blog-description {
    font-size: 11px;
    color: #c4c4c4;
    text-shadow: none !important;
    margin-top: 5px;
    margin-bottom: 0px;
    display: none !important;
}

/* =========> BREADCRUMBS */
.bread_wrap {
    margin-top: 26px;
    position: absolute;
    font-weight: normal;
    z-index: 22;
    top: 0;
    display: block;
    position: absolute;
}
#breadcrumbs, .woocommerce-breadcrumb {
    text-decoration: none;
    padding: 0px !important;
    margin-right: 0px !important;
    background: none;
    display: inline;
    text-transform: uppercase!important;
   /* color: #fff!important;*/
    font-size: 10px!important;
    font-weight: normal!important;
    letter-spacing: 2px!important;
}

#breadcrumbs a,.woocommerce-breadcrumb a {
    color: #fff!important;
    font-weight: normal!important;
    font-size: 10px!important;
    text-transform: uppercase!important;
    letter-spacing: 2px!important;
}

#breadcrumb a:hover,.woocommerce-breadcrumb a:hover {
    text-decoration: underline!important;
    font-weight: normal!important;
}

#breadcrumbs i,.woocommerce-breadcrumb i {
    font-size: 13px!important;
    text-decoration: none !important;
    padding-right: 1px!important;
   /* color:#FFF;*/
}

/* =========> PAGE NAVIGATION */

.wp-pagenavi a,.wp-pagenavi span {
    text-decoration: none;
    border: 0px solid #34a994 !important;	
    padding: 0!important;
	text-align:center;
	line-height:50px!important;
    display: inline-block;
    background: #f2f2f2;
    color: #333;
}
.wp-pagenavi span.pages {
    background:none!important;
    border:0!important;
    padding-left: 0!important;
width: auto!important;
padding-right: 10px!important;	
}

.wp-pagenavi a:hover,.wp-pagenavi span.current {
    font-weight: bold;
    color: #fff !important;
    border: 0px solid #34a994 !important;	
    background: #34a994;
}

.wp-pagenavi span.current {
    font-weight: bold;
    color: #fff !important;
    border: 0px solid #34a994 !important;
    background: #34a994;
}

.navi_full {height: 100px;
    margin-top: 40px;}
.navi_full .wrapme{width:960px;}
.navi_full .rb_wo_i {
    height: 103px;
    position: absolute;
    margin-top: 107px;
}
.navi_full .fullb {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 22;
}
.navi_full .wrapme {
    padding-top:20px;
    padding-bottom:50px;
}
.navi_full .fullb .wp-pagenavi a,.navi_full .fullb .wp-pagenavi span {
    background: #f2f2f2;
    color: #333;
}
.navi_full .fullb .wp-pagenavi span.pages {
    color: #fff;
}
.navi_full .fullb .wp-pagenavi a:hover,.navi_full .fullb .wp-pagenavi span.current {
    color: #fff !important;
    border: 1px solid #141414 !important;
    background: #141414;
}
.navi_full .fullb .wp-pagenavi span.current {
    color: #fff !important;
    border: 1px solid #141414 !important;
    background: #141414;
}
.navi_full .fullb.fullbg-black .wp-pagenavi span.current,.navi_full .fullb.fullbg-black .wp-pagenavi a:hover {
    color: #fff !important;
    border: 1px solid #34a994 !important;
    background: #34a994;
}
.navi_full_wrap.normal .fullb {
    padding-top: 20px;}
.navi_full_wrap.normal .navi_full {
    margin:0;
}

/* =========> ABOVE FOOTER */
.above-footer .wrapme {
    background: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.above-footer .textSlide {
    margin: 0 auto;
}

/* =========> FOOTER */
.footer {
    position:relative;
    padding: 0 0 30px 0;
    background: none;
}

.footer .wrap

.footer .col1,.footer .col2,.footer .col3,.footer .col4 {
    padding-bottom: 30px;
    margin-bottom: 0px;
}

.footer .cb5_recent_posts .col1 h3,.footer .cb2_recent_posts .col2 h3,.footer .cb3_recent_posts .col3 h3,.footer .cb4_recent_posts .col4 h3
{
    font-size: 13px;
    margin-bottom: 0px !important;
}

.footer .cb5_recent_posts .col1 h3 a,.footer .cb2_recent_posts .col2 h3 a,.footer .cb3_recent_posts .col3 h3 a,.footer .cb4_recent_posts .col4 h3 a
{
    font-size: 13px;
    text-shadow: none;
    font-weight: 600;
    text-transform: none;
}

.footer {
    color:#696969;
    font-weight:bold;
    font-size:14px;
    position: relative;
    z-index: 25;
}
.footer i {
    font-size:25px;
    color:#b2b2b2;
    padding: 0px 15px;
}
.footer a:hover i {
    color:#34a994;
}
.footer a {
    color:#34a994;
}

.footer .ui-tabs ul,.footer .ui-tabs ul li,.footer .ui-accordion ul,.footer .ui-accordion ul li
{
    display: inline;
}

.footer li.widget,.footer-lower .widget {
    padding-bottom: 0px !important;
}

.footer-lower .socials_f {
    zoom: 1;
}

.footer hr {
    margin: 0px;
    border: 0px;
}

/*.footer .widget .col1,.footer .widget .col2,.footer .widget .col3,.footer .widget .col4
	{
	width: 100%;
}*/

.footer-lower .menu li {
    display: block;
    float: left;
    margin-top: 6px;
}

.footer-lower {
    color: #999;
}

.footer-lower .menu li a {
    display: block;
    padding-right: 10px;
    color: #999;
}

.footer .widget_nav_menu li,.footer-lower .widget_nav_menu li {
    border-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer .normal li,.footer .widget_rss li,.footer .widget_links li,.footer .widget_categories li,.footer .product-categories li,.footer .widget_archive li,.footer .widget_pages li,.footer .widget_meta li,.footer .widget_recent_comments li,.footer .widget_recent_entries li
{
    border: 0 !important;
}

.footer table,.footer table th,.footer table td,.htop_widgets table,.htop_widgets th,.htop_widgets td
{
    background: none !important;
    border: 0 !important;
}

.footer .widget {
    padding-top: 30px;
}

.footer .rsswidget {
    float: left;
}

.footer .bttn_big,.footer a.bttn_big,.footer input.bttn,.footer .submit,.footer a.more_cat,.footer .bttn,a.bttn,.footer-lower .bttn_big,.footer-lower a.bttn_big,.footer-lower input.bttn,.footer-lower .submit,.footer-lower a.more_cat,.footer-lower .bttn,a.bttn
{
    margin-top: 5px;
}

/*.scroll_top {
    position: absolute;
    color: #e3e3e3 !important;
    font-size: 30px;
    font-weight: bold;
    margin-left: 902px;
    margin-top: -20px;
}*/

/* =========> HIDDEN FOOTER */
#footer_hidden {
    display: none;
    position: relative;
    z-index: 2;
    background: #FFF;
    padding-bottom: 0px;
    padding-top: 104px;
    margin-top: -87px;
    z-index: 30;
    margin-bottom: 120px!important;
}.footer_contact > .wrapper_p {
     width: 960px;
     margin: 0 auto;
     margin-top:-50px;
 }
#footer_hidden .white_div {
    padding-left: 20px;
    background: rgba(255,255,255,0.7);
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#footer_hidden iframe,.contact_onepage iframe {
    width: 100%;
}

.footer_contact,.contact_onepage {
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: -5px;
}

.footer_contact input[type="text"],.footer_contact input[type="email"],.footer_contact textarea,.contact_onepage input[type="text"],.contact_onepage input[type="email"],.contact_onepage textarea
{
    width: 95%;
    padding: 2px 11px;
}

#footer_hidden small,.contact_onepage small {
    display: none;
}

.footer_contact textarea,.contact_onepage textarea {
    height: 50px;
}

#footer_hidden iframe,.contact_onepage iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(grayscale.html); /* Firefox 4+ */
    filter: gray; /* IE 6-9 */
}

#footer_hidden .wrapme,.contact_onepage .wrapme {
    background: url(img/opacity/w_80.png) center center repeat transparent;
    padding: 20px;
    margin-top: 40px;
    padding-bottom: 0;
}.foot_icons a {
     width: 40px;
     height: 40px;
     display: inline-block;
     background: #FFF;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     line-height: 40px;
     text-align: center;
     margin: 0px 5px;
 }
.foot_icons i {
    color: #777;
    line-height: 40px;
    font-size: 25px;
}
.foot_icons {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 30px;
}.foot_icons a:hover {
     background:#34a994;
 }.foot_icons a:hover i {
      color:#FFF;
  }

/* =========> LAYOUT ELEMENTS */
/* modello_add
#middle {
	background: #fff;
	padding-top: 28px;
	padding-bottom: 180px;
	position: relative;
}
*/
#middle {
    /*  padding-top: 28px;
    /*padding-bottom: 180px;*/
    position: relative;
}


.rev_slider_wrapper {
    padding-bottom: 0px !important;
}

.side {
    float: left;
    width:75%;
}

/* =========> FRAMES AND HOVERS */
.frame {
    border: 0px;
    margin: 0;
}

.framein {
    border: 0px solid #FFF;
    box-shadow: 0px 3px 0px #dbdbdb;
    -moz-box-shadow: 0px 3px 0px #dbdbdb;
    -webkit-box-shadow: 0px 3px 0px #dbdbdb;
}input#searchsubmit {
margin-top: 0px;
position: absolute;
margin-left: 3px;
font-size: 14px;
padding: 11px 21px;	
}

.frame_main {
    margin-bottom: 28px;
}

.fade_c .fade_icon {
    margin: 10px;
    width: auto !important;
}

.fade_float {
    height: 30%;
}

.fade {
    position: relative;
    display: block;
}

.frame,.frame_in {
    position: relative;
}

.fullgallery .frame,.fullgallery .frame_in {
    border: 0 !important;
}

.fade_c {
    z-index: 1;
    cursor: pointer;
    background: #34a994;
    width: 0%;
    position: absolute;
    height: 0px;
    overflow: hidden;
    bottom: 0px;
    text-align: center;
    right: 0;
    height: 100%;
    z-index: 2;
    cursor: default;
}

.fade_c i {
    top: 0;
    display: block;
    position: relative;
    color: #FFF;
    font-size: 17px;
    margin-bottom: 10px;
}

.fade_c .icon {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.fade .icon_wrap {
    margin: 0 auto;
    padding-top: 30px;
    float: none;
}

.fade .modello_icon {
    text-align: center;
}

.cap {
    padding: 5px;
    padding-top: 35%;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: -40px;
    font-size: 14px;
}

/* =========> PAGE BUILDER DEFAULTS */
.aq-block {
    margin-bottom: 58px;
}

.aq-block-aq_heading_block,.aq-block-aq_clear_space_block,.aq-block-aq_portfolio_block,
.aq-block-aq_column_block,.aq-block-aq_recent_posts_block,.aq-block-aq_fullwbg_block,
.aq-block-aq_revslider_block,.aq-block-aq_fimage_space_block,.aq-block-aq_carousel_block,
.aq-block-aq_text_block
{
    margin-bottom: 0px;
}

.frame .aq-block {
    margin-bottom: 0;
}

.frame.aq-block {
    margin-bottom: 38px;
}

.aq-block-aq_clear_block {
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.aq_span1 .col1 .frame,.aq_span1 .col2 .frame,.aq_span1 .col3 .frame,.aq_span1 .col4 .frame,.aq_span2 .col1 .frame,.aq_span2 .col2 .frame,.aq_span2 .col3 .frame,.aq_span2 .col4 .frame,.aq_span3 .col1 .frame,.aq_span3 .col2 .frame,.aq_span3 .col3 .frame,.aq_span3 .col4 .frame,.aq_span4 .col1 .frame,.aq_span4 .col2 .frame,.aq_span4 .col3 .frame,.aq_span4 .col4 .frame,.aq_span5 .col1 .frame,.aq_span5 .col2 .frame,.aq_span5 .col3 .frame,.aq_span5 .col4 .frame,.aq_span6 .col1 .frame,.aq_span6 .col2 .frame,.aq_span6 .col3 .frame,.aq_span6 .col4 .frame,.aq_span7 .col1 .frame,.aq_span7 .col2 .frame,.aq_span7 .col3 .frame,.aq_span7 .col4 .frame,.aq_span8 .col1 .frame,.aq_span8 .col2 .frame,.aq_span8 .col3 .frame,.aq_span8 .col4 .frame,.aq_span9 .col1 .frame,.aq_span9 .col2 .frame,.aq_span9 .col3 .frame,.aq_span9 .col4 .frame
{
    width: 100% !important;
}

/*WTF.aq_span1 .col1,.aq_span1 .col2,.aq_span1 .col3,.aq_span1 .col4,.aq_span2 .col1,.aq_span2 .col2,.aq_span2 .col3,.aq_span2 .col4,.aq_span3 .col1,.aq_span3 .col2,.aq_span3 .col3,.aq_span3 .col4,.aq_span4 .col1,.aq_span4 .col2,.aq_span4 .col3,.aq_span4 .col4,.aq_span5 .col1,.aq_span5 .col2,.aq_span5 .col3,.aq_span5 .col4,.aq_span6 .col1,.aq_span6 .col2,.aq_span6 .col3,.aq_span6 .col4,.aq_span7 .col1,.aq_span7 .col2,.aq_span7 .col3,.aq_span7 .col4,.aq_span8 .col1,.aq_span8 .col2,.aq_span8 .col3,.aq_span8 .col4,.aq_span9 .col1,.aq_span9 .col2,.aq_span9 .col3,.aq_span9 .col4
	{
	width: 100% !important;
}*/
.aq-template-wrapper .aq_span2 {
    width: 16%;
}

.aq-template-wrapper .aq_span3 {
    width: 21.25%;
}

.aq-template-wrapper .aq_span4 {
    width: 30%;
}

.aq-template-wrapper .aq_span5 {
    width: 38.75%;
}

.aq-template-wrapper .aq_span6 {
    width: 47.5%;
}

.aq-template-wrapper .aq_span7 {
    width: 56.25%;
}

.aq-template-wrapper .aq_span8 {
    width: 65%;
}

.aq-template-wrapper .aq_span9 {
    width: 73.75%;
}

.aq-template-wrapper .aq_span10 {
    width: 82.5%;
}

.aq-template-wrapper .aq_span11 {
    width: 91.25%;
}


.aq-block div {
    display: block;
}

.aq-block .wpcf7-text,.aq-block textarea {
    width: 100% !important;
}.wpcf7 input[type="text"], .wpcf7 input[type="email"], #content .wpcf7 input[type="text"], #content .wpcf7 input[type="email"] {
     width: 100% !important;
     padding: 2px 0px!important;
     line-height: 41px!important;
     text-indent: 20px;
 }
span.wpcf7-not-valid-tip {
    background:#FFF;padding:10px 15px;
    border-radius:5px;
}
.ajax-loader {
    width: auto !important;
}

.wpcf7-display-none,.aq-block div .wpcf7-display-none {
    display: none;
}

/* =========> COLUMNS */
[class *="aq_span"] {
    float: left;
    margin-left: 5%;
}.aq-block-aq_clear_space_block {
     float: none!important;
     clear: both!important;
 }
.col1 {
    width: 100%;
    margin-bottom: 40px;
}
.col2,.col3,.col4 {
    margin: 0px 3% 30px 0;
    float: left;
}
.footer .col4,.footer .col3,.footer .col2,.footer .col1 {
	margin-bottom:0;
}
.cb_posts .col1.content_wrap,.grid_gallery .col1 {
    margin: 0px 0px 40px 0;
}
.cb_posts .col2.content_wrap,.grid_gallery .col2 {
    margin: 0px 0px 45px 0;
}
.cb_posts .col3.content_wrap,.grid_gallery .col3 {
    margin: 0px 0px 35px 0;
}
.cb_posts .col4.content_wrap,.grid_gallery .col4 {
    margin: 0px 0px 35px 0;
}
.cb_posts .col2.content_wrap.portfolio,
.cb_posts .col3.content_wrap.portfolio,.cb_posts .col4.content_wrap.portfolio {
    margin: 0px 3% 35px 0;
    float: none!important;
    display: inline-block;
}
.cb_posts.fully_gall .col2.content_wrap.portfolio,
.cb_posts.fully_gall .col3.content_wrap.portfolio,.cb_posts.fully_gall .col4.content_wrap.portfolio {
    margin:0!important;
}.cb_posts.fully_gall .container, .cb_posts.fully_gall img, .cb_posts.fully_gall .featured_image {
     margin-bottom: -5px;
 }
.cb_posts.fully_gall .col2.og-par.content_wrap.portfolio,
.cb_posts.fully_gall .col3.og-par.content_wrap.portfolio,
.cb_posts.fully_gall .col4.og-par.content_wrap.portfolio{
    margin-bottom: -15px!important;
}
.col2 {
    width: 48%;
}

.col3 {
    width: 31.3%;
}

.col4 {
    width: 22.75%;
}
.cb_posts.fully_gall .container,.cb_posts.fully_gall img,.cb_posts.fully_gall .featured_image {
    border-radius:0!important; -webkit-border-radius:0!important; -moz-border-radius:0!important;
}
.cb_posts.fully_gall .col2.content_wrap.portfolio{
    width:50%!important;
}
.cb_posts.fully_gall .col3.content_wrap.portfolio{
    width:33.3%!important;
}
.cb_posts.fully_gall .col4.content_wrap.portfolio{
    width:25%!important;
}


#gallery-inside .col4,#gallery-inside .col4s,#gallery-inside .col3,#gallery-inside .col3s,#gallery-inside .col2,#gallery-inside .col2s
{
    margin: 0px 26px 26px 0;
}
/* modello_add
.col1 img,.col1s img,.col2 img,.col2s img,.col3 img,.col3s img,.col4 img,.col4s img,.side img,.frame
{
    width: 100%;
}
*/
/* ================================================
 * @hook:TYPOGRAPHY
 * ================================================ */
a {
    text-decoration: none;
    color: #34a994;
}

a:hover {
    color: #333;
}

.req {
    color: #34a994;
    font-size: 11px;
}

hr {
    border: 0px;
    border-top: 1px solid #f4f4f4;
}

h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: #595959;
    margin: 0px;
    font-weight: 600;
}
h1,h2,h3,h4,h5,h6{
    color: #595959;
    margin: 0px;
    font-weight: 600;
    margin-bottom: 20px;
}

h1 {
    font-size: 28px;
    line-height: 37px;
}

h1.title a,h1.title {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-weight: 500 !important;
}

h1.title a:hover,h1.title:hover {
    text-decoration: none;
    color: #eee;
}

h2 {
    font-size: 22px;
    line-height: 21px;
}

h3 {
    font-size: 20px;
    line-height: 23px;
}

h3 {
    font-size: 16px;
    line-height: 23px;
}

h1.tit,h1.tit a,h2.tit,h2.tit a,h3.tit,h3.tit a,h4.tit,h4.tit a,h5.tit,h5.tit a,h6.tit,h6.tit a
{
    text-decoration: none !important;
}

.in,.page-title {
    margin-bottom: 10px !important;
}
.notrans{text-transform:none!important;}
.aligncenter{text-align:center;}
.alignright{text-align:right;}
.alignleft{text-align:left;}
.text_center{text-align:center;}
.text_right{text-align:right;}
.head_title {
    position: relative;
    /*z-index: 3;*/
}
.head_title h1.title a{
    position: relative;
    z-index: 26;
}
.text_large{
    font-size:29px;
    line-height:35px;
}
.text_medium {
    font-size:24px;
    line-height:35px;
}
.text_medium_small {
    font-size:20px;
    line-height:30px;
}
.text_regular {
    font-size:16px;
    line-height:25px;
}
.medium{
    font-size:30px!important;
    line-height:35px;
}
.large{
    font-size:36px!important;
    line-height:40px;
}
.h_mid_large{
    font-size:45px!important;
    line-height:55px;
}
.h_large{
    font-size:55px!important;
    line-height:65px;
}
.h_ultra_large{
    font-size:75px!important;
    line-height:90px;
}
.normal{
    font-weight:normal!important;
}
.blue {
    color:#27a4c8;
}
.grey {
    color:#7d7d7d;
}
.underline {
    text-decoration:underline;
}
.bold {
    font-weight:bold;
}
.blue {
    color:#27a4c8!important;
}.white{color:#FFF!important;}
.black{color:#222!important;}
.green{color:#7dac2a!important;}
.red{color:#d12d2d!important;}
.brown{color:#553939!important;}
.orange{color:#e8aa04!important;}
.gold{color:#d9bd00!important;}
.magenta{color:#9307c1!important;}
.dark_red{color:#8e0a0a!important;}
.lemon{color:#88bf12!important;}

.rev_slider {
    color: #5b5b5b;
}
.opa5 {opacity:0.7;}

.circle_number {
    display: inline-block;
    font-size: 24px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    float: left;
    margin-right: 25px;
    margin-bottom: 60px;
}


/* =========> PADDINGS/MARGINS */
.p0 {padding:0!important;}
.ptop0 {padding-top:0!important;}
.mb0 {padding-bottom:0!important;}
.mb00 {padding-bottom:0!important;margin-bottom:0!important;}
.pr15 {padding-right:15px!important;}
.mr0{margin-right:0!important;}
.m0{margin:0!important;}
.pm0{margin:0!important;padding:0!important;}
.mb_30{margin-bottom:30px!important;}
.mt_30{margin-top:30px!important;}
.mt0{margin-top:0px!important;}
.bor0,.col1.bor0{border:0px!important;}
.mb0.col1,.col1.mb0{margin:0px!important;}

/* =========> ICONS */
.builder-icon {
    margin-right: 10px;
    vertical-align: middle !important;
    display: inline-block !important;
}

i.icon-double-angle-right {
    font-size: 13px;
    margin-right: 5px;
}

.i10 {
    font-size: 10px;
}

.i15 {
    font-size: 15px;
}

.i20 {
    font-size: 20px;
}

.i25 {
    font-size: 25px;
}

.i30 {
    font-size: 30px;
}

.i35 {
    font-size: 35px;
}

.i40 {
    font-size: 40px;
}

.i45 {
    font-size: 45px;
}

.icons a {
    display: inline-block;
}

.icons a {
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: #FFF;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    margin-left: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}.icons i {
     display: block !important;
     font-size: 18px!important;
     line-height: 34px;
     text-align: center;
     width: 33px;
     padding: 0!important;
 }.icons a:hover {
      background:#27a4c8!important;
  }.icons a:hover i {
       color:#FFF!important;
   }

.icons_text {
    background: #FFF;
    text-align: center;
    padding: 0px;
    text-transform: uppercase;
    font-size: 13px;
    color: #222;
    height: 40px;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif, sans;
    font-weight: 600;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: -10px;
    overflow:hidden;
    display:inline-block;
    margin-top: 27px;
    margin-right: 3px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}

i:hover,a i:hover,a:hover i,i,a i,.team_icons a,.icon {
    text-decoration: none !important;
}dt.gallery-icon.landscape img {
width: 96%;
height: auto;
}.top-menu .menu-item-has-children .sub-menu .sub-menu {
top: 0!important;
left: 100%!important;
}.top-menu .menu-item-has-children .sub-menu .sub-menu .sub-menu .sub-menu {
top: 100%!important;
left: 0%!important;
}.top-menu .menu-item-has-children .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu {
top: 0!important;
left: 100%!important;
}

.top-menu .mega.menu-item-has-children .sub-menu .sub-menu {
top: 0!important;
left: 0!important;
}.top-menu .mega.menu-item-has-children .sub-menu .sub-menu .sub-menu .sub-menu {
top: 0!important;
left: 0!important;
}.top-menu .mega.menu-item-has-children .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu {
top: 0!important;
left: 0!important;
}

/* =========> BUTTONS */

.bttn,a.bttn,.submit,button,.button {
display: block;
padding: 5px 14px ;
font-weight: bold;
color: #fff;
background-color: #34a994;
border: 0px;
font-size: 11px;
display: inline-block;
text-decoration: none !important;
text-transform: uppercase;
text-shadow:none!important;
}

a.bttn:hover,.bttn:hover,.submit:hover,.bttn_big:hover,button:hover,input.bttn:hover,.submit:hover,a.more_cat:hover,.button:hover
{
background-color: #3C7C71;
	color:#FFF;
}

.bttn_big,a.bttn_big,a.more_cat {
display: block;
padding: 14px 40px !important;
font-weight: bold;
color: #fff;
background-color: #34a994;	
font-size: 14px;
display: inline-block;
text-decoration: none !important;
text-transform: uppercase;
text-shadow:none!important;
}

.bttn_big.very {
padding: 25px 70px !important;
font-size: 12px !important;
text-transform: uppercase;
font-size: 15px;
}

.bttn.small {
padding: 3px 7px !important;
font-size: 10px !important;
text-transform: uppercase;
}

.bttn.black,.bttn_big.black {
color: #FFF !important;
background-color: #1d1d1d !important;
}

.bttn.black:hover,.bttn_big.black:hover {
background-color: #252525 !important;
}

.bttn.white,.bttn_big.white {
color: #111 !important;
background-color: #fff !important;
}

.bttn.white:hover,.bttn_big.white:hover {
background-color: #eee !important;
}

.bttn.blue,.bttn_big.blue {
color: #FFF !important;
background-color: #27a4c8 !important;
}

.bttn.red,.bttn_big.red {
color: #FFF !important;
background-color: #D12D2D!important;
}

.bttn.blue:hover,.bttn_big.blue:hover {
background-color: #222 !important;
}


.bttn.green,.bttn_big.green {
color: #FFF !important;
background-color: #8fbd2d !important;
}

.bttn.green:hover,.bttn_big.green:hover {
background-color: #36ba07 !important;
}

.footer h3 {
margin-bottom: 0 !important;
}

.footer .bttn,.footer .bttn_big {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}

a.more_cat {
position: absolute;
top: 41px;
z-index: 2;
font-size: 11px;
}
.hidden {
display:none;
}
/* =========> FORMS */
/* modello_add
input, textarea {
font-size: inherit;
font-family: inherit;
border: none;
border: 1px solid rgba(0,0,0,0.1);
padding: 0;
font-size: 12px;
margin-bottom: 10px;
background: #FFF;
line-height: 35px;
height: 35px;
width: 100%;
border-radius: 20px;
color: #8d8d8d;
text-indent: 12px;
}
*/
.widget_search i {
    color: #34a994;
    font-size: 18px;
}.widget_search form {
     position: relative;
 }textarea:focus, input:focus{
      outline: 0;
      border:1px solid #34a994;
  }textarea {
       min-height: 100px;
       padding-top: 8px;
   }
*:focus {
    outline: 0;
}
.submit_search {
    position: absolute;
    top:11px;
    right: 10px;
    cursor:pointer;
}.submit_search:hover i {
     color:#222;}
#searchform label {
    display: none;
}

input.submit {
    color: #FFF;
    cursor: pointer;
    padding: 1px 30px!important;
    text-align: center;
    text-indent: 0;
    height: 45px;
    line-height: 45px;
    width: auto;
}

/* =========> TABLES */
table {
    border-spacing: 0;
    margin: 5px 0 5px 0;
}

table th {
    font-weight: normal;
    margin: 0px;
    padding: 15px 25px 15px 25px;
    text-align: left;
}

table td {
    /* modello_add
    margin-bottom: 1px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    border-top: 1px solid #fff;
    padding: 15px 25px 15px 25px;
    background: #f9f9f9;
*/
}



.widget_calendar table th {
    padding: 5px 8px;
}

.widget_calendar table td {
    padding: 5px 8px;
}

/* =========> LISTS */
ul,ul li {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#sidebar_l li,#sidebar_r li {
    list-style: none;
    list-style-type: none;
}

ol {
    padding: 0;
    margin: 0;
margin-left: 25px;	
}
.normal2 li {
    line-height:30px;
    border:0;
}
.pointer_icon {
    font-size: 10px;
    font-weight: lighter;
    padding-right: 5px;
    vertical-align: middle!important;
    line-height: 33px!important;
    margin-top: -3px;
    display: block!important;
    float: left;
    clear: left;
}p.higher{margin: 30px 0;}

.normal li, .widget_rss li, .widget_links li, .widget_categories li, .product-categories li, .widget_archive li, .widget_pages li, .widget_meta li, .widget_recent_comments li, .widget_recent_entries li {
    line-height: 20px;
    padding-left: 0px;
    padding: 11px 0;
    display: block;
}.normal li ul li, .widget_rss li ul li, .widget_links li ul li, .widget_categories li ul li, .product-categories li ul li, .widget_archive li ul li, .widget_pages li ul li, .widget_meta li ul li, .widget_recent_comments li ul li, .widget_recent_entries li ul li {
     font-size: 12px;
     border-bottom: 0!important;
     display: block;
padding-left: 5px;
padding-bottom: 0px;	
 }
.normal li a, .widget_rss li a, .widget_links li a, .widget_categories li a, .product-categories li a,
.widget_archive li a, .widget_pages li a, .widget_meta li a, .widget_recent_comments li a, .widget_recent_entries li a {
    color:#8e8e8e;
font-size: 15px;
text-transform: uppercase;
}
.normal li a:hover, .widget_rss li a:hover, .widget_links li a:hover, .widget_categories li a:hover, .product-categories li a:hover,
.widget_archive li a:hover, .widget_pages li a:hover, .widget_meta li a:hover, .widget_recent_comments li a:hover, .widget_recent_entries li a:hover {
    color:#34a994;
}
/*#sidebar_r .widget.widget_recent_entries h3,#sidebar_l .widget.widget_recent_entries h3,
#sidebar_r .widget.widget_links h3,#sidebar_l .widget.widget_links h3,
#sidebar_r .widget.widget_categories h3,#sidebar_l .widget.widget_categories h3,
#sidebar_r .widget.product-categories h3,#sidebar_l .widget.product-categories h3,
#sidebar_r .widget.widget_archive h3,#sidebar_l .widget.widget_archive h3,
#sidebar_r .widget.widget_pages h3,#sidebar_l .widget.widget_pages h3,
#sidebar_r .widget.widget_meta h3,#sidebar_l .widget.widget_meta h3
{
    margin-bottom: 0!important;
}*/

.normal li,.list1 li,.list2 li,.list3 li,.list4 li,.list5 li {
    border-left: 0px !important;
    border-right: 0px !important;
}

#sidebar_r .normal li,#sidebar_r .widget_rss li,#sidebar_r .widget_links li,#sidebar_r .widget_categories li,#sidebar_r .product-categories li,#sidebar_r .widget_archive li,#sidebar_r .widget_pages li,#sidebar_r .widget_meta li,#sidebar_r .widget_recent_comments li,#sidebar_r .widget_recent_entries li
{
    border-right: 0 !important;
}

#sidebar_l .normal li,#sidebar_l .widget_rss li,#sidebar_l .widget_links li,#sidebar_l .widget_categories li,#sidebar_l .product-categories li,#sidebar_l .widget_archive li,#sidebar_l .widget_pages li,#sidebar_l .widget_meta li,#sidebar_l .widget_recent_comments li,#sidebar_l .widget_recent_entries li
{
    border-left: 0 !important;
}

.rsswidget {
    display: inline-block;
}

/* =========> ANIMATE ME */
.transi,.transi:hover,.widget_top i:hover,.widget_top i,.tr,.logos img,.logos img:hover,.ui-widget-header,
.ui-accordion-header,h1.title a,h1.title a:hover,ul#modello-menu li a,.bttn_big,a.bttn_big,input.bttn,.submit,a.more_cat,
a.bttn,.footer .bttn,.greybg h3,.greybg h3:hover,#sidebar_r .menu li a,#sidebar_l .menu li a,#socials_a li,.socials_f li,
#socials_a li a,.socials_f li a,#socials_a li.w16 a,.socials_f li.w16 a,.post_item,.reply a,.post_item:hover,
.comment,.comment:hover,.tagcloud a,.tagcloud a:hover,a i,i,
a:hover i,a i:hover,i:hover,.list_style .col1:hover,.list_style .col1
{
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.transi_bg,.transi_bg:hover,.list_style .col1:hover,.list_style .col1,.foot_icons a
{
    -webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    -ms-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out;
}
.no_transi {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: none!important;
    transition:none!important;
}

/* ================================================
 * @hook:WIDGETS/SIDEBARS
 * ================================================ */
.after-post {
    margin-top: 70px;
    clear: both;
}

.after-post h3 {
    padding-bottom: 28px;
}

.after-post img {
    max-width: 100% !important;
}

.after-post .widget {
    padding-bottom: 28px;
    margin-bottom: 20px;
}
#sidebar_r .widget > h3, #sidebar_l .widget > h3,.testimonials-container > h3.tit {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 25px!important;
    padding-bottom: 5px;
    position: relative;
}
#sidebar_r .testimonial_content, #sidebar_l .testimonial_content {
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
    padding: 0;
}#sidebar_r .test_det, #sidebar_l .test_det {
     font-size: 12px;
     line-height: 20px;
     margin-bottom:10px;
 }#sidebar_r div.anythingSlider .arrow a, #sidebar_l div.anythingSlider .arrow a {
      width: 16px;
      height: 20px;
  }#sidebar_r div.anythingSlider .arrow a, #sidebar_l div.anythingSlider .arrow a {
       width: 16px;
       height: 20px;
   }.testimonials-container {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }#sidebar_r .clients-slide.widget a,#sidebar_l .clients-slide.widget a {
         padding-right: 10px!important;
     }#sidebar_r .clients-container .clients-slide-controls img,#sidebar_l .clients-container .clients-slide-controls img {
          width: 100%;
          height: 100%;
          background: #34a994;
          padding: 3px 8px;
          border-radius: 150px;
          -webkit-border-radius: 150px;
          -moz-border-radius: 150px;
      }#sidebar_r .clients-container .clients-slide-controls a,#sidebar_l .clients-container .clients-slide-controls a {
           width: 5px!important;
           height: auto!important;
           padding: 0px 0px;
       }#sidebar_r .clients-container .clients-slide-wrap,#sidebar_l .clients-container .clients-slide-wrap {
            margin: 0 auto;
            overflow: hidden;
            width: 72%;
            position: relative;
            z-index: 2;
        }#sidebar_r .clients-container .clients-slide-controls,#sidebar_l .clients-container .clients-slide-controls {
             width: 90%;
         }#sidebar_r .cb-twitter .user,#sidebar_l .cb-twitter .user {
              float: left;
              width: 58px;
          }
.woocommerce #sidebar_r .cb-twitter .user img, .woocommerce #sidebar_l .cb-twitter .user img {
    width: 35px;
}
.woocommerce #sidebar_r .cb-twitter .user, .woocommerce #sidebar_l .cb-twitter .user {
    width: 45px;
}
#sidebar_r .cb-twitter .tweet,#sidebar_l .cb-twitter .tweet{
    width: 150px;
    float: right;
    font-size: 12px;
    color: #7e7e7e;
    font-style: italic;
}.woocommerce #sidebar_r .cb-twitter .tweet,.woocommerce #sidebar_l .cb-twitter .tweet{
     width: 130px;
 }.cb-twitter .tweet:hover {
      color:#34a994;
  } .cb-twitter .user a {
        font-size: 10px;
        line-height: 10px;
        display: block;
        margin-top: 5px;
        color: #999;
        text-align: center;
    }.cb-twitter .user img{
         margin-bottom:1px;
         border-radius:50px;
         -webkit-border-radius:50px;
         -moz-border-radius:50px;
         background:rgba(0,0,0,0.1);
         padding:4px;
     }.cb-twitter .user:hover img{
          background:#34a994;
      }.tweet_date {
           color: #34a994;
           font-size: 9px;
           display: block;
           text-align: right;
       }.single_tweet {
            border-bottom: 1px solid rgba(0,0,0,0.1);
            margin-bottom: 20px;
            padding-bottom: 10px;
        }#sidebar_r .author_link, #sidebar_l .author_link,#sidebar_r .cat,#sidebar_l .cat,#sidebar_r .about_author,#sidebar_l .about_author {
             display: none;
         }#wp-calendar {
              position:relative;
          }
.widget_archive .select2-container,.widget_categories .select2-container {
    margin-top: 20px;
}#wp-calendar #prev,#wp-calendar #next,#wp-calendar .pad {
     display:none!important;
 }.rsswidget {
      font-weight: bold;
  }.widget img {
       max-width: 100%;
       height: auto;
   }.cb5_gmap.widget img {
        max-width: inherit;
    }.about_title {
         color: #999;
         padding-top: 3px;
     }.bio_info {
          font-size: 13px;
          margin-top: 5px;
      }


/* =========> SIDEBARS */
#sidebar_l,#sidebar_r {
    float: left;
    width: 21%;
    padding: 10px;
    padding-top: 0px;
    position: relative;
    z-index: 25;
}

#sidebar_l {
    margin-right: 3%;
    padding-right: 0px;
    padding-left:0;
}

#sidebar_r {
    margin-left: 3%;
    padding-left: 0px;
    padding-right:0;
}

#sidebar_l .widget,#sidebar_r .widget {
    margin-bottom: 25px;
    padding-bottom: 25px;
}

#sidebar_r .widget .date_cn,#sidebar_l .widget .date_cn {
    display: none !important;
}

#sidebar_r .col1, #sidebar_l .col1 {
    padding-bottom: 14px!important;
    margin: 0!important;
}

#sidebar_r .menu,#sidebar_l .menu {
    border-top: 0px solid #e3e3e3;
}

#sidebar_r .menu li a, #sidebar_l .menu li a {
    line-height: 35px;
    padding-left: 10px;
    border-top: 1px solid #e3e3e3;
    display: block;
}#sidebar_r .widget.widget_nav_menu h3 {
     margin-bottom: -1px!important;
 }#sidebar_r .menu li a, #sidebar_l .menu li a {
      line-height: 40px;
      padding-left: 0px;
      border-top: 1px solid #e3e3e3;
      display: block;
  }

#sidebar_r .menu li.current_page_item a,#sidebar_l .menu li.current_page_item a,#sidebar_r .menu li.current-menu-item a,#sidebar_l .menu li.current-menu-item a
{
    border-left: 3px solid #34a994;
    padding-left: 10px;
}

#sidebar_r .menu li a:hover,#sidebar_l .menu li a:hover {
    background: #34a994;
    border-top:1px solid #34a994;
    text-decoration: none;
    padding-left:10px;
    color:#FFF;
}

#sidebar_r .menu li a {
    border-right: 0 !important;
}

#sidebar_l .menu li a {
    border-left: 0 !important;
}
#sidebar_r h3,#sidebar_l h3 {
    font-size: 20px;
}

/* ================================================
 * @hook:WORDPRESS DEFAULT
 * ================================================ */
.post_item,.tagcloud a,.reply a {
    padding: 0px 8px;
    background: #f3f3f3;
    color: #999 !important;
    margin-right: 2px;
    margin-left: 2px;
    padding-top: 1px;
    font-size: 11px;
    text-transform: lowercase;
}

.tagcloud a {
    padding: 5px 5px;
    background: #34a994;
    color: #FFF !important;
    margin-right: 2px;
    display: inline-block;
    margin-left: 0px;
    margin-bottom: 4px;
    line-height: 100%;
    text-transform: lowercase;
}

/* =========> POST DETAILS */
.post_item,.post_item a,ul.post_details1 li,ul.post_details2 li,ul.post_details3 li,ul.post_details4 li,ul.post_details1 li a,ul.post_details2 li a,ul.post_details3 li a,ul.post_details4 li a
{
    color: #b3b3b3 !important;
    padding: 0 !important;
    background: none !important;
    text-transform: lowercase;
}

.reply {
    text-align: right;
    float: right;
}

code {
    font-size: 10px;
    color: #999;
}

.tagcloud a:hover,.reply a:hover {
    text-decoration: none;
    color: #fff !important;
    background: #34a994;
}

.post_item:hover,.post_item a:hover {
    background: none;
    text-decoration: none;
}

.post_item a:hover {
    color: #34a994 !important;
}

.details li a, .details li i, .details {
    color: #757575;
    font-size: 12px;
}
.details li {
    display: inline-block;
    padding-right: 20px;
}
.details li i {
    font-size:20px;
    vertical-align: bottom;
}



/* =========> COMMENTS */
#respond {
    margin-top: 68px;
}

#comments textarea {
    width: 100%;
}


#comments {
    margin-top: 28px;
}

.wp-smiley {
    width: auto !important;
}

#post .submit {
    margin-left: 0px;
}

#post input {
    padding: 10px 22px;
}

#comments input {
    cursor: pointer;
}

h3#comments {
    margin-bottom: 15px;
    margin-top: 25px;
}

.comment,.pingback,.trackback {
    border: 1px solid #e3e3e3;
    background: #fbfbfb;
    padding: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 20px;
    -webkit-border-radius: 3px;
}

.comment p,.pingback p,.trackback p {
    margin-bottom: 0 !important;
}

.comment:hover,.pingback:hover,.trackback:hover {
    background: #fff;
}

.comment .comment {
    margin-top: 20px;
}

.comment img,.pingback img {
    float: left;
    margin-right: 15px;
}

.comment a,.trackback a {
    color: #666;
}

.comment-author {
    clear: both;
    font-size: 13px;
    color: #222;
}

.comment-meta,.comment-meta a {
    color: #999 !important;
}

.commentlist .avatar {
    width: 32px !important;
    height: 32px !important;
    margin-top: 5px;
}

#author-avatar {
    float: left;
    padding: 20px;
    width: 60px;
    padding-right: 25px;
}

#author-description {
    float: left;
    width: 78%;
}
.comment-form-comment label {
    text-transform: uppercase;
    padding-bottom: 15px;
    display: block;
    letter-spacing: 2px;
    color:#333;
}
.form-allowed-tags {
    font-size: 11px;
    color: #ccc;
    margin-bottom: 20px;
}
.form-allowed-tags abbr{
    color: #ccc;
}

/* =========> DEFAULTS */
.wp-caption,.gallery-caption {
    background: #e3e3e3;
    margin-bottom: 1.625em;
    max-width: 96%;
    padding: 9px;
}

.wp-caption-text {
    color: #666;
    font-family: Georgia, serif;
    font-size: 12px;
padding-top: 10px;
margin-bottom: 0;	
}
.wp-caption img {
width: 100%;
height: auto;
}
.sticky {
    border-bottom: 3px solid #34a994;
    padding-bottom: 10px !important;
}

pre {
    overflow-x: scroll;
}

.bypostauthor {
    padding: 10px;
}

.alignright {
    float: right;
    margin-left: 10px !important;
}

.alignleft {
    float: left;
    margin-right: 10px !important;
}

.aligncenter {
    clear: both;
    display: table!important;
    margin-left: auto;
    margin-right: auto;
}

.alignnone,.alignright,.alignleft,.aligncenter {
    width: auto !important;
height: auto!important;
max-width: 100%;
}	
}

.dc {
    font-size: 25px;
    vertical-align: middle;
}

/* ================================================
 * @hook:FOR Modello
 * ================================================ */
.round,.bttn,.bttn_big,#sidebar img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.not_round {
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
}

.bttn.roundy {
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
}
.bttn.square {
    border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
}
.bttn_big.roundy {
    border-radius:40px;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
}
.bttn_big.very.roundy {
    border-radius:70px;
    -webkit-border-radius:70px;
    -moz-border-radius:70px;
}
div.wpcf7-validation-errors {
    border: 0;
    background: #f7e700;
    border-radius: 10px;
    padding: 10px 20px!important;
    margin-bottom: 10px!important;
    color: #000;
}
/*.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    filter: alpha(opacity =   30);
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    text-indent: -9999px;
    background: url('img/icons/scroll.png') no-repeat;
    z-index: 999;
}*/
#ascrail2000 {
    z-index: 9999!important;
    background: none!important;
}
.borb-grey {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
}
.fullbg-blue .borb-grey {
    border-bottom: 1px solid rgba(255,255,255,0.5);
}.text_spacer{font-size:20px!important;font-weight:normal!important;display:inline-block;
     padding-left:11px;padding-right:11px;}
.img_feat {
    position: relative;
    margin-right: 20px;
    width: 220px;
    height: 220px;
    display: inline-block;
    float: left;
}
.img_screen {
    width:100%;
    height:auto;
}.img_feat p {
     margin: 0;
 }.feat_list h5 {
      text-transform: none!important;
  }.feat_list {
       font-size:12px;
       text-align:justify;
   }.borb-grey.last {
        border:0!important;
        margin-bottom:0!important;
    }.feat_a {
         position: absolute;
         width: 100%;
         height: 100%;
         z-index:-1;
     }.feat_a .to{
          position: absolute;
      }
.img_screen_before{
    background:url(../../../../newmodello/wp-content/uploads/feat/loupe.html) center center;
    background-size: 100%;
    width:100%;
    height:100%;
    position:absolute;
    z-index:1;
}
.fullbg-blue .img_screen_before{
    background:url(../../../../newmodello/wp-content/uploads/feat/loupev.html) center center;
    background-size: 100%;
    width:100%;
    height:100%;
    position:absolute;
    z-index:1;
}
.tp-leftarrow.default {
    background: url(img/large_left.png) no-repeat 0 0;
    width: 25px;
    height: 120px;
    margin-top: -110px!important;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity:0.2;
}
.tp-rightarrow.default {
    background: url(img/large_right.png) no-repeat 0 0;
    width: 25px;
    height: 120px;
    margin-top: -110px!important;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity:0.2;
}
.tp-rightarrow.default:hover,.tp-leftarrow.default:hover{
    opacity:1;
}

/* =========> ROUNDED/ICON SECTION ENDINGS */
.rev100 {
    position: absolute;
    width: 100%;
    left:0;
}
.footer .wrapme {
    margin-top: -100px;
    position: relative;
    z-index: 26;
}
.foot_bg {
    background: #FFF;
    width: 100%;
    height: 100%;
    bottom: -62px;
    position: absolute;
}
.footer .widget img {
    width: auto;
    height: auto;
}.footer textarea {
     min-height: 70px;
     line-height: 20px;
     padding-left: 3%;
     width: 97%;
     text-indent: 0;
 }
.footer_corners {
    background: url(img/corners/top/round-white-up.png) center top
    no-repeat transparent;
    width: 100%;
    height: 164px;
    position: absolute;
    margin-top: -164px;
    left: 0;
    z-index: 25;
}
.footer_corners.black {
    background: url(img/corners/top/round-black-up.png) center top no-repeat transparent;
}.footer_corners.blue {
     background: url(img/corners/top/round-blue-up.png) center top no-repeat transparent;
 }.footer_corners.green {
      background: url(img/corners/top/round-green-up.png) center top no-repeat transparent;
  }.footer_corners.red {
       background: url(img/corners/top/round-red-up.png) center top no-repeat transparent;
   }
.footer.red .foot_bg{background:#d12d2d;}
.footer.black .foot_bg{background:#141414;}
.footer.blue .foot_bg{background:#27a4c8;}
.footer.green .foot_bg{background:#7fac1d;}

.footer_corners.red .full_icon i{color:#d12d2d!important;}
.footer_corners.black .full_icon i{color:#141414!important;}
.footer_corners.blue .full_icon i{color:#27a4c8!important;}
.footer_corners.green .full_icon i{color:#7fac1d!important;}

.footer.red {color:#FFF!important;}
.footer.black {color:#FFF!important;}
.footer.blue {color:#FFF!important;}
.footer.green {color:#FFF!important;}
.footer.red h3,.footer.red h3 a,,.footer.red a{color:#FFF!important;}
.footer.black,.footer.black h3,.footer.black h3 a,.footer.black a{color:#FFF!important;}
.footer.blue,.footer.blue h3,.footer.blue h3 a,.footer.blue a {color:#FFF!important;}
.footer.green,.footer.green h3,.footer.green h3 a,.footer.green a{color:#FFF!important;}
.footer.green .bttn,.footer.red .bttn,.footer.blue .bttn {
    background:#222!important;
}

.r_w_i {
    background: url(img/corners/top/round-white-up.png) center top
    no-repeat transparent;
    width: 100%;
    height: 164px;
    position: absolute;
    margin-top: -164px;
    left: 0;
    z-index: 22;
}.r_w_i.blue {
     background: url(img/corners/top/round-blue-up.png) center top no-repeat transparent;
 }
.r_w_i.red {
    background: url(img/corners/top/round-red-up.png) center top no-repeat transparent;
}
.r_w_i.black {
    background: url(img/corners/top/round-black-up.png) center top no-repeat transparent;
}
.r_w_i.green {
    background: url(img/corners/top/round-green-up.png) center top no-repeat transparent;
}
.r_w_i.red .full_icon i {
    color:#d12d2d!important;
}.r_w_i.white .full_icon i {
     color:#FFF!important;
 }.r_w_i.blue .full_icon i {
      color:#27a4c8!important;
  }.r_w_i.black .full_icon i {
       color:#141414!important;
   }.r_w_i.green .full_icon i {
        color:#7dac2a!important;
    }
.r_wo_i {
    background: url(img/corners/top/round-white-up-noicon.png) center top
    no-repeat transparent;
    width: 100%;
    height: 164px;
    position: absolute;
    margin-top: -164px;
    left: 0;
    z-index: 22;
}
.r_wo_i.blue {
    background: url(img/corners/top/round-blue-up-noicon.png) center top no-repeat transparent;
}
.r_wo_i.green {
    background: url(img/corners/top/round-green-up-noicon.png) center top no-repeat transparent;
}
.r_wo_i.red {
    background: url(img/corners/top/round-red-up-noicon.png) center top no-repeat transparent;
}
.r_wo_i.black {
    background: url(img/corners/top/round-black-up-noicon.png) center top no-repeat transparent;
}
.slice_top {
    background: url(img/corners/top/slice-white-up.png) center top
    no-repeat transparent;
    width: 100%;
    height: 164px;
    position: absolute;
    margin-top: -164px;
    left: 0;
    z-index: 22;
}
.slice_top.red {
    background: url(img/corners/top/slice-red-up.png) center top no-repeat transparent;
}
.slice_top.black {
    background: url(img/corners/top/slice-black-up.png) center top no-repeat transparent;
}.slice_top.green {
     background: url(img/corners/top/slice-green-up.png) center top no-repeat transparent;
 }.slice_top.blue {
      background: url(img/corners/top/slice-blue-up.png) center top no-repeat transparent;
  }
.slice_top.red .full_icon i {
    background: #d12d2d;
    color:#FFF!important;
}.slice_top.black .full_icon i {
     background: #141414;
     color:#FFF!important;
 }.slice_top.white .full_icon i {
      background: #fff;
      color:#111!important;
  }.slice_top.green .full_icon i {
       background: #7dac2a;
       color:#FFF!important;
   }.slice_top.blue .full_icon i {
        background: #27a4c8;
        color:#FFF!important;
    }
.slice_top .full_icon i {
    width: 52px;
    height: 40px;
    margin: 0 auto;
    display: block!important;
    margin-top: 83px;
    padding: 0;
    text-align: center;
    padding-left: 0px;
    padding-top: 12px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
.r_w_i_d {
    background: url(img/corners/top/round-white-down.png) center top
    no-repeat transparent;
    width: 100%;
    height: 164px;
    position: absolute;
    margin-top: -164px;
    left: 0;
    z-index: 22;
}
.r_w_i_d.red {
    background: url(img/corners/top/round-red-down.png) center top no-repeat transparent;
}
.r_w_i_d.black {
    background: url(img/corners/top/round-black-down.png) center top no-repeat transparent;
}.r_w_i_d.green {
     background: url(img/corners/top/round-green-down.png) center top no-repeat transparent;
 }.r_w_i_d.blue {
      background: url(img/corners/top/round-blue-down.png) center top no-repeat transparent;
  }
.r_w_i_d.red .full_icon i {
    background: #d12d2d;
    color:#FFF!important;
}.r_w_i_d.black .full_icon i {
     background: #141414;
     color:#FFF!important;
 }.r_w_i_d.white .full_icon i {
      background: #fff;
      color:#111!important;
  }.r_w_i_d.green .full_icon i {
       background: #7dac2a;
       color:#FFF!important;
   }.r_w_i_d.blue .full_icon i {
        background: #27a4c8;
        color:#FFF!important;
    }
.r_w_i_d .full_icon i {
    width: 52px;
    height: 40px;
    margin: 0 auto;
    display: block!important;
    margin-top: 83px;
    padding: 0;
    text-align: center;
    padding-left: 0px;
    padding-top: 12px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
.rw_div .fullwimage {
    position:relative;
    z-index:25;
}
.r_wo_i_d {
    background: url(img/corners/top/round-white-down-noicon.png) center top no-repeat transparent;
    width: 100%;
    height: 103px;
    position: absolute;
    margin-top: -103px;
    left: 0;
    z-index: 22;
}
.r_wo_i_d.blue {
    background: url(img/corners/top/round-blue-down-noicon.png) center top no-repeat transparent;
}
.r_wo_i_d.green{
    background: url(img/corners/top/round-green-down-noicon.png) center top no-repeat transparent;
}
.r_wo_i_d.black {
    background: url(img/corners/top/round-black-down-noicon.png) center top no-repeat transparent;
}
.r_wo_i_d.red{
    background: url(img/corners/top/round-red-down-noicon.png) center top no-repeat transparent;
}


.f_w_i {
    background: url(img/corners/top/white-top-down.png) center top
    no-repeat transparent;
    width: 100%;
    height: 96px;
    position: absolute;
    margin-top: -96px;
    left: 0;
    z-index: 22;
}.f_w_i.blue {
     background: url(img/corners/top/blue-top-down.png) center top no-repeat transparent;
 }
.f_w_i.red {
    background: url(img/corners/top/red-top-down.png) center top no-repeat transparent;
}
.f_w_i.black {
    background: url(img/corners/top/black-top-down.png) center top no-repeat transparent;
}
.f_w_i.green {
    background: url(img/corners/top/green-top-down.png) center top no-repeat transparent;
}
.f_w_i.red .full_icon i {
    color:#d12d2d!important;
}.f_w_i.white .full_icon i {
     color:#FFF!important;
 }.f_w_i.blue .full_icon i {
      color:#27a4c8!important;
  }.f_w_i.black .full_icon i {
       color:#141414!important;
   }.f_w_i.green .full_icon i {
        color:#7dac2a!important;
    }


.fb_w_i {
    background: url(img/corners/bottom/white_bottom_down.png) center top
    no-repeat transparent;
    width: 100%;
    height: 96px;
    position: absolute;
    margin-top: -20px;
    left: 0;
    z-index: 22;
}.fb_w_i.blue {
     background: url(img/corners/bottom/blue_bottom_down.png) center top no-repeat transparent;
 }
.fb_w_i.red {
    background: url(img/corners/bottom/red_bottom_down.png) center top no-repeat transparent;
}
.fb_w_i.black {
    background: url(img/corners/bottom/black_bottom_down.png) center top no-repeat transparent;
}
.fb_w_i.green {
    background: url(img/corners/bottom/green_bottom_down.png) center top no-repeat transparent;
}
.fb_w_i.red .full_icon i {
    color:#d12d2d!important;
}.fb_w_i.white .full_icon i {
     color:#FFF!important;
 }.fb_w_i.blue .full_icon i {
      color:#27a4c8!important;
  }.fb_w_i.black .full_icon i {
       color:#141414!important;
   }.fb_w_i.green .full_icon i {
        color:#7dac2a!important;
    }









.rb_w_i {
    background: url(img/corners/bottom/round-white-up.png) center top
    no-repeat transparent;
    width: 100%;
    height: 164px;
    position: absolute;
    margin-top: -17px;
    left: 0;
    z-index: 22;
}
.rb_w_i.blue {
    background: url(img/corners/bottom/round-blue-up.png) center top no-repeat transparent;
}
.rb_w_i.red {
    background: url(img/corners/bottom/round-red-up.png) center top no-repeat transparent;
}
.rb_w_i.black {
    background: url(img/corners/bottom/round-black-up.png) center top no-repeat transparent;
}
.rb_w_i.green {
    background: url(img/corners/bottom/round-green-up.png) center top no-repeat transparent;
}
.rb_w_i.red .full_icon i {
    color:#d12d2d!important;
}.rb_w_i.white .full_icon i {
     color:#FFF!important;
 }.rb_w_i.blue .full_icon i {
      color:#27a4c8!important;
  }.rb_w_i.black .full_icon i {
       color:#141414!important;
   }.rb_w_i.green .full_icon i {
        color:#7dac2a!important;
    }
.rb_wo_i {
    background: url(img/corners/bottom/round-white-up-noicon.png) center top
    no-repeat transparent;
    width: 100%;
    height: 164px;
    position: absolute;
    margin-top: -20px;
    left: 0;
    z-index: 22;
}
.rb_wo_i.blue {
    background: url(img/corners/bottom/round-blue-up-noicon.png) center top no-repeat transparent;
}
.rb_wo_i.green {
    background: url(img/corners/bottom/round-green-up-noicon.png) center top no-repeat transparent;
}
.rb_wo_i.red {
    background: url(img/corners/bottom/round-red-up-noicon.png) center top no-repeat transparent;
}
.rb_wo_i.black {
    background: url(img/corners/bottom/round-black-up-noicon.png) center top no-repeat transparent;
}.slice_b {
     background: url(img/corners/bottom/slice-white-down.png) center top
     no-repeat transparent;
     width: 100%;
     height: 164px;
     position: absolute;
     margin-top:0px;
     left: 0;
     z-index: 22;
 }
.slice_b.red {
    background: url(img/corners/bottom/slice-red-down.png) center top no-repeat transparent;
}
.slice_b.black {
    background: url(img/corners/bottom/slice-black-down.png) center top no-repeat transparent;
}
.slice_b.blue {
    background: url(img/corners/bottom/slice-blue-down.png) center top no-repeat transparent;
}
.slice_b.green {
    background: url(img/corners/bottom/slice-green-down.png) center top no-repeat transparent;
}
.slice_b.red .full_icon i {
    background: #d12d2d;
    color:#FFF!important;
}.slice_b.black .full_icon i {
     background: #141414;
     color:#FFF!important;
 }.slice_b.white .full_icon i {
      background: #fff;
      color:#111!important;
  }.slice_b.green .full_icon i {
       background: #7dac2a;
       color:#FFF!important;
   }.slice_b.blue .full_icon i {
        background: #27a4c8;
        color:#FFF!important;
    }
.slice_b .full_icon i {
    width: 52px;
    height: 40px;
    margin: 0 auto;
    display: block!important;
    margin-top: 83px;
    padding: 0;
    text-align: center;
    padding-left: 0px;
    padding-top: 12px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}.slice_b .full_icon {
     margin-top: -30px;
 }
.rb_w_i_d {
    background: url(img/corners/bottom/round-white-down.png) center top
    no-repeat transparent;
    width: 100%;
    height: 164px;
    position: absolute;
    margin-top: -35px;
    left: 0;
    z-index: 22;
}
.rb_w_i_d.red {
    background: url(img/corners/bottom/round-red-down.png) center top no-repeat transparent;
}
.rb_w_i_d.black {
    background: url(img/corners/bottom/round-black-down.png) center top no-repeat transparent;
}
.rb_w_i_d.blue {
    background: url(img/corners/bottom/round-blue-down.png) center top no-repeat transparent;
}
.rb_w_i_d.green {
    background: url(img/corners/bottom/round-green-down.png) center top no-repeat transparent;
}
.rb_w_i_d .full_icon i {
    width: 52px;
    height: 40px;
    margin: 0 auto;
    display: block!important;
    margin-top: 83px;
    padding: 0;
    text-align: center;
    padding-left: 0px;
    padding-top: 23px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    padding-right: 1px;
}
.rb_w_i_d.red .full_icon i {
    color: #d12d2d!important;
}.rb_w_i_d.black .full_icon i {
     color: #141414!important;
 }.rb_w_i_d.white .full_icon i {
      color: #fff!important;
  }.rb_w_i_d.green .full_icon i {
       color: #7dac2a!important;
   }.rb_w_i_d.blue .full_icon i {
        color: #27a4c8!important;
    }
.rb_wo_i_d {
    background: url(img/corners/bottom/round-white-down-noicon.png) center top no-repeat transparent;
    width: 100%;
    height: 132px;
    position: absolute;
    margin-top: -38px;;
    left: 0;
    z-index: 22;
}.rb_wo_i_d.black {
     background: url(img/corners/bottom/round-black-down-noicon.png) center top no-repeat transparent;
 }.rb_wo_i_d.blue {
      background: url(img/corners/bottom/round-blue-down-noicon.png) center top no-repeat transparent;
  }.rb_wo_i_d.green {
       background: url(img/corners/bottom/round-green-down-noicon.png) center top no-repeat transparent;
   }.rb_wo_i_d.red {
        background: url(img/corners/bottom/round-red-down-noicon.png) center top no-repeat transparent;
    }

.rbw_div .fullwimage {
    position:relative;
    z-index:25;
}













.full_icon i {
    width: 52px;
    margin: 0 auto;
    display: block!important;
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 1px;
    text-align:center;
}
.full_icon a {
    display: block;
    width: 53px;
    margin: 0 auto;
}

.slice_top .full_icon {
    margin-top: -21px;
}

/* ================================================
 * IE FIXES
 * ================================================ */
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJBQkFGRUZFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJBQkFGRjBFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkFCQUZFREU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkFCQUZFRUU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtrV+I8AAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC',
    sizingMethod=crop);
    zoom: 1;
}

/* To disable smoothing applied elsewhere, add this class to the element: */
.do-not-smooth {
    filter: none;
}

.inline-block {
    float: left;
}

.png-fix {
    background-color: transparent;
    -ms-filter:
        "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,
    endColorstr=#00FFFFFF); /* IE6 & 7 */
    zoom: 1;
}
.facebook_login img{
    width:auto;
}




/* ================================================
 * @hook:MEGA MENU
 * ================================================ */


.mega .sub-menu {
    width: 100%;
}.bg_head .mega600 .sub-menu {
     width: 690px!important;
     margin-left: -300px!important;
 }.mega-w100 .sub-menu {
     width: 100%!important;
     margin-left: auto!important;
 }.bg_head .mega400 .sub-menu {
      width: 460px!important;
      margin-left: -220px!important;
  }.bg_head .mega720 .sub-menu {
       width: 840px!important;
       margin-left: -350px!important;
   }
.bg_head .mega .column3 {
    width: 200px!important;
    float: left!important;
    margin: 10px 15px;
}.bg_head .mega .column4 .sub-menu,.bg_head .mega .column3 .sub-menu,.bg_head .mega .column2 .sub-menu,.bg_head .mega .column .sub-menu  {
     display: block!important;
     position: relative!important;
     left: 0!important;
     border:0!important;
     top: 0!important;
     margin: 0!important;
     width: auto!important;
 }.bg_head .mega .sub-menu ul li a {
      padding-left: 15px;
      padding-right:0!important;
  }

.bg_head .mega .column2 {
    width: 200px!important;
    float: left!important;
    margin: 10px 15px;
}
.bg_head .mega .column4 {
    width: 180px!important;
    float: left!important;
    margin: 10px 15px;
}.bg_head ul.cb-menu li.mega ul li a {
     display: block;
     width: 100%!important;
     height: auto!important;
 }
.bg_head ul.cb-menu .mega ul li.column2 ul li a {
    width: 178px!important;
}
.bg_head ul.cb-menu .mega ul li.column2 a {
    width: 186px!important;
}
.bg_head ul.cb-menu .mega ul li.column3 ul li a {
    width: 178px!important;
}
.bg_head ul.cb-menu .mega ul li.column3 a {
    width: 186px!important;
}
.bg_head ul.cb-menu .mega ul li.column4 ul li a {
    width: 158px!important;
}
.bg_head ul.cb-menu .mega ul li.column4 a {
    width: 166px!important;
}
.bg_head ul.cb-menu .mega ul li ul li a {
    font-size:13px;
}
.bg_head ul.cb-menu > .mega > ul > li > a {
    font-weight: 600;
    font-size:16px!important;
    color:#27a4c8;
    text-transform:uppercase;
    border-bottom: 0;
}.bg_head ul.cb-menu > .mega > ul > li > a i {
     display:none!important;
 }.bpb0 a{border-bottom:0!important;}
.cb-menu .menu-icon {
    color: #888;
    font-size: 8px;
    padding-right: 8px;
    vertical-align: top;
    line-height: 38px!important;
}

.bg_head .mega .sub {font-size: 12px;
    display: block;
    line-height: 11px;
    margin-top: -10px;
    padding-bottom: 10px;}
.bg_head .mega .sub img {max-width:100%;height:auto;
    padding:15px 0px;}

.si-icon{
    display: inline-block;
    width: 64px;
    height: 64px;
    /*margin: 40px 30px;*/
    margin: 0px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
}
.si-icon-nav-left-arrow path,.si-icon-nav-up-arrow path,.si-icon-right-arrow path,.si-icon-down-arrow path,.si-icon-hamburger path,.si-icon-hamburger-cross path,.si-icon-plus path,
.si-icon-plus-cross path,.si-icon-flag path,.si-icon-clock path,.si-icon-equalizer path,.si-icon-zoom path,.si-icon-smiley path:nth-child(1),.si-icon-smiley path:nth-child(2),.si-icon-glass-empty path:nth-child(2),
.si-icon-hourglass path:nth-child(1),.si-icon-contract rect,.si-icon-trash path:nth-child(2){
    stroke:#454040;
}
.si-icon-maximize path,.si-icon-maximize-rotate path,.si-icon-play path,.si-icon-monitor path,.si-icon-lock path,.si-icon-lock rect,.si-icon-volume path,.si-icon-volume polygon,.si-icon-mail path,
.si-icon-mail polygon,.si-icon-smiley path:nth-child(3),.si-icon-smiley path:nth-child(4),.si-icon-glass-empty path:nth-child(1),.si-icon-hourglass path:nth-child(2),.si-icon-trash path:nth-child(1) {
    fill:#454040;
}

.mega-icon > ul::after {
    content: '';
    background:none!important;
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: -51px;
}.menu-icon-bottom {
     position: absolute;
     z-index: 999999999999;
     bottom: -40px;
     margin: 0 auto;
     left: -1px;
     width: 100%;
 }.menu-icon-bottom i {
      color: #FFF;
      font-size: 26px;
      display: table!important;
      margin: 0 auto;
      background: #34a994;
      width: 58px;
      height: 58px;
      border-radius: 50%;
      text-align: center;
      line-height: 58px;
  }
ul.cb-menu li.current-menu-item.mega-icon > ul::after,ul.cb-menu li.current_page_item.mega-icon > ul::after {
    bottom: -44px;
}
ul.cb-menu li.current-menu-item .menu-icon-bottom,ul.cb-menu li.current_page_item .menu-icon-bottom{
    bottom: -33px;
}
.mega720.mega-icon > ul::after {
    bottom: -51px;
}.mega720.mega-icon .menu-icon-bottom{ bottom: -40px; }
.mega600.mega-icon > ul::after {
    bottom: -44px;
}.mega600.mega-icon .menu-icon-bottom{ bottom: -33px; }
.mega400.mega-icon > ul::after {
    bottom: -36px;
}.mega400.mega-icon .menu-icon-bottom{ bottom: -25px; }

#sidebar_l .menu-icon-bottom,#sidebar_r .menu-icon-bottom {display:none!important;}
#sidebar_l .mega-icon > ul::after,#sidebar_r .mega-icon > ul::after {display:none!important;}
.confin{text-align:center;}


.mega.mega-w100 .sub-menu {
left: 0;
list-style: none;
padding: 12px 0 0 17px;
font-size: 15px;
font-weight: normal;
text-transform: capitalize;
}

.mega.mega-w100>.sub-menu {
padding: 12px 0 0 17px!important;
}
.mega.mega-w100 .col20 {
    width: 17%!important;
    float:left;
    border:0!important;
position: relative;
    margin-right:3%;
}
.mega.mega-w100 .col23 {
    width: 20%!important;
    float:left;
    border:0!important;
position: relative;
    margin-right:3%;
}
.mega.mega-w100 .col30 {
    width: 30%!important;
    float:left;
    border:0!important;
position: relative;
}
.mega.mega-w100 .col40 {
    width: 40%!important;
    float:left;
    border:0!important;
position: relative;
}
.mega.mega-w100 .col50 {
    width: 50%!important;
    margin-right:3%;
    float:left;
    border:0!important;
position: relative;
}
.mega.mega-w100 .col60{
    width: 57%!important;
    float:left;
    border:0!important;
position: relative;
    margin-right:3%;
}
.mega.mega-w100 .col52{
    width: 54%!important;
    float:left;
    border:0!important;
position: relative;
    margin-right:3%;
}
.mega.mega-w100 .column20 .column2,.bg_head .mega.mega-w100 .column60 .column2{
    width: 50%!important;
}.col20 .sub-menu, .col60 .sub-menu, .col52 .sub-menu, .col23 .sub-menu {
display: block!important;
}.mega .sub-menu .menu-item-has-children a:after {
content:'';
display:none;
}.w100 {
width: 100%;
height: auto;
}img.acenter.w100 {
margin-left: -20px;
margin-right: -20px;
width: 107%;
}
.mega .sub-menu,.mega .sub-menu li,.mega .sub-menu li a {
border: 0!important;}
.mega .sub-menu .sub-menu a {
	font-weight:normal!important;
}
.mega .sub-menu li a:hover {
	color:#34a994!important;
	background:none!important;
}
.mega .sub-menu li:hover a {
	background:none!important;
}
.mega>.sub-menu {
	border:1px solid #D9D9D9!important;
	border-top:none!important;
}
.mega>.sub-menu .sub-menu{
	border:none!important;
}.mega .hideme>a {
display: none!important;
}.mega>.sub-menu .sub-menu {
border: none!important;
position: relative!important;
top: auto!important;
margin: 0!important;
padding: 0!important;
}.mega>.sub-menu>li >.sub-menu>li>a {
font-weight: bold!important;
text-transform: uppercase;
border-bottom: 1px solid #c9c9c9!important;
margin-bottom: 15px;
padding-bottom: 0px!important;
padding-left: 0!important;
line-height: 40px!important;
}.mega .sub-menu .sub-menu {
margin-bottom: 20px!important;
}.mega .sub-menu .sub-menu a{
line-height: 26px!important;
}
.mega .mr0 {
	margin-right:0!important;
}.mega>.sub-menu, .mega.mega-w100>.sub-menu {
padding-bottom: 30px!important;
padding: 10px 30px 15px 35px!important;
}
.pl0{padding-left:0!important;}
.tp-bullets {
margin-left: auto!important;
}.tp-bullets.simplebullets.round .bullet {
cursor: pointer;
position: relative;
background: url(../assets/bullet.html) no-repeat top left;
display: inline-block;
background: url(img/modello/slider-btns.png) no-repeat 1px 0;
cursor: pointer;
width: 40px;
height: 40px;
color: #fff;
font-size: 11px;
padding: 11px 0 0px 0;
margin-right: 0px;
float: left;
margin-top: 0px;
margin-left: 3px;
margin-left: -40px;
margin-right: 50px;
}.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected {
background-position: top right;
}
.tp-bullets.simplebullets.round .bullet:hover{
	opacity:0.8;
}.product-mini-gallery a {
display: block;
position: relative;
width: 100%;
height: auto;
padding-left:0px;
}
.product-mini-gallery a:hover{opacity: 0.8;}

.price_slider_amount .price_label {
float: left;
text-transform: uppercase;
font-weight: bold;
font-size: 15px;
}p.woocommerce-result-count {
display: none!important;
}.ml0 {margin-left:0!important;}
#wpadminbar {
z-index: 999999;}
.aq-block-aq_gmap_block {
margin-bottom: 30px;
}.head_title h1.title {
text-align: center;
}.bread_wrap {
width: 100%;
text-align: center;	
}
input[type="text"], input[type="email"], input[type="password"] {
	border: 1px solid rgba(0,0,0,0.2);
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: #000;
	padding: 0 10px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	line-height: 40px;
}#sidebar_r input#s, #sidebar_l input#s {
width: 100%;	
}.diamond-sha {
text-align: center;
}.nav-mobile{display:none;}
.port_hide{display:none!important;}
/* hides the spin-button for firefox */
input[type=number] {
    -moz-appearance:textfield;
}
/* hides the spin-button for chrome*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.og-details h5 {
margin-bottom: 30px;
}form#yith-wcwl-form h2 {
margin-bottom: 30px;margin-top:20px;
}.wishlist_table {
width: 100%;
}div.yith-wcwl-share a {
margin-top: 3px;
display: block;
}
div.yith-wcwl-share ul {
display: inline-block;
margin-left: 20px;
margin-top: 0;
}
.wishlist_table {
margin-bottom: 40px;
}
div.yith-wcwl-share h4 {
font-size: 20px;
display: inline-block;
}.wishlist_table th {
padding: 10px 0;
text-align: left;
}.wishlist_table tr td {
text-align: left;
}.wishlist_table span.amount {
margin: 0!important; 
}p.myaccount_user {
margin-bottom: 30px;
}div.col2-set.addresses {
margin-top: 50px!important;
	margin-bottom:0!important;
}.woocommerce-checkout .form-row .chosen-container-single .chosen-single {
height: 42px;
line-height: 21px;
}.col-sm-4.colh1{width:32.5%;}
.colh2 .top-logo {
margin-left: 8%;
}
.col-sm-4.colh2 {
width: 31.5%;
}
.col-sm-4.colh3{width:36%;}.hidemes{display:none;}
.diamond-sha.blog .content_start {
float: left;
width: 70%;
text-align: left;
}
.diamond-sha.blog .featured_image {
width: 25%;
float: left;
margin-right: 3%;
}.diamond-sha.blog h4 {
margin-bottom: 5px!important;
}.fullwimage .wrapme {
margin: 0!important;
}
.diamond-sha.blog h4 a {
font-size: 16px;
}.wrapon {margin:0 auto;width:100%;}span.sub {
display: none;
position: absolute;
font-size: 12px;
font-weight: normal;
text-transform: none;
padding: 0 20px;
}.sub-menu span.sub {
position: relative;
display: block;
	text-align:left;
	padding-bottom:5px;
}.is_sticky {
border-bottom: 10px solid #34a994;
margin-bottom: 20px;
}div.cart-aja {
display: inline-block;
}.tab-pane .shop_attributes {
min-height: 100px;
}#shipping_method input {
vertical-align: top;
margin-top: 9px;
}
table.shop_attributes th, table.shop_attributes td, table.shop_attributes td p {
padding: 0!important;
margin: 0;
}
.str_rtng{display:inline; padding-left:10px;}

table.shop_attributes th, table.shop_attributes td {
padding-right: 20px!important;
}.price del {
font-size: 16px;
}.load-more-holder button {
	background:none;
	color:#595959;
	line-height:30px;
	font-weight:lighter;
	text-transform:uppercase;
}.load-more-holder button:hover {
	background:none!important;
	color:#000;
}.single-product-info-holder input.input-text.qty.text {
min-width: 168px!important;
}