body { background-color: #141E30;  }
/* padding-top: 56px; */
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #141E30 !important; }
.bg-hero { background-color:#EE6C4D ; }



#floated 
{float:left;
width: 50%;}


#sticky-sidebar{
  position:fixed;
  z-index:1;

  /* position: -webkit-sticky; */
}

/* Logo on home page */
.image1 {
 z-index: -2;

}
.image2 {
  z-index: -1;
  position:absolute;
  height: 70%;
}

@media only screen (max-width: 1199px) {
    .image2 {
		top:30%;
	}
}
@media only screen (min-width: 1200px) {
    .image2 {
		top:20vh;
	}
}
/* ------------------- */


/* Nested list */
ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol > li:before {
  content: counters(item, ".") ") ";
  display: table-cell;
  padding-right: 0.6em;
}

li ol > li {
  margin: 0;
}

li ol > li:before {
  content: counters(item, ".") ") ";
}

/* Team page border effect */
.bordereffect:hover{
    border:#EE6C4D solid 5px;
}
.bordereffect{
    border-radius:50%; width:80%; padding:2%;border:5px solid #A9CEF4;
}

/* Safety page border effect */
.bordereffect2:hover{
    border:#EE6C4D solid 5px;
}
.bordereffect2{
    border-radius:5%; padding:2%;border:5px solid #A9CEF4;
}

/* Rounded corners tables */
table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 350px;
}

/* top-left border-radius */
table tr:first-child th:first-child {
  border-top-left-radius: 6px;
}

/* top-right border-radius */
table tr:first-child th:last-child {
  border-top-right-radius: 6px;
}

/* bottom-left border-radius */
table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

 /* collapsible for protocols */
.collapsible {
  background-color: #A9CEF4;
  color: #141E30;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  border: none;
  text-align: center;
  outline: none;
  font-size: 30px;
  font-family: 'bebasregular';
  text-transform: uppercase;
  box-shadow: 5px 5px 15px #000;
}

.active, .collapsible:hover {
  background-color: #99c7f6;
}

.collapsible:after {
  content: '\002B';
  color: #141E30;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
  color: #141E30;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.content {
  padding: 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #141E30;
}

/* to top button */

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 2.5vh;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

/* border hover-notebook */

.wrapper{
  width: 1170px;
  margin: 3% auto;
}

.single-services{
  width:29%;
  height: auto;
  
  box-shadow: 5px 5px 15px #000;
  position: relative;
  display: block;
  padding: 15px;
  text-align: center;
  margin: 0 5px;
  overflow: hidden;
  text-decoration: none;
}

.single-services:before{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  box-sizing: border-box;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.single-services:after{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 4px;
  width: 100%;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.single-services:hover::before{
  border-color: #A9CEF4;
  height: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .3s transform linear, .3s height linear .3s;
  -moz-transform: .3s transform linear, .3s height linear .3s;
  -ms-transform: .3s transform linear, .3s height linear .3s;
  -o-transform: .3s transform linear, .3s height linear .3s;
  transform: .3s transform linear, .3s height linear .3s;
}

.single-services:hover::after{
  border-color: #A9CEF4;
  height: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .3s transform linear, .5s height linear .3s;
  -moz-transform: .3s transform linear, .5s height linear .3s;
  -ms-transform: .3s transform linear, .5s height linear .3s;
  -o-transform: .3s transform linear, .5s height linear .3s;
  transform: .3s transform linear, .3s height linear .5s;
}

/* Homepage */
.widecontainer{
    width: 100vw;
    margin-left:calc((100%-100vw)/2);
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-color: #A9CEF4;
}

/* header */
#introcontainer{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    /* background-image: url(https://static.igem.wiki/teams/4433/wiki/pexels-chokniti-khongchum-2280549.jpg); */
    /* filter:grayscale(70%) saturate(2);
    -webkit-filter: blur(5px); */
}

@media only screen and (min-width: 400px) and (max-width: 959px) {
    #introcontainer {
    width: 100%;
    /* height: auto; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    }
}


/* Scrollbar */

nav-scrollbar{text-transform: uppercase;
    color:#EE6C4D;
    font-family: 'bebasregular';
    font-size: 20px;
    display:none;
}


ul.nav-pills{
    top:20px;
    position:fixed;
}

 div.col-lg-9 div {
    height: 250px;
    font-size: 28px;
  }

 

/* Gradient text- homepage */
.gradient-text{
    background-image: linear-gradient( rgb(238, 108, 77), rgba(238, 108, 77, 0));
    background-size: 100%;
    background-repeat: repeat;
    text-transform: uppercase; text-align: center; font-family: 'bebasregular'; color:#EE6C4D; font-size: 14vh;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

@font-face {
    font-family: 'bebasregular';
    src: url('https://static.igem.wiki/teams/4433/wiki/bebas-regular-webfont.woff') format('woff');
    color:#EE6C4D;
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Montserrat';
    src: url('https://static.igem.wiki/teams/4433/wiki/montserrat-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

p{font-family: 'Montserrat', sans-serif; color: whitesmoke;}
a{font-family: 'Montserrat', sans-serif; color: whitesmoke;}
li{font-family: 'Montserrat', sans-serif; color: whitesmoke;}
th{font-family: 'Montserrat', sans-serif; color: black;}
td{font-family: 'Montserrat', sans-serif; color: black;}
h1{text-transform: uppercase; text-align: center; font-family: 'bebasregular'; color:#EE6C4D; font-size: 14vh; filter: drop-shadow(0px 0px 5px black);}
h2{text-transform: uppercase; font-family: 'bebasregular'; color:#EE6C4D;}
h3{text-transform: uppercase; font-family: 'bebasregular'; color:#EE6C4D;}
h4{text-transform: uppercase; font-family: 'bebasregular'; color:#EE6C4D;}
h5{text-transform: uppercase; text-align: center; font-family: 'bebasregular'; font-size: 14vh;}

.header-font-large{text-transform: uppercase; text-align: center; font-family: 'bebasregular'; color:#A9CEF4; font-size: 9vw; 
position:absolute; filter: drop-shadow(0px 0px 5px black); -webkit-text-stroke: 1px #578bec;}
.home-font{text-transform: uppercase; text-align: center; font-family: 'bebasregular'; color: #EE6C4D; font-size: 14vh; position: absolute;}
.home-p-font{font-family: 'Montserrat', sans-serif; color: whitesmoke; text-align: center; font-size: 2.5vh;}

.row{--bs-gutter-x: 0;}

/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }

.right-nav{
    overflow: hidden;
    list-style: none;
}

.navbar.animate{
    transition: 0.5s;
    top: -100%;
}

.navbar.sticky{
    top: 0;
    z-index: 99;
}

nav {text-transform: uppercase;color:#EE6C4D;font-family: 'bebasregular'; font-size: 20px; filter:drop-shadow(0px 10px 5px #0D0D0D);}

/* menu */
nav a { color:#ffffff; text-decoration: none;font-family: 'bebasregular';}
nav a:hover { color: #EE6C4D;}
.space{
    width:30px;
    height:auto;
    display: inline-block;
}

/* Hamburger icon */
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #EE6C4D;
  margin: 6px 0;
}

/* References */


.refs{
    color:white;
    font-size: 12px; 
    text-decoration: none;
}

/* footer */
footer a { color:white; font-weight: bold; font-size: 10px; text-decoration: none; }


.center{
    display:inline-block;
    /* margin-left: auto;
    /* margin-right: auto; */
    text-align: center;
    /*vertical-align: middle; */


}

.wrapper a{color:#fff}

.hover-fx {
    font-size: 2rem;
    display: inline-block;
    cursor: pointer;
    margin:15px;
    width:60px;
    height:60px;
    /* line-height:84px; */
    border-radius: 50%;
    text-align: center;
    position:relative;
    color:#fff;
    background-color:rgba(255, 255, 255, 0.1) ;
    transition: 300ms;
}

.hover-fx:after {
    pointer-events: none;
    position:absolute;
    width:100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    box-sizing: content-box;
    box-shadow: 0 0 0 3px #fff;
    top:0;
    left:0;
    opacity:0;
    transition: 300ms;
}

.hover-fx:hover {
    background-color: #fff;
    color: #151515;
}

.hover-fx:hover:after{
    opacity:1;
    transform:scale(1.15);
}




.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
    position: relative;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #EE6C4D;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}


/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    position: absolute;
    top: 10px;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    position: absolute;
    top: 20px;
    transform: rotate(0deg);
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
    top: inherit;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    top: inherit;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    top: inherit;
    transform: rotate(-135deg);
}

.vertical-scrollable>.row {
            position: absolute;
            top: 120px;
            bottom: 100px;
            left: 180px;
            width: 50%;
            overflow-y: scroll;
        }
    
.col-sm-8 {
        color: white;
        font-size: 24px;
        padding-bottom: 20px;
        padding-top: 18px;
}

.col-sm-8:nth-child(2n+1) {
        background: green;
}

.col-sm-8:nth-child(2n+2) {
        background: black;
}

/* navbar on the side */

top-menu {
  position:fixed;
  top:45%;
  left:20px;
  width:30%;
  z-index:1;

  border-radius: 10%;
  list-style: none;
  padding: 0;

  position: -webkit-sticky;
}

.sp-container {
    background; linear-gradient (
        to bottom,
        
    )
}

/* side bar */
navs {text-transform: uppercase;color:#EE6C4D;font-family: 'bebasregular'; font-size: 25px;}


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* .container {
    position: relative;
    margin: 0px auto;
    padding: 50px 0;
    clear: both;
} */

/* @media only screen and (min-width: 1200px) {
    .container-s {
        width: 1210px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .container-s {
        width: 1030px;
    }
} */

/* @media only screen and (min-width: 768px) and (max-width: 959px) {
    .container-s {width:800px;
    }
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container-s {
        width: 428px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 479px) {
    .container-s {
        width: 320px;
        margin: 0 auto;
    }
} */
@media screen and (max-width: 799px) { #sidebar { display:none; margin-left: 20px;} }

@media screen and (max-width: 1400px) { #sidebar {flex: 0 0 auto; width: 25%; margin-left: 20px;} }
@media screen and (max-width: 799px) { #introcontainer { display:none;} }

.mcd-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #141E30;
  /*height: 100px;*/
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  
  /* == */
  width: 250px;
  /* == */
}
.mcd-menu li {
  position: relative;
  /*float:left;*/
}
.mcd-menu li a {
  display: block;
  text-decoration: none;
  padding: 12px 20px;
  color: #EE6C4D;
  /*text-align: center;
  border-right: 1px solid #E7E7E7;*/
  
  /* == */
  text-align: left;
  height: 36px;
  position: relative;
  border-bottom: 1px solid #141E30;
  /* == */
}
.mcd-menu li a i {
  /*display: block;
  font-size: 30px;
  margin-bottom: 10px;*/
  
  /* == */
  float: left;
  font-size: 20px;
  margin: 0 10px 0 0;
  /* == */
  
}
/* == */
.mcd-menu li a p {
  float: left;
  margin: 0 ;
}
/* == */

.mcd-menu li a strong {
  display: block;
  text-transform: uppercase;
}

.mcd-menu li a i, .mcd-menu li a strong, .mcd-menu li a small {
  position: relative;
  
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
}
.mcd-menu li:hover > a i {
    opacity: 1;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
    -o-animation: moveFromTop 300ms ease-in-out;
    animation: moveFromTop 300ms ease-in-out;
}
.mcd-menu li:hover a strong {
    opacity: 1;
    -webkit-animation: moveFromLeft 300ms ease-in-out;
    -moz-animation: moveFromLeft 300ms ease-in-out;
    -ms-animation: moveFromLeft 300ms ease-in-out;
    -o-animation: moveFromLeft 300ms ease-in-out;
    animation: moveFromLeft 300ms ease-in-out;
}

.mcd-menu li:hover > a {
  color: #A9CEF4;
}
.mcd-menu li a.active {
  position: relative;
  color: #FFD8D0;
  border:0;
  /*border-top: 4px solid #e67e22;
  border-bottom: 4px solid #e67e22;
  margin-top: -4px;*/
  box-shadow: 0 0 5px #DDD;
  -moz-box-shadow: 0 0 5px #DDD;
  -webkit-box-shadow: 0 0 5px #DDD;
  
  /* == */
  border-left: 4px solid #FFD8D0;
  border-right: 4px solid #FFD8D0;
  margin: 0 -4px;
  /* == */
}

/* == */

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@-webkit-keyframes moveFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes moveFromRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        -o-transform: translateX(-200%);
        transform: translateX(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.mcd-menu li ul,
.mcd-menu li ul li ul {
  position: absolute;
  height: auto;
  min-width: 200px;
  padding: 0;
  margin: 0;
  background: #FFF;
  /*border-top: 4px solid #e67e22;*/
  opacity: 0;
  visibility: hidden;
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  /*top: 130px;*/
  z-index: 1000;
  
  /* == */
  left:280px;
  top: 0px;
  border-left: 4px solid #e67e22;
  /* == */
}
.mcd-menu li ul:before {
  content: "";
  position: absolute;
  /*top: -8px;
  left: 23%;
  border-bottom: 5px solid #e67e22;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;*/
  
  /* == */
  top: 25px;
  left: -9px;
  border-right: 5px solid #e67e22;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  /* == */
}
.mcd-menu li:hover > ul,
.mcd-menu li ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  /*top: 100px;*/
  
  /* == */
  left:250px;
  /* == */
}
/*.mcd-menu li ul li {
  float: none;
}*/
.mcd-menu li ul li a {
  padding: 10px;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #141E30;
  
  /* == */
  height: auto;
  /* == */
}
.mcd-menu li ul li a i {
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.mcd-menu li ul li ul {
  left: 230px;
  top: 0;
  border: 0;
  border-left: 4px solid #e67e22;
}  
.mcd-menu li ul li ul:before {
  content: "";
  position: absolute;
  top: 15px;
  /*left: -14px;*/
  /* == */
  left: -9px;
  /* == */
  border-right: 5px solid #e67e22;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
.mcd-menu li ul li:hover > ul {
  top: 0px;
  left: 200px;
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .mcd-menu {
		margin-left:10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .mcd-menu {
		width: 200px;
	}
	.mcd-menu li a {
		height:30px;
	}
	.mcd-menu li a i {
		font-size: 22px;
	}
	.mcd-menu li a strong {
		font-size: 12px;
	}
	.mcd-menu li a small {
		font-size: 10px;
	}	
	.mcd-menu li a.search input {
		width: 120px;
		font-size: 12px;
	}
	.mcd-menu li a.search buton{
		padding: 8px 10px 9px 10px;
	}
	.mcd-menu li > ul {
		min-width:180px;
	}
	.mcd-menu li:hover > ul {
		min-width:180px;
		left:200px;
	}
	.mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
		min-width:150px;
	}
	.mcd-menu li ul li:hover > ul {
		left:180px;
		min-width:150px;
	}
	.mcd-menu li ul li ul li:hover > ul {
		left:150px;
		min-width:150px;
	}
	.mcd-menu li ul a {
		font-size:12px;
	}
	.mcd-menu li ul a i {
		font-size:14px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.mcd-menu { 
		width: 50px;
	}
	.mcd-menu li a { 
		position: relative;
		padding: 12px 16px;
		height:20px;
	}
	.mcd-menu li a small { 
		display: none;
	}
	.mcd-menu li a strong { 
		display: none;
	}
	.mcd-menu li a:hover strong,.mcd-menu li a.active strong {
		display:block;
		font-size:10px;
		padding:3px 0;
		position:absolute;
		bottom:0px;
		left:0;
		background:#e67e22;
		color:#FFF;
		min-width:100%;
		text-transform:lowercase;
		font-weight:normal;
		text-align:center;
	}
	.mcd-menu li .search { 
		display: none;
	}
	
	.mcd-menu li > ul {
		min-width:180px;
		left:70px;
	}
	.mcd-menu li:hover > ul {
		min-width:180px;
		left:50px;
	}
	.mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
		min-width:150px;
	}
	.mcd-menu li ul li:hover > ul {
		left:180px;
		min-width:150px;
	}
	.mcd-menu li ul li ul li > ul {
		left:35px;
		top: 45px;
		border:0;
		border-top:4px solid #e67e22;
	}
	.mcd-menu li ul li ul li > ul:before {
		left:30px;
		top: -9px;
		border:0;
		border-bottom:5px solid #e67e22;
		border-left:5px solid transparent;
		border-right:5px solid transparent;
	}
	.mcd-menu li ul li ul li:hover > ul {
		left:30px;
		min-width:150px;
		top: 35px;
	}
	.mcd-menu li ul a {
		font-size:12px;
	}
	.mcd-menu li ul a i {
		font-size:14px;
	}
	
}

/* @media only screen and (max-width: 479px) {
    .mcd-menu { 
		width: 50px;
	} */

  @media only screen and (max-width: 479px) {
    .mcd-menu { display: none;
	}

	.mcd-menu li a { 
		position: relative;
		padding: 12px 16px;
		height:20px;
	}
	.mcd-menu li a small { 
		display: none;
	}
	.mcd-menu li a strong { 
		display: none;
	}
	.mcd-menu li a:hover strong,.mcd-menu li a.active strong {
		display:block;
		font-size:10px;
		padding:3px 0;
		position:absolute;
		bottom:0px;
		left:0;
		background:#e67e22;
		color:#FFF;
		min-width:100%;
		text-transform:lowercase;
		font-weight:normal;
		text-align:center;
	}
	.mcd-menu li .search { 
		display: none;
	}
	
	.mcd-menu li > ul {
		min-width:180px;
		left:70px;
	}
	.mcd-menu li:hover > ul {
		min-width:180px;
		left:50px;
	}
	.mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
		min-width:150px;
	}
	.mcd-menu li ul li:hover > ul {
		left:180px;
		min-width:150px;
	}
	.mcd-menu li ul li ul li > ul {
		left:35px;
		top: 45px;
		border:0;
		border-top:4px solid #e67e22;
	}
	.mcd-menu li ul li ul li > ul:before {
		left:30px;
		top: -9px;
		border:0;
		border-bottom:5px solid #e67e22;
		border-left:5px solid transparent;
		border-right:5px solid transparent;
	}
	.mcd-menu li ul li ul li:hover > ul {
		left:30px;
		min-width:150px;
		top: 35px;
	}
	.mcd-menu li ul a {
		font-size:12px;
	}
	.mcd-menu li ul a i {
		font-size:14px;
	}
    
}

