﻿/* FDLF */



body {margin:0;font-family:Arial}

.topnav {
  overflow: hidden;
  background-color: ;
  max-width:850px;
  margin: auto;
  

}

.topnav a {
  float: left;
  display: block;
  color: #006699; 
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: ;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: #006699;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.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: 1;
}

.dropdown-content a {
  float: none;
  color: #006699;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #006699;
  color: white; 
  text-transform:uppercase;
  font:caption;
  border-bottom: 3px solid red;  

}

.dropdown-content a:hover {
  background-color: #006699;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}



.content {
  max-width:850px;
  margin: auto;
   padding: 10px;
}





.hr {
  color:black; 
  padding: 4px 6px;
  background-color:black; 
 max-width:100%;
  margin: auto;

  }








.foot {
background-color:black;  

  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 14px;
   max-width:100%; 

  padding: 10px;

}

.auto-style101 {
	color: white;  
	text-decoration: none;

}


 






* {
  box-sizing:border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  padding: 64px;
}

.row:after {
  content: "";
  display: table;
  clear: both
}

.column-66 {
  float: left;
  width: 66.66666%;
  padding: 20px;
}

.column-33 {
  float: left;
  width: 33.33333%;
  padding: 20px;
}

.large-font {
  font-size: 48px;
}

.xlarge-font {
  font-size: 64px
}

.button {
  border: none;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  background-color: #04AA6D;
  max-width: 100%;
  text-decoration: none;

}

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

@media screen and (max-width: 1000px) {
  .column-66,
  .column-33 {
    width: 100%;
    text-align: center;
  }
  img {
    margin: auto;
  }
}





.pot {
  color: black; 
  padding: 14px 16px;
  font-size: 28px;
  background-color:; 
 max-width:100%;
  margin: auto;
    height:420px;
       background-image:url('images/selt-test.jpg'); 
  background-position:center;
  background-repeat:no-repeat;
  background-size: cover;
 
   

  }


 


.navbar {
  overflow: hidden;
  background-color: ;
  width:100%;
   
}

.navbar a {
  float: left;
  font-size: 16px;
  color: #006699; 
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: right; 
  overflow: hidden;
 }

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: #006699;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color:#006699;
  color: white; 
  text-transform:uppercase;
  font:caption;
  border-bottom: 3px solid red; 
}

.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: 1;
}

.dropdown-content a {
  float: none;
  color: #006699;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #006699;

}

.dropdown:hover .dropdown-content {
  display: block;
}





.dropbtn5 {
  background-color: red; 
   color: white;
  font-size: 16px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;  
  max-width: 100%;
  border:none;


  }

.dropdown5 {
  position: relative;
  display: inline-block;
}

.dropdown-content5 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  max-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  }

.dropdown-content5 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
 

}

.dropdown-content5 a:hover {background-color: #ddd; }

.dropdown5:hover .dropdown-content5 {display: block;}

.dropdown5:hover .dropbtn5 {background-color: navy;}





.compact {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}


.active2, .compact :hover {
  background-color: red;
  color: white;

}


.compact:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}


.active2:after {
  content: "\2212";
}


.panel {
  padding: 0 18px;
  background-color: white;
  font: gray;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


body {
  background-color: #f1f1f1;
  padding: 20px;
  font-family: Arial;
}



.seltmain {
  max-width: 1000px;
  margin: auto;
}





h1 {
  font-size: 36px;
  }




.auto-style30 {
	color: gray;
}




.btn5 {
   max-width: 100%;
  background-color:black;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn5:hover {
 background-color: red;

}



/* UKnew24 */




* {
  box-sizing: border-box;
}


.column {
  float: left;
  width: 60%;
  padding: 10px;
  height: 300px; 
  max-width:100%;
  margin-bottom:25px;
  text-decoration:none;
   margin-bottom:25px; 
}


.column2 {
  float: left;
  width: 40%;
  padding:10px;
  height: 300px; 
  max-width:100%;
  text-decoration:none;
 
}



.row:after {
  content: "";
  display: table;
  clear: both;
}


@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height:auto;
  }
  
  @media screen and (max-width: 600px) {
  .column2 {
    width: 100%;
    height:auto;
  }
}


img {
  border: 5px solid #555;
  border-radius: 5px;
}


.fdlf-border-dark-grey4{border-color:#FF0000!important}

.auto-style138 {
	color: #006699;
	text-decoration: none;
}

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


.auto-style105 {
	color: #006699;
	font-weight: bold;
}



.auto-style106 {
	color: #FF0000;
	font-size: 22px;

}
.auto-style107 {
	color: #04AA6D;
	font-size: 22px;
}


.auto-style109 {
	color: #008000;
	text-transform: uppercase;
}


.update {
  background-color: red;
  color: white;
  padding: 4px 8px;
  text-align: center;
  border-radius: 5px;
}

.pic { 
        border:thick;border-bottom-color:white; border-radius: 10px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);

  }  



video {
  width: 100%;
  height: auto;
}



.metro1 {
text-decoration:none;
text-align:center;
background: #011301; color:white; padding: 5px; border:thick; border-right-style:solid; border-radius: 10px;
  }



/* UKnew24 */


