/* 
	Table of Contents

    01. Settings ----------------------------------
    02. Sprite ------------------------------------
    03. Generic -----------------------------------
    04. Base --------------------------------------
         Mobile -----------------------------------
    05. Fonts -------------------------------------
    06. Helpers -----------------------------------
         Clear ------------------------------------
         Notext -----------------------------------
         Hidden -----------------------------------
         Alignleft --------------------------------
         Alignright -------------------------------
         Disabled ---------------------------------
         Grid -------------------------------------
         Responsive Helpers -----------------------
    07. Reset -------------------------------------
    08. Base WordPress CSS ------------------------
         Mobile -----------------------------------
    09. Gallery -----------------------------------
    10. Pagination --------------------------------
    11. Comments ----------------------------------
    12. Search Form -------------------------------
    13. Regions -----------------------------------
    14. Modules -----------------------------------
    15. Button ------------------------------------
    16. Datepicker --------------------------------
    17. Feature -----------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    18. Footer ------------------------------------
         Small Desktop ----------------------------
         Mobile -----------------------------------
    19. Header ------------------------------------
         Small Desktop ----------------------------
         Mobile -----------------------------------
    20. List Features -----------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    21. Nav ---------------------------------------
         Small Desktop ----------------------------
         Mobile -----------------------------------
    22. Nav Footer --------------------------------
    23. Popup Contact -----------------------------
         Mobile -----------------------------------
    24. Form --------------------------------------
         Errors -----------------------------------
         Mobile -----------------------------------
    25. Post Alt ----------------------------------
    26. Section About -----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    27. Section About Secondary -------------------
         Section Head -----------------------------
         Section Body -----------------------------
         Section Slider ---------------------------
         Section Highlight ------------------------
         List Features ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    28. Section Directions ------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    29. Section Menu ------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    30. Section Videos ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    31. Section Carousel --------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    32. Section Event -----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    33. Section Upcoming Shows --------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    34. Section Columns ---------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    35. Section Calendar --------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    36. Section Videos ----------------------------
         Small Desktop ----------------------------
    37. Section New	 ------------------------------
    38. Section Recent New ------------------------
    39. Section Shows -----------------------------
         Mobile -----------------------------------
    40. Section Show ------------------------------
         Mobile -----------------------------------
    41. Section Event Single ----------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    42. Section Blog ------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    43. Section Times -----------------------------
    44. Slider Shows ------------------------------
         Small Desktop ----------------------------
         Mobile -----------------------------------
    45. Socials -----------------------------------
    46. Form Elements -----------------------------
    47. Button ------------------------------------
         Button Block -----------------------------
    48. Wrapper -----------------------------------
    49. Shell -------------------------------------
    50. Container ---------------------------------
    51. Header ------------------------------------
    52. Main --------------------------------------
    53. Content -----------------------------------
    54. Sidebar -----------------------------------
    55. Widget ------------------------------------
    56. Footer ------------------------------------
    57. Logo --------------------------------------
    58. Main --------------------------------------
         Small Desktop ----------------------------
         Mobile -----------------------------------
    59. 404 Error ---------------------------------
         Mobile -----------------------------------
    60. Pagination --------------------------------
    61. Search Form -------------------------------
    62. Themes ------------------------------------
    63. Font Awesome ------------------------------
         FONT PATH
 * -------------------------- --
         Deprecated as of 4.4.0 -------------------
         Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons 
    64. Slick Carousel ----------------------------
         Slider -----------------------------------
    65. Simple JS Calendar ------------------------
    66. Magnific Popup ----------------------------
         Magnific Popup CSS -----------------------
         Main image in popup ----------------------
         The shadow behind the image --------------
 */

/* ------------------------------------------------------------ *\
	Settings
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 320px; background: #495871; font-family: Century Old Style, serif; font-size: 14px; line-height: 1.3; color: #fff; }

a { color: inherit; text-decoration: underline; }

a:hover,
a[href^="tel"] { text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.65em; line-height: 1.25; font-family: Futura BT, sans-serif; letter-spacing: 0.05em; }

h1 { font-size: 30px; font-weight: bold;}

h2 { font-size: 30px; font-weight: 500; }

h3 { font-size: 26px; font-weight: bold; }

h4 { font-size: 24px; font-weight: bold; }

h5 { font-size: 20px; font-weight: bold; }

h6 { font-size: 16px; font-weight: 500; }

p,
ul,
ol,
dl,
hr,
table,
blockquote { margin-bottom: 1.3em; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	h2 { font-size: 25px; }
}

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

@font-face {
    font-family: 'Century Old Style';
    src: url('../fonts/Century-Old-Style-Std9801.woff2') format('woff2'),
        url('../fonts/Century-Old-Style-Std_9801.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Old Style';
    src: url('../fonts/CenturyOldstyleICGItalic.woff2') format('woff2'),
        url('../fonts/CenturyOldstyleICGItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Century Old Style Std';
    src: url('../fonts/CenturyOldStyleStd-Bold.woff2') format('woff2'),
        url('../fonts/CenturyOldStyleStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Futura BT';
    src: url('../fonts/FuturaBT-BoldCondensed.woff2') format('woff2'),
        url('../fonts/FuturaBT-BoldCondensed.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Futura BT';
    src: url('../fonts/FuturaBT-Medium.woff2') format('woff2'),
        url('../fonts/FuturaBT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after { content: ''; display: block; clear: both; }

/*  Notext  */

.notext { overflow: hidden; text-indent: 101%; white-space: nowrap; }

/*  Hidden  */

[hidden],
.hidden { display: none !important; }

/*  Alignleft  */

.alignleft { float: left; }

/*  Alignright  */

.alignright { float: right; }

/*  Disabled  */

[disabled],
.disabled { cursor: default; }

/*  Grid  */

.cols { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }

.col { max-width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }

.col--1of2 { max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }

/*  Responsive Helpers  */

.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) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}

@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}

@media (min-width: 1201px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

* { padding: 0; margin: 0; outline: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

*:before,
*:after { -webkit-box-sizing: inherit; box-sizing: inherit; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }

template { display: none; }

html { -webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0); }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }

img,
iframe,
video,
audio,
object { max-width: 100%; }

img,
iframe { border: 0 none; }

img { height: auto; display: inline-block; vertical-align: middle; }

b,
strong { font-weight: bold; }

address { font-style: normal; }

svg:not(:root) { overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; appearance: none; }

textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

button,
select { text-transform: none; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

nav ul,
nav ol { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Base WordPress CSS
\* ------------------------------------------------------------ */

.alignnone,
.alignleft,
.alignright,
.aligncenter { margin: 5px 15px 10px; }

.alignleft { margin-left: 0; }

.alignright { margin-right: 0; }

.alignnone { display: block; margin-left: 0; margin-right: 0; }

.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption { position: relative; }

.wp-caption img { width: 100%; }

.wp-caption-text { position: absolute; bottom: 0; left: 0; right: 0; padding: 5px 10px; background: rgba(0, 0, 0, 0.5); color: #fff; }

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.wp-caption.alignleft,
	.wp-caption.alignright { float: none; }

	.wp-caption.alignright { margin-left: auto; }

	.alignright { float: right; }
}

/* ------------------------------------------------------------ *\
	Gallery
\* ------------------------------------------------------------ */

.gallery { position: relative; overflow: hidden; padding-bottom: 20px; }

.gallery .wp-caption-text { right: 10px; bottom: 10px; left: 10px; text-align: left; }

.gallery-item { float: left; position: relative; padding: 10px; }

.gallery-item img { width: 100%; }

.gallery-columns-1 .gallery-item { width: 100%; }

.gallery-columns-2 .gallery-item { width: 50%; }

.gallery-columns-3 .gallery-item { width: 33.33%; }

.gallery-columns-4 .gallery-item { width: 25%; }

.gallery-columns-5 .gallery-item { width: 20%; }

.gallery-columns-6 .gallery-item { width: 16.67%; }

.gallery-columns-7 .gallery-item { width: 14.29%; }

.gallery-columns-8 .gallery-item { width: 12.5%; }

.gallery-columns-9 .gallery-item { width: 11.11%; }

.gallery-columns-7 .wp-caption,
.gallery-columns-8 .wp-caption,
.gallery-columns-9 .wp-caption { display: none; }

/* ------------------------------------------------------------ *\
	Pagination
\* ------------------------------------------------------------ */

.paging { padding: 0 0 20px; text-align: center; }

.paging ul { list-style: none outside none; }

.paging ul,
.paging li { display: inline-block; vertical-align: top; }

.paging a { display: inline-block; padding: 4px 10px; border: 1px solid #000; margin: 0 2px; text-decoration: none; border-radius: 4px; }

.paging .current a,
.paging a:hover { text-decoration: none; background: #000; color: #fff; }

.paging-label { padding-right: 10px; }

/* ------------------------------------------------------------ *\
	Comments
\* ------------------------------------------------------------ */

.section-comments { padding-top: 15px; }

.section-comments a { text-decoration: none; }

.section-comments p { padding-bottom: 18.2px; }

.section-comments ol,
.section-comments ul { padding: 0; margin: 0; list-style: none outside none; }

.section-comments h3 { position: relative; padding: 0 0 10px; }

.section-comments h3 small { position: absolute; top: 0; right: 0; }

.comments,
.comments .children { position: relative; }

.comments .children:before,
.comments .children:after { content: ''; position: absolute; display: block; }

.comments .children:before { top: 33px; left: 23px; width: 32px; height: 27px; border-left: 8px solid #c3c3c3; border-bottom: 8px solid #c3c3c3; border-radius: 0 0 0 8px; }

.comments .children:after { top: -5px; left: 8px; border: 20px solid transparent; border-width: 20px 19px; border-bottom-color: #c3c3c3;  }

.comments .comment { position: relative; border-top: 1px dashed #363636; }

.comments .children { padding-left: 70px; }

.comments .avatar { position: absolute; top: 28px; left: 0; width: 48px; height: 48px; border-radius: 50%; border: 1px solid #ccc; }

.comments .says { padding-left: 5px; }

.comments .moderation-notice { display: inline-block; margin: 3px 0 8px; color: #999; }

.comments .comment-entry { position: relative; padding: 30px 0 30px 65px; }

.comments .comment-text p:last-child { padding-bottom: 0; margin-bottom: 0; }

.comments .comment-meta { padding-bottom: 12px; }

.comments .comment-meta a { color: #363636; }

.comments .comment-reply { padding-top: 10px; text-align: right; }

.comments .comment-reply a { display: inline-block; padding: 5px 10px; background: #363636; color: #fff; border-radius: 6px; }

.comments .comment-reply a:hover { text-decoration: none; opacity: .8; }

.comment-respond { width: 100%; padding-top: 30px; border-top: 1px solid #363636; }

.comment-respond h3 { position: relative; }

.comment-respond small { position: absolute; top: 0; right: 0; }

.comment-respond label { display: block; padding-bottom: 4px; }

.comment-respond input[type="text"],
.comment-respond textarea { display: block; width: 100%; padding: 10px; border: 1px solid #ccc; background: #f7f7f7;  }

.comment-respond textarea { height: 100px; }

.comment-respond input[type="text"]:focus { background-color: #fff; }

.comment-respond input[type="text"]::-webkit-input-placeholder { color: #777; }

.comment-respond input[type="text"]:-ms-input-placeholder { color: #777; }

.comment-respond input[type="text"]::-ms-input-placeholder { color: #777; }

.comment-respond input[type="text"]::placeholder { color: #777; }

.comment-respond .required { color: #e40000; }

.comment-respond .comment-notes { padding-top: 15px; }

.comment-respond .form-submit input { display: block; width: 160px; height: 40px; border: 0; font-size: 14px; font-weight: bold; color: #fff; background: #363636; cursor: pointer; border-radius: 4px; }

.nocomments { padding-top: 12px; font-weight: bold; font-size: 18px; }

/* ------------------------------------------------------------ *\
	Search Form
\* ------------------------------------------------------------ */

.search-form { position: relative; overflow: hidden; }

.search-form .search-field { display: block; width: 100%; padding: 10px; border: 1px solid #ccc; background: #f7f7f7; }

.search-form .search-field:focus { background-color: #fff; }

.search-form .search-field::-webkit-input-placeholder { color: #777; }

.search-form .search-field:-ms-input-placeholder { color: #777; }

.search-form .search-field::-ms-input-placeholder { color: #777; }

.search-form .search-field::placeholder { color: #777; }

.search-form .screen-reader-text { position: absolute; top: 0; left: 0; width: 0; height: 0; opacity: 0.5; visibility: hidden; }

/* ------------------------------------------------------------ *\
	Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn { display: inline-block; font-family: Futura BT, sans-serif; font-weight: 700; text-decoration: none; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; text-align: center; border: none; }

.btn--extra-small { width: 109px; height: 39px; font-size: 24px; line-height: 39px; letter-spacing: 0.1em; margin-bottom: 11px; }

.btn--small { padding: 3px 31px; font-size: 20px; }

.btn--medium { padding: 4px 21px; font-size: 22px; }

.btn--normal { padding: 6px 36px; font-size: 23px; }

.btn--blue { background-color: #03aeef; color: #fff; }

.btn--blue:hover { background-color: #fff; color: #03aeef; }

.btn--orange { background-color: #f69633; color: #fff; }

.btn--orange:hover { background-color: #fff; color: #f69633; }

.btn--white { background-color: #fff; color: #383535; }

.btn--white:hover { background-color: #383535; color: #fff; }

.btn--green { background-color: #45b653; color: #fff; }

.btn--green:hover { background-color: #fff; color: #45b653; }

.btn--black { background-color: #343434; color: #fff; }

.btn--black:hover { background-color: #fff; color: #343434; }

.btn--play { width: 48px; height: 48px; background: url(../images/button-play@2x.png); background-size: contain; background-repeat: no-repeat; }

.btn--readmore { position: relative; width: 100%; padding: 10px; font-size: 22px; letter-spacing: 0.3em; color: #373535; background-color: #f59733; padding: 22px 10px; -webkit-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }

.btn--readmore:after { content: ''; display: inline-block; width: 11px; height: 7px; background: url(../images/arrow-down.png) no-repeat; background-size: contain; margin-left: 11px; margin-bottom: 5px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }

.btn--readmore:hover { color: #f59733; background-color: #373535; }

.btn--readmore:hover:after { background-image: url(../images/arrow-down-orange.png); }

.btn--readless { font-size: 0; }

.btn--readless:before { content: 'READ LESS'; font-size: 22px; letter-spacing: 0.3em; }

.btn--readless:after { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

/* ------------------------------------------------------------ *\
	Datepicker
\* ------------------------------------------------------------ */

.ui-widget {
	font-family: "Helvetica Neue","Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
	background: #29a2d9;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: 0 1px 3px #252525;
	        box-shadow: 0 1px 3px #252525;
}

.ui-datepicker-header {
	border: none;
	border-bottom: 1px solid #2d97cb;
	background: transparent;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
}

.ui-datepicker-header .ui-state-hover {
	background: transparent;
	border-color: transparent;
	cursor: pointer;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	top: 1.7em;
	border:none;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
	background-image: url(images/ui-icons_ffffff_256x240.png);
	background-position: -32px -32px;
	margin-top: 0;
	top: 0;
	font-weight: normal;
}

.ui-datepicker .ui-datepicker-prev span {
	background-position: -96px -32px;
}

.ui-datepicker .ui-datepicker-prev-hover span {
	background-position: -96px -48px;
}

.ui-datepicker .ui-datepicker-next-hover span {
	background-position: -32px -48px;
}

.ui-datepicker table {
	margin: 0;
}

.ui-datepicker th {
	padding: 3em 0;
	color: #9fd9f1;
	font-size: 8px;
	font-weight: normal;
	text-shadow: 0 0 2px #45c4f8;
	text-transform: uppercase;
	border: none;
	border-top: 1px solid #3fabdc;
}

.ui-datepicker td {
	border: none;
	padding: 0;
}

td .ui-state-default {
	background: transparent;
	border: none;
	text-align: center;
	padding: 1em 0;
	margin: 0;
	font-weight: normal;
	color: #efefef;
	font-size: 12px;
}

td .ui-state-active,
td .ui-state-hover {
	background: #1b7fb0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.ui-datepicker .ui-datepicker-title { font-family: Futura BT, sans-serif; font-weight: 700 !important; font-size: 20px !important; text-transform: uppercase; color: #fff; }

.ui-datepicker { text-align: center; }

.ui-datepicker-header { position: relative; display: inline-block; padding: 10px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span { position: absolute; top: 15px; width: 11px !important; height: 16px !important; background-size: contain; background-position: center; border-radius: 0 !important; -webkit-transition: .5s !important; -o-transition: .5s !important; transition: .5s !important; font-size: 0; }

.ui-datepicker .ui-datepicker-prev span { left: -20px; background-image: url(../images/left-arrow.png); }

.ui-datepicker .ui-datepicker-next span { right: -20px; background-image: url(../images/right-arrow.png); }

.ui-datepicker th { padding: 0; font-family: Futura BT, sans-serif; font-weight: 500 !important; font-size: 20px !important; color: #000; }

.ui-datepicker td { width: 36px; height: 41.4px; }

.ui-datepicker td a { display: block; font-family: Futura BT, sans-serif; font-weight: 700 !important; font-size: 18px !important; color: #fff; text-decoration: none; padding: 5px 0px !important; }

/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */

.feature .feature__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.feature .feature__image { -webkit-box-flex: 0; -ms-flex: 0 0 470px; flex: 0 0 470px; max-width: 470px; margin: 0 32px 0 0; }

.feature .feature__entry { -webkit-box-flex: 0; -ms-flex: 0 1 645px; flex: 0 1 645px; margin-top: -4px; font-size: 18px; padding: 0 4px 0 0; }

.feature .feature__entry h2 { font-family: Futura BT, sans-serif; font-weight: bold; letter-spacing: 0.003em; margin-bottom: 7px; }

.feature .feature__entry h6 { font-family: Century Old Style, serif; font-size: 18px; letter-spacing: 0.03em; }

.feature .feature__entry h6 + ol,
.feature .feature__entry h6 + ul { margin-top: -10px; }

.feature .feature__entry p,
.feature .feature__entry ol,
.feature .feature__entry ul,
.feature .feature__entry blockquote,
.feature .feature__entry address { letter-spacing: 0.002em; line-height: 1.3; }

.feature .feature__entry ol { -webkit-column-count: 2; column-count: 2; -webkit-column-gap: 8px; column-gap: 8px; }

.feature .feature__entry ol,
.feature .feature__entry ul { list-style-position: inside; list-style-type: none; }

.feature .feature__entry li { position: relative; padding: 0 0 0 16px; }

.feature .feature__entry li:before { position: absolute; content: ''; width: 7px; height: 7px; top: 7px; left: 2px; background: #fff; border-radius: 50%; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.feature .feature__image { -webkit-box-flex: 0; -ms-flex: 0 0 350px; flex: 0 0 350px; max-width: 350px; } 
}

@media(max-width: 1000px){
	.feature .feature__inner { -ms-flex-wrap: wrap; flex-wrap: wrap; }

	.feature .feature__image,
	.feature .feature__entry { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

	.feature .feature__image { margin-bottom: 30px; }

	.feature .feature__entry { padding: 0 15px 0 0; }
}

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.feature .feature__entry .columns-2 { -webkit-column-count: 1; column-count: 1; }
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { padding-bottom: 37px; }

.footer .footer__columns { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 -34px; padding: 126px 0 94px; }

.footer .footer__columns > * { position: relative; padding: 0 34px; }

.footer .footer__columns > *:after { content: ''; position: absolute; right: -6px; top: 0; bottom: 0; width: 1px; background-color: #f59733; }

.footer .footer__columns > *:last-child:after { content: none; }

.footer .footer__logo:after { right: -24px }

.footer .footer__form:after { right: 7px; }

.footer .footer__logo { -webkit-box-flex: 1; -ms-flex: 1 1 12%; flex: 1 1 12%; padding-right: 9px; }

.footer .footer__menu { -webkit-box-flex: 1; -ms-flex: 1 1 29%; flex: 1 1 29%; display: -webkit-box; display: -ms-flexbox; display: flex; }

.footer .footer__socials { -webkit-box-flex:  1; -ms-flex:  1 1 20%; flex:  1 1 20%; }

.footer .footer__form { -webkit-box-flex: 1; -ms-flex: 1 1 26%; flex: 1 1 26%; }

.footer .footer__image { -webkit-box-flex: 1; -ms-flex: 1 1 13%; flex: 1 1 13%; padding-left: 23px; }

.footer .footer__image--inner { height: 100%; background-position: center center; background-size: contain; background-repeat: no-repeat; background-color: #000; }

.footer .footer__socials p { font-size: 22px; margin-bottom: 0; line-height: 1; padding-left: 13px; }

.footer .footer__socials .socials { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding-left: 16px; padding-top: 13px; margin: 0 -12px; }

.footer .footer__socials .socials li { margin: 0 12px; }

.footer .footer__socials .fa { font-size: 29px; color: #45b653; }

.footer .footer__socials .fa:hover { color: #fff; }

.footer .footer__socials h3 { font-family: Century Old Style, sans-serif; font-weight: 400; font-size: 16px; line-height: 1.5; padding-left: 12px; }

.footer .footer__form .gform_wrapper { margin-top: -14px; margin-bottom: 0; }

.footer .gform_wrapper .gform_heading { margin-bottom: 8px !important; }

.footer .footer__form .gform_wrapper h3.gform_title { font-family: Futura BT, sans-serif !important; font-weight: 700 !important; font-size: 20px !important; letter-spacing: 0.055em !important; text-align: left !important; }

.footer .footer__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { height: 38px !important; }

.footer .footer__form .gform_wrapper span.gform_description { font-size: 16px; line-height: 1.37; margin-bottom: 8px; }

.footer .footer__form .gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label { display: none; }

.footer .footer__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { font-family: Century Old Style, serif; font-style: italic; font-size: 16px; color: #848484; letter-spacing: 0.1em; border: none; background-color: #e9e9e9; padding: 9px 18px !important; }

.footer .footer__form .gform_wrapper .gform_footer { text-align: left; }

.footer .footer__form .gform_wrapper .gform_footer input.button,
.footer .footer__form .gform_wrapper .gform_footer input[type=submit] { border: none; background-color: #f59733; color: #373635; font-size: 20px !important; font-family: Futura BT, sans-serif; font-weight: 700; text-transform: uppercase; padding: 6px 30px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; -webkit-appearance: none; border-radius: 0; height: 38px; line-height: 28px; }

.footer .footer__form .gform_wrapper .gform_footer input.button:hover,
.footer .footer__form .gform_wrapper .gform_footer input[type=submit]:hover { background-color: #373635; color: #f59733; }

.footer .footer__form .gform_wrapper ul li.gfield { margin-top: 0 !important; padding-right: 0 !important; }

.footer .gform_wrapper .top_label input.medium,
.footer .gform_wrapper .top_label select.medium { width: 100%; }

.footer .gform_wrapper .gform_footer { margin: 0; padding-bottom: 0; }

.footer .nav-footer:first-child { -webkit-box-flex: 1; -ms-flex: 1 1 60%; flex: 1 1 60%; padding: 0px 4px 0px 24px; }

.footer .nav-footer:last-child { -webkit-box-flex: 1; -ms-flex: 1 1 40%; flex: 1 1 40%; padding: 0 0 0 34px; }

.footer .footer__line { padding: 21px 0px; background-color: #fbb52c; color: #383535; }

.footer .footer__line .shell { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.footer .footer__line p { font-size: 16px; font-weight: 700; }

.footer .footer__copyright a { text-decoration: none; }

.footer .footer__copyright a:hover { text-decoration: underline; }

.footer .footer__address ul { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; }

.footer .footer__address li { font-size: 16px; font-weight: 700; letter-spacing: 0.06em; }

.footer .footer__address li + li:before { content: '|'; margin: 0 26px; font-size: 16px; font-weight: 700; }

.footer .gform_wrapper div.validation_error { display: none; }

.footer .gform_wrapper li.gfield.gfield_error,
.footer .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { background-color: transparent; margin: 0 !important; border: 0; padding: 0 !important; width: 100%; }

.footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) { width: 100% !important; max-width: 100% !important; }

.footer .gform_wrapper.gform_validation_error .top_label input.medium,
.footer .gform_wrapper.gform_validation_error .top_label select.medium { width: 100% !important; }

.footer .gform_wrapper .validation_message { display: none; }

.footer .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.footer .gform_wrapper li.gfield_error textarea { border: 1px solid #ff0000; }

.footer .gform_confirmation_message { font-size: 20px;  }

/* Small Desktop */

@media (max-width: 1200px) {
	.footer .footer__logo { padding: 0 34px 0 0; -webkit-box-flex: 1; -ms-flex: 1 1 20%; flex: 1 1 20%; margin-bottom: 40px; }
	.footer .footer__menu { -webkit-box-flex: 1; -ms-flex: 1 1 80%; flex: 1 1 80%; margin-bottom: 40px; }

	.footer .footer__logo:after { right: 0; }
	.footer .footer__form:after { right: 0; }

	.footer .nav-footer:first-child,
	.footer .nav-footer:last-child { -webkit-box-flex: 1; -ms-flex: 1 1 50%; flex: 1 1 50%; padding: 0; }

	.footer .footer__image { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; padding: 0 34px 0 0; }
	.footer .footer__socials { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; -webkit-box-flex: 0; -ms-flex: 0 0 35%; flex: 0 0 35%; }
	.footer .footer__form { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; -webkit-box-flex: 0; -ms-flex: 0 0 45%; flex: 0 0 45%; padding: 0 0 0 34px; }

	.footer .footer__socials p { padding-left: 0; }
	.footer .footer__socials .socials { padding-left: 0; }
	.footer .footer__socials h3 { padding-left: 0; }

	.footer .footer__columns > *:last-child:after { content: ''; right: 0; }
	.footer .footer__socials:after { right: 0; }
	.footer .footer__menu:after,
	.footer .footer__form:after { content: none; }

	.footer .footer__line .shell { -ms-flex-wrap: wrap; flex-wrap: wrap; }
	.footer .footer__copyright { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; margin-bottom: 30px; }
	.footer .footer__address { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; }

	.footer .footer__columns { margin: 0; -ms-flex-wrap: wrap; flex-wrap: wrap; }
}

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.footer .footer__logo,
	.footer .footer__menu,
	.footer .footer__form { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; padding: 20px 0; margin: 0; border-bottom: 1px solid #f59733; }

	.footer .footer__socials { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; margin: 0; padding: 20px 0; border-bottom: 1px solid #f59733; }
	.footer .footer__image { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; margin: 0; padding: 20px 0; border-bottom: 1px solid #f59733; }

	.footer .footer__form { border: 0; }

	.footer .footer__columns { padding: 0; }
	.footer .footer__columns > *:after,
	.footer .footer__columns > *:last-child:after { content: none; }

	.footer .footer__logo .logo img { max-height: 150px; }

	.footer .footer__address ul { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
	.footer .footer__address li + li:before { content: none; }
	.footer .footer__address li + li { margin-top: 10px; }

	.footer .footer__form .gform_wrapper .gform_footer input.button,
	.footer .footer__form .gform_wrapper .gform_footer input[type=submit] { height: 38px; line-height: 30px !important; }

	.footer .footer__image--inner { background-color: transparent; background-position: left center; margin-right: 10px; }
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { padding: 62px 0px 73px; }

.header .header__inner { display: -webkit-box; display: -ms-flexbox; display: flex; }

.header .header__logo { -webkit-box-flex: 1; -ms-flex: 1 1 51%; flex: 1 1 51%; }

.header .header__nav { -webkit-box-flex: 1; -ms-flex: 1 1 37%; flex: 1 1 37%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; padding: 0 30px 12px 10px; }

.header .header__socials { -webkit-box-flex: 1; -ms-flex: 1 1 12%; flex: 1 1 12%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

/* Small Desktop */

@media (max-width: 1200px) {
	.header .header__inner { -ms-flex-wrap: wrap; flex-wrap: wrap; }
	.header .header__logo { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }
	.header .header__socials { -webkit-box-flex: 0; -ms-flex: 0 0 30%; flex: 0 0 30%; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding-left: 40px; }

	.header .header__nav { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
}

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.header { padding: 30px 0; }

	.header .header__logo { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }
	.header .header__socials,
	.header .header__nav { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }

	.header .header__logo { margin-bottom: 20px; }
	.header .header__socials { padding-left: 20px; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
	.header .header__nav { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding-right: 0; }
}

/* ------------------------------------------------------------ *\
	List Features
\* ------------------------------------------------------------ */

.list-features { overflow: hidden; }

.list-features > ul { list-style-type: none; padding: 0 0 0 75px; }

.list-features .list__item { position: relative; padding: 82px 0 68px; }

.list-features .list__item:before { position: absolute; content: ''; top: 0; right: -50vw; left: -50vw; height: 1px; background: #858fa0; }

.list-features .list__item--secondary { min-height: 468px; padding: 40px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.list-features .list__item--secondary .feature__entry { max-width: 630px; }

.list-features .list__item--secondary .feature__inner { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }

/* Small Desktop */

@media (max-width: 1200px) {
	.list-features > ul { list-style-type: none; padding: 0 20px 0 75px; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.list-features > ul { list-style-type: none; padding: 0 30px; }
}

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.list-features > ul { list-style-type: none; padding: 0 15px; }
	.list-features .list__item { padding: 40px 0; }
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav > ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -22px; }

.nav > ul > li { margin: 5px 22px; position: relative; }

.nav a { font-family: Futura BT, sans-serif; font-size: 22px; font-weight: 700; text-decoration: none; text-transform: uppercase; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }

.nav a:hover { color: #fbb62f; }

.nav .current-menu-item > a { color: #fbb62f; }

.nav > ul > li:hover > ul { display: block; }

.nav > ul > li > ul { background-color: #fff; display: none; position: absolute; width: 250px; top: 100%; left: 0; z-index: 10; }

.nav > ul > li > ul > li { position: relative; padding: 10px; }

.nav > ul > li > ul > li:hover ul { display: block; }

.nav > ul > li > ul > li a { color: #495871; }

.nav > ul > li > ul > li a:hover { color: #fbb62f; }

.nav > ul > li > ul > li > ul { padding: 10px 10px 0; }

.nav > ul > li > ul > li > ul li + li { margin-top: 10px; }

/* Small Desktop */

@media (max-width: 1200px) {
	.nav ul { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
}

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.nav > ul > li > ul { position: static; width: 100%; }
}

/* ------------------------------------------------------------ *\
	Nav Footer
\* ------------------------------------------------------------ */

.nav-footer li + li { margin-top: 17px; }

.nav-footer a { font-family: Futura BT, sans-serif; font-size: 20px; font-weight: 700; text-decoration: none; text-transform: uppercase; line-height: 1; -webkit-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; }

.nav-footer a:hover { color: #fbb62f; }

.nav-footer .current-menu-item { color: #fbb62f; }

/* ------------------------------------------------------------ *\
	Popup Contact
\* ------------------------------------------------------------ */

.contact-popup .mfp-content { max-width: 845px; margin-left: auto; margin-right: auto; }

.contact-popup .mfp-close { opacity: 1; color: #fff !important; font-size: 35px; }

.contact-popup .mfp-close:hover { opacity: .8; }

.popup-contact { width: 100%; padding: 45px 165px 80px; background: #495871; }

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.popup-contact { padding: 40px 20px 10px; }
	
}

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

.gform_wrapper h3.gform_title { text-align: center; font-family: Futura BT, sans-serif !important; font-weight: 500 !important; font-size: 30px !important; letter-spacing: 0.05em !important; }

.gform_wrapper { position: relative; }

.gform_wrapper li.hidden_label input { margin-top: 0 !important; }

.popup-contact .gform_wrapper textarea { height: 153px !important; }

.gform_wrapper select,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { height: 48px; border: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.gform_wrapper select,
.gform_wrapper input,
.gform_wrapper textarea { color: #000; font-weight: bold; padding-left: 23px !important; padding-right: 23px !important; }

.gform_wrapper textarea { padding-top: 20px !important; padding-bottom: 20px !important; }

.gform_wrapper select { padding-right: 50px !important; }

.gform_wrapper .ginput_container_select { position: relative; }

.gform_wrapper .ginput_container_select:after { content: ''; position: absolute; right: 20px; top: 40%; width: 15px; height: 15px; -webkit-transform: rotate(45deg) translateY(-50%); -ms-transform: rotate(45deg) translateY(-50%); transform: rotate(45deg) translateY(-50%); border: solid #000; border-width: 0 2px 2px 0; pointer-events: none; }

.gform_wrapper .gfield--checkbox label.gfield_label { width: 100%; text-align: center; margin-bottom: 10px; }

.gform_wrapper .gfield--checkbox .gfield_checkbox input { position: absolute; opacity: 0; visibility: hidden; }

.gform_wrapper .gfield--checkbox .gfield_checkbox label { display: block; max-width: 100%; font-size: 14px; line-height: 24px; color: #fff; font-weight: normal; position: relative; padding-left: 35px; font-size: 18px; }

.gform_wrapper .gfield--checkbox .gfield_checkbox label:before { content: ''; position: absolute; left: 0; top: 3px; width: 19px; height: 19px; background: #fff; border: 1px solid #fff; }

.gform_wrapper .gfield--checkbox .gfield_checkbox input:checked + label { font-weight: normal !important; }

.gform_wrapper .gfield--checkbox .gfield_checkbox input:checked + label:after { content: 'X'; position: absolute; left: 7px; top: 1px; color: #000; font-size: 12px; font-weight: bold !important; }

.gform_wrapper .gfield--radio label.gfield_label { width: 100%; text-align: center; margin-bottom: 10px; }

.gform_wrapper .gfield--radio .gfield_radio input { position: absolute; opacity: 0; visibility: hidden; }

.gform_wrapper .gfield--radio .gfield_radio label { display: block; max-width: 100%; font-size: 14px; line-height: 24px; color: #fff; font-weight: normal; position: relative; padding-left: 35px; }

.gform_wrapper .gfield--radio .gfield_radio label:before { content: ''; position: absolute; left: 0; top: 3px; width: 20px; height: 20px; background: #fff; border: 1px solid #fff; border-radius: 50%; }

.gform_wrapper .gfield--radio .gfield_radio input:checked + label:after { content: ''; position: absolute; left: 6px; top: 9px; width: 8px; height: 8px; background: #000; border-radius: 50%; }

.gform_wrapper .alignleft { position: absolute; left: 0; bottom: -10px; }

.gform_wrapper .gform_footer { text-align: right; }

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit] { min-width: 117px; height: 43px; background: #03aeef; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; color: #fff; text-transform: uppercase; font-family: Futura BT, sans-serif; font-weight: bold; font-size: 25px !important; border: none; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input[type=submit]:hover { color: #03aeef; background: #fff; }

/* Errors */

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description.validation_message { display: none; }

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { background-color: transparent !important; margin-bottom: 0 !important; border: 0 !important; padding-bottom: 0 !important; padding-top: 0 !important; -webkit-box-sizing: border-box; box-sizing: border-box; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label { margin-top: 0 !important; }

.gform_wrapper li.gfield_error select,
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.gform_wrapper li.gfield_error textarea { border: 1px solid #bf5252 !important; }

.gform_wrapper .gfield_error .gfield_label .gfield_required { color: #bf5252 !important; }

.gform_wrapper .gfield_error .gfield_label { color: #000 !important; }

.gform_wrapper div.validation_error { display: none; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container { margin-top: 8px !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label { margin-top: 0 !important; }

.gform_wrapper .gfield_error input[type=email], 
.gform_wrapper .gfield_error input[type=number], 
.gform_wrapper .gfield_error input[type=password], 
.gform_wrapper .gfield_error input[type=tel], 
.gform_wrapper .gfield_error input[type=text], 
.gform_wrapper .gfield_error input[type=url], 
.gform_wrapper .gfield_error select, 
.gform_wrapper .gfield_error textarea, 
.gform_wrapper li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
    margin-bottom: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required { padding-right: 16px !important; }

.gform_wrapper .top_label .gfield_error { width: 100% !important; }

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) { max-width: 100% !important; }

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.gform_wrapper .alignleft { position: static; }
}

@media(max-width: 640px){
	.gform_wrapper li.gfield.gfield_error.gfield_contains_required { padding-right: 0 !important; }
	.gform_wrapper .gfield--checkbox { width: 100% !important; }
	.gform_wrapper .gform_footer input.button, 
	.gform_wrapper .gform_footer input[type=submit] { line-height: 43px !important; }
}

/* ------------------------------------------------------------ *\
	Post Alt
\* ------------------------------------------------------------ */

.post-alt { padding: 20px; -webkit-box-shadow: 0px 0px 125px 0px rgba(30, 30, 30, 0.67); box-shadow: 0px 0px 125px 0px rgba(30, 30, 30, 0.67); }

.post-alt .post__title { margin-bottom: 20px; }

.post-alt .post__meta { margin-bottom: 20px; }

.post-alt .post__thumbnail { text-align: left; margin-bottom: 20px; }

.post-alt .post__content ul,
.post-alt .post__content ol { padding-left: 20px; }

.post-alt .post__content blockquote { position: relative; padding-left: 20px; }

.post-alt .post__content blockquote:before { position: absolute; left: 0; top: 0; display: inline-block; content: ''; width: 5px; height: 100%; background-color: #333; }

.post-alt .post__content p { overflow: hidden; font-size: 20px; }

.post-alt .post__content .alignnone { display: block; margin-left: 0; margin-right: 0; }

@media(max-width: 500px){
	.post-alt .post__content img { float: none; text-align: center; margin-bottom: 10px; }
}

/* ------------------------------------------------------------ *\
	Section About
\* ------------------------------------------------------------ */

.section-about { font-size: 20px; line-height: 1.3; }

.section-about .section__inner { padding: 42px 64px 70px; -webkit-box-shadow: 0px 0px 125px 0px rgba(30, 30, 30, 0.67); box-shadow: 0px 0px 125px 0px rgba(30, 30, 30, 0.67); }

.section-about .section__slider .slider__slide { height: 0; width: 100%; padding-top: 56.5%; background-size: cover; background-position: center; background-repeat: no-repeat; }

.section-about .slider__slide { display: none; }

.section-about .slider__slide:first-child { display: block; }

.section-about .slider__slides.slick-initialized .slider__slide { display: block; }

.section-about .slick-arrow { position: absolute; z-index: 2; width: 14px; height: 21px; top: calc(50% - 12px); font-size: 0; background-color: transparent; border: none; background-size: contain; background-position: center; background-position: no-repeat; -webkit-transition: .5s; -o-transition: .5s; transition: .5s }

.section-about .slick-arrow:hover { opacity: .5; }

.section-about .slick-prev { left: -40px; background-image: url(../images/arrow-left.png); }

.section-about .slick-next { right: -40px; background-image: url(../images/arrow-right.png); }

.section-about .section__head { margin-bottom: 42px; }

.section-about .section__head h1,
.section-about .section__head h2 { margin-bottom: 35px; text-transform: uppercase; }

.section-about .section__highlight { display: inline-block; float: right; width: 513px; max-width: 50%; position: relative; margin-top: 8px; margin-left: 40px; margin-bottom: 30px; padding: 35px 0 35px 78px; background: #fab62d; font-size: 24px; font-weight: bold; line-height: 1.5; color: #373535; font-family: Futura BT, sans-serif; }

.section-about .section__highlight:before { content: ''; position: absolute; top: 43px; left: 37px; width: 8px; height: 39%; background: #f59733; }

.section-about .section__highlight:after { content: ''; position: absolute; right: -64px; top: 0; width: 64px; height: 100%; background: #fab62d; }

.section-about .section__foot { background: #fab62d; color: #373535; padding: 53px 0 65px; }

.section-about .section__foot-head { text-align: center; margin-bottom: 41px; }

.section-about .section__foot-body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 -46px; }

.section-about .section__foot-body ul { padding: 0 0 0 30px; position: relative; margin: 0 46px 20px; }

.section-about .section__foot-body ul:before { position: absolute; content: ''; top: 4px; left: 0; bottom: 8px; width: 8px; background: #f59733; }

.section-about .section__foot-body ul li { position: relative; font-size: 24px; font-weight: bold; list-style-type: disc; font-family: Futura BT, sans-serif; list-style-type: none; padding: 0 0 0 20px; }

.section-about .section__foot-body ul li:before { position: absolute; content: ''; top: 12px; left: 4px; width: 7px; height: 7px; border-radius: 50%; background: #373535; }

.section-about .section__foot-body ul li + li { margin-top: 4px;  }

.section-about .section__foot-body ul a { text-decoration: none; -webkit-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }

.section-about .section__foot-body ul li:hover a { opacity: .7; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-about .section__inner { padding: 20px 30px 35px; }
	
	.section-about .section__highlight { margin-left: 20px; margin-bottom: 20px; padding-left: 45px; font-size: 20px; }
	.section-about .section__highlight:before { left: 20px; }
	.section-about .section__highlight:after { right: -30px; width: 30px; }
	.section-about .slick-prev { left: -23px; }
	.section-about .slick-next { right: -23px; }
}

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.section-about { font-size: 18px; }
	.section-about .section__inner { padding: 20px; }
	.section-about .section__highlight { float: none; width: 100%; max-width: 100%; padding-left: 37px; margin-left: 0; margin-top: 0; }
	.section-about .section__highlight:before { left: 15px; }
	.section-about .section__highlight:after { right: -20px; width: 20px; }
	.section-about .slick-prev { left: -17px; }
	.section-about .slick-next { right: -17px; }	
}

/* ------------------------------------------------------------ *\
	Section About Secondary
\* ------------------------------------------------------------ */

.header + .section-about--secondary { margin-top: -26px; }

.section-about--secondary { margin-bottom: 11px; }

.section-about--secondary .section__inner { padding: 52px 0 0; }

/* Section Head */

.section-about--secondary .section__head { margin-bottom: 56px; padding: 0 68px 0; }

.section-about--secondary .section__head h1,
.section-about--secondary .section__head h2 { margin-bottom: 42px; }

/* Section Body */

.section-about--secondary .section__body { padding: 21px 0 0 68px; overflow: hidden; }

.section-about--secondary .section__body > p { line-height: 1.4; letter-spacing: -0.01em; }

/* Section Slider */

.section-about--secondary .section__slider .slider__slide { padding-top: 40.6%; }

.section-about--secondary .slick-arrow { top: calc(50% - 28px); }

.section-about--secondary .slick-next { right: -45px; }

.section-about--secondary .slick-prev { left: -45px; }

/* Section Highlight */

.section-about--secondary .section__highlight { margin: -13px 0 30px 62px; width: 573px; padding: 57px 0 56px 78px; font-family: Century Old Style, serif; font-weight: 300; font-size: 20px; }

.section-about--secondary .section__highlight:after { display: none; }

.section-about--secondary .section__highlight:before { height: 70%; }

.section-about--secondary .section__highlight h2 { font-size: 26.3px; font-weight: bold; letter-spacing: 0.003em; margin-bottom: 5px; }

.section-about--secondary .section__highlight p { margin-bottom: 5px; letter-spacing: -0.005em; line-height: 1.4; }

.section-about--secondary .section__highlight a { text-decoration: none; }

.section-about--secondary .section__highlight a:hover { text-decoration: underline; cursor: pointer; }

/* List Features */

.section-about--secondary .list-features { margin: 42px 0 12px; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-about--secondary .section__body { padding: 21px 0 0 30px; }
	.section-about--secondary .section__highlight { margin: 0 0 20px 20px; padding: 40px 50px; }

	.section-about .section__foot-head { padding: 0 20px; }
	.section-about .section__foot-body { margin: 0 -20px; padding: 0 20px;  -webkit-box-pack: start;  -ms-flex-pack: start;  justify-content: flex-start; }
	.section-about .section__foot-body ul { margin: 0 20px 30px; }


}

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.section-about--secondary .section__head { margin-bottom: 35px; padding: 0 20px; }

	.section-about--secondary .section__slider .slider__slide { padding-bottom: 50%; }
	.section-about--secondary .slick-next { right: 10px; }
	.section-about--secondary .slick-prev { left: 10px; }

	.section-about--secondary .section__body { padding: 0 15px; }

	.section-about--secondary .section__highlight { width: 100%; margin: 0 0 20px 0; padding: 30px 40px; }
	.section-about .section__foot-body { padding: 0 15px; }

}

/* ------------------------------------------------------------ *\
	Section Directions
\* ------------------------------------------------------------ */

.section-directions .section__inner { padding: 42px 64px 90px; -webkit-box-shadow: 0px 0px 125px 0px rgba(30, 30, 30, 0.67); box-shadow: 0px 0px 125px 0px rgba(30, 30, 30, 0.67); }

.section-directions .section__head { margin-bottom: 65px; }

.section-directions .section__head h2 { margin-bottom: 35px; text-transform: uppercase; }

.section-directions .section__map { width: 100%; height: 442px; background: #ffcc01; position: relative; color: #000; }

.section-directions .section__map .gm-style-iw { max-width: 350px !important; font-size: 16px; font-family: Futura BT, sans-serif; font-weight: bold; border: 2px solid #fab62d; }

.section-directions .section__map .gm-style .gm-style-iw-t::after { border: solid #fab62d; border-width: 0 0 2px 2px; }

.section-directions .section__infowindow { opacity: 0; visibility: hidden; height: 0; overflow: hidden; }

.section-directions .section__body { display: -webkit-box; display: -ms-flexbox; display: flex; }

.section-directions .section__aside { width: 513px; max-width: 50%; position: relative; margin-left: 80px; padding: 30px 0 35px 78px; background: #fab62d; font-size: 24px; font-weight: bold; line-height: 1.5; color: #373535; font-family: Futura BT, sans-serif; }

.section-directions .section__aside p { margin-bottom: 25px; }

.section-directions .section__aside:before { content: ''; position: absolute; top: 43px; bottom: 43px; left: 37px; width: 8px; background: #f59733; }

.section-directions .section__aside:after { content: ''; position: absolute; right: -64px; top: 0; width: 64px; height: 100%; background: #fab62d; }

.section-directions .section__row { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 10px; }

.section-directions .section__row h3 { width: 190px; -ms-flex-negative: 0; flex-shrink: 0; margin-left: 20px; text-transform: uppercase; font-size: 24px; line-height: 1.5; padding-top: 7px; color: #373535; }

.section-directions .section__row ul { list-style: none; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin: 0 -6px; }

.section-directions .section__row ul li { width: 58px; height: 48px; border-radius: 50%; text-align: center; line-height: 48px; text-transform: uppercase; padding: 0 5px; margin-bottom: 10px; }

.section-directions .section__row ul li img { width: auto; height: auto; max-width: 100%; max-height: 100%; }

.section-directions .section__content { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; font-size: 23px; line-height: 1.39; position: relative; padding-bottom: 150px; }

.section-directions .section__disclaimer { font-size: 16px; line-height: 1.44; position: absolute; bottom: 0; left: 0; width: 100%; }

.section-directions .section__actions { padding-top: 35px; }

.section-directions .section__actions .btn { font-size: 25px; }

.section-directions .section__actions .btn--normal { padding-left: 23px; padding-right: 23px; }

@media(max-width: 1200px) {
	.section-directions .section__row h3 { width: 160px; }

}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-directions .section__inner { padding: 20px 30px 35px; }
	.section-directions .section__map { height: 350px; }
	.section-directions .section__body { display: block; }
	.section-directions .section__content { margin-bottom: 30px; padding-bottom: 0; }
	.section-directions .section__disclaimer { position: static; padding-top: 50px; }
	.section-directions .section__aside { margin-left: 0; width: 100%; max-width: 100%; padding-left: 45px; }
	.section-directions .section__aside:before { left: 20px; }
	.section-directions .section__aside:after { right: -30px; width: 30px; }
	.section-directions .section__row h3 { width: 220px; }

	
}

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.section-directions .section__inner { padding: 20px; }
	
	.section-directions .section__content { font-size: 20px; }
	.section-directions .section__aside:after { right: -20px; width: 20px; }
	.section-directions .section__row { display: block; margin-bottom: 30px; }
	.section-directions .section__row h3 { width: 100%; margin-left: 0; padding-top: 0; }
	.section-directions .section__row ul { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
}

/* ------------------------------------------------------------ *\
	Section Menu
\* ------------------------------------------------------------ */

.section-menu .section__inner { -webkit-box-shadow: 0px 0px 125px 0px rgba(30, 30, 30, 0.67); box-shadow: 0px 0px 125px 0px rgba(30, 30, 30, 0.67); }

.section-menu .section__head { position: relative; padding: 40px 66px 85px; min-height: 360px; background-size: cover; background-position: center; background-repeat: no-repeat; font-size: 20px; line-height: 1.5; }

.section-menu .section__head:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.59); z-index: 1; }

.section-menu .section__head h1,
.section-menu .section__head h2 { margin-bottom: 65px; text-transform: uppercase; }

.section-menu .section__head-content { position: relative; z-index: 5; }

.section-menu .section__body { padding-bottom: 60px; }

.section-menu .section__row { margin-bottom: 22px; padding-top: 30px; padding-left: 66px; padding-right: 15px; }

.section-menu .section__row h2 { margin-bottom: 8px; font-size: 32px; line-height: 1.56; color: #fab62d; text-transform: uppercase; letter-spacing: -.002em; }

.section-menu .section__row ul li { line-height: 1.4; list-style: none; font-size: 20px; font-family: Century Old Style, serif; font-weight: normal; }

.section-menu .section__row ul li + li { margin-top: 10px; }

.section-menu .section__row ul strong { font-size: 29px; font-family: Futura BT, sans-serif; font-weight: bold; }

.section-menu .section__row--featured { position: relative; padding-top: 20px; padding-bottom: 50px; background: #fab62d; color: #373535; border-top: 6px solid #fff; }

.section-menu .section__row--featured:before { content: ''; position: absolute; left: 30px; top: 30px; bottom: 60px; width: 8px; background: #f59733; }

.section-menu .section__row--featured h2 { color: #373535; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-menu .section__head { padding: 30px 45px 60px; min-height: 300px; }
	
	.section-menu .section__row { padding-left: 45px; }
	.section-menu .section__row--featured:before { left: 17px; }
}

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.section-menu .section__head { padding: 25px 30px 30px; font-size: 18px; }
	.section-menu .section__head h1,
	.section-menu .section__head h2 { margin-bottom: 30px; }
	.section-menu .section__row { padding-left: 30px; }
	.section-menu .section__row--featured:before { left: 10px; }
	
}

/* ------------------------------------------------------------ *\
	Section Videos
\* ------------------------------------------------------------ */

.section-videos h2 { margin-bottom: 60px; text-transform: uppercase; }

.section-videos .section__inner { padding: 42px 64px 70px; -webkit-box-shadow: 0px 0px 125px 0px rgba(30, 30, 30, 0.67); box-shadow: 0px 0px 125px 0px rgba(30, 30, 30, 0.67); }

.section-videos--single .section__inner { min-height: 600px; }

.section-videos .section__videos { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -2%; }

.section-videos--single .section__videos .section__video { width: 29%; margin-left: 2%; margin-right: 2%; padding-bottom: 18.75%; background: #000; margin-bottom: 40px; background-size: cover; background-position: center; }

.section-videos--single .section__videos .section__video + .section__video { margin-top: 0; margin-bottom: 40px; margin-left: 2%; margin-right: 2%; }

@media(max-width: 1200px){
	.section-videos.section-videos--single { max-width: 100%; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-videos--single .section__inner { min-height: 1px; padding: 20px 30px 35px; }	
}

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.section-videos--single .section__inner { padding: 20px; }	
	.section-videos--single .section__videos .section__video { width: 46%; padding-bottom: 28.13%; }
}

@media(max-width: 500px) {
	.section-videos--single .section__videos .section__video { width: 100%; padding-bottom: 56.25%; }
}

/* ------------------------------------------------------------ *\
	Section Carousel
\* ------------------------------------------------------------ */

.section-carousel { margin-bottom: 73px; }

.section-carousel .section__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.section-carousel .section__slider { -webkit-box-flex: 0; -ms-flex: 0 0 72%; flex: 0 0 72%; max-width: 72%; }

.section-carousel .section__events { -webkit-box-flex: 0; -ms-flex: 0 0 28%; flex: 0 0 28%; max-width: 28%; padding-left: 46px; }

.section-carousel .slider__slides { position: relative; max-height: 506px; overflow: hidden; }

.section-carousel .slick-arrow { position: absolute; z-index: 2; width: 14px; height: 21px; top: calc(50% - 12px); font-size: 0; background-color: transparent; border: none; background-size: contain; background-position: center; background-position: no-repeat; -webkit-transition: .5s; -o-transition: .5s; transition: .5s }

.section-carousel .slick-prev { left: 30px; background-image: url(../images/arrow-left.png); }

.section-carousel .slick-next { right: 30px; background-image: url(../images/arrow-right.png); }

.section-carousel .slick-arrow:hover { opacity: .5; }

.section-carousel .slider__slide-image { min-height: 506px; background-size: cover; background-position: center; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-carousel .section__slider,
	.section-carousel .section__events { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

	.section-carousel .section__events { margin-top: 20px; padding-left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; }

	.section-carousel .slider__slide { display: none; }
	.section-carousel .slider__slide:first-child { display: block; }
	.section-carousel .slider__slides.slick-initialized .slider__slide { display: block; }

	.section-carousel .slider__slides { max-height: none; }
	.section-carousel .slider__slide-image { min-height: 0; max-height: none; padding-bottom: 57.25%; }
}

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.section-carousel .section__events { -ms-flex-wrap: wrap; flex-wrap: wrap; }

	.section-carousel .slick-prev { left: 5px; }
	.section-carousel .slick-next { right: 5px; }
}

/* ------------------------------------------------------------ *\
	Section Event
\* ------------------------------------------------------------ */

.section-event { position: relative; height: 150px; background-color: #e9e9e9; color: #a9a9a9; text-align: center; margin-bottom: 26px; cursor: pointer; }

.section-event .section-event__inner { position: absolute; top: 50%; left: 0; right: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.section-event h2 { font-family: Futura BT, sans-serif; font-weight: 700; font-size: 28px; margin-bottom: 2px; line-height: 1; letter-spacing: 0; }

.section-event p { font-size: 20px; margin-bottom: 0; }

.section-event .btn { background-color: #a9a9a9; color: #fff; pointer-events: none; margin-top: 12px; }

.section-event a { text-decoration: none; }

.section-event:after { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 2; }

.section-event--active { background-color: #f69633; cursor: auto; }

.section-event--active a h2 { -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }

.section-event--active a:hover h2 { color: #fff; }

.section-event--active h2 { color: #383535; }

.section-event--active p { color: #fff; }

.section-event--active .btn { background-color: #fff; color: #383535; pointer-events: auto; }

.section-event--active .btn:hover { background-color: #383535; color: #fff; }

.section-event--active:after { content: none; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-event { -webkit-box-flex: 1; -ms-flex: 1 1 33%; flex: 1 1 33%; margin: 0 15px; height: auto; min-height: 200px; }
	.section-event .section-event__inner { padding: 15px; }
}

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.section-event { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; min-height: 150px; margin: 0 0 10px; }
}

/* ------------------------------------------------------------ *\
	Section Upcoming Shows
\* ------------------------------------------------------------ */

.section-upcoming-shows { margin-bottom: 90px; }

.section-upcoming-shows h2 { text-align: center; margin-bottom: 49px; }

.section-upcoming-shows .section__actions { text-align: center; }

.section-upcoming-shows .slider-shows { margin-bottom: 55px; }

/* Small Desktop */

@media (max-width: 1200px) {
	.section-upcoming-shows .slider-shows { margin-bottom: 0; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-upcoming-shows .slider-shows { padding: 0 40px; }
}

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.section-upcoming-shows .slider-shows { padding: 0; }
	.section-upcoming-shows h2 { margin-bottom: 10px; }
}

/* ------------------------------------------------------------ *\
	Section Columns
\* ------------------------------------------------------------ */

.section-columns .section__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -20px; }

.section-columns .section__column { -webkit-box-flex: 1; -ms-flex: 1 1 33%; flex: 1 1 33%; }

.section-columns .section__column h2 { text-align: center; letter-spacing: 0; margin-bottom: 34px; }

.section-columns .section__column-outer { position: relative; margin: 0 20px; padding: 37px 28px 51px; -webkit-box-shadow: 0 0 50px #333; box-shadow: 0 0 50px #333; height: 100%; }

.section-columns .section__column-outer .btn--normal { position: absolute; bottom: 30px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

/* Small Desktop */

@media (max-width: 1200px) {
	.section-columns .section__inner { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0; }
	.section-columns .section__column { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; margin-bottom: 60px; }
	.section-columns .section__column-outer { height: 100%; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-columns .section__column { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 600px; margin: 0 auto 60px; }
}

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.section-columns .section__column-outer { margin: 0; padding: 30px 10px; }
}

/* ------------------------------------------------------------ *\
	Section Calendar
\* ------------------------------------------------------------ */

.section-calendar .jsCalendar { margin-bottom: 20px; }

.section-calendar .jsCalendar table { width: auto; margin: auto; background-color: #03aeef; }

.section-calendar .jsCalendar-nav-left:after,
.section-calendar .jsCalendar-nav-right:after { content: none !important; }

.section-calendar .jsCalendar-nav-left,
.section-calendar .jsCalendar-nav-right { position: absolute; top: 0; width: 11px !important; height: 16px !important; background-size: contain; background-position: center; border-radius: 0 !important; -webkit-transition: .5s !important; -o-transition: .5s !important; transition: .5s !important; }

.section-calendar .jsCalendar-nav-left { left: -20px; background-image: url(../images/left-arrow.png); }

.section-calendar .jsCalendar-nav-right { right: -20px; background-image: url(../images/right-arrow.png); }

.section-calendar .jsCalendar thead .jsCalendar-nav-left:hover,
.section-calendar .jsCalendar thead .jsCalendar-nav-right:hover { background-color: transparent !important; opacity: 0.5; }

.section-calendar .jsCalendar-title-name { font-family: Futura BT, sans-serif; font-weight: 700 !important; font-size: 20px !important; text-transform: uppercase; color: #fff; }

.section-calendar .jsCalendar-title-row { text-align: center; }

.section-calendar .jsCalendar thead .jsCalendar-title { position: relative; display: inline-block; }

.section-calendar .jsCalendar thead .jsCalendar-title > * { float: none; }

.section-calendar .jsCalendar tbody td,
.section-calendar .jsCalendar thead .jsCalendar-week-days th { width: 41.4px; }

.section-calendar .jsCalendar thead .jsCalendar-week-days th { font-family: Futura BT, sans-serif; font-weight: 500 !important; font-size: 20px !important; }

.section-calendar .jsCalendar tbody td { font-family: Futura BT, sans-serif; font-weight: 700 !important; font-size: 18px !important; color: #fff; margin-top: 7px; margin-bottom: 2px; -webkit-transition: none; -o-transition: none; transition: none; }

.section-calendar .jsCalendar tbody td.jsCalendar-previous { color: #03aeef; }

.section-calendar .jsCalendar tbody td.jsCalendar-next { display: none; }

.section-calendar .jsCalendar tbody { margin-bottom: 17px; }

.section-calendar .jsCalendar tbody td:hover { background-color: #ddd; border-radius: 0 !important; }

.section-calendar .jsCalendar tbody td.jsCalendar-current { background-color: #000; border-radius: 0 !important; }

.section-calendar .jsCalendar tbody td { cursor: pointer; }

.section-calendar h3 { font-family: Futura BT, sans-serif; font-weight: 700; font-size: 22px; margin-bottom: 8px; }

.section-calendar h3 + h3 { padding-top: 7px; border-top: 1px solid #717d90; margin-bottom: 13px; }

.section-calendar .date-range { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 49px; }

.section-calendar .date__input { -webkit-box-flex: 0; -ms-flex: 0 0 43%; flex: 0 0 43%; }

.section-calendar .date-range p { -webkit-box-flex: 0; -ms-flex: 0 0 14%; flex: 0 0 14%; text-align: center; margin-bottom: 0; font-family: Futura BT, sans-serif; font-weight: 700; font-size: 14px; }

.section-calendar .date__input input { border: 0; width: 100%; height: 32px; color: #333; font-family: Futura BT, sans-serif; font-weight: 700; font-size: 16px; padding: 0 5px; }

.section-calendar .date__input input { background: #fff url(../images/icon-calendar.png) right 7px top 6px no-repeat; }

.section-calendar .section__actions { text-align: center; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-calendar .jsCalendar { margin-bottom: 40px; }
}

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.section-calendar .jsCalendar { margin: 0 -1px 40px; }
}

/* ------------------------------------------------------------ *\
	Section Videos
\* ------------------------------------------------------------ */

.section-videos { text-align: center; }

.section-videos .section__video { position: relative; padding-bottom: 56.25%; background-size: cover; background-position: center; margin-bottom: 64px; }

.section-videos .section__video + .section__video { margin-bottom: 78px; }

.section-videos .section__video .btn--play { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

/* Small Desktop */

@media (max-width: 1200px) {
	.section-videos { max-width: 500px; margin: 0 auto; }
}

/* ------------------------------------------------------------ *\
	Section New	
\* ------------------------------------------------------------ */

.section-new { margin-bottom: 39px; min-height: 100%; }

.section-new .section__outer { height: 100%; background-color: #fbb62f; }

.section-new .section__image { position: relative; height: 227px; background-size: cover; background-position: center; }

.section-new .section__date { position: absolute; bottom: 0; display: inline-block; background-color: #fff; color: #383535; text-transform: uppercase; font-family: Futura BT, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.3em; padding: 6px 25px; }

.section-new .section__text { padding: 21px 15px 26px 25px; }

.section-new .section__text h3 { font-family: Futura BT, sans-serif; font-weight: 700; font-size: 24px; color: #252424; text-transform: uppercase; margin-bottom: 8px; }

.section-new .section__text p { font-size: 16px; line-height: 1.62; color: #252424; }

.section-new .section__text .btn { padding: 3px 20px; }

/* ------------------------------------------------------------ *\
	Section Recent New
\* ------------------------------------------------------------ */

.section-recent-new { max-width: 500px; margin: 0 auto; }

.section-recent-new .section__actions { text-align: center; }

/* ------------------------------------------------------------ *\
	Section Shows
\* ------------------------------------------------------------ */

.section-shows .section__head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-bottom: 30px; }

.section-shows .section__search input { margin-top: 5px; width: 259px; border: 0; font-family: Century Old Style, serif; font-style: italic; font-size: 16px; color: #848484; padding: 6px 16px 9px; background: #fff url(../images/icon-search.png) right 13px top 7px no-repeat; }

.section-shows .section__pagination { margin-top: 76px; }

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.section-shows .section__head { -ms-flex-wrap: wrap; flex-wrap: wrap; }
	.section-shows .section__pagination { margin-top: 0; margin-bottom: 30px; }
}

/* ------------------------------------------------------------ *\
	Section Show
\* ------------------------------------------------------------ */

.section-show { display: -webkit-box; display: -ms-flexbox; display: flex; min-height: 270px; margin-bottom: 46px; overflow: hidden; }

.section-show .section__image { -webkit-box-flex: 1; -ms-flex: 1 1 30%; flex: 1 1 30%; background-size: cover; }

.section-show .section__text { -webkit-box-flex: 1; -ms-flex: 1 1 70%; flex: 1 1 70%; position: relative; color: #343434; padding: 34px 28px 61px 49px; }

.section-show .section__actions { position: absolute; bottom: 20px; left: 49px; right: 0; }

.section-show .section__text-type-1,
.section-show .section__text-type-1:before { background-color: #f69633; }

.section-show .section__text-type-2,
.section-show .section__text-type-2:before { background-color: #45b653; }

.section-show .section__text-type-3,
.section-show .section__text-type-3:before { background-color: #03aeef; }

.section-show .section__text-type-4,
.section-show .section__text-type-4:before { background-color: #fbb62f; }

.section-show:nth-child(even) .section__text:before,
.section-show:nth-child(odd) .section__text:before { content: ''; position: absolute; left: -23px; top: -10px; bottom: -10px; width: 47px; }

.section-show:nth-child(even) .section__text:before { -webkit-transform: rotate(9deg); -ms-transform: rotate(9deg); transform: rotate(9deg); }

.section-show:nth-child(odd) .section__text:before { -webkit-transform: rotate(-9deg); -ms-transform: rotate(-9deg); transform: rotate(-9deg); }

.section-show .section__text p { font-size: 18px; padding-bottom: 8px; border-bottom: 1px solid rgba(0, 0, 0, 0.2); margin-bottom: -1px; }

.section-show .section__text h2 { font-family: Futura BT, sans-serif; font-size: 44px; font-weight: 700; text-transform: uppercase; letter-spacing: 0; margin-bottom: 2px; }

.section-show .section__text h3 { font-family: Futura BT, sans-serif; font-size: 26px; line-height: 1.23; text-transform: uppercase; margin-bottom: 26px; }

.section-show .section__text p + h3 { margin-bottom: 0; }

.section-show .section__actions .btn--white { margin-right: 31px; padding: 6px 39px; }

.section-show .section__actions .btn--black { padding: 6px 25px; }

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.section-show { -ms-flex-wrap: wrap; flex-wrap: wrap; }

	.section-show .section__actions { margin-bottom: 34px; text-align: center; }
	.section-show .section__actions .btn--white { margin-right: 10px; }

	.section-show .section__image { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; min-height: 300px }
	.section-show .section__text { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; z-index: 1; padding: 20px; }

	.section-show .section__text h2 { font-size: 30px; }
	.section-show .section__text h3 { font-size: 22px; }

	.section-show .section__actions { margin-bottom: 0; }

	.section-show:nth-child(even) .section__image:before,
	.section-show:nth-child(odd) .section__image:before { display: none; }

	.section-show .section__actions { position: static; }
}

/* ------------------------------------------------------------ *\
	Section Event Single
\* ------------------------------------------------------------ */

.section-event-single .section__inner { position: relative; padding: 53px 57px 63px; -webkit-box-shadow: 0px 0px 125px 0px rgba(30, 30, 30, 0.67); box-shadow: 0px 0px 125px 0px rgba(30, 30, 30, 0.67); margin-bottom: 75px; }

.section-event-single .section__head { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 12px; }

.section-event-single .section__image { -webkit-box-flex: 1; -ms-flex: 1 1 40%; flex: 1 1 40%; }

.section-event-single .section__details { -webkit-box-flex: 1; -ms-flex: 1 1 60%; flex: 1 1 60%; padding: 2px 0 0 4.5%; }

.section-event-single .section__details p { font-size: 20px; padding-bottom: 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin-bottom: 1px; }

.section-event-single .section__details h2 { font-family: Futura BT, sans-serif; font-size: 48px; font-weight: 700; text-transform: uppercase; letter-spacing: 0; margin-bottom: 28px; line-height: 1; }

.section-event-single .section__details h3 { font-family: Futura BT, sans-serif; font-size: 26px; line-height: 1.23; text-transform: uppercase; margin-bottom: 31px; }

.section-event-single .section__details p + h3 { margin-bottom: 0; }

.section-event-single .section__actions { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.section-event-single .share { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 9px; }

.section-event-single .share li { font-family: Futura BT, sans-serif; font-size: 16px; font-weight: 700; margin-right: 17px; }

.section-event-single .share .fa { color: #fab62d; text-decoration: none; font-size: 20px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }

.section-event-single .share .fa.fa-twitter { font-size: 25px; }

.section-event-single .share .fa.fa-facebook { font-size: 22px; }

.section-event-single .share .fa:hover { color: #fff; }

.section-event-single .socials-event { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 9px; margin-bottom: 43px; }

.section-event-single .socials-event li { font-family: Futura BT, sans-serif; font-size: 18px; font-weight: 700; margin-right: 19px; }

.section-event-single .socials-event .fa { color: #fff; text-decoration: none; font-size: 22px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }

.section-event-single .socials-event .fa-home { font-size: 25px; }

.section-event-single .socials-event .fa:hover { color: #fab62d; }

.section-event-single .section__body p { font-size: 20px; line-height: 1.3; }

.section-event-single .section__body .btn--readmore { position: absolute; bottom: 0; left: 0; right: 0; }

.section-event-single .section__body .btn--readmore ~ * { display: none; }

.section-event-single .section__body > *:last-child { margin-bottom: 30px; }

.section-event-single .section__btn { text-align: center; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-event-single .section__head { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

	.section-event-single .section__head { -ms-flex-wrap: wrap; flex-wrap: wrap; }
	.section-event-single .section__image { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; }
	.section-event-single .section__details { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; padding: 20px 0; }
}

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.section-event-single .section__inner { padding: 10px; }
	
	.section-event-single .section__details { padding: 0; }

	.section-event-single .section__image { margin-bottom: 10px; }

	.section-event-single .section__details h2 { font-size: 35px; }
	.section-event-single .section__details h3 { font-size: 22px; }

	.section-event-single .section__inner { padding: 15px 15px 70px; }

	.section-event-single .section__actions { -ms-flex-wrap: wrap; flex-wrap: wrap; }
	.section-event-single .section__actions > * { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; margin-bottom: 5px; }

	.section-event-single .share li { margin: 0 17px 0 0; font-size: 18px; }

	.section-event-single .socials-event { margin-bottom: 30px; }

	.section-event-single .section__body p { font-size: 16px; }
}

/* ------------------------------------------------------------ *\
	Section Blog
\* ------------------------------------------------------------ */

.section-blog h2 { text-transform: uppercase; }

.section-blog .section__body { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: distribute; justify-content: space-around; }

.section-blog .section-new { -webkit-box-flex: 0; -ms-flex: 0 0 33%; flex: 0 0 33%; padding: 0 20px; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-blog .section-new { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }
}

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.section-blog .section-new { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }

	.section-blog h2 { font-size: 20px; }
}

/* ------------------------------------------------------------ *\
	Section Times
\* ------------------------------------------------------------ */

.section-times { position: relative; margin: 0 -25px; padding-bottom: 20px; margin-bottom: 8px; }

.section-times:after { content: ''; position: absolute; top: 100%; left: 25px; right: 25px; height: 1px; background-color: #788396; }

.section-times .section-times__flex { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; overflow: hidden; }

.section-times .section__time { position: relative; -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; }

.section-times .section__time p { font-size: 18px; padding: 0; border-bottom: 0; margin: 0 0 17px; }

.section-times .section__time + .section__time:before { content: ''; position: absolute; left: -2px; top: 0; bottom: 0; width: 1px; background-color: #788396; }

.section-times .section__outer { padding: 0 25px; }

/* ------------------------------------------------------------ *\
	Slider Shows
\* ------------------------------------------------------------ */

.slider-shows .slider__image { width: 100%; height: 268px; background-repeat: no-repeat; background-size: cover; background-position: top; }

.slider-shows .slider__text { position: relative; z-index: 2; text-align: center; padding-bottom: 60px; }

.slider-shows .slider__text:before { content: ''; position: absolute; z-index: -1; top: -25px; left: -20px; right: -20px; height: 47px; }

.slider-shows .slider__text .btn--white { position: absolute; bottom: 28px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 150px; }

.slider-shows .slick-arrow { position: absolute; z-index: 2; width: 14px; height: 21px; top: calc(50% - 32px); font-size: 0; background-color: transparent; border: none; background-size: contain; background-position: center; background-position: no-repeat; -webkit-transition: .5s; -o-transition: .5s; transition: .5s }

.slider-shows .slick-prev { left: -11px; background-image: url(../images/arrow-left.png); }

.slider-shows .slick-next { right: -11px; background-image: url(../images/arrow-right.png); }

.slider-shows .slider__slides { margin: 0 -25px; }

.slider-shows .slider__inner { margin: 0 25px; overflow: hidden; }

.slider-shows h3 { text-transform: uppercase; font-family: Futura BT, sans-serif; font-size: 30px; font-weight: 700; color: #343434; line-height: 1; padding: 0 50px; margin-bottom: 14px; }

.slider-shows p { font-size: 18px; color: #343434; }

.slider-shows a { text-decoration: none; }

.slider-shows a h3 { -webkit-transition: .5s; -o-transition: .5s; transition: .5s }

.slider-shows a:hover h3 { color: #fff; }

.slider-shows .slider__text--type-1 { background-color: #f69633; }

.slider-shows .slider__text--type-1:before { background-color: #f69633; -webkit-transform: rotate(8deg); -ms-transform: rotate(8deg); transform: rotate(8deg); }

.slider-shows .slider__text--type-2 { background-color: #45b653; }

.slider-shows .slider__text--type-2:before { background-color: #45b653; -webkit-transform: rotate(-8deg); -ms-transform: rotate(-8deg); transform: rotate(-8deg); }

.slider-shows .slider__text--type-3 { background-color: #03aeef; }

.slider-shows .slider__text--type-3:before { background-color: #03aeef; -webkit-transform: rotate(8deg); -ms-transform: rotate(8deg); transform: rotate(8deg); }

.slider-shows .slider__text--type-4 { background-color: #fbb62f; }

.slider-shows .slider__text--type-4:before { background-color: #fbb62f; -webkit-transform: rotate(-8deg); -ms-transform: rotate(-8deg); transform: rotate(-8deg); }

.slider-shows .slider__slide { display: none; }

.slider-shows .slider__slides.slick-initialized .slider__slide { display: block; }

/* Small Desktop */

@media (max-width: 1200px) {
	.slider-shows .slider__slides { margin: 0; padding: 20px; }
	.slider-shows .slick-prev { left: 0; }
	.slider-shows .slick-next { right: 0; }
}

@media(max-width: 600px) {
	.slider-shows .slider__slides { max-width: 400px; margin: 0 auto; }
}

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.slider-shows h3 { font-size: 25px; }
}

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */

.socials { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; list-style-type: none; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding-top: 20px; padding-bottom: 14px; margin: 0 -9px; }

.socials li { margin: 0 9px; }

.socials a { font-size: 22px; text-decoration: none; -webkit-transition: color .5s; -o-transition: color .5s; transition: color .5s }

.socials a.fa-envelope { font-size: 18px; }

.socials a:hover { color: #03aeef; }

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder { color: inherit; opacity: 1; }

input:-ms-input-placeholder { color: inherit; opacity: 1; }

input::-ms-input-placeholder { color: inherit; opacity: 1; }

input::placeholder { color: inherit; opacity: 1; }

textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }

textarea:-ms-input-placeholder { color: inherit; opacity: 1; }

textarea::-ms-input-placeholder { color: inherit; opacity: 1; }

textarea::placeholder { color: inherit; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; text-decoration: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

/*  Button Block  */

.btn-block { display: block; padding-left: 0; padding-right: 0; }

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { min-height: 100vh; overflow: hidden; }

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 1260px; padding: 0 15px; margin: auto; }

.shell--fluid { max-width: none; }

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }

.widget { margin-bottom: 15px; }

.widget ul { list-style: none outside none; margin: 0; }

.widget li { padding: 5px 0; }

.widget-title { padding-bottom: 5px; border-bottom: 1px solid #000; margin-bottom: 12px; }

.widget_categories .screen-reader-text { display: none; }

.widget_categories .post-form { width: 100%; padding: 5px; }

.widget_calendar table { width: 100%; border-spacing: 0; border-collapse: collapse; text-align: center; }

.widget_calendar td,
.widget_calendar th { padding: 5px; border: 1px solid #000; }

.widget_calendar caption { padding: 12px; font-weight: bold; }

.widget_calendar tfoot { font-weight: bold; }

.widget_rss .rsswidget { vertical-align: middle; }

.widget_rss .rsswidget img { float: left; margin: 5px 8px 0 0; }

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo { display: block; }

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main .main__inner { display: -webkit-box; display: -ms-flexbox; display: flex; }

.main .main__content { -webkit-box-flex: 1; -ms-flex: 1 1 71.5%; flex: 1 1 71.5%; }

.main .main__aside { -webkit-box-flex: 1; -ms-flex: 1 1 28.5%; flex: 1 1 28.5%; position: relative; min-height: 600px; }

.main .main__aside .section-calendar { position: absolute; left: 0; right: 0; top: 0; padding-left: 30px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }

.main .main__aside .section-calendar h2 { text-align: center; letter-spacing: 0; }

.main .main__aside .section-calendar form { padding: 36px 21px 29px; -webkit-box-shadow: 0 0 50px #333; box-shadow: 0 0 50px #333; }

.main .main__aside .section-calendar .jsCalendar tbody td,
.main .main__aside .section-calendar .jsCalendar thead .jsCalendar-week-days th { width: 34px; }

.main .main__aside .section-calendar .jsCalendar tbody td, 
.main .main__aside .section-calendar .jsCalendar thead .jsCalendar-week-days th,
.main .main__aside .section-calendar .jsCalendar thead .jsCalendar-title { height: 29px; line-height: 29px; }

.main .main__aside .section-calendar h3 { font-size: 20px; }

.main .main__aside .section-calendar .date-range { margin-bottom: 36px; }

.main .main__aside .section-calendar .btn--orange { color: #383535; background-color: #fbb62f; padding: 6px 26px; }

.main .main__aside .section-calendar .btn--orange:hover { background-color: #383535; color: #fbb62f; }

/* Small Desktop */

@media (max-width: 1200px) {
	.main .main__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

	.main .main__aside,
	.main .main__content { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; }

	.main .main__aside .section-calendar { position: static; padding-left: 0; }
	.main .main__aside .section-calendar form { max-width: 400px; margin: 0 auto; }
}

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.main .main__aside .section-calendar form { margin-bottom: 50px; }	
}

/* ------------------------------------------------------------ *\
	404 Error
\* ------------------------------------------------------------ */

.error-404 { text-align: center; }

.error-404 h2 { font-size: 40px; letter-spacing: 0; font-weight: 700; }

.error-404 p { font-size: 25px; }

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.error-404 h2 { font-size: 25px; }
	.error-404 p { font-size: 20px; }
}

/* ------------------------------------------------------------ *\
	Pagination
\* ------------------------------------------------------------ */

.wp-pagenavi { text-align: left; }

.wp-pagenavi .pages { display: none; }

.wp-pagenavi span { border: 0; }

.wp-pagenavi span.current,
.wp-pagenavi a { font-family: Futura BT, sans-serif; font-weight: 700; font-size: 18px; border: 0; border-radius: 0; margin: 0; padding: 3px 11px; margin-right: 3px; -webkit-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }

.wp-pagenavi a:hover { background-color: #03aeef; }

.wp-pagenavi span.current { background-color: #03aeef; }

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink { position: relative; display: inline-block; width: 9px; height: 14px; background-repeat: no-repeat; background-size: contain; font-size: 0; top: -10px; }

.wp-pagenavi .previouspostslink { background-image: url(../images/arrow-left-yellow.png); }

.wp-pagenavi .nextpostslink { background-image: url(../images/arrow-right-yellow.png); margin-left: 10px; }

.wp-pagenavi .nextpostslink:hover { background-color: transparent; }

.wp-pagenavi .previouspostslink:hover { background-color: transparent; }

/* ------------------------------------------------------------ *\
	Search Form
\* ------------------------------------------------------------ */

.search-form input { font-family: Century Old Style, serif; font-style: italic; font-size: 16px; color: #848484; letter-spacing: 0.1em; border: none; background-color: #e9e9e9; padding: 9px 18px !important; margin-bottom: 30px; }

/* ------------------------------------------------------------ *\
	Themes
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Font Awesome
\* ------------------------------------------------------------ */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../images/font-awesome/fonts/fontawesome-webfont.svg') 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;
}

/* makes the font 33% larger relative to the icon container */

.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;
}

/* Deprecated as of 4.4.0 */

.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 {
  -webkit-filter: none;
          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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.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;
}

/* ------------------------------------------------------------ *\
	Slick Carousel
\* ------------------------------------------------------------ */

/* Slider */

.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: block;
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* ------------------------------------------------------------ *\
	Simple JS Calendar
\* ------------------------------------------------------------ */

/*
 * jsCalendar v1.4.3
 * 
 * 
 * MIT License
 * 
 * Copyright (c) 2018 Grammatopoulos Athanasios-Vasileios
 * 
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 * 
 */

.jsCalendar *{margin:0;padding:0}

.jsCalendar table,.jsCalendar table td,.jsCalendar table th{border:0}

.jsCalendar table{background-color:#FFF;border-collapse:collapse;border-radius:4px;-webkit-box-shadow:0 0 2px rgba(0,0,0,.4);box-shadow:0 0 2px rgba(0,0,0,.4);color:#000;font-family:Tahoma,Geneva,sans-serif;margin:5px}

.jsCalendar thead .jsCalendar-title{height:40px;line-height:40px}

.jsCalendar thead .jsCalendar-title-left{float:left}

.jsCalendar thead .jsCalendar-title-right{float:right}

.jsCalendar thead .jsCalendar-nav-left,.jsCalendar thead .jsCalendar-nav-right{border-radius:10px;color:#999;cursor:pointer;font-family:"Courier New",Courier,monospace;font-size:12px;font-weight:700;height:20px;line-height:20px;margin:10px 8px;text-align:center;-webkit-transition:color .2s,background-color .2s;-o-transition:color .2s,background-color .2s;transition:color .2s,background-color .2s;width:20px}

.jsCalendar thead .jsCalendar-nav-left:hover,.jsCalendar thead .jsCalendar-nav-right:hover{background-color:#E2E2E2;color:#000}

.jsCalendar thead .jsCalendar-nav-left{float:left}

.jsCalendar thead .jsCalendar-nav-right{float:right}

.jsCalendar thead .jsCalendar-title-name{cursor:default;float:left;font-size:18px;font-weight:lighter;padding:0 20px}

.jsCalendar thead .jsCalendar-nav-left:after{content:"<"}

.jsCalendar thead .jsCalendar-nav-right:after{content:">"}

.jsCalendar thead .jsCalendar-week-days th{text-shadow:0 0 1px rgba(0,0,0,.2)}

.jsCalendar tbody td,.jsCalendar thead .jsCalendar-week-days th{border-radius:18px;cursor:default;display:inline-block;font-size:12px;font-weight:lighter;height:36px;line-height:36px;margin:1px 2px;text-align:center;-webkit-transition:color .1s,background-color .2s;-o-transition:color .1s,background-color .2s;transition:color .1s,background-color .2s;width:36px}

.jsCalendar tbody td:hover{background-color:#E6E6E6}

.jsCalendar tbody td.jsCalendar-selected{background-color:#FFF;border:2px solid #E6E6E6;height:32px;line-height:32px;width:32px}

.jsCalendar tbody td.jsCalendar-current{background-color:#52C9FF;border-radius:18px;color:#FFF}

.jsCalendar.classic-theme table,.jsCalendar.classic-theme tbody td,.jsCalendar.classic-theme tbody td.jsCalendar-current,.jsCalendar.classic-theme thead .jsCalendar-nav-left,.jsCalendar.classic-theme thead .jsCalendar-nav-right,.jsCalendar.classic-theme thead .jsCalendar-week-days th,.jsCalendar.material-theme table{border-radius:0}

.jsCalendar tbody td.jsCalendar-next,.jsCalendar tbody td.jsCalendar-previous{color:#CACACA}

.jsCalendar tbody td.jsCalendar-next:hover,.jsCalendar tbody td.jsCalendar-previous:hover{color:#FFF}

.jsCalendar thead{display:block;margin:4px 4px 0}

.jsCalendar tbody{display:block;margin:0 4px 4px}

.jsCalendar ::-moz-selection{background:#83D8FF}

.jsCalendar ::selection{background:#83D8FF}

.jsCalendar.yellow tbody td.jsCalendar-current{background-color:#FFE31B}

.jsCalendar.yellow ::-moz-selection{background:#FDE74C}

.jsCalendar.yellow ::selection{background:#FDE74C}

.jsCalendar.orange tbody td.jsCalendar-current{background-color:#FFB400}

.jsCalendar.orange ::-moz-selection{background:#FFB400}

.jsCalendar.orange ::selection{background:#FFB400}

.jsCalendar.red tbody td.jsCalendar-current{background-color:#F6511D}

.jsCalendar.red ::-moz-selection{background:#F6511D}

.jsCalendar.red ::selection{background:#F6511D}

.jsCalendar.green tbody td.jsCalendar-current{background-color:#7FB800}

.jsCalendar.green ::-moz-selection{background:#7FB800}

.jsCalendar.green ::selection{background:#7FB800}

.jsCalendar.material-theme thead{background-color:#52C9FF;color:#FFF;margin:0;padding:4px 4px 0}

.jsCalendar.material-theme thead .jsCalendar-title{display:block;position:relative}

.jsCalendar.material-theme thead .jsCalendar-title-name{border-bottom:1px solid rgba(255,255,255,.4);color:#FFF;font-size:16px;left:15px;position:absolute;right:15px;text-align:center}

.jsCalendar.material-theme thead .jsCalendar-title-left,.jsCalendar.material-theme thead .jsCalendar-title-right{position:absolute;z-index:1}

.jsCalendar.material-theme thead .jsCalendar-nav-left,.jsCalendar.material-theme thead .jsCalendar-nav-right{color:#FFF}

.jsCalendar.material-theme thead .jsCalendar-nav-left:hover,.jsCalendar.material-theme thead .jsCalendar-nav-right:hover{background-color:#03A9F4}

.jsCalendar.material-theme thead .jsCalendar-title-right{right:0}

.jsCalendar.material-theme thead .jsCalendar-week-days th{font-size:14px;text-shadow:none}

.jsCalendar.material-theme.yellow thead{background-color:#FFE31B}

.jsCalendar.material-theme.yellow thead .jsCalendar-nav-left:hover,.jsCalendar.material-theme.yellow thead .jsCalendar-nav-right:hover{background-color:#E2CA23}

.jsCalendar.material-theme.orange thead{background-color:#FFB400}

.jsCalendar.material-theme.orange thead .jsCalendar-nav-left:hover,.jsCalendar.material-theme.orange thead .jsCalendar-nav-right:hover{background-color:#D49600}

.jsCalendar.material-theme.red thead{background-color:#F6511D}

.jsCalendar.material-theme.red thead .jsCalendar-nav-left:hover,.jsCalendar.material-theme.red thead .jsCalendar-nav-right:hover{background-color:#BB3D16}

.jsCalendar.material-theme.green thead{background-color:#7FB800}

.jsCalendar.material-theme.green thead .jsCalendar-nav-left:hover,.jsCalendar.material-theme.green thead .jsCalendar-nav-right:hover{background-color:#639000}

.jsCalendar.classic-theme thead{background-color:#52C9FF;margin:0;padding:4px 4px 0}

.jsCalendar.classic-theme thead .jsCalendar-title,.jsCalendar.classic-theme thead .jsCalendar-title-row{display:block;width:100%}

.jsCalendar.classic-theme thead .jsCalendar-title{position:relative}

.jsCalendar.classic-theme thead .jsCalendar-title-name{color:#FFF;font-size:16px;left:41px;position:absolute;right:41px;text-align:center;text-shadow:none}

.jsCalendar.classic-theme thead .jsCalendar-title-left,.jsCalendar.classic-theme thead .jsCalendar-title-right{position:absolute;z-index:1}

.jsCalendar.classic-theme thead .jsCalendar-title-right{right:0}

.jsCalendar.classic-theme thead .jsCalendar-nav-left,.jsCalendar.classic-theme thead .jsCalendar-nav-right{color:#FFF;text-shadow:none}

.jsCalendar.classic-theme thead .jsCalendar-nav-left:hover,.jsCalendar.classic-theme thead .jsCalendar-nav-right:hover{background-color:#03A9F4}

.jsCalendar.classic-theme thead .jsCalendar-week-days{background-color:#FFF;display:block;margin:0 -4px}

.jsCalendar.classic-theme thead .jsCalendar-week-days th{font-size:10px;height:20px;line-height:20px;text-shadow:none}

.jsCalendar.classic-theme tbody td{border-left:1px solid #DADADA;border-top:1px solid #DADADA;margin:-1px 0 0 -1px;padding:1px 1px 0;width:38px}

.jsCalendar.classic-theme tbody{margin:0}

.jsCalendar.classic-theme tbody td.jsCalendar-selected{background-color:#CCEFFF;border-bottom:0;border-left:1px solid #DADADA;border-right:0;border-top:1px solid #DADADA;height:36px;line-height:36px}

.jsCalendar.classic-theme tbody td.jsCalendar-current.jsCalendar-selected{background-color:#52C9FF;text-shadow:0 0 3px #000}

.jsCalendar.classic-theme.yellow thead{background-color:#FFE31B}

.jsCalendar.classic-theme.yellow thead .jsCalendar-nav-left:hover,.jsCalendar.classic-theme.yellow thead .jsCalendar-nav-right:hover{background-color:#E2CA23}

.jsCalendar.classic-theme.orange thead{background-color:#FFB400}

.jsCalendar.classic-theme.orange thead .jsCalendar-nav-left:hover,.jsCalendar.classic-theme.orange thead .jsCalendar-nav-right:hover{background-color:#D49600}

.jsCalendar.classic-theme.red thead{background-color:#F6511D}

.jsCalendar.classic-theme.red thead .jsCalendar-nav-left:hover,.jsCalendar.classic-theme.red thead .jsCalendar-nav-right:hover{background-color:#BB3D16}

.jsCalendar.classic-theme.green thead{background-color:#7FB800}

.jsCalendar.classic-theme.green thead .jsCalendar-nav-left:hover,.jsCalendar.classic-theme.green thead .jsCalendar-nav-right:hover{background-color:#639000}

/* ------------------------------------------------------------ *\
	Magnific Popup
\* ------------------------------------------------------------ */

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
    color: #CCC; }

.mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }

.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
    margin-top: -54px; }

.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/*# sourceMappingURL=bundle.css.map */
