@charset "UTF-8";

/* COLORS
 *
 * dark: #275F98
 * darker: #263f90
 * light: #13a1dc
 *
 */

html, body {
	min-height: 100%;
}

body {
	font: 14px 'Nunito', sans-serif;
  font-weight: 400;
	margin: 0;
	padding: 0;
	color: #275F98;
	background: url(../images/background.jpg) center top no-repeat;
  background-size: cover;
}

/* */
a {
	color: #275F98;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
  color: #275F98;
	text-decoration: none;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
td, th {
	text-align: left;
}

div img {
  max-width: 100%;
}

h1 {
	font-weight: 900;
}
h2 {
  font-size: 2rem;
	font-weight: 900;
}
h3 {
  font-size: 1.8rem;
	font-weight: 700;
}

hr {
  background-color: #275F98;
  border: 0;
  height: 5px;
  margin: 2em 0;
}

/* */
.main-container {
  padding-bottom: 50px;
	min-height: 400px;
}

#global {
	position: relative;
	width: 90%;
  max-width: 980px;
	margin: 0 auto;
  padding-bottom: 25px;
}
#header {
	position: relative;
	height: 100px;
	margin: 0;
	padding: 0;
}
#content {
	position: relative;
	width: 100%;
	margin: 0 auto 50px;
}
#footer {
	position: relative;
	/*width: 100%;*/
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	/*margin-top: -50px;*/
	clear: both;
}
#logo {
	position: relative;
	width: 150px;
	height: 150px;
	background: url(../images/mlbw_logo.png) center center no-repeat;
	background-size: contain;
  display: block;
}
#logo h1 {
	display: none;
}
.page_title {
	font-size: 2em;
	color: #263f90;
}
.page_title span {
}

/* */
#menu {
	position: absolute;
	right: 25px;
	top: 30px;
	list-style: none;
	margin: 0;
	padding: 0 0 5px;
	border-bottom: 2px solid #275F98;
}
#menu li {
	display: block;
	float: left;
}
.main-nav {
  margin-top: 30px;
  margin-bottom: 20px;
}

.main-nav .navbar-toggle .icon-bar {
  background-color: #275F98;
}

#navbar {
  border-top: 0;
  box-shadow: none;
}
#navbar .nav {
  padding-bottom: 5px;
  /*border-bottom: 2px solid #275F98;*/
  margin-top: 10px;
}

#navbar li a {
  width: 100%;
  padding: 0 0 .5em;
  background: none;
  text-decoration: none;
	color: #275F98;
}
#navbar li a:hover,
#navbar li a:focus {
	color: #13a1dc;
}
#navbar li a h2 {
  font-size: 1.5em;
	font-weight: 900;
  margin: 0;
  display: block;
}

.navbar-toggle {
  margin-top: 5px;
}

.navbar-collapse {
  padding-top: 20px;
}

/*  */
#slider_container {
  position: relative;
	width: 100%;
	/*height: 31.63%;*/
	margin: 0 0 0 -10px;
	padding: 10px;
}

#home_slider {
  box-shadow: 0 0 5px rgba(0,0,0,0.6);
}

#slider_container img {
  width: 100%;
  max-width: 100%;
}

#facebook_container {
	position: absolute;
	width: 72px;
	height: 36px;
	right: 10px;
	bottom: -40px;
	z-index: 999;
}
#facebook_page_link {
	width: 72px;
	height: 36px;
	display: block;
	background: url(../images/facebook.png) left top no-repeat;
}
#facebook_page_link span {
	display: none;
}
.fb-like {
	/*position: absolute;
	top: 8px;*/
	width: 72px;
	margin: 20px 0 8px;
}


/* */
ul#works_list {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#works_list li {
	position: relative;
	width: 140px;
	height: 175px;
	margin: 0 10px 10px 0;
	padding: 0;
	background: #231B13;
	box-shadow: 0 0 5px rgba(0,0,0,0.7);
	display: block;
	float: left;
	overflow: hidden;
	cursor: pointer;
}
ul#works_list li.last {
	margin-right: 0;
}
ul#works_list li img {
	width: 140px;
	height: 140px;
}
#works_list .work_item {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}
#works_list div img {
  width: 100%;
}
#works_list .work_info_container {
  position: relative;
}
#works_list .work_info {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 75%;
	padding: 5px 10px 20px;
	background: rgb(35,27,19);
	background: rgba(35,27,19,0.9);
  transition: top .3s ease-in-out;
  cursor: pointer;
}
.work_info .readmore {
	position: absolute;
	width: 90%;
	height: 14px;
	left: 5%;
	bottom: 5px;
	line-height: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8px;
	text-align: right;
	padding: 0 20px 0 0;
	border-bottom: 1px solid white;
	background: url(../images/readmore_work.png) right center no-repeat;
	overflow: hidden;
}
#works_list .work_info h3, #works_list .work_info h4 {
	color: white;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 15px;
	font-style: italic;
	margin: 0;
	line-height: 15px;
}
#works_list .work_info h4 {
	color: white;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
}
#works_list .work_info p {
	color: white;
	font-size: 8.5px;
	line-height: 10px;
	margin: 10px 0 0;
  display: none;
}

#works_list .work_item:hover .work_info,
#works_list .work_item:focus .work_info {
  top: 0;
}
#works_list .work_item:hover .work_info p,
#works_list .work_item:focus .work_info p {
  display: block;
}


/* */
#barcode {
	height: 37px;
	margin: 8px 0;
	background: url(../images/works_barcode.png) center top no-repeat;
}
 #works_left h2 {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 18pt;
	color: #eee;
	text-transform: uppercase;
	line-height: 1em;
	margin: 0;
	padding: 8px;
	background: #333;
}
#works_left h3, #works_media h3 {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 14pt;
	color: #333;
	text-decoration: underline;
	line-height: 1em;
	margin: 0 0 1em;
	padding: 8px 0;
}
#works_intro {
  font-size: 14px;
	line-height: 16px;
  margin: 8px 0;
  padding: 15px;
  border: 2px solid #333;
}
#works_media_cases {
	width: 100%;
	border: 0;
	margin: 8px 0 0;
}
#works_media_cases td {
	height: 20px;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
	line-height: 20px;
	vertical-align: middle;
	padding: 0 5px 0 0;
}
#works_media_cases .media_case {
	width: 15px;
	height: 20px;
	display: block;
	float: left;
	background: url(../images/works_media_case.png) 0 0 no-repeat;
}
#works_media_cases .media_case.checked {
	background-position: 0 -20px;
}
#works_media .media_type {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	text-decoration: underline;
	text-transform: uppercase;
  margin-top: 2em;
}
#media_list {
  margin-bottom: 1em;
}
#media_list div {
	font-size: 14px;
	padding-bottom: 10px;
	vertical-align: top;
}
#media_list img, #media_list iframe, .news_content iframe {
	box-shadow: 0 0 5px rgba(0,0,0,0.6);
}
#media_list iframe, .news_content iframe {
  width: 100%;
}

/* */
#middle_container {
	position: relative;
	min-height: 300px;
	margin-top: 60px;
  margin-bottom: 30px;
}
/*
#middle_container > div {
	position: relative;
	height: 300px;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	background: none;
}
*/
#middle_container .textbox {
	/*width: 415px;*/
	/*margin-right: 32px;*/
	/*	background: rgba(255,255,255,0.3);*/
  padding-bottom: 2em;
	overflow: auto;
  font-size: 1.2em;
}
.textbox h2 {
  font-weight: bold;
}
#middle_container .default-img {
	box-shadow: 0 0 5px rgba(0,0,0,0.7);
	overflow: hidden;
  padding: 0;
}
#middle_container .default-img img {
	width: 100%;
	/*height: 300px;*/
}
#middle_container .videobox {
	width: 100%;
	background: black;
	box-shadow: 0 0 5px rgba(0,0,0,0.7);
}

/* */
#news_container {
	position: relative;
	height: 110px;
	margin: 40px auto 0;
}
#news_nav_prev, #news_nav_next {
	position: absolute;
	top: 0;
	left: -76px;
	width: 40px;
	height: 40px;
	margin: 35px 18px;
	display: block;
	/*float: left;*/
	background: url(../images/news_nav.png) 0 0 no-repeat;
}
#news_nav_next {
	left: auto;
	right: -76px;
	background-position: -50px 0;
}
a#news_nav_prev:hover, a#news_nav_prev.focus {
	background-position: 0 -50px;
}
a#news_nav_next:hover, a#news_nav_next.focus {
	background-position: -50px -50px;
}
#news_nav_prev.inactive, a#news_nav_prev.inactive:hover {
	background-position: 0 -100px;
	cursor:default;
}
#news_nav_next.inactive, a#news_nav_next.inactive:hover {
	background-position: -50px -100px;
	cursor:default;
}

#news_slider {
	position: relative;
	height: 110px;
	/*
  margin: 0;
	padding: 0;
	*/
	box-shadow: 0 0 5px rgba(0,0,0,0.6);
}
#news_slider .news_item {
  position: relative;
  height: 110px;
  overflow: hidden;
}
#news_slider .news_item img {
	position: absolute;
	width: 110px;
	height: 110px;
	left: 0;
	top: 0;
}
#news_slider .news_intro {
	color: white;
	padding: 10px 10px 22px 120px;
}
#news_slider .news_intro h3 {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-decoration: underline;
	margin: 0 0 5px;
}
#news_slider .news_intro p {
	font-size: 10px;
	margin: 0;
}

.news_readmore {
	position: absolute;
	height: 22px;
	right: 0;
	bottom: 0;
	line-height: 22px;
	font-size: 9.5px;
	color: white;
	text-decoration: none;
	padding: 0 27px 0 10px;
	background: url(../images/readmore_icon.png) right center no-repeat;
	background-color: rgba(255,255,255,0.2);
	display: block;
	border-radius: 3px 0 0 0;
	z-index: 99;
}
.news_readmore:hover {
	background-color: rgba(255,255,255,0.1);
}

/*  */
#news_list {
	position: relative;
	/*
  margin: 0;
	padding: 0;
	list-style: none;
  */
}
#news_list .row {
}

#news_list .news_item {
	position: relative;
	min-height: 145px;
	_height: 145px;
  padding-bottom: 20px;
  margin-bottom: 30px;
	/*
  margin: 0 0 30px;
	padding: 0 20px 20px 0;
	*/
  /*
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.2);
	border-radius: 0 10px 0 0;
	*/
}
#news_list img {
	position: relative;
	width: 125px;
	height: 125px;
	left: 0;
	top: 0;
	z-index: 50;
	box-shadow: 0 0 5px rgba(0,0,0,0.6);
  margin-bottom: 15px;
  display: block;
}
#news_list .news_intro, #news_list .news_content {
	color: #1C1109;
	font-size: 12px;
	padding: 5px 0 0;
}
#news_list .news_intro h3 {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-decoration: underline;
	margin: 0 0 10px;
}
#news_list .news_intro p {
	margin: 0 0 5px;
}
#news_list .news_content {
	display: none;
}
#news_list .news_content h1 {
  font-weight: bold;
	font-size: 1.5em;
}
#news_list .news_content h2 {
  font-weight: bold;
	font-size: 1.3em;
}
#news_list .news_content h3 {
  font-weight: bold;
	font-size: 1.1em;
}
.news_readmore_container {
	position: absolute;
	/*width: 95%;*/
	height: 14px;
	left: 15px;
  right: 15px;
	bottom: 0;
	z-index: 10;
	text-align: right;
}
.news_readmore_small {
	height: 14px;
	line-height: 14px;
	font-size: 9.5px;
	color: white;
	text-decoration: none;
	padding: 0 20px 0 10px;
	/*
	background: url(../images/readmore_icon_small.png) right center no-repeat;
	background-color: rgba(255,255,255,0.2);
	*/
	display: inline-block;
}
.news_readmore_small:hover,
.news_readmore_small:focus {
  color: white;
  text-decoration: none;
	background-color: rgba(255,255,255,0.1);
}

/* */
#clients_list {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 15px;
  line-height: 1.5;
	text-align: left;
  padding-top: 1em;
}

/* */
/*
#main_contact, #invoicing_contact {
	color: #275F98;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1em;
  margin-bottom: 1em;
}
#main_contact {
	left: 355px;
	top: 255px;
  margin-bottom: 1em;
}
#main_contact h2 {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin: 0;
}
#main_contact .contact_careof {
  font-size: .8em;
  font-style: italic;
  margin: 0 0 5px;
}
#main_contact p {
	margin: 0 0 1em;
}
#main_contact a {
	color: #275F98;
	text-decoration: underline;
}
#main_contact a:hover {
	text-decoration: none;
}

#main_contact p#contact_numbers {
	width: 200px;
	left: 310px;
	top: 10px;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	letter-spacing: 0.02em;
	line-height: 1.4em;
	color: #275F98;
	margin: 0 0 1em;
	padding: 0;
}

#invoicing_contact {
  margin-top: 2em;
}
#invoicing_contact h3 {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 3px;
}
#gmap_link {
  display: block;
  color: #275F98;
}
#gmap_link span {
  font-size: 16px;
	display: block;
  font-weight: bold;
  margin-top: 2em;
}
#contact_keyboard {
	position: absolute;
	left: 640px;
	top: 280px;
	z-index: 999;
}
*/

/* RESPONSIVE LAYOUT */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
	margin-bottom: 2em;
  height: 0;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.7);
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider_container {
  position: relative;;
}

.xsFull {
  padding-left: 0;
  padding-right: 0;
}

.slick-slide img {
  width: 100%;
  /*max-width: 100%;*/
}
.slick-slide {
  height: auto;
}

.slick-prev, .slick-next {
  z-index: 9999;
}

.slick-dots {
  display: none !important;
  bottom: -10px;
}
.slick-dots li {
  width: 5px;
  height: 10px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-prev::before, .slick-next::before {
  color: #ccc;
}

.carousel-inner img {
  width: 100%;
}
.carousel-indicators {
  bottom: 0;
}
.carousel-indicators li {
  width: 5px;
  height: 5px;
}
.carousel-indicators .active {
  width: 7px;
  height: 7px;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.main-nav { margin-bottom: 40px; }
	#navbar li a h2 { padding: 0 1em; }

  #facebook_container { right: 35px; bottom: 15px; }

  #middle_container { margin-top: 30px; }
  #middle_container .textbox { }

  #works_intro { font-size: 11px; line-height: 12px; }
  #media_list div { padding-bottom: 20px; }

  #news_list .row { margin-left: 0; margin-right: 0; }
  #news_list img { position: absolute; margin-bottom: 0; }
  #news_list .news_intro, #news_list .news_content { padding: 5px 0 0 140px; }
  .news_readmore_container { left: 0; }

  .slick-dots { bottom: 25px; display: block !important; }
  .slick-dots li { width: 10px; height: 10px; }

	.xsFull { padding-left: 15px; padding-right: 15px; }

  #main_contact p#contact_numbers {  }

  /*
  .carousel-control { width: 7%; }
  .carousel-indicators li { width: 10px; height: 10px; }
  .carousel-indicators .active { width: 12px; height: 12px; }
  */
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #content { margin-left: 0px; }
  #content.clients { min-height: 530px; /*background: url(../images/clients_cartons.jpg) 0 0 no-repeat; background-size: contain;*/ margin-top: 40px; padding-bottom: 0; }
  #content.contact { min-height: 630px; /*background: url(../images/contact_bg.jpg) 0 0 no-repeat;*/ padding-bottom: 50px; }
  /*
	#main_contact, #invoicing_contact, #main_contact p#contact_numbers, #gmap_link { position: absolute; margin: 0; }
	#main_contact .contact_careof { font-size: 9px; }
  #invoicing_contact { font-size: 13px; line-height: 0.9em; margin-top: 0;}
  #invoicing_contact p { font-size: 10px; margin: 0 0 3px; }
  #main_contact p { margin-bottom: 3px; }
  #gmap_link { width: 80px;	height: 75px; left: 558px; top: 294px; }
  #gmap_link span { display: none; }

  body.body-clients {
    background-image: url(../images/background_clients.jpg);
  }

	*/
  #works_list .work_info { padding: 30px; }
  #works_list .work_info h3 { font-size: 18px; line-height: 18px; }
  #works_list .work_info h4 { font-size: 16px; line-height: 16px; }
  #works_list .work_info p { font-size: 12px; line-height: 14px; }

  #content.clients { margin-top: 40px; }
  #clients_list { position: absolute; width: 600px; left: 25px; top: 445px; font-size: 12px; line-height: normal; text-align: center; }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #content { margin-left: 100px; }
  #content.clients { margin-top: -2px; }
}
