@charset "utf-8";
@import url('/MW-JSSCRIPT/bootstrap/css/bootstrap.css');
@import url('/MW-JSSCRIPT/metro/css/metro.css');
@import url('/MW-JSSCRIPT/metro/css/metro-icons.css');
@import url('/MW-JSSCRIPT/metro/css/metro-responsive.css');
@import url("/MW-JSSCRIPT/owl/assets/owl.carousel.css");
@import url("/MW-JSSCRIPT/owl/assets/owl.theme.default.css");
.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
}

.owl-video-frame {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.owl-video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  display: inline-block;
}

.owl-dot span {
  width: 11px;
  height: 11px;
  background-color: #ccc;
  border-radius: 50%;
  display: block;
  margin: 5px 3px;
}

.owl-dot.active span {
  background-color: #000;
}
::-webkit-scrollbar {
    width: 5px;  
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: #f1f1f1;
}

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #262265;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.navbar-default .navbar-brand {
    color: #FFF;
}
.navbar-default .navbar-nav>li>a {
    color: #FFF;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #FFF;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;
 
}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}

.tickul li:before {
     content: '✓';
         padding-right: 6px;
   }
   
   .mbox {
	transition: all 0.2s ease;
	border: 2px dashed #dadada;
	box-sizing: border-box;
	border-radius: 5px;
	background-clip: padding-box;
}
.mbox:hover {
	border: 2px solid #525C7A;
}
.mbox span.box-title {
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}
.mbox .box-content {
	padding: 5px;
	border-radius: 0 0 2px 2px;
	background-clip: padding-box;
	box-sizing: border-box;
}
.mbox .box-content p {
	color: #515c66;
	text-transform: none;
}
.dropdown-menu-full {
    left: 0; 
}
#pinBoot {
  position: relative;
  max-width: 100%;
  width: 100%;
}

.white-panel {
  position: absolute;
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 10px;
}
/*
stylize any heading tags withing white-panel below
*/

.boxexhibit .mbox{
  min-height: 90px;
 max-height:120px; 
font: 500 1rem/1.1 "Segoe UI","Open Sans",sans-serif,serif;
}

.white-panel h1 {
  font-size: 1em;
}
.white-panel h1 a {
  color: #A92733;
}
.white-panel:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav a{
color: #ffffff;
font-weight: bolder;	
}
nav a:visited {
   color: #ffffff;
}
.navbar-nav .open .dropdown-menu>li>a {
   color: #ffffff;
font-weight: bolder;	
background-image: none;
}

@media only screen and (max-width: 900px) {
.boxexhibit .mbox{
font: 500 1.3rem/1.1 "Segoe UI","Open Sans",sans-serif,serif;
}
}

@media only screen and (max-width: 760px) {
.boxexhibit .mbox{
	  min-height:auto !important;
 max-height:auto !important;
font: 500 1.3rem/1.1 "Segoe UI","Open Sans",sans-serif,serif;
}
}

