body{
    font-family:poppins;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;

}
/* 1 General */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 }

:root{
/*---Background Color*/
   --primary-color:#ff7f00;
   --Secondary-color:#b6510d;
   --bg-dark-color:#c57200;
   --bg-white-color:#fff;
   --bg-dark-social:#5c3c00;


}

:root{
    /*-------Font color----------*/
    --Primary-font-color:#fff;
    --secondary-font-color:#fff;
}
.top-bg{
    background-color: var(--bg-dark-color);
    max-width: 100%;
    
    position: relative;
    display: block;

}

.top-bg ul{ 
    display: inline-block;
    float: right;
}
.top-bg ul li{
    color: var(--Primary-font-color);
    text-align: center;
    padding: 8px 0px 0px 0px;
    margin-right: 0.5rem;
    display: inline-block;
    
}
.top-bg ul li a{
    color: var(--Primary-font-color);
    list-style: none;
    text-decoration: none;
    font-size: 17px;
}
.top-bg ul li a:hover{
    color: var(--bg-dark-social);
    text-decoration: none;
}
/*-----------menu css start-----------------------*/
.top-navi-bar{
    position: relative;
    display: block;
    clear: both;

}
.top-navi-bar .navbar{
    margin: auto;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.top-navi-bar .bg-transparent{
    --bs-bg-opacity: 0.7;
    background-color:#5c3c00 !important;
    opacity: 0.7;


}
.top-navi-bar .navbar-brand{
    background-color: var(--bg-dark-color);
    position: relative;
    border: 2px solid #f9f8fa;
    border-radius: 0px 0px 20px 20px;
    margin-top: -58px;
    display: block;
}
.top-navi-bar .navbar-toggler{
    border:0;
    line-height: 2px;
    color: var(--secondary-color);
}
.top-navi-bar .navbar-toggler:focus{
    box-shadow: none;
}
.top-navi-bar .nav-item{
    margin: 0px 10px;
}
.top-navi-bar .navbar-brand .logo{
    display: block;
    height: 120px;
    width: 120px;
    margin: auto;
}

.top-navi-bar .navbar-nav .nav-item{
    margin: 0px 10px;
    text-transform: uppercase;
    color: #c57200;

}
.img-fade{
      color: #c57200;
      background-color: #000;
      z-index: 1;
      opacity:.5;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      content: "";
}
.top-navi-bar .navbar-nav .nav-item .nav-link{
    content: "";
    font-size: 18px; 
    font-weight: 500;
    display: inline-block;
    color: #4b2c06;
    position: relative;
}
.top-navi-bar .nav-item .dropdown {
    position: relative;
}
.top-navi-bar .nav-item .dropdown .nav-link .dropdown-toggle{
    position: absolute;
    display: inline-block;
 }
 .top-navi-bar .nav-item .dropdown .dropdown-menu .dropdown-item{
    background-color: var(--bg-dark-color);
}
.top-navi-bar .nav-item .dropdown .dropdown-menu .dropdown-item a{
    color: #000;
    text-transform: capitalize;
    background-color: var(--bg-dark-color);
}
.top-navi-bar .nav-item .dropdown .dropdown-menu .dropdown-item a:hover{
    background-color: var(--bg-dark-social);
    color: #fff;
    text-decoration: underline;
}
 .navbar-nav .nav-item .nav-link::after {
    position: static;
    content: "";
    left: 0;
    width: 0;
    height: 2px;
    /* background: var(--primary-color); */
    transition: 0.3s;
    bottom: 0;
  }

  .top-navi-bar .nav-item .nav-link:active,
  .top-navi-bar .nav-item .nav-link:hover
{
    position: relative;
    display: block;
    background-color:var(--primary-color);
    content: '';
    left: 0;
    width: 100%;
   color: #fff;
    transition: 0.3s;
    bottom: 0;
    
    /* color: var(--primary-color); */
}

.top-navi-bar .nav-item .dropdown .dropdown-toggle{
    display: flex;
} 
.top-navi-bar .nav-item .dropdown .dropdown-toggle:focus{
    box-shadow: none;
} 

/* Menu part css End */

.slider-top{
    position: relative;
    margin-top: 0px;
    
}


.slider-top .carousel-item .carousel-caption h5{

    font-size: 46px;
    text-align: center;
    animation: infinite;
    background: rgb(197,114,0);
background: linear-gradient(41deg, rgba(197,114,0,1) 0%, rgba(92,60,0,0.9192927170868347) 100%);
    /* background-color: #c57200; */
    display: inline;
    padding: 5px;
}
.slider-top .carousel-item .carousel-caption p{
    font-size:16px;
    text-align: center;
    margin-bottom: 150px;
}
.model-popup{
    margin-top: 0px;
}
.model-popup .modal-header{
    display:block;
    border-bottom: none;
}
.model-popup .modal-header h2{
    text-align: center;
    margin-top: 1.5rem;
    color: var(--bg-dark-color);
    font-weight: 500;
    text-transform: uppercase;
    font-family:"poppins", sans-serif;
}

.award-bg{
    background-color: var(--bg-white-color);
    position: relative;
    display: block;
}
.award-mid-part{
    position: relative;
    display: block;
    padding-top: 2rem;


}
.award-mid-part img{
    display: block;
    padding-bottom: 0.5rem;
    text-align: center;
    margin: auto;
    cursor: pointer;
}
.award-mid-part .icon-bg{
    background-color: #ff8b00;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
}
.award-mid-part .icon-bg i{
    font-size: 36px;
    padding: 11px;
    text-align: center;
    color: #fff;
}
.award-mid-part h4{
    font-size: 32px;
    font-weight: 500;
    color: var(--primary-color);
    position: relative;
    display: block;
    padding-top: 0.7rem;
    font-family: poppins, sans-serif;
    text-align: center;
    margin: auto;
    cursor: pointer;
    padding-left: 13px;
}
.award-mid-part p{
    text-align: center;
    color: #000;
    letter-spacing: 1px;
    margin: auto;
    font-weight: 500;
}
.about-bg{
    background-image: url(../images/texture-2.png);
    /* background-repeat: no-repeat; */
    background-position: center;
    /* background-size: cover; */
}
.about-imag{
    margin: auto;
    text-align: center;
    padding-bottom: 1rem;
    

}
.about-imag img{
    
    padding: 5px;
    filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-webkit-transition: all 1s ease;

}
.about-imag img:hover{
    ofilter: grayscale(0%);
    filter: gray;
    -webkit-filter: grayscale(0%);
    filter: none;
    transition: 1s ease;
}

.about-text{
    margin: auto;
    position: relative;
    display: block;
}
.about-text h3{
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
}

.about-text h3::after{
    content: " ";
    position: relative;
    display: block;
    width: 60px;
    padding-top: 2px;
    margin-top: 5px;
    color: var(--primary-color);
    background-color: var(--bg-dark-color);
}

.about-text .about-social{
    float: right;
}
.about-text .about-social a{
    color: var(--primary-color);
    font-size: 24px;
    display: inline-block;
    text-decoration: none;
    margin-right: 10px;

}
.about-text .about-social a:hover{
    color: var(--bg-dark-color);
    text-decoration: none;
    font-size: 24px;
    display: inline-block;
    margin-right : 10px;
    color: var(--bg-dark-social);
}
.about-text .about-social 

.about-text .about-social .about-social-button{
    display: inline-block;
}

.abut-button{
    background-color: var(--bg-dark-color);
    border-radius: 20px;
    border: none;
    width: auto;
    display: inline-block;
    position: relative;
    color: var(--Primary-font-color);
    padding: 7px 15px;
    text-transform:uppercase;
    font-size: 16px;
}

.abut-button:hover{
    background-color: var(--bg-dark-social);
    color: var(--Primary-font-color);
}


.sound-cloud{
    background-color:#f0f0f0;
    padding: 10px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 1.5rem;
    text-align: center;
}

.sound-cloud img{
    text-align: center;
    max-width: 100%;
    padding: 10px 0px;
    margin: auto;
    cursor: pointer;

}


.entertanment{
    background-image: url(..//images/art_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: block;
    max-width: 100%;
    padding-bottom: 20px;

}

.entertanment .enter-text{
    text-align: center;
    margin-top: 2rem;
}

.entertanment .enter-text h2{
    font-size: 36px;
    color: var(--secondary-font-color);
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0px;
}
.entertanment .enter-text p {
    font-size: 16px;
    color: var(--secondary-font-color);
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0px;
}
/* .entertanment .enter-text p::after{
    content: " ";
    position: relative;
    display: block;
    width: 120px;
    height: 2px;
    margin: auto;
    margin-top: 0.5rem;
    background-color: var(--primary-color);
    
} */
.entertanment .enter-text p::after{
    content: " ";
    position: relative;
    display: block;
    width: 120px;
    height: 2px;
    margin: auto;
    margin-top: 0.5rem;
    /* background-color: var(--primary-color); */
    background-image: url(..//images/page-title-icon.png);
    background-repeat: no-repeat;
    background-size: auto;

    
}

.entertanment .view-box{
     background-color: #eed5bf;
     background-repeat: no-repeat;
     padding: 10px 0px 0px 0px;
     max-width: 96%;
}

.entertanment .view-box .nav-tabs{
    border-bottom: none;
}


.entertanment .view-box .nav-tabs .nav-link{
    background-color: var(--primary-color);
    color: var(--Primary-font-color);
    margin-left: 1rem;
    width: 290px;
    border: none;
   
}
.entertanment .view-box .nav-tabs .nav-link:hover{
    background-color: #eed5bf;
    color: var(--bg-dark-social);
    border: none;
}

.overlay{
    position: relative;
}

.overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,3,6,0.67);
}

/* OUR SHOWS
.ticket-text{
    text-align: center;
    margin-top: 2rem;
}

.ticket-text h2{
    font-size: 36px;
    color: var(--secondary-font-color);
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0px;
}
.ticket-text p {
    font-size: 16px;
    color: var(--secondary-font-color);
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0px;
}
.ticket-text p::after{
    content: " ";
    position: relative;
    display: block;
    width: 120px;
    height: 2px;
    margin: auto;
    margin-top: 0.5rem;
    background-color: var(--primary-color);
    
}
.margin--top{
    margin-top: 60px;
}
.fixed-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
	background-position: center center;
    background-image: url(../images/bg11.jpg);
}

.sw-icon {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.shows-head {
	display: flex;
	flex-wrap: wrap;
}
.show-date {
	max-width: 80px;
	background-color: #000000;
	text-align: center;
	flex: 0 0 80px;
	padding-top: 8px;
	border-radius: 5px 0 0 5px;
}
.show-date > h4 {
	color: #fcb62b;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: -5px;
}
.show-date h5 {
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
}
.show-thumb {
	max-width: 120px;
	flex: 0 0 120px;
	height: 80px;
}
.show-thumb > img {
	max-width: 100%;
	height: 100%;
	object-fit:cover;
	width: 100%;
	border-radius: 0 5px 5px 0;
}
.show-info {
	padding-left: 40px;
}
.show-info > h3 {
	color: #ffffff;
	font-size: 26px;
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 9px;
}
.show-info > span {
	display: block;
	color: #fcb62b;
	font-size: 16px;
}
.show-time li {
	color: #fff;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.show-time li img {
	margin-right: 10px;
	display: inline-block;
	position: relative;
	top: -2px;
}
.show-time li:last-child {
	margin-bottom: 0;
}
.show-time li span {
	display: inline-block;
	font-weight: 400;
	color:var(--primary-color);
}
.theme-btn {
	display: inline-block;
	color: #fff;
	height: 60px;
	line-height: 58px;
	padding: 0 40px;
	border: 2px solid #fff;
	border-radius: 30px;
	text-transform: capitalize;
	font-weight: 500;
}
a:hover {
	color: inherit;
}
.theme-btn:hover {
	color: #fff;
	background-color:var(--primary-color);
	border-color: transparent;
}
.shows-row .row {
	align-items: center;
}
.shows-row {
	border-bottom: 1px solid #938d8f;
	padding: 40px 0;
}
.shows-row:hover{
    background-color:var(--bg-dark-social);
}
.shows-row:first-child {
	padding-top: 0;
}
.shows-row:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.sm-btn {
	display: inline-block;
	color: #f4f0f9;
	font-size: 14px;
	font-weight: 500;
	border-bottom: 1px solid #00b9c6;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.sm-btn:hover {
	color: #f4f0f9;
	border-color: transparent;
}
.shows-list {
	margin-bottom: 45px;
}
*/
/* gallery page css */

.gallery-top{
    margin-top: 60px;
    margin-bottom:40px; ;
}

.gallery-top .gallery-text{
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem
}

.gallery-top .gallery-text h2{
    font-size: 36px;
    color: var(--bg-dark-color);
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0px;
}
.gallery-top .gallery-text p {
    font-size: 16px;
    color:#000;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0px;
}
.gallery-top .gallery-text p::after{
    content: " ";
    position: relative;
    display: block;
    width: 120px;
    height: 2px;
    margin: auto;
    margin-top: 0.5rem;
    background-color: var(--primary-color);
    
}

 .video-bg{
    background-color: #f0f0f0;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    display: block;
    margin-top: 2rem;
    text-align: center;
    padding-bottom: 2rem;
}

/* gallery css start */
#gallery {
    padding-top: 40px;
  }
  @media screen and (min-width: 991px) {
    #gallery {
      padding: 60px 0px 0 0px;
    }
  }
  
  .img-wrapper {
    position: relative;
    margin-top: 15px;
  }
  .img-wrapper img {
    width: 100%;
  }
  
  .img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }
  .img-overlay i {
    color: #fff;
    font-size: 3em;
  }
  
  #overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 5%;
  }
  @media screen and (min-width: 768px) {
    #overlay img {
      width: 60%;
    }
  }
  @media screen and (min-width: 1200px) {
    #overlay img {
      width: 50%;
    }
  }
  
  #nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #nextButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #nextButton {
      font-size: 3em;
    }
  }
  
  #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #prevButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #prevButton {
      font-size: 3em;
    }
  }
  
  #exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  #exitButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #exitButton {
      font-size: 3em;
    }
  }



/* gallery css end */
/* gallery css end */
.marg-b{
    margin-bottom: 80px;
}


.marg-bt{
    margin-top: 30px;
    margin-bottom: 30px;
}

.website-btn {
	display: inline-block;
	color: #ffffff;
	height: 60px;
	line-height: 58px;
	padding: 0 25px;
	border-radius: 40px;
	text-transform: capitalize;
	font-weight: 500;
    background-color: var(--primary-color);
    border:none;
}
.website-btn a:hover {
	color: inherit;
    border: none;
}
.website-btn:hover {
	color: #fff;
	background-color:var(--bg-dark-social);
	border-color: transparent;
}
.font-clr{
    color: var(--primary-color);
}





.video{
    background-color: #f0f0f0;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    display: block;
    margin-top: 2rem;
}
.video ul{
    text-align: left;

}
.video ul li{
    margin: 5px 15px 5px 10px;
    color: var(--primary-color);
    position: relative;
    display: inline-block;
}
.video ul li a{ color: var(--Secondary-color);}

.video ul li a:hover{
   color: var(--bg-dark-social);
   text-decoration: none;
}
.video h2{
    font-size: 42px;
    text-transform: capitalize;
    text-decoration: none;
    text-align: left;
    letter-spacing: 2px;
    color: #000;
    padding-top: 3rem;
}
.video .ratio-16x9 {
    float: right;
    max-width: 600px;
    height: auto;
    display: block;
    justify-content: center;
    margin-bottom: 1.5rem;
  }

  .follow-part-bg {
    
    left: 0;
    right: 0;
    display: block;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 2rem;
}

.follow-part-bg h2 {
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    margin: 2.5rem 0 2rem 0;
}

.follow-part-bg .follow-box {
    box-shadow: 1px 3px 3px 2px rgba(0, 0, 0, 0.25);
    background-color:#fff;
    padding: 2rem 1.5rem 2rem 2rem;
    display: block;
    cursor: pointer;
    margin-bottom: 0.7rem;
    text-align: center;

}

  .footer-top-bg{
    background-image: url(..//images/footer_bgtop.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 100%;
    display: block;
    position: relative;
  }
.footer-bg{
    background-image: url(..//images/footer-img2.jpg);
    top: 0;
    left: 0;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 2rem;
}
.footer-bg h2{
    color: var(--Primary-font-color);
    font-size: 28px;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    margin: .5rem .5rem;
}

.footer-bg h3{
    color: var(--Primary-font-color);
    font-size:24px;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    margin: 1rem 0 .5rem 0;
}

.footer-bg ul{
    margin-top: 5px;
}

.footer-bg ul li{
    color: var(--Primary-font-color);
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    width: 100%;
    
}
.footer-bg ul li i{
    margin-right: 0.5rem;
    color: var(--Primary-font-color);

}

.footer-social{
    margin-top: 0.5rem;
}
.footer-social ul{
    display: inline-block;
}

.footer-social ul li{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 8px 2px 0px 3px;
    background-color: #5c3c00;
    color: #fff;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-right: 1.5rem;
    margin-top: 1rem;
}
.footer-social ul li:hover{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 8px 2px 0px 3px;
    background-color: #ffffff;
    color: #5c3c00;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-right: 1.5rem;
    margin-top: 1rem;
}
.footer-social ul li i{
    text-align: center;
    display: block;
    padding-left: 9px;
    padding-top: 5px;
    color: #fff;
}

.footer-social ul li i:hover{
    text-align: center;
    display: block;
    padding-left: 9px;
    padding-top: 5px;
    color: #5c3c00;
}
.footer-bg .last-btn{
    display: block;
}
.footer-bg .last-btn ul li a{
    color: #fff;
    text-decoration: none;
}
.footer-bg .last-btn ul li a:hover{
    color: #5c3c00;
    text-decoration: underline;
}
.last-line{background-color: bisque; width: 100%; padding: 0.4rem; text-align: center; color: #2e2e2e;}

/* about page css */
.about-top{
    background-image: url(..//images/extra/about-banner1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px;
    display:block;
    /* margin-top: -92px; */
    position: revert;
    /* box-shadow: inset 0 0 99999px rgba(1, 0, 0, 0.5); */
}

.about-top h2{
    padding-top: 15%;
    color: #fff;
    font-size: 54px;
}
/* Homepage gallery css */
.grid-container {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    grid-auto-flow: dense;
  }
  .grid-container .item {
    background: #8ff;
    display: flex;
  }
  .grid-container .item a {
    display: flex;
    width: 100%;
  }
  .grid-container .item.portrait {
    grid-row: auto / span 2;
  }
  .grid-container .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  /* CSS ne servant qu'à la décoration, inutile pour le fonctionnement */
  
  .filter-buttons {
    padding: 1rem;
    text-align: center;
  }
  .filter-buttons button {
    background: #ccc;
    border: none;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
  }
  .filter-buttons button:focus {
    outline: none;
    background: #eee;
  }
 
/* Home Page Gallery css End */


/* whatsapp icon css start */
.whatsapp-ic{
    border: none;
   background: transparent;
   color: #036d00;
}
.scw-switcher-wrap {

 top: 230px;
 right: 5px;
 padding: 0px;
 width: 45px;
 height: 45px;
 border: 1px solid rgba(0,0,0,.09);
 border-radius: 40px;
 box-shadow: 0 13px 42px 11px rgba(0,0,0,.05);
 z-index: 9999;
 overflow: hidden;
 -webkit-transition: all .45s ease;
 -o-transition: all .45s ease;
 transition: all .45s ease;
 color:#93C;	
}
.scw-switcher-wrap a { display:table; height:100%; width:100%; line-height:40px; text-align:center;}
.scw-switcher-wrap i{ text-align:center; margin-top:5px; margin-left:0px; position:relative; color: #036d00;}
.scw-switcher-wrap, .scw-trigger-icon {  position: fixed; left: auto; background-color: #fff;}

.wrap {

 top: 280px;
right: 5px;
padding: 0px;
width: 45px;
height: 45px;
border: 1px solid rgba(0,0,0,.09);
border-radius: 40px;
box-shadow: 0 13px 42px 11px rgba(0,0,0,.05);
z-index: 9999;
overflow: hidden;
 -webkit-transition: all .45s ease;
 -o-transition: all .45s ease;
 transition: all .45s ease;
 color:#93C;
 
}
.wrap i {text-align: center; margin-top: 6px; margin-left: 7px; position: relative; padding: 5px;
 padding-top: 13px;}
.wrap, .scw-trigger-iconfb {  position: fixed; left: auto; background-color: #fff;}