/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01/04/2014, 10:37:56 PM
    Author     : 3piece
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01/04/2014, 10:37:56 PM
    Author     : 3piece
*/

/*body {
    color: #5F5F5F;
    text-align: left;
    font: 12px/18px arial,sans-serif;
}
h3 {
    font-family: semiboldregular;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
}*/
.vvc_h3 {
    font-family: semiboldregular;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
}
.vvc_h3 black {
    color: #2B424C;
}
.vvc_h3 cyan {
    color: #41697C;
}
/*.black {
    color: red;
}*/
.vvc_h2 {
    font-size: 23px;
    line-height: 40px;
    margin-bottom: 4px;
    color: #17A600;
}
.vvc_h2 cyan {
    color: #436C80;
}
.vvc_h1 {
    display: inline-block;
    line-height: 40px;
    font-size: 24px;    
    letter-spacing: -0.5px;
    color: #436C80;
    padding: 5px 5%;
}
.vvc_h1 span {
    color: #010101;
}
.vvc_pointer_blue {
    color: #477287;
} 
.vvc_large_points {
    line-height: 35px;
    color: #477287;
    font-size: 18px;
    font-family: sansregular;
    letter-spacing: -0.5px;
}
.vvc_tinytext {
    font-size: 11px;
    font-family: arial;
}
.vvc_table_title {
    font-size: 14px;
    font-family: sansbold;
    color: #000;
}
.vvc_table_header {
    font-style: italic;
    font-weight: 700;
    /*font-family: sansbold_italic;*/
    font-size: 14px;
    line-height: 23px;
    color: #426A7D;
    background: none repeat scroll 0% 0% #F3F9FC;
}
.vvc_table_rows {
    line-height: 23px;
}
.vvc_comments_title {
    font-family: semiboldregular;
    color: #020202;
    font-size: 14px;
}
//Qoute
.vvc_comments_quote { 
    font-family: sans_semibolditalic;
    color: #404040;
    font-size: 14px;
    letter-spacing: -0.5px;
}
//Name
.vvc_comments_name {
    font-family: semiboldregular;
    color: #426A7D;
}
.vvc_form_title {
    line-height: 30px;
    font-family: sansbold;
    font-size: 14px;
    color: #7A7979;
}
.vvc_form_label {
    height: 30px;
    line-height: 12px;
    font-family: arial;
    font-weight: bold;
    color: #151515;
    font-size: 13px;
}


// - Header -
//Social
.vvc_social{
    display: inline-block;
    color: #38596A;
    text-transform: uppercase;
    font-size: 10px;
    font-family: sansregular;
    height: 39px;
    line-height: 39px;
    margin-right: 5px;
}
//Menu
.vvc_mainmenu{
    display: inline-block;
    font-size: 14px;
    font-family: sansregular;
    color: #477287;
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
    padding-right: 24px;
}
// - Footer -
//copyright
.vvc_copyright {
    font-family: sans_lightregular;
    font-size: 14px;
    color: #000;
    text-align: right;
    margin-bottom: 5px;
}
// Footer Menu
.vvc_footer_menu {
    color: #818181;
    font-size: 14px;
    font-family: sansregular;
    line-height: 10px
}

/* SAMPLE CSS STYLES FOR JQUERY CLOCK PLUGIN */
/*.jqclock { 
    float:left; 
    text-align:center; 
    border: 1px Black solid; 
    background: LightYellow; 
    padding: 10px; 
    margin:20px; 
}
.clockdate { 
    color: DarkRed; 
    margin-bottom: 10px; 
    font-size: 18px; 
    display: block;
}
.clocktime { 
    border: 2px inset White;
    background: Black; 
    padding: 5px; 
    font-size: 14px; 
    font-family: "Courier"; 
    color: LightGreen; 
    margin: 2px; 
    display: block; 
}*/
/*.jqclock { 
    float:left; 
    text-align:center; 
    border: 1px Black solid; 
    background: #CCC; 
    padding: 10px; 
    margin:20px; 
}
.clockdate { 
    color: DarkRed; 
    margin-bottom: 10px; 
    font-size: 18px; 
    display: block;
}
.clocktime { 
    border: 2px inset White;
    background: #000; 
    padding: 5px; 
    font-size: 18px; 
    font-family: "Courier"; 
    color: #f00;
    outline: #00f;
    font-weight: bold;
    margin: 2px; 
    display: block; 
}

.clocktime p {
    color: #0ff;
}

.my-clock{
zoom: 0.5;
-moz-transform: scale(0.5)
}*/