﻿* {
    box-sizing: border-box;
}
.row:after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 10px;
}
html {
    font-family: Arial, Tahoma, Verdana, Sans-Serif; -webkit-text-size-adjust: 100%;}

a.nav {font-family: Tahoma, Verdana, Arial, Sans-Serif; color: white; font-weight: normal; text-decoration: none; display: block;}
a.nav:hover {font-family: Tahoma, Verdana, Arial, Sans-Serif; color: white; font-weight: normal; text-decoration: none; display: block;}
a.nav:active {font-family: Tahoma, Verdana, Arial, Sans-Serif; color: white; font-weight: normal; text-decoration: none; display: block;}

A.copyrightlink {font-family: arial; color: #707070; font-weight: normal; font-size: 0.9em; TEXT-DECORATION: none}
A.copyrightlink:visited {font-family: arial; color: #707070; font-weight: normal; font-size: 0.9em; TEXT-DECORATION: none}
A.copyrightlink:hover {font-family: arial; color: #A6AFB1; font-weight: normal; font-size: 0.9em; TEXT-DECORATION: none}

A.copyrightlinkL {font-family: arial; color: #707070; font-weight: bold; font-size: 1.2em; TEXT-DECORATION: none}
A.copyrightlinkL:visited {font-family: arial; color: #707070; font-weight: bold; font-size: 1.2em; TEXT-DECORATION: none}
A.copyrightlinkL:hover {font-family: arial; color: #A6AFB1; font-weight: bold; font-size: 1.2em; TEXT-DECORATION: none}


a.rightcol {font-family: arial; color: red; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5}
a.rightcol:hover {font-family: arial; color: red; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: underline; line-height: 1.5}
a.rightcol:active {font-family: arial; color: red; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none; line-height: 1.5}

a {font-family: arial; color: red; font-weight: bold; text-decoration: none}
a:hover {font-family: arial; color: red; font-weight: bold; text-decoration: underline}
a:active {font-family: arial; color: red; font-weight: bold; text-decoration: none}



body {background: #808080;}

.shadow {box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.95); padding: 5px;}

#wrapper {
 	margin-left: auto; 
 	margin-right: auto; 
 	width: 99%;
 	background-color: #606060;
} 	

.header {
    background-color: #ffffff;
    color: #ffffff;
    padding: 0px;
    background: url('images/backheader1600.gif');

}

.h1 {font-family:Arial; font-size: 2px; color: #606060; font-style: normal;}

.copyright {font-family:Tahoma, Verdana, Arial, Sans-Serif;  font-size: 13px; color: #808080;}
.itemtext {font-family:San Francisco, Tahoma, Verdana, Arial, Apple Garamond, Helvetica Neue, sans-serif; font-size: 14px; color: #707070; font-style: normal;}
.itemsmalltext {font-family:Tahoma, Verdana,Arial, Sans-Serif; font-size: 12px; color: #808080; font-style: normal;}
.itemtitles {font-family:Tahoma, Verdana, Arial, Sans-Serif; line-height: 28px; font-size: 20px; color: red; font-weight: bold;}
.itemtitlesgrey {font-family:Tahoma, Verdana, Arial, Sans-Serif; line-height: 28px; font-size: 18px; color: #909090; font-weight: bold;}
.special {font-family:Tahoma, Verdana, Arial, Apple Garamond, Helvetica Neue, sans-serif; font-size: 14px; color: #707070; font-style: normal;}
		



/* vertical list menu */



.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li {
    padding: 3px;
    margin-bottom: 4px;
    background-color :#929292;
    color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.menu li:hover {
    background-color: #fd0000;
}




.aside {
    background-color: #cccccc;
    padding: 10px;
    color: #ffffff;
    text-align: left;
    font-size: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 4px;
}
.footer {
    background-color: #404040;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
}



/* For mobile phones: */
[class*="col-"] {
    width: 100%; 
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

.img {
	max-width:100%;
	height:auto;
	padding-right:15px;	
}

img {
	max-width:100%;
	height:auto;	
}