.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

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

.input-25 {
	width: 25px 	!important;
}

.input-50 {
	width: 50px 	!important;
}

.input-100 {
	width: 100px 	!important;
}

.left-menu {
border-right-style: solid;
border-right-color: #007FFF;
border-width: 3px;
padding-right: 10px;

}

.hr2
 {
  padding-top: 3px;
  padding-bottom: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  border-style: solid;
  border-color: #007FFF;
  border-width: 0 5px; 0 0;
  border-radius: 10px;
  background-color: #f0f4fa;
 }

.original-bg  {
background-color: #C5C6FE; 
/*-webkit-border-radius: 20px; 
-moz-border-radius: 20px; 
border-radius: 20px; */
border-style: solid;
border-color: #007FFF;
border-width: 0 5px; 0 0;
border-radius: 10px;
}

.CenterAndMiddle {
   display: flex;
  justify-content: center;
  align-items: center;
}

.largeradiobtn {
  width: 2em;
  height: 2em;
}

@media only screen and (min-width: 992px) {
.v-center {display:table!important; height:125px;}

.v-center div[class*='col-'] {
	display: table-cell!important;
    vertical-align:middle;
    float:none;
}
}

@media only screen and (min-width: 1083px) {
.fixed {
    position: fixed !important;
    top:10px !important; 
    left: 50%;
	transform: translate(-50%, -50%);
}
}

.shoppingcart {
z-index: 9999;
padding: 25px;
/* border: 7px #2cee17 solid; */
background-color:rgba(255, 255, 255, 0.5);
position: fixed; 
right: -10px; 
top: -10px;
width: 200px;
-moz-box-shadow: 0px 0px 6px 1px #181616;
-webkit-box-shadow: 0px 0px 6px 1px #181616;
box-shadow: 0px 0px 6px 1px #181616;
-webkit-border-bottom-left-radius: 40px;
-moz-border-radius-bottomleft: 40px;
border-bottom-left-radius: 40px;
}

.shoppingcartmobile {
background-color:rgba(255, 255, 255, 0.5);
margin-left: 0px;
margin-right: 0px;
margin-top: 5px;
margin-bottom: 0px;
padding: 5px;
border-top: 3px solid #007FFF;
border-bottom: 3px solid #007FFF;
}

body { min-width: 320px }

#mlt-main
{
  /*background: #FFE675;
  background: -webkit-linear-gradient(top, #FFD92E 0, #FFF3BD 500px) no-repeat;
  background: -moz-linear-gradient(top, #FFD92E 0, #FFF3BD 500px) no-repeat;
  background: -o-linear-gradient(top, #FFD92E 0, #FFF3BD 500px) no-repeat;
  background: -ms-linear-gradient(top, #FFD92E 0, #FFF3BD 500px) no-repeat;
  background: linear-gradient(to bottom, #FFD92E 0, #FFF3BD 500px) no-repeat;
  -svg-background: linear-gradient(top, #FFD92E 0, #FFF3BD 500px) no-repeat; */
  margin: 0 auto;
  font-size: 13px;
  /* font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; */
  /* font-family: "Roboto Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-weight: normal;
  font-style: normal;
  position: relative;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  cursor: default;
  overflow: hidden;
}

/*#tickets input[type="text"] {width: 25px;}*/
#tickets table td {padding: 5px !important;}

.table-curved {
    border: solid #ccc 1px;	
    /* border-radius: 25px !important; */
	overflow: hidden !important;
}

.TicketsTableHeader {
    margin: 10px;
    -moz-border-radius : 10px; /* Firefox */
    -webkit-border-radius : 10px; /* Safari & Chrome */
    -khtml-border-radius : 10px; /* Linux browsers */
    border-radius : 10px !important; /* CSS3 compatible browsers */ 
    border-style: solid;
    border-width: 0px;
    border-color: #cccccc;
    padding: 10px !important;
    border-spacing: 0px;
    overflow: hidden;
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
  margin: 0;
  padding: 0;
}

/* .mlt-button
{
  border: 0;
  border-collapse: separate;
  -webkit-background-origin: border !important;
  -moz-background-origin: border !important;
  background-origin: border-box !important;
  background: #A1ADBA;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  padding: 0 21px;
  margin: 0 auto;
  height: 24px;
}
*/

.mlt-postcontent, .mlt-postheadericons, .mlt-postfootericons, .mlt-blockcontent, ul.mlt-vmenu a
{
  text-align: left;
}

.mlt-postcontent, .mlt-postcontent li, .mlt-postcontent a, .mlt-postcontent a:link, .mlt-postcontent a:visited, .mlt-postcontent a.visited, .mlt-postcontent a:hover, .mlt-postcontent a.hovered
{
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  line-height: 150%;
}

.mlt-postcontent p
{
  margin: 12px 0;
}

.mlt-postcontent h1, .mlt-postcontent h1 a, .mlt-postcontent h1 a:link, .mlt-postcontent h1 a:visited, .mlt-postcontent h1 a:hover, .mlt-postcontent h2, .mlt-postcontent h2 a, .mlt-postcontent h2 a:link, .mlt-postcontent h2 a:visited, .mlt-postcontent h2 a:hover, .mlt-postcontent h3, .mlt-postcontent h3 a, .mlt-postcontent h3 a:link, .mlt-postcontent h3 a:visited, .mlt-postcontent h3 a:hover, .mlt-postcontent h4, .mlt-postcontent h4 a, .mlt-postcontent h4 a:link, .mlt-postcontent h4 a:visited, .mlt-postcontent h4 a:hover, .mlt-postcontent h5, .mlt-postcontent h5 a, .mlt-postcontent h5 a:link, .mlt-postcontent h5 a:visited, .mlt-postcontent h5 a:hover, .mlt-postcontent h6, .mlt-postcontent h6 a, .mlt-postcontent h6 a:link, .mlt-postcontent h6 a:visited, .mlt-postcontent h6 a:hover, .mlt-blockheader .t, .mlt-blockheader .t a, .mlt-blockheader .t a:link, .mlt-blockheader .t a:visited, .mlt-blockheader .t a:hover, .mlt-vmenublockheader .t, .mlt-vmenublockheader .t a, .mlt-vmenublockheader .t a:link, .mlt-vmenublockheader .t a:visited, .mlt-vmenublockheader .t a:hover, .mlt-headline, .mlt-headline a, .mlt-headline a:link, .mlt-headline a:visited, .mlt-headline a:hover, .mlt-slogan, .mlt-slogan a, .mlt-slogan a:link, .mlt-slogan a:visited, .mlt-slogan a:hover, .mlt-postheader, .mlt-postheader a, .mlt-postheader a:link, .mlt-postheader a:visited, .mlt-postheader a:hover
{
  font-size: 32px;
  font-family: "Roboto Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 120%;
  color: black;
}

.mlt-postcontent a, .mlt-postcontent a:link
{
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  /* color: #FA5705; */
}

.mlt-postcontent a:visited, .mlt-postcontent a.visited
{
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  color: #839BB4;
}

.mlt-postcontent  a:hover, .mlt-postcontent a.hover
{
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: underline;
  /*color: #FB7C3C; */
}

.mlt-postcontent h1
{
  color: black;
  margin: 10px 0 0;
  font-size: 30px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-blockcontent h1
{
  margin: 10px 0 0;
  font-size: 30px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-postcontent h1 a, .mlt-postcontent h1 a:link, .mlt-postcontent h1 a:hover, .mlt-postcontent h1 a:visited, .mlt-blockcontent h1 a, .mlt-blockcontent h1 a:link, .mlt-blockcontent h1 a:hover, .mlt-blockcontent h1 a:visited
{
  font-size: 30px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-postcontent h2
{
  color: #8D9CAA;
  margin: 10px 0 0;
  font-size: 28px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-blockcontent h2
{
  margin: 10px 0 0;
  font-size: 28px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-postcontent h2 a, .mlt-postcontent h2 a:link, .mlt-postcontent h2 a:hover, .mlt-postcontent h2 a:visited, .mlt-blockcontent h2 a, .mlt-blockcontent h2 a:link, .mlt-blockcontent h2 a:hover, .mlt-blockcontent h2 a:visited
{
  font-size: 28px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-postcontent h3
{
  color: #FB7C3C;
  margin: 10px 0 0;
  font-size: 26px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-blockcontent h3
{
  margin: 10px 0 0;
  font-size: 26px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-postcontent h3 a, .mlt-postcontent h3 a:link, .mlt-postcontent h3 a:hover, .mlt-postcontent h3 a:visited, .mlt-blockcontent h3 a, .mlt-blockcontent h3 a:link, .mlt-blockcontent h3 a:hover, .mlt-blockcontent h3 a:visited
{
  font-size: 26px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-postcontent h4
{
  color: #4E6883;
  margin: 10px 0 0;
  font-size: 18px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-blockcontent h4
{
  margin: 10px 0 0;
  font-size: 18px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-postcontent h4 a, .mlt-postcontent h4 a:link, .mlt-postcontent h4 a:hover, .mlt-postcontent h4 a:visited, .mlt-blockcontent h4 a, .mlt-blockcontent h4 a:link, .mlt-blockcontent h4 a:hover, .mlt-blockcontent h4 a:visited
{
  font-size: 18px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-postcontent h5
{
  color: #4E6883;
  margin: 10px 0 0;
  font-size: 15px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-blockcontent h5
{
  margin: 10px 0 0;
  font-size: 15px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-postcontent h5 a, .mlt-postcontent h5 a:link, .mlt-postcontent h5 a:hover, .mlt-postcontent h5 a:visited, .mlt-blockcontent h5 a, .mlt-blockcontent h5 a:link, .mlt-blockcontent h5 a:hover, .mlt-blockcontent h5 a:visited
{
  font-size: 15px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-postcontent h6
{
  color: #A6B7C9;
  margin: 10px 0 0;
  font-size: 13px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-blockcontent h6
{
  margin: 10px 0 0;
  font-size: 13px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-postcontent h6 a, .mlt-postcontent h6 a:link, .mlt-postcontent h6 a:hover, .mlt-postcontent h6 a:visited, .mlt-blockcontent h6 a, .mlt-blockcontent h6 a:link, .mlt-blockcontent h6 a:hover, .mlt-blockcontent h6 a:visited
{
  font-size: 13px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

header, footer, article, nav, #mlt-hmenu-bg, .mlt-sheet, .mlt-hmenu a, .mlt-vmenu a, .mlt-slidenavigator > a, .mlt-checkbox:before, .mlt-radiobutton:before
{
  -webkit-background-origin: border !important;
  -moz-background-origin: border !important;
  background-origin: border-box !important;
}

header, footer, article, nav, #mlt-hmenu-bg, .mlt-sheet, .mlt-slidenavigator > a, .mlt-checkbox:before, .mlt-radiobutton:before
{
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

html, body
{  /* background-color: #ffd930; */
background-image: url("/templates/mapleleaftickets/images/background.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment:fixed;
}

/**
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * https://github.com/necolas/normalize.css
 */

html
{
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body
{
  padding: 0;
  margin: 0;
  /* min-width: 700px; */
  color: #303F50;
}

.mlt-header:before, #mlt-header-bg:before, .mlt-layout-cell:before, .mlt-layout-wrapper:before, .mlt-footer:before, .mlt-nav:before, #mlt-hmenu-bg:before, .mlt-sheet:before
{
  width: 100%;
  content: " ";
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

.mlt-header:after, #mlt-header-bg:after, .mlt-layout-cell:after, .mlt-layout-wrapper:after, .mlt-footer:after, .mlt-nav:after, #mlt-hmenu-bg:after, .mlt-sheet:after, .cleared, .clearfix:after
{
  clear: both;
  font: 0/0 serif;
  display: block;
  content: " ";
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

li h1, .mlt-postcontent li h1, .mlt-blockcontent li h1
{
  margin: 1px;
}

li h2, .mlt-postcontent li h2, .mlt-blockcontent li h2
{
  margin: 1px;
}

li h3, .mlt-postcontent li h3, .mlt-blockcontent li h3
{
  margin: 1px;
}

li h4, .mlt-postcontent li h4, .mlt-blockcontent li h4
{
  margin: 1px;
}

li h5, .mlt-postcontent li h5, .mlt-blockcontent li h5
{
  margin: 1px;
}

li h6, .mlt-postcontent li h6, .mlt-blockcontent li h6
{
  margin: 1px;
}

li p, .mlt-postcontent li p, .mlt-blockcontent li p
{
  margin: 1px;
}

.mlt-shapes
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

.mlt-slider-inner
{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.mlt-slidenavigator > a
{
  display: inline-block;
  vertical-align: middle;
  outline-style: none;
  font-size: 1px;
}

.mlt-slidenavigator > a:last-child
{
  margin-right: 0 !important;
}

.mlt-footer .layout-item-0
{
  border-top-style: solid;
  border-top-width: 0px;
  border-top-color: #CFD8E2;
}

.ie7 .mlt-post .mlt-layout-cell
{
  border: none !important;
  padding: 0 !important;
}

.ie6 .mlt-post .mlt-layout-cell
{
  border: none !important;
  padding: 0 !important;
}

.mlt-header-outter
{
-moz-border-radius: 0px;
-webkit-border-radius: 20px 20px 0px 0px;
border-radius: 20px 20px 0px 0px; 
  padding: 15px;
  background: rgba(255, 255, 255, 0.5);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.logo {
padding: 10px; 
min-width: 100px; 
max-width: 200px; 
width: 100%; 
height: auto;"
}

/*
.custom-responsive .mlt-header
{
  background-image: url('../images/header.png');
  background-position: center top;
}

.default-responsive .mlt-header, .default-responsive #mlt-header-bg
{
  background-image: url('../images/header.png');
  background-position: center center;
  background-size: cover;
}*/

.mlt-header>div.mlt-nostyle, .mlt-header>div.mlt-block, .mlt-header>div.mlt-post
{
  position: absolute;
  z-index: 101;
}

.mlt-header .mlt-slider-inner
{
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  
}

.mlt-nav
{
  margin: 10px auto 0;
  position: relative;
  z-index: 499;  width: 52%;
  max-width: 1000px;
  width: 100%;
  border: 3px solid #007FFF;
  border-top: none;
  border-bottom: none;
  background: #ffffff;
}

ul.mlt-hmenu a, ul.mlt-hmenu a:link, ul.mlt-hmenu a:visited, ul.mlt-hmenu a:hover
{
  outline: none;
  position: relative;
  z-index: 11;
}

ul.mlt-hmenu, ul.mlt-hmenu ul
{
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
}

ul.mlt-hmenu li
{
  position: relative;
  z-index: 5;
  display: block;
  float: left;
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
}

ul.mlt-hmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}

ul.mlt-hmenu:after, ul.mlt-hmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}

ul.mlt-hmenu, ul.mlt-hmenu ul
{
  min-height: 0;
}

ul.mlt-hmenu
{
  display: inline-block;
  vertical-align: bottom;
  padding-left: 0;
  padding-right: 0;
}

.mlt-nav-inner:before
{
  content: ' ';
}

.mlt-nav-inner
{
  text-align: center;
  margin: 0 auto;
}

.desktop  .mlt-nav-inner
{
  /* min-width: 700px; */
  max-width: 1000px;
  min-width: 372px;
  width: 80%;
  padding-left: 0;
  padding-right: 0;
}

.desktop .mlt-nav
{
  padding-left: 0;
  padding-right: 0;
}

.mlt-hmenu-extra1
{
  position: relative;
  display: block;
  float: left;
  width: auto;
  height: auto;
  background-position: center;
}

.mlt-hmenu-extra2
{
  position: relative;
  display: block;
  float: right;
  width: auto;
  height: auto;
  background-position: center;
}

.mlt-hmenu
{
  float: right;
}

.mlt-menuitemcontainer
{
  margin: 0 auto;
}

ul.mlt-hmenu>li
{
  margin-left: 10px;
}

ul.mlt-hmenu>li:first-child
{
  margin-left: 5px;
}

ul.mlt-hmenu>li:last-child, ul.mlt-hmenu>li.last-child
{
  margin-right: 5px;
}

ul.mlt-hmenu>li>a
{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 17px;
  margin: 0 auto;
  position: relative;
  display: block;
  height: 37px;
  cursor: pointer;
  text-decoration: none;
  color: #434F5B;
  line-height: 37px;
  text-align: center;
}

.mlt-hmenu>li>a, .mlt-hmenu>li>a:link, .mlt-hmenu>li>a:visited, .mlt-hmenu>li>a.active, .mlt-hmenu>li>a:hover
{
  font-size: 16px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
}

ul.mlt-hmenu>li>a.active
{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 17px;
  margin: 0 auto;
  color: #913203;
  text-decoration: none;
}

ul.mlt-hmenu>li>a:visited, ul.mlt-hmenu>li>a:hover, ul.mlt-hmenu>li:hover>a
{
  text-decoration: none;
}

ul.mlt-hmenu>li>a:hover, .desktop ul.mlt-hmenu>li:hover>a
{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 17px;
  margin: 0 auto;
}

ul.mlt-hmenu>li>a:hover, .desktop ul.mlt-hmenu>li:hover>a
{
  color: #913203;
  text-decoration: none;
}

ul.mlt-hmenu li li a
{
  background: #B9C2CB;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 10px;
  margin: 0 auto;
}

ul.mlt-hmenu li li
{
  float: none;
  width: auto;
  margin-top: 2px;
  margin-bottom: 2px;
}

.desktop ul.mlt-hmenu li li ul>li:first-child
{
  margin-top: 0;
}

ul.mlt-hmenu li li ul>li:last-child
{
  margin-bottom: 0;
}

.mlt-hmenu ul a
{
  display: block;
  white-space: nowrap;
  height: 27px;
  min-width: 7em;
  border: 0 solid transparent;
  text-align: left;
  line-height: 27px;
  color: #6A7D90;
  font-size: 16px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  margin: 0;
}

.mlt-hmenu ul a:link, .mlt-hmenu ul a:visited, .mlt-hmenu ul a.active, .mlt-hmenu ul a:hover
{
  text-align: left;
  line-height: 27px;
  color: #6A7D90;
  font-size: 16px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  margin: 0;
}

ul.mlt-hmenu li li:after
{
  display: block;
  position: absolute;
  content: ' ';
  height: 0;
  top: -1px;
  left: 0;
  right: 0;
  z-index: 1;
  border-bottom: 1px dotted #C6D1DD;
}

.desktop ul.mlt-hmenu li li:first-child:before, .desktop ul.mlt-hmenu li li:first-child:after
{
  display: none;
}

ul.mlt-hmenu ul li a:hover, .desktop ul.mlt-hmenu ul li:hover>a
{
  background: #FFFFFF;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto;
}

.mlt-hmenu ul a:hover
{
  text-decoration: none;
  color: #F05305;
}

.desktop .mlt-hmenu ul li:hover>a
{
  color: #F05305;
}

ul.mlt-hmenu ul:before
{
  background: #EFF2F5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px dotted rgba(207, 216, 226, 0.9);
  margin: 0 auto;
  display: block;
  position: absolute;
  content: ' ';
  z-index: 1;
}

.desktop ul.mlt-hmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.desktop ul.mlt-hmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}

ul.mlt-hmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background-image: url('../images/spacer.gif');
}

.desktop ul.mlt-hmenu>li>ul
{
  padding: 16px 36px 36px 36px;
  margin: -10px 0 0 -30px;
}

.desktop ul.mlt-hmenu ul ul
{
  padding: 36px 36px 36px 18px;
  margin: -36px 0 0 -5px;
}

.desktop ul.mlt-hmenu ul.mlt-hmenu-left-to-right
{
  right: auto;
  left: 0;
  margin: -10px 0 0 -30px;
}

.desktop ul.mlt-hmenu ul.mlt-hmenu-right-to-left
{
  left: auto;
  right: 0;
  margin: -10px -30px 0 0;
}

.desktop ul.mlt-hmenu li li:hover>ul.mlt-hmenu-left-to-right
{
  right: auto;
  left: 100%;
}

.desktop ul.mlt-hmenu li li:hover>ul.mlt-hmenu-right-to-left
{
  left: auto;
  right: 100%;
}

.desktop ul.mlt-hmenu ul ul.mlt-hmenu-left-to-right
{
  right: auto;
  left: 0;
  padding: 36px 36px 36px 18px;
  margin: -36px 0 0 -5px;
}

.desktop ul.mlt-hmenu ul ul.mlt-hmenu-right-to-left
{
  left: auto;
  right: 0;
  padding: 36px 18px 36px 36px;
  margin: -36px -5px 0 0;
}

.desktop ul.mlt-hmenu li ul>li:first-child
{
  margin-top: 0;
}

.desktop ul.mlt-hmenu li ul>li:last-child
{
  margin-bottom: 0;
}

.desktop ul.mlt-hmenu ul ul:before
{
  border-radius: 3px;
  top: 30px;
  bottom: 30px;
  right: 30px;
  left: 12px;
}

.desktop ul.mlt-hmenu>li>ul:before
{
  top: 10px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.desktop ul.mlt-hmenu>li>ul.mlt-hmenu-left-to-right:before
{
  right: 30px;
  left: 30px;
}

.desktop ul.mlt-hmenu>li>ul.mlt-hmenu-right-to-left:before
{
  right: 30px;
  left: 30px;
}

.desktop ul.mlt-hmenu ul ul.mlt-hmenu-left-to-right:before
{
  right: 30px;
  left: 12px;
}

.desktop ul.mlt-hmenu ul ul.mlt-hmenu-right-to-left:before
{
  right: 12px;
  left: 30px;
}

.desktop ul.mlt-hmenu>li.ext>a
{
  white-space: nowrap;
}

.desktop ul.mlt-hmenu>li.ext>a:hover, .desktop ul.mlt-hmenu>li.ext:hover>a, .desktop ul.mlt-hmenu>li.ext:hover>a.active
{
  background: none;
  padding: 0 17px 0 17px;
  margin: -0 -0 0 -0;
  overflow: hidden;
  position: relative;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #F05305;
}

.desktop ul.mlt-hmenu>li.ext>a:hover:before, .desktop ul.mlt-hmenu>li.ext:hover>a:before, .desktop ul.mlt-hmenu>li.ext:hover>a.active:before
{
  position: absolute;
  content: ' ';
  top: 0;
  right: 0;
  left: 0;
  bottom: -1px;
  background-color: #EFF2F5;
  border: 1px Dotted rgba(207, 216, 226, 0.9);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.desktop ul.mlt-hmenu>li.ext:hover>ul
{
  padding-top: 5px;
  margin-top: 0;
}

.desktop ul.mlt-hmenu>li.ext:hover>ul:before
{
  top: -1px;
  clip: rect(6px, auto, auto, auto);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
}

ul.mlt-hmenu>li.ext>.ext-r, ul.mlt-hmenu>li.ext>.ext-l, ul.mlt-hmenu>li.ext>.ext-m, ul.mlt-hmenu>li.ext>.ext-off
{
  display: none;
  z-index: 12;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.desktop ul.mlt-hmenu>li.ext>ul
{
  z-index: 13;
}

.desktop ul.mlt-hmenu>li.ext.ext-r:hover>.ext-r, .desktop ul.mlt-hmenu>li.ext.ext-l:hover>.ext-l
{
  position: absolute;
  display: block;
  overflow: hidden;
  height: 6px;
  top: 100%;
  padding-top: 1px;
  margin-top: -1px;
}

.desktop ul.mlt-hmenu>li.ext:hover>.ext-r:before, .desktop ul.mlt-hmenu>li.ext:hover>.ext-l:before
{
  position: absolute;
  content: ' ';
  top: 0;
  bottom: -1px;
  background-color: #EFF2F5;
  border: 1px Dotted rgba(207, 216, 226, 0.9);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
}

.desktop ul.mlt-hmenu>li.ext.ext-r:hover>.ext-r
{
  left: 100%;
  right: auto;
  padding-left: 0;
  margin-left: 0;
  padding-right: 1px;
  margin-right: -1px;
}

.desktop ul.mlt-hmenu>li.ext.ext-r:hover>.ext-r:before
{
  right: 0;
  left: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
}

.desktop ul.mlt-hmenu>li.ext.ext-l:hover>.ext-l
{
  right: 100%;
  left: auto;
  padding-right: 0;
  margin-right: 0;
  padding-left: 1px;
  margin-left: -1px;
}

.desktop ul.mlt-hmenu>li.ext.ext-l:hover>.ext-l:before
{
  right: -1px;
  left: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 3px;
}

.desktop ul.mlt-hmenu>li.ext:hover>.ext-m, .desktop ul.mlt-hmenu>li.ext:hover>.ext-off
{
  position: absolute;
  display: block;
  overflow: hidden;
  height: 5px;
  top: 100%;
}

.desktop ul.mlt-hmenu>li.ext.ext-r:hover>.ext-m
{
  left: -0;
  right: 0;
  padding-right: 0;
  padding-left: 0;
}

.desktop ul.mlt-hmenu>li.ext:hover>.ext-off
{
  left: -0;
  right: -0;
  padding-left: 0;
  padding-right: 0;
}

.desktop ul.mlt-hmenu>li.ext.ext-l:hover>.ext-m
{
  right: -0;
  left: 0;
  padding-left: 0;
  padding-right: 0;
}

.desktop ul.mlt-hmenu>li.ext.ext-l.ext-r:hover>.ext-m
{
  right: -0;
  left: -0;
  padding-left: 0;
  padding-right: 0;
}

.desktop ul.mlt-hmenu>li.ext:hover>.ext-m:before, .desktop ul.mlt-hmenu>li.ext:hover>.ext-off:before
{
  position: absolute;
  content: ' ';
  top: -1px;
  bottom: -1px;
  background-color: #EFF2F5;
  border: 1px Dotted rgba(207, 216, 226, 0.9);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
}

.desktop ul.mlt-hmenu>li.ext.ext-r:hover>.ext-m:before
{
  right: -1px;
  left: 0;
}

.desktop ul.mlt-hmenu>li.ext.ext-l:hover>.ext-m:before
{
  left: -1px;
  right: 0;
}

.desktop ul.mlt-hmenu>li.ext.ext-l.ext-r:hover>.ext-m:before
{
  left: -1px;
  right: -1px;
}
.mlt-sheet img {       height: auto;       max-width: 100%;  }
.mlt-sheet
{
  background: #FFFFFF;
  /* -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; 
  /*
  border: 3px solid #007FFF;
  /*border-top: none;
  border-bottom: none; */
  margin: 10px auto 0;
  position: relative;
  cursor: auto;
  min-width: 372px;
  width: 100%;
  /* min-width: 700px; */
  max-width: 1000px;
  z-index: auto !important;
  background-color:rgba(255, 255, 255, 1.5);
}

.mlt-layout-wrapper
{
  position: relative;
  margin: 5px auto 0 auto;
  z-index: auto !important;    padding: 20px;
}
.mlt-postcontent .mlt-content-layout
{
  border-collapse: collapse;
}

.mlt-block
{
  margin: 3px;
}

div.mlt-block img
{
  border: none;
  margin: 0;
}

.mlt-blockheader
{
  padding: 6px 5px;
  margin: 0 auto 2px;
}

.mlt-blockheader .t, .mlt-blockheader .t a, .mlt-blockheader .t a:link, .mlt-blockheader .t a:visited, .mlt-blockheader .t a:hover
{
  color: #758799;
  font-size: 26px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  margin: 0 5px;
}

.mlt-blockcontent
{
  padding: 5px;
  margin: 0 auto;
  color: #303F50;
  font-size: 13px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  line-height: 175%;
}

.mlt-blockcontent li, .mlt-blockcontent a, .mlt-blockcontent a:link, .mlt-blockcontent a:visited, .mlt-blockcontent a:hover
{
  color: #303F50;
  font-size: 13px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  line-height: 175%;
}

.mlt-blockcontent p
{
  margin: 0 5px;
}

.mlt-blockcontent a, .mlt-blockcontent a:link
{
  color: #FB7C3C;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-blockcontent a:visited, .mlt-blockcontent a.visited
{
  color: #A9BACB;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
}

.mlt-blockcontent a:hover, .mlt-blockcontent a.hover
{
  color: #FA5705;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
}

.mlt-block ul>li:before
{
  content: url('../images/blockbullets.png');
  margin-right: 6px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin-left: -12px;
}

.opera .mlt-block ul>li:before
{
  bottom: 0;
}

.mlt-block li
{
  font-size: 13px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  line-height: 175%;
  color: #4E6883;
  margin: 5px 0 0 10px;
}

.mlt-block ul>li, .mlt-block ol
{
  padding: 0;
}

.mlt-block ul>li
{
  padding-left: 12px;
}

.mlt-breadcrumbs
{
  margin: 0 auto;
}

/* a.mlt-button, a.mlt-button:link, a:link.mlt-button:link, body a.mlt-button:link, a.mlt-button:visited, body a.mlt-button:visited, input.mlt-button, button.mlt-button
{
  text-decoration: none;
  font-size: 13px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #FFFFFF;
  margin: 0 5px 0 0 !important;
  overflow: visible;
  cursor: pointer;
  text-indent: 0;
  line-height: 24px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mlt-button img
{
  margin: 0;
  vertical-align: middle;
}

.firefox2 .mlt-button
{
  display: block;
  float: left;
}
*/

input, select, textarea, a.mlt-search-button span
{
  vertical-align: middle;
  font-size: 13px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

.mlt-block select
{
  width: 96%;
}

/*
input.mlt-button
{
  float: none !important;
  -webkit-appearance: none;
}

.mlt-button.active, .mlt-button.active:hover
{
  background: #A1ADBA;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  padding: 0 21px;
  margin: 0 auto;
}

.mlt-button.active, .mlt-button.active:hover
{
  color: #FFFFFF !important;
}

.mlt-button.hover, .mlt-button:hover
{
  background: #8A99A8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  padding: 0 21px;
  margin: 0 auto;
}

.mlt-button.hover, .mlt-button:hover
{
  color: #FFFFFF !important;
}
*/

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="tel"], input[type="time"], input[type="week"], textarea
{
  /* background: #F9FAFB;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #B9C2CB;
  margin: 0 auto; */
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="tel"], input[type="time"], input[type="week"], textarea
{
  /* width: 90%;
  padding: 4px 0;
  color: #3D5166 !important;
  font-size: 13px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
  */
}

input.mlt-error, textarea.mlt-error
{
  background: #F9FAFB;
  border: 1px solid #E2341D;
  margin: 0 auto;
}

input.mlt-error, textarea.mlt-error
{
  color: #3D5166 !important;
  font-size: 13px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

form.mlt-search input[type="text"]
{
  background: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* border: 1px solid #CCD6E0; */
  margin: 0 auto;
  width: 100%;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #364049 !important;
  font-size: 18px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: bold;
  font-style: normal;
}

form.mlt-search
{
  background-image: none;
  border: 0;
  display: block;
  position: relative;
  top: 0;
  padding: 0;
  margin: 5px;
  left: 0;
  line-height: 0;
}

form.mlt-search input, a.mlt-search-button
{
  -webkit-appearance: none;
  top: 0;
  right: 0;
}

form.mlt-search>input, a.mlt-search-button
{
  bottom: 0;
  left: 0;
  vertical-align: middle;
}

form.mlt-search input[type="submit"], input.mlt-search-button, a.mlt-search-button
{
  border-radius: 0;
  margin: 0 auto;
}

form.mlt-search input[type="submit"], input.mlt-search-button, a.mlt-search-button
{
  position: absolute;
  left: auto;
  display: block;
  border: none;
  background: url('../images/search-icon.png') center center no-repeat;
  width: 50px;
  height: 100%;
  padding: 0;
  color: #FFFFFF !important;
  cursor: pointer;
}

a.mlt-search-button span.mlt-search-button-text
{
  display: none;
}

label.mlt-checkbox:before
{
  background: #F9FAFB;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-width: 0;
  margin: 0 auto;
  width: 16px;
  height: 16px;
}

label.mlt-checkbox
{
  cursor: pointer;
  font-size: 13px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  line-height: 16px;
  display: inline-block;
  color: #364049 !important;
}

.mlt-checkbox>input[type="checkbox"]
{
  margin: 0 5px 0 0;
}

label.mlt-checkbox.active:before
{
  background: #FC905A;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-width: 0;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  display: inline-block;
}

label.mlt-checkbox.hovered:before
{
  background: #D9DEE3;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-width: 0;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  display: inline-block;
}

label.mlt-radiobutton:before
{
  background: #F9FAFB;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  margin: 0 auto;
  width: 12px;
  height: 12px;
}

label.mlt-radiobutton
{
  cursor: pointer;
  font-size: 13px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  line-height: 12px;
  display: inline-block;
  color: #364049 !important;
}

.mlt-radiobutton>input[type="radio"]
{
  vertical-align: baseline;
  margin: 0 5px 0 0;
}

label.mlt-radiobutton.active:before
{
  background: #B9C2CB;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  display: inline-block;
}

label.mlt-radiobutton.hovered:before
{
  background: #D9DEE3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.mlt-comments
{
  border-top: 1px dotted #A1ADBA;
  margin: 0 auto;
  margin-top: 25px;
}

.mlt-comments h2
{
  color: #23292F;
}

.mlt-comment-inner
{
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 5px;
  margin: 0 auto;
  margin-left: 96px;
}

.mlt-comment-avatar
{
  float: left;
  width: 80px;
  height: 80px;
  padding: 2px;
  background: #fff;
  border: 1px solid #E2E8EE;
}

.mlt-comment-avatar>img
{
  margin: 0 !important;
  border: none !important;
}

.mlt-comment-content
{
  padding: 10px 0;
  color: #303F50;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-comment
{
  margin-top: 6px;
}

.mlt-comment:first-child
{
  margin-top: 0;
}

.mlt-comment-header
{
  color: #23292F;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-comment-header a, .mlt-comment-header a:link, .mlt-comment-header a:visited, .mlt-comment-header a.visited, .mlt-comment-header a:hover, .mlt-comment-header a.hovered
{
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-comment-header a, .mlt-comment-header a:link
{
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #758799;
}

.mlt-comment-header a:visited, .mlt-comment-header a.visited
{
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #758799;
}

.mlt-comment-header a:hover, .mlt-comment-header a.hovered
{
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #758799;
}

.mlt-comment-content a, .mlt-comment-content a:link, .mlt-comment-content a:visited, .mlt-comment-content a.visited, .mlt-comment-content a:hover, .mlt-comment-content a.hovered
{
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-comment-content a, .mlt-comment-content a:link
{
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #CD4704;
}

.mlt-comment-content a:visited, .mlt-comment-content a.visited
{
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #3F5369;
}

.mlt-comment-content a:hover, .mlt-comment-content a.hovered
{
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #CD4704;
}

.mlt-pager
{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px;
  margin: 2px;
}

.mlt-pager>*:last-child
{
  margin-right: 0 !important;
}

.mlt-pager>span
{
  cursor: default;
}

.mlt-pager>*
{
  background: #D9DEE3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  margin: 0 4px 0 auto;
  line-height: normal;
  position: relative;
  display: inline-block;
  margin-left: 0;
}

.mlt-pager a:link, .mlt-pager a:visited, .mlt-pager .active
{
  line-height: normal;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  color: #1C2126;
}

.mlt-pager .active
{
  background: #B6BFC9;
  padding: 10px;
  margin: 0 4px 0 auto;
  color: #FFFFFF;
}

.mlt-pager .more
{
  background: #D9DEE3;
  margin: 0 4px 0 auto;
}

.mlt-pager a.more:link, .mlt-pager a.more:visited
{
  color: #411701;
}

.mlt-pager a:hover
{
  background: #B9C2CB;
  padding: 10px;
  margin: 0 4px 0 auto;
}

.mlt-pager  a:hover, .mlt-pager  a.more:hover
{
  color: #21262C;
}

.mlt-pager>*:after
{
  margin: 0 0 0 auto;
  display: inline-block;
  position: absolute;
  content: ' ';
  top: 0;
  width: 0;
  height: 100%;
  right: 0;
  text-decoration: none;
}

.mlt-pager>*:last-child:after
{
  display: none;
}

.mlt-commentsform
{
  background: #E2E8EE;
  background: transparent;
  padding: 10px;
  margin: 0 auto;
  margin-top: 25px;
  color: #23292F;
}

.mlt-commentsform h2
{
  padding-bottom: 10px;
  margin: 0;
  color: #23292F;
}

.mlt-commentsform label
{
  display: inline-block;
  line-height: 25px;
}

.mlt-commentsform input:not([type=submit]), .mlt-commentsform textarea
{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.mlt-commentsform .form-submit
{
  margin-top: 10px;
}

.mlt-post
{
  padding: 5px;
  margin: 5px;
}

a img
{
  border: 0;
}

.mlt-article img, img.mlt-article, .mlt-block img, .mlt-footer img
{
  margin: 7px 7px 7px 7px;
}

.mlt-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}


.mlt-post .mlt-content-layout-br
{
  height: 0;
}
pre
{
  overflow: auto;
  padding: 0.1em;
}

.preview-cms-logo
{
  border: 0;
  margin: 1em 1em 0 0;
  float: left;
}

.image-caption-wrapper
{
  padding: 7px 7px 7px 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-caption-wrapper img
{
  margin: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-caption-wrapper div.mlt-collage
{
  margin: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-caption-wrapper p
{
  font-size: 80%;
  text-align: right;
  margin: 0;
}

.mlt-postheader
{
  color: #4E6883;
  margin: 5px 10px;
  font-size: 24px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

.mlt-postheader a, .mlt-postheader a:link, .mlt-postheader a:visited, .mlt-postheader a.visited, .mlt-postheader a:hover, .mlt-postheader a.hovered
{
  font-size: 24px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

.mlt-postheader a, .mlt-postheader a:link
{
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #FB7F41;
}

.mlt-postheader a:visited, .mlt-postheader a.visited
{
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #708BA9;
}

.mlt-postheader a:hover, .mlt-postheader a.hovered
{
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #FB7C3C;
}

.mlt-postheadericons, .mlt-postheadericons a, .mlt-postheadericons a:link, .mlt-postheadericons a:visited, .mlt-postheadericons a:hover
{
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #4E6883;
}

.mlt-postheadericons
{
  padding: 1px;
}

.mlt-postheadericons a, .mlt-postheadericons a:link
{
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  color: #FB722D;
}

.mlt-postheadericons a:visited, .mlt-postheadericons a.visited
{
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
  color: #587493;
}

.mlt-postheadericons a:hover, .mlt-postheadericons a.hover
{
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: italic;
  text-decoration: underline;
  color: #E65005;
}

.mlt-postdateicon:before
{
  content: url('../images/postdateicon.png');
  margin-right: 6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  bottom: auto;
}

.opera .mlt-postdateicon:before
{
  bottom: 0;
}

.mlt-postauthoricon:before
{
  content: url('../images/postauthoricon.png');
  margin-right: 6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  bottom: auto;
}

.opera .mlt-postauthoricon:before
{
  bottom: 0;
}

.mlt-postediticon:before
{
  content: url('../images/system/edit.png');
  margin-right: 6px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

.opera .mlt-postediticon:before
{
  bottom: 0;
}

.mlt-postcontent ul , .mlt-post ul, .mlt-textblock ul {

}

.opera .mlt-postcontent ul>li:before, .opera   .mlt-post ul>li:before, .opera   .mlt-textblock ul>li:before
{
  bottom: 0;
}

.mlt-postcontent li, .mlt-post li, .mlt-textblock li
{
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #303F50;
  margin: 3px 0 0 11px;
}

.mlt-postcontent ul>li, .mlt-post ul>li, .mlt-textblock ul>li, .mlt-postcontent ol, .mlt-post ol, .mlt-textblock ol
{
  padding: 0;
}

.mlt-postcontent ul>li, .mlt-post ul>li, .mlt-textblock ul>li
{
  padding-left: 11px;
}

.mlt-postcontent ul>li:before, .mlt-post ul>li:before, .mlt-textblock ul>li:before
{
  margin-left: -11px;
}

.mlt-postcontent ol, .mlt-post ol, .mlt-textblock ol, .mlt-postcontent ul, .mlt-post ul, .mlt-textblock ul
{
  margin: 1em 0 1em 11px;
}

.mlt-postcontent li ol, .mlt-post li ol, .mlt-textblock li ol, .mlt-postcontent li ul, .mlt-post li ul, .mlt-textblock li ul
{
  margin: 0.5em 0 0.5em 11px;
}

.mlt-postcontent li, .mlt-post li, .mlt-textblock li
{
  margin: 3px 0 0 0;
}

.mlt-postcontent ol>li, .mlt-post ol>li, .mlt-textblock ol>li
{
  background-image: url(/templates/mapleleaftickets/images/ticket-icon.png);
  background-repeat: no-repeat;
  line-height: 25px;
  background-position: 0em;
  padding-left: 35px;
}

.mlt-postcontent ul>li, .mlt-post ul>li, .mlt-textblock ul>li
{
  background-image: url(/templates/mapleleaftickets/images/ticket-icon.png);
  background-repeat: no-repeat;
  line-height: 25px;
  background-position: 0em;
  padding-left: 35px;
}

blockquote
{
  background: #EFF2F5 url('../images/postquote.png') no-repeat scroll;
  padding: 10px 10px 10px 47px;
  margin: 10px 0 0 25px;
  color: #0D1216;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: italic;
  text-align: left;
  overflow: auto;
  clear: both;
}

blockquote a, .mlt-postcontent blockquote a, .mlt-blockcontent blockquote a, .mlt-footer blockquote a, blockquote a:link, .mlt-postcontent blockquote a:link, .mlt-blockcontent blockquote a:link, .mlt-footer blockquote a:link, blockquote a:visited, .mlt-postcontent blockquote a:visited, .mlt-blockcontent blockquote a:visited, .mlt-footer blockquote a:visited, blockquote a:hover, .mlt-postcontent blockquote a:hover, .mlt-blockcontent blockquote a:hover, .mlt-footer blockquote a:hover
{
  color: #0D1216;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: italic;
  text-align: left;
}

blockquote p, .mlt-postcontent blockquote p, .mlt-blockcontent blockquote p, .mlt-footer blockquote p
{
  margin: 0;
  margin: 5px 0;
}

.Sorter img
{
  border: 0;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  position: static;
  z-index: 1;
  width: 12px;
  height: 6px;
}

.Sorter a
{
  position: relative;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #647587;
}

.Sorter a:link
{
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #647587;
}

.Sorter a:visited, .Sorter a.visited
{
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #647587;
}

.Sorter a:hover, .Sorter a.hover
{
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #4C5967;
}

.Sorter
{
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #364049;
}

.mlt-footer
{
  margin: 5px auto 0;
  position: relative;
  color: #3B4E63;
  font-size: 13px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  line-height: 175%;
  text-align: center;
  padding: 0;
}

.mlt-footer a, .mlt-footer a:link, .mlt-footer a:visited, .mlt-footer a:hover, .mlt-footer td, .mlt-footer th, .mlt-footer caption
{
  color: #3B4E63;
  font-size: 13px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  line-height: 175%;
}

.mlt-footer p
{
  padding: 0;
  text-align: center;
}

.mlt-footer a, .mlt-footer a:link
{
  color: #394C60;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
}

.mlt-footer a:visited
{
  color: #2E3D4C;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
}

.mlt-footer a:hover
{
  color: #963403;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: underline;
}

.mlt-footer h1
{
  color: #8A99A8;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-footer h2
{
  color: #A1ADBA;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-footer h3
{
  color: #FA681E;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-footer h4
{
  color: #9CAFC4;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-footer h5
{
  color: #9CAFC4;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-footer h6
{
  color: #9CAFC4;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.mlt-footer img
{
  border: none;
  margin: 0;
}

.mlt-footer-inner
{
  margin: 0 auto;
  /* min-width: 700px; */
  max-width: 1000px;
  width: 100%;
  min-width: 372px;
  padding: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.mlt-rss-tag-icon
{
  background: url('../images/footerrssicon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 32px;
  min-width: 32px;
  display: inline-block;
  text-indent: 35px;
  background-position: left center;
  vertical-align: middle;
}

.mlt-rss-tag-icon:empty
{
  vertical-align: middle;
}

.mlt-facebook-tag-icon
{
  background: url('../images/footerfacebookicon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 32px;
  min-width: 32px;
  display: inline-block;
  text-indent: 35px;
  background-position: left center;
  vertical-align: middle;
}

.mlt-facebook-tag-icon:empty
{
  vertical-align: middle;
}

.mlt-twitter-tag-icon
{
  background: url('../images/footertwittericon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 32px;
  min-width: 32px;
  display: inline-block;
  text-indent: 35px;
  background-position: left center;
  vertical-align: middle;
}

.mlt-twitter-tag-icon:empty
{
  vertical-align: middle;
}

.mlt-tumblr-tag-icon
{
  background: url('../images/tumblricon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 32px;
  min-width: 32px;
  display: inline-block;
  text-indent: 35px;
  background-position: left center;
  vertical-align: middle;
}

.mlt-tumblr-tag-icon:empty
{
  vertical-align: middle;
}

.mlt-pinterest-tag-icon
{
  background: url('../images/pinteresticon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 32px;
  min-width: 32px;
  display: inline-block;
  text-indent: 35px;
  background-position: left center;
  vertical-align: middle;
}

.mlt-pinterest-tag-icon:empty
{
  vertical-align: middle;
}

.mlt-vimeo-tag-icon
{
  background: url('../images/vimeoicon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 32px;
  min-width: 32px;
  display: inline-block;
  text-indent: 35px;
  background-position: left center;
  vertical-align: middle;
}

.mlt-vimeo-tag-icon:empty
{
  vertical-align: middle;
}

.mlt-youtube-tag-icon
{
  background: url('../images/youtubeicon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 32px;
  min-width: 32px;
  display: inline-block;
  text-indent: 35px;
  background-position: left center;
  vertical-align: middle;
}

.mlt-youtube-tag-icon:empty
{
  vertical-align: middle;
}

.mlt-linkedin-tag-icon
{
  background: url('../images/linkedinicon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 32px;
  min-width: 32px;
  display: inline-block;
  text-indent: 35px;
  background-position: left center;
  vertical-align: middle;
}

.mlt-linkedin-tag-icon:empty
{
  vertical-align: middle;
}

.mlt-footer ul>li:before
{
  content: url('../images/footerbullets.png');
  margin-right: 6px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin-left: -13px;
}

.opera .mlt-footer ul>li:before
{
  bottom: 0;
}

.mlt-footer li
{
  font-size: 13px;
  font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #5F2102;
}

.mlt-footer ul>li, .mlt-footer ol
{
  padding: 0;
}

.mlt-footer ul>li
{
  padding-left: 13px;
}

.mlt-page-footer, .mlt-page-footer a, .mlt-page-footer a:link, .mlt-page-footer a:visited, .mlt-page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #364049;
}

.mlt-page-footer
{
  position: relative;
  z-index: auto !important;
  padding: 1em;
  text-align: center !important;
  text-decoration: none;
  color: #24303D;
}

.mlt-lightbox-wrapper
{
  background: #333;
  background: rgba(0, 0, 0, .8);
  bottom: 0;
  left: 0;
  padding: 0 100px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000000;
}

.mlt-lightbox, .mlt-lightbox-wrapper .mlt-lightbox-image
{
  cursor: pointer;
}

.mlt-lightbox-wrapper .mlt-lightbox-image
{
  border: 6px solid #fff;
  border-radius: 3px;
  display: none;
  max-width: 100%;
  vertical-align: middle;
}

.mlt-lightbox-wrapper .mlt-lightbox-image.active
{
  display: inline-block;
}

.mlt-lightbox-wrapper .lightbox-error
{
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 80px;
  opacity: .95;
  padding: 20px;
  position: fixed;
  width: 300px;
  z-index: 100;
}

.mlt-lightbox-wrapper .loading
{
  background: #fff url('../images/preloader-01.gif') center center no-repeat;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 32px;
  opacity: .5;
  padding: 10px;
  position: fixed;
  width: 32px;
  z-index: 10100;
}

.mlt-lightbox-wrapper .arrow
{
  cursor: pointer;
  height: 100px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  width: 82px;
  z-index: 10003;
}

.mlt-lightbox-wrapper .arrow.left
{
  left: 9px;
}

.mlt-lightbox-wrapper .arrow.right
{
  right: 9px;
}

.mlt-lightbox-wrapper .arrow:hover
{
  opacity: 1;
  filter: alpha(opacity=100);
}

.mlt-lightbox-wrapper .arrow.disabled
{
  display: none;
}

.mlt-lightbox-wrapper .arrow-t, .mlt-lightbox-wrapper .arrow-b
{
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  left: 26px;
  position: relative;
  width: 30px;
}

.mlt-lightbox-wrapper .arrow-t
{
  top: 38px;
}

.mlt-lightbox-wrapper .arrow-b
{
  top: 50px;
}

.mlt-lightbox-wrapper .close
{
  cursor: pointer;
  height: 22px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 39px;
  top: 30px;
  width: 22px;
  z-index: 10003;
}

.mlt-lightbox-wrapper .close:hover
{
  opacity: 1;
  filter: alpha(opacity=100);
}

.mlt-lightbox-wrapper .close .cw, .mlt-lightbox-wrapper .close .ccw
{
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: absolute;
  left: -4px;
  top: 8px;
  width: 30px;
}

.mlt-lightbox-wrapper .cw
{
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.mlt-lightbox-wrapper .ccw
{
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.mlt-lightbox-wrapper .close-alt, .mlt-lightbox-wrapper .arrow-right-alt, .mlt-lightbox-wrapper .arrow-left-alt
{
  color: #fff;
  display: none;
  font-size: 2.5em;
  line-height: 100%;
}

.ie8 .mlt-lightbox-wrapper .close-alt, .ie8 .mlt-lightbox-wrapper .arrow-right-alt, .ie8 .mlt-lightbox-wrapper .arrow-left-alt
{
  display: block;
}

.ie8 .mlt-lightbox-wrapper .cw, .ie8 .mlt-lightbox-wrapper .ccw
{
  display: none;
}

.mlt-content-layout .mlt-content
{
  margin: 0 auto;
}

fieldset
{
  border: none;
}

fieldset dl
{
  display: block;
  margin: 0;
  padding: 0;
  background: none;
}

fieldset dt
{
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 12em;
  height: 2em;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  background: none;
  line-height: 2em;
  overflow: hidden;
}

fieldset dd
{
  display: block;
  min-height: 2em;
  margin: 0 0 0 12em;
  padding: 0;
  background: none;
  line-height: 2em;
}

fieldset label
{
  display: inline-block;
  width: 12em;
}

fieldset textarea
{
  vertical-align: text-top;
}

.img-fulltext-left, .img-intro-left
{
  float: left;
  display: block;
  border: none;
  padding: 0;
  margin: 0 0.3em 0.3em 0;
  margin-top: 0;
}

.img-fulltext-right, .img-intro-right
{
  float: right;
  display: block;
  border: none;
  padding: 0;
  margin: 0 0 0.3em 0.3em;
  margin-top: 0;
}

ul.pagenav
{
  clear: both;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

ul.pagenav li, ul.pagenav li:before
{
  display: block;
  background: none;
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
  content: normal;
}

ul.pagenav li.pagenav-prev
{
  float: left;
}

ul.pagenav li.pagenav-next
{
  margin: 0 0 0 50%;
}

div.item-page dl.tabs
{
  display: block;
  margin: 0;
  padding: 0;
}

div.item-page dl.tabs:before
{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  width: 1em;
  height: 2em;
  overflow: hidden;
}

div.item-page dl.tabs dt
{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  height: 2em;
  overflow: hidden;
  border-left: solid 1px #B9C2CB;
  border-top: solid 1px #B9C2CB;
}

div.item-page dl.tabs dt h3
{
  margin: 0;
  padding: 0 1em;
  line-height: 2em;
  font-size: 100%;
  overflow: hidden;
}

div.item-page dl.tabs dt h3 a
{
  text-decoration: none;
}

div.item-page dl.tabs:after
{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  border-left: solid 1px #B9C2CB;
  content: " ";
  overflow: hidden;
  height: 2em;
}

div.item-page div.current
{
  clear: both;
  border: solid 1px #B9C2CB;
}

div.item-page div.current dd.tabs
{
  margin: 0;
  padding: 0;
}

div.item-page .panel
{
  border: solid 1px #B9C2CB;
  margin-top: -1px;
}

div.item-page .panel h3
{
  margin: 0;
  padding: 0;
}

div.item-page .panel h3 a
{
  display: block;
  padding: 6px;
  text-decoration: none;
}

div.item-page .panel h3.pane-toggler-down a
{
  border-bottom: solid 1px #B9C2CB;
}

div.item-page .panel .pane-slider
{
  margin: 0;
  padding: 0;
}

div.item-page div.pagination ul
{
  clear: both;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

div.item-page div.pagination li
{
  display: block;
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
  float: left;
  white-space: nowrap;
}

div.item-page div.pagination:after
{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.edit.item-page select + div
{
  width: 100% !important;
}

.edit.item-page div > ul
{
  border: 1px solid #B9C2CB;
}

.edit.item-page .search-field
{
  overflow: visible;
}

.edit.item-page .search-field > input
{
  width: 100% !important;
}

.edit.item-page ul > li:before
{
  content: normal;
}

.edit.item-page fieldset
{
  border: solid 1px #B9C2CB;
}

.edit.item-page fieldset legend
{
  padding: 7px;
  font-weight: bold;
}

#editor-xtd-buttons
{
  float: left;
  padding: 0;
}

.toggle-editor
{
  float: right;
}

#searchForm .phrases-box
{
  display: block;
  float: left;
}

#searchForm .ordering-box
{
  text-align: right;
}

#searchForm .phrases-box label, #searchForm .ordering-box label, #searchForm .only label
{
  display: inline-block;
  width: auto;
  height: 2em;
  margin: 0;
  padding: 0 0.3em;
}

#mod-finder-searchform label
{
  display: block;
}

#mod-finder-searchform input.inputbox
{
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 300px;
}

#login-form fieldset label
{
  width: 100%;
}

#login-form #form-login-username label, #login-form #form-login-password label
{
  display: block;
}

#login-form #form-login-username input, #login-form #form-login-password input
{
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 300px;
}

.breadcrumbs img
{
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

dl.stats-module
{
  padding: 0.3em 0 0.3em 0.3em;
  margin: 0;
}

dl.stats-module dt
{
  float: left;
  display: block;
  line-height: 1.5em;
  min-height: 1.5em;
  width: 10em;
  padding: 0.3em 0.3em 0 0;
  margin: 0;
  font-weight: bold;
}

dl.stats-module dd
{
  display: block;
  line-height: 1.5em;
  min-height: 1.5em;
  margin: 0 0 0 10em;
}

div.mod-languages ul
{
  margin: 0;
  padding: 0;
  list-style: none;
}

div.mod-languages li
{
  background: none;
  margin: 0 0.3em;
  padding: 0;
}

div.mod-languages ul.lang-inline li
{
  display: inline;
}

div.mod-languages ul.lang-block li
{
  display: block;
}

div.mod-languages img
{
  border: none;
  margin: 0;
  padding: 0;
}

div.clr
{
  clear: both;
}

#system-message ul li
{
  background-image: none;
}

ul.actions, ul.actions li, ul.actions li img
{
  display: inline;
  margin: 0;
  padding: 0;
  border: none;
}

ul.actions li
{
  background: none;
  list-style: none;
}

div.pagination p.counter
{
  display: inline-block;
  margin: 0 0.3em 0 0;
  padding: 0;
  background: none;
}

div.pagination ul, div.pagination ul li, div.pagination ul > li:before
{
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 0.3em;
  background: none;
  content: normal;
}

div.tip-wrap
{
  background: #fff;
  border: 1px solid #aaa;
}

div.tip-wrap div.tip
{
  padding: 0.3em;
}

div.tip-wrap div.tip-title
{
  font-weight: bold;
}


span.hasTip a img
{
  padding: 0;
  margin: 0;
  border: none;
}

div.categories-list ul li span.item-title, div.cat-children ul li span.item-title
{
  display: block;
  margin: 0 0 0.3em 0;
}

div.categories-list ul li div.category-desc, div.cat-children ul li div.category-desc
{
  margin: 0 0 0.3em 0;
}

div.categories-list dl, div.cat-children dl
{
  display: block;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  background: none;
}

div.categories-list dl dt, div.cat-children dl dt, div.categories-list dl dd, div.cat-children dl dd
{
  display: inline-block;
  padding: 0;
  margin: 0;
  background: none;
}

div.img_caption p.img_caption
{
  padding: 0.3em 0;
  margin: 0;
}

form .search label, form .finder label
{
  display: none;
}

#search-searchword
{
  margin-bottom: 5px;
}

.cols-2 .column-1, .cols-2 .column-2, .cols-3 .column-1, .cols-3 .column-2, .cols-3 .column-3
{
  float: left;
  clear: right;
}

.cols-2 .column-1
{
  width: 50%;
}

.cols-2 .column-2
{
  width: 50%;
}

.cols-3 .column-1
{
  width: 33%;
}

.cols-3 .column-2
{
  width: 33%;
}

.cols-3 .column-3
{
  width: 34%;
}

.row-separator
{
  clear: both;
  float: none;
  font-size: 1px;
  display: block;
}

ul.categories-module li h1, ul.categories-module li h2, ul.categories-module li h3, ul.categories-module li h4, ul.categories-module li h5, ul.categories-module li h6
{
  display: inline;
}

.only, .phrases
{
  border: solid 1px #ccc;
  margin: 10px 0 0 0px;
  padding: 15px;
  line-height: 1.3em;
}

div.tags
{
  display: inline;
}

.tag-category ul > li:before
{
  content: normal;
}

ul.list-striped > li:before
{
  content: normal;
}

.list-striped
{
  border-top: 1px solid #ddd;
}

.list-striped li, .list-striped dd
{
  border-bottom: 1px solid #ddd;
}

.accordion
{
  margin-bottom: 18px;
}

.accordion-group
{
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion-heading
{
  border-bottom: 0;
}

.accordion-heading .accordion-toggle
{
  display: block;
  padding: 8px 15px;
}

.accordion-toggle
{
  cursor: pointer;
}

.accordion-inner
{
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.accordion-body.in:hover
{
  overflow: visible;
}

.collapse.in
{
  height: auto;
}

.collapse
{
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}

/* Begin Additional CSS Styles */

/* End Additional CSS Styles */