@import url(https://fonts.googleapis.com/css?family=Righteous);
@import url(https://fonts.googleapis.com/css?family=Arvo:400,700);
* {
 -webkit-box-sizing:border-box;
 box-sizing:border-box
}
*:before,
*:after {
 -webkit-box-sizing:border-box;
 box-sizing:border-box
}
html {
 font-size:10px;
 -webkit-tap-highlight-color:transparent
}
body {
 font-family:"Arvo",serif;
 font-size:18px;
 line-height:1.428571429;
 color:#fff;
 background-color:#fff
}
input,
button,
select,
textarea {
 font-family:inherit;
 font-size:inherit;
 line-height:inherit
}
a {
 color:#fff;
 text-decoration:none
}
a:hover,
a:focus {
 color:#fff;
 text-decoration:underline
}
a:focus {
 outline:thin dotted;
 outline:5px auto -webkit-focus-ring-color;
 outline-offset:-2px
}
figure {
 margin:0
}
img {
 vertical-align:middle
}
.img-responsive {
 display:block;
 max-width:100%;
 height:auto
}
.img-rounded {
 border-radius:6px
}
.img-thumbnail {
 padding:4px;
 line-height:1.428571429;
 background-color:#fff;
 border:1px solid #ddd;
 border-radius:4px;
 -webkit-transition:all 0.2s ease-in-out;
 -o-transition:all 0.2s ease-in-out;
 transition:all 0.2s ease-in-out;
 display:inline-block;
 max-width:100%;
 height:auto
}
.img-circle {
 border-radius:50%
}
hr {
 margin-top:25px;
 margin-bottom:25px;
 border:0;
 border-top:1px solid #eee
}
.sr-only {
 position:absolute;
 width:1px;
 height:1px;
 margin:-1px;
 padding:0;
 overflow:hidden;
 clip:rect(0, 0, 0, 0);
 border:0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
 position:static;
 width:auto;
 height:auto;
 margin:0;
 overflow:visible;
 clip:auto
}
[role="button"] {
 cursor:pointer
}
.container {
 margin-right:auto;
 margin-left:auto;
 padding-left:15px;
 padding-right:15px
}
.container:before,
.container:after {
 content:" ";
 display:table
}
.container:after {
 clear:both
}
@media (min-width: 768px) {
 .container {
  width:750px
 }
}
@media (min-width: 992px) {
 .container {
  width:970px
 }
}
@media (min-width: 1200px) {
 .container {
  width:1170px
 }
}
.container-fluid {
 margin-right:auto;
 margin-left:auto;
 padding-left:15px;
 padding-right:15px
}
.container-fluid:before,
.container-fluid:after {
 content:" ";
 display:table
}
.container-fluid:after {
 clear:both
}
.row {
 margin-left:-15px;
 margin-right:-15px
}
.row:before,
.row:after {
 content:" ";
 display:table
}
.row:after {
 clear:both
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
 position:relative;
 min-height:1px;
 padding-left:15px;
 padding-right:15px
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
 float:left
}
.col-xs-1 {
 width:8.3333333333%
}
.col-xs-2 {
 width:16.6666666667%
}
.col-xs-3 {
 width:25%
}
.col-xs-4 {
 width:33.3333333333%
}
.col-xs-5 {
 width:41.6666666667%
}
.col-xs-6 {
 width:50%
}
.col-xs-7 {
 width:58.3333333333%
}
.col-xs-8 {
 width:66.6666666667%
}
.col-xs-9 {
 width:75%
}
.col-xs-10 {
 width:83.3333333333%
}
.col-xs-11 {
 width:91.6666666667%
}
.col-xs-12 {
 width:100%
}
.col-xs-pull-0 {
 right:auto
}
.col-xs-pull-1 {
 right:8.3333333333%
}
.col-xs-pull-2 {
 right:16.6666666667%
}
.col-xs-pull-3 {
 right:25%
}
.col-xs-pull-4 {
 right:33.3333333333%
}
.col-xs-pull-5 {
 right:41.6666666667%
}
.col-xs-pull-6 {
 right:50%
}
.col-xs-pull-7 {
 right:58.3333333333%
}
.col-xs-pull-8 {
 right:66.6666666667%
}
.col-xs-pull-9 {
 right:75%
}
.col-xs-pull-10 {
 right:83.3333333333%
}
.col-xs-pull-11 {
 right:91.6666666667%
}
.col-xs-pull-12 {
 right:100%
}
.col-xs-push-0 {
 left:auto
}
.col-xs-push-1 {
 left:8.3333333333%
}
.col-xs-push-2 {
 left:16.6666666667%
}
.col-xs-push-3 {
 left:25%
}
.col-xs-push-4 {
 left:33.3333333333%
}
.col-xs-push-5 {
 left:41.6666666667%
}
.col-xs-push-6 {
 left:50%
}
.col-xs-push-7 {
 left:58.3333333333%
}
.col-xs-push-8 {
 left:66.6666666667%
}
.col-xs-push-9 {
 left:75%
}
.col-xs-push-10 {
 left:83.3333333333%
}
.col-xs-push-11 {
 left:91.6666666667%
}
.col-xs-push-12 {
 left:100%
}
.col-xs-offset-0 {
 margin-left:0%
}
.col-xs-offset-1 {
 margin-left:8.3333333333%
}
.col-xs-offset-2 {
 margin-left:16.6666666667%
}
.col-xs-offset-3 {
 margin-left:25%
}
.col-xs-offset-4 {
 margin-left:33.3333333333%
}
.col-xs-offset-5 {
 margin-left:41.6666666667%
}
.col-xs-offset-6 {
 margin-left:50%
}
.col-xs-offset-7 {
 margin-left:58.3333333333%
}
.col-xs-offset-8 {
 margin-left:66.6666666667%
}
.col-xs-offset-9 {
 margin-left:75%
}
.col-xs-offset-10 {
 margin-left:83.3333333333%
}
.col-xs-offset-11 {
 margin-left:91.6666666667%
}
.col-xs-offset-12 {
 margin-left:100%
}
@media (min-width: 768px) {
 .col-sm-1,
 .col-sm-2,
 .col-sm-3,
 .col-sm-4,
 .col-sm-5,
 .col-sm-6,
 .col-sm-7,
 .col-sm-8,
 .col-sm-9,
 .col-sm-10,
 .col-sm-11,
 .col-sm-12 {
  float:left
 }
 .col-sm-1 {
  width:8.3333333333%
 }
 .col-sm-2 {
  width:16.6666666667%
 }
 .col-sm-3 {
  width:25%
 }
 .col-sm-4 {
  width:33.3333333333%
 }
 .col-sm-5 {
  width:41.6666666667%
 }
 .col-sm-6 {
  width:50%
 }
 .col-sm-7 {
  width:58.3333333333%
 }
 .col-sm-8 {
  width:66.6666666667%
 }
 .col-sm-9 {
  width:75%
 }
 .col-sm-10 {
  width:83.3333333333%
 }
 .col-sm-11 {
  width:91.6666666667%
 }
 .col-sm-12 {
  width:100%
 }
 .col-sm-pull-0 {
  right:auto
 }
 .col-sm-pull-1 {
  right:8.3333333333%
 }
 .col-sm-pull-2 {
  right:16.6666666667%
 }
 .col-sm-pull-3 {
  right:25%
 }
 .col-sm-pull-4 {
  right:33.3333333333%
 }
 .col-sm-pull-5 {
  right:41.6666666667%
 }
 .col-sm-pull-6 {
  right:50%
 }
 .col-sm-pull-7 {
  right:58.3333333333%
 }
 .col-sm-pull-8 {
  right:66.6666666667%
 }
 .col-sm-pull-9 {
  right:75%
 }
 .col-sm-pull-10 {
  right:83.3333333333%
 }
 .col-sm-pull-11 {
  right:91.6666666667%
 }
 .col-sm-pull-12 {
  right:100%
 }
 .col-sm-push-0 {
  left:auto
 }
 .col-sm-push-1 {
  left:8.3333333333%
 }
 .col-sm-push-2 {
  left:16.6666666667%
 }
 .col-sm-push-3 {
  left:25%
 }
 .col-sm-push-4 {
  left:33.3333333333%
 }
 .col-sm-push-5 {
  left:41.6666666667%
 }
 .col-sm-push-6 {
  left:50%
 }
 .col-sm-push-7 {
  left:58.3333333333%
 }
 .col-sm-push-8 {
  left:66.6666666667%
 }
 .col-sm-push-9 {
  left:75%
 }
 .col-sm-push-10 {
  left:83.3333333333%
 }
 .col-sm-push-11 {
  left:91.6666666667%
 }
 .col-sm-push-12 {
  left:100%
 }
 .col-sm-offset-0 {
  margin-left:0%
 }
 .col-sm-offset-1 {
  margin-left:8.3333333333%
 }
 .col-sm-offset-2 {
  margin-left:16.6666666667%
 }
 .col-sm-offset-3 {
  margin-left:25%
 }
 .col-sm-offset-4 {
  margin-left:33.3333333333%
 }
 .col-sm-offset-5 {
  margin-left:41.6666666667%
 }
 .col-sm-offset-6 {
  margin-left:50%
 }
 .col-sm-offset-7 {
  margin-left:58.3333333333%
 }
 .col-sm-offset-8 {
  margin-left:66.6666666667%
 }
 .col-sm-offset-9 {
  margin-left:75%
 }
 .col-sm-offset-10 {
  margin-left:83.3333333333%
 }
 .col-sm-offset-11 {
  margin-left:91.6666666667%
 }
 .col-sm-offset-12 {
  margin-left:100%
 }
}
@media (min-width: 992px) {
 .col-md-1,
 .col-md-2,
 .col-md-3,
 .col-md-4,
 .col-md-5,
 .col-md-6,
 .col-md-7,
 .col-md-8,
 .col-md-9,
 .col-md-10,
 .col-md-11,
 .col-md-12 {
  float:left
 }
 .col-md-1 {
  width:8.3333333333%
 }
 .col-md-2 {
  width:16.6666666667%
 }
 .col-md-3 {
  width:25%
 }
 .col-md-4 {
  width:33.3333333333%
 }
 .col-md-5 {
  width:41.6666666667%
 }
 .col-md-6 {
  width:50%
 }
 .col-md-7 {
  width:58.3333333333%
 }
 .col-md-8 {
  width:66.6666666667%
 }
 .col-md-9 {
  width:75%
 }
 .col-md-10 {
  width:83.3333333333%
 }
 .col-md-11 {
  width:91.6666666667%
 }
 .col-md-12 {
  width:100%
 }
 .col-md-pull-0 {
  right:auto
 }
 .col-md-pull-1 {
  right:8.3333333333%
 }
 .col-md-pull-2 {
  right:16.6666666667%
 }
 .col-md-pull-3 {
  right:25%
 }
 .col-md-pull-4 {
  right:33.3333333333%
 }
 .col-md-pull-5 {
  right:41.6666666667%
 }
 .col-md-pull-6 {
  right:50%
 }
 .col-md-pull-7 {
  right:58.3333333333%
 }
 .col-md-pull-8 {
  right:66.6666666667%
 }
 .col-md-pull-9 {
  right:75%
 }
 .col-md-pull-10 {
  right:83.3333333333%
 }
 .col-md-pull-11 {
  right:91.6666666667%
 }
 .col-md-pull-12 {
  right:100%
 }
 .col-md-push-0 {
  left:auto
 }
 .col-md-push-1 {
  left:8.3333333333%
 }
 .col-md-push-2 {
  left:16.6666666667%
 }
 .col-md-push-3 {
  left:25%
 }
 .col-md-push-4 {
  left:33.3333333333%
 }
 .col-md-push-5 {
  left:41.6666666667%
 }
 .col-md-push-6 {
  left:50%
 }
 .col-md-push-7 {
  left:58.3333333333%
 }
 .col-md-push-8 {
  left:66.6666666667%
 }
 .col-md-push-9 {
  left:75%
 }
 .col-md-push-10 {
  left:83.3333333333%
 }
 .col-md-push-11 {
  left:91.6666666667%
 }
 .col-md-push-12 {
  left:100%
 }
 .col-md-offset-0 {
  margin-left:0%
 }
 .col-md-offset-1 {
  margin-left:8.3333333333%
 }
 .col-md-offset-2 {
  margin-left:16.6666666667%
 }
 .col-md-offset-3 {
  margin-left:25%
 }
 .col-md-offset-4 {
  margin-left:33.3333333333%
 }
 .col-md-offset-5 {
  margin-left:41.6666666667%
 }
 .col-md-offset-6 {
  margin-left:50%
 }
 .col-md-offset-7 {
  margin-left:58.3333333333%
 }
 .col-md-offset-8 {
  margin-left:66.6666666667%
 }
 .col-md-offset-9 {
  margin-left:75%
 }
 .col-md-offset-10 {
  margin-left:83.3333333333%
 }
 .col-md-offset-11 {
  margin-left:91.6666666667%
 }
 .col-md-offset-12 {
  margin-left:100%
 }
}
@media (min-width: 1200px) {
 .col-lg-1,
 .col-lg-2,
 .col-lg-3,
 .col-lg-4,
 .col-lg-5,
 .col-lg-6,
 .col-lg-7,
 .col-lg-8,
 .col-lg-9,
 .col-lg-10,
 .col-lg-11,
 .col-lg-12 {
  float:left
 }
 .col-lg-1 {
  width:8.3333333333%
 }
 .col-lg-2 {
  width:16.6666666667%
 }
 .col-lg-3 {
  width:25%
 }
 .col-lg-4 {
  width:33.3333333333%
 }
 .col-lg-5 {
  width:41.6666666667%
 }
 .col-lg-6 {
  width:50%
 }
 .col-lg-7 {
  width:58.3333333333%
 }
 .col-lg-8 {
  width:66.6666666667%
 }
 .col-lg-9 {
  width:75%
 }
 .col-lg-10 {
  width:83.3333333333%
 }
 .col-lg-11 {
  width:91.6666666667%
 }
 .col-lg-12 {
  width:100%
 }
 .col-lg-pull-0 {
  right:auto
 }
 .col-lg-pull-1 {
  right:8.3333333333%
 }
 .col-lg-pull-2 {
  right:16.6666666667%
 }
 .col-lg-pull-3 {
  right:25%
 }
 .col-lg-pull-4 {
  right:33.3333333333%
 }
 .col-lg-pull-5 {
  right:41.6666666667%
 }
 .col-lg-pull-6 {
  right:50%
 }
 .col-lg-pull-7 {
  right:58.3333333333%
 }
 .col-lg-pull-8 {
  right:66.6666666667%
 }
 .col-lg-pull-9 {
  right:75%
 }
 .col-lg-pull-10 {
  right:83.3333333333%
 }
 .col-lg-pull-11 {
  right:91.6666666667%
 }
 .col-lg-pull-12 {
  right:100%
 }
 .col-lg-push-0 {
  left:auto
 }
 .col-lg-push-1 {
  left:8.3333333333%
 }
 .col-lg-push-2 {
  left:16.6666666667%
 }
 .col-lg-push-3 {
  left:25%
 }
 .col-lg-push-4 {
  left:33.3333333333%
 }
 .col-lg-push-5 {
  left:41.6666666667%
 }
 .col-lg-push-6 {
  left:50%
 }
 .col-lg-push-7 {
  left:58.3333333333%
 }
 .col-lg-push-8 {
  left:66.6666666667%
 }
 .col-lg-push-9 {
  left:75%
 }
 .col-lg-push-10 {
  left:83.3333333333%
 }
 .col-lg-push-11 {
  left:91.6666666667%
 }
 .col-lg-push-12 {
  left:100%
 }
 .col-lg-offset-0 {
  margin-left:0%
 }
 .col-lg-offset-1 {
  margin-left:8.3333333333%
 }
 .col-lg-offset-2 {
  margin-left:16.6666666667%
 }
 .col-lg-offset-3 {
  margin-left:25%
 }
 .col-lg-offset-4 {
  margin-left:33.3333333333%
 }
 .col-lg-offset-5 {
  margin-left:41.6666666667%
 }
 .col-lg-offset-6 {
  margin-left:50%
 }
 .col-lg-offset-7 {
  margin-left:58.3333333333%
 }
 .col-lg-offset-8 {
  margin-left:66.6666666667%
 }
 .col-lg-offset-9 {
  margin-left:75%
 }
 .col-lg-offset-10 {
  margin-left:83.3333333333%
 }
 .col-lg-offset-11 {
  margin-left:91.6666666667%
 }
 .col-lg-offset-12 {
  margin-left:100%
 }
}
.clearfix:before,
.clearfix:after {
 content:" ";
 display:table
}
.clearfix:after {
 clear:both
}
.center-block {
 display:block;
 margin-left:auto;
 margin-right:auto
}
.pull-right {
 float:right !important
}
.pull-left {
 float:left !important
}
.hide {
 display:none !important
}
.show {
 display:block !important
}
.invisible {
 visibility:hidden
}
.text-hide {
 font:0/0 a;
 color:transparent;
 text-shadow:none;
 background-color:transparent;
 border:0
}
.hidden {
 display:none !important
}
.affix {
 position:fixed
}
@-ms-viewport {
 width:device-width
}
.visible-xs {
 display:none !important
}
.visible-sm {
 display:none !important
}
.visible-md {
 display:none !important
}
.visible-lg {
 display:none !important
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
 display:none !important
}
@media (max-width: 767px) {
 .visible-xs {
  display:block !important
 }
 table.visible-xs {
  display:table !important
 }
 tr.visible-xs {
  display:table-row !important
 }
 th.visible-xs,
 td.visible-xs {
  display:table-cell !important
 }
}
@media (max-width: 767px) {
 .visible-xs-block {
  display:block !important
 }
}
@media (max-width: 767px) {
 .visible-xs-inline {
  display:inline !important
 }
}
@media (max-width: 767px) {
 .visible-xs-inline-block {
  display:inline-block !important
 }
}
@media (min-width: 768px) and (max-width: 991px) {
 .visible-sm {
  display:block !important
 }
 table.visible-sm {
  display:table !important
 }
 tr.visible-sm {
  display:table-row !important
 }
 th.visible-sm,
 td.visible-sm {
  display:table-cell !important
 }
}
@media (min-width: 768px) and (max-width: 991px) {
 .visible-sm-block {
  display:block !important
 }
}
@media (min-width: 768px) and (max-width: 991px) {
 .visible-sm-inline {
  display:inline !important
 }
}
@media (min-width: 768px) and (max-width: 991px) {
 .visible-sm-inline-block {
  display:inline-block !important
 }
}
@media (min-width: 992px) and (max-width: 1199px) {
 .visible-md {
  display:block !important
 }
 table.visible-md {
  display:table !important
 }
 tr.visible-md {
  display:table-row !important
 }
 th.visible-md,
 td.visible-md {
  display:table-cell !important
 }
}
@media (min-width: 992px) and (max-width: 1199px) {
 .visible-md-block {
  display:block !important
 }
}
@media (min-width: 992px) and (max-width: 1199px) {
 .visible-md-inline {
  display:inline !important
 }
}
@media (min-width: 992px) and (max-width: 1199px) {
 .visible-md-inline-block {
  display:inline-block !important
 }
}
@media (min-width: 1200px) {
 .visible-lg {
  display:block !important
 }
 table.visible-lg {
  display:table !important
 }
 tr.visible-lg {
  display:table-row !important
 }
 th.visible-lg,
 td.visible-lg {
  display:table-cell !important
 }
}
@media (min-width: 1200px) {
 .visible-lg-block {
  display:block !important
 }
}
@media (min-width: 1200px) {
 .visible-lg-inline {
  display:inline !important
 }
}
@media (min-width: 1200px) {
 .visible-lg-inline-block {
  display:inline-block !important
 }
}
@media (max-width: 767px) {
 .hidden-xs {
  display:none !important
 }
}
@media (min-width: 768px) and (max-width: 991px) {
 .hidden-sm {
  display:none !important
 }
}
@media (min-width: 992px) and (max-width: 1199px) {
 .hidden-md {
  display:none !important
 }
}
@media (min-width: 1200px) {
 .hidden-lg {
  display:none !important
 }
}
.visible-print {
 display:none !important
}
@media print {
 .visible-print {
  display:block !important
 }
 table.visible-print {
  display:table !important
 }
 tr.visible-print {
  display:table-row !important
 }
 th.visible-print,
 td.visible-print {
  display:table-cell !important
 }
}
.visible-print-block {
 display:none !important
}
@media print {
 .visible-print-block {
  display:block !important
 }
}
.visible-print-inline {
 display:none !important
}
@media print {
 .visible-print-inline {
  display:inline !important
 }
}
.visible-print-inline-block {
 display:none !important
}
@media print {
 .visible-print-inline-block {
  display:inline-block !important
 }
}
@media print {
 .hidden-print {
  display:none !important
 }
}
.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 -moz-backface-visibility:hidden
}
.blueimp-gallery>.slides>.slide>.slide-content {
 margin:auto;
 width:auto;
 height:auto;
 max-width:100%;
 max-height:100%;
 opacity:1
}
.blueimp-gallery {
 position:fixed;
 z-index:999999;
 overflow:hidden;
 background:#000;
 background:rgba(0,0,0,0.9);
 opacity:0;
 display:none;
 direction:ltr;
 -ms-touch-action:none;
 touch-action:none
}
.blueimp-gallery-carousel {
 position:relative;
 z-index:auto;
 margin:1em auto;
 padding-bottom:56.25%;
 -webkit-box-shadow:0 0 10px #000;
 box-shadow:0 0 10px #000;
 -ms-touch-action:pan-y;
 touch-action:pan-y
}
.blueimp-gallery-display {
 display:block;
 opacity:1
}
.blueimp-gallery>.slides {
 position:relative;
 height:100%;
 overflow:hidden
}
.blueimp-gallery-carousel>.slides {
 position:absolute
}
.blueimp-gallery>.slides>.slide {
 position:relative;
 float:left;
 height:100%;
 text-align:center;
 -webkit-transition-timing-function:cubic-bezier(0.645, 0.045, 0.355, 1);
 -o-transition-timing-function:cubic-bezier(0.645, 0.045, 0.355, 1);
 transition-timing-function:cubic-bezier(0.645, 0.045, 0.355, 1)
}
.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
 -webkit-transition:opacity 0.5s linear;
 -o-transition:opacity 0.5s linear;
 transition:opacity 0.5s linear
}
.blueimp-gallery>.slides>.slide-loading {
 background:url(../images/loading.gif) center no-repeat;
 -webkit-background-size:64px 64px;
 background-size:64px 64px
}
.blueimp-gallery>.slides>.slide-loading>.slide-content {
 opacity:0
}
.blueimp-gallery>.slides>.slide-error {
 background:url(../img/error.png) center no-repeat
}
.blueimp-gallery>.slides>.slide-error>.slide-content {
 display:none
}
.blueimp-gallery>.prev,
.blueimp-gallery>.next {
 position:absolute;
 top:50%;
 left:15px;
 width:40px;
 height:40px;
 margin-top:-23px;
 font-family:"Righteous",cursive;
 font-size:130px;
 font-weight:100;
 line-height:30px;
 color:#fff;
 text-decoration:none;
 text-align:center;
 opacity:0.5;
 cursor:pointer;
 display:none;
 text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
 opacity:0.8
}
.blueimp-gallery>.next {
 left:auto;
 right:25px
}
.blueimp-gallery>.close,
.blueimp-gallery>.title {
 position:absolute;
 top:15px;
 left:15px;
 margin:0 40px 0 0;
 font-size:20px;
 line-height:30px;
 color:#fff;
 display:none;
 font-family:"Righteous",cursive;
 font-weight:normal;
 text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000
}
.blueimp-gallery>.description {
 font-family:"Arvo",serif;
 text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000
}
.blueimp-gallery>.close {
 padding:15px;
 right:15px;
 left:auto;
 margin:-15px;
 font-size:85px;
 text-decoration:none;
 cursor:pointer;
 opacity:0.8
}
.blueimp-gallery>.play-pause {
 position:absolute;
 right:15px;
 bottom:15px;
 width:15px;
 height:15px;
 background:url(../img/play-pause.png) 0 0 no-repeat;
 cursor:pointer;
 opacity:0.5;
 display:none
}
.blueimp-gallery-playing>.play-pause {
 background-position:-15px 0
}
.blueimp-gallery>.prev:hover,
.blueimp-gallery>.next:hover,
.blueimp-gallery>.close:hover,
.blueimp-gallery>.title:hover,
.blueimp-gallery>.play-pause:hover {
 color:#fff;
 opacity:1
}
.blueimp-gallery-controls>.prev,
.blueimp-gallery-controls>.next,
.blueimp-gallery-controls>.close,
.blueimp-gallery-controls>.title,
.blueimp-gallery-controls>.play-pause {
 display:block;
 -webkit-transform:translateZ(0);
 -ms-transform:translateZ(0);
 -o-transform:translateZ(0);
 transform:translateZ(0)
}
.blueimp-gallery-single>.prev,
.blueimp-gallery-left>.prev,
.blueimp-gallery-single>.next,
.blueimp-gallery-right>.next,
.blueimp-gallery-single>.play-pause {
 display:none
}
.blueimp-gallery>.slides>.slide>.slide-content,
.blueimp-gallery>.prev,
.blueimp-gallery>.next,
.blueimp-gallery>.close,
.blueimp-gallery>.play-pause {
 -webkit-user-select:none;
 -khtml-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none
}
body:last-child .blueimp-gallery>.slides>.slide-error {
 background-image:url(../img/error.svg)
}
body:last-child .blueimp-gallery>.play-pause {
 width:20px;
 height:20px;
 -webkit-background-size:40px 20px;
 background-size:40px 20px;
 background-image:url(../img/play-pause.svg)
}
body:last-child .blueimp-gallery-playing>.play-pause {
 background-position:-20px 0
}
*+html .blueimp-gallery>.slides>.slide {
 min-height:300px
}
*+html .blueimp-gallery>.slides>.slide>.slide-content {
 position:relative
}
#main-nav {
 display:none
}
@media (min-width: 992px) {
 #main-nav {
  display:block
 }
}
#main-nav:before,
#main-nav:after {
 content:" ";
 display:table
}
#main-nav:after {
 clear:both
}
#main-nav ul {
 margin:0;
 padding:0;
 text-align:right
}
#main-nav ul li {
 list-style:none;
 margin:0 0 0 20px;
 padding:0;
 display:inline-block
}
#main-nav ul li a {
 font-size:22px;
 text-transform:uppercase;
 color:#aaa;
 text-decoration:none;
 -webkit-transition:all 0.3s ease;
 -o-transition:all 0.3s ease;
 transition:all 0.3s ease;
 font-family:"Righteous",cursive
}
#main-nav ul li a:hover {
 color:#ddd
}
@media (max-width: 1200px) {
 #main-nav ul li a {
  font-size:18px
 }
}
#main-nav ul li.current-menu-item a,
#main-nav ul li.current-page-ancestor a {
 color:#fff;
 text-shadow:0px 0px 15px #fff
}
#trigger-overlay {
 margin:20px 0 0 0;
 -webkit-transition:all 0.3s ease;
 -o-transition:all 0.3s ease;
 transition:all 0.3s ease
}
@media (min-width: 992px) {
 #trigger-overlay {
  display:none
 }
}
#trigger-overlay button {
 float:right;
 border:none;
 font-family:"Righteous",cursive;
 background:none;
 color:#fff;
 font-size:36px;
 padding:10px;
 text-transform:uppercase;
 cursor:pointer
}
.overlay {
 position:fixed;
 width:100%;
 height:100%;
 top:0;
 left:0;
 background:rgba(0,0,0,0.9);
 z-index:9999;
 overflow:auto;
 padding-bottom:2%
}
.overlay .overlay-close {
 width:30px;
 height:30px;
 position:absolute;
 right:20px;
 top:20px;
 overflow:hidden;
 border:none;
 background:url(../img/cross.png) no-repeat center center;
 text-indent:200%;
 color:transparent;
 outline:none;
 z-index:100;
 cursor:pointer
}
.overlay nav {
 text-align:center;
 position:relative;
 top:50%;
 -webkit-transform:translateY(-50%);
 -ms-transform:translateY(-50%);
 -o-transform:translateY(-50%);
 transform:translateY(-50%)
}
.overlay ul {
 list-style:none;
 padding:0;
 margin:0 auto;
 display:inline-block;
 height:100%;
 position:relative
}
.overlay ul li {
 display:block;
 height:auto;
 margin:20px 0
}
.overlay ul li a {
 font-size:30px;
 line-height:30px;
 font-weight:bold;
 text-transform:uppercase;
 text-decoration:none;
 display:block;
 color:#fff;
 -webkit-transition:color 0.2s;
 -o-transition:color 0.2s;
 transition:color 0.2s
}
.overlay ul li a:hover,
.overlay ul li a:focus {
 color:#f0f0f0
}
body {
 background:#ddd
}
body.overlay-open {
 overflow:hidden
}
.overlay-contentscale {
 visibility:hidden;
 -webkit-transform:translateY(100%);
 -ms-transform:translateY(100%);
 -o-transform:translateY(100%);
 transform:translateY(100%);
 -webkit-transition:-webkit-transform 0.5s,visibility 0s 0.5s;
 -o-transition:-o-transform 0.5s,visibility 0s 0.5s;
 transition:transform 0.5s,visibility 0s 0.5s
}
.overlay-contentscale.open {
 visibility:visible;
 -webkit-transform:translateY(0%);
 -ms-transform:translateY(0%);
 -o-transform:translateY(0%);
 transform:translateY(0%);
 -webkit-transition:-webkit-transform 0.5s;
 -o-transition:-o-transform 0.5s;
 transition:transform 0.5s
}
.overlay-slidedown {
 visibility:hidden;
 -webkit-transform:translateY(-100%);
 -ms-transform:translateY(-100%);
 -o-transform:translateY(-100%);
 transform:translateY(-100%);
 -webkit-transition:-webkit-transform 0.4s ease-in-out,visibility 0s 0.4s;
 -o-transition:-o-transform 0.4s ease-in-out,visibility 0s 0.4s;
 transition:transform 0.4s ease-in-out,visibility 0s 0.4s
}
.overlay-slidedown.open {
 visibility:visible;
 -webkit-transform:translateY(0%);
 -ms-transform:translateY(0%);
 -o-transform:translateY(0%);
 transform:translateY(0%);
 -webkit-transition:-webkit-transform 0.4s ease-in-out;
 -o-transition:-o-transform 0.4s ease-in-out;
 transition:transform 0.4s ease-in-out
}
@media screen and (max-height: 30.5em) {
 .overlay nav {
  height:70%;
  font-size:34px
 }
 .overlay ul li {
  min-height:34px
 }
}
html,
body {
 margin:0
}
body {
 background:#aaa;
 background:#000 url(../img/background.jpg) top center no-repeat;
 background-attachment:fixed;
 font-size:18px;
 overflow-y:scroll;
 overflow-x:auto;
 text-align:justify
}
@media (max-width: 768px) {
 body {
  font-size:16px
 }
}
h1,
h2,
h3,
h4 {
 font-family:"Righteous",cursive;
 text-transform:uppercase;
 text-shadow:0px 0px 8px #000;
 text-align:left
}
h1 {
 font-size:41px
}
@media (max-width: 768px) {
 h1 {
  font-size:32px
 }
}
h2 {
 font-size:32px
}
@media (max-width: 768px) {
 h2 {
  font-size:25px
 }
}
h3 {
 font-size:27px
}
@media (max-width: 768px) {
 h3 {
  font-size:21px
 }
}
h4 {
 font-size:23px
}
@media (max-width: 768px) {
 h4 {
  font-size:18px
 }
}
img {
 max-width:100%;
 height:auto
}
a,
button {
 outline:none;
 -webkit-tap-highlight-color:transparent;
 background:none
}
a:hover,
a:focus,
button:hover,
button:focus {
 background:none;
 outline:none;
 -webkit-tap-highlight-color:transparent
}
a:active,
button:active {
 background:none;
 outline:none;
 -webkit-tap-highlight-color:transparent
}
a {
 -webkit-transition:all 0.3s ease;
 -o-transition:all 0.3s ease;
 transition:all 0.3s ease;
 font-size:1.1em;
 text-decoration:underline
}
a:hover,
a:focus {
 text-shadow:0px 0px 3px #fff
}
::-moz-selection {
 background:#000;
 color:#fff
}
::selection {
 background:#000;
 color:#fff
}
::-moz-selection {
 background:#000;
 color:#fff
}
::-webkit-selection {
 background:#000;
 color:#fff
}
hr {
 margin-top:45px;
 margin-bottom:45px;
 border:0;
 border-top:2px solid #333;
 -webkit-box-shadow:0px 0px 15px 0px #000;
 box-shadow:0px 0px 15px 0px #000
}
.nopadding {
 padding:0
}
#main-header {
 position:fixed;
 top:0;
 left:0;
 right:0;
 background:#000;
 padding:30px 0;
 z-index:2;
 -webkit-box-shadow:0px 5px 15px 0px rgba(0,0,0,0.6);
 box-shadow:0px 5px 15px 0px rgba(0,0,0,0.6);
 -webkit-transition:all 0.2s ease;
 -o-transition:all 0.2s ease;
 transition:all 0.2s ease;
 border-bottom:4px solid #222
}
#main-header:before,
#main-header:after {
 content:" ";
 display:table
}
#main-header:after {
 clear:both
}
#main-header .container {
 padding:0 20px
}
@media (max-width: 768px) {
 #main-header .container {
  padding:0
 }
}
#main-header #logo {
 margin:0;
 position:relative;
 float:left;
 -webkit-transition:all 0.2s ease;
 -o-transition:all 0.2s ease;
 transition:all 0.2s ease
}
#main-header #logo img {
 max-width:120px;
 height:auto;
 -webkit-transition:all 0.2s ease;
 -o-transition:all 0.2s ease;
 transition:all 0.2s ease
}
@media (max-width: 767px) {
 #main-header #logo img {
  display:block;
  margin-left:10px
 }
}
#main-header nav {
 vertical-align:middle;
 float:right;
 margin-top:25px;
 -webkit-transition:all 0.3s ease;
 -o-transition:all 0.3s ease;
 transition:all 0.3s ease
}
@media (max-width: 1200px) {
 #main-header nav {
  margin-top:35px
 }
}
.small-nav #main-header {
 padding:10px 0;
 -webkit-box-shadow:0px 10px 16px 0px rgba(0,0,0,0.9);
 box-shadow:0px 10px 16px 0px rgba(0,0,0,0.9);
 background:rgba(0,0,0,0.75)
}
.small-nav #main-header #trigger-overlay {
 margin-top:10px;
 display:block
}
@media (max-width: 767px) {
 .small-nav #main-header #trigger-overlay {
  margin-top:3px
 }
}
.small-nav #main-header #trigger-overlay button {
 font-size:26px;
 padding:0
}
.small-nav #main-header #logo {
 line-height:0;
 margin-top:5px
}
.small-nav #main-header #logo img {
 max-width:50px;
 margin:0
}
@media (max-width: 767px) {
 .small-nav #main-header #logo img {
  max-width:35px
 }
}
.small-nav #main-header nav {
 margin-top:0;
 display:none
}
.ie8 #main-header nav {
 display:block
}
.ie8 #main-header #trigger-overlay {
 display:none
}
.ie8 #main-header #logo img {
 width:60px
}
#main-content {
 z-index:1;
 background:rgba(30,30,30,0.8);
 -webkit-box-shadow:0px 5px 15px 0px rgba(0,0,0,0.6);
 box-shadow:0px 5px 15px 0px rgba(0,0,0,0.6);
 padding:188px 40px 40px;
 -webkit-animation-name:slideDown;
 -o-animation-name:slideDown;
 animation-name:slideDown;
 -webkit-animation-duration:0.5s;
 -o-animation-duration:0.5s;
 animation-duration:0.5s;
 -webkit-animation-timing-function:ease;
 -o-animation-timing-function:ease;
 animation-timing-function:ease;
 visibility:visible !important
}
@media (max-width: 768px) {
 #main-content {
  padding-left:25px;
  padding-right:25px
 }
}
.gallery-container {
 text-align:center
}
.gallery-container:before,
.gallery-container:after {
 content:" ";
 display:table
}
.gallery-container:after {
 clear:both
}
.gallery-container .gallery-item {
 display:inline-block;
 margin:5px
}
.gallery-container .gallery-item a {
 display:block
}
.gallery-container .gallery-item a img {
 border:6px solid #000;
 border-radius:15px;
 opacity:0.5;
 -webkit-transition:all 0.3s ease;
 -o-transition:all 0.3s ease;
 transition:all 0.3s ease;
 height:auto;
 -webkit-box-shadow:0px 0 8px 0px rgba(0,0,0,0.8);
 box-shadow:0px 0 8px 0px rgba(0,0,0,0.8)
}
@media (max-width: 768px) {
 .gallery-container .gallery-item a img {
  border:3px solid #000;
  border-radius:8px;
  width:70px
 }
}
.gallery-container .gallery-item a:hover img {
 opacity:1;
 border-radius:0
}
.ie8 .gallery-container {
 display:block;
 clear:both
}
.ie8 .gallery-container .gallery-item {
 display:block;
 float:left
}
.ie8 .gallery-container .gallery-item a img {
 display:block;
 max-width:none;
 width:125px;
 height:125px
}
.blueimp-gallery>.description {
 position:absolute;
 top:40px;
 left:15px;
 color:#fff;
 display:none
}
.blueimp-gallery-controls>.description {
 display:block
}
.wpcf7-form {
 margin-top:20px
}
.wpcf7-form input.wpcf7-text,
.wpcf7-form textarea {
 background:rgba(0,0,0,0.5);
 -webkit-box-shadow:none;
 box-shadow:none;
 padding:10px 15px;
 margin:20px 0 10px;
 -webkit-transition:all 0.3s ease;
 -o-transition:all 0.3s ease;
 transition:all 0.3s ease;
 color:#aaa;
 font-size:0.8em;
 border:0;
 outline:none
}
.wpcf7-form input.wpcf7-text:focus,
.wpcf7-form textarea:focus {
 background:rgba(0,0,0,0.8);
 -webkit-box-shadow:0px 0 8px 0px rgba(0,0,0,0.6);
 box-shadow:0px 0 8px 0px rgba(0,0,0,0.6)
}
.wpcf7-form input.wpcf7-text {
 max-width:100%
}
.wpcf7-form textarea {
 margin:20px 0 10px;
 width:100%;
 padding:15px
}
.wpcf7-form .wpcf7-submit {
 display:block;
 border:none;
 background:rgba(0,0,0,0.6);
 color:#fff;
 text-transform:uppercase;
 padding:10px 40px;
 float:right;
 border-radius:12px;
 border:3px solid #333;
 outline:none;
 cursor:pointer;
 -webkit-transition:all 0.3s ease;
 -o-transition:all 0.3s ease;
 transition:all 0.3s ease
}
.wpcf7-form .wpcf7-submit:hover {
 border-radius:0;
 background:#000;
 -webkit-box-shadow:0px 0 8px 0px rgba(0,0,0,0.6);
 box-shadow:0px 0 8px 0px rgba(0,0,0,0.6)
}
.wpcf7-form .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-validation-errors,
.wpcf7-form .wpcf7-mail-sent-ng {
 color:#a80000;
 font-size:0.9em
}
.wpcf7-form .wpcf7-mail-sent-ng,
.wpcf7-form .wpcf7-validation-errors {
 text-align:center;
 border:none
}
.wpcf7-form .wpcf7-mail-sent-ng:before,
.wpcf7-form .wpcf7-mail-sent-ng:after,
.wpcf7-form .wpcf7-validation-errors:before,
.wpcf7-form .wpcf7-validation-errors:after {
 content:" ";
 display:table
}
.wpcf7-form .wpcf7-mail-sent-ng:after,
.wpcf7-form .wpcf7-validation-errors:after {
 clear:both
}
.wpcf7-form .wpcf7-mail-sent-ok {
 padding:0;
 margin:30px 0;
 font-size:1.5em;
 border:none
}
#content iframe {
 display:block;
 margin:40px auto;
 width:90%;
 -webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.6);
 box-shadow:0 0 15px 0 rgba(0,0,0,0.6);
 border:5px solid #000
}
@media (max-width: 380px) {
 #content iframe {
  height:120px
 }
}
@media (min-width: 380px) {
 #content iframe {
  height:180px
 }
}
@media (min-width: 480px) {
 #content iframe {
  height:300px
 }
}
@media (min-width: 768px) {
 #content iframe {
  height:400px
 }
}
@media (min-width: 992px) {
 #content iframe {
  height:500px
 }
}
@media (min-width: 1200px) {
 #content iframe {
  height:560px
 }
}
.ie8 #content iframe {
 width:800px;
 height:460px
}
@-webkit-keyframes fadeIn {
 from {
  opacity:0
 }
 to {
  opacity:1
 }
}
@-o-keyframes fadeIn {
 from {
  opacity:0
 }
 to {
  opacity:1
 }
}
@keyframes fadeIn {
 from {
  opacity:0
 }
 to {
  opacity:1
 }
}
@-webkit-keyframes slideDown {
 0% {
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%)
 }
 100% {
  -webkit-transform:translateY(0%);
  transform:translateY(0%)
 }
}
@-o-keyframes slideDown {
 0% {
  -o-transform:translateY(-100%);
  transform:translateY(-100%)
 }
 100% {
  -o-transform:translateY(0%);
  transform:translateY(0%)
 }
}
@keyframes slideDown {
 0% {
  -webkit-transform:translateY(-100%);
  -o-transform:translateY(-100%);
  transform:translateY(-100%)
 }
 100% {
  -webkit-transform:translateY(0%);
  -o-transform:translateY(0%);
  transform:translateY(0%)
 }
}
