/* Skin "Simple soft" by Renat Rafikov */
html {
  height:100%;
  overflow-x:hidden;
}
body {
  font-family:arial, sans-serif;
  color:#000;
  

/*
	  background-color: rgb(0,0,0);	
		background-image: url(/images/p2020.jpg);		
		background-repeat: repeat;


		background-image: url(/images/catchy/noel.png);
		background-repeat: no-repeat;
    background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;


		background-image: url(/images/catchy/atom.jpg);
		background-repeat: no-repeat;
    background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;

*/

		background-attachment: fixed;


	background-color: rgb(51,47,48); 

/*
	atom.com

	background-color: rgb(21, 21, 66);
*/  
  
  height:100%;  	  
}

a { color:#000; }
a:hover { color:#666; }
a:visited { color:#444; }

ul li, ol li {
  padding:0 0 0.4em 0;
}


.container {
	background:white;
  max-width:1300px;
  margin:0 auto;
}

.header {
  padding:1em 2% 0.5em 2%;
  background:#313131;
  position:relative;
    
  /*
  top fixed toolbar
  position:fixed; top:0;left:0;width:100%; z-index:100000;opacity:0.8;
  */
}
.header:before {
  content:"";
  display:block!important;
  /*
  add it to get window wide header
  background:#313131;
  */  
  height:100%;
  width:6000px;
  position:absolute;
  left:-2000px;
  top:0;
  z-index:-1;
  
}

.logo {
  float:left;
  display:inline-block;
  font-size:24px;
  color:#ededed;
}

.menu_main {
  width:50%;
  float:right;
  text-align:right;
  margin:0.3em 0 0 0;
}

.menu_main li {
  display:inline-block;
  margin:0 0 0 7px;
}

.menu_main li a,
.menu_main li a:visited {
  color:#ededed;
  text-decoration:none;
}
.menu_main li a:hover,
.menu_main li a:visited:hover {
  color:#fff;
}

.menu_main li.active,
.menu_main li.active a {
  color:#666;
  text-decoration:none;
  cursor:default;
}

.hero {
  background:#499cd7;
  color:#fff;
  border-bottom:1px solid #fff;
  padding:10px 0 10px 2%;
  margin:0 0 2em 0;
  position:relative;
}
.hero:before {
  content:"";
  display:block!important;
  background:#499cd7;
  border-bottom:1px solid #fff;
  height:100%;
  width:6000px;
  position:absolute;
  left:-2000px;
  top:0;
  z-index:-1;
}

.info {
  padding:0 0 3em 0;
 /*padding:0 0 2.5em 3%;*/

}

.article {
  padding:0 0 0 2%;
}

.footer {
  padding:1em 2% 1em 2%;
  background-color:white; 
	color:white; 
  position:relative;
 
 
border-top-style:none;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-width:2px;
border-color:rgb(188,188,188);

 }


.copyright {
  width:49%;
  float:left;
}

.menu_bottom {
  width:50%;
  float:right;
  text-align:right;
  margin:0;
  padding:0;
}
.menu_bottom li {
  display:inline-block;
  margin:0 0 0 7px;
}
.menu_bottom li a {
  color:#666;
}
.menu_bottom li a:hover {
  color:#444;
}
.menu_bottom li.active,
.menu_bottom li.active a {
  color:#666;
  text-decoration:none;
  cursor:default;
}


.hero h1 {
  font-size:24px;
  color:#fff;
}

h1 {
	text-transform: uppercase;
  font-weight:bold;
  color:black;
  font-size:25px;
}

h2 {
  font-weight:bold;
  color:#010101;
  font-size:18px;
}


h3, h4, h5, h6 {
  font-weight:bold;
  color:#010101;
}


.form label {
  display:inline-block;
  padding:0 0 4px 0;
}

a.button,
.button {
  border:1px solid #9a9a9a;
  text-align:center; 
  text-decoration:none;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.64) 0px 1px 4px;
  -moz-box-shadow:rgba(0, 0, 0, 0.64) 0px 1px 4px;
  box-shadow:rgba(0, 0, 0, 0.64) 0px 1px 4px;
  background:#ffffff;
  background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#e2e2e2));
  background:-webkit-linear-gradient(#ffffff, #e2e2e2);
  background:-moz-linear-gradient(#ffffff, #e2e2e2);
  background:-ms-linear-gradient(#ffffff, #e2e2e2);
  background:-o-linear-gradient(#ffffff, #e2e2e2);
  background:linear-gradient(#ffffff, #e2e2e2);
  color:#484848;
  font-size:14px;
  padding:5px 14px;
  font-family:verdana, sans-serif;
  display:inline-block;
}
a.button:hover,
.button:hover {
  border:1px solid #5a5a5a;
  background:-webkit-gradient(linear, 0 0, 0 bottom, from(#e2e2e2), to(#ffffff));
  background:-webkit-linear-gradient(#e2e2e2, #ffffff);
  background:-moz-linear-gradient(#e2e2e2, #ffffff);
  background:-ms-linear-gradient(#e2e2e2, #ffffff);
  background:-o-linear-gradient(#e2e2e2, #ffffff);
  background:linear-gradient(#e2e2e2, #ffffff);
}
a.button:active,
.button:active {
  color:#666;
  -webkit-box-shadow:#5a5a5a 0px 3px 5px inset;
  -moz-box-shadow:#5a5a5a 0px 3px 5px inset;
  box-shadow:#5a5a5a 0px 3px 5px inset;
}

.table {
  width:100%;
}
.table th {
  padding:5px 7px;
  font-weight:bold;
  text-align:left;
}
.table td {
  padding:5px 7px;
}
.table tr:nth-child(even) {
  background:#fff;
}
.table tr:last-child {
  border:0;
}

.warning {
  border:1px solid #d03f3f;
  color:#fff;
  padding:8px 14px;
  background:#d03f3f;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
}
.success {
  border:1px solid #49d76e;
  color:#fff;
  background:#49d76e;
  padding:8px 14px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
}
.message {
  border:1px solid #d7cf49;
  color:#fff;
  background:#d7cf49;
  padding:8px 14px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
}


/*
band with an image in the background
*/

.band_image
{
	position:relative;
	padding:0;
	margin:0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: 
	cover;background-size: cover;"
/*
	Set this in style
	height:400px;
	background-image: url(/images/newheader.jpg); 
*/

border-top-style:none;
border-right-style:solid;
border-bottom-style:none;
border-left-style:solid;
border-width:2px;
border-color:rgb(188,188,188);
}

/*
band with a mosaic pattern in the background
*/

.band_pattern
{
	position:relative;
	padding:0;
	margin:0;
	background-repeat: repeat;
/*
	Set this in style
	height:400px;
	background-image: url(/images/newheader.jpg); 
*/

border-top-style:none;
border-right-style:solid;
border-bottom-style:none;
border-left-style:solid;
border-width:2px;
border-color:rgb(188,188,188);
}


/*
empty band to create vertical space
*/

.band_space
{
	position:relative;
	padding:0;
	margin:0;
/*
	Set this in style
	height:40px;
*/

border-top-style:none;
border-right-style:solid;
border-bottom-style:none;
border-left-style:solid;
border-width:2px;
border-color:rgb(188,188,188);
}

/*
band to put a form
*/

.band_form
{
	/*position:relative;*/
	padding:20px;
	margin:0;
	background-color:rgb(237,245,255);

border-top-style:none;
border-right-style:solid;
border-bottom-style:none;
border-left-style:solid;
border-width:2px;
border-color:rgb(188,188,188);
}

/*
band content
*/

.band_content
{
	/*position:relative;*/
	padding:20px;
	margin:0;

border-top-style:none;
border-right-style:solid;
border-bottom-style:none;
border-left-style:solid;
border-width:2px;
border-color:rgb(188,188,188);
}



@media only screen and (max-width:480px) { /* Smartphone custom styles */
  .header:before,
  .hero:before,
  .footer:before {
    display:none!important;
  }
}

@media only screen and (max-width:768px) { /* Tablet custom styles */
  .header:before,
  .hero:before {
    display:none!important;
  }
}