body {
    margin: 0;
    padding: 0;
    font-family: 'verdana';
  /*  font-family: "Montserrat";*/
    font-size: 1vw;
}
.fa, .fas {
    color: #ff0000;
}

a {
	color: #000;
	text-decoration: none;
}
li {
	text-decoration: none;
	list-style: none;
}
a:hover,
a:focus {
	color: #002b41;
	text-decoration: underline;
}
.clear {
    clear:both;
}
.all {
    width: 100%;
    padding: 0;
    margin: 0;

    color: 000; 
}
.head {
    width: 100%;
    height: auto;
    top: 0;
    position: fixed;
    z-index: 9999;
}

.header {
    width: 100%;

} 



.men {
    height: 4vw;
    background: #555;
    width: 100%;
    margin: 0 auto;

}
.men1 {
    width: 100%;
    height: 18%;
 /*   border-top: 1px solid #ccc;*/
    font-size: 74%;
}

.topmenu  li.parent a {
    margin:0;
    padding:0;
    color: #2E3D67;

}

.position-3 {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    z-index: 99;
}

.main {
    width: 90%;
    margin: 0 auto;
}

.cont {
    width: 100%;
    padding-top: 11vw;
    z-index: 100;
}
.content {
    width: 100%;
}
.left {
    font-size: 87%;
}



.left H3 {
  /*  padding-left: 4%;   */
    font-size: 90%;
    color: #efd088;
}



.left a:hover {
  /*  text-decoration: underline;
    color: #000;
    background: #ccc;*/

}   
.footer {
    width: 100%;
    height: auto;
    padding-top: 2%;
    background: #d5d5d5;
}
.menufoot  a {
    font-size: 180%;
    display: block;
    color: #fc0200;
    padding-left: 1.5%;
    padding-right: 1.5%;
    margin-right: 0.2%;
    text-align: center; 
    margin-top: 0.4%;
    text-decoration: none;
    float: right;
  /*  border: 2px solid white;
    border-radius: 10%;
 */
}
.menufoot  a:hover {
    text-decoration: underline;
    color: #ccc;
 /*  border-bottom: 2px solid white; */

}   
.menufoot  li.active a{ 
    text-decoration: underline;
    color: #000;
  /*  border-bottom: 2px solid white; */
}
.footer1 {
    width: 90%;
    margin: 0 auto;
    overflow: auto;
    padding-bottom: 3%;
    
}
.footer2 {
    width: 90%;
    margin: 0 auto;


}


.mod7{
    width: 100%;
    float: left;
}
.mod8{
    width: 33%;
    float: left;
}
.mod9{
    width: 33%;
    float: left;
}
.mod10{
    width: 100%;
    
}
#menu-checkbox {
  display: none;
  height: 0;
  margin: 0 auto;
  padding: 0;
}

#menu-checkbox:checked + nav[role="navigation"] .topmenu {
  display: block;
}
#menu-checkbox:checked + nav[role="navigation"] .toggle-button:after {
  content: attr(data-close);
}


.breadcrumb {
	padding: 8px 15px;
	margin: 0 0 18px;
	list-style: none;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li > .divider {
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb > .active {
	color: #999;
}



@media (min-width: 768px) and (max-width: 900px) {



} 

@media (min-width: 901px) and (max-width: 1200px) {


}

@media (min-width: 1200px) and (max-width: 1680px) {

}
@media screen and (min-width: 1680px) {


}

@media (min-width: 481px) and (max-width: 767px) {


}

@media (max-width: 480px) {


}
@media screen and (max-width: 767px) {

.all {
    font-size: 250%;
}
.headermod {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    height: 20vw;
    background: #d5d5d5;
    
}
.mod4 {
    width: 20%;
    float: left;
    padding-right: 1%;
    padding-left: 1%;
    text-align: left;

}
.mod11 {
    width: 70%;
    float: left;

} 
.mod12 {
    width: 100%;
    position: relative;
    display: block; 
    z-index: 9999;

} 

.position-1 {

}  
.left {
    display: none;
}    
.header {
    height: 30vw;
}
.cont {
    width: 100%;
    padding-top: 30vw;
}
.mod1{
    width: 50%;
    float: left;
}
.mod2{
    width: 48%;
    margin-left: 1%;
    margin-top: 1%;
    float: left;
}
.men{
    margin-left: 0%;
    height: 10vw;
    width: 100%;
}
.mod3{
    display: none;
}

.topmenu ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.topmenu {
    display: none;
    padding-top: 17%;
    margin: 0;
    background: #c5c7ca;
}
.topmenu li {
    display: block;   
    position:relative;
    z-index:9999;
    width: 100%;
    text-transform:uppercase;	  
    background-color:#c5c7ca;

}
.topmenu a {
    display: block;
    /* border-bottom: 1px solid #007cc3; */
    color: #fff;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-left: 20%;
    width: 100%;
    text-align: left;
    text-decoration: none;
    font-size: 100%;
}
.topmenu a:hover {
    text-decoration: underline;

}
.topmenu li.active a{ 
    text-decoration: none;
}
.topmenu li.parent a {
    display: block;
    /* border-bottom: 1px solid #007cc3; */
    color: #fff;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-left: 20%;
    width: 100%;
    text-align: left;
    text-decoration: none;
    font-size: 100%;
}
.center1 {
    width: 100%;
}
.toggle-button {
  text-align: center;
  display: block;
    width: 20%;
	background: url(../images/menu-icon.png) no-repeat 10px center;
	cursor: pointer;
	height: 100%;
	font-size: 240% ;
	float:right;
}
.toggle-button:after {
  content: attr(data-open);
  display: block;
  padding-top:0px;
}
}

@media screen and (min-width: 768px) {
.headermod {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    height: 7vw;
    background: #d5d5d5;
    
}
.mod1 {
    width: 20%;
    float: left;
    text-align: left;
    padding-left: 1%;
    padding-right: 10%;
    padding-top: 0.3%;
}
.mod2 {
    width: 35%;
    float: left;
    text-align: left;
    padding-left: 1%;
    padding-right: 1%;
}

.mod3 {
    width: 30%;
    float: left;
    text-align: left;
    padding-left: 1%;
    padding-right: 1%;

}
.mod11 {
    display: none;
}        
.position-2 {
    display: none;
}     
.mod4 {
    width: 20%;
    float: left;
    padding-right: 15%;
    padding-left: 1%;
    text-align: left;

}    
.mod12 {
    display: none;
}    

.nav {
	list-style: none;
	margin:0;
	padding:0;
}
.toggle-button {
      display: none;
    }
.topmenu {
    margin: 0;
    width: 100%;
    padding: 0;
}

.topmenu a {
  /*  font-size: 94%;
    display: block;
    color: #fff;
    margin-left: 2.3%;
    margin-right: 2.3%;
    padding-top: 1.4%;
    margin-bottom: 0.2%;
    text-align: left; 
    text-decoration: none;
    float: left;
    padding-bottom: 1.2%;
    border: 2px solid white;
    border-radius: 10%;
 */
}
.topmenu a:hover {
    text-decoration: none;
    color: #fff;



}   
.topmenu li.active a{ 
    text-decoration: none;
    color: #fff;



}
.topmenu {
    margin: 0;
    width: 98%;
    padding-left: 2%;
    z-index: 9999;
}

nav {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.topmenu  ul.menu li {
    float:left;
    display:block;
}


.topmenu  ul.menu a:link,.topmenu  ul.menu a:visited {  
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 1vw 0vw 0vw 0vw;
    border-radius: 5px;
    padding: 0.3vw 1.5vw 0.3vw 1.5vw;
    z-index: 9999;
    font-size: 100%;  
}

.topmenu  ul.menu .current  a { 
    text-decoration: none;
    border-radius: 5px;
    z-index: 9999;
    font-size: 100%;    
    background: #fff;
    color: #2E3D67;
    font-weight: bold;
}

.topmenu  ul.menu a:hover {   
  /*  display:block; */
    color: #2E3D67;
    
    text-decoration: none;
    background: #ccc;

}
.topmenu  li.parent a {
    margin:0;
    padding:0;
    color: #2E3D67;

}

.topmenu  li.parent  ul{
    display:none;
  /*  top: 3.8vw;*/
    float: left;
    position: absolute;
    text-decoration: none;
    background: #fff;
    color: #2E3D67;
    border-radius: 5px;
    border: solid 1px #2E3D67;
    padding: 0.3vw 1.5vw 0.3vw 1.5vw;
}

.topmenu  li.parent:hover ul{
    display:block; 

    font-weight: bold;
    text-decoration: none;
    padding: 0;
    margin: 0;
    z-index:9999;

}
.topmenu  li.parent:hover ul li {
    display:inline-block; 
    float: left;
    width:100%;
  /*  background: #E7E7E7;*/
    color: #2E3D67;
    clear:both;
}
.topmenu  li.parent:hover ul li a {
    color: #2E3D67;
}
.topmenu ul.menu .nav-child  a{
    margin: 0;
}

}

}
