/*
 * Font size style declarations for each variation.
 *
 * Observation: Note that the amount of classes here
 * rely on how many variations you set on $.rvFontsize() call.
 * 
 * This classes are required to make rv font size jquery plugin works.
 */
.contrast body{background: black !important; }
.contrast div, .contrast ul{background-color: black !important; }
.contrast div.screen, .contrast div.googlemap, .contrast div.googlemap * , .contrast div.imaz{background-color: transparent !important; }

.contrast a, .contrast label, .contrast h1, .contrast h2, .contrast h3, .contrast h4, .contrast input, .contrast select{color: yellow !important;}
.contrast p, .contrast li, .contrast span, .contrast div, .contrast em, .contrast strong{color: white !important;}
.contrast a{text-decoration: underline !important;}

.contrast ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: yellow !important;
    background-color: black !important;
}
.contrast :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: yellow !important;
   background-color: black !important;
   opacity:  1;
}
.contrast ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: yellow !important;
   background-color: black !important;
   opacity:  1;
}
.contrast :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: yellow !important;
   background-color: black !important;
}
.contrast ::-ms-input-placeholder { /* Microsoft Edge */
    color: yellow !important;
    background-color: black !important;
}

/*.rvfs-1 p, .rvfs-1 li, .rvfs-1 a, .rvfs-1 span, .rvfs-1 label, .rvfs-1 input[value] { font-size: 0.9em !important}
.rvfs-2 p, .rvfs-2 li, .rvfs-2 a, .rvfs-2 span, .rvfs-2 label, .rvfs-2 input[value] { }
.rvfs-3 p, .rvfs-3 li, .rvfs-3 a, .rvfs-3 span, .rvfs-3 label, .rvfs-3 input[value] { font-size: 1.3em !important}*/
/*.rvfs-4 p, .rvfs-4 li, .rvfs-4 a, .rvfs-4 span, .rvfs-4 label, .rvfs-4 input[value] { font-size: 100%;}
.rvfs-5 p, .rvfs-5 li, .rvfs-5 a, .rvfs-5 span, .rvfs-5 label, .rvfs-5 input[value] { font-size: 1.1em !important; }
.rvfs-6 p, .rvfs-6 li, .rvfs-6 a, .rvfs-6 span, .rvfs-6 label, .rvfs-6 input[value] { font-size: 1.2em !important; }
.rvfs-7 p, .rvfs-7 li, .rvfs-7 a, .rvfs-7 span, .rvfs-7 label, .rvfs-7 input[value] { font-size: 1.3em !important; }*/


.rvfs-1  {font-size:10px !important;}
.rvfs-2 {font-size:12px !important;}
.rvfs-3 {font-size:14px !important;}

/*.rvfs-4 div { font-size: 1rem }
.rvfs-5 div { font-size: 1.2rem !important; }
.rvfs-6 div { font-size: 1.4rem !important; }
.rvfs-7 div { font-size: 1.6rem !important; }*/