/*
 Theme Name:   VMC Portal
 Theme URI:    http://www.museevirtuel-virtualmuseum.ca
 Description:  VMC Portal Theme
 Author:       Ken Chase
 Author URI:   http://kenchase.com
 Template:     wet-boew-4-0-4-base
 Version:      1.0.0
 Text Domain:  vmc-wet
*/
@import url("../wet-boew-4-0-4-base/style.css");

/*** New 20 Column Grid ***/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

/*** Global CSS ***/

body{
  border-bottom: 35px solid #000;
  background-color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}

h1,h2,h3,h4,h5,h6, input, .btn{
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;"
}

h1#wb-cont{
  color:#000;
  font-size: 22px;
}

h1#wb-cont a{
  color: #dc2771;
  text-decoration: none;
}

h1#wb-cont a:hover{
  color: #000;
}

.btn{
  border: none;
}

a:focus{ 
 outline: 0; 
}

.form-control:-moz-placeholder{ /* Firefox 18- */
  color: #dc2771;
}

.form-control::-moz-placeholder{
  color: #dc2771;
}

::selection {
  background: #ffb7b7; /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #ffb7b7; /* Gecko Browsers */
}
  /* Firefox 19+ */
.form-control::-webkit-input-placeholder{
  color: #dc2771;
}
.form-control:-ms-input-placeholder{
  color: #dc2771;
}

/*** Header ***/

body > header{
  background: none repeat scroll 0 0 #000;
}

/* Banner */
#wb-bnr{
  padding: 15px 0 10px 0;
  background: none repeat scroll 0 0 #000;
  color: #fff;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;"
}
#wb-bar{
  background: none repeat scroll 0 0 #000;
}
#wb-bar > .container{
  background: none repeat scroll 0 0 #000;
}
#wb-bnr > .container{
  background: none repeat scroll 0 0 #000;
}

/* Logo */

#wb-sttl img{
  top: 0;
  height: auto;
  width: auto;
  max-width: 140px;
}

/* Slogan */
#vmc-slogan{
  padding-left: 5%;
}

/* Language Toggle */
#wb-lng ul{
  overflow: hidden;    
}
#wb-lng .btn-default{
  margin-top: 4px;
  background: none repeat scroll 0 0 #000;
  color: #FFF;
  border-radius:3px;
  padding-left:12px;
}
#wb-lng .btn-default a{
  color: #FFF;
  font-weight:bold;
  font-size:13px;
}
#wb-lng .btn-default a:hover{
  color: #fff;
  text-decoration:underline;
}

/* Nav Bar */
#wb-sm{
  background: none repeat scroll 0 0 #dc2771;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;"
 }
#wb-sm .nvbar{
  background: none repeat scroll 0 0 #dc2771;
  text-align: center;
}
#wb-sm ul.menu > li{
  float: none;
  border: none;
  padding: 0 15px;
}
#wb-sm a{
  padding: 0.48em 1em;
}
body.fr #wb-sm a{ /* French */
  padding: 0.48em 1em
}
#wb-sm .active a, 
#wb-sm .active summary, 
#wb-sm .sm, #wb-sm .sm a, 
#wb-sm .sm summary, 
#wb-sm ul.menu > li > a:hover,
#wb-sm ul.menu > li.current-menu-item a{
  background: none repeat scroll 0 0 #dc2771;
  color: #000;
}
#wb-sm ul.menu > li > a:hover{
  color: #000;
}
#wb-sm .sm a.wb-navcurr, 
#wb-sm .sm summary.wb-navcurr, 
#wb-sm ul.menu > li > a.wb-navcurr {
  background: none repeat scroll 0 0 #dc2771;
}

/*** Main Content ***/

/* Exhibits Grid ***/

#vmc-exhibits .thumbnail img{
  border: 4px solid #fff;
  padding:0;
}
#vmc-exhibits .thumbnail img:hover{
  border: 4px solid #fff;
  padding:0;
}


/* Search Box */
#vmc-search-area{
  background: #f2f2f2;
  overflow: hidden;
}
.vmc-exhibit-search{
	padding:0 7px;
	background-color:#fff;


}
#vmc-search-area .vmc-exhibit-search{
	background-color:#f2f2f2;
}

.vmc-exhibit-search #wb-srch-q{
  height: 46px;
  width: 100%;
  border: 3px solid #ececec;
  padding: 0 0 0 80px;
  color: #dc2771;
  font-size: 20px;
}
.vmc-exhibit-search .vmc-exhibit-search-input span{
  position: absolute;
  left: 40px;
  top: 10px;
  font-size: 26px;
}

/*** Footer ***/
footer{
  border-top: none;
  border-bottom: none;
  border-bottom: 8px solid #dc2771;
  background: none repeat scroll 0 0 #ebebeb;
  color: #000;
  font-size: 14px;

}

#wb-info > div:nth-child(1){
	margin:30px auto;
}

footer>.container{
	background:none;	
}

footer h3{
  font-size: 17px;
}
footer ul{
  margin-bottom: 26px;
}
footer ul li{
  line-height: 0.5em;
}
footer a{
  color: #333;
  text-decoration: none;
  line-height: 1em;
}
footer a:link{
  color: #333;
}
footer a:visited{
  color: #333;
}
footer a:hover {
  color: #dc2771;
  text-decoration: none;
}
footer a:focus{
  color: #000;
}
footer a:active {
  color: #000;
}

.list-unstyled mb-menu a:hover{
  color: #dc2771;
}

.footer-canada{
	position:relative;
}
#canada-logo{
	right:0;
	position:absolute;
	margin: 7px 45px 0 0;
	width:65px;
}


/*** Splash Page ***/

body.page-template-tpl-splash-php{
  border: none;
  background: url('./images/bg-splash.jpg');
  background-size:auto;
  color: #000;
}
body.page-template-tpl-splash-php a{
color:#000;
  text-decoration: none;
  	font-weight:bold;
	background:#fff;
	  text-decoration: underline;
}
body.page-template-tpl-splash-php a:hover{
  	color:#dc2771;
	

}
body.page-template-tpl-splash-php main{
  background: none;
  margin-top: 15%;
}
body.page-template-tpl-splash-php .row{
  margin: auto;
}

body.page-template-tpl-splash-php .vmc-lang-selection{
  font-size: 20px;
  text-transform: uppercase;
}

.splash-terms{
	bottom:0;
	position:absolute;
	padding:15px;
}
.splash-terms a{
	margin-right:25px;
}
.splash-title{
	font-size:16px;
	font-weight:bold;
}

/*** Home Page ***/

/* Blockbuster */

.carousel{
  max-width: 1125px;	
  text-align: center;
  margin: 0 auto;
}
#vmc-blockbuster{
  margin-top: 40px;	
}
#vmc-blockbuster .jcarousel {
  position: relative;
  overflow: hidden;
}
#vmc-blockbuster .jcarousel ul {
  position: relative;
  width: 20000em;
}
#vmc-blockbuster .jcarousel li {
  position: relative;
  float: left;
}

#vmc-blockbuster a{
  text-decoration: none;
}
#vmc-blockbuster li .vmc-blockbuster-content-wrap {
  background: #000;
  color: #fff;
  margin-top: -30px;
  position: relative;
  text-align: left;
  padding-left: 30px;
}
#vmc-blockbuster li .vmc-blockbuster-content-wrap p{
  padding: 8px 8px 8px 0;
}
.vmc-blockbuster-title{
  padding: 10px 10px 0 0px;
  margin: 0;
  float: left;
  font-size: 16px;
  color: #dc2771;
}

#vmc-blockbuster  .jcarousel-control-prev,
#vmc-blockbuster  .jcarousel-control-next{
  position: absolute;
  top: 30%;
  left: 10px;
  height: 30px;
  width: 30px;
  display: inline-block;
  padding-top: 6px;
  text-align: center;
  color: #fff;
  z-index: 999;
  background: rgb(0,0,0); /* The Fallback */
  background: rgba(0,0,0, 0.7); 
  border-radius: 50%;
}
#vmc-blockbuster  .jcarousel-control-next{
  left: auto;
  right: 10px;
}
/* Pagination */
#vmc-blockbuster .jcarousel-pagination {
  position: absolute;
  top: 315px;
  text-align: center;
  width: 100%;
  margin: 0;
  line-height: 1em;
}
#vmc-blockbuster .jcarousel-pagination a{
  display: inline-block;
  border: 3px solid #fff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  margin: 0 6px;	
  background: #fff;
  color: #fff;
  font-size: 0px;
  outline: none;
}
#vmc-blockbuster .jcarousel-pagination a:hover,
#vmc-blockbuster .jcarousel-pagination a.active{
  background: #dc2771;
}

/* Search Box */
#vmc-home-search .col-md-1{
  padding-left: 0;
}
#vmc-home-search #wb-srch-q{
  height: 46px;
  width: 100%;
  border: 3px solid #ececec;
  padding: 0 0 0 80px;
  color: #dc2771;
  font-size: 20px;
}



/*** Exhibits/Search Page ***/

/* Filters */
#vmc-search-area #type-changer{
  width: auto;
}
#vmc-search-area #sort-changer{
  width: auto;
}
#vmc-search-area .checkbox{
  display: block;
}
#vmc-adv-filter-toggle{
		padding-top:20px;
		clear:both;
		float:left;
}
#vmc-adv-filter-toggle a{

  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#vmc-adv-filter-toggle a:before{
  content: "\25BC";
}
#vmc-adv-filter-toggle a.open:before{
  content: "\25B2";
}
#vmc-exh-subject-filter input[type="checkbox"]{
  margin-right: 6px;
}

/* Exhibits Grid View */
#vmc-exhibits{
  font-size: 12px;
}

#vmc-exhibits h4{
  margin-top: 6px;
  font-size: 14px;
}
.vmc-exhibits-grid h4{
 font-size: 12px!important;
}

.vmc-exhibits-grid h4, #vmc-home-features h4{
	position: relative;

	font-weight:none;
}

#vmc-exhibits .row div{
  border: 1px solid #fff;
  overflow: hidden;
}
#vmc-exhibits.vmc-exhibits-grid .vmc-exhibit-list-content{
  display: none;
}

/* Exhibits List View */
#vmc-exhibits.vmc-exhibits-list a{
  width: 100%;
}
#vmc-exhibits-list img{
	max-width:204px;	
}

#vmc-exhibits.vmc-exhibits-list a.vmc-exhibit-thumb-link{
  display: block;
  height: auto;
  width: 224px;
}
.thumbnail .vmc-exhibit-thumb-link img{
  display: block;
 
	
}
#vmc-exhibits.vmc-exhibits-list .vmc-exhibit-list-content{
  display: block;
}

.vmc-exhibits-list img{
	max-width:204px!important;
}

/* Exhibits Result Bar */
#vmc-results-bar{
  font-size: 14px;
}
#vmc-results-bar div{
  height: 37px;
  line-height: 37px;
}
/* Exhibits Result Bar - Subjects */
#subject-changer{
  font-size: 12px;
}
#subject-changer label{
  font-weight: normal;
}
#subject-changer input[type='reset']{
  background: #fff;
  color: #000;
}
#subject-changer .children{
  list-style: none;
}
#subject-changer input[type='submit']{
  background: #dc2771;
  color: #fff;
}
/* Exhibits Result Bar - Number of Results */
#vmc-results-bar .vmc-num-results{
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
  margin:0;
}
#vmc-make-grid{
	margin-left:10px;
}
/* Exhibits Result Bar - Grid / List Butttons */
#vmc-results-bar ul{
  display: inline-block;
  margin: 0;
}

#vmc-results-bar .list-inline{
	background:#f2f2f2;
	padding-left:14px;
}
#vmc-results-bar .vmc-make-grid-list{
	background:#fff!important;
}
#vmc-results-bar ul li.vmc-make-grid{
  margin-right: 10px;
}
#vmc-results-bar ul li a{
  color: #000;
  font-size: 30px;
}
#vmc-results-bar ul li.active a,
#vmc-results-bar ul li a:hover{
  color: #dc2771;
}

#vmc-exhibits a{
  color: #dc2771;
  text-decoration: none; 
}
#vmc-exhibits a:hover{
  color: #000;
}
#vmc-exhibits .thumbnail.brdr-0{
  border: none;
}

.img-thumbnail{
	border-radius:0!important;	
}

/*News styles */

.news-item h2 a{
	color: #dc2771;
	font-size: 22px;
	text-decoration:none;
	font-weight: 700;	
}
.news-item h2 a:hover{
	color:#000;	
}

.news-item .read-more a{
	color: #dc2771;
	text-decoration:none;
}

.news-item .read-more a:hover{
	color:#000;	
}

.news-item .date{
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
}
.no-js #vmc-loading-gif{
	display:none;
}

#vmc-loading-gif{
	margin: auto;
	position: absolute;
	top: 0; 
	left: 0; 
	bottom: 0;
	right: 0;
	z-index:100;
}

/* Load More Button */
#vmc-load-more{
  background: #ebebeb;
  color: #dc2771;
  font-weight:bold;
  border-radius:0;
  border:0;
}
#vmc-load-more:hover{
  background: #ebebeb;
  color: #000;
}
button {
  outline: none!important;
}
label, input[type=checkbox], select{
	cursor:pointer;	
}

/*** Single Exhibit Page ***/

.single-vmc_exhibits .entry-content.col{
  float: none; !important
}

.entry-content p{
	line-height:1.7em;
}
.single-vmc_exhibits h1{
  color: #dc2771;
  font-size: 22px;
}
.single-vmc_exhibits .vmc-visit-exhibit  h2{
  display: inline-block;
  font-size: 16px;
}
.single-vmc_exhibits .vmc-visit-exhibit  ul{
  display: inline-block;
}
.single-vmc_exhibits .vmc-visit-exhibit .btn{
  padding-left: 20px;
  padding-right: 20px;
}
.single-vmc_exhibits .vmc-visit-exhibit .btn-default{
  background: #dc2771;
  color: #fff;
  font-weight: bold;
}

body > main > article > div > section > h2{
margin-right:10px;
}

.single-vmc_exhibits .vmc-visit-exhibit .btn-default:hover{
  color: #ebebeb;
}

/*** Teachers Center Page ***/

.vmc-teachers-center-sb h2{
  margin-top: 16px;
  color: #dc2771;
  font-size: 20px;
}
.vmc-teachers-center-sb h2 a{
  color: #dc2771;
  text-decoration: none;
}
.vmc-teachers-center-sb h2 a:hover{
	color:#000;
}

.vmc-teachers-center-sb .btn-default{
  background: #dc2771;
  color: #fff;
  font-weight: bold;
}

/****** Responsive ******/

/* Main Menu */

/* Remove the double arrow that appears in mobile main nav */
details>summary:before ,
details[open]>summary:before{
  content: none !important;
}

#mb-pnl .lng-ofr{
  position: absolute;
  bottom: -40px;
  left: 35%;
  padding-bottom: 7px;
}
#mb-pnl .sm-pnl{
  background: #fff;
  padding: 0;
}
#mb-pnl #wb-srch-sub-imprt, 
#mb-pnl #wb-srch-sub-imprt:active, 
#mb-pnl #wb-srch-sub-imprt:focus, 
#mb-pnl #wb-srch-sub-imprt:hover, 
#mb-pnl .sm-pnl a, 
#mb-pnl .sm-pnl summary, 
#mb-pnl .sm-pnl summary:focus, 
#mb-pnl .sm-pnl summary:hover{
  color: #000;
  font-weight: bold;
}
#mb-pnl nav .mb-menu>li,
#mb-pnl nav .mb-menu>li.no-sect{
  padding: 0;
}
#mb-pnl nav ul li.no-sect a{
  margin: 0;
  padding: 6px 10px 6px 32px;
}
#mb-pnl nav a.wb-navcurr{
  outline: 0;
}
#info-pnl ul li:nth-of-type(1){
  display: none;
}
#info-pnl ul li li:nth-of-type(1){
  display: block;
}
#mb-pnl nav#sm-pnl a:hover,
#mb-pnl nav#sm-pnl a.wb-navcurr,
#mb-pnl nav#sm-pnl summary.wb-navcurr,
#mb-pnl nav#info-pnl summary.wb-navcurr{
  background-color: #dc2771;
  color: #fff;
  outline: none;
}
#mb-pnl .modal-body,
#mb-pnl{
  background: none repeat scroll 0 0 #000;
}
#mb-pnl nav summary{
  margin-bottom: 12px;
}
summary:focus, summary:hover{
  color: #fff;
}
#mb-pnl nav a{
  color: #fff;
  margin-top: 0;
}
#mb-pnl nav a:hover{
  color: #dc2771;
  margin-top: 0;
}
select {
	height:40px;
	border: 3px solid #ececec;
	padding:0 0 0 10px!important;
}

/* Exhibits Grid */
#vmc-exhibits{
  text-align: center;
}
#vmc-exhibits.vmc-exhibits-list .vmc-grid-item a{
  float: none!important;
}

#vmc-exhibits.vmc-exhibits-list .vmc-grid-item a:hover{
	color:#000;
}

/* Sort Form */
#vmc-search-area #sort-changer {
  float: left;
  margin: 0;
}

#filter-list{
	overflow:hidden;
	height:37px;
	float: left;
	font-weight:bold;
	width:100%;
}

#filter-list .list-inline li{
	margin-right:20px;	
}
#vmc-results-bar-show-advanced{
	font-size: 14px!important;
}

#vmc-results-bar-clear-all input{
  margin-top: -3px;
  padding: 0;
  background: #f2f2f2;
  color: #dc2771;
}
#wb-info a{
  font-size:13px;
}
#wb-info li{
  margin-bottom:.50em;
}
.wb-navcurr{
  color: #000!;
}
.description-text{
  margin: -10px auto -20px auto;
  padding: 0 110px;
  max-width: 1170px;
  font-size: 12px;
}
.description-fix{
  margin: 0;
  background: #f2f2f2;
}
.description-header{
  font-size: 18px;
}
.important-notice{
  float: left;
  padding-right: 15px;
  height: 70px;
  color: #000;
  font-size: 35px;
}
.grey-out{
  color:#DFDFDF!important
}

.twitter-icon{
	margin-left:-30px;
	position:absolute;
	margin-top:14px;
	float:left;
}

.twitter-icon span{
	background:url("images/twitter-bird-light-bgs-white.png");
	background-size:contain;
	background-repeat:no-repeat;
	width:30px;
	height:17px;
	position:absolute;
}

.facebook-icon{
	margin-left:-55px;
	float:left;
	margin-top:13px;
}

.facebook-icon span{
	background:url("images/facebook-white.png");
	background-size:contain;
	background-repeat:no-repeat;
	width:30px;
	height:18px;
	position:absolute;
}

.footer-icon{
	margin-top:0;
}

.footer-icon span{
	margin-top:9px;
	margin-left:70px;
}

.twitter-icon.footer-icon span{
	margin-left:80px;
}

#wb-lng li{
	border-left:none;
}

@media ( min-width : 768px) {

  #vmc-exhibits {
    text-align: left;
  }
  #vmc-exhibits.vmc-exhibits-list .vmc-grid-item a{
    float: left!important;
  }
  #vmc-search-area #type-changer{
    float: left;
  }
  #vmc-search-area #sort-changer {
    float: left;
    margin-left: 16px;
  }

}
@media ( max-width : 990px) {


.twitter-icon{
	margin-top:7px;
}

.facebook-icon{
	margin-top:6px;
}

.facebook-icon span, .twitter-icon span{
	height:25px;
}

.facebook-icon{
	margin-left: -80px;
}

.twitter-icon{
	margin-left: -45px;
}

.twitter-icon.footer-icon, .facebook-icon.footer-icon{
	display:none;
}

#wb-sttl a{
	margin-top:5px;
}

#wb-glb-mn .pnl-btn li{
	padding: 0px 0 10px 10px;
}
	
	#vmc-make-grid{
	margin-top:10px;
}
  /* Header - logo */
  	#vmc-blockbuster{
	margin-top:0px;	
}

  #wb-bar container{
    position: relative;
    top: -56px;
  }
  #vmc-nav-bar{
    position: relative;
    top: -56px;
    height: 0;
  }
  #wb-sttl{
    height: 0;
  }
  #wb-sttl a{
    display: inline-block;
    height: 47px;
    width: 140px;
    padding: 0;
  }
  .container{
	width:auto;  
  }
	#vmc-results-bar div{
	height:auto;
	}
}

@media (max-width:767px){
  .description-text{
	margin: 0 15px;
	padding: 0;
	font-size: 12px;
  }
  body.page-template-tpl-splash-php .row .vmc-splash-box{ 
    float:none;
	margin: 10% 10% 0% 10%;
    padding: 40px 20px 30px 20px;
	background-color: rgba(255,255,255,0.8);
  }
  #vmc-adv-filter-toggle{
    padding-top: 10px;
  }
  #vmc-make-grid{
	margin-top: 0px;
  }
  #vmc-results-bar .vmc-num-results{
	float:left;
  }
  .vmc-exhibit-search{
	padding: 0 10px;
  }
  #vmc-results-bar-show-advanced{
	max-width: 35%;
	width: 133px;
	overflow: hidden;
  }
  #vmc-results-bar div{
	width: 100%;
	margin: 10px 0 30px 0;
  }
  #filter-list{
	max-width:100%;
	height:auto;
  }
  #vmc-home-features img{
	width:auto;
  }
  #vmc-num-results{
	width:100%;
  }
  #vmc-results-bar > div.col-xs-6.pull-left.mrgn-tp-lg.mrgn-bttm-lg{
	display:none;
  }
  #vmc-search-area #sort-changer{
	padding: 10px 0 5px 0;
  }
  #vmc-exh-filters{
	margin: 0;
  }
  #vmc-exhibits.vmc-exhibits-list a.vmc-exhibit-thumb-link{
    width: auto;
  }
  .vmc-exhibit-list-content{
    text-align:justify;	
  }
  #vmc-blockbuster li .vmc-blockbuster-content-wrap {
    margin-top: 0px;
    padding-left: 20px;
  }
  #vmc-load-all{
    color: #dc2771;
    background: #ebebeb;
    border-radius: 0;
    font-weight:bold;
  }
  #vmc-exhibits .thumbnail img{
    width: 240px;
  }
  #vmc-exhibits{
    margin-top: 30px;
  }
}

@media (max-width:992px){
  .exh-title{
	font-size:12px!important;
  }
  .mrgn-tp-lg{
	margin: 15px auto;	
  }
  .col-xs-4{
	width: auto;
  }
  body.page-template-tpl-splash-php main{
	margin-top: 5%;
  }
  .splash-terms{
	position: relative;
  }
  #vmc-pagination{
	margin: auto 20px 30px 20px!important;
  }
  .vmc-teachers-center-sb{
    margin-top: 0!important;
  }
}

@media (min-width: 768px) {
  .description-text{
    margin: 0 15px;
	padding: 0;
	font-size: 12px;
  }
  body.page-template-tpl-splash-php .row .vmc-splash-box{ 
    background-color: rgba(255,255,255,0.8);
    width: 280px;
    padding: 40px 20px 30px 20px;
    margin-left:10%;
    margin-top:10%;
  }
  .col-sm-15 {
    width: 20%;
    float: left;
  }
  #vmc-blockbuster .jcarousel-pagination {
    position: absolute;
	top: 70%;
  }
  #vmc-load-all-wrapper{
	width: 768px;
  }
  #vmc-load-all{
	color:#dc2771;
	background:#ebebeb;
	width:120px;
	border-radius:0;
	font-weight:bold;
	border-left:#FFF solid 10px;
	border-bottom:#FFF solid 10px;
	right: 5%;
	position:absolute;
	margin-top:11px;
  }
  #vmc-load-all:hover{
	color:#000;
  }
}
@media (min-width: 992px) {
  .description-text{
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	max-width:958px
  }
  body.page-template-tpl-splash-php .row .vmc-splash-box{ 
	margin-top: auto;
    background-color: rgba(255,255,255,0.8);
    width: 300px;
    padding: 40px 20px 30px 20px;
    margin-left: 10%;
  }
  #vmc-home-features img{
	width:100%;
	height:141px;
  }
  .vmc-grid-item img{
	height: 121px;
	width: 100%;
  }
  .col-md-15 {
    width: 20%;
    float: left;
  }
  #vmc-slogan{
	margin-top:0;
  }
  #vmc-blockbuster .jcarousel-pagination {
    position: absolute;
	top: 265px;
  }
  #vmc-load-all-wrapper{
	width:992px;
  }
  #vmc-load-all{
	color: #dc2771;
	background: #ebebeb;
	width: 120px;
	border-radius: 0;
	font-weight: bold;
	border-left: #FFF solid 10px;
	position: absolute;
	margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  #vmc-home-features img{
	width:100%;
	height:181px;
  }
  .col-lg-15 {
    width: 20%;
    float: left;
  }
  #vmc-slogan{
	margin-top:12px;
  }
  .vmc-exhibits-grid img{
	height:141px!important;
	width:100%;
  }
  #vmc-blockbuster .jcarousel-pagination {
    position: absolute;
	top: 315px;
  }
  #vmc-load-all-wrapper{
	position:relative;
	width:1170px;
  }
  #vmc-load-all{
    color:#dc2771;
	background:#ebebeb;
	width:120px;
	border-radius:0;
	font-weight:bold;
	border-left:#FFF solid 10px;
	right: 20px;
	position:absolute;
	margin-top:15px;
  }
  #vmc-adv-filter-toggle{
	clear:none;
	float:right;
	padding-top:10px;
  }
  body.page-template-tpl-splash-php .row .vmc-splash-box{ 
    background-color: rgba(255,255,255,0.8);
    width: 400px;
    padding: 40px 20px 30px 20px;
  }
}

/*** 404 Page ***/
.error404 .btn-default {
  background: #DC2771 none repeat scroll 0% 0%;
  color: #FFF;
  
}
.error404 .btn:focus,.btn:hover{
  color:#cccccc;
  text-decoration:none
}

.error404 h1#wb-cont {
  font-size: 250%;
}

.error404 input[type=submit] {
  float: left;
  margin-top: 4px;
}