/*
   Theme Name: Theme Novalac
   Description: Theme for Novalac website
   Version: 1.0
   Author: RedSand
   Author ARI: http://redsand.vn
*/

@font-face {
    font-family: 'CoconRegular';
    src: url('fonts/coconreg-webfont.eot');
    src: url('fonts/coconreg-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/coconreg-webfont.woff') format('woff'),
    url('fonts/coconreg-webfont.ttf') format('truetype'),
    url('fonts/coconreg-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* --- RESPONSIVE CLASSES --- */

.grid {
    float: left;
    margin-bottom: 2.127659574468%;
    padding-top: 0;
}

.grid-right {
    float: right;
    margin-bottom: 2.127659574468%;
    padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
    margin-right: 2.127659574468%;
}

.col-60 {
    width: 6.382978723404%;
}

.col-140 {
    width: 14.893617021277%;
}

.col-220 {
    width: 23.404255319149%;
}

.col-300 {
    width: 31.914893617021%;
}

.col-380 {
    width: 40.425531914894%;
}

.col-460 {
    width: 48.936170212766%;
}

.col-540 {
    width: 57.446808510638%;
}

.col-620 {
    width: 65.957446808511%;
}

.col-700 {
    width: 74.468085106383%;
}

.col-780 {
    width: 82.978723404255%;
}

.col-860 {
    width: 91.489361702128%;
}

.col-940 {
    width: 100%;
}

.fit {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#footer-wrapper .grid.col-940 {
    margin: 0;
}

#footer_widget .col-300:nth-child(3n+3) {
    margin-right: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

html, body {
    font-family: "Lato", sans-serif !important;
    padding: 0;
    margin: 0;
    min-width: 1028px;
    color: #535353;
}

img {
    max-width: 100%;
    border: 0;
}

a {
    text-decoration: none;
    color: #555555;
}

a:hover {
    text-decoration: underline;
}

.font-cocon {
    font-family: 'Cocon', sans-serif;
    font-size: inherit;
}

.font-engagement {
    font-family: 'Engagement', cursive;
    font-size: inherit;
}

.clear-fix {
    display: table;
    clear: both;
}

.clear {
    clear: both;
}

.home .babyshowers-section img {
    width: 100%;
}

.bx-wrapper .bx-loading{
    display: none !important;
}

.rounded {
    border-radius: 10px;
}

div.wrapper-content {
    padding-top: 0;
}

div.wrapper-content h1.entry-title {
    margin-top: 20px;
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #6295b7;
}

.link {
    text-decoration: none;
    cursor: pointer;
}

div.header-nav#menu ul li.current-menu-item ul li a {
    text-decoration: none;
}


.container {
    width: 950px;
    margin: 0 auto;
    padding: 0;
}

.single .single-text li a,
.single .single-text p a {
    color: #E4833B;
    text-decoration: underline;
}

#recent-posts-3 {
    margin-bottom: 20px;
}

div#recent-posts-3 ul {
    margin-top: 0;
}

.site-header {
    position: relative;
    z-index: 10;
    min-height: 480px;
    max-width: 960px;
    margin: 0 auto;
}

.site-header .top-wrap {
    position: relative;
    z-index: 5;
    background: url('images/bg-menu.png') scroll no-repeat bottom center;
    height: 175px;
}

.site-header .bottom-wrap {
    position: relative;
    z-index: 1;
}

.site-header .container {
    width: 960px;
    clear: both;
}

.collapse-button {
    height: 32px;
    width: 48px;
    background: #184467 linear-gradient(to bottom, #276395, #184467) repeat-x;
    color: #65a7d7;
    padding-top: 4px;
}

.collapse-button .icon-bar {
    width: auto;
    background-color: #65a7d7;
    height: 5px;
    border-radius: 0;
}

.collapse-button:hover, .collapse-button:focus {
    background-image: linear-gradient(to bottom, #184467, #276395);
    color: #65a7d7;
}

.table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-cell {
    position: relative;
    display: table-cell;
    min-height: 40px;
    padding: 22px 10px;
    margin: 0;
    vertical-align: middle;
}

.table-cell input {
    height: 40px;
    box-sizing: border-box;
    background-color: transparent;
    border: 0;
    padding-left: 5px;
    outline: 0;
}

.table-cell input.search-submit {
    width: 40px;
    text-indent: -9999px;
    background: url('images/icon-mg.png') scroll no-repeat center;
}

.risultatotext a{
	text-decoration:underline;
	font-weight: bold;
}

.postid-2867 ul li h3{
	margin:3px 0;
}

.table-cell input.search-submit:hover {
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.table-cell input.search-text {
    border-left: 1px solid rgba(152, 191, 213, 0.35);
    width: 200px;
}

.table-cell .logo {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.table-cell .logo .overlay {
    position: absolute;
    top: 0;
    display: none;
}

.table-cell .logo:hover .overlay {
    display: block;
}


p.scelta-quiz{
	padding-top: 60px;
	background: url(images/barrasfumata.jpg) no-repeat top center;
    margin-top: 10px;
}

p.iquiz{
	text-align: center;
	clear:both;
	width:100%;
	margin-bottom:30px;
}

p.iquiz img{
	display: inline;
	float:none;
}

li.current-menu-item a, ul li.current-menu-item a, ul.sub-menu li.current-menu-item a {
    color: #004587;
}

.social-network {
    list-style: none;
    padding: 0;
    margin: 0 10px 0 0;
    float: right;
    height: 100%;
    display: table;
    border-collapse: collapse;
}

.social-network .item {
    display: table-cell;
    border: 0;
    padding-left: 5px;
}

.primary-navigation {
    position: relative;
    height: 80px;
    z-index: 10;
}

.primary-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 50px;
    display: table;
    width: 100%;
    border-collapse: collapse;
    position: relative;
    font-family: 'Cocon', sans-serif;
    color: #fff;
}

div.header-nav#menu ul#menu-menu-header > li.menu-item-type-custom#menu-item-2598{
	position: relative;
}

div.header-nav#menu ul#menu-menu-header > li.menu-item-type-custom#menu-item-2598 ul {
    width: 200px;
    padding: 10px;
}

div.header-nav#menu ul#menu-menu-header > li.menu-item-type-custom#menu-item-2598 ul > li{
	height: auto;
	padding:0;
}

div.header-nav#menu ul#menu-menu-header > li#menu-item-2598 > ul.sub-menu > li > a{
	margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

div.global-page-content .wp-pagenavi a{
	text-decoration: none;
}

.primary-navigation ul ul {
    left: 0;
    position: absolute;
}

.primary-navigation ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: auto;
    box-sizing: border-box;
    text-align: center;
    vertical-align: bottom;
    border: 1px solid rgba(255, 255, 255, 0);

}

.primary-navigation a {
    color: inherit;
    text-decoration: inherit;
    font-weight: inherit;
}

.primary-navigation a:hover {
    color: #004587;
}

.prova-transit {
    width: 100%;
    font-family: 'Cocon-Bold', sans-serif;
    color: #1b366f;
    box-sizing: border-box;
    z-index: -1;
    margin-top: -33px;
    padding-bottom: 25px;
}

div.single-text img{
	height:auto;
}
.prova-transit .button {
    position: absolute;
    left: 188px;
    bottom: 102px;
    display: block;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    background: url('images/bg-btn-green-small.png') scroll repeat-x center;
    padding-left: 10px;
    padding-right: 10px;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    box-shadow: inset 0 3px 3px rgba(110, 127, 136, 0.13);
}

.prova-transit .button:hover {
    color: #ddd;
}

.trovanovalac-home img {
    width: 100%;
}

.banner {
    font-family: 'Cocon-Bold', sans-serif;
    color: #1b366f;
    box-sizing: border-box;
    z-index: -1;
    margin-top: -33px;
}

.banner-blog {
    font-family: 'Cocon-Bold', sans-serif;
    color: #1b366f;
    box-sizing: border-box;
    z-index: -1;
    margin-top: -33px;
}

.banner *:not(.buttons div) {
    margin: 0;
    padding: 0;
}

ol.commentlist,ol.commentlist li,ol.commentlist li,ol.commentlist ul{
	list-style: none;
	padding:0;
	margin-left:0;
}

h6#comments{
	font-size: 20px;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.comment-author.vcard img{
	width:30px;
	height:30px;
}

.reply a{
	color:#E4833B;
}

div.commentmetadata{
	font-size:12px;
}

.banner .buttons div {
    margin-bottom: 0;
}

.banner .table {
    height: 100%;
    border-collapse: collapse;
}
.comment-body p{
	margin-bottom:4px;
	margin-top:4px;
}

p.comment-notes{
	margin-top:0;
}

h3#reply-title{
	margin-bottom:0;
}

.banner .table-cell {
    height: 100%;
    padding: 0;
    vertical-align: top;
    box-sizing: border-box;
}

div.comment-body{
	margin-bottom:20px;
}

.banner .top {
    width: 100%;
    height: 70%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.banner .bottom {
    width: 100%;
    height: 30%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.banner .left .bottom .di-novalac {
    font-size: 13px;
    text-align: center;
    padding: 80px 45px 0 0;
}

.banner .right .bottom {
    padding: 10px 0 0 50px;
}

.banner .right .bottom p {
    text-transform: uppercase;
    font-size: 16px;
}

.email-box {
    display: table;
    margin: 42px 0 0 30px;
}

.email-box input {
    display: table-cell;
    height: 36px;
    margin-right: 20px;
    vertical-align: middle;
}

.email-box .email-text {
    width: 220px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 5px 15px 0;
    box-shadow: inset 3px 3px 3px rgba(110, 127, 136, 0.13);
    font-size: 16px;
    max-height: 36px;
    box-sizing: border-box;
}

.email-box .email-submit {
    width: 120px;
    background: url('images/bg-btn-orange.png') scroll repeat-x center;
    box-shadow: inset 3px 3px 3px rgba(110, 127, 136, 0.13);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.email-box input[type="submit"]:hover {
    color: #eee;
}

.provincia-box.table {
    height: 64px;
    padding: 0;
    margin: 15px 0 0;
    table-layout: fixed;
    border-collapse: collapse;
}

.provincia-box .table-cell {
    vertical-align: middle;
    height: 64px;
    padding: 0 5px;
    box-sizing: border-box;
    position: relative;
}

.provincia-box .table-cell:nth-child(3n+1) {
    width: 310px;
    padding-left: 10px;
}

.provincia-box .table-cell:nth-child(3n+2) {
    width: 650px;
}

.provincia-box .table-cell:nth-child(3n+0) {
    width: 200px;
    padding-right: 10px;
}

.provincia-box .input {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.provincia-box .input .item.submit {
    padding-left: 13px;
}

.provincia-box .input .item {
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.provincia-box p {
    padding-top: 10px;
    height: 64px;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -20px;
}

.provincia-box .font-cocon {
    font-size: 38px;
}

.provincia-box .font-engagement {
    font-size: 42px;
    color: #68a5ce;
    padding-left: 15px;
}

.provincia-box .item.font-lato {
    font-size: 16px;
    width: auto;
    white-space: nowrap;
    vertical-align: bottom;
    padding: 0 15px 15px;
}

.provincia-box .item.small {
    font-size: 13px;
}

.provincia-box input,
.provincia-box .input-holder {
    background: #f4f4f4;
    box-shadow: inset 3px 3px 3px rgba(110, 127, 136, 0.13);
    width: 130px;
    height: 36px;
}

.provincia-box .select-sigla-text {
    width: 130px;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: #68a5ce;
    margin-top: -9px;
    background: #f4f4f4;
    box-shadow: inset 3px 3px 3px rgba(110, 127, 136, 0.13);
}

.provincia-box .select-sigla-text .rs-select-value, .provincia-box .select-sigla-text .rs-select-item {
    box-sizing: border-box;
    padding-left: 5px;
}

.provincia-box .select-sigla-text .rs-select-item {
    line-height: 1.5;
}

.provincia-box .select-sigla-text .rs-select-arrow {
    height: 36px;
    width: 31px;
    background: rgb(1, 71, 133) url('images/dropdown-arrow.png') no-repeat scroll center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.provincia-box .input-holder.dropdown-box {
    display: table;
}

.provincia-box .input-holder.dropdown-box > * {
    display: table-cell;
}

.provincia-box .input-holder.dropdown-box input {
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
    width: 100%;
}

.provincia-box .input-holder.dropdown-box a.icon {
    height: 0;
    width: 31px;
    background: rgb(1, 71, 133) url('images/dropdown-arrow.png') no-repeat scroll center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.provincia-box .dropdown-box-select {
    display: none;
    position: absolute;
    z-index: 9999;
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 150px;
    overflow: hidden;
    overflow-y: auto;
    max-width: 130px;
    box-shadow: inset 0 0 1px #aaa;
    border-radius: 10px 0 0 10px;
    box-sizing: border-box;
    background: #fff;
}

.provincia-box .dropdown-box-select .option {
    position: relative;
    display: block;
    width: 130px;
    padding: 5px;
    font-size: 14px;
}

.provincia-box .dropdown-box-select .option:hover {
    background: lightblue;
    cursor: pointer;
}

.ui-widget-header .ui-icon {
    background-image: url(http://www.novalac.it/wp-content/themes/Novalac/js/jquery-ui-1.11.2/images/ui-icons_ffffff_256x240.png) !important;
}

.provincia-box .input-holder.input-submit {
    margin-left: 10px;
    width: 170px;
}

.provincia-box input.provincia-submit {
    width: 170px;
    background: url('images/bg-btn-blue.png') scroll repeat-x center;
    vertical-align: middle;
    padding-bottom: 0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.provincia-box input.provincia-submit:hover {
    color: #eee;
}

.provincia-box .select {
    display: none;
}

.single #main div.clear {
    clear: both;
    content: '';
}

.single #main .main-content .product-box {
    border-bottom: 1px dotted #8eb3cd;
    margin-bottom: 15px;
}

.single #main .main-content .product-box > div {
    box-sizing: border-box;
    margin: 0;
}

.single #main .main-content .product-box .product-content {
    padding-right: 25px;
    margin: 0;
}

.single #main .main-content .product-box .product-customfields {
    padding-left: 30px;
    font-size: 12px;
    border-left: 1px dotted #8eb3cd;
}

.single #main .main-content .product-box .product-customfields span.field-title {
    font-weight: bold;
    font-size: 14px;
}

.single #main .main-content .product-box .product-customfields div.linktabella {
    padding: 15px 0;
}

.single #main .main-content .product-box .product-customfields div.linktabella a {
    display: inline-block;
    background: url('images/bg-btn-blue-big.png') repeat-x bottom center;
    width: 275px;
    height: 36px;
    color: #fff;
    text-align: center;
    padding-top: 14px;
    font-size: 16px;
    border-radius: 10px;
    font-family: 'Cocon', sans-serif;
}

.single #main .main-content div.sidebars, .single #main .main-content div.sidebars > div {
    margin: 0;
    box-sizing: border-box;
}

/* --- SIDEBAR TROVANOVALAC --- */

.sidebar-trovanovalac .tn-header {
    margin-top: 10px;
}

.sidebar-trovanovalac .tn-inputs .col-220 {
    text-align: center;
}

.sidebar-trovanovalac .tn-inputs .col-220:nth-child(3) {
    padding-top: 6px;
}

.sidebar-trovanovalac .tn-inputs .col-220 input {
    width: 100%;
    border-radius: 10px;
    background: #f4f4f4;
    padding: 7px 5px;
    -webkit-box-shadow: inset 2px 3px 6px 0 rgba(71, 71, 71, 0.44);
    -moz-box-shadow: inset 2px 3px 6px 0 rgba(71, 71, 71, 0.44);
    box-shadow: inset 2px 3px 6px 0 rgba(71, 71, 71, 0.44);
}

.sidebar-trovanovalac .tn-inputs div.tn-submit {
    margin-top: 15px;
    text-align: center;
}

/* --- FINE SIDEBAR --- */

.single .provincia-box.table {
    position: static;
    width: 440px;
    display: block;
    padding: 30px 0 0;
    margin: 0;
    box-sizing: border-box;
}

.search-result {
    margin-top: 25px;
}

.single .provincia-box.table * {
    display: block;
}

.single .provincia-box.table .table-cell {
    display: block;
    padding: 0;
    width: 100%;
}

.single .provincia-box.table .table-cell > * {
    display: block;
    margin: 0 auto;
}

.single .provincia-box .input {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
}

.single .provincia-box .input .item {
    padding: 0 0 0 10px;
    margin: 0;
    width: auto;
}

.main-slider {
    height: 260px;
    position: relative;
    margin-top: 10px;
    background: url("images/bg-slider.png") no-repeat scroll top center rgba(0, 0, 0, 0);
}

.main-slider .slider {
    height: 260px;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-slider .top {
    position: absolute;
    z-index: 9;
    top: 5px;
    left: 5px;
    height: 25px;
    width: calc(100% - 10px);
    box-sizing: border-box;
    padding-right: 25px;
}

.main-slider .top h4 {
    display: block;
    margin: 3px 0 0 5px;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    float: left;
}

.single .single-text ul,.single .single-text ol{
	line-height: 1.5;
}

.main-slider .top a {
    display: block;
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    padding-left: 20px;
    margin-top: 2px;
    background: url('images/icon-x.png') scroll no-repeat left center;
    float: right;
}

.main-slider .slider .slider-item {
    height: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
}

.main-slider .goods {
    display: table;
    list-style: none;
    padding: 0;
    height: 260px;
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
    border-collapse: collapse;
}

.main-slider .goods .item {
    display: table-cell;
    margin: 0;
    width: 20%;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    padding: 40px 0 0;
}

.main-slider .goods .item a {
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    font-weight: normal;
}

.main-slider .goods .item img {
    box-sizing: border-box;
    width: 96px;
    height: 101px;
    margin-left: 20px;
}

.main-slider .goods .item h5 {
    margin: 10px 0 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    text-shadow: none;
}

.main-slider .goods .item h6 {
    margin: 3px 0;
    font-size: 10px;
    padding: 0;
    font-weight: normal;
    text-shadow: none;
}

.main-slider .bx-wrapper, .main-slider .bx-viewport {
    background: url('images/bg-slider.png') scroll no-repeat center;
    box-shadow: none;
    border: 0 !important;
    left: 0 !important;
    top: 0;
}

.main-slider .bx-viewport {
    background: transparent;
}

.main-slider .bx-wrapper .bx-pager {
    display: none;
}

.main-slider .bx-wrapper .bx-next {
    background: url('images/bx-next.png') scroll no-repeat center;
    height: 33px;
    width: 33px;
    border-radius: 33px;
}

.main-slider .bx-wrapper .bx-prev {
    background: url('images/bx-prev.png') scroll no-repeat center;
    height: 33px;
    width: 33px;
    border-radius: 33px;
}

.main-slider .bx-wrapper .bx-next:hover, .main-slider .bx-wrapper .bx-prev:hover {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #fff;
}

.main-slider .bx-wrapper .bx-next:active, .main-slider .bx-wrapper .bx-prev:active {
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #fff;
}

.main-slider .bottom {
    position: absolute;
    z-index: 9;
    height: 52px;
    width: 100%;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.main-slider .bottom .table {
    width: calc(100% - 50px);
    height: 100%;
    margin: 0 15px 0 35px;
    color: #fff;
    font-size: 11px;
    border-collapse: collapse;
}

.main-slider .bottom .table-cell {
    vertical-align: middle;
    box-sizing: border-box;
    text-align: left;
    margin: 0;
    padding: 0;
}

.main-slider .bottom .table-cell.title {
    width: 80px;
    text-align: left;
    padding-left: 0;
    text-transform: uppercase;
}

.main-slider .bottom .table-cell.submit {
    width: 137px;
}

.main-slider .bottom .table-cell.filter {
    width: calc(100%);
}

.main-slider .bottom .button {
    float: right;
    display: block;
    background: url('images/bg-btn-red-small.png');
    line-height: 24px;
    text-align: center;
    color: #fff;
    height: 24px;
    width: 137px;
}

.main-slider .bottom .button:hover {
    color: #ccc;
}

.main-slider .bottom ul {
    display: table;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.main-slider .bottom li {
    display: table-cell;
    margin: 0;
    padding: 0;
    width: 25%;
    height: 100%;
    vertical-align: middle;
    text-align: left;
}

.main-slider .bottom li.active {
    background: url("images/bg-x-hover.png") no-repeat scroll center center;
    color: #316284;
}

.main-slider .bottom li:hover {
    background: url("images/bg-x-hover.png") no-repeat scroll center center;
    color: #316284;
    cursor: pointer;
}

.main-slider .bottom li {
    background: url("images/bg-li.png") left 17px no-repeat;
}

.main-slider .bottom li div {
    position: relative;
    line-height: 35px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 70px;
}

.main-slider .bottom li > div:after {
    content: '-';
    position: absolute;
    right: 0;
}

.main-slider .bottom li:last-child > div:after {
    content: '';
}

.main-slider .bottom li.fm div {
    background: url('images/icon-fm.png') scroll no-repeat 35px center;
}

.main-slider .bottom li.fm:hover div {
    background: url('images/icon-fm-hover.png') scroll no-repeat 35px center;
}

.main-slider .bottom li.sm div {
    background: url('images/icon-sm.png') scroll no-repeat 50px 2px;
}

.main-slider .bottom li.sm:hover div {
    background: url('images/icon-sm-hover.png') scroll no-repeat 50px 2px;
}

.main-slider .bottom li.anni div {
    background: url('images/icon-anni.png') scroll no-repeat 35px 2px;
}

.main-slider .bottom li.anni:hover div {
    background: url('images/icon-anni-hover.png') scroll no-repeat 35px 2px;
}

.main-slider .bottom li.latti div {
    background: url('images/icon-latti.png') scroll no-repeat 35px center;
}

.main-slider .bottom li.latti:hover div {
    background: url('images/icon-latti-hover.png') scroll no-repeat 35px center;
}

.newsletter table {
    width: 350px;
    height: 60px;
    padding: 0;
    margin: 28px 0 0 280px;
    border-collapse: collapse;
}

.newsletter table tr {
    vertical-align: top;
}

.newsletter table tr:first-child {
    height: 25px;
}

.newsletter td {
    padding: 0;
    margin: 0;
}

.newsletter table .left {
    width: 235px;
}

.newsletter table .right {
    width: 115px;
}

.newsletter .news-privacy {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.newsletter label {
    font-size: 12px;
    display: block;
    margin: -18px 25px 0;
    color: #fff;
}

.newsletter a {
    color: #fff;
}

.newsletter .news-email {
    border-radius: 4px;
    width: 230px;
    height: 30px;
    border: 0;
    padding-left: 10px;
    box-sizing: border-box;
}

.newsletter .news-submit {
    border-radius: 4px;
    width: 110px;
    height: 30px;
    border: 0;
    margin: 0 0 0 10px;
    background: url('images/bg-btn-violet.png') scroll repeat-x;
    box-shadow: inset 0 3px 3px rgba(110, 127, 136, 0.13);
    color: #fff;
    font-weight: bold;
}

.newsletter .news-submit:hover {
    color: #eee;
}

.blog {
    margin-top: 10px;
    height: 296px;
    background: lightblue;
    background: url('images/bg-blog2.png') scroll no-repeat center;
    box-sizing: border-box;
}

.blog .table {
    max-height: 296px;
    border-collapse: collapse;
    box-sizing: border-box;
}

.blog .table-cell {
    box-sizing: border-box;
    vertical-align: top;
}

.blog .table-cell.left {
    width: 280px;
}

.blog .table-cell.right {
    width: 670px !important;
}

.blog .right, .blog .left {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.blog .right .top, .blog .left .top {
    padding-top: 20px;
}

.blog .bx-wrapper, .blog .bx-viewport {
    padding: 0 !important;
    margin: 0 auto !important;
    border: 0 !important;
    box-sizing: border-box !important;
    top: 0 !important;
    left: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.blog-slider {
    padding: 0 !important;
    margin: 0 !important;
}

.blog-slider li {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.blog-slider img {
    max-width: 190px !important;
    height: 120px;
    padding: 0;
    margin: 0;
    width: 100% !important;
}

.blog-slider h4 {
    line-height: 1;
    margin: 5px 0 0;
    font-size: 16px;
    color: #1f3141;
}

.blog-slider p {
    line-height: 1;
    margin: 5px 0 0;
    padding: 0;
    font-size: 12px;
    color: #767676;
    max-width: 190px;
}

.blog-slider a.leggi {
    color: #cc6314;
    font-weight: bold;
}

.blog .bx-pager {
    display: none;
}

.blog .bx-next, .blog .bx-next:hover, .blog .bx-next:active {
    background: url('images/blog-next.png') scroll no-repeat center !important;;
    width: 18px !important;
    height: 40px !important;
    right: -30px !important;
}

.blog .bx-prev, .blog .bx-prev:hover, .blog .bx-prev:active {
    background: url('images/blog-prev.png') scroll no-repeat center !important;;
    width: 18px !important;
    height: 40px !important;
    left: -30px !important;
}

.blog .bx-next:hover:before, .blog .bx-prev:hover:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
}

.blog .bx-next:active:before, .blog .bx-prev:active:before {
    background: rgba(0, 0, 0, 0.1);
}

.blog .top {
    box-sizing: border-box;
    height: 270px;
}

.blog .bottom {
    line-height: 25px;
    height: 25px;
    box-sizing: border-box;
}

.blog .right .bottom {
    font-size: 13px;
    line-height: 25px;
    padding-left: 40px;
}

.blog-nav {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 25px;
}

.blog-nav li {
    display: inline-block;
    padding: 0 0 0 18px;
    margin: 0;
}

.blog-nav a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.blog-nav a:hover {
    color: #ccc;
}

.blog .button.link {
    position: absolute;
    display: block;
    bottom: 10px;
    left: 60px;
    color: #cc6314;
    text-decoration: none;
    width: 149px;
    height: 36px;
    background: url('images/bg-btn-white.png') scroll repeat-x;
    box-shadow: inset 0 3px 3px rgba(110, 127, 136, 0.13);
    text-align: center;
    line-height: 36px;
    font-weight: bold;
}

.canale-video {
    margin-top: 5px;
    min-height: 305px;
}

.canale-video .title {
    width: 100%;
    height: 75px;
    box-sizing: border-box;
    background: url('images/bg-tb-videox3.png') scroll no-repeat top center;
    margin: 0;
    padding: 19px 0 0;
}

.canale-video .title .table {
    clear: both;
    height: 54px;
    border-collapse: collapse;
    table-layout: fixed;
}

.canale-video .title .table-cell {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

    line-height: 0;
}

.canale-video .title h3 {
    display: block;
    margin: 0;
    font-size: 46px;
    padding: 0 0 0 120px;
    color: #fff;
}

.canale-video .title a {
    display: block;
    text-decoration: none;
    height: 35px;
    width: 135px;
    text-align: center;
    background: url('images/bg-btn-red.png') scroll repeat-x center;
    line-height: 35px;
    color: #fff;
    box-shadow: inset 0 3px 3px rgba(110, 127, 136, 0.13);
    float: right;
    margin-right: 20px;
}

.canale-video .title a:hover {
    color: #ccc;
}

.canale-video .list-video {
    clear: both;
    list-style: none;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0 0 0;
    height: 222px;
}

.canale-video .list-video .item {
    margin: 0;
    padding: 0 5px;
    vertical-align: top;
}

.canale-video .list-video .item:first-child {
    padding: 0 9px 0 0;
}

.canale-video .list-video .item:last-child {
    padding: 0 0 0 9px;
}

.canale-video .list-video a {
    display: block;
    position: relative;
}

.canale-video .list-video img {
    width: 308px !important;
    height: 173px !important;
    margin: auto;
}

.canale-video .list-video h4 {
    font-size: 15px;
    padding: 0 0 30px;
    margin: 0;
    line-height: 1.5;
}

.youtube:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url('images/logo-youtube.png') scroll no-repeat center;
    background-size: 60px;
}

.featured-gallery.box-center {
    background: url('images/bg-dotter.jpg') scroll top left repeat-x;
    padding-top: 25px;
}

.featured-gallery .table {
    padding: 0;
}

.featured-gallery .table-cell {
    padding: 0;
    margin: 0;
}

.featured-gallery .table-cell a {
    display: block;
    line-height: 0;
    font-size: 0;
}

.featured-gallery .table-cell img {
    width: 98%;
    padding-left: 1%;
}

.featured-gallery .table-cell:nth-child(3n+1) img {
    padding-left: 0;
}

.featured-gallery .table-cell:nth-child(3n) img {
    padding-left: 2%;
}

.product {
    margin-top: 35px;
}

.product col {
    width: 150px;
}

.product col.col {
    width: 200px;
}

.product .special a {
    text-decoration: underline;
}

.product table {
    margin-top: 15px;
    border-collapse: collapse;
}

.product th {
    text-align: left;
    color: #5ea7a4;
    font-size: 14px;
    height: 32px;
    border-bottom: 1px dotted #8eb3cd;
}

.product td {
    vertical-align: top;
    font-size: 13px;
    padding-top: 20px;
}

.product a {
    color: #525252;
    text-decoration: none;
    line-height: 1.5;
}

.product a:hover {
    color: #222;
}

.logos {
    padding-bottom: 10px;
    border-bottom: 1px solid #8f989e;
    font-size: 0;
}

.logos .table {
    width: 100%;
    padding: 0;
    margin: 0;
    table-layout: auto;
}

.logos .table-cell {
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}

.logos .table-cell.left {
    width: 100%;
}

.logos .table-cell a {
    display: inline-block;
    position: relative;
    font-size: 0;
    line-height: 0;
}

.logos .table-cell.left a img {
    padding-right: 8px;
}

.logos .table-cell.left a.mono-logo img {
    padding-right: 30px;
}

.logos .table-cell.left a.mono img.overlay {
    display: none;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
}

.logos .table-cell.left a.mono:hover img.overlay {
    display: block;
}

.logos .table-cell.right {
    padding-right: 5px;
}

.site-footer .footer {
    color: #525252;
    font-size: 11px;
    height: 140px;
    line-height: 2;
}

.site-footer .footer a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.site-footer .footer a img {
    margin: 0 0 -3px 0;
}

.main-content {
    font-size: 14px;
}

.main-content .top.right {
    font-size: 12px;
}

.main-content .top.right span {
    font-size: 10px;
}

.mamme .title {
    margin-top: 30px;
    background: blue;
    background: url('images/mamme.png') scroll no-repeat top center;
    height: 58px;
}

.mamme .content {
    height: auto;
}

.mamme .table-cell {
    margin: 0;
    height: auto;
    padding: 30px 0 15px;
}

.mamme .img-holder {
    position: relative;
    height: 87px;
    width: 87px;
    border-radius: 100px;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 3px 3px 3px #bdbdbd;
}

.mamme .img-holder img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mamme .quote {
    width: calc(100% - 100px);
    box-sizing: border-box;
    font-size: 16px;
    margin: 0;
    padding: 20px 0 0 10px;
}

.mamme .table-cell > div {
    float: left;
}

.mamme .quote span {
    font-size: 12px;
}

.mamme .quote span.name {
    font-size: 14px;
    color: #68a5cf;
}

.mamme .quote p {
    line-height: 1;
    margin: 0;
    padding: 0;
    height: 60px;
    display: block;
}

.single .main-content .table-row > .table-cell {
    width: 475px;
    padding: 0 5px;
    margin: 0;
}

.single .main-content .table-row > .table-cell p {
    min-height: 20px;
}

.single .main-content .table-cell .provincia-box {
    margin: 0 auto;
}

.single .main-content .table-row {
    border-bottom: 1px dotted;
}

.single .main-content .table-row:last-child {
    border: 0;
}

.la-ricetta {
    margin: 30px auto 0;
    background: url('images/la-ricetta.png') scroll no-repeat top center;
    padding-top: 75px;
    height: 352px;
    box-sizing: border-box;
    font-size: 14px;
}

.la-ricetta col:nth-child(3n+1) {
    width: 435px;
}

.la-ricetta col:nth-child(3n+2) {
    width: 160px;
}

.la-ricetta col:nth-child(3n+0) {
    width: 335px;
}

.la-ricetta td {
    padding: 5px;
    vertical-align: top;
}

.la-ricetta .video-holder {
    width: 390px;
    height: 220px;
    margin: 0 auto;
}

.la-ricetta .title {
    font-size: 34px;
    color: #fff;
}

.la-ricetta table {
    table-layout: fixed;
}

.la-ricetta tr:nth-child(3n+1) {
    height: 55px;
}

.la-ricetta tr:nth-child(3n+2) {

}

.la-ricetta tr:nth-child(3n+0) {
    height: 40px;
}

.la-ricetta .video-holder span.text {
    margin-top: 5px;
    display: block;
    float: left;
    font-size: 14px;
    color: #c88734;
    line-height: 29px;
}

.la-ricetta .video-holder a.link.button {
    margin-top: 5px;
    float: left;
    display: block;
    background: url('images/bg-btn-brow-small.png') scroll repeat-x center;
    line-height: 27px;
    height: 27px;
    width: 144px;
    text-align: center;
    border: 1px solid #d7a85f;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    margin-left: 20px;
}

.la-ricetta .video-holder a.link.button:hover {
    color: #ddd;
}

.main-content .top.right table {
    border-collapse: collapse;
    width: 100%;
}

.main-content .top.right .title {
    border: 0;
    position: relative;
    height: 26px;
    width: 100%;
}

.main-content .top.right .title div {
    background: linear-gradient(to top, #4d88b2, #599ecb);
    height: 26px;
    border: 1px solid #4d88b2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0 5px;
    margin: 0;
    line-height: 26px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    right: 0;
}

.main-content .top.right td {
    border: 1px solid;
    padding: 5px;
}

.mamme .title {
    height: 58px;
    background: url('images/mamme.png') no-repeat center;
}

/*************************css Long***************************/
.banner .right .bottom {
    bottom: 30px;
    padding: 10px 0 0 50px;
    position: absolute;
    right: 0;
    width: 50%
}

.font-image-hover {
    display: none;
}

.main-slider .bottom ul {
    font-size: 0;
}

.main-slider .bottom li {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    font-size: 0;
    text-align: center;
    height: 40px;
    line-height: 35px;
}

.main-slider .bottom li a {
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
}

.main-slider .bottom li span img {
    vertical-align: middle;
    margin-right: 7px;
}

.main-slider .bottom li:hover a, .main-slider .bottom li.active a {
    color: #3DA0DD;
}

.main-slider .bottom li:hover .font-image-hover, .main-slider .bottom li.active .font-image-hover {
    display: inline-block;
}

.main-slider .bottom li:hover .font-image, .main-slider .bottom li.active .font-image {
    display: none;
}

.main-slider-wraper {
    background: url("images/bg-slider.png") no-repeat scroll top center rgba(0, 0, 0, 0);
    height: 260px;
    padding-top: 32px;
}

.main-slider .bx-wrapper, .main-slider .bx-viewport {
    background: none;
}

.main-slider-wraper ul li h3 {
    line-height: 1;
    margin: 10px 0 0;
    padding: 0;
}

.main-slider-wraper ul {
    margin: 0;
    padding: 0;
    list-style: none;

}

.main-slider-wraper ul li {
    text-align: center;
}

.main-slider-wraper ul li h3 a {
    font-size: 15px;
    font-weight: bold;
    text-shadow: none;
    color: #fff;
}

.main-slider-wraper ul li p {
    font-size: 10px;
    font-weight: normal;
    margin: 3px 0;
    padding: 0;
    text-shadow: none;
    color: #fff;
}

.main-slider .bx-wrapper .bx-prev {
    left: -33px;
}

.main-slider .bx-wrapper .bx-next {
    right: -5px;
}

.banner .right .bottom input[type="email"] {
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 3px 3px 3px rgba(110, 127, 136, 0.13) inset;
    box-sizing: border-box;
    font-size: 16px;
    max-height: 36px;
    padding: 5px 15px 0;
    width: 220px;
}

.banner .right .bottom input {
    display: table-cell;
    height: 36px;
    margin-right: 20px;
    vertical-align: middle;
    border-radius: 10px;
}

.banner .right .bottom input[type="submit"] {
    background: url("images/bg-btn-orange.png") repeat-x scroll center center rgba(0, 0, 0, 0);
    box-shadow: 3px 3px 3px rgba(110, 127, 136, 0.13) inset;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    width: 120px;
    border-radius: 10px;
}

.banner .right .bottom form {
    display: table;
    margin: 42px 0 0 30px;
}

.banner .right .bottom form p {
    display: inline-block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
}

.banner .right .bottom .newsletter {
    background: none;
    height: auto;
    margin: 0;
    overflow: hidden;
}

.new-letter-content {
    margin: 10px auto 0;
    height: 94px;
    box-sizing: border-box;
    background: url('images/bg-newsletter+fb.png') scroll no-repeat center;
    overflow: hidden;
}

.new-letter-content .new-letter-wrap {
    height: 60px;
    padding: 28px 0 0 280px;
    width: 350px;
    display: inline-block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
}

.new-letter-content .new-letter-wrap .news-privacy {
    -moz-appearance: radio;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.new-letter-content .new-letter-wrap label {
    color: #ffffff;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 12px;
    margin: 0 7px 8px;
}

.new-letter-content .new-letter-wrap label a {
    color: #fff;
    text-decoration: underline;
}

.new-letter-content .new-letter-wrap p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
}

.new-letter-content .new-letter-wrap input[type="email"] {
    border: 0 none;
    border-radius: 4px;
    box-sizing: border-box;
    height: 30px;
    padding-left: 10px;
    width: 230px;
}

.new-letter-content .new-letter-wrap input[type="submit"] {
    background: url("images/bg-btn-violet.png") repeat-x scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 3px 3px rgba(110, 127, 136, 0.13) inset;
    color: #fff;
    font-weight: bold;
    height: 30px;
    margin: 0 0 0 10px;
    width: 110px;
    cursor: pointer;
}

.new-letter-content .facebook-page {
    display: inline-block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
    width: 305px;
    padding: 11px 0 0 10px;
}

.blog-nav a {
    display: block;
}

.blog-slider h4 a, .blog-section h4 {
    color: #1f3141;
    font-size: 16px;
    line-height: 1;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: block;
}

.ricetta-title {
    font-family: "Engagement", cursive;
    color: #fff;
    font-size: 34px;
    margin: 0;
}

.ricetta-title span {
    font-family: "Cocon", sans-serif;
}

.box-content h3.title a {
    text-transform: uppercase;
    font-size: 18px;
    color: #535353;
}

.box-content .photo {
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}

.box-content .box-info {
    font-size: 14px;
}

.page_navi {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.page_navi li {
    display: inline-block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
    padding: 0 5px;
}

.page_navi li span,
.page_navi li a {
    padding: 10px;
    background: #eee;
    border: 1px solid #C3C3C3;
    font-size: 14px;
    display: block;
}

.page_navi li.current span {
    background: #FFEEEE;
}

/*footer*/

.product {
    margin-top: 35px;
    border-top: 1px solid #8f989e;
}

.product .widget {
    display: inline-block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
    width: 200px;
    box-sizing: border-box;
}

.product .widget:nth-child(5n) {
    width: 150px;
}

.product .widget .title {
    text-align: left;
    color: #5ea7a4;
    font-size: 14px;
    height: 32px;
    background: url('images/bg-dotter.jpg') scroll bottom left repeat-x;
}

.product .widget .content {
    vertical-align: top;
    font-size: 13px;
    padding-top: 20px;
}

.product a {
    color: #525252;
    text-decoration: none;
    line-height: 1.5;
}

.product a:hover {
    color: #222;
}

footer .widget ul {
    margin: 0;
    padding: 20px 0 0;
    list-style: none;
}

footer .widget ul li.item-space {
    margin-bottom: 20px;
}

footer .widget ul li a {
    color: #525252;
    line-height: 1.5;
    text-decoration: none;
    font-size: 13px;
}

.top.slider-blog {
    font-size: 0;
}

/*********css-hien*************/
.primary-navigation ul ul.sub-menu {
    display: none;
}

.banner_img {
    width: 100%;
}

.primary-navigation {
    height: auto;
}

.primary-navigation ul li a {
    padding-bottom: 20px;
}

.primary-navigation ul ul {
    background: url("images/bg-submenu-h.png") repeat-y scroll center top;
    border-radius: 5px;
    left: 0;
    top: 50px;
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 40px;
}

.primary-navigation ul li ul li:first-child {
    margin-left: 0;
}

.primary-navigation ul li ul li {

    display: inline-block;
    zoom: 1;
    *display: inline;
    height: auto;
    line-height: inherit;
    margin-left: 30px;
    margin-top: 10px;
    max-width: 190px;
    position: relative;
    text-align: left;
    width: 100%;
    padding-top: 15px;
    padding-left: 14px;
    vertical-align: top;
    padding-bottom: 0;
}

.primary-navigation ul li ul li a {
    padding-bottom: 0;
}

.primary-navigation ul li ul li a span {
    background: url("images/border-li-h.png") repeat-x scroll left bottom;
    padding-bottom: 10px;
}

.primary-navigation ul li ul li a {
    color: #4d6371;
    font-size: 16px;
}

.primary-navigation ul li ul li a span {
    display: block;
    color: #8ac3de;
    font-size: 10px;
    font-style: italic;

}

.primary-navigation ul li ul li a img {
    position: absolute;
    right: 10px;
    top: 5px;
}

/**/
.primary-navigation ul ul ul {
    background: none;
    position: static;
    padding-top: 20px;
    left: 0;
    width: 100%;
    padding-bottom: 0;
}

.primary-navigation ul ul ul li {
    margin: 0 0 2px 0;
    padding: 0 0 0 0;
    height: auto;
}

.primary-navigation ul li ul li ul li a span {
    background: none;
    padding-bottom: 0;
}

.primary-navigation ul ul ul li a {
    font-family: 'Cocon', sans-serif;
    font-size: 14px;
    padding-bottom: 0;
}

.main-slider .bx-wrapper img {
    display: inline;
    height: 96px;
    width: 96px;
}

.face-google {
    background: url("images/cochuh.png") no-repeat scroll center center;
    height: 59px;
    line-height: 69px;
    padding-right: 30px;
    position: absolute;
    right: -23px;
    text-align: right;
    top: 65px;
    width: 257px;
}

.face-google > a {
    padding-right: 6px;
}

.table-cell .logo {
    display: block;
    left: 50%;
    margin-left: -185px;
    position: absolute;
    top: 0;
    transform: none;
}

.mamme .img-holder img {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);

}

.blog-slider a.leggi {
    color: #cc6314;
    font-weight: bold;
}

.main-slider .bx-wrapper, .main-slider .bx-viewport {
    left: -7px !important;
}

.main-slider .bx-wrapper .bx-prev {
    left: -27px;
}

.main-slider .bx-wrapper .bx-next {
    right: -34px;
}

.main-slider .bx-wrapper .bx-next:hover {
    background: url("images/bx-next.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    box-shadow: none;
}

.main-slider .bx-wrapper .bx-prev:hover {
    background: url("images/bx-prev.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    box-shadow: none;
}

.main-slider .bottom ul {
    display: block;
    height: 40px;
    line-height: 40px;
}

.new-letter-content .new-letter-wrap .news-privacy {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    vertical-align: -3px;
}

.main-slider .bottom li {
    width: 23%;
}

.canale-video .title {
    background: url("images/bg-videos.png") no-repeat scroll center top;
}

.canale-video .title .table-cell {
    position: relative;

}

.canale-video .title .table-cell img {
    left: 15px;
    position: absolute;
    top: -23px;
}

.canale-video {
    margin-top: 25px;
    padding: 0;
}

.canale-video .title {
    padding: 0;
}

.face-google > a {
    padding-right: 5px;
}

.face-google a:last-child {
    padding-right: 8px;
}



/* --- BLOG --- */
.blog-temp {
    margin-top: 10px;
}

.blog-temp .main-content-left {
    float: left;
    width: 600px;
}

.blog-temp .main-content-right {
    width: 315px;
    float: left;
    margin-left: 45px;
}

.blog-temp .box-content div.photo {
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
    width: 100%;
}

.blog-temp img.attachment-full.wp-post-image {
    width: 100%;
    height: auto;
}

.blog-temp .box-content h3.title {
    margin-bottom: 0;
    margin-top: 0;
}

.box-content h3.title a {
    text-transform: uppercase;
    font-size: 18px;
    color: #315475;
}

.blog-temp .box-content h3.title a {
    text-transform: none;
    font-size: 32px;
    color: #325474;
    font-weight: bold;
    letter-spacing: 1px;
}

p.date-post {
    color: #E4833B;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}

.blog-temp .post-item {
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(186, 181, 181);
    margin-bottom: 30px;
}

.main-content-left div:last-child {
    border: 0;
}

a.more-link {
    color: rgb(234, 154, 77);
    text-decoration: underline;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 13px;
}

.blog-temp h2.widget-title {
    display: none;
}

.blog-temp .main-content-right ul {
    padding: 0 0 5px 10px;
}

.blog-temp .main-content-right ul li {
    list-style: none;
    font-size: 16px;
    color: black;
    margin: 10px 0;
}

.blog-temp .main-content-right ul li a {
    color: rgb(76, 76, 76);

}

.blog-temp .main-content-right ul li a:hover {
    text-decoration: underline;
}

.blog-temp .newsletter table {
    width: 315px;
    /* height: 60px; */
    padding: 0;
    margin: 20px 0 0 0;
    font-size: 12px;
    line-height: 19px;
    color: white;
}

.blog-temp .newsletter.newsletter-subscription {
    background: url("http://www.agenziadigitale.org/novalac/wp-content/uploads/2014/10/bgnewletter.png") top left no-repeat;
    background-size: 100% auto;
    height: 194px;
    margin: 0 auto;
    max-width: 312px;
}

.blog-temp .main-content-right form {
    padding: 60px 0 60px 25px;
}

.blog-temp input.newsletter-email {
    height: 20px;
    line-height: 20px;
    width: 220px;
    padding-left: 10px;
}

td.newsletter-td-privacy a {
    text-decoration: underline;
}

.blog-temp input.newsletter-submit {
    background: url(http://www.agenziadigitale.org/novalac/wp-content/uploads/2014/10/btnnewletter.png);
    width: 112px;
    height: 33px;
    text-indent: -100000px;
    border: 0;
    margin-top: 10px;
}

.blog-temp input[type="checkbox"] {
    padding-left: 0;
    margin-left: 0;
    margin-right: 5px;
    float: left;
}

.single .provincia-box.table {
    padding: 10px 0 0 !important;
}

.novalac .input .item {
    padding: 0 10px 0 0 !important;
}

.novalac .item.small {
    font-size: 12px;
}

.novalac p {
    padding-top: inherit !important;
    height: inherit !important;
    box-sizing: border-box !important;
    position: inherit !important;
}

.collapse-button {
    top: -25px;
}

.menu-collapser {
    background-color: transparent;
}

.sub-collapser {
    display: none;
}

.la-ricetta .video-holder {
    float: left;
    height: 220px;
    margin: 0 25px 0 20px;
    width: 390px;
}

.information_la-ricetta {
    float: right;
    margin-right: 20px;
    width: 490px;
}

.infor_left {
    float: left;
    width: 150px;
}

.infor_right {
    float: left;
    width: 335px;
}

.collapse-button {
    height: 47px;
    width: 67px;
    padding: 8px 14px;
    top: -35px;
    z-index: 99;
}

.collapse-button .icon-bar {
    margin: 4px 0;
}

.box-like {
    display: none;
}

.box-like .top-like {
    min-height: 115px;
    background: -webkit-linear-gradient(#7e4095, #5a4e96); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#7e4095, #5a4e96); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#7e4095, #5a4e96); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#7e4095, #5a4e96); /* Standard syntax (must be last) */
    border: 1px solid #473b8f;
    margin-bottom: 1px;
}

.box-like .top-like h3 {
    color: #ffffff;
    float: left;
    font-family: "Engagement", cursive;
    font-size: 58px;
    font-weight: normal;
    line-height: 50px;
    margin: 29px 0 0 30px;
}

.box-like .top-like a {
    border-radius: 7px;
    color: #ffffff;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-top: 42px;
    margin-left: 20px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    padding: 0 25px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#e1b7e7, #deaee0, #d496d7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e1b7e7, #deaee0, #d496d7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e1b7e7, #deaee0, #d496d7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e1b7e7, #deaee0, #d496d7); /* Standard syntax (must be last) */
}

.box-like .bottom-like {
    min-height: 115px;
    background: -webkit-linear-gradient(#3c58a1, #3c599b); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#3c58a1, #3c599b); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#3c58a1, #3c599b); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#3c58a1, #3c599b); /* Standard syntax (must be last) */
    border: 1px solid #8f9cc6;
    margin-bottom: 1px;
}

.box-like .bottom-like h4 {
    color: #ffffff;
    float: left;
    font-family: "Engagement", cursive;
    font-size: 40px;
    font-weight: normal;
    line-height: 50px;
    margin: 29px 0 0 30px;
}

.blog .button.link {
    z-index: 9;
}

.blog .right .bottom {
    background: none repeat scroll 0 0 #cc6314;
    margin-left: -185px;
    padding-left: 220px;
    position: absolute;
    padding-right: 107px;
    border-radius: 0 0 5px 0;
    bottom: 0;
}

.blog .table-cell.left .top {
    padding-top: 3px;
}

.face-google-mobile {
    display: none;
    height: 67px;
    background: -webkit-linear-gradient(#6192ba, #82afce); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#6192ba, #82afce); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#6192ba, #82afce); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#6192ba, #82afce); /* Standard syntax (must be last) */
    border: 1px solid #83afd2;
}

.face-google-mobile {
    text-align: center;
}

.face-google-mobile span {
    color: #ffffff;
    text-align: left;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-family: "Cocon", sans-serif;
    margin-top: 6px;
}

.face-google-mobile span span {
    font-size: 20px;
}

.face-google-mobile .icon-face-google-mobile {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: auto;
    vertical-align: 16px;
}

.face-google-mobile .icon-face-google-mobile a {
    float: left;
}

.face-google-mobile .icon-face-google-mobile a img {
    width: auto;
    max-width: inherit;
    margin-right: 5px;
}

.text-button {
    color: #289abc;
    display: none;
    font-size: 22px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-left: 35px;
    border-top: 1px dotted #c7d8df;
}

.small-clear {
    clear: both;
    display: none;
}

.single .provincia-box .input .item.item-last {
    display: block;
    margin-top: 10px;
}

.provincia-box .input-holder.input-submit {
    margin: 0 auto;
}

#colophon ul li:hover a {
    text-decoration: underline;
}

.primary-navigation ul > li {
    padding: 23px 19px;
}

li.not_clickable, li.not_clickable > a {
    cursor: default !important;
}

.face-google .text-face-google {
    max-width: 142px;
    padding-left: 24px;
    margin-top: 10px;
    float: left;
    line-height: 15px;
    text-align: left;
    height: 47px;
}

.text-face-google span {
    font-family: "CoconRegular", sans-serif;
    color: #fff;
    font-size: 13px;
}

.text-face-google span span {
    font-size: 15px;
}

/* --- NUOVI EBOOK --- */

div.ebook-image {
    background: url("images/sprite-ebook.png") no-repeat;
    display: inline-block;
}

div.ebook-image.aspetto {
    width: 150px;
    height: 186px;
    background-position: -5px -5px;
}

div.ebook-image.dad {
    width: 150px;
    height: 186px;
    background-position: -486px 0px;
}

div.ebook-image.benessere {
    width: 150px;
    height: 186px;
    background-position: -165px -5px;
}

div.ebook-image.giochi {
    width: 150px;
    height: 186px;
    background-position: -5px -201px;
}

div.ebook-image.manuale {
    width: 150px;
    height: 186px;
    background-position: -165px -201px;
}

div.ebook-image.ricette {
    width: 150px;
    height: 186px;
    background-position: -325px -5px;
}

div.ebook-image.svezzamento {
    width: 150px;
    height: 186px;
    background-position: -325px -201px;
}

div.ebook-section {
    width: 100%;
    margin: 35px 0;
}

div.ebook-section > div {
    width: 33.3333%;
    float: left;
    display: table;
    margin-top: 25px;
}

div.ebook-section > div > div {
    display: table-cell;
    vertical-align: bottom;
}

div.ebook-section > div > div.ebook-title {
    padding-bottom: 10px;
}

div.ebook-section > div > div h3,
div.ebook-section > div > div p,
div.ebook-section > div > div a {
    display: block;
}

div.ebook-section > div > div h3,
div.ebook-section > div > div p {
    color: #014788;
    line-height: 1.2;
    margin: 0;
}

div.ebook-section > div > div h3 {
    font-size: 24px;
    font-weight: 700;
}

div.ebook-section > div > div p {
    font-size: 13px;
    font-weight: normal;
    margin-top: 5px;
}

div.ebook-section > div > div a {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    width: 95px;
    text-align: center;
    margin: 15px 0 0 0;
    line-height: 22px;
    height: 22px;
    border: 1px solid #5da0c7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #7eb7d9;
    background: -moz-linear-gradient(top, #7eb7d9 0%, #5da0c7 100%);
    background: -webkit-linear-gradient(top, #7eb7d9 0%, #5da0c7 100%);
    background: linear-gradient(to bottom, #7eb7d9 0%, #5da0c7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eb7d9', endColorstr='#5da0c7', GradientType=0);
}

div.ebook-section > div > div a:hover {
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 540px) {
    #box-content-4 img{
        padding-bottom:0 !important;
        width: 100% !important;
    } 
    
    #controls{
        padding-left:10px;
        padding-right:10px;
        font-size:22px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (max-width: 900px) {
    .main-slider .bottom li a {
        font-size: 15px;
        margin-top: 4px;
        display: inline-block;
    }

    .main-slider .bottom li span img {
        margin-right: 3px;
    }
    
}