
/*hm css */

.foradHV{
width:80%; 
text-align:center;
margin:0 auto 20px auto;
 background: rgba(0,0,0,0.4);
}

.land-box {
  background-color: transparant;
  width: 33%;
  height: 450px;
  border: 0px solid #f1f1f1;
  position: relative;
  display:inline-block;
  color:black;
  padding:10px;
  text-align:center;
  margin-bottom:20px;
  font-size:18px;
  float:left;
}

.containerL2 {
  padding: 0 20px;
}

.subscribeH{
    padding:20px;
    background:yellow; 
    width:60%; margin:0 auto;  
    border: 5px solid red;
    border-radius: 25px; 
    background-image: linear-gradient(green, yellow);
}

.subscribeH2{
    padding:20px;
    background:yellow; 
    width:98%; margin:20px auto;  
    border: 5px solid red;
    border-radius: 5px; 
    background-image: linear-gradient(#03d4cd, yellow);
}

.dload{
    padding:20px;
    background:yellow; 
    width:auto;  
    border: 5px solid red;
    border-radius: 25px; 
    background-image: linear-gradient(green, yellow);
    margin-top:20px;
    display:inline-block;
    color:white;
    font-weight:bold;
    font-size:20px;
}

.dload:hover{
    
    color:yellow;
}



.dload2{
    padding:20px;
    background:yellow; 
    width:auto;  
    border: 5px solid red;
    border-radius: 25px; 
    background-image: linear-gradient(blue, black);
    margin-top:20px;
    display:inline-block;
    color:white;
    font-weight:bold;
    font-size:20px;
}

.dload2:hover{
    
    color:yellow;
}



@media screen and (min-width: 0px) and (max-width: 768px) {
.land-box {
  
  width: 100%;
  height: auto;
  float:none;
}
.subscribeH{
    
    width:90%; 
}
.dload{
    
    width:90%; 
}
.dload2{
    
    width:90%; 
}
.containerL2 {
  padding: 0 5px;
}
.foradHV{
width:100%; 

}
}






.forad{
width:40%; 
text-align:center;
margin:0 auto 15% auto;
height:auto;


}
.foradA{
width:40%; text-align:center;margin:20px auto 0;


}
.forad2{
width:80%; 
text-align:center;
margin:0 auto 15% auto;
}
.forad2A{
width:80%; 
text-align:center;
margin:80px auto 0;
}
.forad3{
max-width:40%; 
text-align:center;
margin:80px auto 20px auto!important;


}
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  
}

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

.dropup-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 40px;
  bottom: 40px;
  z-index: 1;
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
}

.dropup-content a {
  color: black;
  padding: 5px 2px;
  text-decoration: none;
  display: block;  
  
  
}

.dropup-content a:hover {background-color: none;}

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



.profin{
margin:10px; 
color:black; 
padding:10px; 
background:white; 
text-align:center; 
border:1px solid green; 
border-radius:5px; 
font-size:18px;
}

/*scrolls*/
.modalSR {
  display: block; /* Hidden by default */
  position: relative; /* Stay in place */
  z-index: 0; /* Sit on top */
  
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
 /* background-color: rgb(0,0,0);  Fallback color */

  /*background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
background-image: url("../SL_img/bimg1.jpg");
background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  padding-top: 0px; 
  
}

/* Modal Content/Box */
.modalSR-content {f
  background-color: #fefefe;
  margin: 0 auto 0 auto; /* 5% from the top, 15% from the bottom and centered */
  border: 0px solid #888;
  width: 80%; /* Could be more or less, depending on screen size 
  
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);*/
  
}
@media screen and (min-width: 0px) and (max-width: 768px) {
.modalSR-content {
margin: 0px auto 0 auto; /* 10% from the top, 15% from the bottom and centered */
 width: 100%;
}

}




/*post */
.modalP {
  display: block; /* Hidden by default */
  position: relative; /* Stay in place */
  z-index: 0; /* Sit on top */
  
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
 /* background-color: rgb(0,0,0);  Fallback color */

  /*background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
background-image: url("../SL_img/bimg1.jpg");
background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  padding-top: 0px; 
  
}

.Pcancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;  
   color: white;  
  margin-right:10px;
  border: none;
  cursor: pointer;
  text-decoration:none;
  
}
.Pcancelbtn:hover {
  opacity: 0.8;
   color: white; 
    text-decoration:none;
}
.Pcancelbtn:focus {
outline:none;
color: white; 
    text-decoration:none;

}
.PnextbtnOR{
  width: auto;
  padding: 9px 18px;
  background-color: #B75506; 
   color: white;  
 margin-left:10px;
  border: none;
  cursor: pointer;
  text-decoration:none;
  
}
.PnextbtnOR:hover {
  opacity: 0.8;
   color: white; 
    text-decoration:none;
}
.PnextbtnOR:focus {
outline:none;
color: white; 
    text-decoration:none;

}


.Pnextbtn{
  width: auto;
  padding: 10px 18px;
  background-color: #4CAF50; 
   color: white;  
 margin-left:10px;
  border: none;
  cursor: pointer;
  text-decoration:none;
  
}
.Pnextbtn:hover {
  opacity: 0.8;
   color: white; 
    text-decoration:none;
}
.Pnextbtn:focus {
outline:none;
color: white; 
    text-decoration:none;

}
#Npost{
display:none;
}

/*post end */





.topdiv{
width:100%;
height:2000px;
background: rgba(0, 0, 0, 0.2);
position:relative;

margin: 0 ;
display:none;

}
#foico {
font-size:20px;
color:black; 

padding-right:10px;
}
#foico:hover {

color:white; 

}
#overlay2 {
      background: rgba(0,0,0,0.4);
      width: 100%;
      height: 100%;
      min-height: 100%;
    position:fixed;
      top: 0;
      left: 0;
      z-index: 0;
      display:none;
    }
    
    #overlay3 {
      background: rgba(0,0,0,0.4);
    display: block; /* Hidden by default */
  position: relative; /* Stay in place */
  z-index: 0; /* Sit on top */
  
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow:auto; /* Enable scroll if needed */
      
    }
     #overlay4 {
       background: rgba(0,0,0,0.4);
      width: 100%;
      height: 100%;
      min-height: 100%;
    position:fixed;
      top: 0;
      left: 0;
      z-index: 0;
      display:none;
      
    }


.sidepanel  {
  width: 0;   
  z-index: 1;
  height: auto;
  top: 60px;
  left: 0;
  bottom:0;
 /*background-image: linear-gradient(gray, white);*/
 background-color:white;
 display: inline-block;
overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
  padding-bottom: 30px;
  position:fixed;
    overflow-y:scroll; 
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
}

.sidepanel a {
  padding: 8px 32px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: black;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #f1f1f1;
  background:green;
  opacity: 0.8;
}

.sidepanel .closebtn {
  position: fixed;
  display:none;
  top:60px;
  left:0px;
  font-size: 36px;
   z-index: 5;  
  color: black; 

   padding: 0px 5px;
}

.sidepanel .closebtn:hover {  
  color: black;    
  background:transparent;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: green;
  color: white;
  padding: 10px 15px;
  border: none;
  margin-top:5px;
  margin-left:20px;
  display:block;
   position: fixed;
   top:0;
   z-index: 5; 
}

.openbtn:hover {
  background-color:green;
}
.topnav{
background-color:rgba(214, 227, 233, 0.6);
 /* background-color: #D6E3E9;  
  opacity: 0.3;
  filter: alpha(opacity=60);*/
   font-family:'Open Sans', sans-serif;
    font-size:18px;
    width:100%;  
  height:60px;
    top: 0;
    position:fixed;
    z-index: 1;
    text-align:center;
    padding-top:15px;
    }
    
    #mySidepanel{
    display:none;
    }
    /*myupload css */
    .container1{width: 100%;}
.user-box {
    width: auto;
    border-radius: 0 0 3px 3px;
    padding: 10px;
    position: relative;
    display: inline-block;
    
}
.user-box .name {
    word-break: break-all;
    padding: 10px 10px 10px 10px;
    background: #EEEEEE;
    text-align: center;
    font-size: 20px;
    color:white;
}
.user-box form{display: inline;}
.user-box .name h4{margin: 0;}

/*
.user-box img#imagePreview{width: 100%;}*/

.editLink {
      position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top:78%;
    left: 20%;
    right: 20%;
    text-align: center;
    opacity:0;
    transition: all 0.3s ease-in-out 0s;
    -mox-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    background:rgba(255,255,255,0.2);
    overflow:hidden;
    border-radius:50%;
    z-index: 1;
}


.img-relative:hover .editLink{opacity:1;
background:rgba(255,255,255,0.2);

}
.overlay{
    position: absolute;
     left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(255,255,255,0.7);
}
.overlay-content {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}
.uploadProcess img{
    max-width: 207px;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    display: inline;
}
#imagePreview{
max-width: 150%;
min-width: 150px;
max-height:150%;
min-height: 150px;
background:white;
position: absolute;
/*margin: 0 auto;   
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;*/
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
 display: block;
 width:auto;
}

.test{
width:150px;
height:150px;
  overflow: hidden;  
text-align:center;
border-radius: 50%;
border:5px solid white;
position: relative;
background:#d5d5d7;
-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
  display:inline-block;

}

@media screen and (min-width: 0px) and (max-width: 480px) {

.My3{
  
  margin-left:30px;
}

}
/* Login section */
.errorML{
font-size:16px;
color:red;
font-weight:bold;
}

.in1 {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.in1:focus {
outline:none;
border:1px solid #bebaba;

}
.in2 {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.in2:focus {
outline:none;
border:1px solid #bebaba;

}

.button1 {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

.button1:hover {
  opacity: 0.8;
}

.button1:focus {
outline:none;
border:1px solid green;

}

.button2 {
  background-color: gray; 
  
  border: none;
  cursor: pointer;
  width: 100%;
 padding: 8px 32px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  display: block;
  transition: 0.3s;
  text-align:left;
}

.button2:hover {
  color: #f1f1f1;
  background:gray;
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;  
   color: white;  
  margin: 8px 0;
  border: none;
  cursor: pointer;
  text-decoration:none;
  
}
.cancelbtn:hover {
  opacity: 0.8;
   color: white; 
    text-decoration:none;
}
.cancelbtn:focus {
outline:none;
color: white; 
    text-decoration:none;

}

/* Center the image and position the close button */
.imgcontainerL {
  text-align: center;
  margin: 10px 0 0px 0;
  position: relative;
  padding-top:10px;
}

.containerL {
  padding: 20px;
}


span.psw {
  float: right;
  padding-top: 5px;
}

/* The Modal (background) */
.modalL {
  display: block; /* 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: rgb(0,0,0);  Fallback color */

  /*background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
background-image: url("../SL_img/bimg1.jpg");
background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  padding-top: 0px;
  
  
  
}



/* Modal Content/Box */
.modalL-content {
  background-color: #fefefe;
  margin: 20px auto 20px auto; /* 5% from the top, 15% from the bottom and centered */
  border: 0px solid #888;
  width: 40%; /* Could be more or less, depending on screen size */
  
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
  
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

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

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}
@media screen and (max-width: 768px) {
 .modalL-content {
  
  width: 90%; /* Could be more or less, depending on screen size */
}
.forad{
width:90%; 
height:auto;

}
.foradA{
width:90%; 
height:auto;

}
.forad2{
width:90%; 

}
.forad2A{
width:90%; 

}
.sidepanel  {

}

}

/* 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%;
  }
}
/* Login section end */

.sidepanel::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Chrome/Safari/Webkit */
    display: none!important;
}
