/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

@font-face {
    font-family: 'verbcompregular';
    src: url('../fonts/verbcompregular-webfont.eot');
    src: url('../fonts/verbcompregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/verbcompregular-webfont.woff') format('woff'),
         url('../fonts/verbcompregular-webfont.ttf') format('truetype'),
         url('../fonts/verbcompregular-webfont.svg#verbcompregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'glyph';
    src: url('../fonts/Glyphter.eot');
    src: url('../fonts/Glyphter.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Glyphter.woff') format('woff'),
         url('../fonts/Glyphter.ttf') format('truetype'),
         url('../fonts/Glyphter.svg#glyph') format('svg');
    font-weight: normal;
    font-style: normal;
}



/**
 *
 *
 * basic styles
 *
 *
 *
 * */

body {
line-height:1.8;
}

.cke_editable, .form-type-checkbox label, .form-type-radio label {
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

body, .form-type-checkbox label, .form-type-radio label, textarea, input, select, .zone-menu ul.nice-menu a, .zone-menu ul.nice-menu span, .site-slogan {
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

h1, h2, h3, h4, nav, table caption
{
font-family: "verbcompregular","Arial Narrow", Arial, sans-serif;
}

.glyph
{
font-family: "glyph";
font-size:2em;
}

h1, h2, h3, h4 {
font-weight:normal;
line-height:2;
}

h1, .h1 {
font-size:2.4em;
}

h2, .h2 {
font-size:1.8em;
}

h3, .h3 {
font-size:1.5em;
}

h4, .h4 {
font-size:1.3em;
}


a,
a:link,
a:active,
a:visited {
color:#333;
text-decoration:none;
}

a:hover {
color:#111;
}

hr {
height:2px;
width:100%;
margin:1.5em 0;
border:none;
background:#ddd;
}

p {
padding: 0.6em 0;
}

sup, sub {
font-size:66%;
}

sup {
vertical-align:super;
}

sub {
vertical-align:sub;
}

article ul, article ol {
list-style-position:outside;
padding-left: 1em;
}

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

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

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

.text-just {
text-align:justify;
}

section img,
section iframe {
max-width:100%;
}

section img {
height:auto;
}

.zone-branding a,
.zone-branding a:link,
.zone-branding a:active,
.zone-branding a:visited,
.color-1,
.color-1 a,
.color-1 a:link,
.color-1 a:active,
.color-1 a:visited,
sup,
sub,
sup a:link,
sup a:visited,
sup a:active,
sub a:link,
sub a:visited,
sub a:active
 {
color:#c90000;
text-decoration:none;
}


/*

basic system styles

*/

input.form-checkbox, input.form-radio {
margin: 5px; }

table {
margin:1em 0;
width:100%;
border-spacing: 2px;
border-collapse: separate;
}

thead th,
.st-head-row {
background:#c90000;
color:#fff;
}

thead a,
thead a:link,
thead a:active,
thead a:visited,
thead a:hover {
color:#fff;
}

td, th {
vertical-align:middle;
padding: 0.5em 1em;
}

tr.even,
tr:nth-of-type(2n) {
background-color: #eee;
border-bottom: 1px solid #ddd;}

tr.odd,
tr:nth-of-type(2n+1) {
background-color: #f5f5f5;
border-bottom: 1px solid #e5e5e5;}