/*.container {
  margin: 1px;
}*/
 .container-slider{

   position:relative;
   width:100%;
   height:300px;
   border-radius:5px;
   border:1px solid red;
   overflow:hidden;
   bottom: -40px;
 }


.aboutus {
   position:relative;
   width:100%;
   height:800px;
   border-radius:5px;
   border:1px solid white;
   overflow:hidden;
   font-family: verdana, sans-serif;
   font-weight:bold;
   background-color:#0F52BA;
   color: white;
   /*bottom: -40px;*/


}

.info-group{
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3

}

.card-footer {
   bottom: 0 !important;
   background-color: #660066;;
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   color: black;
   text-align: center;

}

.card-footer a:hover{

  color: #ffffff;
}

.greetings {
   text-align: center;
}

.button{
  /*background-color:gray;*/
  border: none;
  background-color: #FF2700;
  color:white;
  padding:10px;
  text-decoration:none;
  text-align: center;
  display: inline;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer

}
.button1{ border-radius: 12px}
.button2{ border-radius: 50px, background-color: #FF2700;}

.navbar-brand {
  font-weight:bolder
}

.muted-text{ float: right}



.col-md-8 {
   bottom: -80px;
   color: blue;
   margin-bottom: 40px;
   }


.col-md-4 {
   bottom: -80px;
   color: blue;

   }

.first_ad{
   margin-bottom: 50px;
   margin-top: 80px;
}

.second_ad{
   margin-bottom: 50px;
   margin-top: 50px;
}

/*.form-check{margin-left: 20%; bottom:0px}*/

.comment {

    position:relative;
    width:100%;
}
.bg-steel {

  background-color: #660066;
  color: black;
   }
.heading-4 {
  font-weight:bold;
  color: red;
}
.heading-3 {
   font-weight:bold;
   color: red;

}


.linked_image {
  height:50%;
  background-repeat: no-repeat;
  background-size:250px 250px;


}




.video_txt1{
 width: 50%;
 float:right;
 margin-bottom: 50px;

}

.episode_txt1{
margin-bottom: 50px;

}


.video_txt2{
 width: 50%;
 float:right;
 margin-bottom: 50px;

}

.episode_txt2{
 margin-bottom: 50px;
 margin-top: 220px;

}



.dropdbtn{
   background-color: #3498DB;
   color: white;
   font-size:16px;
   border: none;
   cursor:pointer;
}

.dropdbtn:hover, .dropdbtn:focus {
     background-color: #2980B9;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}


/*Second dropdown button*/
.dropdbtn1{
   background-color: #3498DB;
   color: white;
   font-size:16px;
   border: none;
   cursor:pointer;
}

.dropdbtn1:hover, .dropdbtn:focus {
     background-color: #2980B9;
}


.dropdown1 {
  position: relative;
  display: inline-block;
}

.dropdown1-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown1-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown1 a:hover {background-color: #ddd;}

.show {display: block;}

.glyphicon glyphicon-thumbs-up, glyphicon glyphicon-thumbs-down {
   display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: lightgreen;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;


}
.form-check{
   margin-right:10px;

}

.qty1,
.qty2 {
    border: none;
    width:20px;
    background: transparent;
}


.calendar table.month td.day .day-content {
    padding: 6px;
    border-radius: 100%;
}

.calendar .months-container .month-container.month-3{
    width:21%;
}

.comments-details button.btn.dropdown-toggle,.comments-details .total-comments { font-size: 18px; font-weight: 500; color: #5e5e5e; }
.comments-details { padding: 15px 15px; }
.comments .comments .dropdown, .comments .dropup { position: relative; }



.result{
  color: red;
  position:relative;
  width:100%;
  height:300px;

}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  height: 100%;
  color: red;
  font-weight:bold;
}

td {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
  color: red;
}

th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
  color: blue;
  font-weight:bold


}

tr:nth-child(even) {
  background-color: #dddddd;
  color: red;
}

tr#row1 { border: 3px solid blue }
tr#row2 { border: 1px solid black }
