            /* generale */
            
            @font-face {
                font-family: 'Roboto';
                font-style: normal;
                font-weight: 300;
                src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/Hgo13k-tfSpn0qi1SFdUfT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
            }
            @font-face {
                font-family: 'Roboto';
                font-style: normal;
                font-weight: 400;
                src: local('Roboto Regular'), local('Roboto-Regular'), url(../fonts/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
            }
            @font-face {
                font-family: 'Roboto';
                font-style: italic;
                font-weight: 400;
                src: local('Roboto Italic'), local('Roboto-Italic'), url(../fonts/1pO9eUAp8pSF8VnRTP3xnvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
            }
            @font-face {
                font-family: 'Roboto';
                font-style: normal;
                font-weight: 700;
                src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
            }
            @font-face {
                font-family: 'Roboto';
                font-style: normal;
                font-weight: 900;
                src: local('Roboto Black'), local('Roboto-Black'), url(../fonts/mnpfi9pxYH-Go5UiibESIj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
            }
            @font-face {
                font-family: 'Lato';
                font-style: normal;
                font-weight: 400;
                src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
            }
            @font-face {
                font-family: 'bebas_neueregular';
                src: url('../fonts/bebas/bebasneue-bebas.eot');
                src: url('../fonts/bebas/bebasneue-bebas.eot?#iefix') format('embedded-opentype'), url('../fonts/bebas/bebasneue-bebas.woff') format('woff'), url('../fonts/bebas/bebasneue-bebas.ttf') format('truetype'), url('../fonts/bebas/bebasneue-bebas.svg#bebas_neueregular') format('svg');
                font-weight: normal;
                font-style: normal;
            }
            body {
                font-family: 'Roboto', Arial, sans-serif;
                color: #fff;
                background: #000;
            }
            p, li {
                line-height: 24px;
                font-size: 16px;
            }
            .padding-zero {
                padding-left: 0;
                padding-right: 0;
            }
            .img-responsive {
                margin: 0 auto
            }
            .margins_top_bottom {
                margin: 20px 0;
            }
            .margins_top_half {
                margin-top: 10px;
            }
            .margins_bottom_half {
                margin-bottom: 10px;
            }
            .margins_bottom_full {
                margin-bottom: 20px;
            }
            .transparent_line {
                height: 6px;
                position: absolute;
                top: 0;
                background: rgba(255, 255, 255, .28);
                width: 100%;
            }
            /* generale END */
            /* mobile menu */
            
            #top_menu {
                background-color: #e74c3c;
            }
            #top_menu .navbar {
                margin-bottom: 0;
            }
            #top_menu .navbar-default {
                background-color: transparent;
                border-color: transparent;
            }
            #top_menu .navbar-default .navbar-brand {
                color: #fff;
                line-height: 16px;
                height: auto;
            }
            #top_menu .navbar-default .navbar-brand:hover, #top_menu .navbar-default .navbar-brand:focus {
                color: #fff;
            }
            #top_menu .navbar-default .navbar-toggle {
                border: none;
            }
            #top_menu .navbar-default .navbar-toggle:hover, #top_menu .navbar-default .navbar-toggle:focus {
                background-color: #f1c40f;
            }
            #top_menu .navbar-default .navbar-toggle .icon-bar {
                background-color: #fff;
            }
            #top_menu .navbar-default .navbar-nav > li > a {
                color: #fff;
            }
            #top_menu .navbar-default .navbar-nav > li > a:hover, #top_menu .navbar-default .navbar-nav > .active > a, #top_menu .navbar-default .navbar-nav > .active > a:hover, #top_menu .navbar-default .navbar-nav > .active > a:focus {
                color: #000;
                background-color: #f1c40f;
            }
            /* mobile menu END*/
            
            #home_content {
                position: relative;
            }
            /* home content */
            /* hero top */
            
            #home_content .hero_top h1 {
                font-family: 'bebas_neueregular', Arial, sans-serif;
                margin: 0;
            }
            #home_content .hero_top p {
                font-size: 16px;
                margin-bottom: 0;
            }
            #home_content a.read_more {
                font-size: 16px;
                color: #E8BE12;
                /* margin-bottom:20px;*/
                display: block;
                text-align: right;
            }
            /* hero top  END*/
            /* content */
            
            #home_content .take_action {
                font-size: 30px;
                line-height: 30px;
                font-weight: 900;
                text-align: center;
            }
            #home_content .take_action span {
                line-height: 36px;
                font-weight: 300;
            }
            #home_content h3 {
                font-weight: 900;
                color: #e8be12;
                font-size: 18px
            }
            #home_content p {}
            #home_content p.intro {
                font-size: 16px;
            }
            /* content END */
            /* principles */
            
            #principles {
                background: #f1c40f;
            }
            #principles .title_principles {
                font-size: 30px;
                font-weight: 300;
                text-align: center;
            }
            #principles .principle {
                cursor: pointer;
                color: #000;
                font-size: 20px;
                font-family: 'bebas_neueregular', Arial, sans-serif;
                text-align: center;
            }
            #principles .principle.bigger {
                font-size: 25px;
            }
            #principles .principle span {
                font-size: 15px;
            }
            #principles .principle_text {
                text-align: justify;
                color: #000;
                display: none;
            }
            /* principles END */
            /* form area */
            
            #form_area {
                background: #fff;
            }
            #form_area p {
                color: #000;
            }
            #form_area .form_title {
                font-size: 30px;
                line-height: 30px;
                font-family: 'bebas_neueregular', Arial, sans-serif;
                color: #000;
            }
            #form_area .petition_form {
                background: #ecf0f1;
            }
            #form_area .yel_bg {
                background: url(../img/text_vertical.png) no-repeat center center #F1C40F;
                width: 100%;
                height: 800px;
                display: block;
                float: left;
            }
            #form_area .why_support {
                font-size: 20px;
                color: #f1c40f;
            }
            #form_area .transparent_popup {
                background: url("../img/transparent_popup.png") no-repeat center center transparent;
                color: #fff;
                text-align: center;
                display: block;
                display: none;
                width: 100%;
                font-size: 48px;
                line-height: 20px;
                padding: 30px;
                font-family: 'bebas_neueregular', Arial, sans-serif;
                z-index: 3;
                position: relative;
                margin-top: 30px
            }
            #form_area .transparent_popup span {
                font-family: Roboto;
                font-size: 12px;
                text-transform: lowercase;
            }
            #form_area .social_box {
                padding: 20px 10px;
                background: #16a085;
                /*margin-top:-20px;*/
                z-index: 2;
            }
            #form_area .social_box p {
                color: #fff;
            }
            #form_area .social_box .social_bar .row {
                margin: 0;
            }
            #form_area .social_box .social_bar a {
                width: 33px;
                display: inline-block;
                height: 32px;
            }
            #form_area .social_box .social_bar .twitter {
                background: url('../img/twitter.png') no-repeat center bottom;
            }
            #form_area .social_box .social_bar .twitter:hover {
                background: url('../img/twitter.png') no-repeat center top;
            }
            #form_area .social_box .social_bar .facebook {
                background: url('../img/facebook.png') no-repeat center bottom;
            }
            #form_area .social_box .social_bar .facebook:hover {
                background: url('../img/facebook.png') no-repeat center top;
            }
            #form_area .social_box .social_bar .gplus {
                background: url('../img/gplus.png') no-repeat center bottom;
            }
            #form_area .social_box .social_bar .gplus:hover {
                background: url('../img/gplus.png') no-repeat center top;
            }
            #form_area .social_box .social_bar .mail {
                background: url('../img/mail.png') no-repeat center bottom;
            }
            #form_area .social_box .social_bar .mail:hover {
                background: url('../img/mail.png') no-repeat center top;
            }
            #form_area .social_box .or_class {
                font-weight: 300;
                font-size: 36px;
                text-transform: lowercase;
            }
            #form_area .social_box .btn {
                width: 100%;
                background: #f1c40f;
                border: none;
                -moz-border-radius: 7px / 6px;
                -webkit-border-radius: 7px / 6px;
                border-radius: 7px / 6px;
                -moz-background-clip: padding;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
                background-color: #f1c30f;
                -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
                -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
                box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
                font-weight: 900;
            }
            #form_area .social_box .btn:hover {
                background-color: #fed52f;
            }
            /* form area END */
            
            .logos_footer a {
                float: left;
                margin-right: 5px;
                margin-top: 10px;
                margin-bottom: 10px;
                margin-left: 5px;
                width: 100%;
                text-align: center;
            }
            .logos_footer img {
                height: 35px;
            }
            .white_bg {
                background: #fff;
            }
            /* footer */
            
            #footer {
                background: url(../img/footer.png) no-repeat center bottom #000;
                border-top: 10px solid #e74c3c;
                position: relative;
                display: block;
                min-height: 150px;
            }
            #footer .our_sponsors {
                font-size: 30px;
                color: #f1c40f;
                font-weight: 300;
            }
            #footer .title_sponsor {
                font-weight: 300;
                font-size: 30px;
            }
            #footer .subtitle_sponsor {
                font-size: 18px;
                color: #f1c40f;
                font-style: italic;
            }
            #footer .description_sponsor {
                margin-top: 20px;
            }
            #footer a {
                color: #F1C40F;
            }
            /* footer END */
            /* home content END */
            /* other pages */
            
            #template_title {
                position: relative;
                background: url(../img/bg_top_template.png) no-repeat center center #000;
            }
            #template_title .the_title {
                font-size: 30px;
                line-height: 30px;
                font-family: 'bebas_neueregular', Arial, sans-serif;
            }
            #yellow_area {
                background: #f1c40f;
            }
            #yellow_area .description_yellow p {
                color: #000;
                font-size: 20px;
                line-height: 26px;
            }
            #yellow_area a.btn {
                width: 100%;
                background: #c0392b;
                border: none;
                -moz-border-radius: 7px / 6px;
                -webkit-border-radius: 7px / 6px;
                border-radius: 7px / 6px;
                -moz-background-clip: padding;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
                background-color: #bf392b;
                -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
                -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
                box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
                font-weight: 900;
                padding: 13px;
            }
            /* other pages END */
            /* blog content */
            
            .blog_content {
                color: #000;
            }
            .blog_content a {
                color: #F1C40F;
            }
            .blog_content {
                color: #000;
            }
            .blog_content h3, .blog_content h2 {
                color: #000;
            }
            .blog_content .quip-fld {
                margin-bottom: 5px;
            }
            .blog_content button {
                width: 154px;
                background: #F1C40F;
                border: none;
                -moz-border-radius: 7px / 6px;
                -webkit-border-radius: 7px / 6px;
                border-radius: 7px / 6px;
                -moz-background-clip: padding;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
                background-color: #F1C30F;
                -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
                -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
                box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
                font-weight: 900;
                color: #FFF;
                padding: 5px;
                text-transform: uppercase;
                margin-right: 10px;
                margin-top: 11px;
            }
            .blog_content button:hover {
                background-color: #fed52f;
            }
            .blog_content label {
                margin-top: 4px;
                font-size: 12px;
            }
            .blog_content .bookmarkThis img {
                width: 25px;
                height: 25px;
                margin: 5px;
            }
            @media (min-width: 768px) {
                .margins_top_bottom {
                    margin: 30px 0 -5px 0;
                }
                .margins_top_half {
                    margin-top: 15px;
                }
                .margins_bottom_full {
                    margin-bottom: 30px;
                }
                .margins_bottom_half {
                    margin-bottom: 15px;
                }
                .margins_bottom_full_sm {
                    margin-bottom: 30px;
                }
                /* web menu */
                #top_menu .top_link a {
                    padding: 12px 0;
                    font-size: 12px;
                    color: #fff;
                    display: block;
                    width: 100%;
                    text-align: center;
                }
                #top_menu .top_link a:hover, #top_menu .top_link a:focus {
                    border-top: 6px solid #f1c40f;
                    padding: 6px 0 12px 0;
                    text-decoration: none;
                }
                /* web menu */
                /* home content */
                /* hero top */
                #home_content {
                    background: url(../img/don_t_spy_1920.jpg) no-repeat center top transparent;
                    background-size: 1200px
                }
                .no-background {
                    background: none !important;
                }
                #home_content .hero_top h1 {
                    font-size: 86px;
                    text-align: right;
                }
                #home_content .hero_top p {
                    text-align: right;
                    font-size: 14px;
                }
                #home_content a.read_more {
                    margin-right: 59px;
                    margin-top: 11px;
                    float: right;
                }
                /* hero top END */
                /* content */
                #home_content .the_content {
                    margin-top: 250px;
                    background: url('../img/antena.png') no-repeat 30px bottom transparent;
                }
                /* content END */
                /* principles */
                #principles .principles_fixed_height {
                    /* height:116px */
                }
                #principles .title_principles {
                    font-size: 40px;
                }
                #principles .principle {
                    font-size: 24px;
                    line-height: 33px;
                }
                #principles .principle:hover {
                    font-size: 25px;
                }
                #principles .principle.bigger {
                    font-size: 28px;
                    line-height: 35px;
                }
                #principles .principle.bigger:hover {
                    font-size: 29px;
                }
                #principles .principle span {
                    font-size: 15px;
                }
                /* principles END */
                /* form area */
                #form_area .petition_form {
                    margin-left: 0;
                }
                /* form area END */
                /* home content END */
                .logos_footer img {
                    height: 22px;
                }
                .logos_footer a {
                    width: auto;
                    text-align: left;
                }
                /* other pages */
                #template_title .the_title {
                    font-size: 30px;
                    line-height: 30px;
                }
                #yellow_area a.btn {
                    margin-top: 55px;
                }
                /* other pages END */
            }
            @media (min-width: 992px) {
                .margins_top_bottom {
                    margin: 62px 0 25px 0;
                }
                .margins_top_half {
                    margin-top: 31px;
                }
                .margins_bottom_half {
                    margin-bottom: 31px;
                }
                .margins_bottom_full {
                    margin-bottom: 62px;
                }
                /* home content */
                /* hero top */
                #home_content .hero_top h1 {
                    font-size: 114px;
                }
                #home_content {
                    background-size: 1566px;
                }
                #home_content a.read_more {
                    margin-right: 68px;
                    margin-top: 0px;
                    font-size: 18px
                }
                /* hero top END */
                /* content */
                #home_content .take_action {
                    font-size: 35px;
                    line-height: 35px;
                }
                #home_content .take_action span {
                    line-height: 40px;
                }
                #home_content .the_content {
                    margin-top: 335px;
                    background: url('../img/antena.png') no-repeat 64px bottom transparent;
                }
                /* content */
                /* principles */
                #principles .principles_fixed_height {
                    /* height:135px */
                }
                #principles .title_principles {
                    font-size: 50px;
                }
                #principles .principle {
                    font-size: 28px;
                    line-height: 37px;
                }
                #principles .principle:hover {
                    font-size: 29px;
                }
                #principles .principle.bigger {
                    font-size: 35px;
                    line-height: 40px;
                }
                #principles .principle.bigger:hover {
                    font-size: 36px;
                }
                #principles .principle span {
                    font-size: 17px;
                }
                /* principles END */
                /* form area */
                #form_area .form_title {
                    font-size: 35px;
                    line-height: 35px;
                }
                #form_area .why_support {
                    font-size: 24px;
                }
                /* form area END */
                .logos_footer img {
                    height: 30px;
                }
                /* home content END */
                /* other pages */
                #template_title .the_title {
                    font-size: 50px;
                    line-height: 50px;
                }
                #yellow_area .description_yellow p {
                    font-size: 25px;
                    line-height: 28px;
                }
                #yellow_area a.btn {
                    margin-top: 115px;
                    font-size: 24px;
                }
                /* other pages END */
            }
            @media (min-width: 1200px) {
                .margins_top_bottom {
                    margin: 85px 0 65px 0;
                }
                .margins_top_half {
                    margin-top: 42px;
                }
                .margins_bottom_half {
                    margin-bottom: 42px;
                }
                .margins_bottom_full {
                    margin-bottom: 85px;
                }
                /* home content */
                /* hero top */
                #home_content {
                    background-size: auto;
                }
                #home_content .hero_top h1 {
                    font-size: 143px;
                }
                #home_content a.read_more {
                    margin-right: 77px;
                    margin-top: 0;
                    font-size: 26px;
                }
                /* hero top END */
                /* content */
                #home_content .take_action {
                    font-size: 48px;
                    line-height: 48px;
                }
                #home_content .take_action span {
                    line-height: 53px;
                }
                #home_content .the_content {
                    margin-top: 420px;
                    background: url('../img/antena.png') no-repeat 96px bottom transparent;
                }
                /* content */
                /* principles */
                #principles .principles_fixed_height {
                    /* height:135px; */
                }
                #principles .title_principles {
                    line-height: 25px;
                    font-size: 64px;
                }
                #principles .principle {
                    font-size: 36px;
                    line-height: 45px;
                }
                #principles .principle:hover {
                    font-size: 37px;
                }
                #principles .principle.bigger {
                    font-size: 44px;
                    line-height: 49px;
                }
                #principles .principle.bigger:hover {
                    font-size: 45px;
                }
                #principles .principle span {
                    font-size: 18px;
                }
                /* principles END */
                /* form area */
                #form_area .form_title {
                    font-size: 48px;
                    line-height: 48px;
                }
                #form_area .social_box {
                    padding: 20px 20px;
                }
                /* form area END */
                /* home content END */
                .logos_footer img {
                    height: 35px;
                }
                /* other pages */
                #template_title .the_title {
                    font-size: 65px;
                    line-height: 67px;
                }
                #yellow_area .description_yellow p {
                    font-size: 28px;
                    line-height: 37px;
                }
                #yellow_area a.btn {
                    margin-top: 120px;
                    font-size: 24px;
                }
                /* other pages END */
            }
            /*New homepage*/
            
            .top_ask {
                padding: 25px;
                margin-top: 30px;
                margin-bottom: 30px;
            }
            .top_ask p {
                color: white;
                font-size: 1.6rem;
                line-height: 2.2rem;
            }
            @media (min-width: 768px) {
                .top_ask p {
                    font-size: 1.8rem;
                    line-height: 2.4rem;
                }
            }
            @media (min-width: 992px) {
                .top_ask p {
                    font-size: 2rem;
                    line-height: 2.6rem;
                }
            }
            @media (min-width: 1200px) {
                .top_ask p {
                    font-size: 2.2rem;
                    line-height: 2.7rem;
                }
            }
            .dictator_images {
                border: solid 2px #e74c3c;
            }
            .logos_border {
                border: 2px solid #e74c3c;
                border-radius: 5px;
            }