/*
Theme Name: La Voce di New York Theme
Theme URI: http://www.pixieslab.com
Author: Pixies Lab
Author URI: http://www.pixieslab.com
Description: WP responsive template for La Voce di New York
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.pixieslab.com
Text Domain: La Voce di New York
*/

@import url("style-edigma.css");
@import url("font-awesome/css/font-awesome.min.css");



/*----------------------------------------------------------------------------------------------------*/
/*
	FONTS
/*
/*----------------------------------------------------------------------------------------------------*/

/*
LATO
Utilizzato per le voci di menu e per
alcuni testi dell'Header
*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
/* font-family: 'Lato', sans-serif; */


/*
PAGANINI
Utilizzato per i titoli e tutti i corsivi
----------
@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,700,700italic);
font-family: "paganini", sans-serif;
*/


/*
SORT MILL GOUDY
Utilizzato per tutti  testi
----------
font-family: "sorts-mill-goudy", serif;
*/

/*

GOUDY OLD STYLE
Utilizzato per tutti  testi
----------
font-family: "goudy-old-style", sans-serif;
*/


@import url(css/pubblicita.css);
@import url(css/socicon.css);
@import url(css/newsletter-popup.css);


/*----------------------------------------------------------------------------------------------------*/
/*
	STRUTTURA PRINCIPALE
/*
/*----------------------------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}

html, body
{
	height:100%;
}

body
{
    font-family: "goudy-old-style";
	font-size:1em;
	font-weight:400;
	color:#191818;
    background-color: #fffefc;
}

body.black
{
    background-color: #000;
}

img
{
	border:0;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "paganini";
	font-weight:400;
	letter-spacing:-0.035em;
}

h1 { font-size:3.2em; }
h2 { font-size:2.7em; }
h3 { font-size:2.3em; }
h4 { font-size:1.9em; }
h5 { font-size:1.6em; }
h6 { font-size:1.3em; }

b, strong
{
	font-weight:bold;
}

ul, ol
{
	list-style:none;
}

input, textarea, select, button
{
    outline: none;
}



/*----------------------------------------------------------------------------------------------------*/
/*
	SITO
/*
/*----------------------------------------------------------------------------------------------------*/

.center
{
	position:relative;
	margin:0 auto;
}

p.author,
p.view
{
    font-size: 1.2em;
	font-style:italic;
}

a.preview_link
{
	text-decoration:none;
	color:#191818;
}



/************************************************************
**  MAIN MENU
*************************************************************/

nav#main_menu
{
    position: absolute;
    display: none;
    left: -280px;
    top: 0;
    min-width: 280px;
    font-family: 'Lato', sans-serif;
    background-color: #FFF;
    z-index: 899;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    -webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:    5px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow:         5px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

nav#main_menu .close_mainmenu
{
    display: none;
    padding: 0 30px;
    cursor: pointer;
}

nav#main_menu .close_mainmenu a
{
    display: block;
    height: 40px;
    margin-top: 20px;
    padding-right: 25px;
    font-size: 12px;
    text-align: right;
    text-transform: uppercase;
    line-height: 40px;
    background: url(img/share/header/icone-all-section-close.png) no-repeat right center;
    background-size: 18px 18px;
    border-bottom: #ddd solid 1px;
}

nav#main_menu .content
{
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 20px;
}

nav#main_menu .content ul
{
    background-color: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

nav#main_menu .content ul li
{
    font-size: 11px;
    text-transform: uppercase;
}

nav#main_menu .content ul.primary_menu > li
{
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

nav#main_menu .content ul.primary_menu li a,
nav#main_menu .content ul.sub-menu li a
{
    display: block;
    color: #111;
    text-decoration: none;
}

/* NEWSLETTER */

nav#main_menu .content ul li.newsletter_subscribe_action a
{
	font-weight: bold;
	color:#d4101f;
	/*
	padding-left: 20px;
	background: url('../img/share/newsletter-icon.png') no-repeat left center;
	background-size: auto 10px;
	*/
}

/* END NEWSLETTER */



/************************************************************
**  HEADER SECTION
*************************************************************/

.site > header
{
    background-color: #FFF;
}

header.section
{
    position: relative;
    border-bottom: #949494 solid 1px;
    overflow: hidden;
}

header.section a
{
    display: block;
}

header.section .logo
{
    margin: 0 auto;
}

header.section .logo h1
{
    text-indent: -9999px;
    background: url(img/share/header/logo-vny.png) no-repeat center center;
    overflow: hidden;
}

header.section .all_sections,
header.section .search
{
    position: absolute;
    cursor: pointer;
}

header.section .all_sections
{
    overflow: hidden;
}

header.section .all_sections #all_sections,
header.section .all_sections #all_sections_close
{
    background-repeat: no-repeat;
    background-position: left center;
}

header.section .all_sections #all_sections
{
    background-image: url(img/share/header/icone-all-section.png);
}

header.section .all_sections #all_sections_close
{
    background-image: url(img/share/header/icone-all-section-close.png);
}


header.section .search
{
    text-indent: 999px;
    background: url(img/share/header/icone-search.png) no-repeat right center;
    overflow: hidden;
}

/* BLACK HEADER (GALLERY) */

.site > header.section_black
{
    height: 49px !important;
    background-color: #000;
}

header.section_black
{
    position: relative;
    border-bottom: #222 solid 1px;
    overflow: hidden;
}

header.section_black a
{
    display: block;
}

header.section_black .logo
{
    width: 240px;
    height: 29px;
    padding-top: 10px;
    margin: 0 auto;
}

header.section_black .logo h1
{
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background: url(img/share/header/logo-vny-white.png) no-repeat center center;
    background-size: auto 29px;
    overflow: hidden;
}

header.section_black .all_sections,
header.section_black .search
{
    height: 25px;
    position: absolute;
    cursor: pointer;
}

header.section_black .all_sections
{
    top: 12px;
    left: 10px;
    overflow: hidden;
}

header.section_black .all_sections #all_sections,
header.section_black .all_sections #all_sections_close
{
    width: 25px;
    height: 25px;
    text-indent: -999px;
    background-size: auto 18px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left center;
}

header.section_black .all_sections #all_sections
{
    background-image: url(img/share/header/icone-all-section-white.png);
}

header.section_black .all_sections #all_sections_close
{
    background-image: url(img/share/header/icone-all-section-close-white.png);
}

header.section_black .search
{
    top: 12px;
    right: 10px;
    width: 30px;
    text-indent: 999px;
    background: url(img/share/header/icone-search-white.png) no-repeat right center;
    background-size: auto 18px;
    overflow: hidden;
}



/************************************************************
**  SEARCH
*************************************************************/

.search_form input[type=text]
{
    border: #949392 solid 1px;
    background-color: #fff;
}

.search_form input
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search_form.header
{
    display: none;
}

.search_form.header form
{
    position: relative;
}

.search_form.header input
{
    width: 100%;
}

.search_form.header input[type=submit]
{
    width: 100%;
    border: #949392 solid 1px;
    background-color: #fff;
}

.search_form.header .go
{
    position: absolute;
}

.search_form.header input[type=text]
{
    padding: 0 10px;
    font-size: 15px;
}

.search_form.header input[type=submit]
{
    border-left: none;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}


/************************************************************
**  FOOTER
*************************************************************/

.site > footer
{
    position: relative;
}

.site > footer a
{
    color: #202020;
    text-decoration: none;
}

.site > footer a:hover
{
    text-decoration: underline;
}

.site > footer ul
{
    text-transform: uppercase;
    font-weight: bold;
}

/* Newsletter */

.site > footer .newsletter p.title
{
	padding: 10px 20px;
	font-size: 20px;
	color: #FFF;
	background-color: #da232e;
	border-radius: 3px;
}

.site > footer .newsletter .form_newsletter
{
	padding-top: 25px;
	padding-bottom: 25px;
}

.site > footer .newsletter .form_newsletter p.wysija-paragraph
{
	position: relative;
	padding-top: 45px;
}

.site > footer .newsletter .form_newsletter input
{
	box-sizing: border-box;
	-webkit-appearance: none;
}

.site > footer .newsletter .form_newsletter input[name='wysija[user][email]'],
.site > footer .newsletter .form_newsletter input[type='submit']
{
	height: 40px;
	border-radius: 20px;
}


.site > footer .newsletter .form_newsletter input[name='wysija[user][email]']
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 15px 0 50px;
	border: #7e7e7e solid 1px;
	background: #fff url('img/share/newsletter-icon.png') no-repeat 15px center;
}

.site > footer .newsletter .form_newsletter input[type='submit']
{
	color: #FFF;
	background-color: #da232e;
	border: none;
	cursor: pointer;
}

.site > footer .newsletter .form_newsletter input[type='submit']:hover
{
	background-color: #9b2128;
}

.site > footer .newsletter .form_newsletter .formError
{
	position: relative !important;
	top: inherit !important;
	left: inherit !important;
}

.site > footer .newsletter .form_newsletter .formErrorContent
{
	color: #9b2128;
	border: none !important;
	background-color: transparent;
}

.site > footer .newsletter .form_newsletter .wysija-msg .updated
{
	margin: 0;
	padding: 20px;
	background-color: #FFF;
	border-color: #CCC;
	border-radius: 3px;
}

/* END Newsletter */

.site > footer .top_footer
{
    border-top: #333 solid 1px;
}

.site > footer .top_footer .logo,
.site > footer .top_footer .social li a
{
    display: block;
    text-indent: -999px;
    overflow: hidden;
}

.site > footer .top_footer .logo
{
    background: url(img/share/header/logo-vny.png) no-repeat left top;
}

.site > footer .top_footer .social
{
    border-left: #ddd solid 1px;
    overflow: hidden;
}

.site > footer .top_footer .social li
{
    float: left;
    padding: 7px 15px;
    border-right: #ddd solid 1px;
}

.site > footer .top_footer .social li a
{
    background-repeat: no-repeat;
    background-position: center top;
}

.site > footer .top_footer .social li.facebook a
{
    background-image: url(img/share/icon-social-facebook.png);
}

.site > footer .top_footer .social li.twitter a
{
    background-image: url(img/share/icon-social-twitter.png);
}

.site > footer .main_menu_footer
{
    font-family: 'Lato', sans-serif;
}

.site > footer .footer_menu_sx ul,
.site > footer .footer_menu_dx ul,
.site > footer .service_menu ul
{
    text-transform: capitalize;
    font-weight: 400;
}

.site > footer .copyright
{
    font-family: "goudy-old-style", sans-serif;
}

.site > footer .giornale_protetto,
.site > footer .copyright span
{
    font-style: italic;
}



/************************************************************
**  SEZIONI
*************************************************************/

.navbar
{
    font-size: 0px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.navbar li
{
    font-size: 11px;
}

.navbar li,
.navbar a
{
    text-decoration: none;
    color: #000;
}

.navbar li.main_section a
{
    font-weight: bold;
    color: #000;
}

.navbar li.current_page_item a
{
    color: #d8202d;
}

.title_section
{
    background-repeat: no-repeat;
    background-position: left center;
}



/************************************************************
**  PUBBLICITA
*************************************************************/

.ads_all_header
{
	padding: 15px 0;
	text-align: center;
}

.ads_right
{
	padding: 25px 0;
	text-align: center;
}


/************************************************************
**  STRUTTURA ARTICOLI
*************************************************************/

.articles
{
}

.articles > .row
{
    position: relative;
	border-top:#333 solid 1px;
	overflow:hidden;
}

.articles > .row:first-child
{
    border-top: none;
}

.articles .row .contents
{
    position: relative;
    overflow: hidden;
}

.articles .row .contents .column
{
    position: relative;
}

.articles .row .contents .column .block
{
    position: relative;
}



/************************************************************
**  ARTICOLI - STILI CONDIVISI
*************************************************************/

.articles .row .column article,
.articles .row .column article figure,
.articles .row .column article figure a,
.articles .row .column article figure a img
{
    width: 100%;
    height: auto;
}

.articles .row .column article figure a,
.articles .row .column article figure a img
{
    display: block;
}

.articles .row .column article .category
{
    text-transform:uppercase;
}



/************************************************************
**  ARTICOLO DI APERTURA
*************************************************************/
/*
.articles .row .opening article .title,
.articles .row .opening article .subtitle
{
    margin-top: 10px;
}
*/
.articles .row .opening article footer
{
    overflow:hidden;
}



/************************************************************
**  ARTICOLI CAROSELLO
*************************************************************/

.articles .row .carousel_articles *
{
    -webkit-transform-style: preserve-3d;
}

.articles .row .carousel_articles
{
    position: relative;
    overflow: hidden;
}

.articles .row .carousel_articles .carousel_wrapped
{
    position: relative;
    width: 100%; /*310px*/
}

.articles .row .carousel_articles .carousel_wrapped *
{
    outline: none;
}

.articles .row .carousel_articles .carousel_wrapped article
{
    width: 100%; /*300px*/
}

.articles .row .carousel_articles .carousel_wrapped article header .category,
.articles .row .carousel_articles .carousel_wrapped article header .category span
{
    display: inline-block;
}

.articles .row .carousel_articles .carousel_wrapped article header .category
{
    padding: 10px 60px 0 0;
    font-size: 1.25em;
    background-repeat: no-repeat;
    background-position: left 10px;
    background-size: 52px auto;
}

.articles .row .carousel_articles .carousel_wrapped article header .category,
.articles .row .carousel_articles .carousel_wrapped article header .category br,
.articles .row .carousel_articles .carousel_wrapped article header .category span,
.articles .row .carousel_articles .carousel_wrapped article header .category span br
{
    line-height: 1.05em;
}

.articles .row .carousel_articles .carousel_wrapped article header h3.category span
{
    min-height: 40px;
    padding: 15px 0 5px 60px;
    background: url(img/share/line-h-solid.png) repeat-x left bottom;
}

.articles .row .carousel_articles .carousel_wrapped article header .title
{
    font-size: 1.5em;
}

.articles .row .carousel_articles .carousel_wrapped article figure img
{
    display: block;
}

.articles .row .carousel_articles .carousel_wrapped article header .title,
.articles .row .carousel_articles .carousel_wrapped article footer,
.articles .row .carousel_articles .carousel_wrapped article figure
{
    padding-top: 20px;
}

.articles .row .carousel_articles .owl-controls
{
    position: absolute;
    top:20px;
    right: 0;
    width: 60px;
    height: 30px;
    z-index: 999;
}

.articles .row .carousel_articles .owl-controls .owl-nav div
{
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -999px;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.articles .row .carousel_articles .owl-controls .owl-nav .owl-prev
{
    float: left;
    background-image: url(img/share/widget/arrow-carousel-prev.png);
}

.articles .row .carousel_articles .owl-controls .owl-nav .owl-next
{
    float: right;
    background-image: url(img/share/widget/arrow-carousel-next.png);
}



/************************************************************
**  ARTICOLO COLUMNIST
*************************************************************/

.articles .row .columnists
{
    position: relative;
}

.articles .row .columnists > .title
{
    height: 55px;
    padding-left: 60px;
    font-size: 2.5em;
    line-height: 70px;
    background: url(img/share/icons-section/draw/columnist.png) no-repeat left top;
    background-size: 55px 55px;
}

.articles .row .columnists article
{
    position: relative;
    padding-bottom: 10px;
    margin-top: 30px;
    border-bottom: #EEE solid 1px;
}

.articles .row .columnists article:first-child
{
    margin-top: 0px;
}

.articles .row .columnists article:last-child
{
	border-bottom: none;
}

.articles .row .columnists article figure
{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
}

.articles .row .columnists article figure.no_avatar
{
    background: url(img/columnists/no-avatar-icon.gif) no-repeat center center;
    background-size: 80px 80px;
}

.articles .row .columnists article figure,
.articles .row .columnists article figure img
{
    border-radius: 40px;
}

.articles .row .columnists article header h3.rubrica,
.articles .row .columnists article header h1.title
{
    font-size: 1.2em;
}

.articles .row .columnists article header h3.rubrica
{
    min-height: 22px;
    padding-top: 20px;
    padding-right: 85px;
    font-size: 1.5em;
}

.articles .row .columnists article header p.author
{
    padding-top: 5px;
    font-style: italic;
}

.articles .row .columnists article header h1.title
{
    padding-top: 20px;
}



/************************************************************
**  BLOCCO ARTICOLI
*************************************************************/

.articles .row .custom_title
{
    min-height: 40px;
    padding-top: 10px;
    background-repeat: no-repeat;
    background-size: 50px auto;
}

.articles .row .custom_title.draw
{
    background-position: right bottom;
    padding-right: 65px;
    border-bottom: #222 solid 1px;
}

.articles .row .custom_title.hexagon
{
    background-position: left center;
    padding-left: 65px;
}

.articles .row .c1_4-3 article figure img,
.articles .row .c1_16-9 article figure img,
.articles .row .c1_1-1_small article figure img
{
    width: 100%;
    height: auto;
}

.articles .row .c1_1-1_small article
{
    overflow: hidden;
}

.articles .row .c1_1-1_small article figure
{
    float: left;
}

.articles .row .c1_1-1_small article header
{
    float: right;
}

.articles .row .c1_1-1_small article header .subtitle,
.articles .row .c1_1-1_small article header .excerpt
{
    display: none;
}

.articles .row .c1_1-1_small article header .subtitle,
.articles .row .c1_1-1_small article header .excerpt
{
    display: none;
}


.articles .row .articles_group .articles_row
{
    overflow: hidden;
}



/************************************************************
**  ARTICOLI ARCHIVIO
*************************************************************/

.articles.archive
{
}

.articles.archive article
{
    position: relative;
    width: 100%;
}

.articles.archive article figure
{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #dedede;
}

.articles.archive article figure img
{
    width: 100%;
    height: auto;
}

.articles.archive article header
{
}

/* PAGINAZIONE */

.navigation.pagination
{
    padding-bottom: 20px;
    font-size: 0px;
    text-align: right;
}

.navigation.pagination .screen-reader-text
{
    display: none;
}

.navigation.pagination .nav-links .page-numbers
{
    display: inline-block;
    font-size: 15px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}

.navigation.pagination .nav-links a.page-numbers,
.navigation.pagination .nav-links .current
{
    padding: 0 7px;
    margin: 2px;
    text-align: center;
    text-decoration: none;
    border: #ddd solid 1px;
    color: #666;
}

.navigation.pagination .nav-links .current
{
    color: #FFF;
    border-color: #f40000;
    background-color: #f40000;
}

.navigation.pagination .nav-links a:hover
{
    color: #f40000;
}

.navigation.pagination .nav-links a.prev,
.navigation.pagination .nav-links a.next
{
    font-size: 28px;
    line-height: 19px;
    border: none;
}

.navigation.pagination .nav-links span.dots
{
    margin: 0 5px;
}



/************************************************************
**  ARTICOLO PROGETTO MULTIMEDIALE
*************************************************************/

.multimedia_project
{
    position: relative;
}

.multimedia_project .title_block
{
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 44px auto;
}

.multimedia_project article
{
    width: 100%;
    margin-top: 15px;
}

.multimedia_project article figure
{
    position: relative;
}

.multimedia_project article figure img
{
    display: block;
    width: 100%;
    height: auto;
}

.multimedia_project article figure .icon
{
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: -20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
}

.multimedia_project article .project_link
{
    text-decoration: none;
}

.multimedia_project article .excerpt
{
    margin-top: 35px;
    font-size: 18px;
    line-height: 1.25em;
}


/************************************************************
**  COMMENTI DISQUS
*************************************************************/

.commenti_disqus
{
	border: #e7e9ee solid 2px;
	box-sizing: border-box;
}

#disqus_thread a
{
    color: #DC1F26;
}



/*----------------------------------------------------------------------------------------------------

	CSS TABLET E DESKTOP

----------------------------------------------------------------------------------------------------*/

@media only screen
and (min-width:737px)
{

    /************************************************************
    **  SITE
    *************************************************************/

	.site
	{
		min-width:1024px;
	}

	.center
	{
		width: 980px;
		padding:0 22px;
	}



    /************************************************************
    **  MAIN MENU
    *************************************************************/

    nav#main_menu .content ul li,
    nav#main_menu .content ul.primary_menu li a,
    nav#main_menu .content ul.sub-menu li a
    {
        height: 35px;
    }

    nav#main_menu .content ul.primary_menu li a,
    nav#main_menu .content ul.sub-menu li a
    {
        line-height: 35px;
    }

    nav#main_menu .content ul.sub-menu
    {
        position: absolute;
        display: none;
        top: -10px;
        left: 96%;
        width: 200px;
        padding: 20px 2px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.15);
        box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    }

    nav#main_menu .content ul li:hover
    {
        background-color: #ededed;
    }

    nav#main_menu .content ul li:hover ul.sub-menu
    {
        display: block;
    }

    nav#main_menu .content ul.sub-menu > li
    {
        padding-left: 30px;
    }

    nav#main_menu .content ul.primary_menu > li > a
    {
        background: url(img/share/menu/arrow-list.png) no-repeat right center;
    }



    /************************************************************
    **  HEADER SECTION
    *************************************************************/

    header.section
    {
        height: 79px;
    }

    header.section .logo
    {
        width: 290px;
        height: 29px;
        padding-top: 25px;
    }

    header.section .logo h1
    {
        width: 100%;
        height: 100%;
    }

    header.section .all_sections,
    header.section .search
    {
        height: 29px;
    }

    header.section .all_sections
    {
        top: 25px;
        left: 30px;
    }

    header.section .all_sections #all_sections,
    header.section .all_sections #all_sections_close
    {
        height: 29px;
        padding-left: 30px;
        font-size: 1.6em;
    }

    header.section .search
    {
        top: 25px;
        right: 30px;
        width: 30px;
    }



    /************************************************************
    **  SEARCH
    *************************************************************/

    .search_form.header.section
    {
        padding: 10px 30px 0 30px;
    }


    .search_form.header form
    {
        padding: 10px 0 30px 0;
    }

    .search_form.header input
    {
        height: 35px;
    }

    .search_form.header .key
    {
        margin-right: 100px;
    }

    .search_form.header .go
    {
        width: 100px;
        top: 10px;
        right: 0px;
    }

    .search_form.header input[type=text]
    {
    }

    .search_form.header input[type=submit]
    {
    }

    .search_form.header input[type=submit]:hover
    {
        color: #d9202d;
    }



    /************************************************************
    **  FOOTER
    *************************************************************/

    .site > footer
    {
        padding-bottom: 130px;
    }

	/* Newsletter */

	.site > footer .newsletter .form_newsletter
	{
		padding-left: 10px;
		padding-right: 10px;
	}

	.site > footer .newsletter .form_newsletter p.wysija-paragraph
	{
		display: inline-block;
		width: 270px;
		vertical-align: top;
	}

	.site > footer .newsletter .form_newsletter input[type='submit']
	{
		display: inline-block;
		width: 100px;
		margin: 0 0 0 20px !important;
		vertical-align: top;
	}

	/* END Newsletter */


    .site > footer .menus
    {
        padding-bottom: 40px;
        border-bottom: #000 solid 1px;
    }

    .site > footer .top_footer,
    .site > footer .main_menu_footer,
    .site > footer .bottom_footer
    {
        overflow: hidden;
    }

    .site > footer .top_footer
    {
        padding-top: 35px;
    }

    .site > footer .top_footer .logo
    {
        float: left;
        width: 210px;
        height: 21px;
        background-size: 210px 21px;
    }

    .site > footer .top_footer .social
    {
        float: right;
    }

    .site > footer .top_footer .social li a
    {
        width: 15px;
        height: 15px;
        background-size: 15px 30px;
    }

    .site > footer .top_footer .social li a:hover
    {
        background-position: center bottom;
    }

    .site > footer .main_menu_footer
    {
        padding-top: 60px;
    }

    .site > footer .footer_menu_sx .sub-menu li
    {
        margin-top: 4px;
    }

    .site > footer .footer_menu_sx,
    .site > footer .footer_menu_dx
    {
        float: left;
    }

    .site > footer .footer_menu_sx
    {
        position: relative;
        width: 510px;
        height: 220px;
        font-size: 12px;
    }

    .site > footer .footer_menu_sx > li
    {
        position: absolute;
    }

    .site > footer .footer_menu_sx > li.most_popular,
    .site > footer .footer_menu_sx > li.new_york,
    .site > footer .footer_menu_sx > li.onu,
    .site > footer .footer_menu_sx > li.news,
    .site > footer .footer_menu_sx > li.people
    {
        left: 0;
    }
    .site > footer .footer_menu_sx > li.new_york { top: 0px }
    .site > footer .footer_menu_sx > li.onu      { top: 48px }
    .site > footer .footer_menu_sx > li.news     { top: 77px }
    .site > footer .footer_menu_sx > li.people   { top: 185px }

    .site > footer .footer_menu_sx > li.arts,
    .site > footer .footer_menu_sx > li.lifestyles
    {
        left: 170px;
    }
    .site > footer .footer_menu_sx > li.lifestyles { top: 127px }

    .site > footer .footer_menu_sx > li.food,
    .site > footer .footer_menu_sx > li.travel,
    .site > footer .footer_menu_sx > li.mediterraneo,
    .site > footer .footer_menu_sx > li.english,
    .site > footer .footer_menu_sx > li.search_archive
    {
        left: 340px;
    }
    .site > footer .footer_menu_sx > li.travel         { top: 38px }
    .site > footer .footer_menu_sx > li.mediterraneo   { top: 93px }
    .site > footer .footer_menu_sx > li.english        { top: 184px }
    .site > footer .footer_menu_sx > li.search_archive { top: 201px }

    .site > footer .footer_menu_dx
    {
        height: 250px;
        padding-left: 50px;
        border-left: #dfdedd solid 1px;
    }

    .site > footer .footer_menu_dx
    {
        font-size: 10px;
        font-weight: bold;
    }

    .site > footer .footer_menu_dx > li
    {
        margin-top: 7px;
    }

    .site > footer .footer_menu_dx > li.privacy
    {
        margin-top: 94px;
    }

    .site > footer .footer_menu_dx .sub-menu
    {
        font-size: 11px;
    }

    .site > footer .footer_menu_dx .sub-menu li
    {
        margin-top: 2px;
    }

    .site > footer .footer_menu_dx li.contatti .sub-menu li a
    {
        text-decoration: none;
    }

    .site > footer .giornale_protetto
    {
        padding-top:60px;
    }

    .site > footer .bottom_footer
    {
        padding-top: 20px;
    }

    .site > footer .copyright
    {
        font-size: 18px;
    }

    .site > footer .copyright span
    {
        font-size: 15px;
        padding-left: 25px;
    }



    /************************************************************
    **  SEZIONI
    *************************************************************/

    .navbar li
    {
        padding: 15px;
        display: inline-block;
    }

    .navbar li.separation
    {
        letter-spacing: -0.2em;
        padding: 15px 0px;
    }

    .navbar a:hover
    {
        text-decoration: underline;
    }

    .title_section
    {
        height: 70px;
        padding-left: 80px;
        font-size: 38px;
        line-height: 70px;
        background-size: 68px auto;
    }

    .home_section .title_section.nosubmenu
    {
        margin-top: 40px;
    }



    /************************************************************
    **  ARTICOLI STRUTTURA
    *************************************************************/

    .articles
    {
        padding-top: 25px;
    }

	.articles .row
	{
		padding: 50px 0 30px 0;
	}

	.articles .row:first-child
	{
		padding-top: 0px;
	}

    .articles .row.columns_2 .contents
    {
        background: url(img/share/line-v-dotten.png) repeat-y 649px top;
    }

    .articles .row.columns_2 .contents.line_solid
    {
        background: url(img/share/line-v-solid.png) repeat-y 649px top;
    }

    .articles .row.columns_2 .contents .column.left
    {
        float: left;
		width:620px;
        overflow: hidden;
    }

    .articles .row.columns_3 .contents
    {
        background: url(img/share/lines-v-dotten.png) repeat-y 309px top;
    }

    .articles .row.columns_3 .contents .column.left
    {
        float: left;
		width:280px;
        overflow: hidden;
    }

    .articles .row.columns_3 .contents .column.middle
    {
        float: left;
		width: 280px;
        margin-left: 60px;
        overflow: hidden;
    }

    .articles .row .contents .column.right
    {
        float: right;
        width: 300px;
        padding-left: 31px;
        overflow: hidden;
    }

    .articles .row .contents .column .block
    {
        padding-top: 30px;
        margin-top: 30px;
        border-top: #000 solid 1px;
    }

    .articles .row .contents .column .block:first-child
    {
        padding-top: 0px;
        margin-top: 0px;
        border-top: none;
    }

    .articles article .content .alignright
    {
        float: right;
        margin: 7px 0 0 20px;
    }

    .articles article .content .alignleft
    {
        float: left;
        margin: 7px 20px 0 0;
    }



    /************************************************************
    **  ARTICOLO DI APERTURA LARGE AND MEDIUM
    *************************************************************/

    /* In riga di almeno 2 colonne */
	.articles .row .opening figure
	{
		margin-bottom: 40px;
	}

	.articles .row .opening header .category
	{
		margin-bottom:15px;
		font-size: 1.3em;
	}

	.articles .row .opening header .title
	{
		font-size: 45px;
        margin-bottom: 15px;
	}

	.articles .row .opening header .title,
	.articles .row .opening header .title a
	{
        line-height: 1em;
	}

	.articles .row .opening header .subtitle
	{
		margin-bottom:30px;
		font-size: 1.7em;
	}

	.articles .row .opening header .excerpt
	{
		font-size: 1.3em;
	}

	.articles .row .opening footer
	{
		margin-top:50px;
	}

	.articles .row .opening footer .author
	{
		float:left;
	}

	.articles .row .opening footer .view
	{
		float:right;
	}

    /* una colonna */
    .articles .row.columns_3 .opening header .category,
    .articles .row.columns_2 .column.right .opening header .category
    {
		margin: 10px 0px;
		font-size: 1.05em;
    }

    .articles .row.columns_3 .opening header .title,
    .articles .row.columns_2 .column.right .opening header .title
    {
        font-size: 1.75em !important;
        line-height: 1.2em;
    }

    .articles .row.columns_3 .opening header .subtitle,
    .articles .row.columns_2 .column.right .opening header .subtitle
    {
        font-size: 1.35em;
		margin-bottom:20px;
    }

    .articles .row.columns_3 .opening header .excerpt,
    .articles .row.columns_2 .column.right .opening header .excerpt
    {
		font-size: 1.2em;
		line-height:1.3em;
    }

    .articles .row.columns_3 .opening footer,
    .articles .row.columns_2 .column.right .opening footer
    {
		margin-top:25px;
    }



    /************************************************************
    **  BLOCCO ARTICOLI
    *************************************************************/

    /* Titolo del blocco */

    .articles .row .custom_title
    {
        font-size: 2.3em;
        line-height: 36px;
        margin-bottom: 50px;
    }



    /* Stili condivisi */

    .articles .row .articles_group .articles_row
    {
        margin-top: 90px;
    }

    .articles .row .articles_group .articles_row:first-child
    {
        margin-top: 0;
    }

    .articles .row .articles_group .articles_row article.left,
    .articles .row .articles_group .articles_row article.middle,
    .articles .row .articles_group .articles_row article.right
    {
        width: 280px;
    }

    .articles .row.columns_1 .articles_group .articles_row article.left,
    .articles .row.columns_2 .articles_group .articles_row article.left,
    .articles .row.columns_1 .articles_group .articles_row article.middle,
    .articles .row.columns_2 .articles_group .articles_row article.middle
    {
        float: left;
    }

    .articles .row.columns_1 .articles_group .articles_row article.middle,
    .articles .row.columns_2 .column.left .articles_group .articles_row article.middle
    {
        margin-left: 70px;
    }

    .articles .row.columns_1 .articles_group .articles_row article.right,
    .articles .row.columns_2 .column.left .articles_group .articles_row article.right
    {
        float: right;
    }

    .articles .row .articles_group .articles_row article header .category,
    .articles .row.columns_2 .column.right .c1_4-3 .articles_group article header .category,
    .articles .row.columns_2 .column.right .c1_16-9 .articles_group article header .category,
    .articles .row.columns_3 .c1_4-3 .articles_group article header .category,
    .articles .row.columns_3 .c1_16-9 .articles_group article header .category
    {
        margin-bottom: 25px;
        font-size: 1.1em;
        line-height: 1em;
    }

    .articles .row .articles_group .articles_row article header .title,
    .articles .row.columns_2 .column.right .c1_4-3 .articles_group article header .title,
    .articles .row.columns_2 .column.right .c1_16-9 .articles_group article header .title,
    .articles .row.columns_3 .c1_4-3 .articles_group article header .title,
    .articles .row.columns_3 .c1_16-9 .articles_group article header .title
    {
        margin-bottom: 22px;
        font-size: 1.8em;
        line-height: 1.1em;
    }

    .articles .row .articles_group .articles_row article header .subtitle,
    .articles .row.columns_2 .column.right .c1_4-3 .articles_group article header .subtitle,
    .articles .row.columns_2 .column.right .c1_16-9 .articles_group article header .subtitle,
    .articles .row.columns_3 .c1_4-3 .articles_group article header .subtitle,
    .articles .row.columns_3 .c1_16-9 .articles_group article header .subtitle
    {
        /*padding-top: 22px;*/
        margin-bottom: 15px;
        font-size: 1.3em;
        line-height: 1.15em;
    }

    .articles .row .articles_group .articles_row article header .excerpt,
    .articles .row.columns_2 .column.right .c1_4-3 .articles_group article header .excerpt,
    .articles .row.columns_2 .column.right .c1_16-9 .articles_group article header .excerpt,
    .articles .row.columns_3 .c1_4-3 .articles_group article header .excerpt,
    .articles .row.columns_3 .c1_16-9 .articles_group article header .excerpt
    {
        margin-bottom: 15px;
        font-size: 1.15em;
        line-height: 1.25em;
    }

    .articles .row.columns_1 .c1_4-3 .articles_group article header .category,
    .articles .row.columns_1 .c1_16-9 .articles_group article header .category,
    .articles .row.columns_2 .column.left .c1_4-3 .articles_group article header .category,
    .articles .row.columns_2 .column.left .c1_16-9 .articles_group article header .category
    {
        margin-bottom: 25px;
        font-size: 1.2em;
        line-height: 1em;
    }

    .articles .row.columns_1 .c1_4-3 .articles_group article header .title,
    .articles .row.columns_1 .c1_16-9 .articles_group article header .title,
    .articles .row.columns_2 .column.left .c1_4-3 .articles_group article header .title,
    .articles .row.columns_2 .column.left .c1_16-9 .articles_group article header .title
    {
        margin-bottom: 22px;
        font-size: 2.4em;
    }

    .articles .row.columns_1 .c1_4-3 .articles_group article header .subtitle,
    .articles .row.columns_1 .c1_16-9 .articles_group article header .subtitle,
    .articles .row.columns_2 .column.left .c1_4-3 .articles_group article header .subtitle,
    .articles .row.columns_2 .column.left .c1_16-9 .articles_group article header .subtitle
    {
        margin-bottom: 15px;
        font-size: 1.7em;
        line-height: 1em;
    }

    .articles .row.columns_1 .c1_4-3 .articles_group article header .excerpt,
    .articles .row.columns_1 .c1_16-9 .articles_group article header .excerpt,
    .articles .row.columns_2 .column.left .c1_4-3 .articles_group article header .excerpt,
    .articles .row.columns_2 .column.left .c1_16-9 .articles_group article header .excerpt
    {
        margin-bottom: 15px;
        font-size: 1.2em;
        line-height: 1.2em;
    }

    .articles .row .c2_vert article header,
    .articles .row .c2_4-3_txt_up article header,
    .articles .row .c3_vert article header,
    .articles .row .c3_4-3_txt_up article header
    {
        margin-bottom: 15px;
    }

    .articles .row.columns_2 .column.right .c1_4-3 article figure,
    .articles .row.columns_3 .c1_4-3 article figure,
    .articles .row.columns_2 .column.right .c1_16-9 article figure,
    .articles .row.columns_3 .c1_16-9 article figure,
    .articles .row .c2_4-3_txt_down article figure,
    .articles .row .c3_4-3_txt_down article figure
    {
        margin-bottom: 10px;
    }

    .articles .row.columns_1 .c1_4-3 article figure,
    .articles .row.columns_1 .c1_16-9 article figure,
    .articles .row.columns_2 .column.left .c1_4-3 article figure,
    .articles .row.columns_2 .column.left .c1_16-9 article figure
    {
        margin-bottom: 15px;
    }

    .articles .row.columns_1 .c1_4-3 article,
    .articles .row.columns_1 .c1_16-9 article,
    .articles .row.columns_2 .column.left .c1_4-3 article,
    .articles .row.columns_2 .column.left .c1_16-9 article
    {
        margin-top: 80px;
    }

    .articles .row.columns_1 .c1_4-3 article:first-child,
    .articles .row.columns_1 .c1_16-9 article:first-child,
    .articles .row.columns_2 .column.left .c1_4-3 article:first-child,
    .articles .row.columns_2 .column.left .c1_16-9 article:first-child
    {
        margin-top: 0;
    }

    .articles .row.columns_3 .articles_group article,
    .articles .row.columns_2 .column.right .articles_group article
    {
        margin-top: 60px;
    }

    .articles .row.columns_3 .articles_group article:first-child,
    .articles .row.columns_2 .column.right .articles_group article:first-child
    {
        margin-top: 0;
    }



    /* Blocco foto quadrata piccola */

    .articles .row.columns_1 .c1_1-1_small article,
    .articles .row.columns_2 .column.left .c1_1-1_small article
    {
        margin-top: 40px;
    }

    .articles .row.columns_1 .c1_1-1_small article:first-child,
    .articles .row.columns_2 .column.left .c1_1-1_small article:first-child
    {
        margin-top: 0;
    }

    .articles .row.columns_1 .c1_1-1_small article figure,
    .articles .row.columns_2 .column.left .c1_1-1_small article figure
    {
        width: 140px;
        height: 140px;
    }

    .articles .row.columns_1 .c1_1-1_small article header,
    .articles .row.columns_2 .column.left .c1_1-1_small article header
    {
        position: relative;
        height: 140px;
    }

    .articles .row.columns_1 .c1_1-1_small article header
    {
        width: 820px;
    }

    .articles .row.columns_2 .column.left .c1_1-1_small article header
    {
        width: 460px;
    }

    .articles .row.columns_1 .c1_1-1_small article header .category,
    .articles .row.columns_2 .column.left .c1_1-1_small article header .category
    {
        padding-top: 7px;
        font-size: 1.1em;
    }

    .articles .row.columns_1 .c1_1-1_small article header .title,
    .articles .row.columns_2 .column.left .c1_1-1_small article header .title
    {
        padding-top: 15px;
        font-size: 1.6em;
    }

    .articles .row.columns_1 .c1_1-1_small article header .author,
    .articles .row.columns_2 .column.left .c1_1-1_small article header .author
    {
        position: absolute;
        left: 0;
        bottom: 5px;
    }

    .articles .row.columns_2 .column.right .c1_1-1_small article,
    .articles .row.columns_3 .c1_1-1_small article
    {
        padding-top: 20px;
        margin-top: 7px;
        border-top: #DDD solid 1px;
    }

    .articles .row.columns_2 .column.right .c1_1-1_small article:first-child,
    .articles .row.columns_3 .c1_1-1_small article:first-child
    {
        padding-top: 0;
        margin-top: 0;
        border-top: none;
    }

    .articles .row.columns_2 .column.right .c1_1-1_small article figure,
    .articles .row.columns_3 .c1_1-1_small article figure
    {
        width: 70px;
        height: 70px;
    }

    .articles .row.columns_2 .column.right .c1_1-1_small article header,
    .articles .row.columns_3 .c1_1-1_small article header
    {
        position: relative;
        min-height: 70px;
    }

    .articles .row.columns_2 .column.right .c1_1-1_small article header,
    .articles .row.columns_3 .column.right .c1_1-1_small article header
    {
        width: 210px;
    }

    .articles .row.columns_3 .column.left .c1_1-1_small article header,
    .articles .row.columns_3 .column.middle .c1_1-1_small article header
    {
        width: 190px;
    }

    .articles .row.columns_2 .column.right .c1_1-1_small article header .category,
    .articles .row.columns_3 .c1_1-1_small article header .category
    {
        padding-top: 2px;
        font-size: 1em;
    }

    .articles .row.columns_2 .column.right .c1_1-1_small article header .title,
    .articles .row.columns_3 .c1_1-1_small article header .title
    {
        padding-top: 7px;
        font-size: 1.2em;
        line-height: 1.2em;
    }

    .articles .row.columns_2 .column.right .c1_1-1_small article header .author,
    .articles .row.columns_3 .c1_1-1_small article header .author
    {
        padding-top: 7px;
        font-size: 1.1em;
    }



    /************************************************************
    **  ARTICOLI ARCHIVIO
    *************************************************************/

    .articles.archive
    {
        padding-bottom: 80px;
    }

    .articles.archive article
    {
        min-height: 240px;
        margin-top: 60px;
    }

    .articles.archive article figure
    {
        width: 240px;
        height: 240px;
    }

    .articles.archive article header
    {
        padding-top: 5px;
        margin-left: 280px;
    }

    .articles.archive article header .category
    {
        font-size: 19px;
    }

    .articles.archive article header .title
    {
        font-size: 35px;
        margin-top: 10px;
    }

    .articles.archive article header .excerpt
    {
        margin-top: 20px;
        font-size: 19px;
        line-height: 25px;
    }



    /************************************************************
    **  ARTICOLO PROGETTO MULTIMEDIALE
    *************************************************************/

    /* TRE COLONNE */

    .articles .row.columns_1 .multimedia_project
    {
        padding-bottom: 50px;
    }

    .articles .row.columns_1 .multimedia_project .title_block
    {
        padding-right: 100px;
        font-size: 40px;
    }

    .articles .row.columns_1 .multimedia_project article .project_link
    {
        position: relative;
        display: block;
    }

    .articles .row.columns_1 .multimedia_project article header
    {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50%;
        padding: 0 40px 60px 0;
        text-align: right;
        color: #fff;
    }

    .articles .row.columns_1 .multimedia_project article figure .icon
    {
        right: 90px;
    }

    /* DUE COLONNE */

    .articles .row.columns_2 .column.left .multimedia_project article figure .icon
    {
        right: 50px;
    }

    .articles .row.columns_2 .column.left .multimedia_project article header .title
    {
        margin-top: 20px;
        font-size: 40px !important;
        color: #000;
    }

    .articles .row.columns_2 .column.left .multimedia_project article .excerpt
    {
        margin-top: 15px;
    }

    /* UNA COLONNA */

    .articles .row.columns_2 .column.right .multimedia_project .title_block,
    .articles .row.columns_3 .multimedia_project .title_block
    {
        font-size: 25px;
        background: none !important;
    }

    .articles .row.columns_2 .column.right .multimedia_project article figure .icon,
    .articles .row.columns_3 .multimedia_project article figure .icon
    {
        right: 15px;
    }

    .articles .row.columns_2 .column.right .multimedia_project article header .title,
    .articles .row.columns_3 .multimedia_project article header .title
    {
        margin-top: 20px;
        font-size: 30px !important;
        color: #000;
    }

    .articles .row.columns_2 .column.right .multimedia_project article .excerpt,
    .articles .row.columns_3 .multimedia_project article .excerpt
    {
        margin-top: 15px;
    }


	/************************************************************
	**  COMMENTI DISQUS
	*************************************************************/

	.commenti_disqus
	{
		padding: 15px 30px;
	}

}



/*----------------------------------------------------------------------------------------------------

	CSS SMARTPHONE

----------------------------------------------------------------------------------------------------*/

@media only screen
and (max-width : 736px)
{

    /************************************************************
    **  SITE
    *************************************************************/

	.site
	{
		min-width:320px;
	}

	.center
	{
        position: relative;
        text-align: center;
	}

    .articles
    {
        padding-top: 0;
    }
    .logo-edigma {
        height: 65px;
        position: inherit;
    }


    /************************************************************
    **  MAIN MENU
    *************************************************************/

    nav#main_menu .content ul li
    {
        height: inherit;
    }

    nav#main_menu .content ul.primary_menu > li
    {
        margin-top: 15px;
        padding-top: 15px;
        font-size: 13px;
        font-weight: bold;
        border-top: #ddd solid 1px;
    }

    nav#main_menu .content ul.primary_menu > li:first-child
    {
        margin-top: 0;
        padding-top: 0;
        border: none;
    }

    nav#main_menu .content ul.primary_menu > li > a
    {
    }

    nav#main_menu .content ul.sub-menu
    {
        padding-left: 10px;
    }

    nav#main_menu .content ul.sub-menu li
    {
        margin-top: 7px;
    }



    /************************************************************
    **  HEADER SECTION
    *************************************************************/

    header.section
    {
        height: 49px;
    }

    header.section .logo
    {
        width: 210px;
        height: 21px;
        padding-top: 14px;
    }

    header.section .logo h1
    {
        width: 100%;
        height: 100%;
        background-size: auto 21px;
    }

    header.section .all_sections,
    header.section .search
    {
        height: 25px;
    }

    header.section .all_sections
    {
        top: 12px;
        left: 10px;
    }

    header.section .all_sections #all_sections,
    header.section .all_sections #all_sections_close
    {
        width: 25px;
        height: 25px;
        text-indent: -999px;
        background-size: auto 18px;
        overflow: hidden;
    }

    header.section .search
    {
        top: 12px;
        right: 10px;
        width: 30px;
        background-size: auto 18px;
    }



    /************************************************************
    **  SEARCH
    *************************************************************/

    .search_form.header
    {
    }

    .search_form.header form
    {
        padding: 20px 10px;
    }

    .search_form.header input
    {
        height: 45px;
    }

    .search_form.header .key
    {
        margin-right: 80px;
    }

    .search_form.header .go
    {
        width: 80px;
        top: 20px;
        right: 10px;
    }

    .search_form.header input[type=text]
    {
    }

    .search_form.header input[type=submit]
    {
    }

    .search_form.header input[type=submit]:hover
    {
        color: #d9202d;
    }



    /************************************************************
    **  FOOTER
    *************************************************************/

    .site > footer
    {
        padding-bottom: 30px;
    }

	/* Newsletter */

	.site > footer .newsletter
	{
		padding: 20px 10px;
	}

	.site > footer .newsletter .form_newsletter input,
	.site > footer .newsletter .form_newsletter .formErrorContent
	{
		font-size: 13px;
	}

	.site > footer .newsletter .form_newsletter p.wysija-paragraph,
	.site > footer .newsletter .form_newsletter input[type='submit']
	{
		width: 100%;
	}

	.site > footer .newsletter .form_newsletter input[type='submit']
	{
		margin-top: 5px;
		text-transform: uppercase;
	}

	.site > footer .newsletter .form_newsletter .formErrorContent
	{
		padding: 0 0 15px 15px;
	}

	/* END Newsletter */

    .site > footer .menus
    {
        /*border-bottom: #ddd solid 1px;*/
    }

    .site > footer .top_footer
    {
        padding: 30px;
    }

    .site > footer .top_footer .logo
    {
        width: 280px;
        height: 28px;
        margin: 0 auto;
        background-size: 280px 28px;
    }

   .site >  footer .top_footer .social
    {
        width: 104px;
        margin: 40px auto 0 auto;
    }

    .site > footer .top_footer .social li a
    {
        width: 20px;
        height: 20px;
        background-size: 20px 40px;
    }

    .site > footer .main_menu_footer
    {
        text-align: center;
        border-top: #ddd solid 1px;
    }

    .site > footer .main_menu_footer .footer_menu_sx > li,
    .site > footer .main_menu_footer .footer_menu_dx > li
    {
        margin-top: 30px;
    }

    .site > footer .main_menu_footer .footer_menu_sx > li ul,
    .site > footer .main_menu_footer .footer_menu_dx > li ul
    {
        margin-top: 7px;
    }

    .site > footer .main_menu_footer .footer_menu_dx
    {
        padding-bottom: 30px;
        margin-top: 30px;
        border-top: #ddd solid 1px;
    }

    .site > footer .bottom_footer
    {
        position: relative;
        padding: 20px 0 70px 0;
        text-align: center;
    }

    .site > footer .copyright
    {
        padding-top: 30px;
        font-size: 1.15em;
        border-top: #ddd solid 1px;
        box-sizing: border-box;
    }

    .site > footer .service_menu li
    {
        margin: 10px 0;
    }

    .site > footer .giornale_protetto
    {
        padding-bottom: 20px;
        text-align: center;
    }

    .site > footer .giornale_protetto,
    .site > footer .copyright
    {
        padding-left: 15px;
        padding-right: 15px;
    }

    .site > footer .copyright span
    {
        display: block;
    }



    /************************************************************
    **  SEZIONI
    *************************************************************/

    .navbar
    {
        display: none;
    }

    .title_section
    {
        height: 50px;
        padding-left: 55px;
        font-size: 30px;
        line-height: 50px;
        background-size: 48px auto;
    }

    .home_section .title_section
    {
        margin: 20px 10px;
    }



    /************************************************************
    **  ARTICOLI STRUTTURA
    *************************************************************/

    .articles
	{
		/*padding-top: 10px;*/
	}

	.articles .row
	{
		padding: 25px 0;
	}

	.articles .row:first-child
	{
		padding-top: 0px;
	}

    .articles .row.columns_2 .contents
    {
        overflow: hidden;
    }

    .articles .row .contents .column
    {
        /*padding: 25px 10px 0 10px;*/
        padding-top: 25px;
        margin-top: 30px;
        border-top: #999 solid 1px;
        overflow: hidden;
    }

    .articles .row .contents .column:first-child
    {
        padding-top: 0px;
        margin-top: 0px;
        border-top: none;
    }

    .articles .row .contents .column .block
    {
        padding-top: 25px;
        margin-top: 25px;
        background: url(img/share/line-h-dotten.png) repeat-x left top;
    }

    .articles .row .contents .column .block:first-child
    {
        padding-top: 0px;
        margin-top: 0px;
        background: none;
    }

    .articles .row .opening header,
    .articles .row .opening footer,
    .articles .row .column .columnists,
    .articles .row .column .c1_4-3,
    .articles .row .column .c1_16-9,
    .articles .row .column .c1_1-1_small,
    .articles .row .column .c2_vert,
    .articles .row .column .c2_4-3_txt_up,
    .articles .row .column .c2_4-3_txt_down,
    .articles .row .column .c3_vert,
    .articles .row .column .c3_4-3_txt_up,
    .articles .row .column .c3_4-3_txt_down
	{
		padding: 0 10px;
	}

    .articles .row .opening header .category,
    .articles .row .column .articles_group article .category
	{
        margin-bottom: 10px;
        font-size: 0.95em;
        text-transform: uppercase;
	}

    .articles .row .opening header .title,
    .articles .row .column .articles_group article .title
	{
        margin-bottom: 20px;
        font-size: 1.85em !important;
	}

    .articles .row .opening header .subtitle,
    .articles .row .column .articles_group article .subtitle
	{
        margin-bottom: 15px;
        font-size: 1.5em;
	}

    .articles .row .opening header .excerpt,
    .articles .row .column .articles_group article .excerpt
	{
        margin-bottom: 15px;
        font-size: 1.2em;
        line-height: 1.2em;
	}

    .articles .row .opening figure,
    .articles .row .column .c1_4-3 article figure,
    .articles .row .column .c1_16-9 article figure,
    .articles .row .column .c2_4-3_txt_down article figure,
    .articles .row .column .c3_4-3_txt_down article figure
	{
        margin-bottom: 10px;
	}

    .articles .row .column .c2_vert article header,
    .articles .row .column .c2_4-3_txt_up article header,
    .articles .row .column .c3_vert article header,
    .articles .row .column .c3_4-3_txt_up article header
	{
        margin-bottom: 10px;
	}



    /************************************************************
    **  ARTICOLI CAROSELLO
    *************************************************************/

    .articles .row .carousel_articles
    {
        padding: 0 10px;
    }



    /************************************************************
    **  BLOCCO ARTICOLI
    *************************************************************/

    .articles .row .custom_title
    {
        font-size: 1.6em;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .articles .row .column .articles_group article
    {
        padding-top: 30px;
        margin-top: 30px;
        border-top: #DDD solid 1px;
    }

    .articles .row .column .articles_group article:first-child
    {
        padding-top: 0;
        margin-top: 0;
        border-top: none;
    }


    /* c1_1-1_small */
    .articles .row .column .c1_1-1_small .articles_group article
    {
        position: relative;
        padding-top: 20px;
        margin-top: 7px;
        border-top: #DDD solid 1px;
    }

    .articles .row .column .c1_1-1_small .articles_group article:first-child
    {
        padding-top: 0;
        margin-top: 0;
        border-top: none;
    }

    .articles .row .column .c1_1-1_small .articles_group article figure
    {
        position: absolute;
        float: none;
        width: 70px;
        height: 70px;
        left: 0;
        top: 20px;
    }

    .articles .row .column .c1_1-1_small .articles_group article:first-child figure
    {
        top: 0px;
    }

    .articles .row .column .c1_1-1_small .articles_group article header
    {
        float: none;
        padding-left: 80px;
    }

    .articles .row .column .c1_1-1_small .articles_group article header .category
    {
        margin: 2px 0 7px 0;
        font-size: 0.9em;
    }

    .articles .row .column .c1_1-1_small .articles_group article header .title
    {
        font-size: 1.4em !important;
        margin-bottom: 7px;
    }

    .articles .row .column .c1_1-1_small .articles_group article header .author
    {
        font-size: 1.1em;
    }



    /************************************************************
    **  ARTICOLI ARCHIVIO
    *************************************************************/

    .articles.archive
    {
        padding-bottom: 40px;
    }

    .articles.archive article
    {
        min-height: 80px;
        margin-top: 40px;
    }

    .articles.archive article figure
    {
        width: 80px;
        height: 80px;
    }

    .articles.archive article header
    {
        padding-top: 5px;
        margin-left: 95px;
    }

    .articles.archive article header .category
    {
        font-size: 15px;
    }

    .articles.archive article header .title
    {
        font-size: 22px;
        margin-top: 10px;
    }

    .articles.archive article header .excerpt
    {
        display: none;
    }



    /************************************************************
    **  ARTICOLO PROGETTO MULTIMEDIALE
    *************************************************************/

    /* UNA COLONNA */

    .articles .multimedia_project
    {
        padding: 0 15px;
    }

    .articles .multimedia_project .title_block
    {
        font-size: 25px;
        background: none !important;
    }

    .articles .multimedia_project article figure .icon
    {
        right: 15px;
    }

    .articles .multimedia_project article header .title
    {
        margin-top: 20px;
        font-size: 30px !important;
        color: #000;
    }

   .articles .multimedia_project article .excerpt
    {
        margin-top: 15px;
    }


	/************************************************************
	**  COMMENTI DISQUS
	*************************************************************/

	.commenti_disqus
	{
		padding: 0px 10px;
	}

}

/************************************************************
**  DONATE MODAL
*************************************************************/

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0} 
    to {top: 0; opacity: 1}
}
@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

header.homepage .top .dx #donate_btn
{
    padding: 7px 0px;
    background-color: #d71018;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    width: 80px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    border-radius: 20px;
    margin-top: -7px;
    font-family: lato;
    text-transform: uppercase;
}

header > #donate_btn
{
    padding: 7px 0px;
    background-color: #d71018;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    width: 80px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    border-radius: 20px;
    font-family: lato;
    text-transform: uppercase;
    position: absolute;
    top: 25px;
    right: 65px;
}
/* The Modal (background) */
#donate_modal.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
#donate_modal .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 20px;
    width: 800px;
    max-width: calc(100% - 45px);
    max-height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
#donate_modal .modal-content-inner {
    padding: 20px 80px 40px 80px;
}
/* The Close Button */
#donate_modal .modal-close-container {
    color: #aaa;
    /* float: right; */
    font-size: 28px;
    font-weight: bold;
    line-height: 18px;
    width: 100%;
    text-align: right;
}
#donate_modal .modal-close-container .modal-close:hover,
#donate_modal .modal-close-container .modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#donate_modal .donate-text
{
    font-family: paganini;
    font-size: 20px;
    margin: 20px 0px;
}
#donate_modal .donate-text-sub
{
    font-family: paganini;
    font-size: 20px;
}
#donate_modal .donate-lvny-motto
{
    font-family: paganini;
    font-size: 21px;
    margin-top: 20px;
}
#donate_modal .donation-wrapper
{
    margin-top: 20px;
    text-align: right;
}
#donate_modal .donation-wrapper .select-donation-value
{
    display: inline-block;
}
#donate_modal .donation-wrapper .donation-currency
{
    display: inline-block;
    font-size: 27px;
    border-right: 1px solid #000;
    width: 30px;
    height: 30px;
    text-align: left;
    font-family: AGaramondPro;
    line-height: 36px;
}
#donate_modal .donation-wrapper .donation-values
{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
#donate_modal .donation-wrapper .donation-values li
{
    font-size: 18px;
    min-width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    transition: 0.5s all;
    font-family: paganini;
    line-height: 32px;
    border-radius: 50%;
}
#donate_modal .donation-wrapper .donation-values li.selected
{
    background-color: #d71018;
    color: #fff;
    cursor: default;
}
#donate_modal .donation-wrapper .donation-values li:last-child
{
    padding: 0px 10px;
}
#donate_modal .donation-wrapper .donation-values li:not(:last-child)
{
    border-radius: 50%;
}
#donate_modal .donation-wrapper .donation-values li:last-child
{
    border-radius: 20px;
    margin-right: 0px;
    text-transform: uppercase;
}
#donate_modal .donation-wrapper .custom-value
{
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
#donate_modal .donation-wrapper .custom-value #custom_donation_value
{
    width: 70px;
    padding: 0px 15px;
    height: 28px;
    font-size: 16px;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 20px;
    -webkit-box-shadow: inset 2px 2px 2px 0px #ddd;
    -moz-box-shadow: inset 2px 2px 2px 0px #ddd;
    box-shadow: inset 2px 2px 2px 0px #ddd;
}
#donate_modal .donation-wrapper #paypal_donation_form
{
    display: inline-block;
    vertical-align: top;
}
#donate_modal .donation-wrapper #paypal_donation_form input[type="submit"]
{
    height: 30px;
    border-radius: 20px;
    font-size: 14px;
    border: 0;
    text-align: center;
    background-color: #d71018;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 15px;
    font-family: Lato;
    line-height: 14px;
}

/* The Modal (background) */
#thanks_modal.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
#thanks_modal .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 20px;
    width: 800px;
    max-width: calc(100% - 45px);
    max-height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
#thanks_modal .modal-content-inner {
    padding: 20px 80px 40px 80px;
}
/* The Close Button */
#thanks_modal .modal-close-container {
    color: #aaa;
    /* float: right; */
    font-size: 28px;
    font-weight: bold;
    line-height: 18px;
    width: 100%;
    text-align: right;
}
#thanks_modal .modal-close-container .modal-close:hover,
#thanks_modal .modal-close-container .modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#thanks_modal .thanks-author-img
{
    display: inline-block;
    vertical-align: top;
}
#thanks_modal .thanks-container
{
    display: inline-block;
    margin-left: 10px;
}
#thanks_modal .thanks-text
{
    font-family: paganini;
    font-size: 25px;
    margin: 15px 0px 0px 0px;
}
#thanks_modal .thanks-text-sub
{
    font-family: paganini;
    font-size: 25px;
    margin: 0px 0px 30px 0px;
}
#thanks_modal .thanks-author
{
    font-family: paganini;
    font-size: 20px;
    font-style: italic;
}
#thanks_modal .thanks-author-role
{
    font-family: paganini;
    font-size: 16px;
}
#thanks_modal .thanks-lvny-motto
{
    float: right;
    font-family: paganini;
    font-size: 21px;
    margin-top: -25px;
}
#donate_btn_container_mob
{
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 49px;
    background-color: #fff;
    z-index: 9999;
    border-top: #999 solid 1px;
    transition: 0.5s all;
}
#donate_btn_container_mob #donate_btn
{
    padding: 7px 0px;
    background-color: #d71018;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    width: 80px;
    text-align: center;
    display: inline-block;
    margin-left: 20px;
    margin-top: 10px;
    border-radius: 20px;
    font-family: lato;
    text-transform: uppercase;
}
#donate_btn_container_mob #donate_close
{
    display: inline-block;
    float: right;
    margin-top: 15px;
    margin-right: 20px;
}
@media only screen and (max-width: 736px)
{
    header > #donate_btn
    {
        display: none !important;
    }
    #donate_btn_container_mob
    {
        display: block !important;
    }
    #donate_modal .modal-content
    {
        margin: 5% auto;
    }
    #donate_modal .modal-content-inner {
        padding: 20px 15px 70px 15px;
    }
    #donate_modal .donation-wrapper .donation-currency
    {
        width: 20px;
    }
    #donate_modal .donation-wrapper .donation-values
    {
        margin-left: 0px;
    }
    #donate_modal .donation-wrapper .donation-values li
    {
        margin-right: 0px;
        margin-left: -3px;
    }
    #donate_modal .donation-wrapper .donation-values li:last-child
    {
        padding: 0px 5px;
    }
    #donate_modal .donation-wrapper .custom-value
    {
        margin-right: 0px;
    }
    #donate_modal .donation-wrapper .custom-value #custom_donation_value
    {
        width: 50px;
        padding: 0px 10px;
    }
    #donate_modal .donation-wrapper #paypal_donation_form input[type="submit"]
    {
        position: absolute;
        left: calc(50% - 40px);
        bottom: 50px;
    }
    #thanks_modal .modal-content
    {
        margin: 5% auto;
    }
    #thanks_modal .modal-content-inner {
        padding: 20px 15px 90px 15px;
    }
    #thanks_modal .thanks-container
    {
        margin-left: 0px;
    }
    #thanks_modal .thanks-text-sub
    {
        margin-top: 15px;
    }
    #thanks_modal .thanks-lvny-motto {
        float: left;
        margin-top: 30px;
    }
}

/* VNY CHALLENGE */
body.vny-challenge 
{
    background-color: #282828;
}
.vny-challenge a, .vny-challenge .slick-slide
{
    outline: 0;
}
.vny-challenge .slick-arrow.slick-disabled
{
    display: none !important;
}
.vny-challenge .slick-arrow
{
    display: inline-block !important;
}
.vny-challenge .secondary-menu-container 
{
    background-color: #1f1f1f;
    margin-bottom: 65px;
}
.vny-challenge .secondary-menu
{
    max-width: 1000px;
    margin: 0 auto;
}
.vny-challenge .secondary-menu li
{
    display: inline-block;
    padding: 10px 0px;
}
.vny-challenge .secondary-menu li a
{
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Lato;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    padding: 10px 20px;
    transition: 0.5s all;
}
.vny-challenge .secondary-menu li:first-child
{
    margin-left: 30px;
}
.vny-challenge .secondary-menu li:first-child a
{
    background-color: #d71018;
}
.vny-challenge .secondary-menu li:hover a
{
    background-color: #d71018;
}
.vny-challenge .primary-menu-container
{
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: #282828;
}
.vny-challenge .primary-menu-container.fixed
{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    padding: 20px 0px;
}
.vny-challenge .primary-menu-wrapper
{
    max-width: 1000px;
    margin: 0 auto;
}
.vny-challenge .logo
{
    display: inline-block;
}
.vny-challenge .primary-menu
{
    display: inline-block;
    margin-left: 25px;
    vertical-align: top;
    font-size: 11px;
}
.vny-challenge .primary-menu li
{
    display: inline-block;
    padding: 10px 0px;
}
.vny-challenge .primary-menu li a
{
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Lato;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    padding: 10px;
    transition: 0.5s all;
}
.vny-challenge .primary-menu li.selected a, 
.vny-challenge .primary-menu li:hover a
{
    background-color: #d71018;
    padding-bottom: 30px;
}
.vny-challenge .ambassadors-slider-container
{
    max-width: 940px;
    margin: 30px auto 50px auto;
    position: relative;
}
.vny-challenge .ambassadors-slider
{
    width: 670px;
    margin-left: 220px;
}
.vny-challenge .ambassadors-slider .slick-slide
{
    padding-top: 15px;
}
.vny-challenge .ambassador-slider-prev
{
    position: absolute;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: 180px;
    cursor: pointer;
}
.vny-challenge .ambassador-slider-next
{
    position: absolute;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    right: 10px;
    cursor: pointer;
}
.vny-challenge .ambassador-slider-prev > img,
.vny-challenge .ambassador-slider-next > img
{
    width: 100%;
}
.vny-challenge .ambassador-img-container
{
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
}
.vny-challenge .ambassador-img-container > img
{
    width: 100%;
}
.vny-challenge .ambassador-name-quote-container
{
    display: inline-block;
    width: calc(100% - 120px);
    vertical-align: top;
    margin-left: 10px;
    margin-top: -15px;
    color: #fff;
}
.vny-challenge .ambassador-title
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
}
.vny-challenge .ambassador-name
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
}
.vny-challenge .ambassador-quote
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    margin-top: 10px;
}
.vny-challenge .main-slider .slide1
{
    background-image: url('/wp-content/themes/lavocedinewyork/vny-challenge/main-slider-slide2.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 450px;
}
.vny-challenge .main-slider .slide2
{
    background-image: url('/wp-content/themes/lavocedinewyork/vny-challenge/main-slider-slide3.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 450px;
}
.vny-challenge .main-slider .slide3
{
    background-image: url('/wp-content/themes/lavocedinewyork/vny-challenge/main-slider-slide1.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 450px;
}
.vny-challenge .main-slider-container
{
    position: relative;
    margin-top: 20px;
}
.vny-challenge .main-slider-prev-next-container
{
    width: 1000px;
    height: 90px;
    margin: 0 calc(50% - 500px);
    position: absolute;
    top: calc(50% - 45px);
    z-index: 1;
}
.vny-challenge .main-slider-prev
{
    display: inline-block;
    position: absolute;
    left: -20px;
    cursor: pointer;
}
.vny-challenge .main-slider-next
{
    display: inline-block;
    position: absolute;
    right: -20px;
    cursor: pointer;
}
.vny-challenge .main-slider-prev > img,
.vny-challenge .main-slider-next > img
{
    width: 100%;
}
.vny-challenge .main-slider .slide-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .1;
}
.vny-challenge .slide-container
{
    max-width: 870px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.vny-challenge .slide-header
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
}
.vny-challenge .slide-body
{
    margin-top: 60px;
}
.vny-challenge .slide-body-mission
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}
.vny-challenge .slide-body-title
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
    color: #fff;
}
.vny-challenge .slide-body-content
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    margin-top: 15px;
}
.vny-challenge .slide-footer
{
    margin-top: 60px;
}
.vny-challenge .slide-widget-left
{
    display: inline-block;
    width: 350px;
    height: 85px;
    background-color: #282828;
}
.vny-challenge .slide-widget-left .star-icon-container
{
    display: inline-block;
    width: 85px;
    height: 85px;
    background-color: #d71018;
}
.vny-challenge .slide-widget-left .star-icon-container > img
{
    width: 30px;
    margin: calc(50% - 15px) auto;
}
.vny-challenge .slide-widget-left .widget-text
{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 130px);
    height: calc(100% - 20px);
    font-family: 'goudy-old-style';
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    font-style: italic;
    line-height: 34px;
    letter-spacing: -0.7px;
    color: #fff;
    padding: 10px 20px;
}
.vny-challenge .slide-widget-right
{
    display: inline-block;
    vertical-align: top;
    width: 370px;
    height: 85px;
    background-color: #282828;
    position: absolute;
    right: 20px;
}
.vny-challenge .slide-widget-right .widget-text
{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 130px);
    height: calc(100% - 20px);
    font-family: 'goudy-old-style';
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-style: italic;
    line-height: 32px;
    text-align: right;
    color: #fff;
    padding: 10px 35px;
}
.vny-challenge .slide-widget-right .face-play-container
{
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -8px;
}
.vny-challenge .slide-widget-right .play-icon-container
{
    position: absolute;
    width: 100%;
    height: 100%;
}
.vny-challenge .slide-widget-right .play-icon-container > img
{
    width: 30px;
    margin: calc(50% - 15px) auto;
}
.vny-challenge .slide-widget-right .face-play-container > .face-img
{
    width: calc(100% - 10px);
    border-radius: 50%;
    border: 5px solid #d71018;
}
.vny-challenge .slide-widget-right .face-play-container > .face-play-video-link
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.vny-challenge .liberty-meets-beauty-container
{
    background-color: #fffefc;
}
.vny-challenge .liberty-meets-beauty
{
    max-width: 950px;
    margin: 0 auto;
    padding: 50px 50px;
}
.vny-challenge .liberty-meets-beauty .content-left
{
    max-width: 40%;
    display: inline-block;
    vertical-align: top;
}
.vny-challenge .liberty-meets-beauty .content-left-title
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 65px;
    line-height: 55px;
}
.vny-challenge .liberty-meets-beauty .content-left-subtitle
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 21px;
    margin-top: 30px;
}
.vny-challenge .liberty-meets-beauty .content-left-text
{
    font-family: 'goudy-old-style';
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-style: italic;
    margin-top: 20px;
}
.vny-challenge .read-more
{
    padding: 15px 50px;
    display: inline-block;
    background-color: #d71018;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 20px;
    font-family: Lato;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    margin-top: 25px;
}
.vny-challenge .liberty-meets-beauty .content-right
{
    max-width: calc(60% - 25px);
    display: inline-block;
    margin-left: 20px;
}
.vny-challenge .video-sync-slider-nav-container
{
    position: relative;
}
.vny-challenge .video-sync-slider-nav
{
    margin: 40px 30px 0px 30px;
}
.vny-challenge .video-sync-slider-prev
{
    width: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: -8px;
    cursor: pointer;

}
.vny-challenge .video-sync-slider-next
{
    width: 40px;
    position: absolute;
    top: calc(50% - 20px);
    right: -8px;
    cursor: pointer;
}
.vny-challenge .video-sync-slider-prev img,
.vny-challenge .video-sync-slider-next img
{
    width: 100%;
}
.vny-challenge .video-content
{
    padding: 0px 10px;
}
.vny-challenge .video-img
{
    display: inline-block;
    vertical-align: top;
}
.vny-challenge .video-title-text-container
{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 125px);
}
.vny-challenge .video-title
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
}
.vny-challenge .video-text
{
    margin-top: 10px;
    font-family: 'goudy-old-style';
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-style: italic;
}
.vny-challenge .count-down-container
{
    max-width: 950px;
    margin: 0 auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
    padding-left: 25px;
    padding-right: 25px;
    border-top: 1px solid #000;
    padding-top: 50px;
}
.vny-challenge .count-down-current-date
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
}
.vny-challenge .count-down-current-date .current-day
{
    font-size: 36px;
    color: #d71018;
}
.vny-challenge .count-down-current-date .current-month
{
    font-size: 34px;
}
.vny-challenge .count-down-title
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 56px;
    letter-spacing: -1px;
}
.vny-challenge .count-down-subtitle
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    letter-spacing: -1.1px;
}
.vny-challenge .count-down-goal
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 33px;
    margin-top: 30px;
}
.vny-challenge .count-down-remaining-container
{
    padding: 10px 25px;
    background-color: #d71018;
    color: #fff;
    width: calc(60% - 50px);
    display: inline-block;
    margin-top: 20px;
    margin-left: -25px;
}
.vny-challenge .count-down-remaining-days
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 33px;
    display: inline-block;
    vertical-align: top;
    line-height: 68px;
}
.vny-challenge .count-down-remaining-money
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 50px;
    line-height: 68px;
    display: inline-block;
    margin-left: 20px;
}
.vny-challenge .count-down-donate
{
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    width: calc(40% + 20px);
    text-align: right;
}
.vny-challenge .events-calendar-container
{
    background-color: #fffefc;
}
.vny-challenge .events-calendar
{
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0px;
    border-bottom: 1px solid #000;
}
.vny-challenge .events-calendar-title
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 41px;
    letter-spacing: -1px;
}
.vny-challenge .events-calendar-subtitle
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 23px;
    letter-spacing: -1px;
}
.vny-challenge .event-content
{
    margin-top: 60px;
}
.vny-challenge .event-date
{
    width: calc(50% - 102px);
    display: inline-block;
    vertical-align: top;
    padding: 0 50px;
}
.vny-challenge .event-text
{
    width: calc(50% - 102px);
    display: inline-block;
    vertical-align: top;
    font-family: 'goudy-old-style';
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 25px;
    padding-right: 100px;
    padding-top: 5px;
}
.vny-challenge .event-day
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 180px;
    line-height: 160px;
    display: inline-block;
    min-width: 225px;
}
.vny-challenge .event-month
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 34px;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 40px;
}
.vny-challenge .calendar-slider
{
    display: inline-block;
    margin-top: 30px;
}
.vny-challenge .calendar-slider-prev
{
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.vny-challenge .calendar-slider-next
{
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.vny-challenge .calendar-slider-prev > img,
.vny-challenge .calendar-slider-next > img
{
    width: 100%;
}
.vny-challenge .calendar-month
{
    display: inline-block;
    vertical-align: top;
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 34px;
    line-height: 40px;
    margin: 0 20px;
}
.vny-challenge .calendar-days
{
    display: inline-block;
    vertical-align: top;
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 34px;
    line-height: 40px;
    max-width: 550px;
}
.vny-challenge .calendar-day
{
    margin: 0 20px;
    cursor: pointer;
    transition: 0.5s all;
    text-align: center;
}
.vny-challenge .calendar-day.slick-current
{
    color: #d8202d;
}
.vny-challenge .calendar-day.current
{
    border-bottom: 1px solid #000;
}
.vny-challenge .events-view-all
{
    margin-top: 5px;
    float: right;
}
.vny-challenge .events-view-all .read-more
{
    padding: 15px 35px;
}

.vny-challenge .post-proud-container
{
    background-color: #fffefc;
}
.vny-challenge .post-proud-title-container
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -1px;
    text-align: left;
    margin: 0 25px;
    font-size: 76px;
    letter-spacing: -2px;
}
.vny-challenge .post-proud-subtitle-container
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
    line-height: 40px;
    margin: 12px 25px 30px 25px; 
    letter-spacing: -0.5px;
    text-align: left;
}
.vny-challenge .post-proud {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0px;
    border-bottom: 1px solid #000;
    text-align: center;
}
.vny-challenge .post-proud-title
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 41px;
    letter-spacing: -1px;
}
.vny-challenge .post-proud-subtitle
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 23px;
    letter-spacing: -1px;
}
.vny-challenge .post-proud > ul {
    margin: 0 25px;
}
.vny-challenge .post-proud-li {
    text-align: left; 
    padding-bottom: 50px;
    position: relative;
}
.vny-challenge .img-post-proud {
    width: 300px;   
    display: inline-block; 
    vertical-align: top; 
}
.vny-challenge .box-post-proud {
    width: 595px;
    background: #f5f5f5;
    display: inline-block;
    margin-left: 50px;
    min-height: 300px;
    max-height: 300px;
    transition: 0.5s all;
}
.vny-challenge .padding-box-post-proud {
    padding: 50px;
}
.vny-challenge .meta-post-proud {
    height: 30px;
    margin-bottom: 20px;
}
.vny-challenge .meta-date-post-proud {
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    text-transform: inherit;
    float: none;
    line-height: 32px;
    width: 85%;
    display: inline-block;
    height: 74px;
}
.vny-challenge .title-post-proud-custom {
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    text-transform: inherit;
    line-height: 32px;
}
.vny-challenge .meta-social-icon-post-proud {
    float: right;
}
.vny-challenge .title-post-proud {
    font-family: 'Lato';
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 35px;
}
.vny-challenge .text-post-proud {
    overflow: hidden;
    height: 98px;
    text-align: left;
    font-family: 'Lato';
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
    transition: 0.5s all;
}
.vny-challenge .text-post-proud p{
    margin: 5px 0;
}
.vny-challenge .read-more-post-proud {
    text-align: right; 
    margin-top: 5px; 
    font-family: 'Lato'; 
    font-weight: bold; 
    font-size: 13px;
}
.vny-challenge .update-contact-container
{
    background-color: #fffefc;
}
.vny-challenge .update-contact
{
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0px;
    border-bottom: 1px solid #000;
    text-align: center;
}
.vny-challenge .update-contact-title
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 76px;
    letter-spacing: -2px;
}
.vny-challenge .update-contact-subtitle
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    margin-top: 20px;
    letter-spacing: -1px;
}
.vny-challenge .update-contact-form input[type="email"]
{
    width: 50%;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #000;
    margin-top: 15px;
}
.vny-challenge .update-contact-form input[type="submit"]
{
    padding: 15px 50px;
    background-color: #d71018;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 20px;
    font-family: Lato;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    display: block;
    margin: 40px auto 0px auto;
    border: 0px;
    cursor: pointer;
}
.vny-challenge .loading 
{
    margin: 30px auto 0;
    width: 70px;
    text-align: center;
}
.vny-challenge .loading > div 
{
    width: 18px;
    height: 18px;
    background-color: #d71018;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.vny-challenge .loading .bounce1 
{
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.vny-challenge .loading .bounce2 
{
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay 
{
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay 
{
    0%, 80%, 100% { 
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% { 
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
.vny-challenge .email-sent 
{
    margin: 30px auto 0;
    text-align: center;
    font-family: 'goudy-old-style';
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    text-transform: uppercase;
    color: #4BB543;
}
.vny-challenge .email-not-sent 
{
    margin: 30px auto 0;
    text-align: center;
    font-family: 'goudy-old-style';
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    text-transform: uppercase;
    color: #cc0000;
}
.vny-challenge .team-container
{
    background-color: #fffefc;
}
.vny-challenge .team
{
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0px;
    border-bottom: 1px solid #000;
}
.vny-challenge .team-content
{
    width: calc(50% - 42px);
    padding: 30px 20px;
    display: inline-block;
    vertical-align: top;
}
.vny-challenge .team-title
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 76px;
    letter-spacing: -2px;
}
.vny-challenge .team-content-name
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 33px;
    letter-spacing: -1px;
}
.vny-challenge .team-content-subtitle
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    letter-spacing: -0.5px;
}
.vny-challenge .team-content-text
{
    font-family: 'goudy-old-style';
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: 25px;
    margin-top: 30px;
    letter-spacing: -0.5px;
    text-align: left;
    overflow: scroll;
    height: 398px;
}
.vny-challenge .team-text
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: 40px;
    margin-top: 30px;
    letter-spacing: -0.5px;
    text-align: left;
}
.vny-challenge .team-view-all
{
    margin-top: 30px;
}
.vny-challenge .team-view-all .read-more
{
    padding: 15px 35px;
}
.vny-challenge .team-grid-container
{
    width: calc(50% - 42px);
    padding: 0px 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.vny-challenge .team-grid > .team-member
{
    width: calc(33.3% - 15px);
    float: left;
    text-align: center;
    padding: 0px 20px 20px 0px;
    min-height: 250px;
    position: relative;
}
.vny-challenge .team-grid > .team-member:nth-child(1),
.vny-challenge .team-grid > .team-member:nth-child(3n+1)
{
    padding-left: 0px;
}
.vny-challenge .team-grid > .team-member:nth-child(3n)
{
    padding-right: 0px;
}
.vny-challenge .team-grid > .team-member.selected .team-member-img
{
    border: 10px solid #d71018;
    margin-top: -10px;
}
.vny-challenge .team-grid > .team-member.selected .team-member-name
{
    margin-top: 0px;
}
.vny-challenge .team-member-img
{
    width: 120px;
    height: 120px;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.5s border;
}
.vny-challenge .team-member-img img
{
    width: 100%;
}
.vny-challenge .team-member-name
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px;
    letter-spacing: -1px;
}
.vny-challenge .team-member-text
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    margin-top: 10px;
    letter-spacing: -0.5px;
}
.vny-challenge .team-grid-other-container
{
    width: calc(100% - 42px);
    padding: 0px 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.vny-challenge .team-grid-other > .team-member
{
    width: calc(16.6% - 22px);
    float: left;
    text-align: center;
    padding: 0px 20px 20px 0px;
    min-height: 250px;
}
.vny-challenge .team-grid-other > .team-member:nth-child(1),
.vny-challenge .team-grid-other > .team-member:nth-child(6n+1)
{
    padding-left: 0px;
}
.vny-challenge .team-grid-other > .team-member:nth-child(6n)
{
    padding-right: 0px !important;
}
.vny-challenge .team-grid-other > .team-member:nth-child(3n)
{
    padding-right: 52px;
}
.vny-challenge .team-grid-other > .team-member.selected .team-member-img
{
    border: 10px solid #d71018;
    margin-top: -10px;
}
.vny-challenge .team-grid-other > .team-member.selected .team-member-name
{
    margin-top: 0px;
}
.vny-challenge .team-bio-container-left
{
    /*border-radius:10px;*/
    /*border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;*/
    position: absolute;
    top: -10px;
    left: 0;
    width: 440px;
    height: 490px;
    background-color: #fffefc;
    z-index: 1;
    padding: 20px;
}
.vny-challenge .team-bio-container-right
{
    /*border-radius:10px;*/
    /*border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;*/
    position: absolute;
    top: -10px;
    right: 0;
    width: 440px;
    height: 490px;
    background-color: #fffefc;
    z-index: 1;
    padding: 20px;
}
.vny-challenge .team-bio-container-main
{
    /*border-radius:10px;*/
    /*border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;*/
    position: absolute;
    top: -10px;
    left: -500px;
    width: 440px;
    height: 490px;
    background-color: #fffefc;
    z-index: 1;
    padding: 20px;
}
.vny-challenge .team-bio-container-right .team-bio-close
{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.vny-challenge .team-bio-container-left .team-bio-close
{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.vny-challenge .team-bio-container-main .team-bio-close
{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.vny-challenge .team-bio-container-right .team-content-name,
.vny-challenge .team-bio-container-right .team-content-subtitle
{
    text-align: left;
}
.vny-challenge .team-bio-container-left .team-content-name,
.vny-challenge .team-bio-container-left .team-content-subtitle
{
    text-align: left;
}
.vny-challenge .team-bio-container-main .team-content-name,
.vny-challenge .team-bio-container-main .team-content-subtitle
{
    text-align: left;
}
.vny-challenge .ambassador-container
{
    background-color: #fffefc;
}
.vny-challenge .ambassador
{
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0px;
    border-bottom: 1px solid #000;
}
.vny-challenge .ambassador-content
{
    width: calc(50% - 42px);
    padding: 30px 20px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
.vny-challenge .ambassador-grid-container
{
    width: calc(50% - 42px);
    padding: 0px 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.vny-challenge .ambassador-content-title
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 76px;
    letter-spacing: -2px;
}
.vny-challenge .ambassador-content-name
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 33px;
    margin-top: 10px;
    letter-spacing: -1px;
}
.vny-challenge .ambassador-content-subtitle
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    letter-spacing: -0.5px;
}
.vny-challenge .ambassador-content-text
{
    font-family: 'goudy-old-style';
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: 25px;
    margin-top: 30px;
    letter-spacing: -0.5px;
    text-align: left;
    overflow: scroll;
    height: 398px;
}
.vny-challenge .ambassador-text
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: 40px;
    margin-top: 30px;
    letter-spacing: -0.5px;
    text-align: right;
}
.vny-challenge .ambassador-content-view-all
{
    margin-top: 30px;
}
.vny-challenge .ambassador-bio-container-left
{
    /*border-radius:10px;*/
    /*border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;*/
    position: absolute;
    top: -10px;
    left: 0;
    width: 440px;
    height: 490px;
    background-color: #fffefc;
    z-index: 1;
    padding: 20px;
}
.vny-challenge .ambassador-bio-container-right
{
    /*border-radius:10px;*/
    /*border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;*/
    position: absolute;
    top: -10px;
    right: 0;
    width: 440px;
    height: 490px;
    background-color: #fffefc;
    z-index: 1;
    padding: 20px;
}
.vny-challenge .ambassador-bio-container-main
{
    /*border-radius:10px;*/
    /*border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;*/
    position: absolute;
    top: -10px;
    right: -500px;
    width: 440px;
    height: 490px;
    background-color: #fffefc;
    z-index: 1;
    padding: 20px;
}
.vny-challenge .ambassador-bio-container-right .ambassador-bio-close
{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.vny-challenge .ambassador-bio-container-left .ambassador-bio-close
{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.vny-challenge .ambassador-bio-container-main .ambassador-bio-close
{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.vny-challenge .ambassador-bio-container-right .ambassador-content-name,
.vny-challenge .ambassador-bio-container-right .ambassador-content-subtitle
{
    text-align: left;
}
.vny-challenge .ambassador-bio-container-left .ambassador-content-name,
.vny-challenge .ambassador-bio-container-left .ambassador-content-subtitle
{
    text-align: left;
}
.vny-challenge .ambassador-bio-container-main .ambassador-content-name,
.vny-challenge .ambassador-bio-container-main .ambassador-content-subtitle
{
    text-align: left;
}
.vny-challenge .ambassador-grid > .ambassador-member
{
    width: calc(33.3% - 15px);
    float: left;
    text-align: center;
    padding: 0px 20px 20px 0px;
    min-height: 250px;
}
.vny-challenge .ambassador-grid > .ambassador-member:nth-child(1),
.vny-challenge .ambassador-grid > .ambassador-member:nth-child(3n+1)
{
    padding-left: 0px;
}
.vny-challenge .ambassador-grid > .ambassador-member:nth-child(3n)
{
    padding-right: 0px;
}
.vny-challenge .ambassador-member-img
{
    width: 120px;
    height: 120px;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.5s border;
}
.vny-challenge .ambassador-member-img img
{
    width: 100%;
}
.vny-challenge .ambassador-member-name
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px;
    letter-spacing: -1px;
}
.vny-challenge .ambassador-member-text
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    margin-top: 10px;
    letter-spacing: -0.5px;
}
.vny-challenge .ambassador-grid > .ambassador-member.selected .ambassador-member-img
{
    border: 10px solid #d71018;
    margin-top: -10px;
}
.vny-challenge .ambassador-grid > .ambassador-member.selected .ambassador-member-name
{
    margin-top: 0px;
}
.vny-challenge .ambassador-grid-other-container
{
    width: calc(100% - 42px);
    padding: 0px 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.vny-challenge .ambassador-grid-other > .ambassador-member
{
    width: calc(16.6% - 22px);
    float: left;
    text-align: center;
    padding: 0px 20px 20px 0px;
    min-height: 250px;
}
.vny-challenge .ambassador-grid-other > .ambassador-member:nth-child(1),
.vny-challenge .ambassador-grid-other > .ambassador-member:nth-child(6n+1)
{
    padding-left: 0px;
}
.vny-challenge .ambassador-grid-other > .ambassador-member:nth-child(6n)
{
    padding-right: 0px !important;
}
.vny-challenge .ambassador-grid-other > .ambassador-member:nth-child(3n)
{
    padding-right: 52px;
}
.vny-challenge .ambassador-grid-other > .ambassador-member.selected .ambassador-member-img
{
    border: 10px solid #d71018;
    margin-top: -10px;
}
.vny-challenge .ambassador-grid-other > .ambassador-member.selected .ambassador-member-name
{
    margin-top: 0px;
}
.vny-challenge .sponsorship-container
{
    background-color: #fffefc;
}
.vny-challenge .sponsorship
{
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0px;
    border-bottom: 1px solid #000;
}
.vny-challenge .sponsorship-title
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 76px;
    letter-spacing: -2px;
}
.vny-challenge .sponsorship-text
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    line-height: 45px;
    margin-top: 50px;
    letter-spacing: -1px;
}
.vny-challenge .sponsorship-grid-container
{
    width: calc(100% - 20px);
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px;
    margin-top: 50px;
}
.vny-challenge .sponsorship-grid > .sponsor
{
    max-width: 200px;
    max-height: 200px;
    float: left;
    margin: 0px 60px 30px 0px;
}
.vny-challenge .sponsorship-grid > .sponsor:nth-child(4n)
{
    margin-right: 0px;
}
.vny-challenge .sponsorship-grid > .sponsor img
{
    width: 100%;
}
.vny-challenge .lvny-articles-container
{
    background-color: #fffefc;
}
.vny-challenge .lvny-articles
{
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0px;
}
.vny-challenge .lvny-articles-title
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 52px;
    padding-left: 20px;
    letter-spacing: -2px;
}
.vny-challenge .lvny-articles-logo
{
    margin-top: 10px;
    margin-bottom: 100px;
    padding-left: 20px;
}
.vny-challenge .lvny-articles-main
{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 385px);
    padding: 0px 20px;
    border-right: 1px dotted #000;
}
.vny-challenge .lvny-articles-main .lvny-article-cap
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 34px;
    margin-bottom: 20px;
    letter-spacing: -1px;
}
.vny-challenge .lvny-articles-main .lvny-article-img img
{
    width: 100%;
}
.vny-challenge .lvny-articles-main .lvny-article-title
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 36px;
    margin-top: 5px;
    margin-bottom: 10px;
    letter-spacing: -1px;
}
.vny-challenge .lvny-articles-main .lvny-article-subtitle
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    margin-bottom: 10px;
    letter-spacing: -1px;
}
.vny-challenge .lvny-articles-main .lvny-article-text
{
    font-size: 19px;
    margin-bottom: 10px;
}
.vny-challenge .lvny-articles-main .lvny-article-author
{
    font-style: italic;
    font-size: 19px;
}
.vny-challenge .lvny-articles-main .lvny-articles-separator
{
    margin: 80px 0px;
}
.vny-challenge .lvny-articles-side
{
    display: inline-block;
    vertical-align: top;
    width: 300px;
    padding: 0px 20px;
    margin-left: -4px;
}
.vny-challenge .lvny-articles-side .lvny-article-cap
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 34px;
    margin-bottom: 20px;
    letter-spacing: -1px;
}
.vny-challenge .lvny-articles-side .lvny-article-img
{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.vny-challenge .lvny-articles-side .lvny-article-img img
{
    height: 100%;
    width: auto;
}
.vny-challenge .lvny-articles-side .lvny-article-title
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: -1px;
}
.vny-challenge .lvny-articles-side .lvny-article-subtitle
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    letter-spacing: -1px;
}
.vny-challenge .lvny-articles-side .lvny-article-text
{
    font-size: 19px;
    margin-bottom: 10px;
}
.vny-challenge .lvny-articles-side .lvny-article-author
{
    font-style: italic;
    font-size: 19px;
}
.vny-challenge .lvny-articles-side .lvny-articles-separator
{
    margin: 40px 0px;
}
.vny-challenge .contact-us-container
{
    background-color: #fffefc;
}
.vny-challenge .contact-us
{
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0px;
    border-bottom: 1px solid #000;
}
.vny-challenge .contact-us-title
{
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 36px;
    padding-left: 20px;
}
.vny-challenge .contact-us-subtitle
{
    font-family: 'goudy-old-style';
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    font-style: italic;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.vny-challenge .contact-us-content-left
{
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 42px);
    padding: 0px 20px;
}
.vny-challenge .contact-us-content-right
{
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 42px);
    padding: 0px 20px;
}
.vny-challenge .contact-widget
{
    display: inline-block;
    width: 400px;
    height: 85px;
    background-color: #282828;
}
.vny-challenge .contact-widget a
{
    text-decoration: none;
}
.vny-challenge .contact-widget .mail-icon-container
{
    display: inline-block;
    width: 85px;
    height: 85px;
    background-color: #d71018;
    text-align: center;
}
.vny-challenge .contact-widget .mail-icon-container > img
{
    width: 20px;
    margin: calc(50% - 10px) auto;
}
.vny-challenge .contact-widget-text
{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 125px);
    font-family: Paganini;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    padding: 32px 20px;
    margin-left: -4px;
}
.vny-challenge .contact-us-text
{
    font-family: 'goudy-old-style';
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-style: italic;
    padding: 0px 40px;
    text-align: center;
    line-height: 28px;
}
.vny-challenge .footer
{
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0px;
    height: 150px;
}

@media only screen
and (max-width : 736px)
{
    .vny-challenge .logo-mob {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 55px;
    }

    .vny-challenge .secondary-menu-mob li:first-child a {
        background-color: #d71018;
    }

    .vny-challenge .secondary-menu-mob li {
        display: inline-block;
        padding: 10px 0px;
    }
    .vny-challenge .secondary-menu li:first-child {
        margin-left: 0px;
    }
    .vny-challenge .secondary-menu-mob li a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        font-family: Lato;
        -webkit-font-smoothing: antialiased;
        font-size: 11px;
        padding: 10px 12px;
        transition: 0.5s all;
        font-weight: bold;
    }
    .vny-challenge .ambassadors-slider-container-mob {
        min-width: 375px;
        margin: 30px auto 0 auto;
        position: relative;
    }
    .vny-challenge .ambassadors-slider-mob {
        min-width: 375px;
        margin-left: 0;
    }
    .vny-challenge .ambassador-img-container-mob{
        display: block;
        border-radius: 50%;
        overflow: hidden;
        width: 100px;
        height: 100px;
        margin: auto;
    }
    .vny-challenge .ambassador-img-container-mob > img {
        width: 100%;
    }
    .vny-challenge .ambassador-slider-next-mob {
        position: absolute;
        width: 45px;
        height: 30px;
        top: calc(50% - 83px);
        right: 10px;
        cursor: pointer;
        z-index:1000;
    }
    .vny-challenge .ambassador-slider-prev-mob {
        position: absolute;
        width: 30px;
        height: 30px;
        top: calc(50% - 83px);
        left: 18px;
        cursor: pointer;
        z-index:1000;
    }
    .vny-challenge .ambassador-name-quote-container-mob {
        display: block;
        width: calc(100% - 120px);
        vertical-align: top;
        margin: 20px auto;
        text-align: center;
        color: #fff;
    }
    .vny-challenge .ambassador-name-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 29px;
    }
    .vny-challenge .ambassador-quote-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        margin-top: 10px;
        font-size: 20px;
    }

    .vny-challenge .main-slider-container-mob {
        position: relative;
        height: 600px
    }
    .vny-challenge .main-slider-prev-next-container-mob {
        width: 100%;
        height: 90px;
        position: absolute;
        top: calc(50% - 45px);
        z-index: 1;
    }
    .vny-challenge .main-slider-next-mob {
        display: inline-block;
        position: absolute;
        right: 0px;
        cursor: pointer;
    }
    .vny-challenge .main-slider-prev-mob {
        display: inline-block;
        position: absolute;
         left: 0px; 
        cursor: pointer;
    }
    .vny-challenge .main-slider-mob .slide-mob {
        height: 700px;
    }
    .vny-challenge .main-slider-mob .slide-mob .first-block-slide-mob {
        height: 300px;
        background-color: #d71018;
    }
    .vny-challenge .slide-mob-header-first-block {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 45px;
        color: #fff;
        width: 100%;
        margin-top: 39px;
        display: inline-block;
        text-align: center;
        line-height: 38px;
    }
    .vny-challenge  .slide-mob-bottom-first-block {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 30px;
        color: #fff;
        width: 100%;
        margin-top: 33px;
        display: inline-block;
        text-align: center;
        line-height: 38px;
        text-transform: uppercase;
    }
    .vny-challenge  .second-block-slide-mob {
        height: 300px;
    }
    .vny-challenge .slide-mob-header-second-block {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 21px;
        color: #fff;
        width: 100%;
        margin-top: 60px;
        display: inline-block;
        text-align: center;
        line-height: 38px;
    }
    .vny-challenge .slide-widget-left-mob {
        display: block;
        width: 350px;
        height: 85px;
        background-color: #282828;
        margin: 32px auto;
    }
    .vny-challenge .slide-widget-left-mob .star-icon-container {
        display: inline-block;
        width: 85px;
        height: 85px;
        background-color: #d71018;
    }
    .vny-challenge .slide-widget-left-mob .star-icon-container > img {
        width: 30px;
        margin: calc(50% - 15px) auto;
    }
    .vny-challenge .slide-widget-left-mob .widget-text {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 130px);
        height: calc(100% - 20px);
        font-family: 'goudy-old-style';
        -webkit-font-smoothing: antialiased;
        font-size: 24px;
        font-style: italic;
        line-height: 34px;
        letter-spacing: -0.7px;
        color: #fff;
        padding: 10px 20px;
    }
    .vny-challenge .liberty-meets-beauty-mob {
        background-color: #fffefc;
        height: 950px;
        padding-top: 28px;
    }
    .vny-challenge .liberty-meets-beauty-mob .content-title-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 65px;
        line-height: 55px;
        color: black;
        text-align: center;
        margin-top: 120px;
    }
    .vny-challenge .liberty-meets-beauty-mob .content-subtitle-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 21px;
        margin-top: 30px;
        text-align: center;
    }
    .vny-challenge .liberty-meets-beauty-mob .content-text-mob {
        font-family: 'goudy-old-style';
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        font-style: italic;
        margin-top: 20px;
        text-align: center;
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .vny-challenge .liberty-meets-beauty-mob .video-sync-slider-for {
        text-align: center;
    }
    .vny-challenge .liberty-meets-beauty-mob ul.video-slider-dots {
        margin-top: 40px;
        height: 30px;
        display: inline-block !important;
    }
    .vny-challenge .liberty-meets-beauty-mob ul.video-slider-dots li {
        float: left;
        font-size: 0;
        background-color: #dcdcdc;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 0;
        margin-right: 10px;
    }
    .vny-challenge .liberty-meets-beauty-mob ul.video-slider-dots li.slick-active {
        background-color: #d71018;
    }
    .vny-challenge .liberty-meets-beauty-mob ul.video-slider-dots li button {
        font-size: 0;
    }
    .vny-challenge .video-slider-next-mob {
        right: 10%;
        position: absolute;
        margin-top: -44px;
    }
    .vny-challenge .video-slider-prev-mob {
        left: 10%;
        position: absolute;
        margin-top: -44px;
    }
    .vny-challenge .count-down-container-mob {
        margin: 0 auto;
        padding-bottom: 30px;
        padding-left: 25px;
        padding-right: 25px;
        background-color: #fffefc;
        margin-top: -1px;
        text-align: center;
    }
    .vny-challenge .count-down-title-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 45px;
        letter-spacing: -1px;
        line-height: 45px;
        margin-bottom: 30px;
    }
    .vny-challenge .count-down-subtitle-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 22px;
        letter-spacing: -1.1px;
        line-height: 26px;
    }
    .vny-challenge .count-down-remaining-container-mob {
        margin-top: 50px;
    }
    .vny-challenge .count-down-remaining-days-mob {
        background-color: #d71018;
        color: #fff;
        width: 100%;
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 29px;
        /* display: inline-block; */
        vertical-align: top;
        line-height: 68px;
    }
    .vny-challenge .count-down-remaining-money-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 58px;
        display: inline-block;
        margin-top: 35px;
    }
    .vny-challenge .read-more-mob {
        padding: 15px 50px;
        display: inline-block;
        background-color: #d71018;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 20px;
        font-family: Lato;
        -webkit-font-smoothing: antialiased;
        font-size: 14px;
        margin-top: 30px;
    }
    .vny-challenge .events-calendar-mob {
        margin: 0 auto;
        padding: 50px 20px;
        text-align: center;
        height: 380px;
    }
    .vny-challenge .events-calendar-title-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 41px;
        letter-spacing: -1px;
    }
    .vny-challenge .post-proud-container-mob {
        background-color: #fffefc;
        margin-top: -1px;
    }
    .vny-challenge .post-proud-container-title-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 65px;
        line-height: 55px;
        color: black;
        text-align: center;
        margin-top: 60px;
    }
    .vny-challenge .post-proud-container-subtitle-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 24px;
        letter-spacing: -1.1px;
        line-height: 26px;
        text-align: center;
        margin-top: 13px;
    }
    .vny-challenge .box-post-proud-mob {
        background-color: #f5f5f5;
        margin-top: 20px;
        padding: 20px;
        min-height: 500px;
        max-height: 500px;
    }
    .vny-challenge .meta-post-proud-mob {
        height: 75px;
        margin-bottom: 20px;
    }
    .vny-challenge .meta-date-post-proud-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 24px;
        text-transform: inherit;
        float: none;
        display: inline-block;
        width: 75%;
        line-height: 27px;
    }
    .vny-challenge .meta-social-icon-post-proud-mob {
        float: right;
    }
    .vny-challenge .title-post-proud-mob {
        font-family: 'Lato';
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .vny-challenge .text-post-proud-mob {
        overflow: hidden;
        height: 380px;
        text-align: left;
        font-family: 'Lato';
        font-size: 16px;
        -webkit-font-smoothing: antialiased;
        line-height: 20px;
        transition: 0.5s all;
    }
    .vny-challenge .post-proud-container-mob ul li {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .vny-challenge .update-contact-mob {
        max-width: 1000px;
        margin: 0 auto;
        padding: 100px 0px;
        text-align: center;
        background-color: #fffefc;
        margin-top: -1px;
    }
    .vny-challenge .update-contact-title-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 42px;
        letter-spacing: -2px;
    }
    .vny-challenge .update-contact-subtitle-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 27px;
        margin-top: 6px;
        letter-spacing: -1px;
    }
    .vny-challenge .update-contact-form-mob input[type="email"] {
        width: 76%;
        padding: 10px;
        font-size: 18px;
        border: 1px solid #000;
        margin-top: 15px;
    }
    .vny-challenge .update-contact-form-mob input[type="submit"] {
        padding: 15px 50px;
        background-color: #d71018;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 20px;
        font-family: Lato;
        -webkit-font-smoothing: antialiased;
        font-size: 14px;
        display: block;
        margin: 40px auto 0px auto;
        border: 0px;
        cursor: pointer;
    }
    .vny-challenge .team-container-mob {
        background-color: #fffefc;
        margin-top: -1px;
        text-align: center;
        height: 900px;
        padding: 0 20px;
    }
    .vny-challenge .team-title-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 55px;
        letter-spacing: -2px;
    }
    .vny-challenge .team-img-container-mob {
        display: block;
        border-radius: 50%;
        overflow: hidden;
        width: 150px;
        height: 150px;
        margin: auto;
    }
    .vny-challenge .slider-team-member-prev-mob {
        display: inline-block;
        cursor: pointer;
        position: absolute;
        width: 30px;
        height: 30px;
        left: 18px;
        margin-top: 170px;
        z-index: 1000;
    }
    .vny-challenge .slider-team-member-next-mob {
        display: inline-block;
        cursor: pointer;
        position: absolute;
        width: 45px;
        height: 30px;
        right: 10px;
        margin-top: 170px;
        z-index: 1000;
    }
    .vny-challenge .team-img-container-mob > img {
        width: 100%;
    }
    .vny-challenge .team-name-quote-container-mob {
        display: block;
        width: 100%;
        vertical-align: top;
        margin: 20px auto;
        text-align: center;
        color: black;
    }
    .vny-challenge .team-name-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 20px
    }
    .vny-challenge .team-title-slide-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        margin-bottom: 10px;
        font-size: 21px;
    }
    .vny-challenge .team-descri-quote-container-mob {
        display: block;
        width: 100%;
        vertical-align: top;
        margin: 20px auto;
        text-align: center;
        color: black;
    }
    .vny-challenge .team-quote-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        margin-top: 10px;
        font-size: 20px;
    }
    .vny-challenge .ambass-member-mob {
        margin-top: -45px;
    }
    .vny-challenge .ambass-container-mob {
        background-color: #fffefc;
        margin-top: -1px;
        text-align: center;
        padding: 0 20px;
        height: 555px;
    }
    .vny-challenge .slider-ambass-member-prev-mob {
        display: inline-block;
        cursor: pointer;
        position: absolute;
        width: 30px;
        height: 30px;
        left: 18px;
        margin-top: 230px;
        z-index: 1000;
    }
    .vny-challenge .slider-ambass-member-next-mob {
        display: inline-block;
        cursor: pointer;
        position: absolute;
        width: 45px;
        height: 30px;
        right: 10px;
        margin-top: 230px;
        z-index: 1000;
    }
    .vny-challenge .ambass-title-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 55px;
        letter-spacing: -2px;
    }
    .vny-challenge .ambass-img-container-mob {
        display: block;
        border-radius: 50%;
        overflow: hidden;
        width: 150px;
        height: 150px;
        margin: auto;
    }
    .vny-challenge .ambass-img-container-mob > img {
        width: 100%;
    }
    .vny-challenge .ambass-name-quote-container-mob {
        display: block;
        width: 100%;
        vertical-align: top;
        margin: 54px auto 30px auto;
        text-align: center;
        color: black;
    }
    .vny-challenge .ambass-name-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 20px
    }
    .vny-challenge .ambass-title-slide-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        margin-bottom: 10px;
        font-size: 21px;
    }
    .vny-challenge .ambass-descri-quote-container-mob {
        display: block;
        width: 100%;
        vertical-align: top;
        margin: 20px auto;
        text-align: center;
        color: black;
    }
    .vny-challenge .sponsor-container-mob {
        background-color: #fffefc;
        margin-top: -1px;
        text-align: center;
    }
    .vny-challenge .sponsor-title-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 55px;
        letter-spacing: -2px;
        margin-bottom: 38px;
    }
    .vny-challenge .sponsor-img-container-mob {
        display: block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        margin: auto;
    }
    .vny-challenge .sponsor-img-container-mob > img {
        width: 100%;
    }
    .vny-challenge .sponsor-name-quote-container-mob {
        display: block;
        width: calc(100% - 120px);
        vertical-align: top;
        margin: 20px auto;
        text-align: center;
        color: black;
    }
    .vny-challenge .sponsor-name-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 23px;
        text-transform: uppercase;
        margin-bottom: 20px
    }
    .vny-challenge .sponsor-title-slide-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        margin-bottom: 10px;
        font-size: 21px;
    }
    .vny-challenge .sponsor-descri-quote-container-mob {
        display: block;
        width: calc(100% - 120px);
        vertical-align: top;
        margin: 20px auto;
        text-align: center;
        color: black;
    }
    .vny-challenge .slider-sponsor-member-prev-mob {
        display: inline-block;
        cursor: pointer;
        position: absolute;
        width: 30px;
        height: 30px;
        left: 18px;
        margin-top: 60px;
        z-index: 1000;
    }
    .vny-challenge .slider-sponsor-member-next-mob {
        display: inline-block;
        cursor: pointer;
        position: absolute;
        width: 45px;
        height: 30px;
        right: 10px;
        margin-top: 60px;
        z-index: 1000;
    }
    .vny-challenge .sponsor-quote-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        margin-top: 10px;
        font-size: 20px;
    }
    .vny-challenge .lvny-articles-mob {
        margin: 0 auto;
        padding: 50px 0px 0px 0;
        border-bottom: 1px solid #000;
        background-color: #fffefc;
        margin-top: -1px;
    }
    .vny-challenge .lvny-articles-title-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 46px;
        padding-left: 20px;
        letter-spacing: -2px;
    }
    .vny-challenge .lvny-articles-logo-mob {
        margin-top: 10px;
        margin-bottom: 20px;
        padding-left: 20px;
    }
    .vny-challenge .lvny-articles-main-mob {
        display: inline-block;
        vertical-align: top;
        padding: 0px 20px;
    }
    .vny-challenge .lvny-articles-main-mob .lvny-article-cap-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 34px;
        margin-bottom: 20px;
        letter-spacing: -1px;
    }
    .vny-challenge .lvny-articles-main-mob .lvny-article-img-mob img {
        width: 100%;
    }
    .vny-challenge .lvny-articles-main-mob .lvny-article-title-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 27px;
        margin-top: 5px;
        margin-bottom: 17px;
        letter-spacing: -1px;
        font-weight: bold;
    }
    .vny-challenge .lvny-articles-main-mob .lvny-article-subtitle-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 21px;
        margin-bottom: 17px;
        letter-spacing: -1px;
        font-weight: bold;
    }
    .vny-challenge .lvny-articles-main-mob .lvny-article-text-mob {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .vny-challenge .lvny-articles-main-mob .lvny-article-author-mob {
        font-style: italic;
        font-size: 19px;
    }
    .vny-challenge .lvny-articles-main-mob .lvny-articles-separator-mob {
        margin: 35px 0px;
    }
    .vny-challenge .contact-us-container-mob {
        background-color: #fffefc;
        margin-top: -3px;
    }
    .vny-challenge .contact-us-mob {
        margin: 0 auto;
        padding: 0px;
    }
    .vny-challenge .contact-us-title-mob {
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 33px;
        padding-left: 20px;
    }
    .vny-challenge .contact-us-subtitle-mob {
        font-family: 'goudy-old-style';
        -webkit-font-smoothing: antialiased;
        font-size: 26px;
        font-style: italic;
        padding-left: 20px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .vny-challenge .contact-us-content-left-mob {
        display: inline-block;
        vertical-align: top;
        padding: 0px 20px;
    }
    .vny-challenge .contact-widget-mob {
        display: inline-block;
        width: 335px;
        height: 85px;
        background-color: #282828;
    }
    .vny-challenge .contact-widget-mob a {
        text-decoration: none;
    }
    .vny-challenge .contact-widget-mob .mail-icon-container-mob {
        display: inline-block;
        width: 85px;
        height: 85px;
        background-color: #d71018;
        text-align: center;
    }
    .vny-challenge .contact-widget-mob .mail-icon-container-mob > img {
        width: 20px;
        margin: calc(50% - 10px) auto;
    }
    .vny-challenge .contact-widget-text-mob {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 125px);
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        padding: 32px 20px;
        margin-left: -4px;
    }
    .vny-challenge .contact-us-content-right-mob {
        display: inline-block;
        vertical-align: top;
        padding: 0px 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .vny-challenge .contact-us-text-mob {
        font-family: 'goudy-old-style';
        -webkit-font-smoothing: antialiased;
        font-size: 20px;
        font-style: italic;
        padding: 0px 40px;
        text-align: center;
        line-height: 28px;
    }
    .vny-challenge .footer-mob {
        margin: 0 auto;
        padding: 50px 0px;
        height: 100px;
        text-align: center;
    }
    .vny-challenge .lvny-slider-separator-mob {
        margin: 35px 0px;
    }
    .vny-challenge .calendar-days-mob{
        display: inline-block;
        vertical-align: top;
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 34px;
        line-height: 40px;
        max-width: 314px;
        height: 121px;
    }
    .vny-challenge .calendar-day-mob.slick-current {
        font-size: 116px;
    }
    .vny-challenge .claendar-day-text-mob {
        font-size: 20px;
        position: relative;
        margin-top: 111px;
        text-align: center;
        display: inline-block;
        line-height: 24px;
    }
    .vny-challenge .calendar-day-mob {
        margin: 35px 20px;
        cursor: pointer;
        transition: 0.5s all;
        text-align: center;
        font-size: 120px;
    }
    .vny-challenge .calendar-month-mob {
        vertical-align: top;
        font-family: Paganini;
        -webkit-font-smoothing: antialiased;
        font-size: 34px;
        line-height: 40px;
        margin: auto;
        width: 65%;
        padding-top: 15px;
        border-top: 1px solid;
    }
    .vny-challenge .calendar-slider-next-mob {
        display: inline-block;
        cursor: pointer;
        position: absolute;
        width: 45px;
        height: 30px;
        right: 10px;
        margin-top: 60px;
        z-index: 1000;
    }
    .vny-challenge .calendar-slider-prev-mob {
        display: inline-block;
        cursor: pointer;
        position: absolute;
        width: 30px;
        height: 30px;
        left: 18px;
        margin-top: 60px;
        cursor: pointer;
        z-index: 1000;
    }
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-91371 a {
    background-color: #d71018;
    color: #fff;
    font-size: 14px;
    padding: 5px 35px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}

iframe[src^="//disqusads.com"] {
	display: none !important;
	z-index: -9999 !important;
	opacity: 0 !important;
	height: 0px !important;
}