/* 
* 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: #f8f8f8;
  background-image: url(../images/bg.png);
  background-repeat: repeat;
  font: 15px/20px 'Bitter', serif;
  color: #333;
  -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: 42px;
  color: #333;
}
h2 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 32px;
  line-height: 36px;
  color: #333;
}
h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 24px;
  line-height: 30px;
  color: #333;
}
h4 {
  margin: 0 0 0 0;
  padding: 0;
  font-size: 17px;
  color: #333;
}
h5 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  color: #333;
}
h6 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 11px;
  line-height: 13px;
  color: #333;
}
p {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 26px;
  font-size: 18px;
}
b, strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
small {
  font-size: 11px;
}
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;
  color: #f1f1f1;
  display: block;
  background-color: #111;
  border: 1px solid #111;
}
abbr[title], abbr[data-original-title] {
  border-bottom: 1px dotted #999999;
  cursor: help;
}
address {
  margin: 0;
  padding: 0;
  display: block;
}
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;
}
/*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                                               { color:#000; text-decoration:underline; 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;
}
.max-img {
  width: 100%;
  height: 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:5px; 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; }

a.btn.small, 
.btn.small                                      { padding:2px 10px; font-size:12px; line-height:25px; }

.btn.white                                      { border-color:#CCC; background-color:#FFF; color:#333; }
:hover.btn.white                                { border-color:#000; background-color:#000; color:#FFF; }           

.btn.red                                        { border-color:#E74C3C; background-color:#E74C3C; }
:hover.btn.red                                  { border-color:#E74C3C; background-color:#b93d30; color:#FFF; }

.btn.blue                                       { border-color:#3498DB; background-color:#3498DB; }
:hover.btn.blue                                 { border-color:#3498DB; background-color:#2a7aaf; color:#FFF; }

.btn.green                                      { background-color: #187522; background-image: linear-gradient(#20972C, #187522); color:#FFFFFF; text-decoration:none;}
 
:hover.btn.green                                { border-color:#052535; background-color:#25a35a; color:#FFF; }
*/
/***** Tables *****/
table {
  margin: 20px 0 40px 0;
  width: 100%;
}
table caption {
  margin: 0 0 10px;
}
table th {
  padding: 10px 8px 10px 8px;
  background-color: #f1f1f1;
  color: #333;
  font-weight: bold;
  border: 1px solid #BBB;
}
table td {
  padding: 10px 8px 10px 8px;
  background-color: #f1f1f1;
  color: #333;
  border: 1px 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;
}
/***** Global Classes *****/
.img-left {
  float: left;
  margin: 0 30px 30px 0;
  border: none;
}
.img-right {
  float: right;
  margin: 0 0 30px 30px;
  border: none;
}
.clear {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.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: 700 !important;
}
.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.svg) 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;
}
.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;
}
.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;
}
.divider80 {
  width: 75%;
  height: 1px;
  border-bottom: 1px dotted #046792;
  margin: 80px auto;
}
.dotline {
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #046792;
  margin-bottom: 10px;
}
.right10 {
  margin-right: 10px;
}
.top25 {
  margin-top: 25px;
}
.no-margin {
  margin: 0 0 0 0;
}
.paginationwrap {
  margin: 0 auto;
  width: 100%;
  height: auto;
  text-align: center;
}
.pagination {
  background: none repeat scroll 0 0 #981B1E;
  color: #F7F7F7;
  display: inline-block;
  font-size: 18px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin-right: 15px;
  font-family: 'Bitter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
}
.pagination a {
  background: none repeat scroll 0 0 #034A68;
  color: #F7F7F7;
  display: block;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  width: 34px;
  font-family: 'Bitter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
}
.pagination a:hover {
  background: none repeat scroll 0 0 #981B1E;
  color: #F7F7F7;
  display: block;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  width: 34px;
  font-family: 'Bitter', sans-serif;
  font-size: 18px;
  font-weight: 700;
}
/*.pagination span {
	margin-right:5px;
	float:left;  
	margin-bottom:5px;
}

.pagination a span {
	margin-right:10px;
	padding:0px 5px 0px 5px;
	color: #5b5b5d;
	border:1px solid #fff;	
}*/
a span.prev-next {
  border: none;
}
/*===========GALLERY===========*/
#maincontent {
  width: 100%;
  padding: 0px;
  height: auto;
  margin: 0 auto;
}
.overallheight {
  width: 100%;
  padding: 0px;
  height: 375px;
  margin: 0 auto;
}
.galleryh {
  color: #034A68;
  font-family: 'Bitter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin: 5px 0 10px;
  padding: 0;
  text-align: left;
}
.galleryp {
  color: #052535;
  font-family: 'Bitter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
#stage {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: auto;
}
#filter {
  display: block;
  float: left;
  /* position: relative;*/
  width: 100%;
}
#filter li {
  float: left;
  margin: 0 0px 0 0;
  overflow: hidden;
  padding: 0;
  font-family: 'Bitter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
}
#filter a {
  background: none repeat scroll 0 0 #034A68;
  color: #f7f7f7;
  display: block;
  outline: medium none;
  text-decoration: none;
  padding: 15px 29px;
  margin-right: 10px;
}
.no-margin-right {
  display: block;
  margin-right: 0 !important;
}
#filter a:hover {
  background: none repeat scroll 0 0 #981B1E;
  color: #FFFFFF;
}
#filter a:active, #filter .active a {
  color: #FFFFFF;
  outline: medium none;
  text-decoration: none;
}
#filter a:active, #filter .active a {
  background: none repeat scroll 0 0 #981B1E;
}
ul.portfolio-4column li {
  float: left;
  height: auto;
  margin: 0 0 30px;
  overflow: hidden;
  /* position: relative;*/
}
/*.box_4 {
    height: 211px;
    padding: 10px;
    width: 188px;
}*/
/*.portfolio-4column li {
    left: 16px;
    top: 90px;
}*/
.gallerybox {
  text-align: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.0);
}
.gallerybox a {
  display: block;
  /*height:auto;*/
  height: 171px;
  border: solid 2px #052535;
  /*  line-height:168px;*/
  overflow: hidden;
  margin-bottom: 10px;
}
.gallerybox a:hover {
  display: block;
  /*height:auto;*/
  height: 171px;
  border: solid 2px #046792;
  /*  line-height:168px;*/
  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);
}
.max-img-border {
  width: 100%;
  margin: 0;
  vertical-align: middle;
}
/* ============== Sidebar ================ */
.aside {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.sidebar-widget h1, .sidebar-widget h2, .sidebar-widget h3, .sidebar-widget h4, .sidebar-widget h5 {
  float: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.sidebar-widget {
  float: left;
}
ul.sidebar-list li {
  background: url("../images/blkdivider.png") repeat-x scroll left bottom transparent;
  float: left;
  width: 100%;
  margin: 0 0 15px;
  padding: 0 0 15px;
  color: #1f1f1f;
  line-height: 18px;
}
ul.link-list li {
  margin: 0 0 15px;
  padding: 0 0 15px;
  color: #ffffff;
  line-height: 18px;
}
.sideheader {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  padding: 10px 15px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
  width: 100%;
}
.side-button {
  margin-top: 15px;
  position: relative;
}
.side-button a {
  font-family: 'Bitter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #F7F7F7;
  padding: 8px 12px;
  border-radius: 3px 3px 3px 3px;
  text-decoration: none;
  background-color: #045072;
}
.side-button :hover {
  -webkit-box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  text-decoration: none;
  background-color: #034A68;
}
.sidelist ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 1px solid #CCCCCC;
}
.sidelist li {
  display: block;
  margin: 0;
  margin-bottom: 18px;
  line-height: 48px;
  border-bottom: 1px solid #CCCCCC;
  font-family: 'Bitter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #043061;
}
.sidelist li a {
  text-decoration: none !important;
  color: #034A68 !important;
}
.sidelist li a:hover {
  text-decoration: none !important;
  color: #1A7B24 !important;
}
.overallheight-admin {
  width: 100%;
  padding: 0px;
  height: 400px;
  margin: 0 auto;
}
.gallerybox-admin {
  text-align: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.0);
}
.gallerybox-admin a {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.gallerybox-admin a:hover {
  display: block;
  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);
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .gallerybox a {
    height: 137px;
  }
  .gallerybox a:hover {
    height: 137px;
  }
  #stage {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
  }
  #filter a {
    background: none repeat scroll 0 0 #034A68;
    color: #f7f7f7;
    display: block;
    outline: medium none;
    text-decoration: none;
    padding: 12px 12px;
    margin-right: 11px;
  }
  .overallheight {
    height: 400px;
  }
  .overallheight-admin {
    height: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .gallerybox a {
    height: 110px;
  }
  .gallerybox a:hover {
    height: 110px;
  }
  #stage {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
  }
  #filter li {
    font-size: 14px;
  }
  #filter a {
    background: none repeat scroll 0 0 #034A68;
    color: #f7f7f7;
    display: block;
    outline: medium none;
    text-decoration: none;
    padding: 8px 6px;
    margin-right: 8px;
  }
  .overallheight {
    width: 100%;
    padding: 0px;
    height: 450px;
    margin: 0 auto;
  }
  .overallheight-admin {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  /*	.portfolio-4column li {
		width:428px;
		top: 90px;
		left: 0px;
	}*/
  #stage {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
  }
  #filter li {
    float: left;
    width: 100%;
    margin: 0 0px 5px 0;
    text-align: center;
  }
  #filter a {
    background: none repeat scroll 0 0 #034A68;
    color: #f7f7f7;
    display: block;
    outline: medium none;
    text-decoration: none;
    margin-right: 0px;
  }
  .overallheight {
    height: auto;
  }
  .gallerybox a {
    height: auto;
  }
  .gallerybox a:hover {
    height: auto;
  }
  .overallheight-admin {
    height: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .overallheight {
    height: auto;
  }
}