#sidenav-overlay{
  background-color: transparent;
  display: none;
}

.side-nav .collapsible-header:hover, .side-nav.fixed .collapsible-header:hover {
    background-color: rgba(95, 79, 79, 0.5);
}
.side-nav .collapsible li, .side-nav.fixed .collapsible li {
    background-color: #d7d7d7;
    border: 2px solid black;
}
.side-nav .collapsible-header, .side-nav.fixed .collapsible-header {
    border: none;
    line-height: inherit;
    height: inherit;
    font-size: 2.5vh;
    padding: 3px 16px;
}
.side-nav li.active {
    background-color: #907c7c !important;
}
.side-nav{
      background-color: #efeeee !important;

}
.side-nav .collapsible-body li.active a, .side-nav.fixed .collapsible-body li.active a {
    color: #2f2f2f;
}



:-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
:-moz-placeholder { /* Firefox 18- */
  color: black;
}
.social-mobile {
        position: fixed;
    bottom: 0px;
    width: 100%;
    margin: 0px;
    background-color: #272625;
    }
.social-mobile a {
        position: relative;
        float: right;
        height: 50px;
        line-height: 50px;
        width: 50px;
        color: rgb(255, 255, 255);
        background-color: rgb(196, 26, 30);
        font-size: 16px;
        text-align: center;
        border-radius: 50%;
        transition: all 300ms ease;
    }
.modal{
    max-height: 100%;

}
.error{
display:block;
margin-bottom:12px;
}

.tile-w {
    display: inline-block;
 margin-left:30%;
   
    max-width: 700px;

    text-align: left;
}
.exg li{

font-size:18px;
}
form {
    padding: 30px 50px;
    border: solid 1px rgb(216,216,216);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    border-radius: 3px;
    margin: 0 10px 20px 10px;
    background: #fff;
}
/* The Close Button */
.close {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.more-events {
      /*position: fixed;
    bottom: 0;
    text-align: center;
    color: white;*/
    position: fixed;
    top: 9vh;

    text-align: center;
    color: white;
}



.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

	*,*:after,*:before{
		box-sizing:border-box;
		/*font-family:roboto,sans-serif;*/
		/*color: #777;*/
	}
	
        .ambnav{
            color: rgb(101,101,101);font-size: 18px;padding: 10px;text-align:center
        }    
	form{
		padding: 30px 50px;
		border:solid 1px rgb(216,216,216);
		box-shadow: 0 5px 10px rgba(0,0,0,0.2);
		border-radius: 3px;
		margin: 0 10px 20px 10px;
		background: #fff;
	}
	small{
		color: #777;
		font-size: 12px;
	}
.ambnav a{
    font-size: 2em;
    font-weight: bold;
    color: darkcyan;
        } 
.dropbtn {
  background: #7a7778;
    /* color: BLACK; */
    cursor: pointer;
    display: inline;
    /* border: solid 1px; */
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
z-index:10000;
}
.modal{

z-index:999;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
   display: none;
    position: absolute;
    opacity: 1;

    background-color: #dddddd;
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

    left: 3%;
    top: 100%;
}


.dropdown-content a {
    color: black;
    padding: 6px 13px;

    display: block;
}


.dropdown-content a:hover {


opacity: 0.5;
}


.dropdown:hover .dropdown-content {
    display: inline;
}


.dropdown:hover .dropbtn {
    background: #7a7778;
  
}   
	
	.tile-y{
		position: relative;
		text-align: center;
	}
	.tile-w{
		display: inline-block;
		max-width:700px;

		text-align: left;
	}
	label{
		display: block;
		margin-bottom: 10px;
		/*font-weight: bold;*/
		margin-top: 5px;
	}
	label.radio{
		color: #777;
		font-size: 14px;
	}
	label textarea{
		min-width: 80%;
		resize: vertical;
	}
    .control__indicator {
    position: absolute;
    top: -1px;
border-radius:13px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
        }
    .control input:checked ~ .control__indicator {
    background: #2aa1c0;
}    
#register {
    background: rgb(75, 141, 249);
    color: #fff;
    width: 90px;
cursor: pointer;
    border: solid 1px;
    padding: 8px 15px;
    border-radius: 3px;
    font-weight: bold;
}
.heading{
    margin-left: 42%;
    font-size: 23px;
}
    .control{
    display: inherit;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
    }
        .control input{
    position: absolute;
    z-index: -1;
    opacity: 0;
        }
	
	textarea{
		min-height: 70px;
	}
	[type=submit]{
		background: rgb(75, 141, 249);
		color: #fff;
		border:solid 1px;
		padding: 8px 15px;
		border-radius: 3px;
		font-weight: bold;
	}
	[type=reset]{
		padding: 8px 15px;
		border:solid 1px #aaa;
		border-radius: 3px;
		font-weight: bold;
	}
	legend span{
		font-weight: normal;
		color: rgb(196,59,29);
	}


.req, textarea {
    width: 100%;!important
    border-radius: 4px;!important
    height: 40px;!important
    padding: 5px;!important
    border: solid 2px rgb(187, 187, 187);!important
}
.just_ad
{
display:none;;
}
#abcd
{
display:inline-flex;
padding-top: 6px;
}
#abcd1
{
display:inline;
}
.modal-content{

background-color:transparent;
}
        #cond{
            color:blue;
            cursor: pointer;
        }

        .modal-content p,h1{
            margin: 0px;
        }
.modal-header{

border-bottom:0px;
}
        .butts {
    background: rgb(75, 141, 249);
    color: #fff;

    cursor: pointer;
display:inline;

    padding: 8px 15px;
    border-radius: 2px;

}
h3 {
  margin-top: 0;
}

.badge {
  background-color: #777;
}

.tabs-left {
  margin-top: 3rem;
}





.tab-content .tab-pane {
  display: none;


      padding: 1.6rem;
  overflow-y: auto;
text-align:justify;
  font-size: 1.3em;
      font-family: roboto;

}
.tab-content .active {
  display: block;
}

.list-group {
  width: 100%;
}
.list-group .list-group-item {
  height: 50px;
}
.list-group .list-group-item h4, .list-group .list-group-item span {
  line-height: 11px;
}
#myModal {
    padding-top: 25vh;
}
#myModal1 {
    padding-top: 3vh;
}
#myModal2 {
    padding-top: 25vh;
}
#myModal3 {
    padding-top: 16vh;
}
#myModal4 {
    padding-top: 25vh;
}
#myModal5 {
    padding-top: 6vh;
}
#myModal6 {
    padding-top: 25vh;
}
#myModal7 {
    padding-top: 25vh;
}

.prizemoney._mobile
{

margin-left:16%;

}
.comp_name

{
display:inline-block;margin-left:31%;

}


.butts
{
margin-right:0%;display:inline;
}


@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500);



/* BOX LOGIN */
.box{
	position: relative;
	margin: auto;
	height: 410px;
  top: 40px;
	left: 0;
	z-index: 200;
	right: 0;
	width:400px;
	color:#666;
	border-radius: 3px;
	background: #FFF;
  margin-bottom: 100px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  overflow: hidden;
}

#header{
  background: #009688;
  position: relative;
  height: 100px;
  width: 100%;
  margin-bottom: 30px;
}

#cont-lock{
  width: 100%;
  height: 65px;
  position: relative;
}

.lock{
  text-align: center;
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  line-height: 65px;
  font-size: 28px;
}

#bottom-head{
  position: relative;
  background: #00796b;
  height: 35px;
}

#bottom-head::after{
  content: '';
  width: 0px;
  height: 0px;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 7px solid white;
  border-right: 7px solid rgba(0,0,0,0);
  border-left: 7px solid rgba(0,0,0,0);
  border-top: 7px solid rgba(0,0,0,0);
}

.box h1{
  margin-left: 20px;
  margin-top: 0;
	font-size: 24px;
  font-weight: 300;
  color: #cfd8dc;
  line-height: 35px;
}

.box button{
	background: #cfd8dc;
	border:0;
	color: #009688;
	padding:10px;
	font-size: 16px;
  font-weight: 300;
	width:330px;
	margin:20px auto;
	display:block;
	cursor:pointer;
    -webkit-transition: all 0.4s;
	transition: all 0.4s;
	border-radius: 2px;
}

.box button:active{
	background: #009688;
  color: #263238;
}

.box button:hover{
		background: #009688;
  color: #FFF;
    -webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.box p{
	font-size:14px;
	text-align:center;
}

.group 			  { 
  position:relative; 
  margin-bottom: 25px; 

}

.inputMaterial 				{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:300px;
  border:none;
color:black;
  border-bottom:1px solid #757575;
}

.inputMaterial:focus 		{ outline:none;}

/* LABEL ======================================= */

label 				 {
  color:#999; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
.inputMaterial:focus ~ label, .inputMaterial:valid ~ label 		{
  top:-20px;
  font-size:14px;
  color: #009688;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
border:none;
}
#technogeeks,#relaycoding,#webomania,#cs,#nfs,#logodesign,#comppaper,#cquiz,#boardwarzzz,#candycrush,#electromaze,#ideadecor,#laserstrike,#quiztechno,#robowar,#hitittowinit,#robocup,#mazerunner,#obstacles,#techxtreme,#junkyard,#rocketmania,#silverselfie,#buybegborrow,#electricks,#technosense,#circuitry,#trickyquizzy,#civilmania,#seismocure,#ideaction,#sketchtheidea,#bridgedcurve,#technoking,#smartcity,#chemoquiz,#chemoocar,#chemoimpromptu,#chemohunt,#baaziakminuteki,#whatatwist,#madads,#polaroidshot,#treasurehunt,#letsgetquizzical,#escape,#parmarecipe,#3d,#collagemaking,#puzzle,#recital,#rappelling{

background-color:rgba(255,255,255,0.9);
}
td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}
/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:300px; }
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background: #009688; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
.inputMaterial:focus ~ .bar:before, .inputMaterial:focus ~ .bar:after {
  width:50%;
}


/* active state */
.inputMaterial:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}
h2{

font-size:30px;
}
/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}

#footer-box{
  width: 100%;
  height: 50px;
  background: #00695c;
  position: absolute;
  bottom: 0;
}

.footer-text{
  color: #cfd8dc;
  
}

.sign-up{
  color: white;
  cursor: pointer;
}

.sign-up:hover{
   color: #b2dfdb; 
}


$transition: all 0.3s;
$shadow-L1: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
$shadow-L2: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
$shadow-L3: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);


#container-a{
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 20px;
  right: 20px;
  overflow: hidden;
  transition: $transition;
  box-shadow: $shadow-L3;
      
  /*&:hover{
    width: 150px;
    border-radius: 50px;
    transition: $transition;
  }*/
  
  #badge{
  width: 100%;
  height: 100%;
  background-image: url("https://lh3.googleusercontent.com/-X-aQXHatDQY/Uy86XLOyEdI/AAAAAAAAAF0/TBEZvkCnLVE/w140-h140-p/fb3a11ae-1fb4-4c31-b2b9-bf0cfa835c27"); 
  background-size: 100%;
  transition: $transition;
  position: absolute;
  
  
    &:hover .codepen{
     display: block;
    }
  }
  
  &:hover #letter{
      display: block;
  }
  
  &:hover #badge{
    width: 150px;
    height: 150px;
    transition: $transition;
    filter: blur(7px);
  } 
 
  #letter{
    display: none;
    z-index: 20;
    width: 100%;
    height: 100%;
    position: absolute;
    
    span{
      font-family: 'Roboto';
      font-size: 32px;
      color: white;
      text-align: center;
      line-height: 60px;
      margin: auto;
      left: 0;
      right: 0;
      position: absolute;
      cursor: pointer;
    }
  }
}


#container-floating{
  position: fixed;
  width: 60px;
  height: 60px;
  top: 20px;
  right: 20px;
  z-index: 50px;
  
  &:hover{
    height: 400px;
    width: 60px;
    top: 20px;
    right: 20px;
  }
  
  &:hover .nds{
    animation: bounce-nds 0.1s linear;
    animation-fill-mode:  forwards;
  }
  &:hover .nd3{
    animation-delay: 0.08s;
  }
  &:hover .nd4{
    animation-delay: 0.15s;
  }
  &:hover .nd5{
    animation-delay: 0.2s;
  }
  
  .nds{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    z-index: 300;
    transform:  scale(0);
    right: 33px;
    cursor: pointer;
    &:hover{
      box-shadow: $shadow-L3;
      transition: $transition;
      width: 50px;
      right: 25px;
      height: 50px;
    }
  }

  .nd1{
    background-image: url("http://blog.codepen.io/wp-content/uploads/2012/06/Button-Fill-Black-Large.png");
    background-size: 100%;
    top: 110px;
    animation-delay: 0.1s;
    animation: bounce-out-nds 0.3s linear;
    animation-fill-mode:  forwards;
    box-shadow: $shadow-L2;
    transition: $transition;
  }

  .nd3{
    background: url("https://cdn3.iconfinder.com/data/icons/free-social-icons/67/twitter_circle_color-512.png");
    background-size: 100%;
    top: 165px;
    animation-delay: 0.15s;
    animation: bounce-out-nds 0.15s linear;
    animation-fill-mode:  forwards;
    box-shadow: $shadow-L2;
    transition: $transition;
  }

  .nd4{
    background: url("http://www.studiotomasi.org/images/gplusicon.svg");
    background-size: 100%;
    top: 225px;
    animation-delay: 0.1s;
    animation: bounce-out-nds 0.1s linear;
    animation-fill-mode:  forwards;
    box-shadow: $shadow-L2;
    transition: $transition;
  }
  
}


@keyframes bounce-nds{
    from {opacity: 0;}
    to {opacity: 1; transform: scale(1);}
}

@keyframes bounce-out-nds{
    from {opacity: 1; transform: scale(1);}
    to {opacity: 0; transform: scale(0);}
}


.profile-name{
    line-height: 60px;
    left: -70px;
    position: absolute;
    font-family: 'Roboto';
    color: #455a64;
}

.profile-name:hover{
  text-decoration: underline;
}





#names::-webkit-input-placeholder {
  color: gray;
}
#names::-moz-placeholder { /* Firefox 19+ */
  color: gray;
}
#names:-ms-input-placeholder { /* IE 10+ */
  color: gray;
}
#names:-moz-placeholder { /* Firefox 18- */
  color: gray;
}

#username::-webkit-input-placeholder {
  color: gray;
}
#username::-moz-placeholder { /* Firefox 19+ */
  color: gray;
}
#username:-ms-input-placeholder { /* IE 10+ */
  color: gray;
}
#username:-moz-placeholder { /* Firefox 18- */
  color: gray;
}#contact::-webkit-input-placeholder {
  color: gray;
}
#contact::-moz-placeholder { /* Firefox 19+ */
  color: gray;
}
#contact:-ms-input-placeholder { /* IE 10+ */
  color: gray;
}
#contact:-moz-placeholder { /* Firefox 18- */
  color: gray;
}

#college::-webkit-input-placeholder {
  color: gray;
}
#college::-moz-placeholder { /* Firefox 19+ */
  color: gray;
}
#college:-ms-input-placeholder { /* IE 10+ */
  color: gray;
}
#college:-moz-placeholder { /* Firefox 18- */
  color: gray;
}
#facebook::-webkit-input-placeholder {
  color: gray;
}
#facebook::-moz-placeholder { /* Firefox 19+ */
  color: gray;
}
#facebook:-ms-input-placeholder { /* IE 10+ */
  color: gray;
}
#facebook:-moz-placeholder { /* Firefox 18- */
  color: gray;
}
#password::-webkit-input-placeholder {
  color: gray;
}
#password::-moz-placeholder { /* Firefox 19+ */
  color: gray;
}
#password:-ms-input-placeholder { /* IE 10+ */
  color: gray;
}
#password:-moz-placeholder { /* Firefox 18- */
  color: gray;
}


.highlight{

display:block;
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.circle {
	border-radius: 10px;
}
.register{
  background-color: #3b5998;
  margin-top: 3px!important;
  border-radius: 3px;
}
.tab-content{

color:black;
}
.panel
{
    margin-bottom: 9px;
}
.register a{
  padding: 3px !important;
  margin: 0px;
  color: white
}
.register i{
  background-color: #2d519d;
  padding: 9px;
}

.mob h3{
  font-size: 20px;
  margin: 0px;
  padding: 5px;
  text-align: center;
  color: white;
}
body{
font-family:'roboto';
}
#iarc,#man,#sky,#soc{

padding:2px;
}
.mob li{
  border-top: 1px solid white;
  margin-top: 5px;
  color: black;
  font-family: 'roboto';
  list-style: none;

  background-color: white;
  font-size: 18px;
}
li
{font-family:'roboto';
line-height:25px;}
h3
{
font-family:'roboto';
line-height:39px;
}
h4
{
font-family:'roboto';
line-height:39px;
text-align:left;
}
#myModal1,#myModal,#myModal2,#myModal3,#myModal4,#myModal5,#myModal6,#myModal7{
display: none;
    position: fixed;
    z-index: 1;
    left: 0;
overflow:auto;
overflow-y: scroll;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);

    max-height: 100%;


    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;


}
.mob ul{
  font-size: 1em;
  text-align: center;
  position: absolute;
  left: 0px;
  width: 100%;
  padding-left: 0px;
}
/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;

  padding: 0 !important;
  border-radius: 4px;
  height: 100%;
display: flex;
    flex-direction: row;
  margin-left: 50px;
  opacity: 0.97;
}
div.bhoechie-tab-menu{
  padding-right: 0;
display: flex;
    flex-direction: column;
    justify-content: center;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
margin-top: 8%;
display: flex;
    flex-direction: column;
    justify-content: center;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
font-size:20px;
}
.just_is
{
display:none;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #5A55A3;
  background-image: #5A55A3;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
}
#iarc, #man, #sky, #soc {
    box-shadow: 0px 0px 0px 0px;}
div.bhoechie-tab-content{

  padding-left: 20px;

}
.sigma{

margin-top:4%;
}
legend{

font-size:14px;
}
form,#myModal4,#myModal5{

    font-family: "Source Sans Pro",Calibri,Candara,Arial,sans-serif;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.carousel-fade .carousel-inner .active{
  transition: 0.4s
}
.navbar-dark.top-nav-collapse .nav li.register a:after{
  background: transparent;
}
.navbar-dark .nav li a:after, .navbar-light .nav li.register a:after{
  background: transparent;
}
.modal-backdrop{
  z-index: 0;
}
.event-nav-content.active,.workshop-nav-content.active{
background-color: #ada4a4;;

}
.event-nav-content,.workshop-nav-content{
font-size:19px;

}
.list-group-item.active
{
 background-color: #c3bbbb;
    border-color: #c3bbbb;
}
.letsee{
    margin-top: 0vh;
    height: 90vh;
padding-left:5%;
background-color:rgba(255,255,255,0.9);
font-family:nylaa;
}
strong{
font-weight:300;
}
.tab-content{

margin-top:0vh;
}
.exg li{

font-size:18px;
}
.letsee1
{
top: 3vh;
    font-size: 24px;
background-color:rgba(255,255,255,0.9);
    height: 68vh;}
#myModal11,#myModal22,#myModal33,#myModal44,#myModal55,#myModal66,#myModal77,#myModal88,#myModal99{
overflow-y:hidden;

}
.divider {
    text-align: center;
    overflow: hidden;
margin-bottom:3%;.white_bg 

   background-color: #ffffff;

}
.divider:before {
    margin-left: -100%;
    left: -1.25rem;
}
.divider:after, .divider:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    border-top: 1.3px solid #221e1f;
}
.divider:after {
    margin-right: -100%;
    right: -1.25rem;
}
#leave{

margin-left:23%;
}
#leave1{

margin-left:22%;
}
.list-group-item {
    background-color: #c3bbbb;
    border-color: #c3bbbb;
}
a.list-group-item:hover
{
 background-color: #c3bbbb;
    border-color: #c3bbbb;
color:black;
}

.h2_talk{
margin-left:46%;
}
.glows{
}
html { 
  background: url(../img/bg2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#features,#events,#contacty,#cities{

    background-color: rgba(255,255,255,0.4);
}
#talksy{
height:99%;
}

@media only screen and (max-width: 600px) {



    .tile-w {
        margin-left: 0;
        max-width: none;
        min-width: 0;
        width: 100%;
    }
.h2_talk{
margin-left:36%;
}
#leave{

margin-left:0px;
}
#talksy{
height:29%;
}
#leave1{

margin-left:0px;
}
.prizemoney._mobile
{

margin-left:22%;

}
.tab-content{
height:40vh;
}
div.bhoechie-tab-menu
{
width:33%;

}
div.bhoechie-tab
{
padding:0px;

}
div.bhoechie-tab-content {
    padding-left: 0px;
}
.letsee{
height:75vh;
}

.letsee1{
height:59vh;

}
.comp_name

{margin-left:19%;

}
#resend
{

display:inline-block;;
}
.just_ad
{
display:block;;
}
.letsee2{
height:47vh;

}
.butts

{display:inline;

}
#abcd,#logout2{

margin-left:43%;
}
   .dropdown-content{
top:30%;

}
    #myModal1 {
        padding-top: 15vh;
    }
#myModal11,#myModal22,#myModal33,#myModal44,#myModal55,#myModal66,#myModal77,#myModal88,#myModal99{
margin-top:12%;

}
.portfolio-modal .modal-content
{
margin-top:10%;
}
    #myModal3 {
        padding-top: 7vh;
    }

    form {
        padding: 30px 40px;
    }
    .butts {
        margin-top: 4%;
        font-size: 80%;
    }
    .tabs-left {
        margin-top: 1rem;
    }
}
