body {
  height: 2000px;
  background: linear-gradient(to bottom, #E9E4D1 0%, #F0F2F5 10%);
  font-family: Arial;
}

a {outline:none;}
a img {border:none;}

a {color: #0000FF;text-decoration: none;}
a:hover {color: red;text-decoration: none;}

/*start header*/
.img_transforms {
border: none;
top: 0px;
left: 6px;
width:90px;
border-radius: 8px;
}

.logo {
float:right;
  clear: both;
}
.logo .txt {
  width: 100%;
  margin-top: -30px;
  font-size: 30px;
  text-align:right;
  padding: 0px;
}


.header_section {
    width: 100%;
    top: 0;
    margin-top:-20px;
    float: left;
    background-color: #1B5F73;
    padding: 0px 0px;
}

.navbar {
  width: 100%;
  text-align:center;
  background-color: #1B5F73;
  padding:15px;
  overflow: auto;
  margin-top:0px;
}

.navbar a {
  padding: 15px;
  color: white;
  text-decoration: none;
  font-size: 17px;
  width: 15%;   /*Four links of equal widths */
  text-align: center;
}

.navbar a:hover {
  background-color: #000;
}

.navbar a.active {
  background-color: #04AA6D;
}

@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }
}


















/*End Header*/

.count{
	font-size: 24px;
	color: #000;
	text-decoration: none;
	padding: 2px;
	margin:2px;
	text-align:center;
	text-shadow: 2px 2px 5px #808080;
}






.center_body {
  width: 100%;
float:left;
  margin-top: 0px;
  background-color: white;
}


.center_left {
  width: 100%;
float:left;
  margin-top: 0px;

  margin-bottom: 25px;
}

.center_right {
  width: 25%;
float:left;
  margin-top: 0px;
 */ background-color: white; */
  margin-bottom: 25px;
}


/* info girls down */
.container {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}

.container img {vertical-align: middle;}

.container .content {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 300px;
  padding: 10px;
}

.centerf {
  margin: auto;
  width: 80%;
  border: 0px solid green;
  padding: 10px;
}

/* Full-width input fields */
input[type=number] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

/* Add a background color when the inputs get focus */
input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for all buttons */
button {
  background-color: #04AA6D;
  color: white;
 font-size: 24px;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  /* width: 100%; */
  opacity: 0.9;
}

button:hover {
  opacity:1;
}

/* Extra styles for the cancel button */
.cancelbtn {
  padding: 14px 20px;
  background-color: #f44336;
}

/* Float cancel and signup buttons and add an equal width */
.cancelbtn, .signupbtn {
  float: left;
  width: 50%;
}

/* Add padding to container elements */
.containerr {
  padding: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
   /*position: fixed; Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #ffffff;
  padding-top: 10px;direction:rtl;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 2% auto 2% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
 
/* The Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn, .signupbtn {
     width: 100%;
  }
}

::placeholder {
  color: black;
  opacity: 1; /* Firefox */
  font-size: 20px;
}

.pag{
    background: none repeat scroll 0 0 #E2F6FF;border-radius: 5px;
    border: 1px solid #5FAED6;
    color: #000066;
    cursor: pointer;
    margin-right: 8px;
	padding: 8px 5px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.nextorprev{
	background: none repeat scroll 0 0 #E2F6FF;border-radius: 5px;
    border: 1px solid #5FAED6;
    color: #000066;
    cursor: pointer;
    margin-right: 8px;
	padding: 8px 5px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.down{
	margin-top: 10px;
}

.pag.active,.pag:hover{
    background: none repeat scroll 0 0 #5FAED6;
    color: #FFFFFF;
}
.nextorprev.active,.nextorprev:hover{
    background: none repeat scroll 0 0 #5FAED6;
    color: #FFFFFF;
}

.copyright_section {
    width: 100%;
    float: left;

    height: auto;
}

.copyright_text {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    color: #000000;
    text-align: center;
    padding: 20px 0px;
    border-top: 1px solid #fff;
}











/* Start search profile*/
* {
  box-sizing: border-box;
}

/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  background-color: red;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 2px;
  right: 15px;
  width: 250px;
  font-size:16px;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 250px;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
  font-size:22px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
  font-size:20px;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
  font-size:20px;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
.header a.actives {
  background-color: #4DC274;
  color: white;margin: 0px 2px;
}
.container .count {
  position: absolute;
  top: 0;
  color: #ffffff;
  padding: 0px;
  text-align:right;
}