
* {
    box-sizing: border-box;
}
video {
    width: 100%;
    height: auto;
}
.row:after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 0 15px 0 15px;
    width: 100%;
}
@media only screen and (min-width: 600px) {
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    .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%;}
}
@media only screen and (min-width :993px) {
	.col-l1 {width: 8.33333%;}
	.col-l2 {width:16.66666%;}
	.col-l3,.quarter {width:24.99999%;}
	.col-l4,.third {width:33.33333%;}
	.col-l5 {width:41.66666%;}
	.col-l6,.half {width:49.99999%;}
	.col-l7 {width:58.33333%;}
	.col-l8 {width:66.66666%;}
	.col-l9 {width:74.99999%;}
	.col-l10{width:83.33333%;}
	.col-l11{width:91.66666%;}
	.col-l12{width:99.99999%;}
}

html {
    font-family: Arial, Helvetica, sans-serif;
}
body {margin:0; padding:0}
header { 
    margin:0;
	padding:0;
    background-color: #FFFFFF;
}
.imgHD {width:32px; height:32px; margin:0 15px 0 15px}  
.imHead {display:block}			
.search{
    display:block;
	   float: right;
    width: 27%;
    margin:.05em .3em 0 1em;
			min-width:280px;
			border:0px solid black
}
.search input[type="text"]{
    float: left;
	outline: none;
    padding: 6px;
    color: #212121;
    font-size: 16px;
    width: 86%;  
    background: #fff;
    border: 1px solid #9E9E9E;
}
.search input[type="submit"]{
    
	padding: 12px 0 0px;
    width: 14%;
    font-size: 14px;
    border: 1px solid;
    position: relative;
    background: url(../ico/lente.png) no-repeat 8px 6px #FA1818;color:#FA1818		
}
.search input[type="submit"]:hover{
    background: url(../ico/lente.png) no-repeat 8px 6px #84C639; color:#84C639
}


.topnav {
  background-color: #333333;
  overflow: hidden;
}

.caret-dwnw{background:url(../ico/dwn_w.png)center no-repeat}
.icon{background:url(../ico/caret_w.png)center no-repeat; height:32px}	 

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 4px 12px;
  text-decoration: none;
  font-weight:100;
  font-size: 14px;
}
/*
.topnav a:hover {
  background-color: #FA2E2E;
  color: black;
}			*/

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

	/* Dropdown container - needed to position the dropdown content */
		.dropdown {
		  float: left;
		  overflow: hidden;
		}
		
		/* Style the dropdown button to fit inside the topnav */
		.dropdown .dropbtn {
		  width:100px;
		  font-size: 14px;
		  border: none;
		  outline: none;
		  color: white;
		  padding: 4px 12px;
		  background-color: inherit;
		  font-family: inherit;
		  margin: 0;
/*  		  border-bottom:2px solid #555555	   */
		}
		
		/* Style the dropdown content (hidden by default) */
		.dropdown-content {
		  display: none;
		  position: absolute;
		  background-color: #f9f9f9;
		  min-width: 160px;
		  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		  z-index: 20;
		}
		
		/* Style the links inside the dropdown */
		.dropdown-content a {
		  float: none;
		  color: black;
		  padding: 4px 12px;
		  text-decoration: none;
		  display: block;
		  text-align: left;
		}
		
		/* Add a dark background on topnav links and the dropdown button on hover */
		.topnav a:hover, .dropdown:hover .dropbtn {
		  background-color: #FF9900; text-decoration:none;
		  color: white;	  font-weight:100;
		}
		
		/* Add a grey background to dropdown links on hover */
		.dropdown-content a:hover {
		  background-color: #FADCDC;
		  color: black;
		}
		
		/* Show the dropdown menu when the user moves the mouse over the dropdown button */
		.dropdown:hover .dropdown-content {
		  display: block;
		} 

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li {
    padding: 8px;
    margin-bottom: 7px;
    background-color :#33b5e5;
    color: #ffffff; ;cursor:pointer
    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:#0099cc; cursor:pointer
}
 
.aside {
    background-color: #33b5e5;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.footer {
    background-color: #0099cc;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
}

.header{background:url('../images/spider.png') no-repeat;width:100%;height:120px;min-width:320px;padding:6px;background-color:#0099cc;border-bottom:1px solid #666699;color:white}
.head-ttl{font-size:24pt;margin-top:6px}
.txt-ban{font:Arial Black;font-size:28pt;color:#0099cc;padding:20px 0px 20px 0px;border:0px solid black} 
  a {text-decoration:none;font-family:tahoma;color:#9999FF;font-size:16px;font-weight:bold}
  a:hover {color:#FF9933;font-weight:bold}

		@media screen and (max-width: 600px) {
		  .topnav a:not(:first-child), .dropdown .dropbtn {display: none}
		  .topnav a.icon {float: right; display: block}
		}
		
		
	/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
		@media screen and (max-width: 600px) {
		  .topnav.responsive {position: relative;}
		  .topnav.responsive a.icon {
		    position: absolute;
		    right: 0;
		    top: 0;
		  }
		  .topnav.responsive a {
		    float: none;
		    display: block;
		    text-align: left;
		  }
		  .topnav.responsive .dropdown {float:none; display:block}
		  .topnav.responsive .dropdown-content {position:relative; width: 80%}
		  .topnav.responsive .dropdown .dropbtn {
		    display: block;
		    width: 80%;
		    text-align: left;
		  }
	}

		  
