/*

* Amazium V3.3.0

* Copyright 2013, Mike Ballan

* www.amazium.co.uk

*/
/***** Reset & Basics *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/***** Basic Styles *****/
html {
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
}
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font: 15px/20px 'Bitter', serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
/***** Typography *****/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: 'Bitter', serif;
  font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  color: inherit;
}
h1 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 38px;
  line-height: 40px;
}
h2 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 32px;
  line-height: 32px;
}
h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 24px;
  line-height: 26px;
}
h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 17px;
  line-height: 19px;
}
h5 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
}
h6 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 11px;
  line-height: 13px;
}
p {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 26px;
  font-size: 16px;
}
b, strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
small {
  font-size: 11px;
}
a {
  color: #0067A4;
  text-decoration: none;
}
a:hover {
  color: #003564;
  text-decoration: none;
}
sup, sub {
  height: 0;
  line-height: 0;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  font-size: 80%;
}
sup {
  top: -5px;
}
sub {
  bottom: -5px;
}
pre code {
  margin: 16px 0 26px 0;
  padding: 16px;
  font: 12px/19px 'Bitter', serif;
  display: block;
  background-color: #111;
  border: 1px solid #111;
}
abbr[title], abbr[data-original-title] {
  border-bottom: 1px dotted #999999;
  cursor: help;
}
address {
  margin: 26px 0;
  padding: 0;
  display: block;
  font-style: normal;
  line-height: 20px;
}
hr {
  margin: 20px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #999;
  height: 1px;
  width: 100%;
  text-align: left;
  display: block;
}
div {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/***** Lists *****/
/*ul, ol                                          { margin:26px 0 36px 0; display:block; }

ul                                              { list-style:none outside; }

ul li                                           { margin:0 0 15px 0; padding:0 0 0 18px; line-height:18px; background:transparent url('../img/bullet.png') no-repeat 0 3px; }



ul ul, ul ol                                    { margin:11px 0 5px 0; }

ol ol, ol ul                                    { margin:8px 0 5px 20px; }

ul ul li                                        { margin:0 0 5px 0; }

ul ol li,   ol ol li, ol ul li                  { margin:0 0 3px 0; }



ul.square, ul.square ul,

ul.circle ul.square                             { list-style:square outside; }

ul.circle, ul.circle ul,

ul.square ul.circle                             { list-style:circle outside; }

ul.disc, ul.disc ul                             { list-style:disc outside; }

ul.square li,

ul.circle li,

ul.disc li                                      { margin:0 0 5px 18px; padding:0; line-height:18px; background:none; }



ol                                              { list-style:decimal; }

ol li                                           { margin:0 0 10px 22px; padding:0; line-height:18px; }

*/
dl {
  margin: 16px 0 26px 0;
  padding: 0;
}
dt {
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
dd {
  margin: 0 0 10px 10px;
}
/***** Blockquotes *****/
figure {
  margin: 16px 0 26px 0;
  padding: 0;
}
blockquote {
  margin: 0;
  padding: 0 0 0 10px;
  border-left: 1px solid #747474;
}
blockquote p {
  margin: 0;
  padding: 0;
  color: #777;
  font-style: italic;
}
blockquote p:before {
  content: "\201C";
}
blockquote p:after {
  content: "\201D";
}
figcaption:before {
  content: "\2014 \202F";
}
figcaption {
  margin: 6px 0 0 0;
  padding: 0;
  font-size: 11px;
}
/***** Links *****/
a {
  text-decoration: none;
  outline: 0;
  transition: all .1s linear 0s;
  -moz-transition: all .1s linear 0s;
  -webkit-transition: all .1s linear 0s;
  -o-transition: all .1s linear 0s;
}
a:focus {
  outline: none;
  -moz-outline-style: none;
}
/***** Images, iFrames & Videos  *****/
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.img-left {
  float: left;
  margin: 0 30px 30px 0;
  border: none;
}
.img-right {
  float: right;
  margin: 0 0 30px 30px;
  border: none;
}
.img-max {
  width: 100%;
  height: auto;
}
.img-sponsor {
  width: 353px;
  height: 206px;
  border-radius: 10px;
}
.img-max-delete {
  width: 100%;
  max-width: 500px;
  height: auto;
}
.img-max-print {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.ti-max {
  width: 100px;
  max-width: 18px;
  height: auto;
  margin-top: -5px;
}
.ti2-max {
  width: 100%;
  height: auto;
  max-width: 60px;
  margin-bottom: 10px;
}
.center {
  margin: 0 auto
}
.media {
  position: relative;
  margin: 0 0 15px 0;
  padding-bottom: 51%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: 1px solid #ccc;
}
.media iframe, .media object, .media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/***** Buttons  *****/
a.btn, .btn, button {
  margin: 0 5px 5px 0;
  padding: 1px 20px 0;
  display: inline-block;
  color: #FFF;
  border: 1px solid #000;
  background-color: #000;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  cursor: pointer;
  transition: all .1s linear 0s;
  -moz-transition: all .1s linear 0s;
  -webkit-transition: all .1s linear 0s;
  -o-transition: all .1s linear 0s;
}
:hover.btn {
  border: 1px solid #CCC;
  background-color: #FFF;
  color: #333;
  border-radius: 5px;
}
a.btn.small, .btn.small {
  padding: 2px 10px;
  font-size: 16px;
  line-height: 25px;
  border-radius: 5px;
}
.btn.white {
  border-color: #CCC;
  background-color: #FFF;
  color: #333;
  border-radius: 5px;
}
:hover.btn.white {
  border-color: #000;
  background-color: #000;
  color: #FFF;
  border-radius: 5px;
}
.btn.red {
  border-color: #E74C3C;
  background-color: #E74C3C;
  border-radius: 5px;
}
:hover.btn.red {
  border-color: #E74C3C;
  background-color: #b93d30;
  color: #FFF;
  border-radius: 5px;
}
.btn.blue {
  border-color: #3498DB;
  background-color: #3498DB;
  border-radius: 5px;
}
:hover.btn.blue {
  border-color: #3498DB;
  background-color: #2a7aaf;
  color: #FFF;
  border-radius: 5px;
}
.btn.green {
  border-color: #77a536;
  background-color: #8bc141;
  text-decoration: none;
  border-radius: 5px;
}
:hover.btn.green {
  border-color: #77a536;
  background-color: #77a536;
  color: #FFF;
  text-decoration: none;
  border-radius: 5px;
  align-content: center;
}
.btn.brown {
  border-color: #2F1F09;
  background-color: #5F3F14;
  text-decoration: none;
  border-radius: 5px;
}
:hover.btn.brown {
  border-color: #1B1205;
  background-color: #2F1F09;
  color: #FFF;
  text-decoration: none;
  border-radius: 5px;
}
.btn.orange {
  border-color: #F08C19;
  background-color: #f29121;
  text-decoration: none;
  border-radius: 5px;
}
:hover.btn.orange {
  border-color: #F08C19;
  background-color: #EF860E;
  color: #FFF;
  text-decoration: none;
  border-radius: 5px;
}
.ticket-button {
  padding: 10px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  vertical-align: bottom;
  text-decoration: none;
  cursor: pointer;
  width: 125px;
}
:hover.ticket-button {
  border: 1px solid #CCC;
  background-color: #FFF;
  color: #333;
  border-radius: 5px;
}
a.ticket-button.small, .ticket-button.small {
  padding: 2px 10px;
  font-size: 16px;
  line-height: 45px;
}
.ticket-button.red {
  border-color: #E74C3C;
  background-color: #E74C3C;
}
:hover.ticket-button.red {
  border-color: #E74C3C;
  background-color: #b93d30;
  color: #FFF;
}
.ticket-button.blue {
  border-color: #3498DB;
  background-color: #3498DB;
}
:hover.ticket-button.blue {
  border-color: #3498DB;
  background-color: #2a7aaf;
  color: #FFF;
}
.ticket-button.green {
  border-color: #77a536;
  background-color: #8bc141;
}
:hover.ticket-button.green {
  border-color: #77a536;
  background-color: #77a536;
  color: #FFF;
}
.ticket-button.orange {
  border-color: #F08C19;
  background-color: #f29121;
  text-decoration: none;
}
:hover.ticket-button.orange {
  border-color: #F08C19;
  background-color: #EF860E;
  color: #FFF;
  text-decoration: none;
}
.read-btn {
  padding: 1px 10px 0;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  cursor: pointer;
  transition: all .1s linear 0s;
  -moz-transition: all .1s linear 0s;
  -webkit-transition: all .1s linear 0s;
  -o-transition: all .1s linear 0s;
  border: 1px solid #77a536;
  background-color: #8bc141;
  color: #FFFFFF;
}
.status-bod {
  border-radius: 5px;
  margin: 0 5px 5px 0;
  padding: 1px 20px 0;
  display: inline-block;
  color: #FFF;
  border: 1px solid #000;
  background-color: #000;
  font-size: 16px;
  line-height: 40px;
  padding: 2px 10px;
  font-size: 16px;
  line-height: 25px;
  border-color: #3399cc;
  background-color: #4793e5;
  float: right;
}
.status-open {
  border-radius: 5px;
  margin: 0 5px 5px 0;
  padding: 1px 20px 0;
  display: inline-block;
  color: #FFF;
  border: 1px solid #000;
  background-color: #000;
  font-size: 16px;
  line-height: 40px;
  padding: 2px 10px;
  font-size: 16px;
  line-height: 25px;
  border-color: #77a536;
  background-color: #8bc141;
  float: right;
}
.status-closed {
  border-radius: 5px;
  margin: 0 5px 5px 0;
  padding: 1px 20px 0;
  display: inline-block;
  color: #FFF;
  border: 1px solid #000;
  background-color: #000;
  font-size: 16px;
  line-height: 40px;
  padding: 2px 10px;
  font-size: 16px;
  line-height: 25px;
  border-color: #E74C3C;
  background-color: #b93d30;
  float: right;
}
.status-txrfd {
  border-radius: 5px;
  margin: 0 5px 5px 0;
  padding: 1px 20px 0;
  display: inline-block;
  color: #FFF;
  border: 1px solid #000;
  background-color: #000;
  font-size: 16px;
  line-height: 40px;
  padding: 2px 10px;
  font-size: 16px;
  line-height: 25px;
  border-color: #F57C20;
  background-color: #F5832C;
  float: right;
}
.ticket-wr {
  border-radius: 5px;
  margin: 0 5px 5px 0;
  padding: 1px 20px 0;
  display: inline-block;
  color: #FFF;
  border: 1px solid #000;
  background-color: #000;
  font-size: 16px;
  line-height: 40px;
  padding: 2px 10px;
  font-size: 16px;
  line-height: 25px;
  border-color: #77a536;
  background-color: red;
  float: right;
}
.ticket-ai {
  border-radius: 5px;
  margin: 0 5px 5px 0;
  padding: 1px 20px 0;
  display: inline-block;
  color: #FFF;
  border: 1px solid #000;
  background-color: #000;
  font-size: 16px;
  line-height: 40px;
  padding: 2px 10px;
  font-size: 16px;
  line-height: 25px;
  border-color: #77a536;
  background-color: blue;
  float: right;
}
.ticket-bod {
  border-radius: 5px;
  margin: 0 5px 5px 0;
  padding: 1px 20px 0;
  display: inline-block;
  color: #FFF;
  border: 1px solid #000;
  background-color: #000;
  font-size: 16px;
  line-height: 40px;
  padding: 2px 10px;
  font-size: 16px;
  line-height: 25px;
  border-color: #77a536;
  background-color: orange;
  float: right;
}
.check-open {
  width: 100%;
  margin: 0 auto;
  padding: 25px;
  display: inline-block;
  color: #FFF;
  border: 1px solid #000;
  background-color: #000;
  font-size: 16px;
  line-height: 40px;
  font-size: 16px;
  line-height: 25px;
  border-color: #77a536;
  background-color: #8bc141;
  text-align: center;
  border-radius: 10px;
}
.check-closed {
  width: 100%;
  margin: 0 auto;
  padding: 25px;
  display: inline-block;
  color: #FFF;
  border: 1px solid #000;
  background-color: #000;
  font-size: 16px;
  line-height: 40px;
  font-size: 16px;
  line-height: 25px;
  border-color: #E74C3C;
  background-color: #b93d30;
  text-align: center;
  border-radius: 10px;
}
:hover .read-btn {
  border-color: #77a536;
  background-color: #77a536;
  color: #FFFFFF;
  text-decoration: none;
}
/***** Tables *****/
table {
  margin: 20px 0 40px 0;
  width: 100%;
  border: none;
  border-radius: 5px;
}
table caption {
  margin: 0 0 10px;
}
table th {
  padding: 10px 8px 10px 8px;
  color: #333;
  font-weight: bold;
  border: 1px solid #BBB;
}
table td {
  padding: 10px 8px 10px 8px;
  color: #333;
  border: 0px solid #BBB;
}
table td.header {
  padding: 10px 8px 10px 8px;
  color: #333;
  border: 0px solid #BBB;
}
table tr.even td {
  background-color: #fff;
}
table tr.odd td {
  background-color: #f1f1f1;
}
table td.highlight, table tr td.highlight {
  padding: 11px 8px;
  color: #FFF;
  font-weight: bold;
  display: block;
  font-size: inherit;
  border: none;
  background-color: #333;
}

table.images {
  	margin: 0px 0 0px 0;
	text-align: center;
  	width: 75%;
  	border: none;
	padding: 0px;
}

table.images td.img {
	text-align: center;
  	border: none;
	padding: 0px;
}

table.images td.text {
	text-align: left;
  	border: none;
	padding: 0px;
}

table.images td.noimg {
	text-align: center;
	color: red;
	font-size: 20px;
	font-weight: 700;
  	border: none;
	padding: 0px;
}

table.images th {
  	border: none;
	padding: 0px;
}

table.images tr {
  	border: none;
	padding: 0px;
}

/***** Global Classes *****/
.clear {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.center {
  margin: 0 auto !important;
  text-align: center !important;
}
.txt-big {
  color: #a2bd30;
  font-weight: bold;
  line-height: 26px;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
.txt-justify {
  text-align: justify;
}
.normal {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underline {
  border-bottom: 1px solid;
}
.highlight {
  padding: 4px 7px 4px;
  color: #000;
  line-height: 19px;
  display: inline-block;
  background: #00deff;
  font-weight: bold;
}
.intro {
  font-size: 130%;
  line-height: 130%;
}
.nopadding {
  padding: 0;
}
.noindent {
  margin-left: 0;
  padding-left: 0;
}
.nobullet {
  list-style: none;
  list-style-image: none;
}
.inline {
  display: inline;
}
.block {
  display: block;
}
.hidden {
  display: none;
}
.hide {
  display: none;
}
.bfix {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/***** Back to Top *****/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 51px;
  height: 51px;
  border: none;
  text-indent: -999px;
  background: url(../img/ui.totop.png) no-repeat left top;
  z-index: 99;
}
#toTopHover {
  background: url(../img/ui.totop.png) no-repeat left -51px;
  width: 51px;
  height: 51px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
  outline: none;
}
/***** disable Chrome blue border *****/
input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}
.border-blue {
  border: 1px solid #02598c;
}
.dropcap-circle {
  border-radius: 40px;
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 22px;
  line-height: 40px;
  margin: 0px 15px 0px 0;
  text-align: center;
  text-shadow: none;
  width: 40px;
}
.drop-circle {
  border-radius: 40px;
  display: block;
  margin: 0 auto;
  width: 55px;
}
.drop-img {
  width: 100%;
  height: auto;
  max-width: 50px;
  vertical-align: middle;
}
.qa-tx {
  margin: 0;
  padding: 0;
  line-height: 40px;
  font-size: 18px;
  font-weight: 400;
}
.spacer-10 {
  margin-top: -10px;
}
.spacer5 {
  margin-top: 5px;
}
.spacer10 {
  margin-top: 10px;
}
.spacer15 {
  margin-top: 15px;
}
.spacer20 {
  margin-top: 20px;
}
.spacer25 {
  margin-top: 25px;
}
.spacer30 {
  margin-top: 30px;
}
.spacer35 {
  margin-top: 35px;
}
.spacer40 {
  margin-top: 40px;
}
.spacer50 {
  margin-top: 50px;
}
.spacer60 {
  margin-top: 60px;
}
.spacer70 {
  margin-top: 70px;
}
.spacer80 {
  margin-top: 80px;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.no-margin {
  margin: 0 0 0 0 !important;
}
.divider80 {
  width: 75%;
  height: 1px;
  border-bottom: 1px dotted #0067A4;
  margin: 80px auto;
}
.divider-dot10 {
  width: 75%;
  height: 1px;
  border-bottom: 1px dotted #ffffff;
  margin: 10px auto;
}
.dotline {
  width: 75%;
  height: 1px;
  border-bottom: 1px dotted #5c190c;
  margin: 0 auto;
}
.right10 {
  margin-right: 10px;
}
.top25 {
  margin-top: 25px;
}
.img-max-cposts {
  width: 100%;
  height: auto;
  max-width: 25px;
  min-width: 25px;
  margin-top: -5px;
}
.img-max-profile {
  width: 100%;
  height: auto;
  max-width: 300px;
}
.img-max-progress {
  width: 100%;
  height: auto;
  max-width: 150px;
}
.pagination {
  text-align: center;
  margin: 3px;
  padding: 3px;
}
.pagination a {
  margin-right: 2px;
  border: 1px solid #0067A4;
  text-decoration: none;
  color: #0067A4;
  padding: 2px 5px;
}
.pagination a:hover, div.pagination a:active {
  border: 1px solid #0067A4;
  color: #0067A4;
  background: #FFFFFF;
}
.pagination span.current {
  margin-right: 2px;
  border: 1px solid #0067A4;
  font-weight: 700;
  background: #AAD83E;
  color: #FFF;
  padding: 2px 5px;
}
.pagination span.disabled {
  margin-right: 2px;
  border: 1px solid #003F63;
  color: #003F63;
  padding: 2px 5px;
}
/*===========Notices===========*/
.notices-title {
  padding-bottom: 20px !important;
  font-size: 26px;
  font-family: 'Bitter', serif;
  font-weight: 700;
  color: #282828;
  text-align: left;
  line-height: 34px;
}
.max-img-border {
  width: 100%;
  margin: 0;
  vertical-align: middle;
  border-radius: 0px;
}
.max-img-border-index {
  display: inline-block;
  overflow: hidden;
  width: 60%;
  vertical-align: middle;
  border-radius: 7px;
  border: solid 2px #fff;
}
.max-img-border-slider {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
  vertical-align: middle;
  border-radius: 5px;
  border: solid 2px #052535;
}
.max-img-border-bod {
  width: 100%;
  margin: 0;
  vertical-align: middle;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.max-img-border-gallery {
  width: 100%;
  margin: 0;
  vertical-align: middle;
}
.gallerybox {
  text-align: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.0);
}
.gallerybox a {
  display: block;
  height: 171px;
  border: solid 2px #FFFFFF;
  overflow: hidden;
  margin-bottom: 10px;
}
/*NEW GALLERY*/
.max-img-border {
  width: 100%;
  margin: 0;
  vertical-align: middle;
}
ul.list-image {
  list-style: none !important;
}
ul.list-image li {
  overflow: hidden;
  display: inline-block;
  width: 250px;
  margin-right: 63px;
  vertical-align: top;
}
ul.list-image li:nth-child(4) {
  margin-right: 0px !important;
}
ul.list-image li:nth-child(8) {
  margin-right: 0px !important;
}
ul.list-image li:nth-child(12) {
  margin-right: 0px !important;
}
ul.list-image li:nth-child(16) {
  margin-right: 0px !important;
}
ul.list-image li:nth-child(20) {
  margin-right: 0px !important;
}
ul.list-image li:nth-child(24) {
  margin-right: 0px !important;
}
ul.list-image li:nth-child(28) {
  margin-right: 0px !important;
}
ul.list-image li:nth-child(32) {
  margin-right: 0px !important;
}
ul.list-image li:nth-child(36) {
  margin-right: 0px !important;
}
ul.list-image li:nth-child(40) {
  margin-right: 0px !important;
}
ul.list-image li a {
  height: 155px;
  border: solid 2px #052535;
  line-height: 155px;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: #000000;
  float: left;
}
ul.list-image li a:hover {
  display: block;
  border: solid 2px #8B0000;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
}
ul.list-image-index {
  list-style: none !important;
}
ul.list-image-index li {
  overflow: hidden;
  display: inline-block;
  width: 250px;
  margin-right: 63px;
  vertical-align: middle;
}
ul.list-image-index li:nth-child(4) {
  margin-right: 0px !important;
}
ul.list-image-index li:nth-child(8) {
  margin-right: 0px !important;
}
ul.list-image-index li:nth-child(12) {
  margin-right: 0px !important;
}
ul.list-image-index li a {
  border: none;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: transparent;
  float: left;
  border-radius: 7px;
}
ul.list-image-index li a:hover {
  border: none;
  overflow: hidden;
  margin-bottom: 10px;
}
a.btn.small.right, .btn.small.right {
  border: none !important;
  width: auto;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 14px;
}
a.btn.small.left, .btn.small.left {
  border: solid 0px green !important;
  width: auto;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 14px;
}
.galleryh {
  color: #034A68;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin: 5px 0 10px;
  padding: 0;
  text-align: left;
  float: left;
  width: 100%;
}
.galleryp {
  color: #052535;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  float: left;
  margin-bottom: 35px;
  height: 100px;
  width: 100%;
}
.container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: inline-block;
}
.pagination {
  text-align: center;
  margin: 3px;
  padding: 3px;
}
.pagination a {
  margin-right: 2px;
  border: 1px solid #0067A4;
  text-decoration: none;
  color: #0067A4;
  padding: 2px 5px;
}
.pagination a:hover, div.pagination a:active {
  border: 1px solid #0067A4;
  color: #0067A4;
  background: #FFFFFF;
}
.pagination span.current {
  margin-right: 2px;
  border: 1px solid #0067A4;
  font-weight: 700;
  background: #AAD83E;
  color: #FFF;
  padding: 2px 5px;
}
.pagination span.disabled {
  margin-right: 2px;
  border: 1px solid #003F63;
  color: #003F63;
  padding: 2px 5px;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .gallerybox a {
    height: 137px;
  }
  .notices-title {
    font-size: 19px;
    font-family: 'Bitter', serif;
    font-weight: 700;
    color: #282828;
    text-align: left;
  }
  ul.list-image li {
    overflow: hidden;
    display: inline-block;
    width: 222px;
    margin-right: 20px;
    vertical-align: top;
  }
  ul.list-image li a {
    height: 130px;
    border: solid 2px #052535;
    line-height: 130px;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #000000;
    float: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .gallerybox a {
    height: 250px;
  }
  .notices-title {
    font-size: 36px;
    font-family: 'Bitter', serif;
    font-weight: 700;
  }
  .ticket-button {
    width: 100%;
  }
  ul.list-image li {
    overflow: hidden;
    display: inline-block;
    width: 355px;
    margin-right: 50px;
    vertical-align: top;
  }
  ul.list-image li a {
    height: 220px;
    border: solid 2px #052535;
    line-height: 220px;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #000000;
    float: left;
  }
  ul.list-image li:nth-child(2) {
    margin-right: 0px !important;
  }
  ul.list-image li:nth-child(4) {
    margin-right: 0px !important;
  }
  ul.list-image li:nth-child(6) {
    margin-right: 0px !important;
  }
  ul.list-image li:nth-child(8) {
    margin-right: 0px !important;
  }
  ul.list-image li:nth-child(10) {
    margin-right: 0px !important;
  }
  ul.list-image li:nth-child(12) {
    margin-right: 0px !important;
  }
  .galleryp {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .notices-title {
    font-size: 32px;
    font-family: 'Bitter', serif;
    font-weight: 700;
  }
  .gallerybox a {
    height: auto;
  }
  .paginationwrap {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 25px;
  }
  .ticket-button {
    width: 100%;
  }
  ul.list-image li {
    overflow: hidden;
    display: inline-block;
    width: 45%;
    margin-right: 8%;
    vertical-align: top;
  }
  ul.list-image li a {
    height: 120px;
    border: solid 2px #052535;
    line-height: 120px;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #000000;
    float: left;
  }
  ul.list-image li:nth-child(2) {
    margin-right: 0px !important;
  }
  ul.list-image li:nth-child(4) {
    margin-right: 0px !important;
  }
  ul.list-image li:nth-child(6) {
    margin-right: 0px !important;
  }
  ul.list-image li:nth-child(8) {
    margin-right: 0px !important;
  }
  ul.list-image li:nth-child(10) {
    margin-right: 0px !important;
  }
  ul.list-image li:nth-child(12) {
    margin-right: 0px !important;
  }
  .galleryp {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .notices-title {
    font-size: 18px;
    font-family: 'Bitter', serif;
    font-weight: 700;
  }
  .gallerybox a {
    height: auto;
  }
  .paginationwrap {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 25px;
  }
  a.btn.small, .btn.small {
    padding: 2px 10px;
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    text-align: center;
  }
  .ticket-button {
    width: 100%;
  }
  ul.list-image li {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    margin-right: none;
    vertical-align: top;
  }
  ul.list-image li a {
    height: 175px;
    border: solid 2px #052535;
    line-height: 175px;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #000000;
    float: left;
  }
  .galleryp {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 319px) {
  .notices-title {
    font-size: 18px;
    font-family: 'Bitter', serif;
    font-weight: 700;
  }
  .gallerybox a {
    height: auto;
  }
  .paginationwrap {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 25px;
  }
  a.btn.small, .btn.small {
    padding: 2px 10px;
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    text-align: center;
  }
  .ticket-button {
    width: 100%;
  }
}