body, html {
    height: 100%;
}


img {
  width: 100%;
  height: auto;
}



.section_form{
	max-width: 800px;
	height:auto;
	margin: 0px auto;
	padding: 10px;
	clear: both;
}

.section_top{
	max-width: 400px;
	height:auto;
	margin: 0px auto;
	padding: 10px;
	clear: both;
	border: 3px solid #f1f1f1;
}









/* Start Contact Form */

 /* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: orange;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container_one {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  text-align: left;
} 

/* End Contact Form */

/* Start css button */

/* Start css button */

.fa {
  padding: 10px;
  font-size: 20px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}
/* End css button */

/* End css button */


/* Start another menu bar */

.myanonav{
	margin:0px;
	padding:0px;
	list-style-type:none;
	
}

.myanonav li{
	color: #1E88E5;
}

.myanonav li a{
	text-decoration: none;
	display: block;
	background: ;
	font-size:.9em;
	color: #1E88E5;
	margin:1px;
	padding:10px;
	border-bottom:0px;
}

.myanonav a:hover{
	background: ;
	color: darkgrey;
	text-decoration: none;
}

/* End another menu bar */

/* Start another menu bar */

.mynav{
	margin:0px;
	padding:0px;
	list-style-type:none;
	
}

.mynav li{
	color: black;
}

.mynav li a{
	text-decoration: none;
	display: block;
	background: #2196f3;
	font-size:.9em;
	color: white;
	margin:1px;
	padding:10px;
	border-bottom:0px;
}

.mynav a:hover{
	background: #0d47a1;
	color: white;
	
}

/* End another menu bar */

/* Start Newsletter */

 /* Style the form element with a border around it */
form {
  border: 0px solid #f1f1f1;
}

/* Add some padding and a grey background color to containers */
.container_news {
  padding: 20px;
  background-color: ;
}

/* Style the input elements and the submit button */
input[type=text], input[type=submit] {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Add margins to the checkbox */
input[type=checkbox] {
  margin-top: 16px;
}

/* Style the submit button */
input[type=submit] {
  background-color: orange;
  color: white;
  border: none;
}

input[type=submit]:hover {
  opacity: 0.8;
}

/* End Newsletter */ 

/* Start Login Form */ 


body {font-family: Arial, Helvetica, sans-serif;}
form {border: 0px solid #f1f1f1;}

input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

button {
  background-color: #172e73;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}


.container_login {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

/* End Login Form */


 body {
  font-family: Arial;
  margin: 0;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container_s {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container_s {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
/* Start Responsive code */

@media only screen and (max-width : 650px) and (min-width : 481px) 
														{   /* Tablet view: 2 tiles */   
														.box { 
														width: 50%;  
														padding-bottom: 50%;  
														}
														}
														@media only screen and (max-width : 1050px) and (min-width : 651px) 
														{   /* Small desktop / ipad view: 3 tiles */   
														.box {  
														width: 33.3%;    
														padding-bottom: 33.3%; 
														}
														}
														@media only screen and (max-width : 1290px) and (min-width : 1051px)
														{   /* Medium desktop: 4 tiles */  
														.box {  
														width: 25%; 
														padding-bottom: 25%; 
														}
														}
														/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
}
 
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}


/* End Responsive code */