@charset "UTF-8";


@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.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;
}
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;
}
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;
}
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;
}
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;
}
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;
}
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@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;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.col, .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, .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-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.col, .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-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.col, .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-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col, .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-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
content: " ";
display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
@font-face {
font-family: 'FontAwesome';
src: url(//beattrainproductions.com/wp-content/themes/btp/assets/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//beattrainproductions.com/wp-content/themes/btp/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),
url(//beattrainproductions.com/wp-content/themes/btp/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),
url(//beattrainproductions.com/wp-content/themes/btp/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),
url(//beattrainproductions.com/wp-content/themes/btp/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),
url(//beattrainproductions.com/wp-content/themes/btp/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-handshake-o:before {
content: "\f2b5";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-open-o:before {
content: "\f2b7";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-book-o:before {
content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\f2bc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-circle-o:before {
content: "\f2be";
}
.fa-user-o:before {
content: "\f2c0";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\f2c3";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\f2cd";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\f2d4";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-eercast:before {
content: "\f2da";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-snowflake-o:before {
content: "\f2dc";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-meetup:before {
content: "\f2e0";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
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;
}
@font-face {
font-family:'me';
src:url(//beattrainproductions.com/wp-content/themes/btp/assets/fonts/me.eot);
src:url(//beattrainproductions.com/wp-content/themes/btp/assets/fonts/me.eot?#iefix) format('embedded-opentype'), url(//beattrainproductions.com/wp-content/themes/btp/assets/fonts/me.svg#est) format('svg'), url(//beattrainproductions.com/wp-content/themes/btp/assets/fonts/me.woff) format('woff'), url(//beattrainproductions.com/wp-content/themes/btp/assets/fonts/me.ttf) format('truetype');
font-weight:normal;
font-style:normal;
}
@font-face {
font-family:'FranklinGothic';
src:url(//beattrainproductions.com/wp-content/themes/btp/assets/fonts/2779EF_0_0.eot);
src:url(//beattrainproductions.com/wp-content/themes/btp/assets/fonts/2779EF_0_0.eot?#iefix) format('embedded-opentype'), url(//beattrainproductions.com/wp-content/themes/btp/assets/fonts/2779EF_0_0.woff) format('woff'), url(//beattrainproductions.com/wp-content/themes/btp/assets/fonts/2779EF_0_0.ttf) format('truetype');
}
html, body {
min-height:100%;
width:100%;
margin:0;
padding:0;
overflow-x:hidden;
-webkit-font-smoothing:antialiased;
}
html {
background:url(//beattrainproductions.com/wp-content/themes/btp/assets/images/bg-bokeh1.jpg) no-repeat;
background-attachment:fixed;
background-size:cover;
overflow-y:scroll;
overflow-x:hidden;
}
body {
font-size:0.9375em;
line-height:1.6666666666667em;
overflow-x:hidden;
background-image:url(//beattrainproductions.com/wp-content/themes/btp/assets/images/bg-pattern.png);
}
body * {
-webkit-transition:none 0.35s ease ;
-moz-transition:none 0.35s ease ;
-o-transition:none 0.35s ease ;
-ms-transition:none 0.35s ease ;
transition:none 0.35s ease ;
font-weight:normal;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
body .player-container * {
-moz-box-sizing:content-box !important;
-webkit-box-sizing:content-box !important;
box-sizing:content-box !important;
}
a, button {
-webkit-transition:color 0.35s ease ;
-moz-transition:color 0.35s ease ;
-o-transition:color 0.35s ease ;
-ms-transition:color 0.35s ease ;
transition:color 0.35s ease ;
}
img {
-webkit-transition:opacity 0.35s ease ;
-moz-transition:opacity 0.35s ease ;
-o-transition:opacity 0.35s ease ;
-ms-transition:opacity 0.35s ease ;
transition:opacity 0.35s ease ;
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);
}
a, a:visited {
text-decoration:none;
color:#33bad0;
outline:none !important;
}
a:hover {
text-decoration:underline;
color:#2892a3;
}
a:active {
color:#4ef1ff !important;
-webkit-transition:none 0.35s ease ;
-moz-transition:none 0.35s ease ;
-o-transition:none 0.35s ease ;
-ms-transition:none 0.35s ease ;
transition:none 0.35s ease ;
}
p { margin-bottom:1.3333333333333em; }
blockquote { margin-bottom:40px; }
blockquote {
clear:both;
display:block;
background:#ebebeb;
padding:1.3333333333333em 1.3333333333333em 0;
margin-bottom:2.3333333333333em;
line-height:1.6666666666667em;
-wekit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
position:relative;
-moz-box-shadow:2px 2px 0 #e7e7e7;
-webkit-box-shadow:2px 2px 0 #e7e7e7;
box-shadow:2px 2px 0 #e7e7e7;
}
.single-testimonial .page-content blockquote p {
line-height:22px;
font-size:14px;
}
blockquote p {
color:#082024 !important;
padding-bottom:1.3333333333333em !important;
margin-bottom:0;
}
@media (min-width: 768px) {
blockquote p {
padding-right:10px !important;
padding-left:10px !important;
}
}
@media (min-width: 1025px) {
.single-testimonial .page-content blockquote p {
line-height:25px;
font-size:16px;
}
}
blockquote:after {
content:"";
display:block;
border-color:#ebebeb transparent transparent transparent;
border-style:solid;
border-width:30px 30px 30px 0px;
height:0;
width:0;
position:absolute;
bottom:-60px;
right:30px;
z-index:1;
}
blockquote:before {
content:"";
display:block;
border-color:#e7e7e7 transparent transparent transparent;
border-style:solid;
border-width:30px 30px 30px 0px;
height:0;
width:0;
position:absolute;
bottom:-60px;
right:27px;
z-index:1;
}
.single-testimonial .quote:nth-child(odd) blockquote:before, .single-testimonial .quote:nth-child(odd) blockquote:after { border-width:30px 0 30px 30px; }
blockquote cite {
font-style:normal;
display:block;
}
blockquote b {
font-weight:bold;
display:block;
}
.black-box {
position:relative;
background:#082024;
color:#ffffff;
-moz-border-radius-bottomright:4px;
-webkit-border-bottom-right-radius:4px;
border-bottom-right-radius:4px;
-moz-border-radius-bottomleft:4px;
-webkit-border-bottom-left-radius:4px;
border-bottom-left-radius:4px;
}
.sidebar .black-box {
background:#ebebeb;
color:#082024 !important;
}
.single-testimonial .sidebar .black-box, .single-mix .sidebar .black-box {
background:#082024;
color:#ffffff !important;
}
.btn, .btn:visited {
display:block;
font-size:1.2em;
line-height:1.1111111111111em;
padding:0.55555555555556em 1.1111111111111em;
margin-bottom:10px;
text-align:center;
background:#33bad0;
color:#ffffff;
-wekit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
clear:both;
text-decoration:none !important;
}
.btn.btn-cta-inverted {
border:1px solid #ffffff;
border-radius:2px;
background:transparent;
}
.btn.btn-cta-inverted:after { color:#ffffff; }
.btn.btn-cta-dark {
background:#535353;
border:1px solid #535353;
border-radius:2px;
color:#ffffff;
}
.btn.btn-cta-dark:after { color:#33bad0; }
.home-intro .btn, .quote-widget .btn { margin-bottom:2.2222222222222em; }
.quote-widget blockquote {
padding-bottom:1px;
margin-bottom:3em;
}
.home-slideshow .quote-author {
float:left;
text-align:left;
font-size:16px;
margin-bottom:35px;
}
.home-slideshow .quote-author b {
display:block;
font-weight:bold;
}
.btn:hover { color:#ffffff; }
.btn:after, .btn:before {
display:inline-block;
color:#082024;
position:relative;
}
.btn:hover:after, .btn:hover:before { color:#ffffff; }
@media (min-width: 1180px) {
.home-intro .btn { display:inline-block; }
}
.collapse {
position:relative;
height:0;
overflow:hidden;
-webkit-transition:height 0.35s ease;
-moz-transition:height 0.35s ease;
-o-transition:height 0.35s ease;
transition:height 0.35s ease;
}
#dj-nav .collapse {
height: auto;
}
.collapse.in { height:auto; }
.nav-collapse, .nav-collapse.collapse {
height:0;
overflow:hidden;
}
.nav-collapse { -webkit-transform:translate3d(0,0,0); }
button {
vertical-align:middle;
font-size:1em;
outline:none;
border:none;
background:none;
}
.wrapper.main-content {
background:#ffffff;
min-height:500px;
padding:50px 0 20px;
font-size:0.93333333333333em;
line-height:1.4285714285714em;
margin-top:-50px;
}
#content, .wrapper.main-content {
overflow:hidden;
position:relative;
}
#content {
max-width:2000px;
margin:0 auto;
}
.loadout .ajax-fade {
opacity:0;
-moz-opacity:0;
}
.inner, .ajax-fade {
-webkit-transition:opacity 0.35s ease ;
-moz-transition:opacity 0.35s ease ;
-o-transition:opacity 0.35s ease ;
-ms-transition:opacity 0.35s ease ;
transition:opacity 0.35s ease ;
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);
}
.inner {
padding:10px;
max-width:320px;
margin:0 auto;
overflow:hidden;
position:relative;
}
.inner-med { padding:15px; }
.inner-sm { padding:5px 15px; }
.black-box .inner-med { padding-top:20px; }
@media (min-width: 768px) {
.wrapper.main-content { margin-top:-25px; }
.inner {
max-width:none;
padding:20px;
}
}
@media (min-width: 1180px) {
.wrapper {
width:1120px;
margin:0 auto;
}
.wrapper.main-content {
top:0;
padding-top:1.3333333333333em;
font-size:1.0666666666667em;
line-height:1.6666666666667em;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius:5px;
border-bottom-right-radius:5px;
-moz-border-radius-bottomleft:5px;
-webkit-border-bottom-left-radius:5px;
border-bottom-left-radius:5px;
}
.inner { padding:40px; }
}
@media (min-width: 1025px) and (max-width: 1240px) {
.wrapper.main-content .inner { padding:40px 70px; }
}
@media (min-width: 1300px) {
.wrapper { width:1180px; }
}
.home-intro {
max-width:768px;
margin:0 auto;
}
.intro-text p {
margin-bottom:1em;
font-size:1.3333333333333em;
line-height:1.4583333333333em;
}
.intro-text p:first-child::first-line { text-transform:uppercase; }
.intro-text p:first-child::first-letter {
font-size:70px;
font-family:'Roboto Slab', 'courier new', courier, serif;
float:left;
margin:0px 3px -10px -3px;
line-height:70px;
}
a.black-box.col-third .mus {
display:block;
font-size:1.2em;
line-height:25px;
margin-bottom:0.55555555555556em;
}
.awards-wrap {
-webkit-transition:opacity 0.35s ease ;
-moz-transition:opacity 0.35s ease ;
-o-transition:opacity 0.35s ease ;
-ms-transition:opacity 0.35s ease ;
transition:opacity 0.35s ease ;
margin:35px 0 60px;
display:none;
}
.awards-slider, .awards-wrap {
overflow:hidden;
width:100%;
}
.awards-slider { left:5px; }
.awards-slider, .awards-slider ul { height:130px !important; }
.awards-heading { margin-bottom:40px; }
.awards-heading:before, .awards-heading:after {
content:"";
display:block;
height:2px;
width:41%;
border-top:1px solid #082024;
border-bottom:1px solid #082024;
position:relative;
top:0.5em;
}
.awards-heading:after { float:right; }
.awards-heading:before { float:left; }
.caroufredsel_wrapper { width:100% !important; }
.awards-wrap ul {
width:100%;
height:130px;
display:block;
}
.awards-slider li { margin:0 15px; }
.awards-slider li a {
width:130px;
margin:0 auto;
display:block;
opacity:.8;
-moz-opacity:.8;
}
.awards-slider li a:hover {
opacity:1;
-moz-opacity:1;
}
.awards-slider img {
max-width:100%;
margin:0 auto;
display:block;
}
@media (min-width: 768px) {
.awards-wrap {
display:block;
opacity:0;
-moz-opacity:0;
}
.awards-wrap.ready {
opacity:1;
-moz-opacity:1;
}
p.intro-text { font-size:1.6em; }
}
@media (min-width: 1180px) {
.home-intro { max-width:1024px; }
p.intro-text::first-letter { font-size:90px; }
}
.home-thirds p { margin-bottom:10px; }
.home-thirds .inner-med { line-height:18px; }
@media (min-width: 1180px) {
.home-thirds .inner-med { line-height:20px; }
}
.home-thirds .img-wrap {
position:relative;
height:225px;
overflow:hidden;
}
.home-thirds .img-wrap img {
position:absolute;
width:100% !important;
height:auto !importrant;
bottom:0;
}
.sidebar { margin-right:0; }
.sidebar-nav { margin:20px 0 20px 0; }
.sidebar h2 {
width:100%;
text-align:left;
line-height:1.25em;
}
.sidebar h2 button.collapsed:before { content:'\e00a'; }
.sidebar h2 button:hover:before { color:#33bad0; }
.sidebar h2 button:active:before { color:#4ef1ff; }
#dj-nav { min-height:42px; }
.sidebar-profile .beta:first-child { padding-top:25px; }
@media only screen and (max-width: 1024px) {
.sidebar-nav { display:none; }
}
@media (min-width: 768px) {
.sidebar-profile .beta:first-child { padding-top:0; }
.sidebar-nav { margin-right:20px; }
.sidebar h2 { padding-right:20px; }
#dj-nav { height:auto !important; }
.sidebar h2 button { cursor:default; }
.sidebar h2 button:before { display:none; }
}
.sidebar-nav a, .sidebar-nav ul button {
display:block;
width:100%;
font-family:'FranklinGothic';
text-align:left;
text-transform:none;
padding:10px 25px;
line-height:20px;
border-bottom:1px solid #bbbbbb;
text-decoration:none;
color:#082024;
}
.sidebar-nav ul ul a {
font-size:14px;
padding-left:40px;
}
.sidebar-nav a:hover { color:#33bad0; }
.sidebar-nav { border-top:1px solid #bbbbbb; }
.sidebar-nav li.current a {
color:#082024 !important;
cursor:default;
background:rgba(255,255,255,0.6);
}
.sidebar-nav li.current:before {
content:"\e603";
font-family:'me';
}
.sidebar-nav li:before {
display:block;
float:left;
height:40px;
line-height:40px;
position:relative;
left:5px;
top:-1px;
color:#33bad0;
}
.sidebar-nav li button { cursor:pointer; }
.sidebar-nav li button:after {
font-family:'me';
content:"\e07f";
float:right;
}
.sidebar-nav li button:hover:after { color:#33bad0; }
.sidebar-nav li button.collapsed:after { content:"\e069"; }
.sidebar-ad {
width:100%;
max-width:768px;
margin:0 auto;
padding:40px 30px;
color:#ffffff !important;
vertical-align:middle;
-wekit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
display:none;
margin-top:60px;
background:url(//beattrainproductions.com/wp-content/themes/btp/assets/images/adbg.jpg) no-repeat;
background-size:cover;
text-align:center;
text-decoration:none !Important;
}
.sidebar-ad-desc { line-height:18px; }
.sidebar-ad:hover, .sidebar-ad:active, .sidebar-ad:focus { color:#ffffff !important; }
.sidebar-ad .table, .sidebar-ad .table-cell {
width:100%;
vertical-align:middle;
}
.sidebar-ad-heading {
font-size:35px;
line-height:30px;
margin-bottom:25px;
color:#ffffff;
text-transform:uppercase;
}
@media (min-width: 768px) and (max-width: 900px) {
.sidebar-ad-heading {
font-size:27px;
line-height:25px;
}
.sidebar-ad { padding:30px 20px; }
}
.sidebar-ad .btn {
margin-top:35px;
background:#ffffff;
color:#082024;
}
@media (min-width: 768px) {
.sidebar-ad { display:block; }
}
.page-content h2, .page-content h1:first-child, .dj-content h1, .h1-title {
text-transform:uppercase;
font-family:'Roboto Slab', 'courier new', courier, serif;
margin-top:1.25em;
margin-bottom:1.875em;
}
.page-content h2:first-child, .page-content h1:first-child, .dj-content h1:first-child, .page-content .profile-box + h2, .dj-content .profile-box + h1 {
margin-top:0;
margin-bottom:1.25em;
}
.page-content p {
color:#555555;
font-size:15px !important;
line-height:1.7857142857143em;
padding-right:20px;
}
.profile-box .btn { text-align:right; }
@media (min-width: 1000px) {
.page-content p {
font-size:16px !important;
line-height:1.5625em;
}
}
.page-content h2:first-child + p:first-letter, .page-content .profile-box + h2 + p:first-letter {
font-family:'Roboto Slab', 'courier new', courier, serif;
font-size:4em;
line-height:.85em;
height:1em;
margin:0 3px 0px 0;
display:block;
float:left;
}
.page-content img {
max-width:100% !important;
height:auto !important;
}
.our-djs { font-size:16px !important; }
.bio-box {
-webkit-transition:all 0.35s ease ;
-moz-transition:all 0.35s ease ;
-o-transition:all 0.35s ease ;
-ms-transition:all 0.35s ease ;
transition:all 0.35s ease ;
}
.dj-content .bio-box, .our-djs .bio-box {
-webkit-transition:none 0.35s ease ;
-moz-transition:none 0.35s ease ;
-o-transition:none 0.35s ease ;
-ms-transition:none 0.35s ease ;
transition:none 0.35s ease ;
}
.bio-box .black-box { padding-bottom:10px; }
.venue-archive .bio-box .black-box, .venue-archive .inner-sm { padding-bottom:0; }
.profile-box .black-box { padding-bottom:15px; }
.bio-box b {
display:block;
line-height:18px;
padding:10px 0 15px;
}
.profile-box.bio-box b {
padding:0.66666666666667em 0 1em;
font-size:18px !important;
line-height:20px;
}
.dj-stars, .review-stars {
font-size:13px;
letter-spacing:-1px;
margin-top:-1px;
}
.bio-box img { height:auto !important; }
.bio-box p {
font-size:0.8em !important;
line-height:15px;
margin-bottom:5px;
color:#999999;
padding-left:10px;
}
.bio-box p span { color:#ffffff !important; }
.bio-box p span:before {
display:block;
float:left;
color:#33bad0;
margin-left:-14px;
}
.bio-box .btn.ic-marker {
background:#cccccc;
color:#000000 !important;
}
.bio-box .btn.ic-marker:hover:before { color:#000000; }
.profile-box {
width:280px;
margin:0 auto 20px;
}
.profile-slides, .profile-img {
height:254px;
overflow:hidden;
}
.review-btn {
margin-top:25px;
font-size:14px;
line-height:14px;
letter-spacing:-.25px;
padding:5px 10px;
background:#ffffff;
color:#082024 !important;
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);
-webkit-transition:opacity .25s ease ;
-moz-transition:opacity .25s ease ;
-o-transition:opacity .25s ease ;
-ms-transition:opacity .25s ease ;
transition:opacity .25s ease ;
opacity:.7;
-moz-opacity:.7;
}
.review-btn:hover, .bio-box:hover .review-btn {
color:#082024 !important;
opacity:1;
-moz-opacity:1;
}
@media (min-width: 768px) {
.our-djs {
left:-20px;
display: flex;
align-items: stretch;
flex-wrap: wrap;
}
.our-djs a.bio-box {
max-width: 33%;
display: flex;
}
.profile-box {
width:298px;
float:right;
margin:0 0 30px 30px;
}
.profile-slides, .profile-img { height:270px; }
}
@media (min-width: 768px) and (max-width: 1000px) {
.profile-box { width:250px !important; }
.profile-slides, .profile-img { height:181px; }
}
.profile-box .black-box { width:100%; }
.profile-box .next {
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
z-index:4;
}
.profile-box .next:before {
display:block;
height:30px;
width:30px;
position:absolute;
right:15px;
top:15px;
font-size:30px;
}
.profile-box img {
-webkit-transition:none 0.35s ease ;
-moz-transition:none 0.35s ease ;
-o-transition:none 0.35s ease ;
-ms-transition:none 0.35s ease ;
transition:none 0.35s ease ;
}
.profile-box p {
font-size:14px !important;
padding-left:12px;
margin-bottom:10px;
line-height:15px !important;
}
.profile-box p span:before { margin-left:-16px; }
.featured-reviews-intro {
border-bottom:1px dashed #bbbbbb;
padding-bottom:20px;
margin-bottom:70px;
}
.featured-reviews-intro p {
font-size:18px !important;
line-height:25px;
}
.featured-reviews .tooltip {
display:block;
width:200px;
position:absolute;
right:-210px;
top:50%;
margin-top:-35px;
left:auto;
display:none;
}
.featured-reviews .tooltip.tip-left {
right:auto;
left:-210px;
}
@media (min-width: 768px) {
.featured-reviews-intro p {
font-size:20px !important;
line-height:27px;
}
}
.single-testimonial .quote { position:relative; }
.single-testimonial .review-icon {
position:absolute;
z-index:3;
top:-30px;
left:-30px;
display:none;
}
.single-testimonial .quote:nth-child(even) .review-icon {
left:auto;
right:-30px;
}
.featured-reviews .quote-author-wrap { padding:10px 0; }
.single-testimonial .quote-author {
line-height:1.3333333333333em !important;
clear:both;
}
strong { color:#082024; }
.single-testimonial .quote:nth-child(even) blockquote:after, .single-testimonial .quote:nth-child(even) blockquote:before {
right:auto;
left:30px;
}
.single-testimonial .quote:nth-child(even) blockquote:before { left:33px; }
.single-testimonial .quote:nth-child(even) .quote-author {
float:left;
text-align:left;
}
@media (min-width: 768px) {
.single-testimonial .quote {
margin-bottom:2.6666666666667em;
float:left;
border-bottom:1px dashed #bbbbbb;
}
.featured-reviews .quote { margin-bottom:4em; }
.single-testimonial .quote blockquote, .quote-author-wrap {
float:left;
width:95%;
}
.featured-reviews .quote-author-wrap, .featured-reviews .quote blockquote { width:100%; }
.single-testimonial .quote:nth-child(even) blockquote, .single-testimonial .quote:nth-child(even) .quote-author-wrap { float:right; }
.single-testimonial .quote .quote-author { padding-right:5%; }
.single-testimonial .quote:nth-child(even) .quote-author { padding-left:5%; }
.single-testimonial .review-icon { display:block; }
.featured-reviews .quote-author-wrap, .featured-reviews .quote blockquote { width:85%; }
}
@media (min-width: 1025px) {
.single-testimonial .page-content blockquote p, .single-testimonial.page-content blockquote p {
font-size:17px !important;
line-height:25px;
}
}
.review-img-wrap {
width:150px;
height:150px;
position:relative;
overflow:hidden;
margin:0 auto;
display:block;
background-size:cover;
-wekit-border-radius:100px;
-moz-border-radius:100px;
border-radius:100px;
}
@media (min-width: 768px) {
.review-img-wrap { float:left; }
}
@media (min-width: 1025px) {
.review-img-wrap {
width:200px;
height:200px;
}
}
.mix-number {
width:25px;
height:25px;
line-height:25px;
display:block;
float:left;
-wekit-border-radius:25px;
-moz-border-radius:25px;
border-radius:25px;
background:#33bad0;
color:#ffffff;
font-size:12px;
text-align:center;
margin-right:10px;
}
.playlist .mix-row {
padding:1em;
border-bottom:1px dashed #bbbbbb;
}
.playlist .mix-row:first-child { border-top:1px dashed #bbbbbb; }
.mix-title, .mix-desc, .player-container { margin-left:35px; }
.mix-desc { margin-bottom:10px; }
.playlist .mix-row:nth-child(odd) { background:rgba(225,225,225,0.5); }
.player-container {
position:relative;
overflow:hidden;
margin-right:0;
}
.download {
margin:0 auto;
background:#979797;
margin-top:10px;
}
.download img {
display:block;
margin:0 auto;
}
.audiojs {
width:180px;
margin:0 auto;
}
.audiojs .play-pause { box-sizing:content-box; }
.audiojs .scrubber { width:60px; }
.audiojs .duration { display:none; }
.audiojs .time { font-size:10px; }
@media (min-width: 768px) {
.audiojs { margin:0; }
.playlist {
display:table;
width:100%;
padding-top:20px;
}
.playlist .mix-row, .playlist .mix-row:nth-child(odd) {
padding:0;
display:table-row;
background:none;
}
.playlist .mix-row > div {
display:table-cell;
padding:1.3333333333333em 0.66666666666667em;
line-height:1.3333333333333em;
vertical-align:top;
box-sizing:content-box;
border-bottom:1px dashed #bbbbbb;
}
.playlist .mix-row:first-child > div { border-top:1px dashed #bbbbbb; }
.playlist .mix-title { width:20%; }
.playlist .mix-desc { width:40%; }
.playlist .mix-play {
padding-right:1.3333333333333em;
padding-left:0 !important;
position:relative;
}
.playlist .mix-row > div:first-child {
width:.1%;
padding-right:0;
padding-left:1.3333333333333em;
}
.playlist .mix-row:nth-child(odd) > div { background:rgba(225,225,225,0.5); }
.mix-number {
position:relative;
top:-4px;
}
}
@media (min-width: 1240px) {
.playlist .mix-row > div { padding:1.3333333333333em; }
.playlist .mix-row > div.mix-play { padding:1.3333333333333em 1.3333333333333em 1.3333333333333em 0; }
}
@media (min-width: 768px) {
.faq-wrap {
column-count:2;
-webkit-column-count:2;
-moz-column-count:2;
column-gap:40px;
-webkit-column-gap:40px;
-moz-column-gap:40px;
}
}
.questions {
margin-bottom:2.6666666666667em;
padding-bottom:1.3333333333333em;
border-bottom:1px dashed #bbbbbb;
}
.questions { counter-reset:term; }
.questions .beta {
line-height:1.25em;
margin-bottom:0.9375em;
}
.questions li {
list-style-type:decimal;
padding-left:1.3333333333333em;
position:relative;
}
.questions li:before {
font-size:13px;
counter-increment:term;
content:counter(term) '.';
position:absolute;
left:0;
}
.a > strong:first-child {
line-height:1.25em;
padding-bottom:0.3125em;
display:block;
}
.a {
display:inline-block;
border-bottom:1px dashed #bbbbbb;
margin-bottom:2em;
padding-bottom:0.66666666666667em;
color:#082024;
}
.a strong {
-webkit-transition:color 0.35s ease ;
-moz-transition:color 0.35s ease ;
-o-transition:color 0.35s ease ;
-ms-transition:color 0.35s ease ;
transition:color 0.35s ease ;
}
.a.hilite strong { color:#33bad0; }
#footer {
width:100%;
margin:0 auto;
padding: 150px 20px 20px 20px;
background:rgba(255,255,255,1) url(//beattrainproductions.com/wp-content/themes/btp/assets/images/logo-footer.png) no-repeat center 50px;
background-size:90% auto;
}
.footer-follow {
margin:0 auto;
}
#footer a { color:#ffffff; }
.footer-address {
text-align: center;
}
.footer-address address {
font-style: normal;
font-family: 'FranklinGothic';
font-size: 14px;
line-height: 1.5;
}
#footer .footer-address a {
color: #000;
font-size: 14px;
font-family: 'FranklinGothic';
}
@media (min-width: 600px) {
#footer { background-size:auto auto; }
}
@media (min-width: 1240px) {
#footer { }
}
#footer .copyright {
width:100%;
font-size:12px;
line-height:15px;
padding:0 20px;
}
#footer .copyright a {
color:inherit;
text-decoration:underline;
}
.blog .main-content {
background:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
.blog-title {
font-size:54px;
line-height:60px;
margin-top:20px;
}
.blog-intro, .blog-title {
color:#ffffff;
text-shadow:1px 1px 2px rgba(0,0,0,0.25);
}
.blog-intro { display:none; }
.post {
width:100%;
line-height:1.3888888888889em;
font-size:1.2em;
color:#666666;
}
.excerpt { display:none; }
.blog #switcheroo > .inner:first-child { padding-bottom:20px; }
.post-inner-content { padding:20px; }
.post-inner {
background:rgba(255,255,255,0.9);
margin-bottom:20px;
-moz-box-shadow:0 0 30px rgba(0,0,0,0.6);
-webkit-box-shadow:0 0 30px rgba(0,0,0,0.6);
box-shadow:0 0 30px rgba(0,0,0,0.6);
}
.post-inner .experpt * { font-family:'FranklinGothic', "Helvetica Neue", arial, helvetica, sans-serif !important; }
.post img, .blog-sidebar .accordion-group, .blog-sidebar .sidebar-somed { display:none; }
.tag-list { padding-top:30px; }
.tag-list a {
height:30px;
line-height:30px;
display:block;
float:left;
background:#082024;
color:#ffffff;
text-transform:uppercase;
font-size:13px;
padding:0 10px;
margin:0 3px 3px 0;
-wekit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
text-decoration:none;
}
.tag-list a:hover { color:#33bad0; }
.tag-list a:before {
font-family:'me';
top:2px;
position:relative;
margin-right:10px;
font-size:14px;
color:#777777;
}
@media (min-width: 1180px) {
.blog #switcheroo > .inner:first-child { padding:40px 0; }
}
@media (min-width: 768px) {
.blog-title {
font-size:72px;
line-height:72px;
}
.blog-intro {
font-size:25px;
line-height:30px;
width:66%;
display:block;
}
.blog-intro a {
border-bottom:1px dashed #ffffff;
color:#dddddd;
text-decoration:none;
}
.blog-intro a:hover { border-bottom:1px solid #ffffff; }
.excerpt {
display:block;
margin-top:2em;
}
.post-inner-content { padding:30px 20px; }
.blog-archive .post img {
width:100%;
height:auto !important;
}
}
@media (min-width: 900px) {
.posts, .post {
width:67%;
float:left;
}
.posts .post {
width:50%;
float:left;
}
.post-inner {
margin-bottom:40px;
margin-right:40px;
}
.post img {
width:auto;
height:auto !important;
display:block;
}
.blog-sidebar {
width:33%;
display:block;
}
.blog-sidebar .accordion-group, .blog-sidebar .sidebar-somed { display:block; }
}
.post-link {
text-decoration:none !important;
color:#333333 !important;
}
.post-link:active { color:#333333 !important; }
.post h1 {
text-transform:uppercase;
font-size:1.6666666666667em;
line-height:1em;
margin-bottom:0;
color:#082024 !important;
}
.post-link:hover h1 { color:#33bad0 !important; }
.post time { font-size:0.88888888888889em; }
.related-posts-header { margin-top:48px; }
.related-posts-header .cat-link:hover { color:#ffffff !important; }
.rp4wp-related-posts .post {
width:100%;
float:none;
}
.rp4wp-related-posts .post-inner { margin:0; }
.rp4wp-related-posts .post-img-wrap {
height:150px;
overflow:hidden;
position:relative;
}
@media (min-width: 768px) {
.rp4wp-related-posts .post {
width:33.33%;
float:left;
}
.rp4wp-related-posts .post-img-wrap { height:150px; }
.related-posts-wrap { margin:0 -10px; }
.rp4wp-related-posts .post-inner { margin:0 10px; }
}
@media (min-width: 900px) {
.rp4wp-related-posts .post {
width:100%;
float:none;
}
.rp4wp-related-posts .post-inner { margin:0; }
.related-posts-wrap { margin:0; }
}
@media (min-width: 1180px) {
.rp4wp-related-posts .post-img-wrap { height:200px; }
}
.rp4wp-related-posts .related-posts-header {
width:100%;
float:none;
clear:both;
}
.rp4wp-related-posts .post { margin-bottom:25px; }
.blog.single .rp4wp-related-posts .post img {
margin-top:0;
width:102%;
height:auto;
}
.rp4wp-related-posts .post-inner-content { padding:18px; }
.rp4wp-related-posts .post h1 { font-size:25px; }
.rp4wp-related-posts .post time { font-size:15px; }
.single .excerpt {
display:block;
margin-top:2em;
}
.blog.single .post img {
display:block;
height:auto !important;
margin-top:10px;
}
.fb-like { margin-top:10px; }
.wp-caption {
max-width:100%;
width:auto !important;
}
.wp-caption-text {
font-size:13px;
text-align:center;
font-style:italic;
padding:5px 0;
line-height:15px;
}
.cat-link {
background:#082024;
display:block;
padding:10px;
text-decoration:none !important;
color:#ffffff !important;
font-size:16px;
text-transform:uppercase;
font-family:'Roboto Slab', 'courier new', courier, serif;
}
.cat-link:hover { color:#33bad0 !important; }
.cat-link:before {
margin-right:10px;
top:1px;
color:#33bad0;
}
.cat-link.ic-heart:before { color:#ec2943; }
.cat-link.ic-play:before { color:#a3ce58; }
.cat-link.ic-camera:before { color:#fdd904; }
.blog-sidebar .accordion-group, .blog-sidebar .accordion-group * {
width:100%;
margin:0;
overflow:hidden;
float:none;
}
.blog-sidebar .accordion-group { margin-bottom:10px; }
.blog-sidebar .accordion-group .post-inner-content { padding:5px 0; }
.blog-sidebar .accordion-group li a {
padding:5px 20px;
border-top:1px solid rgba(0,0,0,0.075);
color:#333333;
display:block;
}
.blog-sidebar .accordion-group li a span {
font-size:13px;
color:#999999;
}
.blog-sidebar .accordion-group li:first-child a { border:none; }
.pagination a, .pagination span {
display:block;
padding:0 10px;
height:30px;
text-align:center;
line-height:30px;
margin-right:2px;
color:#ffffff;
background:#082024;
}
.pagination span.current, .pagination a:hover {
color:#33bad0;
text-decoration:none;
}
#masonry-wrap .fancybox {
margin-bottom:12px;
display:block;
}
#masonry-wrap .fancybox img {
display:block;
margin:0 auto;
max-width:100%;
}
.post-auth-wrap {
color:#666666 !important;
font-size:16px;
text-decoration:none !important;
}
.post-auth-about {
font-size:12px;
text-transform:uppercase;
line-height:15px;
margin:0;
padding:0;
color:#999999;
text-align:center;
}
.post-auth-img {
background-size:cover;
width:125px;
height:125px;
margin:0 auto;
margin-bottom:18px;
-wekit-border-radius:100px;
-moz-border-radius:100px;
border-radius:100px;
}
.post-auth-title {
color:#000000;
line-height:25px;
text-align:center;
}
.post-auth-desc {
font-size:15px;
line-height:21px;
}
@media (min-width: 768px) {
.post-auth-text {
float:left;
width:60%;
}
.post-auth-title, .post-auth-about { text-align:left; }
.post-auth-img-wrap {
float:left;
width:30%;
}
}
.venue-blog-link { padding-left:20px; }
.venue-blog-link:before {
content:'•';
padding-right:3px;
}
.somed-float {
position:fixed;
z-index:1000;
bottom:0;
text-align:center;
width:100%;
vertical-align:bottom;
display:none;
}
.somed-float-link {
display:inline-block;
width:59px;
height:50px;
line-height:50px;
cursor:pointer;
background:#082024;
position:relative;
}
.somed-float-link, .somed-float-link:before {
vertical-align:bottom;
text-align:center;
font-size:22px;
color:#ffffff;
text-decoration:none !important;
font-weight:normal !important;
-webkit-font-smoothing:subpixel-antialiased;
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);
-webkit-transition:all .25s ease ;
-moz-transition:all .25s ease ;
-o-transition:all .25s ease ;
-ms-transition:all .25s ease ;
transition:all .25s ease ;
}
.somed-float-link {
bottom:-60px;
opacity:0;
-moz-opacity:0;
}
.show .somed-float-link {
bottom:0;
opacity:1;
-moz-opacity:1;
}
.somed-float-header {
font-size:12px;
cursor:default;
letter-spacing:-.01em;
vertical-align:middle;
left:0 !important;
bottom:0 !important;
opacity:1 !important;
-moz-opacity:1 !important;
}
.somed-float-header:after {
content:"\e069";
font-family:'me';
font-style:normal;
speak:none;
position:relative;
top:1px;
}
.show .somed-float-header:after { content:"\e07f"; }
.somed-float-header .hideit, .somed-float-header .showit { display:none; }
.somed-float-header .hideit, .somed-float-header .showit, .somed-float-header .hideit:before, .somed-float-header .showit:before {
line-height:15px;
height:auto;
vertical-align:middle;
}
.somed-float-header .hideit:before, .somed-float-header .showit:before {
display:inline-block;
vertical-align:baseline;
position:relative;
top:1px;
}
a.somed-float-link:hover { height:55px; }
@media (min-width: 1025px) {
.somed-float {
top:25%;
left:0;
width:auto;
display:block;
}
.somed-float-link, .somed-float-link:before {
display:block;
vertical-align:middle;
}
a.somed-float-link:hover {
width:65px;
height:50px;
}
.somed-float-header:after { display:none; }
.somed-float-header:hover .off { display:none; }
.somed-float-header:hover .showit { display:inline; }
.show .somed-float-header:hover .hideit { display:inline; }
.show .somed-float-header:hover .showit { display:none; }
.somed-float-link {
left:-60px;
bottom:auto;
}
.show .somed-float-link { left:0; }
}
.somed-float-link.ic-facebook2 { background:#264182; }
.somed-float-link.ic-twitter2 { background:#3095cd; }
.somed-float-link.ic-google-plus { background:#cd3726; }
.text-align-right { text-align:right; }
.text-align-left { text-align:left; }
.text-align-center { text-align:center; }
a.full-width-image {
display:block;
width:100%;
}
a.full-width-image img {
width:100%;
height:auto;
}
.aligncenter { text-align:center; }
table.price-table {
border:1px dashed #082024;
margin-bottom:3em;
}
table.price-table td, table.price-table th { padding:5px 10px; }
table.price-table th { font-weight:bold; }
table.price-table thead th { text-align:right; }
table.price-table tbody th {
padding-right:30px;
text-align:right;
}
table.price-table tbody td {
padding-right:10px;
padding-left:10px;
text-align:right;
}
.cta-band {
margin:0;
padding:70px 0;
text-align:center;
background:#082024;
}
.cta-band a {
display:inline-block;
width:280px;
}
.contact-form-modal .modal-header { background:#e9e9e9; }
.contact-form-modal .modal-body {
padding:16px;
text-align:center;
}
.contact-form-modal h2 {
text-align:center;
font-weight:bold;
font-size:32px;
margin:0;
padding:0;
line-height:1em;
}
.contact-form-modal .dark-bar {
background-color:#444444;
color:#ffffff;
padding:1em;
}
.contact-form-modal img.logo-img {
display:block;
width:100%;
height:auto;
}
@media (max-width: 768px) {
.contact-form div.field-group { width:100%; }
}
@media (min-width: 769px) {
.contact-form > div > p {
float:left;
width:175px;
}
.contact-form div.field-group {
float:right;
width:calc(100% - 190px);
}
}
.contact-form {
text-align:center;
display:inline-block;
}
.contact-form p {
font-size:20px;
font-family:'FranklinGothic', "Helvetica Neue", arial, helvetica, sans-serif;
text-align:right;
margin-right:15px;
margin-bottom:0;
}
.contact-form > div {
display:block;
margin-bottom:15px;
}
.contact-form div:after {
content:" ";
clear:both;
display:block;
}
.contact-form div > p {
font-weight:bold;
text-align:left;
}
.contact-form fieldset {
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
margin:0px 0px 10px 0px;
border:1px solid #ffd2d2;
padding:20px;
box-shadow:inset 0px 0px 15px #ffe5e5;
-moz-box-shadow:inset 0px 0px 15px #ffe5e5;
-webkit-box-shadow:inset 0px 0px 15px #ffe5e5;
}
.contact-form fieldset legend {
border-top:1px solid #ffd2d2;
border-left:1px solid #ffd2d2;
border-right:1px solid #ffd2d2;
border-radius:5px 5px 0px 0px;
-webkit-border-radius:5px 5px 0px 0px;
-moz-border-radius:5px 5px 0px 0px;
padding:0px 8px 3px 8px;
box-shadow:-0px -1px 2px #f1f1f1;
-moz-box-shadow:-0px -1px 2px #f1f1f1;
-webkit-box-shadow:-0px -1px 2px #f1f1f1;
font-weight:normal;
font-size:12px;
}
.contact-form textarea { height:100px; }
.contact-form input[type=text], .contact-form input[type=date], .contact-form input[type=datetime], .contact-form input[type=number], .contact-form input[type=search], .contact-form input[type=time], .contact-form input[type=url], .contact-form input[type=email], .contact-form select, .contact-form textarea {
width:100%;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border:1px solid #d0d0d0;
outline:none;
padding:5px 8px 5px 8px;
box-shadow:inset 1px 1px 4px #d0d0d0;
-moz-box-shadow:inset 1px 1px 4px #d0d0d0;
-webkit-box-shadow:inset 1px 1px 4px #d0d0d0;
}
.contact-form input[type=submit], .contact-form input[type=button] {
border:1px solid #d0d0d0;
padding:5px 15px 5px 15px;
box-shadow:inset -1px -1px 3px #d0d0d0;
-moz-box-shadow:inset -1px -1px 3px #d0d0d0;
-webkit-box-shadow:inset -1px -1px 3px #d0d0d0;
border-radius:3px;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-weight:bold;
}
.contact-form .required {
color:red;
font-weight:normal;
}
.contact-form .button-row { text-align:center; }
.contact-form .button-row button {
display:inline-block;
margin:0 5px;
cursor:pointer;
}
.contact-form .button-row button.btn { border:1px solid #33bad0; }
.contact-form .button-row button.btn.btn-inverted {
color:#33bad0;
border:1px solid #33bad0;
background-color:#ffffff;
}
label.styled-select-box {
position:relative;
display:inline-block;
}
label.styled-select-box select {
display:block;
width:100%;
height:100%;
position:absolute;
left:0;
top:0;
opacity:0;
}
label.styled-select-box .fa {
color:#000000;
margin-left:10px;
}
.component-hero {
background:#000000;
color:#ffffff;
position:relative;
padding-left:0;
padding-right:0;
z-index:50;
height:600px;
overflow:hidden;
}
.component-hero .hero-img-container {
position:absolute;
height:100%;
width:100%;
float:right;
}
.component-hero .hero-img-container:before {
content:' ';
display:block;
position:absolute;
z-index:500;
bottom:0;
top:0;
left:0;
right:0;
background:-moz-linear-gradient(left,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
background:-webkit-linear-gradient(left,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
background:linear-gradient(to right,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#00000000',GradientType=1);
}
.component-hero .hero-img-container .photo-credit {
position:absolute;
font-size:12px;
right:15px;
bottom:15px;
color:white;
z-index:800;
}
.component-hero .hero-img-container .photo-credit a { cursor:pointer; }
.component-hero .hero-img {
object-fit:cover;
width:100%;
height:100%;
}
.component-hero > .container {
height:100%;
display:flex;
flex-direction:column;
justify-content:space-between;
}
.component-hero .col-content {
position:relative;
z-index:100;
}
.component-hero .col-content .eyebrow {
color:#33bad0;
display:block;
font-size:16px;
font-weight:bold;
}
.component-hero .col-content .eyebrow .fa { margin-right:5px; }
.component-hero .col-content .eyebrow, .component-hero .col-content h1, .component-hero .col-content h2 { text-align:center; }
.component-hero .col-content .eyebrow, .component-hero .col-content h1, .component-hero .col-content h2, .component-hero .col-content p { -webkit-font-smoothing:antialiased; }
.component-hero .col-content h1 {
font-size:32px;
font-weight:bold;
letter-spacing:1.5px;
line-height:1;
margin-bottom:0;
}
.component-hero .col-content h2 {
color:#33bad0;
font-size:24px;
line-height:1;
}
.component-hero .col-awards { text-align:center; }
.component-hero .col-awards img {
display:inline-block;
height:75px;
vertical-align:middle;
}
.component-hero .col-awards img:first-child { margin-right:5px; }
.component-hero .col-awards img:nth-child(3) { height:60px; }
.component-hero .row-desc {
margin-bottom:40px;
text-align:center;
}
.component-hero .row-desc button { margin:0 auto; }
.component-hero .row-desc button span {
color:#000000;
margin-left:10px;
}
.component-hero .row-desc p { font-size:20px; }
.component-hero .container {
position:relative;
z-index:500;
}
.component-hero .btn.btn-cta-inverted { font-size:14px; }
.component-hero .btn.btn-cta-inverted:after { color:#33bad0; }
@media screen and (min-width: 769px) {
.component-hero .col-content .eyebrow, .component-hero .col-content h1, .component-hero .col-content h2 { text-align:left; }
}
@media screen and (min-width: 1025px) {
.component-hero { height:600px; }
.component-hero .row-desc { padding-top:50px; }
.component-hero .row-buttons { line-height:75px; }
.component-hero .row-buttons a {
display:inline-block;
vertical-align:middle;
}
}
.modal-bg {
background:rgba(0,0,0,0.5);
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
opacity:0;
transition:opacity 0.5s ease-in-out;
z-index:100;
}
.modal-bg.active { opacity:1; }
.modal {
position:absolute;
width:90%;
max-width:750px;
background:#ffffff;
z-index:1000;
top:10vh;
margin:0 auto;
left:50%;
transition:opacity 0.5s ease-in-out;
transform:translateX(-50%);
opacity:0;
}
.modal.active { opacity:1; }
.modal button.close {
font-weight:bold;
font-size:40px;
float:right;
}
body.mobile-menu-active .mobile-nav-overlay { opacity:0.7; }
.mobile-nav-overlay {
background:#000000;
display:none;
content:' ';
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
opacity:0;
z-index:-1000;
transition:opacity .5s ease-in-out;
}
.mobile-nav-overlay.block {
display:block;
z-index:10000;
}
.hamburger {
background-color:transparent;
border-top:2px solid black;
cursor:pointer;
display:block;
height:22px;
position:absolute;
transform:scale(0.55);
width:34px;
z-index:10;
-webkit-transition:all 0.1s ease-in;
transition:all 0.1s ease-in;
right:8px;
top:21px;
}
.hamburger:before { top:9px; }
.hamburger:after { top:20px; }
.hamburger:before, .hamburger:after {
background-color:black;
content:'';
height:2px;
left:0;
position:absolute;
width:100%;
-webkit-transition:all 0.1s ease-in;
transition:all 0.1s ease-in;
}
@media only screen and (min-width: 1025px) {
.hamburger { display:none; }
}
.mobile-nav {
background:#ffffff;
overflow:auto;
z-index:15000;
position:fixed;
left:-110%;
top:0;
bottom:0;
transition:all 0.5s ease-in-out;
}
body.mobile-menu-active .mobile-nav { right:0; }
.mobile-nav .mobile-nav-header {
background:#000000;
color:#ffffff;
padding-left:20px;
padding-right:20px;
}
.mobile-nav .mobile-nav-header a { color:#ffffff; }
.mobile-nav .mobile-nav-header .close {
color:#ffffff;
cursor:pointer;
font-weight:bold;
font-size:40px;
float:right;
}
.mobile-nav a {
line-height:40px;
text-transform:uppercase;
text-decoration:none;
}
.mobile-nav button {
cursor:pointer;
line-height:40px;
padding:0;
text-transform:uppercase;
}
.mobile-nav li a, .mobile-nav li button {
transition:opacity 0.3s ease-in-out, left 0.3s ease-in-out;
position:relative;
left:0;
margin:0;
}
.mobile-nav li a:hover, .mobile-nav li button:hover {
text-decoration:none;
opacity:0.6;
}
.mobile-nav li a:hover:active, .mobile-nav li a:hover:focus, .mobile-nav li button:hover:active, .mobile-nav li button:hover:focus { left:0; }
.mobile-nav li a:not(.no-touch):hover, .mobile-nav li button:not(.no-touch):hover { left:10px; }
.mobile-nav li a.no-touch:hover, .mobile-nav li a.no-touch:active, .mobile-nav li a.no-touch:focus, .mobile-nav li button.no-touch:hover, .mobile-nav li button.no-touch:active, .mobile-nav li button.no-touch:focus { left:0; }
.mobile-nav .menu-item-has-children > button { position:relative; }
.mobile-nav .menu-item-has-children > button:after { content:' +'; }
.mobile-nav .menu-item-has-children > ul.sub-menu { transition:max-height 0.5s ease-in-out;
}
.mobile-nav .menu-item-has-children.active > button:after { content:' -'; }
.mobile-nav .menu-item-has-children.active > ul.sub-menu {
max-height:1000px;
position:relative;
}
.mobile-nav .menu-item-has-children.active > ul.sub-menu:before {
content:' ';
display:block;
box-shadow:0 0 5px #000000;
height:1px;
width:100%;
position:absolute;
top:-1px;
left:0;
}
.mobile-nav .menu-item-has-children.active > ul.sub-menu:after {
content:' ';
display:block;
box-shadow:0 0 5px #000000;
height:1px;
width:100%;
bottom:-1px;
left:0;
}
.mobile-nav .menu-main-menu-container a, .mobile-nav .menu-main-menu-container button {
display:block;
padding-left:20px;
padding-right:20px;
text-align:left;
width:100%;
}
.mobile-nav .menu-main-menu-container > ul > li > a, .mobile-nav .menu-main-menu-container > ul > li > button {
color:#082024;
display:block;
background:white;
border-bottom:1px solid #eeeeee;
}
.mobile-nav .menu-main-menu-container > ul > li > ul { background:#e9ecef; }
.mobile-nav .menu-main-menu-container > ul > li > ul > li > a, .mobile-nav .menu-main-menu-container > ul > li > ul > li > button { color:#747677; }
.mobile-nav .menu-main-menu-container > ul > li > ul > li > ul { background:#858585; }
.mobile-nav .menu-main-menu-container > ul > li > ul > li > ul > li > a, .mobile-nav .menu-main-menu-container > ul > li > ul > li > ul > li > button { color:#ffffff; }
.page-template-event-landing article.page-content blockquote:after, .page-template-event-landing article.page-content blockquote:before {
content:none;
display:none;
}
.page-template-event-landing-new article.page-content blockquote:after, .page-template-event-landing-new article.page-content blockquote:before {
content:none;
display:none;
}
.page-template-event-landing-new article.page-content p {
font-size:1.3333333333333em !important;
line-height:1.4583333333333em !important;
text-align:center;
}
.page-template-event-landing-new #header {
background-image:none;
padding-bottom:0;
width:100%;
}
.page-template-event-landing-new .wrapper.main-content {
margin-top:0;
padding-top:0;
background:#ffffff;
width:100%;
}
.page-template-event-landing-new .wrapper.main-content .inner {
padding-top:0;
max-width:1024px;
}
.page-template-event-landing-new .wrapper.main-content .inner.group { padding-top:40px; }
.page-template-event-landing-new .component-hero > .container { justify-content:space-around; }
.page-template-event-landing-new .component-hero h1 {
text-align:center;
margin-bottom:10px;
}
.page-template-event-landing-new .component-hero h2 {
text-align:center;
margin-bottom:0;
}
.page-template-event-landing-new .component-hero .row-desc { margin-bottom:0; }
@media screen and (min-width: 1025px) {
.page-template-event-landing-new .col-content { padding-top:0; }
.page-template-event-landing-new .row-desc { padding-top:0; }
.page-template-event-landing-new .row-desc p { margin-bottom:0; }
}
body.home { background:rgba(255,255,255,0.9); }
body.home #content.home { background:rgba(255,255,255,0.9); }
body.home #content.home .wrapper.main-content { background:rgba(255,255,255,0.9); }
body.single-post .wrapper.main-content { background:transparent none; }
.mus { font-family:'Roboto Slab', 'courier new', courier, serif; }
.franklin { font-family:'FranklinGothic', "Helvetica Neue", arial, helvetica, sans-serif !important; }
.mega { font-size:2.4em; }
h1, .alpha {
font-size:1.6em;
line-height:1.25em;
margin-bottom:0.41666666666667em;
}
h2, .beta {
font-size:1.0666666666667em;
line-height:2.1875em;
margin-bottom:0.625em;
}
.ic-left:before {
float:left;
margin-right:5px;
}
.ic-right:before {
float:right;
margin-left:5px;
}
[class^="ic-"]:before, [class*=" ic-"]:before, [class^="ic-"]:after, [class*=" ic-"]:after, .ic-icon, canvas {
font-family:'me';
font-style:normal;
speak:none;
position:relative;
}
.ic-headphones:before { content:"\e000"; }
.ic-tag:before { content:"\e004"; }
.ic-twitter:before { content:"\e005"; }
.ic-facebook:before { content:"\e006"; }
.ic-menu:before { content:"\e007"; }
.ic-star:before { content:"\e008"; }
.ic-reload:before { content:"\e009"; }
.ic-bubble:before { content:"\e00b"; }
.ic-camera:before { content:"\e00d"; }
.ic-user:before { content:"\e00e"; }
.ic-heart:before { content:"\e00f"; }
.ic-calendar:before { content:"\e010"; }
.ic-feather:before { content:"\e011"; }
.ic-marker:before { content:"\e60c"; }
.ic-play:before { content:"\f184"; }
.ic-next:before { content:"\f18a"; }
.ic-prev:before { content:"\f18b"; }
.ic-plus:before { content:"\e069"; }
.ic-minus:before { content:"\e07f"; }
.ic-arrow-right:after {
top:1px;
margin-left:15px;
content:"\e602";
}
.ic-award:before { content:"\e023"; }
.ic-left-ar:before { content:"\e601"; }
.ic-right-ar:before { content:"\e603"; }
.ic-facebook2:before { content:"\e600"; }
.ic-google-plus:before { content:"\ea88"; }
.ic-twitter2:before { content:"\ea91"; }
.bo { font-weight:bold; }
.reg { font-weight:300; }
.med { font-weight:400; }
.lite { font-weight:200; }
.xlite { font-weight:100; }
.em { font-style:italic; }
.caps { text-transform:uppercase; }
.lower { text-transform:lowercase; }
.ttn { text-transform:none; }
.tac { text-align:center; }
.tar { text-align:right; }
.tal { text-align:left; }
.tdn, .tdn * { text-decoration:none !important; }
.tdu { text-decoration:underline; }
.txt-shad, .txt-shad * { text-shadow:0 0 6px rgba(0,0,0,1); }
.hide { display:none; }
.col-third, .col-twothird {
width:100%;
position:relative;
display:block;
margin-bottom:20px;
}
.sidebar .col-third, .sidebar .related-blog-header { display:none; }
.clearfix:after {
content:"";
display:table;
clear:both;
}
a[class^="col-"], a[class^="col-"]:active {
text-decoration:none !important;
color:#ffffff !important;
}
a[class^="col-"] b { display:block; }
[class^="col-"] img {
display:block;
max-width:100%;
}
a[class^="col-"] img {
opacity:.8;
-moz-opacity:.8;
}
a[class^="col-"]:hover img {
opacity:1;
-moz-opacity:1;
}
a.col-third .more {
position:absolute;
display:inline-block;
width:80%;
height:40px;
line-height:40px;
padding:0 10px;
font-size:15px;
left:50%;
top:50%;
margin:-1.1111111111111em 0 0 -40%;
text-align:center;
opacity:0;
-khtml-opacity:0;
-moz-opacity:0;
-webkit-transition:opacity 0.35s ease ;
-moz-transition:opacity 0.35s ease ;
-o-transition:opacity 0.35s ease ;
-ms-transition:opacity 0.35s ease ;
transition:opacity 0.35s ease ;
}
a.col-third:hover .more {
opacity:.8;
-khtml-opacity:.8;
-moz-opacity:.8;
}
@media (min-width: 768px) {
.col-half { width:50%; }
a.col-third { margin-bottom:10px; }
.fl > .col-inner { margin:0 20px 0 0; }
.bio-box.col-third .col-inner { margin:0 0 0 10px; }
.col-half .col-inner { margin:0 0 0 20px; }
.col-twothird { width:62%; }
.col-third {
width:32%;
margin:0 2% 0 0;
}
.col-third:nth-child(3n + 3), .col-third.fr { margin-right:0; }
.masonry-third {
width:50%;
margin:0;
}
.main-wrap { width:66.66%; }
.main-wrap .page-content { padding-left:5%; }
.full-wrap {
width:90%;
max-width:768px;
margin:0 auto;
}
.sidebar .col-third {
width:100%;
display:block;
float:none;
}
.sidebar .related-blog-header { display:block; }
}
@media (min-width: 900px) {
.masonry-third {
width:33.3333%;
margin:0;
}
}
@media (min-width: 1240px) {
a.col-third .more { font-size:1.2em; }
a.col-third { margin-bottom:20px; }
.fl > .col-inner { margin:0 20px 0 0; }
.bio-box.col-third .col-inner { margin:0 0 0 20px; }
.col-half .col-inner { margin:0 0 0 40px; }
}
.block, .block *, .block-ps:after, .block-ps:before, .block-ps *:after, .block-ps *:before { display:block; }
.none { display:none; }
.pr { position:relative; }
.fl { float:left; }
.fr { float:right; }
@media (max-width: 768px) {
.fl-sm { float:left; }
.fr-sm { float:right; }
}
@media (min-width: 769px) {
.fl-md { float:left; }
.fr-md { float:right; }
}
@media (min-width: 901px) {
.fl-lg { float:left; }
.fr-lg { float:right; }
}
@media (min-width: 1241px) {
.fl-xl { float:left; }
.fr-xl { float:right; }
}
.alignleft, .alignright {
display:block;
margin:0 auto 12px 0;
}
.alignleft img, .alignright img {
display:block;
margin:0 auto;
}
.table { display:table; }
.table-cell { display:table-cell; }
@media (min-width: 768px) {
.alignleft, .alignright, .alignleft img, .alignright img {
display:inline-block;
margin:auto;
}
.alignleft {
float:left;
margin-right:12px;
margin-bottom:12px;
}
.alignright {
float:right;
margin-left:12px;
margin-bottom:12px;
}
}
.center { margin:0 auto; }
.clear { clear:both; }
.group:before, .group:after, #content:before, #content:after, blockquote:before, blockquote:after {
content:"";
display:table;
}
.group:after, #content:after, blockquote:after { clear:both; }
.group, #content, blockquote { zoom:1; }
.nav-hor li { float:left; }
.nav-hor li:first-child {
padding-left:0;
margin-left:auto;
}
.img-fluid img, img.img-fluid {
width:100%;
max-width:200em;
height:auto;
display:block;
}
@media (max-width: 768px) {
.pt0mob { padding-top:0 !important; }
}
.p0 { padding:0 !important; }
.m0 { margin:0 !important; }
.pb0 { padding-bottom:0 !important; }
.mb0 { margin-bottom:0 !important; }
.pth { padding-top:5px !important; }
.pbh { padding-bottom:5px !important; }
.mth { margin-top:5px !important; }
.mbh { margin-bottom:5px !important; }
.ptbh {
padding-top:5px !important;
padding-bottom:5px !important;
}
.pt1 { padding-top:10px !important; }
.pb1 { padding-bottom:10px !important; }
.mt1 { margin-top:10px !important; }
.mb1 { margin-bottom:10px !important; }
.mr1 { margin-right:10px !important; }
.ml1 { margin-left:10px !important; }
.mt2 { margin-top:20px !important; }
.mb2 { margin-bottom:20px !important; }
.mr2 { margin-right:20px !important; }
.ml2 { margin-left:20px !important; }
.ptb1 {
padding-top:10px !important;
padding-bottom:10px !important;
}
.pt2 { padding-top:20px !important; }
.pb2 { padding-bottom:20px !important; }
.mt2 { margin-top:20px !important; }
.mb2 { margin-bottom:20px !important; }
.ptb2 {
padding-top:20px !important;
padding-bottom:20px !important;
}
.pt2h { padding-top:25px !important; }
.pb2h { padding-bottom:25px !important; }
.mt2h { margin-top:25px !important; }
.mb2h { margin-bottom:25px !important; }
.ptb2h {
padding-top:25px !important;
padding-bottom:25px !important;
}
.pt3 { padding-top:30px !important; }
.pb3 { padding-bottom:30px !important; }
.mt3 { margin-top:30px !important; }
.mb3 { margin-bottom:30px !important; }
.ptb3 {
padding-top:30px !important;
padding-bottom:30px !important;
}
.pt4 { padding-top:40px !important; }
.pb4 { padding-bottom:40px !important; }
.mt4 { margin-top:40px !important; }
.mb4 { margin-bottom:40px !important; }
.ptb4 {
padding-top:40px !important;
padding-bottom:40px !important;
}
.pt4h { padding-top:45px !important; }
.pb4h { padding-bottom:45px !important; }
.mt4h { margin-top:45px !important; }
.mb4h { margin-bottom:45px !important; }
.ptb4h {
padding-top:45px !important;
padding-bottom:45px !important;
}
.pt5 { padding-top:50px !important; }
.pb5 { padding-bottom:50px !important; }
.mt5 { margin-top:50px !important; }
.mb5 { margin-bottom:50px !important; }
.ptb5 {
padding-top:50px !important;
padding-bottom:50px !important;
}
.pt5h { padding-top:55px !important; }
.pb5h { padding-bottom:55px !important; }
.mt5h { margin-top:55px !important; }
.mb5h { margin-bottom:55px !important; }
.ptb5h {
padding-top:55px !important;
padding-bottom:55px !important;
}
.pt6 { padding-top:60px !important; }
.pb6 { padding-bottom:60px !important; }
.mt6 { margin-top:60px !important; }
.mb6 { margin-bottom:60px !important; }
.ptb6 {
padding-top:60px !important;
padding-bottom:60px !important;
}
.pt6h { padding-top:65px !important; }
.pb6h { padding-bottom:65px !important; }
.mt6h { margin-top:65px !important; }
.mb6h { margin-bottom:65px !important; }
.ptb6h {
padding-top:65px !important;
padding-bottom:65px !important;
}.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}
.fancybox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.fancybox-opened {
z-index: 8030;
}
.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
position: relative;
}
.fancybox-inner {
overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}
.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(//beattrainproductions.com/wp-content/themes/btp/assets/js/plugins/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}
#fancybox-loading div {
width: 44px;
height: 44px;
background: url(//beattrainproductions.com/wp-content/themes/btp/assets/js/plugins/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}
.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url(//beattrainproductions.com/wp-content/themes/btp/assets/js/plugins/fancybox/blank.gif); -webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}
.fancybox-prev {
left: 0;
}
.fancybox-next {
right: 0;
}
.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}
.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}
.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}
.fancybox-nav:hover span {
visibility: visible;
}
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
} .fancybox-lock {
overflow: hidden;
}
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: url(//beattrainproductions.com/wp-content/themes/btp/assets/js/plugins/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
} .fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}
.fancybox-opened .fancybox-title {
visibility: visible;
}
.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}
.fancybox-title-inside-wrap {
padding-top: 10px;
}
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
}