::selection{ background-color: #D1E1ED; color: gray; }
::moz-selection{ background-color: #D1E1ED; color: gray; }
::webkit-selection{ background-color: #D1E1ED; color: gray; }

body {
	background-color: #fff;
	margin: 0;
	font: 13px/20px normal Helvetica, Arial, sans-serif;
	color: #4F5155;
}

.sidebar-forum, .forum-frame, .sidebar-contact{
  border-radius: 6px;
}

a {
	color: #003399;
	background-color: transparent;
	font-weight: normal;
}

h1 {
	color: #444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 19px;
	font-weight: normal;

}

code {
	font-family: Consolas, Monaco, Courier New, Courier, monospace;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}


.clr {
	clear: both;
	overflow: hidden;
	height: 0;
}

#body{
	margin: 0 15px 0 15px;
	min-height: 400px;
}

p.footer{
	text-align: right;
	font-size: 11px;
	border-top: 1px solid #D0D0D0;
	line-height: 32px;
	padding: 0 10px 0 10px;
	margin: 20px 0 0 0;
}

.announcement-body{
  min-height: 300px !important;
}

#headerbar {
	height: 40px;
}

#topmenu {
	position:relative;
	display:block;
	height:39px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(../img/bgOFF1.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border-top:4px solid #B30000;
	text-align: center;
}
#topmenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}
#topmenu ul li{
	display:block;
	float:left;
	margin:0;
	color:#666;
	text-decoration:none;
	padding:9px 5px 0 5px;
	height:23px;
	width:100px;
	background:transparent url(../images/bgDIVIDER1.gif) no-repeat top right;
}
#topmenu ul li a{
	display:block;
	float:left;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	width: 100%;
	text-align: center;
}
#topmenu ul li:hover,#topmenu ul li a:hover,#topmenu ul li.current,#topmenu ul li a.current,#topmenu li ul li.current, #topmenu li ul li a.current{
	color:#B30000;
	background:#fff url(../images/bgON1.gif) no-repeat top right;
}
#topmenu li ul {display:none;}
#topmenu li:hover ul {
	display:block;
	width:auto;
}
#topmenu li ul li{
	clear:both;
	border-style:none;
	color:#666;
	text-decoration:none;
	padding:9px 5px 0 10px;
	height:23px;
	width:100px;
	background:#dadada;
	border-bottom: 1px solid #bababa;
}
#topmenu li ul li a{
	display:block;
	float:left;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	width: 100%;
	text-align: left;
}
#topmenu li ul li:hover a,#topmenu li ul li a:hover,#topmenu li ul li.current a{
	background:#f9f9f9;
	color:#B30000;
}
/*#topmenu li ul li.current,#topmenu li ul li a.current{
	background:#dadada;
	color:#666;
}*/

#container{
	margin: 10px 10px 10px 10px;
	border: 1px solid #D0D0D0;
	padding-top: 5px;
	-webkit-box-shadow: 0 0 8px #d0d0d0;
	box-shadow: 0px 0px 8px #d0d0d0;
	overflow-x: auto;
}

.floatright{
	margin: 5px 5px 0 0;
	float: right;
}
.admin_btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FBE4C4), color-stop(1, #EC9F2D) );
	background:-moz-linear-gradient( center top, #FBE4C4 5%, #EC9F2D 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBE4C4', endColorstr='#EC9F2D');
	background-color:#FBE4C4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #C4C4C4;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:1px 16px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin-right:10px;
}.admin_btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #EC9F2D), color-stop(1, #FBE4C4) );
	background:-moz-linear-gradient( center top, #EC9F2D 5%, #FBE4C4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EC9F2D', endColorstr='#FBE4C4');
	background-color:#EC9F2D;
}.admin_btn:active {
	position:relative;
	top:1px;
}

.logout_btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #C4C4C4;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:1px 16px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.logout_btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.logout_btn:active {
	position:relative;
	top:1px;
}



#section-box {
	width: 340px;
	background-color: #fff;
}

.submenu-box, div.m {
	border: 1px solid #ccc;
	padding: 0 8px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


.form-field {
   border: 1px solid #8a8a8a;
   background: #ffffff;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   color: #807d79;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   margin-bottom:20px;
   width:280px;
   }
.form-field:focus {
   background: #fff;
   color: #9c9893;
   }
.form-container h2 {
   text-shadow: #fdf2e4 0 1px 0;
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
    }
.submit-container {
   margin:8px 0;
   padding-right:20px;
   text-align:right;
   }

   
.submit-button {
  background: #3498db;
  border: 1px solid #2c3e50;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.submit-button:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.submit-button:active {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.m_1{
	border:0px solid #ddd;
	width:360px;
	padding:20px;
}
.credit-banner{
  /*height:70px;*/
  height:55px;
  /*height:55px !important;*/
}
.credit-logo{
  width:225px;
  /*height:58px;*/
  height:45px;
/*  width:150px;
  height:45px;*/
}

.img_logo{
	width: 60px;
/*	height: 60px;*/
}
.contact_logo{
  width:40px !important;
}
.category-container >.widget-toolbar{
  line-height:35px !important;
}
.homepage-container{
	width:85% !important;
	margin: 10px auto 150px;
  max-width: 1519px;
	overflow-wrap: break-word;
	
}
.category-title{
  cursor: pointer;
}
.category-widget-header{
	background-color: #fffbfb !important;
}
.category-main-container{
  width:100%;
  /*padding:30px 0 0 !important;*/
}
.category-container{
  background-color:transparent !important;
  color: #919191 !important;
}
.category-container-body >div{
  /*margin:0 20px !important;*/
  padding:0 0 6px !important;
}
.dropdown-menu > li > a {
  display: block;
  padding: 6px 20px;
}
.category-btn, .category-btn > .btn{
  width:100% !important;
  /*box-shadow: 0 2px #999;*/
  box-shadow: 0 1px 5px rgba(0,0,0,0.2),0 2px 2px rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12);
  border-radius:6px;
}
.category-btn > .btn-danger{
  /*border-color:#d15b47 !important;*/
  border-width: 1px !important;
  box-shadow: 0 1px 2px #d15b47 !important;
  background-color: #d15b47 !important;
}
.category-btn > .btn{
  /*border-color: #999;*/
  /*border-color: #eeeded !important;*/
  border:0px !important;
  border-color: transparent !important;
  padding: 5px 10px;
  border-radius:6px;
  color: black !important;
  font-weight:600;
  min-height:38px;
}


.btn-white.btn-primary:hover, .btn-white.btn-primary:focus, .btn-white.btn-primary.active, .btn-white.btn-primary:active, .open > .btn-white.btn-primary.dropdown-toggle, .open > .btn-white.btn-primary.active.dropdown-toggle {
  /*border-color: #8aafce;*/
  border-color: #cbb499  !important;
  color: black !important;
  font-weight:600;
  /*background-color: #b4d4f2 !important;*/
  background-color: #E8D3BA !important;
}
.category-btn-div{
/*  padding-top:5px;
  padding-bottom:5px;*/
  padding:0 5px 10px;
}
.category-btn > .btn{
  text-align: left;
}
.category-dropdown{
  width:100% !important;
}
.category-widget-header, .widget-body, .widget-main{
  background-color: transparent !important;
  border:none !important;
}
.login-layout {
  background-color: #e6edfa;
  background-image: url(../images/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;

  /*background-color: #f0f0f0;*/
}
.category-widget-header , .widget-toolbar > a{
  color: #919191 !important;
}

.login-layout .main-container:before {
  display: none;
}
.login-layout .main-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.login-layout label {
  margin-bottom: 11px;
}

.login-layout .widget-box {
  visibility: hidden;
  position: relative !important;
  z-index: -5;
  border-bottom: none;
  box-shadow: none;
  padding: 20px;
  background-color: rgba(92, 131, 203, 0.1);
/*  padding: 0px;
  background-color: transparent !important;*/
  -moz-transform: scale(0,1) translate(-150px);
  -webkit-transform: scale(0,1) translate(-150px);
  -o-transform: scale(0,1) translate(-150px);
  -ms-transform: scale(0,1) translate(-150px);
  transform: scale(0,1) translate(-150px);
}
.login-layout .widget-box.visible {
  visibility: visible;
  position: relative;
  z-index: auto;
  -moz-transform: scale(1,1) translate(0);
  -webkit-transform: scale(1,1) translate(0);
  -o-transform: scale(1,1) translate(0);
  -ms-transform: scale(1,1) translate(0);
  transform: scale(1,1) translate(0);
  transition: transform .3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.2s ease;
}
.login-layout .widget-box .widget-main {
  padding: 16px 32px 36px;
  background: #fffbfb;;
}
.login-layout .widget-box .widget-main form {
  margin: 0;
}
.login-layout .widget-box .widget-body .toolbar > div > a {
  font-size: 15px;
  font-weight: 400;
  text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 760px) {
  .alert-msg{
    width:350px !important;
    top:8vh !important;
    left: -15px !important;
    right: 0 !important;
    margin: 0 auto !important;

  }
  .success-msg{
    width:350px !important;
    top:8vh !important;
    left: -15px !important;
    right: 0 !important;
    margin: 0 auto !important;

  }
}

@media only screen and (min-width: 1600px) {
  .alert-msg{
    top: 12vh !important;
  }
  .success-msg{
    top: 12vh !important;
  }
}
@media only screen and (max-width: 500px) {
  .navbar-mobile {
    top: -1px !important;
    position: absolute !important;
    right:0 !important;
  }

}
#jssor_1, #jssor_2{
	/*max-height: 540px !important;*/
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
  /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;*/
}

#jssor_1{
  display: block;  
 
}
#jssor_2{
  display: none;  
 
}

.event-modal-dialog{
  max-width: 50vw !important;

}

@media only screen and (max-width: 768px) {
  .homepage-container{
    margin: 10px 0 100px !important;
    width: 100% !important;
  }
  .sidebar-contact{
    top:  auto !important;  
  }
  .event-modal-dialog{
    max-width: 400px !important;
  }
  .profile-img-main-div{
    padding-left:4px !important;
    padding-right:4px !important;
  }
  #announcement_modal > .modal-dialog, #url_modal > .modal-dialog{
	  margin: 10% 5px !important;
  }
  .credit-banner{
    height:55px !important;
  }
  .credit-logo{

    width:150px !important;
    height:45px !important;
  }
  #jssor_1{
    display: none !important;  
   
  }
  #jssor_2{
    display: block !important;  
   
  }

  .navbar-container{
    background-color:white !important;
  }

}


/* jssor slider loading skin spin css */
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    /*animation-duration: 1.0s;*/
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.jssora061 {display:block;position:absolute;cursor:pointer;}
.jssora061 .a {fill:none;stroke:#fff;stroke-width:360;stroke-linecap:round;}
.jssora061:hover {opacity:.8;}
.jssora061.jssora061dn {opacity:.5;}
.jssora061.jssora061ds {opacity:.3;pointer-events:none;}


/* Contact Sidebar*/
.content{
  padding:50px 100px;
}
.content h2{
  padding:0;
  margin:0 0 20px;
  font-size:30px;
}
.content p{
  font-size:18px;
}
.sidebar-euro{
  position:fixed;
  height:300px;
  /*top:50%;*/
  top:83%;
  right:-267px;
  transform:translateY(-50%);
  width:267px;
  padding:20px;
  background:#fff;
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
  /*box-shadow: 0 20px 20px rgba(0,0,0,.5);*/
  box-sizing:border-box;
  transition:0.5s;
  z-index: 2000;
  overflow-wrap: break-word;
}
.sidebar-event{
  position:fixed;
  height: 70vh;
  top: 40vh;
  right: 0;
  transform:translateY(-50%);
  background:#fff;
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
  box-sizing:border-box;
  transition:0.5s;
  z-index: 1000;
  overflow-wrap: break-word;
}
.sidebar-forum{
  position:fixed;
  /*height:750px;*/
  /*top:50%;*/
 /* height: 95vh;*/
  /*top:420px;*/
  /*top: 52.5vh;*/
  height: 100vh;
  top: 50vh;
  /*right:-430px;*/
  /*right:  -600px;*/
  right: 45vw;
  transform:translateY(-50%);
  /*width:430px;*/
  width: 45vw;
  right: -45vw;
  /*padding:20px;*/
  background:#fff;
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
  /*box-shadow: 0 20px 20px rgba(0,0,0,.5);*/
  box-sizing:border-box;
  transition:0.5s;
  z-index: 1000;
  overflow-wrap: break-word;
}
.sidebar-contact{
  position:fixed;
  /*top:50%;*/
  top:72%;
  right:-267px;
  transform:translateY(-50%);
  width:267px;
  height:auto;
  padding:20px;
  background:#fff;
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
  /*box-shadow: 0 20px 20px rgba(0,0,0,.5);*/
  box-sizing:border-box;
  transition:0.5s;
  z-index: 2000;
  overflow-wrap: break-word;
}

.sidebar-forum.active{
  right:0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2001;
}
.sidebar-contact.active{
  right:0;
  z-index: 2001;
}
.sidebar-contact-detail{
  padding:10px 0;
  font-size:14px;
  font-weight: 500;
}
.sidebar-contact h2{
  margin:0 0 10px;
  padding:0;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
.sidebar-contact input[type="submit"]{
  background:#00bcd4;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}
.toggle:hover {
  /*background-color:#60a0df !important;*/
  background-image: url("../images/cs2.png");
  background-repeat: no-repeat;
  background-size: 48px 48px;
}
.toggle{
  bottom: 0;
  /*top: 203px;*/
  position:absolute;
  height:48px;
  width:48px;
  text-align:center;
  cursor:pointer;
  /*background:#408ef3;*/
  background-image: url("../images/cs1.gif");
  /*background-position: center center;*/
  background-repeat: no-repeat;
  background-size: 48px 48px;
/*  background-attachment: fixed;
  background-size: cover;*/
  /*top:0;*/
  left:-48px;
  line-height:48px;
  border-radius: 3px;
}
.euro-toggle:focus {
  outline:none !important;
}
.euro-toggle:hover {
  /*background-color:#60a0df !important;*/
  background-image: url("../images/euro_2.png");
  background-repeat: no-repeat;
  background-size: 48px 48px;
}
.euro-toggle{
  position:absolute;
  height:48px;
  width:48px;
  text-align:center;
  cursor:pointer;
  /*background:#408ef3;*/
  background-image: url("../images/euro_1.gif");
  /*background-position: center center;*/
  background-repeat: no-repeat;
  background-size: 48px 48px;
  text-decoration: none;
/*  background-attachment: fixed;
  background-size: cover;*/
  top:20%;
  left:-48px;
  line-height:48px;
  border-radius: 3px;
}


.event-toggle:focus {
  outline:none !important;
}
.event-toggle:hover {
  /*background-color:#60a0df !important;*/
  background-image: url("../images/gift.png");
  background-repeat: no-repeat;
  background-size: 48px 48px;
}
.event-toggle{
  position:absolute;
  height:48px;
  width:48px;
  text-align:center;
  cursor:pointer;
  /*background:#408ef3;*/
  background-image: url("../images/gift.gif");
  /*background-position: center center;*/
  background-repeat: no-repeat;
  background-size: 48px 48px;
  text-decoration: none;
/*  background-attachment: fixed;
  background-size: cover;*/
  top:60vh;
  left:-48px;
  line-height:48px;
  border-radius: 3px;
}

.forum-toggle:focus {
  outline:none !important;
}
.forum-toggle:hover {
  /*background-color:#60a0df !important;*/
  background-image: url("../images/forum.png");
  background-repeat: no-repeat;
  background-size: 48px 48px;
}

.forum-toggle{
  position:absolute;
  bottom: 22vh;
  /*top: 615px;*/
  height:48px;
  width:48px;
  text-align:center;
  cursor:pointer;
  /*background:#408ef3;*/
  background-image: url("../images/forum.gif");
  /*background-position: center center;*/
  background-repeat: no-repeat;
  background-size: 48px 48px;
  text-decoration: none;
/*  background-attachment: fixed;
  background-size: cover;*/
  /*top:65vh;*/
  /*top:72vh;*/
  left:-48px;
  line-height:48px;
  border-radius: 3px;
}


.contact-us-title{
  font-size:22px !important;
}
/*.toggle:before{
  content:'\f003';
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
}*/
/*.toggle.active:before{
  content:'\f00d';
}*/
.toggle.active{
  background-image: url("../images/cs2.png") !important;
  background-repeat: no-repeat;
  background-size: 48px 48px;
}
.sidebar-row{
	padding: 3px 0px !important;
}
.sidebar-bottomline{
	margin:5px 0 !important;
}

@media only screen and (max-width: 768px) 
{
/*  .category-btn, .category-btn > .btn{
    box-shadow: 0 1px #999 !important;
  }*/
  .sidebar-contact{
    /*top:430px !important;*/
    bottom: 0;
  }
  .sidebar-euro{
    top:500px !important;
  }

  .sidebar-event .event-toggle{
    top: 40vh;

  }
  .sidebar-forum{
    width:100%;
    height:100%;
    right:-100%;
    top: 50%;
  }
  .sidebar-forum .forum-toggle{
    bottom: 33vh;
    /*top: 45vh;*/
/*    transform:translateY(-50%);
    transition:0.5s;*/
  }

  .sidebar-forum.active .forum-toggle
  {
    top:0;
    right:0;
    transform:translateY(0);

  }


/*  .sidebar-forum .toggle{
    top:35%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-forum.active .toggle
  {
    top:0;
    right:0;
    transform:translateY(0);
  }*/


  /*.toggle-mobile {
    left: auto !important;

  }
  .sidebar-contact{
    width:100%;
    height:100%;
    right:-100%;
  }
  .sidebar-contact .toggle{
    top:35%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    top:0;
    right:0;
    transform:translateY(0);
  }*/
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .content{
    padding:50px 50px;
  }
}
@media only screen and (max-width:400px) and (max-height: 700px){
  .sidebar-event .event-toggle{
    top: 47vh;
  }

}

@media only screen and (max-width:500px){
  .sidebar-event .event-toggle{
    top: 42vh;
  }
  .sidebar-forum .forum-toggle{
    /*top: 60vh;*/
    /*top: 60vh;*/
  }
/*  .sidebar-contact .toggle{
    /*top: 60vh;*/
    top: 50vh;
  }*/
}

@media only screen and (max-height: 419px) {
 /* .toggle{
    top:10em !important;
  }*/
}
@media only screen and (min-width: 769px) {
  .marquee_top_desktop {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 10px 0 18px;
    margin: 15px 0;
    border-radius: 20px;
    background-image: linear-gradient(180deg,#fff 14%,#ecefff 74%,#fefeff 98%);
    border: 1px solid #d1d5f5;
    color: #3C3C3C !important;
  }
}
.marquee_top_desktop > .row {
  width: 100%;
}
.marquee_top_desktop > .row > .marquee-speaker{
  border:none !important;
}
.marquee-speaker-logo{
  position: relative;
  width: 53px;
  height: 63px;
  top: 4px;

}
.marquee_top{
   display:none;
}

.marquee-textbox >a{
  font-weight: 600;
}
.homepage-main-container::before{
  width:auto !important;
}
 .ace-nav > li.light-blue > a, .menu-login{
  background-color: #6ab4f4 !important;
  min-width: 100px;
}
.blue{
  color: #6ab4f4 !important;
}

.navbar{
  background-color: white !important;
}

@media only screen and (max-width: 768px) {
  .marquee_top_desktop {
    display:none !important;
  }
  .marquee_top{
    /*background-color:rgba(225, 245, 251, 0.65) !important;*/
    border: 1px solid rgba(0,0,0,.125) !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;*/
    background-color: #E8D3BA !important;
    border: 1px solid #E8D3BA !important;
    display:block;
    /*opacity:0.9;*/
    /*box-shadow: 0 1px 15px #439cfd !important;*/
  /*  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;*/
    padding:2px 0;
    font-weight:600;
    width:100%;
    /*color:white !important;*/
    color: #3C3C3C !important;
  }
  .navbar{
  /*  background-image: url("../images/test.jpg");
    background-repeat: no-repeat;*/
    background-color: transparent !important;
    /*height:265px;*/
    /*background-size: 100% 100% !important;*/
  }
  .ace-nav {
    background-color:transparent !important;
  }
  .user-info{
    display:none !important;
  }
  .navbar-second-container, .navbar-third-container{
    display:block !important; 
  }
  .navbar-second-container{
    padding:12px 0 !important;
    /*margin: 0 25px !important;*/
  }
  .banner{
    /*width:100% !important;*/

    /*min-height: 250px !important; */
  }
  #jssor_1, #jssor_2 {
    box-shadow: none !important;
    position: absolute !important;
    top: 45px !important;
    z-index:-1;
/*    min-height:250px !important;*/
  }

  .marquee_top{
    /*background-color:rgba(225, 245, 251, 0.65) !important;*/
    border: 1px solid rgba(0,0,0,.125) !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
/*
    box-shadow: 0 1px 15px #439cfd !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
*/
  }


}
/*@media only screen and (max-width: 500px) {
  .navbar-mobile-container{
    padding:33px 25px 5px !important;
  }
}*/
@media only screen and (max-height: 376px) and (max-width: 767px) {
  .toggle.active{
    top: 0 !important;
  }

}
@media only screen and (max-height: 380px) and (max-width: 850px) {
 /* .homepage-language{
    padding:0px !important;
  }*/

}
@media only screen and (max-width: 324px) {
  #homepage-username, #homepage-password {
    width:96px !important;
  }
  .navbar-login-container{
     width:299px;
  }
  .homepage-forgot-password{
    padding-right: 135px !important;
  }
  .marquee-textbox{
    width: 90% !important;
  }
}

@media only screen and (min-width: 325px) and (max-width: 375px) {
  #homepage-username, #homepage-password {
    width:115px !important;
  }
  .navbar-login-container{
    width:335px;
  }
  .homepage-forgot-password{
    padding-right: 90px !important;
  }


}

@media only screen and (min-width: 376px) and (max-width: 416px) {
  #homepage-username, #homepage-password {
    width:125px !important;
  }
  .homepage-forgot-password{
    padding-right: 82px;
  }
}
@media only screen and (min-width: 417px) and (max-width: 466px) {
  #homepage-username, #homepage-password {
    width:135px !important;
  }
  .homepage-forgot-password{
    padding-right: 85px;
  }
}
@media only screen and (max-width: 768px) {
  .navbar_active > a > div {
    border-bottom:none !important;
    border-radius:0px;
  }
  .homepage-forgot-password{
    padding-top:0px !important;
    clear:both;
    margin-top:-3px;
    width:100%;
    padding-right: 82px;
    text-align: right;
  }
  .marquee-textbox{
    white-space: nowrap !important;
  }
  .homepage-language-login{
    padding:0px !important;
    position: relative !important;
  }
  .homepage-language-mobile{
    padding: 0px 12px !important;
  }
  .homepage-language-login >a{
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .p-l-r-4{
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .navbar-mobile-container{
    /*padding:3px 25px 5px;*/
     /*padding:0px 25px 5px;*/
    /*padding:62px 0px 5px 15px !important;*/
    position:absolute;
    top:0;
  }
  .navbar-login-container{
    /*margin: 180px 0 0 15px !important;*/
    margin-left:15px !important;
  }
  
  .navbar-mobile{
    /*width:70%;*/
    width:40%;
  }
  .navbar-mobile-100{
    width:100% !important;
  }
  .homepage-language{
    position:absolute;
    top:0;
    right:0;
    padding:20px 6px;
  }
  .homepage-desktop-register{
    display:none !important;
  }
  .navbar-brand{
    /*position: absolute;*/
    z-index: 2000;
  }
}

#navbar-container{
  min-height: 44px;
  width: 85% !important;
  margin: 0 auto !important;
  max-width: 1519px;
  overflow-wrap: break-word;
}
#navbar-container-b{
  min-height: 44px;
  width: 85% !important;
  margin: 0 auto !important;
  max-width: 1519px;
  overflow-wrap: break-word;
}
@media only screen and (max-height: 800px) {
  .toggle{
    bottom: 2vh !important;
  }

}
@media only screen and (max-width: 1550px) {
 .banner{
    margin-top: 0 !important;
  }
/*  .homepage-container{
    margin: 10px 0 50px !important;
    width: 100% !important;
  }*/
  #navbar-container{
    margin: 0 !important;
    width: 100% !important;
  }
  #navbar-container-b{
    margin: 0 !important;
    width: 100% !important;
  }
 /* .homepage-container{
    margin: 0px !important;
  }*/
}
@media only screen and (min-width: 769px) {
  .navbar-second-container, .navbar-third-container{
    display:none; 
  }
  .homepage-mobile-register{
    /*display:none;*/
  }
}
.no-skin .navbar .navbar-toggle, .ace-nav > li.light-blue > a , .table-header{
  background-color: #E8D3BA !important;
}
.marquee-speaker{
  border-right: 1.5px solid #3C3C3C;
  font-size:15px
  padding:0 5px 0 10px;
}

/*.p-12{
  padding:12px 6px;
}*/


.homepage-label-box{
  background: rgba(104, 101, 101, 0.5);
  border-radius:30px;
  font-size:10px;
  padding:0px 6px;
}
.navbar-second-container{
  padding:12px 25px 5px;
  font-size:14px;
  font-weight:600;
}
.navbar-third-container{
  padding:6px 25px;
}

.homepage-label{
  z-index:2000;
  opacity:1;
}
.p-r-2{
  padding-right: 2px;
}
.p-r-12{
  padding-right: 12px;
}
.p-t-6{
  padding-top:6px;
}
.p-7{
  padding:7px;
}
.p-10{
  padding:10px;
}
.p-t-10{
  padding-top:10px;
}
.p-11{
  padding:11px;
}
.p-t-11{
  padding-top:11px;
}
.p-12{
  padding:12px;
}
.p-t-12{
  padding-top:12px;
}
.homepage-language{
  float:right;
  padding:0 12px;
}

.homepage-desktop-register{
  float:right;
  padding:12px;
}
#homepage-username{
  text-transform: uppercase;
}
#homepage-username::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
#homepage-username:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
#homepage-username::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
#homepage-username:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
#homepage-username::placeholder { /* Recent browsers */
    text-transform: none;
}
#homepage-username, #homepage-password{
  font-size:13px;
  border-radius:5px !important;
  max-width: 160px !important;
}
#homepage-username:focus,#homepage-password:focus{
  /*border-color:#93cbf9 !important;*/
  box-shadow: 0 5px 15px rgba(87, 107, 125, 0.5) !important;

}
.btn-success,.btn-success:focus{
  background: #cbb499 !important;
  border-color: #cbb499 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
  border-radius: 3px;
  margin-right: 5px;
}
.btn-success:hover, .btn-success:active, .btn-success:focus:active,.btn-success:focus:hover {
  background: #ac9881 !important;
}
.homepage-login-btn{
  padding:4px 6px 0;
}
.lang-icon{
  width:20px;
}
.homepage-forgot-password{
  font-size:10px;
}
.homepage-forgot-password > a{
  text-decoration: none;
}
.banner{
  margin-top:0px;
  display:flex;
}
.m-l-150{
  margin-left:150px;
}
.marquee-text{
  opacity:1;
}
.banner-img, .banner-img:focus, .banner-img:active {
  text-decoration:none !important;
  cursor:pointer;
  outline-offset: 0 !important;
}
.sidebar-contact-detail > a{
  text-decoration:none !important;
  cursor:pointer;
  color: #4F5155 !important;
}
.m-t-15{
  margin-top:15px;
}
.m-b-15{
  margin-bottom:15px;
}
.table-header-modal {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}
.modal-content {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.close-btn {
  opacity: 1 !important;
  text-shadow: none;
}
.close > .white{
  font-weight:400 !important;
}
.close-btn:hover {
  opacity: 0.5 !important;
}
.modal-dialog{
  width:auto !important;
  max-width:400px;
  margin: 10% auto !important;
}
.modal-title{
  font:13px/20px normal Helvetica, Arial, sans-serif;
}

.alert-danger{
  background-color: #f2dede !important;
  border-color: #ebccd1 !important;
  color: #a94442 !important;
}
.alert-success {
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
    color: #3c763d !important;
}
.alert-msg{
  width:320px;
  position:fixed;
  top:50px;
  right:10px;
  z-index:3000;
}
span.err_msg{
  /*color: #ff0000;*/
  line-height: 1em;
  font-weight: bold;
}
.pagination-div{
  left:0 !important;
  bottom:0;
  position: fixed;
}
.pointer{
  cursor: pointer;
}
.category-title{
  margin-left:5px;
  margin-right:5px;
  font-size:14px !important;
}
.category-container > .widget-toolbar{
  font-size: 12px !important;
}
.cp_logo{
  width:22px;
  height:22px;
  margin-right:12px;
  border-radius: 3px;
}
#announcement_modal > .modal-dialog{
  max-width: 900px !important;

}
#url_modal > .modal-dialog{
  max-width: 900px !important;
}
.m-t-5{
  margin-top:5px;
}

img, table, td{
  max-width: 100% !important;
}
.announcement{
  margin-bottom:50px;
  max-height: 450px;
  overflow:auto;
}
.darkgrey{
  color: #414755 !important;
}
.lightbrown{
  color: #cbb499 !important;
}
.navbar-brand{
  color: #cbb499 !important;
}
.dropdown-menu > li:hover > a, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active, .dropdown-menu > li.active > a, .dropdown-menu > li.active:hover > a {
  background: #E8D3BA !important;
  color: #262626 !important;
}
.logo{
  width:28px;
}
.company_logo{
  width: 100px;
}
.marquee-text-a{
  color:#3C3C3C !important;
}
.marquee-url{
 color: #3C3C3C !important;
}
.no-border{
  /*border:none !important;
  border-color: transparent !important; */
  border:0px !important;
}
.no-box-shadow{
  box-shadow: none !important
}

.mobile-navbar{
  /*background-color:white;*/
  height:42px;
  /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;*/
  width: 100%;
  padding:0 16px;
}
.navbar_active > a > div {
  border-bottom:4px solid #d3b797;
  border-radius:2px;
  padding:12px 3px 7px;
}

.navbar_active > a {
  font-weight: 600;
  color:#d3b797 !important;
}
.desktop-navbar{
  margin:0 12px;
}

.desktop-navbar > ul , .mobile-navbar > ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.desktop-navbar > ul >li, .mobile-navbar > ul >li{
  float:left;
}
.desktop-navbar > ul > li > a {
    display: inline-block;
    color: #414755;
    text-align: center;
    padding: 0 16px;
    text-decoration: none;
}
.mobile-navbar > ul > li > a {
    display: inline-block;
    color: #414755;
    text-align: center;
    padding: 2px 3px;
    text-decoration: none;
    width:100%;
}
.desktop-navbar > ul > li > a:hover, .mobile-navbar > ul > li > a:hover {
    color: #d3b797;
    text-decoration: none;
    font-weight:600;
   
}
.desktop-navbar > ul > li > a > div{
  padding:12px 3px 7px;
}
.desktop-navbar > ul > li > a > div:hover {
  border-bottom:4px solid #d3b797;
  border-radius:2px;
}

.desktop-navbar > ul > li > a:focus, .mobile-navbar > ul > li > a:focus {
  outline:none;
}

.mobile-navbar > ul > li > a > div{
  /*padding:10px 3px 5px*/;
  padding:10px 0px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2),0 2px 2px rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12);
  border-radius: 6px;
  height: 38px;
  background-color:white;
}
.btn-banner{
  width:100%;
  /*height: 88px;*/
  border-radius: 6px;
}
.banner-dropdown{
  /*height: 88px;*/
  text-align:center !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-danger {
  opacity:0.5;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover,.btn-success[disabled]:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #cbb499 !important;
}

.btn-white.btn-primary.credit-banner:hover, .btn-white.btn-primary.credit-banner:focus, .btn-white.btn-primary.credit-banner.active, .btn-white.btn-primary.credit-banner:active, .open > .btn-white.btn-primary.credit-banner.dropdown-toggle, .open > .btn-white.btn-primary.credit-banner.active.dropdown-toggle {
  background-color: white !important;
  border: 1px solid #d3b797 !important;
}
.bgm-stop{
  font-size: 7px;
  color: #e33f3f;
  vertical-align: top;
}
.video-close, .img-close{
  position: absolute;
  right: 0;
  z-index: 1000;
  padding: 12px !important;
  margin-top:0px !important;
}

.video-body{
  background-color:black;
  border-radius:3px;
  
}
.modal-body{
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.scroll{
  overflow: scroll !important;
}
#video_modal,#img_modal{
  overflow:hidden !important;
}
#video_modal>.modal-dialog{
  max-width: 700px !important;

}

#video_modal>.modal-dialog>.modal-content{
  border:none !important;
  background-color:transparent !important;
}
.marquee-text-link{
  color:#4F5155;
  text-decoration: none !important;
}
.marquee-text-link:hover{
  color:#d3b797;
}
.marquee-body{
  min-height:250px;
}
#img_modal > .modal-dialog{
  max-width:900px !important;
}
.menu-api{
  font-size: 10px;
  vertical-align:top;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight:600;
}
.modal-title{
  color: #4f5155 !important;
}
.table-header-modal > i,.table-header-modal > .close-btn > span{
  color: #4f5155 !important;
}
#announcement_modal >.modal-dialog >.modal-content > .modal-header{
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.reget_code{
  font-size:10px;
  padding: 6px 0;
}
.profile-img-div{
  height:100px;
  width:100px;
  border-radius:50%;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2),0 2px 2px rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12);
  border:1px solid #cacaca;
}
.profile-img-top-div{
  height:35px;
  width:35px;
  border-radius:50%;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2),0 2px 2px rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12);
  border:1px solid #cacaca;
}
.profile-img{
  width:100%;
  border-radius:50%
}
.profile-img-div:hover{
  background-color:#E8D3BA;

}
.profile-img:hover{
  opacity: 0.5;

}
.profile-img-label{
  padding: 5px 12px;
  font-weight: 600;
}
.p-l-r-12{
  padding-left:12px;
  padding-right:12px;
}
.p-t-b-5{
  padding-top:5px;
  padding-bottom:5px;
}
.m-h-100{
  max-height: 100px;
}
.m-h-35{
  max-height:35px;
}
.modal{
  z-index: 2001;
}
.modal-backdrop{
  z-index: 2000;
}
#login_modal, #register_modal, #user_profile{
  z-index: 2002;
}
.event-modal-dialog{

  margin: 5% auto !important;
}
