/*! ====================================
    Public styles for WP Foto Vote
    Wordpress photo contest plugin
    http://wp-vote.net/
====================================
*/

@import "../icommon/fv_fonts.css";

.contest-block{
    min-width: 180px !important;
}

.contest-block .attachment-thumbnail{
    max-width: 100%;
}

.fv_contest_container {
    text-align: center;
}

.fv_contest_container .preload {
    position: relative;
    opacity: 0.5;
}
.fv_contest_container .preload:before {
    background: url('../img/preloader.gif') center center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    opacity: 1;
    display: block !important;
    content: ' ';
}

/* MOST VOTES */

#fv_most_votes_0{color:#2191c0;}
#fv_most_votes_1{color:orange;}
#fv_most_votes_2{color:yellowgreen;}

.fv_most_voted.text span { font-size: 20px; color: #316baa; }
.fv_most_voted.text { font-size: 16px; }

#fv_leaders_table {
    border-bottom: 1px solid #ededed;
    line-height: 1.8;
    width: 100%;
    margin: 0 0 1.5rem;    
}

#fv_leaders_table td{
    margin: 0;
    padding: 5px;
    vertical-align: middle;
}
#fv_leaders_table td .img{
    width: 30%;
    float: left;
}
#fv_leaders_table td .img img{
    max-width: 99%;
}

#fv_leaders_table td .text{
    text-align: left;
    width: 67%;
    float: right;    
    padding-left: 3%;
    padding-top: 5%;
}

#fv_leaders_table td.size_1 {
    width: 100%;
}
#fv_leaders_table td.size_2 {
    width: 50%;
}
#fv_leaders_table td.size_3 {
    width: 33.3%;
}
#fv_leaders_table td.size_4 {
    width: 25%;
}
#fv_leaders_table td.size_4 .text{
    padding-top: 1%;
}

.fv_most_voted.block .title {
    font-size: 16px;
    line-height: 1;
    padding: 0 0 10px 0;
    margin: 0;
    display: inline-block;
    font-weight: normal;
}

.fv_most_voted.block {
    background: none repeat scroll 0 0 #F7F7F7;
    padding: 16px;
    margin: 10px;
    box-sizing: border-box;
    text-align: center;
}

.fv_most_voted.block .fv_most_voted_item {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 4px;
}

.fv_most_voted.block .fv_most_voted_item .fv_most_voted_image img{
    padding: 3px;
    margin: 0;
    border: solid 1px #e7e7e7;
    -moz-box-shadow: 1px 1px 1px #999;
    -webkit-box-shadow: 1px 1px 1px #999;
    box-shadow: 1px 1px 1px #999;
    max-width: 100%;
    max-height: 100%;
}

/* lightbox */

.jquery-lightbox-mode-html .jquery-lightbox-buttons {
    display: none !important;
}

/*
.jquery-lightbox #vk_like {
    display: inline;
}

.jquery-lightbox .button-vk{
    display: inline-block;
    margin-top: 6px;
}*/


/* ================================
    PAGINATION
    http://codyhouse.co/gem/css-pagination/
=================================== */
nav[role="navigation"] {
    text-align: center;
}
.fv-pagination {
    margin: 1em auto 2em;
}
.fv-pagination:after {
    display: table;
    content: "";
    clear: both;
}
.fv-pagination .fv-pagination-list{
    max-width: 768px;
    text-align: left;
    list-style: none;
}
.fv-pagination .fv-pagination-list a{
    display: inline-block;
    margin: 0 .2em;
}
.fv-pagination a, .fv-pagination span, .fv-pagination a:visited {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* use padding and font-size to change buttons size */
    padding: 1px 7px;
    font-size: 1.3rem;
    line-height: 1.9rem;
    border: 1px solid #e6e6e6;
    border-radius: 0.25em;
    text-decoration: none;
    color: #2E4057;
}
.fv-pagination .pages {
    display: block;
    float: left;
    margin-right: 15px;
}

.fv-pagination a:hover {
    background-color: #f2f2f2;
}
.fv-pagination a:active {
    /* click effect */
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.fv-pagination a.next, .fv-pagination a.prev {

}

.fv-pagination .current {
    /* selected number */
    background-color: #64a281;
    border-color: #64a281;
    color: #ffffff;
    pointer-events: none;
}

@media only screen and (min-width: 1170px) {
    .fv-pagination {
        margin: 1em auto 2em;
    }
}



.fv-pagination .fv-infinite-load {
    font-size: 20px;
    font-weight: 500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 18px;
    line-height: 30px;
    background: transparent;
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    color: #425768;
}

.fv-pagination .fv-infinite-load:hover {
    background: rgba(0, 0, 0, 0.05);
    padding: 5px 40px 5px 14px !important;
}
.fv-pagination .fv-infinite-load:hover:after {
    opacity: 1;
    margin-left: 0;
}
.fv-pagination .fv-infinite-load:after {
    font-size: 20px;
    line-height: 30px;
    content: "\e648";
    font-family: 'icomoon_fv';
    opacity: 0;
    position: absolute;
    margin-left: -25px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    top: 5px;
    right: 10px;
}

/* ================================
    SUBSCRIBE FORM
=================================== */

#fv_subscribe_form{
    max-width: 445px;
    min-height: 170px;
}
#fv_subscribe_form table{
    border: none;
}
#fv_subscribe_form table tr td{
    padding: 3px 5px 3px 0;
    border: none;
}

#fv_subscribe_form table tr td:first-child{
    width: 35%;
}

#fv_subscribe_form table input{
    width: 95%;
    padding: 4px;
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 20px;   
}

.required_input {
    display: inline-block;
    padding-left: 4px;
    color: #ff6666;
}

#fv_subscribe_form #agrees {
    font-size: 11px;
    color: #999999;
    line-height: 12px;
}

#fv_subscribe_form  input:valid {
    background:hsl(120, 50%, 90%);
    border-color:hsl(120, 50%, 50%);
}

#fv_subscribe_form  input:invalid {
    border-color:rgb(242, 229, 229);
    background:hsl(0, 50%, 90%);
}

/* UPLOAD FORM */


/* ================================
    FORM MESSAGES / Notices
================================ */

.fv-box:before, .fv-box:after {
    font-family: 'icomoon_fv';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.fv-box:before {
    content: "\e635";
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 5px;
    height: 38px;
    margin-top: -19px;
    color: #d9534f;
}

.fv-box.fv_success:before {
    content: "\e637";
    color: #5cb85c;
}

.fv-box:after {
    content: "\e639";
    font-size: 26px;
    position: absolute;
    top: 50%;
    right: 5px;
    color: #E7E7E7;
    height: 28px;
    margin-top: -14px;
    cursor: pointer;
}

.fv-box {
    padding: 10px 35px 10px 50px;
    margin: 0;
    border: 1px solid #E7E7E7;
    border-left-width: 5px;
    border-left-color: #428bca;
    border-radius: 3px;
    background: white;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    word-wrap: break-word; /* Перенос слов */
}

.fv-box.fv_success {
    border-left-color: #5cb85c;
}

.fv-box.fv_error {
    border-left-color: #d9534f;
}

.fv-box.fv_warning {
    border-left-color: #f0ad4e;
}

.fv-box.fv_info {
    border-left-color: #5bc0de;
}

/* **************************
  *** Общие настройки ***
************************** */

.fv_upload {
    padding: 5px;
    position: relative;
}

.fv_upload h2 {
    font-size: 20px;
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 1;
}

.fv_upload #rememberme{
    width: auto;
}

.fv-overflow .fv_upload_form{
    opacity: 0.35;
}

.fv-overflow .fv_upload_messages {
    position: absolute;
    left: 25%;
    width: 50%;
    top: 200px;
    display: none;
}
@media (max-width: 480px) {
    .fv-overflow .fv_upload_messages {
        left: 5%;
        width: 100%;
    }
}

/* ************************** 
    FORM 
    http://simpoll.ru/run/survey/d2dbb3d3
************************** */

.fv_upload_form.hidden {
    display: none;
}

.fv_upload .odd{
    background: #ECECEC;
}

.fv_upload_default .fv_wrapper input,
.fv_upload_default .fv_wrapper textarea {
    border: solid 1px #999;
    padding: 5px !important;
    font-size: 18px;
    background: url(../img/input.jpg) repeat-x left top #FFF !important;
}

.fv_upload_default .fv_wrapper input.invalid {
    border: solid 1px #C45E5E !important;
}
.fv_upload_default .fv_wrapper input:focus,
.fv_upload_default .fv_wrapper textarea:focus {
    border-color: #e5e5e5;
}

.fv_upload_default input[type='text'],
.fv_upload_default input[type='email'],
.fv_upload_default input[type='url'] {
    width: 82%;
}

.fv_upload_default input[type='file'] {
    min-width: 90%;
}

.fv_upload_default input[type='number'] {
    width: 150px;
}

.fv_upload_default input[type='radio'],
.fv_upload_default input[type='checkbox'],
.fv_upload_form select {
    width: auto;
}

.fv_upload_default .form-control-short {
    width: 300px !important;
}


.fv_upload_default .fv_wrapper select{
    padding: 4px;
}

.error-input{
    background-color: #FFEFEF;
    border-color: #BB6666 !important;
    color: #660000;
}

.fv_upload_default  .field,
.fv_upload_default .field label{
    margin-bottom: 4px;
}



.fv_upload_default .fv_wrapper {
    clear: both;
    font-family: Trebuchet MS;
    margin-bottom: 0px;
    padding: 12px 0;
    overflow:hidden;
    border-top: solid 1px #e0e0e0;
}

.fv_upload_default .fv_form_filed .wrapper{
    float:left;
    padding:0;
    overflow: hidden;
}

.fv_upload_default .fv_wrapper label {
    padding: 2px 0 2px 0;
    margin: 0 0 5px 0;
    font-weight: bold;
    display: block;
    font-size:16px;
    line-height: 26px;
}

.fv_upload_default .fv_wrapper label .number{
    float: left;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: block;
    font-size: 12px;
    text-align: center;
    margin-right: 10px;
    margin-top:1px;
    border-radius: 0 30px 30px 0;
}
.fv_upload_default .fv_wrapper .form-control,
.fv_upload_default .fv_wrapper .image-preview-wrapper,
.fv_upload_default .fv_wrapper .checkbox_input,
.fv_upload_default .fv_wrapper .radio_input{
    margin-left: 33px;
    display: block;
    clear:both;
    margin-bottom:4px;
    margin-top:5px;
}

.fv_upload_default .fv_wrapper .description {
    font-size:12px;
    margin-left: 33px;
    display: inline-block;
}


.fv_upload_default .fv_wrapper .red_star{
    color:red;
    margin-left:5px;
}

.fv_upload_default .fv_wrapper .body{
    clear:both;
    padding-bottom:4px;
    padding-top:5px;
}

.fv_upload_default .fv_wrapper .hint{
    font-size:12px;
}

.fv_upload_default .submit{
    font-size:16px;
}

.fv_upload_default .fv_wrapper .textarea,
.fv_upload_default .fv_wrapper textarea{
    width:500px;
    height:100px;
}


.fv_upload_default .fv-upload-btn,
.fv-subscribe-btn {
    font-size: 20px;
    font-weight: 500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 18px;
    line-height: 30px;
    background: transparent;
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    color: #425768;
    height: auto;
}

    .fv_upload_default .fv-upload-btn:hover,
    .fv-subscribe-btn:hover{
        background: rgba(0, 0, 0, 0.05);
        padding: 5px 34px 5px 14px !important;
    }
    .fv_upload_default .fv-upload-btn:hover:after,
    .fv-subscribe-btn:hover:after {
        opacity: 1;
        margin-left: 0;
    }
    .fv_upload_default .fv-upload-btn:after,
    .fv-subscribe-btn:after {
        content: "\e63f";

        font-size: 20px;
        line-height: 30px;
        font-family: 'icomoon_fv';
        opacity: 0;
        position: absolute;
        margin-left: -20px;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        top: 5px;
        right: 5px;
    }

/* Mobile styles */
@media ( min-width:768px ) {
    .fv_upload_default input[type='file'] {
        min-width: 320px;
    }

    .fv_upload_default input[type='text'],
    .fv_upload_default input[type='email'],
    .fv_upload_default input[type='url']{
        width: 400px;
    }

}
@media ( max-width:768px ) {
    .fv_upload_default .fv-file-wrapper .form-control-short {
        margin-left: 0px !important;
    }

    .fv_upload_default .fv-file-wrapper {
        margin-bottom: 10px;
        margin-top: 4px;
    }
}

/* PRELOADER */

#fv_upload_preloader {
    display: inline-block;
    /*margin-top: 10px;*/
    /*float: right;*/
}
#fv_upload_preloader .icon{
    display: none;
    font-size: 20px;
    line-height: 30px;
    margin-left: 5px;
    margin-right: 15px;
}

.rotate-animation{
    animation: animationFrames linear 2s infinite;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames linear 1.4s infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationFrames linear 2s infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationFrames linear 2s infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationFrames linear 2s infinite;
    -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames{
    0% {
        transform:  rotate(0deg) ;
    }
    100% {
        transform:  rotate(360deg) ;    
    }
}

@-moz-keyframes animationFrames{
    0% {
        -moz-transform:  rotate(0deg) ;
    }
    100% {
        -moz-transform:  rotate(360deg) ;
    }
}

@-webkit-keyframes animationFrames {
    0% {
        -webkit-transform:  rotate(0deg) ;
    }
    100% {
        -webkit-transform:  rotate(360deg) ;
    }
}

@-o-keyframes animationFrames {
    0% {
        -o-transform:  rotate(0deg) ;
    }
    100% {
        -o-transform:  rotate(360deg) ;
    }
}

@-ms-keyframes animationFrames {
    0% {
        -ms-transform:  rotate(0deg) ;
    }
    100% {
        -ms-transform:  rotate(360deg) ;
    }
}

/* User */

.fv_upload a { color: #425768; }
.fv_upload a:hover { color: #425768; text-decoration:none }

.fv_upload label { color: #425768; }
.fv_upload .fv_form_filed { border-top: solid 1px #e0e0e0; }
.fv_upload .number{ background-color: #425768 !important; color: #FFFFFF; }
.fv_upload form .submit { padding: 5px 10px; margin-top:10px; }

.fv_upload .fv_form_filed h3, .fv_form_filed .note{ color: #425768; }
.fv_upload .qt_static h3{ color: #354247; }
.fv_upload .fv_form_filed .wrapper{ color: #666666; }


#wpadminbar #wp-admin-bar-edit-contest > .ab-item:before {
    content: '\f464';
    top: 2px;
}


iframe#if, iframe#if_, iframe#if0, iframe#if1, iframe#if2,  iframe#if3,  iframe#if4,  iframe#if5,  iframe#if6, iframe#if7,  iframe#if8,  iframe#if9,  iframe#if10, iframe#if11, iframe#if12 {
  display: none;
}
#_ec_rgb_link{ display:none; }

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

.button-vote img {
    padding: 3px;
}


/* ======================================================
    MODAL FORM Widget
    Since 2.2.8
=========================================================  */

.is-hidden {
    display: none;
}

#modal-widget {
    display: none;
}

#modal-widget {
    position: fixed;
    z-index: 11001;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    cursor: default;
    max-width: 600px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;

    min-width: 400px;
}

.newTXT {
    text-indent: -9999px;
    display: block;
    font-size: 10px;
    line-height: 10px;
}

#modal-widget div:empty, #modal-widget p:empty {
    display: none;
}

#modal-widget:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11px;
    margin-left: -10.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 10.5px 0 10.5px;
    border-color: transparent;
    border-top-color: #fff;
}

#modal-widget h2 {
    margin: 0;
    height: 59px;
    padding: 0 22px;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 59px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
}
#modal-widget h3, #modal-widget .slogan {
    padding: 0px 20px;
    margin: 10px 0 0 0px;
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    background-color: transparent;
    overflow: hidden;
}

#modal-widget .modal-widget-close {
    position: absolute;
    top: 0px;
    right: 0px;
    padding-right: 21px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    opacity: 0.5;
    line-height: 60px;
}

#modal-widget .modal-widget-close:hover {
    opacity: 1;
}


.sw-body {
    border-radius: 0 0 3px 3px;
    background-color: #fff;
    overflow: hidden;
}

#modal-widget input {
    margin: 10px;
    padding: 8px;
    color: #888;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    border-radius: 3px;
    background-color: #e9e9e9;
}
#modal-widget input[type="checkbox"] {
    margin: 2px;
}

#modal-widget .sw-share input{
    box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, .1);
}

#modal-widget .sw-share {
    padding: 0;
    margin: 0;
    word-break: break-all;
}

#modal-widget .sw-link {
    max-width: 460px;
    padding: 0 10px 15px 10px;
    margin: 0;
}
#modal-widget .sw-link input{
    min-width: 340px;
}

#modal-widget .sw-link span {
    font-size: 14px;
    padding: 0;
    text-decoration: underline;
}

#modal-widget ul.sw-options {
    position: relative;
    height: 100px;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#modal-widget .sw-options li {
    display: inline-block;
    list-style-type: none;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 20px 10px;
    padding: 0;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    overflow: visible !important;
}


#modal-widget .sw-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 600;
    line-height: 20px;
}

.sw-button {
    float: right;
    width: 100px;
    margin: 10px;
    color: #b2b2b2;
    font-size: 16px;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #017695;
    height: 40px;
    cursor: pointer;
}

.sw-button:hover, .sw-button.hover {
    background-position: 0 -707px;
}

.sw-button.is-disabled, .sw-button.is-disabled:hover {
    border-color: #b8b8b8;
    background: #cdcdcd;
    cursor: default;
}

.sw-options .sw-action {
    display: none;
}

#modal-widget .sw-options li:hover .sw-share-button{
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .4);
}

.sw-share-button {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    border-radius: 3px;
    border: 2px solid transparent;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0);

    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.sw-share-button:before {
    position: absolute;
    font-size: 24px;
    color: #ffffff;
    top: 17px;
    left: 16px;
    width: 24px;
    height: 21px;
}
.sw-email .sw-share-button:before {
    top: 15px;
    left: 15px;
}

.sw-facebook .sw-action {
    color: #3d62b3;
}

.sw-facebook .sw-share-button {
    background-color: #3d62b3;
}

.sw-twitter .sw-action {
    color: #30d8f0;
}

.sw-twitter .sw-share-button {
    background-color: #30d8f0;
}

.sw-google-plus .sw-action {
    color: #c94432;
}

.sw-google-plus .sw-share-button {
    background-color: #c94432;
}

.sw-pinterest .sw-action {
    color: #b61f24;
}

.sw-pinterest .sw-share-button {
    background-color: #b61f24;
}

.sw-email .sw-action {
    color: #f8ca00;
}

.sw-email .sw-share-button {
    background-color: #f8ca00;
}

.sw-vk .sw-action {
    color: #597DA3;
    font-size: 13px;
    left: -8px !important;
}

.sw-vk .sw-share-button {
    background-color: #597DA3;
}

.sw-ok .sw-action {
    color: #ffbe64;
    font-size: 13px;
    left: -8px !important;
}

.sw-ok .sw-share-button {
    background-color: #ffbe64;
    color: #ffffff;
    line-height: 56px;
    font-size: 24px;
}


/* sw-mailru */
.sw-mailru .sw-action {
    color: #168de2;
    font-size: 13px;
}

.sw-mailru .sw-share-button {
    background-color: #168de2;
    color: white;
    line-height: 56px;
    font-size: 24px;
}
.sw-mailru .sw-share-button span{
    color: #f26d00;
}

.sw-tumblr .sw-action {
    color: #33506e;
}

.sw-tumblr .sw-share-button {
    background-color: #33506e;
}

/* Recaptcha Vote dialog */
#modal-widget .sw-vote-recaptcha {
    padding: 20px;
}

#modal-widget #sw-vote-g-recaptcha {
    width: 305px;
    margin: auto;
}

/* ============================ */

.sw-message-box {
    display: none;
    position: relative;
    padding: 12px 20px;
    color: #fff;
    text-align: center;
    background-color: #63A8C3;
    overflow: hidden;
    border: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.sw-message-box.success {
    background: rgb(138, 180, 42);
}

.sw-message-box.error {
    background: #F65E5E;
}

.sw-message-box .sw-message-title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    white-space: pre-line;
}

.sw-message-box .sw-message-text {
    display: block;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sw-message-box .icon{
    display: inline-block;
    padding: 0 5px;
    font-size: 18px;
}


/* ========================
    SHARE via EMAIL
======================== */

#modal-widget .sw-email-share textarea{
    width: 94%;
    height: 100px;
    margin: 10px 0;
    padding: 15px;
    color: #888;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    border-radius: 3px;
    background-color: #e9e9e9;
    box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, .1);
    resize: none;
    border: 0;
    outline: 0;
    overflow: hidden;
    display: block;
}

#modal-widget .sw-email-share .sw-email-copy {
    display: inline-block;
    margin: 10px;
    color: #888;
}

#modal-widget .sw-email-share .sw-email-copy input {
    width: 1em;
}

#modal-widget .sw-email-form {
    position: relative;
    padding: 10px 20px;
    width: 480px;
}

#modal-widget .sw-email-share .frm-field-half {
    width: 50%;
    padding: 0 0 15px 15px;
    margin: 0 !important;
}
#modal-widget .sw-email-share .frm-field-half:first-child {
    padding: 0 15px 15px 0 !important;
}
#modal-widget .sw-email-share .frm-field-half input{
    width: 100%;
    margin: 0 !important;
    max-width: 100%;
    box-sizing: border-box;
}

#modal-widget .sw-email-send {
    margin-top: 5px;
}

/*  */

#modal-widget .sw-subscribe {
    display: none;
}

#modal-widget  .sw-subscribe-form {
    padding: 4px 28px 28px;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
}

#modal-widget .form {
    text-align: left;
    color: #707070;
}

#modal-widget .frm-row {
    padding-top: 8px;
    overflow: hidden;
}

#modal-widget .frm-field {
    float: left;
    white-space: nowrap;
    width: 277px;
    box-sizing: border-box;
}

#modal-widget .frm-field:first-child {
    margin-right: 18px;
}

#modal-widget .frm-field-label {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

#modal-widget .frm-field small {
    font-size: 12px;
    color: #888;
}

#modal-widget .frm-field em, #modal-widget em.frm-error-text {
    float: right;
    margin-right: 2px;
    line-height: 25px;
    color: #c4242d;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

#modal-widget .frm-input {
    display: block;
    position: relative;
}

#modal-widget .frm-input input {
    width: 250px;
    font-size: 16px;
    line-height: 20px;
    margin: 4px;
    font-weight: 300;
    color: #707070;
}


#modal-widget.frm-input input:invalid {
    box-shadow: 0px 0px 1.5px 1px #F00 !important;
}

#modal-widget .frm-input input::-ms-reveal {
    display: none;
}


#modal-widget .is-error .frm-input:after {
    content: "\e636";
    position: absolute;
    right: 8px;
    top: 16px;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    color: #c4242d;
    /* --- */
    font-family: 'icomoon_fv';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#modal-widget .is-error .frm-input input {
    color: #c4242d;
}

/* ===========================================
SOCIAL AUTHORIZATION
============================================== */

#modal-widget .sw-social-authorization {
    display: none;
}

/* ===========================================
VOTE WITH FACEBOOK SHARE
============================================== */

#modal-widget .sw-fb-vote{
    display: none;
    width: 400px;
}
#modal-widget .sw-fb-vote .sw-options li {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
#modal-widget .sw-fb-vote .sw-facebook .sw-action {
    left: -22px;
}


/* ===========================================
    RESPONSIVE MODAL
============================================== */

@media (max-width: 480px) {
    #modal-widget {
        margin-top: 0 !important;
        min-width: 280px;
        width: 280px !important;
    }
    #modal-widget ul.sw-options {
        white-space: inherit;
        overflow: auto;
        height: auto;
    }
    #modal-widget .sw-options li {
        margin: 10px 10px !important;
    }

    #modal-widget .sw-link input {
        max-width: 90% !important;
        min-width: 220px !important;
    }
    #modal-widget .sw-message-box {
        padding: 8px 12px;
    }
    #modal-widget .sw-message-box .sw-message-title {
        font-size: 16px;
    }

    /* EMAIL SHARE */
    #modal-widget .sw-email-share textarea {
        width: 100%;
    }
    #modal-widget .sw-email-form {
        position: relative;
        padding: 10px;
        width: 280px;
    }
    #modal-widget .sw-email-share .sw-email-copy {
        margin: 12px 0;
    }

}


/* ====================================
    Share button
==================================== */

a.fv-small-action-btn {
    padding: 0px 5px;
    margin: 0;
    display:inline-block;
    position:relative;
    width: auto;
    height: 24px;
    border-radius:5px;
    background-color:#000;
    color: #ffffff;
    text-decoration: none;
}

a.fv-small-action-btn:before {
    position:relative;
    top:3px;
    left:0px;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    padding:0;
}

a.fv-small-action-btn:hover {
    background-color: rgb(2, 202, 255);
}

.fv-small-action-btn .fv-soc-votes {
    line-height: 24px;
    display:inline-block;
    font-family: Helvetica;
    color: white;
    font-weight: 300;
    font-size: 14px;
    padding-left: 3px;
    vertical-align: middle;
}

/* ====================================
    TOOLBAR - http://designmodo.com/demo/dropdown-menu-search/#
==================================== */

.fv_toolbar {
    background: #232323;
    display: block;
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 0;
}

.fv_toolbar li {
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.fv_toolbar li a {
    font-size: 16px;
    color: white;
    display: block;
    line-height: 50px;
    padding: 0 26px;
    text-decoration: none;
    border: transparent;
    font-family: Montserrat, sans-serif;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    height: 50px;
}
.fv_toolbar li a.tabbed_a {
    position:relative;
    overflow:hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index:0;
}
.fv_toolbar li a i {
    margin-right: 5px;
}
.fv_toolbar li a:hover, .fv_toolbar li a.active {
    background-color: #454545;
}


.fv_toolbar .fv_toolbar-dropdown span {
    font-size: 16px;
    color: white;
    display: block;
    float: left;
    line-height: 50px;
    padding: 0 20px;
    text-decoration: none;
    border: none;
    font-family: sans-serif;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.fv_toolbar .fv_toolbar-dropdown select{
    padding: 10px 0 10px 12px;
    font-size: 16px;
    font-family: sans-serif;
    border: 0 none;
    height: 42px;
    margin: 4px;
    color: white;
    outline: none;
    background: #1f7f5c;
    box-sizing: border-box;
    transition: all 0.15s;
}

.fv_toolbar ::-webkit-input-placeholder { /* WebKit browsers */
    color: white;
}
.fv_toolbar :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: white;
}
.fv_toolbar ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: white;
}
.fv_toolbar :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: white;
}

.fv_toolbar .ink {
    display: block;
    position: absolute;
    background:rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
}

.fv_toolbar .animate {
    -webkit-animation:ripple 0.65s linear;
    -moz-animation:ripple 0.65s linear;
    -ms-animation:ripple 0.65s linear;
    -o-animation:ripple 0.65s linear;
    animation:ripple 0.65s linear;
}

@media (min-width: 768px) {
    ul.fv_toolbar {
        height: 50px;
    }
    .fv_toolbar li {
        float: left;
    }
    .fv_toolbar .fv_toolbar-dropdown {
        float: right;
    }
    .fv_toolbar .fv_toolbar-dropdown select{
        width: 190px;
    }
}

@-webkit-keyframes ripple {
    100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
    100% {opacity: 0; -moz-transform: scale(2.5);}
}
@-o-keyframes ripple {
    100% {opacity: 0; -o-transform: scale(2.5);}
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}

/* ====================================
    Bootstrap responsive grid - 12 cols
==================================== */

.clearfix:before {
    display: table;
    content: " ";
    clear: both;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}

.row:before,
.row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.row:after {
    clear: both;
}

@-ms-viewport {
    width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm {
        display: block !important;
    }
    tr.visible-xs.visible-sm {
        display: table-row !important;
    }
    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md {
        display: block !important;
    }
    tr.visible-xs.visible-md {
        display: table-row !important;
    }
    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-xs.visible-lg {
        display: block !important;
    }
    tr.visible-xs.visible-lg {
        display: table-row !important;
    }
    th.visible-xs.visible-lg,
    td.visible-xs.visible-lg {
        display: table-cell !important;
    }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-sm.visible-xs {
        display: block !important;
    }
    tr.visible-sm.visible-xs {
        display: table-row !important;
    }
    th.visible-sm.visible-xs,
    td.visible-sm.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-sm.visible-md {
        display: block !important;
    }
    tr.visible-sm.visible-md {
        display: table-row !important;
    }
    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-sm.visible-lg {
        display: block !important;
    }
    tr.visible-sm.visible-lg {
        display: table-row !important;
    }
    th.visible-sm.visible-lg,
    td.visible-sm.visible-lg {
        display: table-cell !important;
    }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-md.visible-xs {
        display: block !important;
    }
    tr.visible-md.visible-xs {
        display: table-row !important;
    }
    th.visible-md.visible-xs,
    td.visible-md.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {
        display: block !important;
    }
    tr.visible-md.visible-sm {
        display: table-row !important;
    }
    th.visible-md.visible-sm,
    td.visible-md.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-md.visible-lg {
        display: block !important;
    }
    tr.visible-md.visible-lg {
        display: table-row !important;
    }
    th.visible-md.visible-lg,
    td.visible-md.visible-lg {
        display: table-cell !important;
    }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-lg.visible-xs {
        display: block !important;
    }
    tr.visible-lg.visible-xs {
        display: table-row !important;
    }
    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {
        display: block !important;
    }
    tr.visible-lg.visible-sm {
        display: table-row !important;
    }
    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg.visible-md {
        display: block !important;
    }
    tr.visible-lg.visible-md {
        display: table-row !important;
    }
    th.visible-lg.visible-md,
    td.visible-lg.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
.hidden-xs {
    display: block !important;
}
tr.hidden-xs {
    display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
    display: table-cell !important;
}
@media (max-width: 767px) {
    .hidden-xs,
    tr.hidden-xs,
    th.hidden-xs,
    td.hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm,
    tr.hidden-xs.hidden-sm,
    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md,
    tr.hidden-xs.hidden-md,
    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-xs.hidden-lg,
    tr.hidden-xs.hidden-lg,
    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
        display: none !important;
    }
}
.hidden-sm {
    display: block !important;
}
tr.hidden-sm {
    display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
    display: table-cell !important;
}
@media (max-width: 767px) {
    .hidden-sm.hidden-xs,
    tr.hidden-sm.hidden-xs,
    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm,
    tr.hidden-sm,
    th.hidden-sm,
    td.hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md,
    tr.hidden-sm.hidden-md,
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-sm.hidden-lg,
    tr.hidden-sm.hidden-lg,
    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
        display: none !important;
    }
}
.hidden-md {
    display: block !important;
}
tr.hidden-md {
    display: table-row !important;
}
th.hidden-md,
td.hidden-md {
    display: table-cell !important;
}
@media (max-width: 767px) {
    .hidden-md.hidden-xs,
    tr.hidden-md.hidden-xs,
    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm,
    tr.hidden-md.hidden-sm,
    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md,
    tr.hidden-md,
    th.hidden-md,
    td.hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-md.hidden-lg,
    tr.hidden-md.hidden-lg,
    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
        display: none !important;
    }
}
.hidden-lg {
    display: block !important;
}
tr.hidden-lg {
    display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
    display: table-cell !important;
}
@media (max-width: 767px) {
    .hidden-lg.hidden-xs,
    tr.hidden-lg.hidden-xs,
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm,
    tr.hidden-lg.hidden-sm,
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md,
    tr.hidden-lg.hidden-md,
    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg,
    tr.hidden-lg,
    th.hidden-lg,
    td.hidden-lg {
        display: none !important;
    }
}
