/*! normalize.css v1.0 */
 abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-size: 100%;
     vertical-align: baseline;
     background: 0 0;
}
 body {
     line-height: 1;
}
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
     display: block;
}
 nav ul {
     list-style: none;
}
 blockquote, q {
     quotes: none;
}
 blockquote:after, blockquote:before, q:after, q:before {
     content: '';
     content: none;
}
 a {
     margin: 0;
     padding: 0;
     font-size: 100%;
     vertical-align: baseline;
     background: 0 0;
     text-decoration: none;
}
 ins {
     background-color: #ff9;
     color: #000;
     text-decoration: none;
}
 mark {
     background-color: #ff9;
     color: #000;
     font-weight: 700;
}
 del {
     text-decoration: line-through;
}
 abbr[title], dfn[title] {
     border-bottom: 1px dotted;
     cursor: help;
}
 table {
     border-collapse: collapse;
     border-spacing: 0;
}
 hr {
     display: block;
     height: 1px;
     border: 0;
     border-top: 1px solid #ccc;
     margin: 1em 0;
     padding: 0;
}
 input, select {
     vertical-align: middle;
}
 input:focus, textarea:focus {
     outline: 0;
}
 em, i {
     font-style: italic;
}
 h1 {
     font-size: 26px;
}
 h2 {
     font-size: 24px;
}
 h3 {
     font-size: 22px;
}
 h4 {
     font-size: 20px;
}
 h5 {
     font-size: 18px;
}
 h6 {
     font-size: 16px;
}
 pre {
     font-family: monospace,serif;
     font-size: 15px;
     -webkit-hyphens: none;
     -moz-hyphens: none;
     -ms-hyphens: none;
     hyphens: none;
     line-height: 1.6;
     border: 1px solid rgba(0, 0, 0, 0.1);
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     margin-bottom: 24px;
     max-width: 100%;
     overflow: auto;
     padding: 12px;
     white-space: pre;
     white-space: pre-wrap;
     word-wrap: break-word;
}
 #preloader {
     width: 100%;
     height: 100%;
     position: fixed;
     z-index: 99999999;
     background: rgba(255, 255, 255, 0.75);
     overflow: hidden;
}
 #status {
     display: block;
     width: 7em;
     height: 7em;
     position: absolute;
     top: 38%;
     left: 50%;
     margin-left: -3em;
     margin-top: -3em;
}
 #spinnerstatus {
     width: 120px;
     height: 120px;
     position: absolute;
     top: 42%;
     left: 50%;
     margin-left: -3em;
     margin-top: -3em;
     display: block;
}
 .loader {
     margin: 60px auto;
     font-size: 10px;
     position: relative;
     text-indent: -9999em;
     border-top: 1.1em solid rgba(255, 255, 255, 0.2);
     border-right: 1.1em solid rgba(255, 255, 255, 0.2);
     border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
     border-left: 1.1em solid #fff;
     -webkit-transform: translateZ(0);
     -ms-transform: translateZ(0);
     transform: translateZ(0);
     -webkit-animation: load8 1.1s infinite linear;
     animation: load8 1.1s infinite linear;
}
 .loader, .loader:after {
     border-radius: 50%;
     width: 10em;
     height: 10em;
}
 .outer-spinner {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     box-sizing: border-box;
     width: 80px;
     height: 80px;
     background-image: url(../images/preloader-logo.png);
     background-size: 80px 80px;
     background-repeat: no-repeat;
     background-position: 0 0;
     top: 26%;
     left: 26%;
     margin-top: -12px;
     margin-left: -12px;
     position: absolute;
}
 .spinner-loader {
     border: 7px solid rgba(0, 29, 49, 0.1);
     border-top: 7px solid #0083c9;
     border-radius: 50%;
     width: 120px;
     height: 120px;
     -webkit-animation: spin 2s linear infinite;
     -moz-animation: spin 2s linear infinite;
     -o-animation: spin 2s linear infinite;
     -ms-animation: spin 2s linear infinite;
     animation: spin 2s linear infinite;
     position: absolute;
     top: 0;
     left: 0;
     padding: 10px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     box-sizing: border-box;
}
 @-webkit-keyframes spin {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(-360deg);
    }
}
 @-webkit-keyframes outerspin {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}
 @-moz-keyframes spin {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(-360deg);
    }
}
 @-moz-keyframes outerspin {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}
 @-o-keyframes spin {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(-360deg);
    }
}
 @-o-keyframes outerspin {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}
 @-ms-keyframes spin {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(-360deg);
    }
}
 @-ms-keyframes outerspin {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}
 @keyframes spin {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(-360deg);
    }
}
 @keyframes outerspin {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}
 @-webkit-keyframes load8 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
    }
}
 @keyframes load8 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
    }
}
 a {
     color: #10a2c2;
     text-decoration: none;
}
#default-page-container a:hover{ text-decoration:underline; color:#0058a0; }
 .fontLight {
     font-family: "fsalbert-light";
}
 .fontLightItalic {
     font-family: "fsalbert-light-italic";
}
 .fontRegular {
     font-family: "fsalbert-regular";
}
 .fontRegularItalic {
     font-family: "fsalbert-regular-italic";
}
 .fontSemibold {
     font-family: "fsalbert-semibold";
}
 .fontSemiboldItalic {
     font-family: "fsalbert-semibold-italic";
}
 .fontBold {
     font-family: "fsalbert-bold";
}
 .fontBoldItalic {
     font-family: "fsalbert-bold-italic";
}
 .fontBlack {
     font-family: "fsalbert-extrabold";
}
 .fontBlackItalic {
     font-family: "fsalbert-extrabold-italic";
}
 .clear {
     clear: both;
}
 section.parallax-bg {
     margin: 0 auto;
     width: 100%;
     max-width: 1920px;
     position: relative;
     overflow: hidden;
}
 section#pageHeader {
     position: relative;
     display: block;
     overflow: hidden;
     background: #fff;
     color: #fff;
     padding: 275px 0 0 0;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 section#pageHeader .pageHeader-content {
     overflow: hidden;
     padding: 55px 0 75px 0;
}
 @media only screen and (max-width: 600px) {
     section#pageHeader .pageHeader-content {
         padding: 40px 0 45px 0;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#pageHeader .pageHeader-content {
         padding: 40px 0 45px 0;
    }
}
 section#pageHeader h1 {
     font-family: "fsalbert-semibold";
     font-size: 46px;
     margin: 0;
     text-shadow: 1px 1px 1px #000;
}
 @media only screen and (max-width: 600px) {
     section#pageHeader h1 {
         font-size: 26px !important;
         text-align: center;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#pageHeader h1 {
         font-size: 26px !important;
         text-align: center;
    }
}
 section#pageHeader .page-breadcrumb {
     position: relative;
     padding: 22px 15px 0 15px;
}
 section#pageHeader .page-breadcrumb a {
     color: #5de2ff;
}
 @media only screen and (max-width: 600px) {
     section#pageHeader .page-breadcrumb {
         text-align: center;
         padding: 12px 15px 0 15px;
         font-size: 13px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#pageHeader .page-breadcrumb {
         text-align: center;
         padding: 12px 15px 0 15px;
    }
}
 @media only screen and (max-width: 600px) {
     section#pageHeader {
         padding: 137px 0 0 0;
         height: 275px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#pageHeader {
         padding: 127px 0 0 0;
         height: 275px;
    }
}
 section#pageHeader .single h1 {
     font-size: 33px;
}
 @media only screen and (max-width: 600px) {
     section#pageHeader .single h1 {
         font-size: 22px !important;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#pageHeader .single h1 {
         font-size: 22px !important;
    }
}
 @media only screen and (max-width: 600px) {
     section#pageHeader .single {
         padding: 0 160px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#pageHeader .single {
         padding: 0 160px;
    }
}
 .cd-top {
     display: inline-block;
     height: 40px;
     width: 40px;
     position: fixed;
     bottom: 40px;
     right: 10px;
     -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
     overflow: hidden;
     text-indent: 100%;
     white-space: nowrap;
     background-color:#333333;
	 background-image:url(../images/cd-top-arrow.svg);
	 background-repeat:no-repeat;
	 background-position:center 50%;
     border: 2px solid #FFF;
     visibility: hidden;
     opacity: 0;
     -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
     transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
     z-index: 999;
	 -webkit-border-radius:999px;
	 border-radius:999px;	 
}
 .cd-top.cd-top--show, .cd-top.cd-top--fade-out, .cd-top:hover {
	 -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}
 .cd-top.cd-top--show {
    /* the button becomes visible */
     visibility: visible;
     opacity: 1;
}
 .cd-top.cd-top--fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
     opacity: .5;
}
 .cd-top:hover {
     background-color: #fdb913;
     opacity: 1;
}
 @media only screen and (min-width: 768px) {
     .cd-top {
         right: 20px;
         bottom: 20px;
    }
}
 @media only screen and (min-width: 1024px) {
     .cd-top {
         height: 60px;
         width: 60px;
         right: 30px;
         bottom: 30px;
    }
}
/*! * Font Awesome 4.4.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/fontawesome-webfont.eot?v=4.4.0");
     src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
     font-weight: normal;
     font-style: normal;
}
 .fa {
     display: inline-block;
     font: normal normal normal 14px/1 FontAwesome;
     font-size: inherit;
     text-rendering: auto;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
/* 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 {
     filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
     -webkit-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     transform: rotate(90deg);
}
 .fa-rotate-180 {
     filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
     -webkit-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg);
}
 .fa-rotate-270 {
     filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
     -webkit-transform: rotate(270deg);
     -ms-transform: rotate(270deg);
     transform: rotate(270deg);
}
 .fa-flip-horizontal {
     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 {
     filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
     -webkit-transform: scale(1, -1);
     -ms-transform: scale(1, -1);
     transform: scale(1, -1);
}
 :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
     filter: none;
}
 .fa-stack {
     position: relative;
     display: inline-block;
     width: 2em;
     height: 2em;
     line-height: 2em;
     vertical-align: middle;
}
 .fa-stack-1x, .fa-stack-2x {
     position: absolute;
     left: 0;
     width: 100%;
     text-align: center;
}
 .fa-stack-1x {
     line-height: inherit;
}
 .fa-stack-2x {
     font-size: 2em;
}
 .fa-inverse {
     color: #ffffff;
}
/* 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: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-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-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";
}
 @font-face {
     font-family: 'fsalbert-light';
     src: url("../fonts/fsalbert/FSAlbert-Light.eot");
     src: url("../fonts/fsalbert/FSAlbert-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/fsalbert/FSAlbert-Light.woff") format("woff"), url("../fonts/fsalbert/FSAlbert-Light.ttf") format("truetype"), url("../fonts/fsalbert/FSAlbert-Light.svg#fsalbert-light") format("svg");
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'fsalbert-light-italic';
     src: url("../fonts/fsalbert/FSAlbert-LightItalic.eot");
     src: url("fonts/fsalbert/FSAlbert-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/fsalbert/FSAlbert-LightItalic.woff") format("woff"), url("fonts/fsalbert/FSAlbert-LightItalic.ttf") format("truetype"), url("fonts/fsalbert/FSAlbert-LightItalic.svg#fsalbert-light-italic") format("svg");
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'fsalbert-regular';
     src: url("../fonts/fsalbert/FSAlbert-Regular.eot");
     src: url("../fonts/fsalbert/FSAlbert-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/fsalbert/FSAlbert-Regular.woff") format("woff"), url("../fonts/fsalbert/FSAlbert-Regular.ttf") format("truetype"), url("../fonts/fsalbert/FSAlbert-Regular.svg#fsalbert-regular") format("svg");
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'fsalbert-regular-italic';
     src: url("../fonts/fsalbert/FSAlbert-Italic.eot");
     src: url("../fonts/fsalbert/FSAlbert-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/fsalbert/FSAlbert-Italic.woff") format("woff"), url("../fonts/fsalbert/FSAlbert-Italic.ttf") format("truetype"), url("../fonts/fsalbert/FSAlbert-Italic.svg#fsalbert-regular-italic") format("svg");
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'fsalbert-semibold';
     src: url("../fonts/fsalbert/FSAlbert-Bold.eot");
     src: url("../fonts/fsalbert/FSAlbert-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/fsalbert/FSAlbert-Bold.woff") format("woff"), url("../fonts/fsalbert/FSAlbert-Bold.ttf") format("truetype"), url("../fonts/fsalbert/FSAlbert-Bold.svg#fsalbert-semibold") format("svg");
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'fsalbert-semibold-italic';
     src: url("../fonts/fsalbert/FSAlbert-Bold-Italic.eot");
     src: url("../fonts/fsalbert/FSAlbert-Bold-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/fsalbert/FSAlbert-Bold-Italic.woff") format("woff"), url("../fonts/fsalbert/FSAlbert-Bold-Italic.ttf") format("truetype"), url("../fonts/fsalbert/FSAlbert-Bold-Italic.svg#fsalbert-semibold-italic") format("svg");
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'fsalbert-bold';
     src: url("../fonts/fsalbert/FSAlbert-Extra-Bold.eot");
     src: url("../fonts/fsalbert/FSAlbert-Extra-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/fsalbert/FSAlbert-Extra-Bold.woff") format("woff"), url("../fonts/fsalbert/FSAlbert-Extra-Bold.ttf") format("truetype"), url("../fonts/fsalbert/FSAlbert-Extra-Bold.svg#fsalbert-bold") format("svg");
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'fsalbert-bold-italic';
     src: url("../fonts/fsalbert/FSAlbert-BoldItalic.eot");
     src: url("../fonts/fsalbert/FSAlbert-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/fsalbert/FSAlbert-BoldItalic.woff") format("woff"), url("../fonts/fsalbert/FSAlbert-BoldItalic.ttf") format("truetype"), url("../fonts/fsalbert/FSAlbert-BoldItalic.svg#fsalbert-bold-italic") format("svg");
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'FSAlbert-extrabold';
     src: url("../fonts/fsalbert/FSAlbert-Extra-Bold.eot");
     src: url("../fonts/fsalbert/FSAlbert-Extra-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/fsalbert/FSAlbert-Extra-Bold.woff") format("woff"), url("../fonts/fsalbert/FSAlbert-Extra-Bold.ttf") format("truetype"), url("../fonts/fsalbert/FSAlbert-Extra-Bold.svg#fsalbert-extrabold") format("svg");
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'fsalbert-extrabold-italic';
     src: url("../fonts/fsalbert/FSAlbert-ExtraBoldItalic.eot");
     src: url("../fonts/fsalbert/FSAlbert-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/fsalbert/FSAlbert-ExtraBoldItalic.woff") format("woff"), url("../fonts/fsalbert/FSAlbert-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/fsalbert/FSAlbert-ExtraBoldItalic.svg#fsalbert-extrabold-italic") format("svg");
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'dax-regular';
     src: url("../fonts/dax/DaxRegular.eot");
     src: url("../fonts/dax/DaxRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/dax/DaxRegular.woff") format("woff"), url("../fonts/dax/DaxRegular.ttf") format("truetype"), url("../fonts/dax/DaxRegular.svg#dax-regular") format("svg");
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'dax-bold';
     src: url("../fonts/dax/DaxBold.eot");
     src: url("../fonts/dax/DaxBold.eot?#iefix") format("embedded-opentype"), url("../fonts/dax/DaxBold.woff") format("woff"), url("../fonts/dax/DaxBold.ttf") format("truetype"), url("../fonts/dax/DaxBold.svg#dax-bold") format("svg");
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'dax-medium';
     src: url("../fonts/dax/DaxMedium.eot");
     src: url("../fonts/dax/DaxMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/dax/DaxMedium.woff") format("woff"), url("../fonts/dax/DaxMedium.ttf") format("truetype"), url("../fonts/dax/DaxMedium.svg#dax-medium") format("svg");
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'dax-black';
     src: url("../fonts/dax/DaxlinePro-Black.eot");
     src: url("../fonts/dax/DaxlinePro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/dax/DaxlinePro-Black.woff") format("woff"), url("../fonts/dax/DaxlinePro-Black.ttf") format("truetype"), url("../fonts/dax/DaxlinePro-Black.svg#dax-black") format("svg");
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'dax-light';
     src: url("../fonts/dax/DaxLight.eot");
     src: url("../fonts/dax/DaxLight.eot?#iefix") format("embedded-opentype"), url("../fonts/dax/DaxLight.woff") format("woff"), url("../fonts/dax/DaxLight.ttf") format("truetype"), url("../fonts/dax/DaxLight.svg#dax-light") format("svg");
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'dax-condensed-regular';
     src: url("../fonts/dax/DaxCondensedRegular.eot");
     src: url("../fonts/dax/DaxCondensedRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/dax/DaxCondensedRegular.ttf") format("truetype"), url("../fonts/dax/DaxCondensedRegular.woff") format("woff"), url("../fonts/dax/DaxCondensedRegular.svg#dax-light") format("svg"););
     font-weight: normal;
     font-style: normal;
}
/*! Animate.css - http://daneden.me/animate Licensed under the MIT license Copyright (c) 2013 Daniel Eden 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. */
 .animated {
     -webkit-animation-duration: 1s;
     animation-duration: 1s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
}
 .animated.hinge {
     -webkit-animation-duration: 2s;
     animation-duration: 2s;
}
 @-webkit-keyframes bounce {
     0%, 20%, 50%, 80%, 100% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
     40% {
         -webkit-transform: translateY(-30px);
         transform: translateY(-30px);
    }
     60% {
         -webkit-transform: translateY(-15px);
         transform: translateY(-15px);
    }
}
 @keyframes bounce {
     0%, 20%, 50%, 80%, 100% {
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
    }
     40% {
         -webkit-transform: translateY(-30px);
         -ms-transform: translateY(-30px);
         transform: translateY(-30px);
    }
     60% {
         -webkit-transform: translateY(-15px);
         -ms-transform: translateY(-15px);
         transform: translateY(-15px);
    }
}
 .bounce {
     -webkit-animation-name: bounce;
     animation-name: bounce;
}
 @-webkit-keyframes flash {
     0%, 50%, 100% {
         opacity: 1;
    }
     25%, 75% {
         opacity: 0;
    }
}
 @keyframes flash {
     0%, 50%, 100% {
         opacity: 1;
    }
     25%, 75% {
         opacity: 0;
    }
}
 .flash {
     -webkit-animation-name: flash;
     animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
 @-webkit-keyframes pulse {
     0% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     50% {
         -webkit-transform: scale(1.1);
         transform: scale(1.1);
    }
     100% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
}
 @keyframes pulse {
     0% {
         -webkit-transform: scale(1);
         -ms-transform: scale(1);
         transform: scale(1);
    }
     50% {
         -webkit-transform: scale(1.1);
         -ms-transform: scale(1.1);
         transform: scale(1.1);
    }
     100% {
         -webkit-transform: scale(1);
         -ms-transform: scale(1);
         transform: scale(1);
    }
}
 .pulse {
     -webkit-animation-name: pulse;
     animation-name: pulse;
}
 @-webkit-keyframes shake {
     0%, 100% {
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
     10%, 30%, 50%, 70%, 90% {
         -webkit-transform: translateX(-10px);
         transform: translateX(-10px);
    }
     20%, 40%, 60%, 80% {
         -webkit-transform: translateX(10px);
         transform: translateX(10px);
    }
}
 @keyframes shake {
     0%, 100% {
         -webkit-transform: translateX(0);
         -ms-transform: translateX(0);
         transform: translateX(0);
    }
     10%, 30%, 50%, 70%, 90% {
         -webkit-transform: translateX(-10px);
         -ms-transform: translateX(-10px);
         transform: translateX(-10px);
    }
     20%, 40%, 60%, 80% {
         -webkit-transform: translateX(10px);
         -ms-transform: translateX(10px);
         transform: translateX(10px);
    }
}
 .shake {
     -webkit-animation-name: shake;
     animation-name: shake;
}
 @-webkit-keyframes swing {
     20% {
         -webkit-transform: rotate(15deg);
         transform: rotate(15deg);
    }
     40% {
         -webkit-transform: rotate(-10deg);
         transform: rotate(-10deg);
    }
     60% {
         -webkit-transform: rotate(5deg);
         transform: rotate(5deg);
    }
     80% {
         -webkit-transform: rotate(-5deg);
         transform: rotate(-5deg);
    }
     100% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
}
 @keyframes swing {
     20% {
         -webkit-transform: rotate(15deg);
         -ms-transform: rotate(15deg);
         transform: rotate(15deg);
    }
     40% {
         -webkit-transform: rotate(-10deg);
         -ms-transform: rotate(-10deg);
         transform: rotate(-10deg);
    }
     60% {
         -webkit-transform: rotate(5deg);
         -ms-transform: rotate(5deg);
         transform: rotate(5deg);
    }
     80% {
         -webkit-transform: rotate(-5deg);
         -ms-transform: rotate(-5deg);
         transform: rotate(-5deg);
    }
     100% {
         -webkit-transform: rotate(0deg);
         -ms-transform: rotate(0deg);
         transform: rotate(0deg);
    }
}
 .swing {
     -webkit-transform-origin: top center;
     -ms-transform-origin: top center;
     transform-origin: top center;
     -webkit-animation-name: swing;
     animation-name: swing;
}
 @-webkit-keyframes tada {
     0% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     10%, 20% {
         -webkit-transform: scale(0.9) rotate(-3deg);
         transform: scale(0.9) rotate(-3deg);
    }
     30%, 50%, 70%, 90% {
         -webkit-transform: scale(1.1) rotate(3deg);
         transform: scale(1.1) rotate(3deg);
    }
     40%, 60%, 80% {
         -webkit-transform: scale(1.1) rotate(-3deg);
         transform: scale(1.1) rotate(-3deg);
    }
     100% {
         -webkit-transform: scale(1) rotate(0);
         transform: scale(1) rotate(0);
    }
}
 @keyframes tada {
     0% {
         -webkit-transform: scale(1);
         -ms-transform: scale(1);
         transform: scale(1);
    }
     10%, 20% {
         -webkit-transform: scale(0.9) rotate(-3deg);
         -ms-transform: scale(0.9) rotate(-3deg);
         transform: scale(0.9) rotate(-3deg);
    }
     30%, 50%, 70%, 90% {
         -webkit-transform: scale(1.1) rotate(3deg);
         -ms-transform: scale(1.1) rotate(3deg);
         transform: scale(1.1) rotate(3deg);
    }
     40%, 60%, 80% {
         -webkit-transform: scale(1.1) rotate(-3deg);
         -ms-transform: scale(1.1) rotate(-3deg);
         transform: scale(1.1) rotate(-3deg);
    }
     100% {
         -webkit-transform: scale(1) rotate(0);
         -ms-transform: scale(1) rotate(0);
         transform: scale(1) rotate(0);
    }
}
 .tada {
     -webkit-animation-name: tada;
     animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
 @-webkit-keyframes wobble {
     0% {
         -webkit-transform: translateX(0%);
         transform: translateX(0%);
    }
     15% {
         -webkit-transform: translateX(-25%) rotate(-5deg);
         transform: translateX(-25%) rotate(-5deg);
    }
     30% {
         -webkit-transform: translateX(20%) rotate(3deg);
         transform: translateX(20%) rotate(3deg);
    }
     45% {
         -webkit-transform: translateX(-15%) rotate(-3deg);
         transform: translateX(-15%) rotate(-3deg);
    }
     60% {
         -webkit-transform: translateX(10%) rotate(2deg);
         transform: translateX(10%) rotate(2deg);
    }
     75% {
         -webkit-transform: translateX(-5%) rotate(-1deg);
         transform: translateX(-5%) rotate(-1deg);
    }
     100% {
         -webkit-transform: translateX(0%);
         transform: translateX(0%);
    }
}
 @keyframes wobble {
     0% {
         -webkit-transform: translateX(0%);
         -ms-transform: translateX(0%);
         transform: translateX(0%);
    }
     15% {
         -webkit-transform: translateX(-25%) rotate(-5deg);
         -ms-transform: translateX(-25%) rotate(-5deg);
         transform: translateX(-25%) rotate(-5deg);
    }
     30% {
         -webkit-transform: translateX(20%) rotate(3deg);
         -ms-transform: translateX(20%) rotate(3deg);
         transform: translateX(20%) rotate(3deg);
    }
     45% {
         -webkit-transform: translateX(-15%) rotate(-3deg);
         -ms-transform: translateX(-15%) rotate(-3deg);
         transform: translateX(-15%) rotate(-3deg);
    }
     60% {
         -webkit-transform: translateX(10%) rotate(2deg);
         -ms-transform: translateX(10%) rotate(2deg);
         transform: translateX(10%) rotate(2deg);
    }
     75% {
         -webkit-transform: translateX(-5%) rotate(-1deg);
         -ms-transform: translateX(-5%) rotate(-1deg);
         transform: translateX(-5%) rotate(-1deg);
    }
     100% {
         -webkit-transform: translateX(0%);
         -ms-transform: translateX(0%);
         transform: translateX(0%);
    }
}
 .wobble {
     -webkit-animation-name: wobble;
     animation-name: wobble;
}
 @-webkit-keyframes bounceIn {
     0% {
         opacity: 0;
         -webkit-transform: scale(0.3);
         transform: scale(0.3);
    }
     50% {
         opacity: 1;
         -webkit-transform: scale(1.05);
         transform: scale(1.05);
    }
     70% {
         -webkit-transform: scale(0.9);
         transform: scale(0.9);
    }
     100% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
}
 @keyframes bounceIn {
     0% {
         opacity: 0;
         -webkit-transform: scale(0.3);
         -ms-transform: scale(0.3);
         transform: scale(0.3);
    }
     50% {
         opacity: 1;
         -webkit-transform: scale(1.05);
         -ms-transform: scale(1.05);
         transform: scale(1.05);
    }
     70% {
         -webkit-transform: scale(0.9);
         -ms-transform: scale(0.9);
         transform: scale(0.9);
    }
     100% {
         -webkit-transform: scale(1);
         -ms-transform: scale(1);
         transform: scale(1);
    }
}
 .bounceIn {
     -webkit-animation-name: bounceIn;
     animation-name: bounceIn;
}
 @-webkit-keyframes bounceInDown {
     0% {
         opacity: 0;
         -webkit-transform: translateY(-2000px);
         transform: translateY(-2000px);
    }
     60% {
         opacity: 1;
         -webkit-transform: translateY(30px);
         transform: translateY(30px);
    }
     80% {
         -webkit-transform: translateY(-10px);
         transform: translateY(-10px);
    }
     100% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
}
 @keyframes bounceInDown {
     0% {
         opacity: 0;
         -webkit-transform: translateY(-2000px);
         -ms-transform: translateY(-2000px);
         transform: translateY(-2000px);
    }
     60% {
         opacity: 1;
         -webkit-transform: translateY(30px);
         -ms-transform: translateY(30px);
         transform: translateY(30px);
    }
     80% {
         -webkit-transform: translateY(-10px);
         -ms-transform: translateY(-10px);
         transform: translateY(-10px);
    }
     100% {
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
    }
}
 .bounceInDown {
     -webkit-animation-name: bounceInDown;
     animation-name: bounceInDown;
}
 @-webkit-keyframes bounceInLeft {
     0% {
         opacity: 0;
         -webkit-transform: translateX(-2000px);
         transform: translateX(-2000px);
    }
     60% {
         opacity: 1;
         -webkit-transform: translateX(30px);
         transform: translateX(30px);
    }
     80% {
         -webkit-transform: translateX(-10px);
         transform: translateX(-10px);
    }
     100% {
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
}
 @keyframes bounceInLeft {
     0% {
         opacity: 0;
         -webkit-transform: translateX(-2000px);
         -ms-transform: translateX(-2000px);
         transform: translateX(-2000px);
    }
     60% {
         opacity: 1;
         -webkit-transform: translateX(30px);
         -ms-transform: translateX(30px);
         transform: translateX(30px);
    }
     80% {
         -webkit-transform: translateX(-10px);
         -ms-transform: translateX(-10px);
         transform: translateX(-10px);
    }
     100% {
         -webkit-transform: translateX(0);
         -ms-transform: translateX(0);
         transform: translateX(0);
    }
}
 .bounceInLeft {
     -webkit-animation-name: bounceInLeft;
     animation-name: bounceInLeft;
}
 @-webkit-keyframes bounceInRight {
     0% {
         opacity: 0;
         -webkit-transform: translateX(2000px);
         transform: translateX(2000px);
    }
     60% {
         opacity: 1;
         -webkit-transform: translateX(-30px);
         transform: translateX(-30px);
    }
     80% {
         -webkit-transform: translateX(10px);
         transform: translateX(10px);
    }
     100% {
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
}
 @keyframes bounceInRight {
     0% {
         opacity: 0;
         -webkit-transform: translateX(2000px);
         -ms-transform: translateX(2000px);
         transform: translateX(2000px);
    }
     60% {
         opacity: 1;
         -webkit-transform: translateX(-30px);
         -ms-transform: translateX(-30px);
         transform: translateX(-30px);
    }
     80% {
         -webkit-transform: translateX(10px);
         -ms-transform: translateX(10px);
         transform: translateX(10px);
    }
     100% {
         -webkit-transform: translateX(0);
         -ms-transform: translateX(0);
         transform: translateX(0);
    }
}
 .bounceInRight {
     -webkit-animation-name: bounceInRight;
     animation-name: bounceInRight;
}
 @-webkit-keyframes bounceInUp {
     0% {
         opacity: 0;
         -webkit-transform: translateY(2000px);
         transform: translateY(2000px);
    }
     60% {
         opacity: 1;
         -webkit-transform: translateY(-30px);
         transform: translateY(-30px);
    }
     80% {
         -webkit-transform: translateY(10px);
         transform: translateY(10px);
    }
     100% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
}
 @keyframes bounceInUp {
     0% {
         opacity: 0;
         -webkit-transform: translateY(2000px);
         -ms-transform: translateY(2000px);
         transform: translateY(2000px);
    }
     60% {
         opacity: 1;
         -webkit-transform: translateY(-30px);
         -ms-transform: translateY(-30px);
         transform: translateY(-30px);
    }
     80% {
         -webkit-transform: translateY(10px);
         -ms-transform: translateY(10px);
         transform: translateY(10px);
    }
     100% {
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
    }
}
 .bounceInUp {
     -webkit-animation-name: bounceInUp;
     animation-name: bounceInUp;
}
 @-webkit-keyframes bounceOut {
     0% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     25% {
         -webkit-transform: scale(0.95);
         transform: scale(0.95);
    }
     50% {
         opacity: 1;
         -webkit-transform: scale(1.1);
         transform: scale(1.1);
    }
     100% {
         opacity: 0;
         -webkit-transform: scale(0.3);
         transform: scale(0.3);
    }
}
 @keyframes bounceOut {
     0% {
         -webkit-transform: scale(1);
         -ms-transform: scale(1);
         transform: scale(1);
    }
     25% {
         -webkit-transform: scale(0.95);
         -ms-transform: scale(0.95);
         transform: scale(0.95);
    }
     50% {
         opacity: 1;
         -webkit-transform: scale(1.1);
         -ms-transform: scale(1.1);
         transform: scale(1.1);
    }
     100% {
         opacity: 0;
         -webkit-transform: scale(0.3);
         -ms-transform: scale(0.3);
         transform: scale(0.3);
    }
}
 .bounceOut {
     -webkit-animation-name: bounceOut;
     animation-name: bounceOut;
}
 @-webkit-keyframes bounceOutDown {
     0% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
     20% {
         opacity: 1;
         -webkit-transform: translateY(-20px);
         transform: translateY(-20px);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateY(2000px);
         transform: translateY(2000px);
    }
}
 @keyframes bounceOutDown {
     0% {
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
    }
     20% {
         opacity: 1;
         -webkit-transform: translateY(-20px);
         -ms-transform: translateY(-20px);
         transform: translateY(-20px);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateY(2000px);
         -ms-transform: translateY(2000px);
         transform: translateY(2000px);
    }
}
 .bounceOutDown {
     -webkit-animation-name: bounceOutDown;
     animation-name: bounceOutDown;
}
 @-webkit-keyframes bounceOutLeft {
     0% {
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
     20% {
         opacity: 1;
         -webkit-transform: translateX(20px);
         transform: translateX(20px);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateX(-2000px);
         transform: translateX(-2000px);
    }
}
 @keyframes bounceOutLeft {
     0% {
         -webkit-transform: translateX(0);
         -ms-transform: translateX(0);
         transform: translateX(0);
    }
     20% {
         opacity: 1;
         -webkit-transform: translateX(20px);
         -ms-transform: translateX(20px);
         transform: translateX(20px);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateX(-2000px);
         -ms-transform: translateX(-2000px);
         transform: translateX(-2000px);
    }
}
 .bounceOutLeft {
     -webkit-animation-name: bounceOutLeft;
     animation-name: bounceOutLeft;
}
 @-webkit-keyframes bounceOutRight {
     0% {
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
     20% {
         opacity: 1;
         -webkit-transform: translateX(-20px);
         transform: translateX(-20px);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateX(2000px);
         transform: translateX(2000px);
    }
}
 @keyframes bounceOutRight {
     0% {
         -webkit-transform: translateX(0);
         -ms-transform: translateX(0);
         transform: translateX(0);
    }
     20% {
         opacity: 1;
         -webkit-transform: translateX(-20px);
         -ms-transform: translateX(-20px);
         transform: translateX(-20px);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateX(2000px);
         -ms-transform: translateX(2000px);
         transform: translateX(2000px);
    }
}
 .bounceOutRight {
     -webkit-animation-name: bounceOutRight;
     animation-name: bounceOutRight;
}
 @-webkit-keyframes bounceOutUp {
     0% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
     20% {
         opacity: 1;
         -webkit-transform: translateY(20px);
         transform: translateY(20px);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateY(-2000px);
         transform: translateY(-2000px);
    }
}
 @keyframes bounceOutUp {
     0% {
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
    }
     20% {
         opacity: 1;
         -webkit-transform: translateY(20px);
         -ms-transform: translateY(20px);
         transform: translateY(20px);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateY(-2000px);
         -ms-transform: translateY(-2000px);
         transform: translateY(-2000px);
    }
}
 .bounceOutUp {
     -webkit-animation-name: bounceOutUp;
     animation-name: bounceOutUp;
}
 @-webkit-keyframes fadeIn {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 @keyframes fadeIn {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 .fadeIn {
     -webkit-animation-name: fadeIn;
     animation-name: fadeIn;
}
 @-webkit-keyframes fadeInDown {
     0% {
         opacity: 0;
         -webkit-transform: translateY(-20px);
         transform: translateY(-20px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
}
 @keyframes fadeInDown {
     0% {
         opacity: 0;
         -webkit-transform: translateY(-20px);
         -ms-transform: translateY(-20px);
         transform: translateY(-20px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
    }
}
 .fadeInDown {
     -webkit-animation-name: fadeInDown;
     animation-name: fadeInDown;
}
 @-webkit-keyframes fadeInDownBig {
     0% {
         opacity: 0;
         -webkit-transform: translateY(-2000px);
         transform: translateY(-2000px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
}
 @keyframes fadeInDownBig {
     0% {
         opacity: 0;
         -webkit-transform: translateY(-2000px);
         -ms-transform: translateY(-2000px);
         transform: translateY(-2000px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
    }
}
 .fadeInDownBig {
     -webkit-animation-name: fadeInDownBig;
     animation-name: fadeInDownBig;
}
 @-webkit-keyframes fadeInLeft {
     0% {
         opacity: 0;
         -webkit-transform: translateX(-20px);
         transform: translateX(-20px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
}
 @keyframes fadeInLeft {
     0% {
         opacity: 0;
         -webkit-transform: translateX(-20px);
         -ms-transform: translateX(-20px);
         transform: translateX(-20px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateX(0);
         -ms-transform: translateX(0);
         transform: translateX(0);
    }
}
 .fadeInLeft {
     -webkit-animation-name: fadeInLeft;
     animation-name: fadeInLeft;
}
 @-webkit-keyframes fadeInLeftBig {
     0% {
         opacity: 0;
         -webkit-transform: translateX(-2000px);
         transform: translateX(-2000px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
}
 @keyframes fadeInLeftBig {
     0% {
         opacity: 0;
         -webkit-transform: translateX(-2000px);
         -ms-transform: translateX(-2000px);
         transform: translateX(-2000px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateX(0);
         -ms-transform: translateX(0);
         transform: translateX(0);
    }
}
 .fadeInLeftBig {
     -webkit-animation-name: fadeInLeftBig;
     animation-name: fadeInLeftBig;
}
 @-webkit-keyframes fadeInRight {
     0% {
         opacity: 0;
         -webkit-transform: translateX(20px);
         transform: translateX(20px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
}
 @keyframes fadeInRight {
     0% {
         opacity: 0;
         -webkit-transform: translateX(20px);
         -ms-transform: translateX(20px);
         transform: translateX(20px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateX(0);
         -ms-transform: translateX(0);
         transform: translateX(0);
    }
}
 .fadeInRight {
     -webkit-animation-name: fadeInRight;
     animation-name: fadeInRight;
}
 @-webkit-keyframes fadeInRightBig {
     0% {
         opacity: 0;
         -webkit-transform: translateX(2000px);
         transform: translateX(2000px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
}
 @keyframes fadeInRightBig {
     0% {
         opacity: 0;
         -webkit-transform: translateX(2000px);
         -ms-transform: translateX(2000px);
         transform: translateX(2000px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateX(0);
         -ms-transform: translateX(0);
         transform: translateX(0);
    }
}
 .fadeInRightBig {
     -webkit-animation-name: fadeInRightBig;
     animation-name: fadeInRightBig;
}
 @-webkit-keyframes fadeInUp {
     0% {
         opacity: 0;
         -webkit-transform: translateY(20px);
         transform: translateY(20px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
}
 @keyframes fadeInUp {
     0% {
         opacity: 0;
         -webkit-transform: translateY(20px);
         -ms-transform: translateY(20px);
         transform: translateY(20px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
    }
}
 .fadeInUp {
     -webkit-animation-name: fadeInUp;
     animation-name: fadeInUp;
}
 @-webkit-keyframes fadeInUpBig {
     0% {
         opacity: 0;
         -webkit-transform: translateY(2000px);
         transform: translateY(2000px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
}
 @keyframes fadeInUpBig {
     0% {
         opacity: 0;
         -webkit-transform: translateY(2000px);
         -ms-transform: translateY(2000px);
         transform: translateY(2000px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
    }
}
 .fadeInUpBig {
     -webkit-animation-name: fadeInUpBig;
     animation-name: fadeInUpBig;
}
 @-webkit-keyframes fadeOut {
     0% {
         opacity: 1;
    }
     100% {
         opacity: 0;
    }
}
 @keyframes fadeOut {
     0% {
         opacity: 1;
    }
     100% {
         opacity: 0;
    }
}
 .fadeOut {
     -webkit-animation-name: fadeOut;
     animation-name: fadeOut;
}
 @-webkit-keyframes fadeOutDown {
     0% {
         opacity: 1;
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateY(20px);
         transform: translateY(20px);
    }
}
 @keyframes fadeOutDown {
     0% {
         opacity: 1;
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateY(20px);
         -ms-transform: translateY(20px);
         transform: translateY(20px);
    }
}
 .fadeOutDown {
     -webkit-animation-name: fadeOutDown;
     animation-name: fadeOutDown;
}
 @-webkit-keyframes fadeOutDownBig {
     0% {
         opacity: 1;
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateY(2000px);
         transform: translateY(2000px);
    }
}
 @keyframes fadeOutDownBig {
     0% {
         opacity: 1;
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateY(2000px);
         -ms-transform: translateY(2000px);
         transform: translateY(2000px);
    }
}
 .fadeOutDownBig {
     -webkit-animation-name: fadeOutDownBig;
     animation-name: fadeOutDownBig;
}
 @-webkit-keyframes fadeOutLeft {
     0% {
         opacity: 1;
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateX(-20px);
         transform: translateX(-20px);
    }
}
 @keyframes fadeOutLeft {
     0% {
         opacity: 1;
         -webkit-transform: translateX(0);
         -ms-transform: translateX(0);
         transform: translateX(0);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateX(-20px);
         -ms-transform: translateX(-20px);
         transform: translateX(-20px);
    }
}
 .fadeOutLeft {
     -webkit-animation-name: fadeOutLeft;
     animation-name: fadeOutLeft;
}
 @-webkit-keyframes fadeOutLeftBig {
     0% {
         opacity: 1;
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateX(-2000px);
         transform: translateX(-2000px);
    }
}
 @keyframes fadeOutLeftBig {
     0% {
         opacity: 1;
         -webkit-transform: translateX(0);
         -ms-transform: translateX(0);
         transform: translateX(0);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateX(-2000px);
         -ms-transform: translateX(-2000px);
         transform: translateX(-2000px);
    }
}
 .fadeOutLeftBig {
     -webkit-animation-name: fadeOutLeftBig;
     animation-name: fadeOutLeftBig;
}
 @-webkit-keyframes fadeOutRight {
     0% {
         opacity: 1;
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateX(20px);
         transform: translateX(20px);
    }
}
 @keyframes fadeOutRight {
     0% {
         opacity: 1;
         -webkit-transform: translateX(0);
         -ms-transform: translateX(0);
         transform: translateX(0);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateX(20px);
         -ms-transform: translateX(20px);
         transform: translateX(20px);
    }
}
 .fadeOutRight {
     -webkit-animation-name: fadeOutRight;
     animation-name: fadeOutRight;
}
 @-webkit-keyframes fadeOutRightBig {
     0% {
         opacity: 1;
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateX(2000px);
         transform: translateX(2000px);
    }
}
 @keyframes fadeOutRightBig {
     0% {
         opacity: 1;
         -webkit-transform: translateX(0);
         -ms-transform: translateX(0);
         transform: translateX(0);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateX(2000px);
         -ms-transform: translateX(2000px);
         transform: translateX(2000px);
    }
}
 .fadeOutRightBig {
     -webkit-animation-name: fadeOutRightBig;
     animation-name: fadeOutRightBig;
}
 @-webkit-keyframes fadeOutUp {
     0% {
         opacity: 1;
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateY(-20px);
         transform: translateY(-20px);
    }
}
 @keyframes fadeOutUp {
     0% {
         opacity: 1;
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateY(-20px);
         -ms-transform: translateY(-20px);
         transform: translateY(-20px);
    }
}
 .fadeOutUp {
     -webkit-animation-name: fadeOutUp;
     animation-name: fadeOutUp;
}
 @-webkit-keyframes fadeOutUpBig {
     0% {
         opacity: 1;
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateY(-2000px);
         transform: translateY(-2000px);
    }
}
 @keyframes fadeOutUpBig {
     0% {
         opacity: 1;
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateY(-2000px);
         -ms-transform: translateY(-2000px);
         transform: translateY(-2000px);
    }
}
 .fadeOutUpBig {
     -webkit-animation-name: fadeOutUpBig;
     animation-name: fadeOutUpBig;
}
 @-webkit-keyframes flip {
     0% {
         -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
         transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
         -webkit-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
    }
     40% {
         -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
         transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
         -webkit-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
    }
     50% {
         -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
         transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
         -webkit-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    }
     80% {
         -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
         transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
         -webkit-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    }
     100% {
         -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
         transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
         -webkit-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    }
}
 @keyframes flip {
     0% {
         -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
         -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
         transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
         -webkit-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
    }
     40% {
         -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
         -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
         transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
         -webkit-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
    }
     50% {
         -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
         -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
         transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
         -webkit-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    }
     80% {
         -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
         -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
         transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
         -webkit-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    }
     100% {
         -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
         -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
         transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
         -webkit-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    }
}
 .animated.flip {
     -webkit-backface-visibility: visible;
     -ms-backface-visibility: visible;
     backface-visibility: visible;
     -webkit-animation-name: flip;
     animation-name: flip;
}
 @-webkit-keyframes flipInX {
     0% {
         -webkit-transform: perspective(400px) rotateX(90deg);
         transform: perspective(400px) rotateX(90deg);
         opacity: 0;
    }
     40% {
         -webkit-transform: perspective(400px) rotateX(-10deg);
         transform: perspective(400px) rotateX(-10deg);
    }
     70% {
         -webkit-transform: perspective(400px) rotateX(10deg);
         transform: perspective(400px) rotateX(10deg);
    }
     100% {
         -webkit-transform: perspective(400px) rotateX(0deg);
         transform: perspective(400px) rotateX(0deg);
         opacity: 1;
    }
}
 @keyframes flipInX {
     0% {
         -webkit-transform: perspective(400px) rotateX(90deg);
         -ms-transform: perspective(400px) rotateX(90deg);
         transform: perspective(400px) rotateX(90deg);
         opacity: 0;
    }
     40% {
         -webkit-transform: perspective(400px) rotateX(-10deg);
         -ms-transform: perspective(400px) rotateX(-10deg);
         transform: perspective(400px) rotateX(-10deg);
    }
     70% {
         -webkit-transform: perspective(400px) rotateX(10deg);
         -ms-transform: perspective(400px) rotateX(10deg);
         transform: perspective(400px) rotateX(10deg);
    }
     100% {
         -webkit-transform: perspective(400px) rotateX(0deg);
         -ms-transform: perspective(400px) rotateX(0deg);
         transform: perspective(400px) rotateX(0deg);
         opacity: 1;
    }
}
 .flipInX {
     -webkit-backface-visibility: visible !important;
     -ms-backface-visibility: visible !important;
     backface-visibility: visible !important;
     -webkit-animation-name: flipInX;
     animation-name: flipInX;
}
 @-webkit-keyframes flipInY {
     0% {
         -webkit-transform: perspective(400px) rotateY(90deg);
         transform: perspective(400px) rotateY(90deg);
         opacity: 0;
    }
     40% {
         -webkit-transform: perspective(400px) rotateY(-10deg);
         transform: perspective(400px) rotateY(-10deg);
    }
     70% {
         -webkit-transform: perspective(400px) rotateY(10deg);
         transform: perspective(400px) rotateY(10deg);
    }
     100% {
         -webkit-transform: perspective(400px) rotateY(0deg);
         transform: perspective(400px) rotateY(0deg);
         opacity: 1;
    }
}
 @keyframes flipInY {
     0% {
         -webkit-transform: perspective(400px) rotateY(90deg);
         -ms-transform: perspective(400px) rotateY(90deg);
         transform: perspective(400px) rotateY(90deg);
         opacity: 0;
    }
     40% {
         -webkit-transform: perspective(400px) rotateY(-10deg);
         -ms-transform: perspective(400px) rotateY(-10deg);
         transform: perspective(400px) rotateY(-10deg);
    }
     70% {
         -webkit-transform: perspective(400px) rotateY(10deg);
         -ms-transform: perspective(400px) rotateY(10deg);
         transform: perspective(400px) rotateY(10deg);
    }
     100% {
         -webkit-transform: perspective(400px) rotateY(0deg);
         -ms-transform: perspective(400px) rotateY(0deg);
         transform: perspective(400px) rotateY(0deg);
         opacity: 1;
    }
}
 .flipInY {
     -webkit-backface-visibility: visible !important;
     -ms-backface-visibility: visible !important;
     backface-visibility: visible !important;
     -webkit-animation-name: flipInY;
     animation-name: flipInY;
}
 @-webkit-keyframes flipOutX {
     0% {
         -webkit-transform: perspective(400px) rotateX(0deg);
         transform: perspective(400px) rotateX(0deg);
         opacity: 1;
    }
     100% {
         -webkit-transform: perspective(400px) rotateX(90deg);
         transform: perspective(400px) rotateX(90deg);
         opacity: 0;
    }
}
 @keyframes flipOutX {
     0% {
         -webkit-transform: perspective(400px) rotateX(0deg);
         -ms-transform: perspective(400px) rotateX(0deg);
         transform: perspective(400px) rotateX(0deg);
         opacity: 1;
    }
     100% {
         -webkit-transform: perspective(400px) rotateX(90deg);
         -ms-transform: perspective(400px) rotateX(90deg);
         transform: perspective(400px) rotateX(90deg);
         opacity: 0;
    }
}
 .flipOutX {
     -webkit-animation-name: flipOutX;
     animation-name: flipOutX;
     -webkit-backface-visibility: visible !important;
     -ms-backface-visibility: visible !important;
     backface-visibility: visible !important;
}
 @-webkit-keyframes flipOutY {
     0% {
         -webkit-transform: perspective(400px) rotateY(0deg);
         transform: perspective(400px) rotateY(0deg);
         opacity: 1;
    }
     100% {
         -webkit-transform: perspective(400px) rotateY(90deg);
         transform: perspective(400px) rotateY(90deg);
         opacity: 0;
    }
}
 @keyframes flipOutY {
     0% {
         -webkit-transform: perspective(400px) rotateY(0deg);
         -ms-transform: perspective(400px) rotateY(0deg);
         transform: perspective(400px) rotateY(0deg);
         opacity: 1;
    }
     100% {
         -webkit-transform: perspective(400px) rotateY(90deg);
         -ms-transform: perspective(400px) rotateY(90deg);
         transform: perspective(400px) rotateY(90deg);
         opacity: 0;
    }
}
 .flipOutY {
     -webkit-backface-visibility: visible !important;
     -ms-backface-visibility: visible !important;
     backface-visibility: visible !important;
     -webkit-animation-name: flipOutY;
     animation-name: flipOutY;
}
 @-webkit-keyframes lightSpeedIn {
     0% {
         -webkit-transform: translateX(100%) skewX(-30deg);
         transform: translateX(100%) skewX(-30deg);
         opacity: 0;
    }
     60% {
         -webkit-transform: translateX(-20%) skewX(30deg);
         transform: translateX(-20%) skewX(30deg);
         opacity: 1;
    }
     80% {
         -webkit-transform: translateX(0%) skewX(-15deg);
         transform: translateX(0%) skewX(-15deg);
         opacity: 1;
    }
     100% {
         -webkit-transform: translateX(0%) skewX(0deg);
         transform: translateX(0%) skewX(0deg);
         opacity: 1;
    }
}
 @keyframes lightSpeedIn {
     0% {
         -webkit-transform: translateX(100%) skewX(-30deg);
         -ms-transform: translateX(100%) skewX(-30deg);
         transform: translateX(100%) skewX(-30deg);
         opacity: 0;
    }
     60% {
         -webkit-transform: translateX(-20%) skewX(30deg);
         -ms-transform: translateX(-20%) skewX(30deg);
         transform: translateX(-20%) skewX(30deg);
         opacity: 1;
    }
     80% {
         -webkit-transform: translateX(0%) skewX(-15deg);
         -ms-transform: translateX(0%) skewX(-15deg);
         transform: translateX(0%) skewX(-15deg);
         opacity: 1;
    }
     100% {
         -webkit-transform: translateX(0%) skewX(0deg);
         -ms-transform: translateX(0%) skewX(0deg);
         transform: translateX(0%) skewX(0deg);
         opacity: 1;
    }
}
 .lightSpeedIn {
     -webkit-animation-name: lightSpeedIn;
     animation-name: lightSpeedIn;
     -webkit-animation-timing-function: ease-out;
     animation-timing-function: ease-out;
}
 @-webkit-keyframes lightSpeedOut {
     0% {
         -webkit-transform: translateX(0%) skewX(0deg);
         transform: translateX(0%) skewX(0deg);
         opacity: 1;
    }
     100% {
         -webkit-transform: translateX(100%) skewX(-30deg);
         transform: translateX(100%) skewX(-30deg);
         opacity: 0;
    }
}
 @keyframes lightSpeedOut {
     0% {
         -webkit-transform: translateX(0%) skewX(0deg);
         -ms-transform: translateX(0%) skewX(0deg);
         transform: translateX(0%) skewX(0deg);
         opacity: 1;
    }
     100% {
         -webkit-transform: translateX(100%) skewX(-30deg);
         -ms-transform: translateX(100%) skewX(-30deg);
         transform: translateX(100%) skewX(-30deg);
         opacity: 0;
    }
}
 .lightSpeedOut {
     -webkit-animation-name: lightSpeedOut;
     animation-name: lightSpeedOut;
     -webkit-animation-timing-function: ease-in;
     animation-timing-function: ease-in;
}
 @-webkit-keyframes rotateIn {
     0% {
         -webkit-transform-origin: center center;
         transform-origin: center center;
         -webkit-transform: rotate(-200deg);
         transform: rotate(-200deg);
         opacity: 0;
    }
     100% {
         -webkit-transform-origin: center center;
         transform-origin: center center;
         -webkit-transform: rotate(0);
         transform: rotate(0);
         opacity: 1;
    }
}
 @keyframes rotateIn {
     0% {
         -webkit-transform-origin: center center;
         -ms-transform-origin: center center;
         transform-origin: center center;
         -webkit-transform: rotate(-200deg);
         -ms-transform: rotate(-200deg);
         transform: rotate(-200deg);
         opacity: 0;
    }
     100% {
         -webkit-transform-origin: center center;
         -ms-transform-origin: center center;
         transform-origin: center center;
         -webkit-transform: rotate(0);
         -ms-transform: rotate(0);
         transform: rotate(0);
         opacity: 1;
    }
}
 .rotateIn {
     -webkit-animation-name: rotateIn;
     animation-name: rotateIn;
}
 @-webkit-keyframes rotateInDownLeft {
     0% {
         -webkit-transform-origin: left bottom;
         transform-origin: left bottom;
         -webkit-transform: rotate(-90deg);
         transform: rotate(-90deg);
         opacity: 0;
    }
     100% {
         -webkit-transform-origin: left bottom;
         transform-origin: left bottom;
         -webkit-transform: rotate(0);
         transform: rotate(0);
         opacity: 1;
    }
}
 @keyframes rotateInDownLeft {
     0% {
         -webkit-transform-origin: left bottom;
         -ms-transform-origin: left bottom;
         transform-origin: left bottom;
         -webkit-transform: rotate(-90deg);
         -ms-transform: rotate(-90deg);
         transform: rotate(-90deg);
         opacity: 0;
    }
     100% {
         -webkit-transform-origin: left bottom;
         -ms-transform-origin: left bottom;
         transform-origin: left bottom;
         -webkit-transform: rotate(0);
         -ms-transform: rotate(0);
         transform: rotate(0);
         opacity: 1;
    }
}
 .rotateInDownLeft {
     -webkit-animation-name: rotateInDownLeft;
     animation-name: rotateInDownLeft;
}
 @-webkit-keyframes rotateInDownRight {
     0% {
         -webkit-transform-origin: right bottom;
         transform-origin: right bottom;
         -webkit-transform: rotate(90deg);
         transform: rotate(90deg);
         opacity: 0;
    }
     100% {
         -webkit-transform-origin: right bottom;
         transform-origin: right bottom;
         -webkit-transform: rotate(0);
         transform: rotate(0);
         opacity: 1;
    }
}
 @keyframes rotateInDownRight {
     0% {
         -webkit-transform-origin: right bottom;
         -ms-transform-origin: right bottom;
         transform-origin: right bottom;
         -webkit-transform: rotate(90deg);
         -ms-transform: rotate(90deg);
         transform: rotate(90deg);
         opacity: 0;
    }
     100% {
         -webkit-transform-origin: right bottom;
         -ms-transform-origin: right bottom;
         transform-origin: right bottom;
         -webkit-transform: rotate(0);
         -ms-transform: rotate(0);
         transform: rotate(0);
         opacity: 1;
    }
}
 .rotateInDownRight {
     -webkit-animation-name: rotateInDownRight;
     animation-name: rotateInDownRight;
}
 @-webkit-keyframes rotateInUpLeft {
     0% {
         -webkit-transform-origin: left bottom;
         transform-origin: left bottom;
         -webkit-transform: rotate(90deg);
         transform: rotate(90deg);
         opacity: 0;
    }
     100% {
         -webkit-transform-origin: left bottom;
         transform-origin: left bottom;
         -webkit-transform: rotate(0);
         transform: rotate(0);
         opacity: 1;
    }
}
 @keyframes rotateInUpLeft {
     0% {
         -webkit-transform-origin: left bottom;
         -ms-transform-origin: left bottom;
         transform-origin: left bottom;
         -webkit-transform: rotate(90deg);
         -ms-transform: rotate(90deg);
         transform: rotate(90deg);
         opacity: 0;
    }
     100% {
         -webkit-transform-origin: left bottom;
         -ms-transform-origin: left bottom;
         transform-origin: left bottom;
         -webkit-transform: rotate(0);
         -ms-transform: rotate(0);
         transform: rotate(0);
         opacity: 1;
    }
}
 .rotateInUpLeft {
     -webkit-animation-name: rotateInUpLeft;
     animation-name: rotateInUpLeft;
}
 @-webkit-keyframes rotateInUpRight {
     0% {
         -webkit-transform-origin: right bottom;
         transform-origin: right bottom;
         -webkit-transform: rotate(-90deg);
         transform: rotate(-90deg);
         opacity: 0;
    }
     100% {
         -webkit-transform-origin: right bottom;
         transform-origin: right bottom;
         -webkit-transform: rotate(0);
         transform: rotate(0);
         opacity: 1;
    }
}
 @keyframes rotateInUpRight {
     0% {
         -webkit-transform-origin: right bottom;
         -ms-transform-origin: right bottom;
         transform-origin: right bottom;
         -webkit-transform: rotate(-90deg);
         -ms-transform: rotate(-90deg);
         transform: rotate(-90deg);
         opacity: 0;
    }
     100% {
         -webkit-transform-origin: right bottom;
         -ms-transform-origin: right bottom;
         transform-origin: right bottom;
         -webkit-transform: rotate(0);
         -ms-transform: rotate(0);
         transform: rotate(0);
         opacity: 1;
    }
}
 .rotateInUpRight {
     -webkit-animation-name: rotateInUpRight;
     animation-name: rotateInUpRight;
}
 @-webkit-keyframes rotateOut {
     0% {
         -webkit-transform-origin: center center;
         transform-origin: center center;
         -webkit-transform: rotate(0);
         transform: rotate(0);
         opacity: 1;
    }
     100% {
         -webkit-transform-origin: center center;
         transform-origin: center center;
         -webkit-transform: rotate(200deg);
         transform: rotate(200deg);
         opacity: 0;
    }
}
 @keyframes rotateOut {
     0% {
         -webkit-transform-origin: center center;
         -ms-transform-origin: center center;
         transform-origin: center center;
         -webkit-transform: rotate(0);
         -ms-transform: rotate(0);
         transform: rotate(0);
         opacity: 1;
    }
     100% {
         -webkit-transform-origin: center center;
         -ms-transform-origin: center center;
         transform-origin: center center;
         -webkit-transform: rotate(200deg);
         -ms-transform: rotate(200deg);
         transform: rotate(200deg);
         opacity: 0;
    }
}
 .rotateOut {
     -webkit-animation-name: rotateOut;
     animation-name: rotateOut;
}
 @-webkit-keyframes rotateOutDownLeft {
     0% {
         -webkit-transform-origin: left bottom;
         transform-origin: left bottom;
         -webkit-transform: rotate(0);
         transform: rotate(0);
         opacity: 1;
    }
     100% {
         -webkit-transform-origin: left bottom;
         transform-origin: left bottom;
         -webkit-transform: rotate(90deg);
         transform: rotate(90deg);
         opacity: 0;
    }
}
 @keyframes rotateOutDownLeft {
     0% {
         -webkit-transform-origin: left bottom;
         -ms-transform-origin: left bottom;
         transform-origin: left bottom;
         -webkit-transform: rotate(0);
         -ms-transform: rotate(0);
         transform: rotate(0);
         opacity: 1;
    }
     100% {
         -webkit-transform-origin: left bottom;
         -ms-transform-origin: left bottom;
         transform-origin: left bottom;
         -webkit-transform: rotate(90deg);
         -ms-transform: rotate(90deg);
         transform: rotate(90deg);
         opacity: 0;
    }
}
 .rotateOutDownLeft {
     -webkit-animation-name: rotateOutDownLeft;
     animation-name: rotateOutDownLeft;
}
 @-webkit-keyframes rotateOutDownRight {
     0% {
         -webkit-transform-origin: right bottom;
         transform-origin: right bottom;
         -webkit-transform: rotate(0);
         transform: rotate(0);
         opacity: 1;
    }
     100% {
         -webkit-transform-origin: right bottom;
         transform-origin: right bottom;
         -webkit-transform: rotate(-90deg);
         transform: rotate(-90deg);
         opacity: 0;
    }
}
 @keyframes rotateOutDownRight {
     0% {
         -webkit-transform-origin: right bottom;
         -ms-transform-origin: right bottom;
         transform-origin: right bottom;
         -webkit-transform: rotate(0);
         -ms-transform: rotate(0);
         transform: rotate(0);
         opacity: 1;
    }
     100% {
         -webkit-transform-origin: right bottom;
         -ms-transform-origin: right bottom;
         transform-origin: right bottom;
         -webkit-transform: rotate(-90deg);
         -ms-transform: rotate(-90deg);
         transform: rotate(-90deg);
         opacity: 0;
    }
}
 .rotateOutDownRight {
     -webkit-animation-name: rotateOutDownRight;
     animation-name: rotateOutDownRight;
}
 @-webkit-keyframes rotateOutUpLeft {
     0% {
         -webkit-transform-origin: left bottom;
         transform-origin: left bottom;
         -webkit-transform: rotate(0);
         transform: rotate(0);
         opacity: 1;
    }
     100% {
         -webkit-transform-origin: left bottom;
         transform-origin: left bottom;
         -webkit-transform: rotate(-90deg);
         transform: rotate(-90deg);
         opacity: 0;
    }
}
 @keyframes rotateOutUpLeft {
     0% {
         -webkit-transform-origin: left bottom;
         -ms-transform-origin: left bottom;
         transform-origin: left bottom;
         -webkit-transform: rotate(0);
         -ms-transform: rotate(0);
         transform: rotate(0);
         opacity: 1;
    }
     100% {
         -webkit-transform-origin: left bottom;
         -ms-transform-origin: left bottom;
         transform-origin: left bottom;
         -webkit-transform: rotate(-90deg);
         -ms-transform: rotate(-90deg);
         transform: rotate(-90deg);
         opacity: 0;
    }
}
 .rotateOutUpLeft {
     -webkit-animation-name: rotateOutUpLeft;
     animation-name: rotateOutUpLeft;
}
 @-webkit-keyframes rotateOutUpRight {
     0% {
         -webkit-transform-origin: right bottom;
         transform-origin: right bottom;
         -webkit-transform: rotate(0);
         transform: rotate(0);
         opacity: 1;
    }
     100% {
         -webkit-transform-origin: right bottom;
         transform-origin: right bottom;
         -webkit-transform: rotate(90deg);
         transform: rotate(90deg);
         opacity: 0;
    }
}
 @keyframes rotateOutUpRight {
     0% {
         -webkit-transform-origin: right bottom;
         -ms-transform-origin: right bottom;
         transform-origin: right bottom;
         -webkit-transform: rotate(0);
         -ms-transform: rotate(0);
         transform: rotate(0);
         opacity: 1;
    }
     100% {
         -webkit-transform-origin: right bottom;
         -ms-transform-origin: right bottom;
         transform-origin: right bottom;
         -webkit-transform: rotate(90deg);
         -ms-transform: rotate(90deg);
         transform: rotate(90deg);
         opacity: 0;
    }
}
 .rotateOutUpRight {
     -webkit-animation-name: rotateOutUpRight;
     animation-name: rotateOutUpRight;
}
 @-webkit-keyframes slideInDown {
     0% {
         opacity: 0;
         -webkit-transform: translateY(-2000px);
         transform: translateY(-2000px);
    }
     100% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
}
 @keyframes slideInDown {
     0% {
         opacity: 0;
         -webkit-transform: translateY(-2000px);
         -ms-transform: translateY(-2000px);
         transform: translateY(-2000px);
    }
     100% {
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
    }
}
 .slideInDown {
     -webkit-animation-name: slideInDown;
     animation-name: slideInDown;
}
 @-webkit-keyframes slideInLeft {
     0% {
         opacity: 0;
         -webkit-transform: translateX(-2000px);
         transform: translateX(-2000px);
    }
     100% {
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
}
 @keyframes slideInLeft {
     0% {
         opacity: 0;
         -webkit-transform: translateX(-2000px);
         -ms-transform: translateX(-2000px);
         transform: translateX(-2000px);
    }
     100% {
         -webkit-transform: translateX(0);
         -ms-transform: translateX(0);
         transform: translateX(0);
    }
}
 .slideInLeft {
     -webkit-animation-name: slideInLeft;
     animation-name: slideInLeft;
}
 @-webkit-keyframes slideInRight {
     0% {
         opacity: 0;
         -webkit-transform: translateX(2000px);
         transform: translateX(2000px);
    }
     100% {
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
}
 @keyframes slideInRight {
     0% {
         opacity: 0;
         -webkit-transform: translateX(2000px);
         -ms-transform: translateX(2000px);
         transform: translateX(2000px);
    }
     100% {
         -webkit-transform: translateX(0);
         -ms-transform: translateX(0);
         transform: translateX(0);
    }
}
 .slideInRight {
     -webkit-animation-name: slideInRight;
     animation-name: slideInRight;
}
 @-webkit-keyframes slideOutLeft {
     0% {
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateX(-2000px);
         transform: translateX(-2000px);
    }
}
 @keyframes slideOutLeft {
     0% {
         -webkit-transform: translateX(0);
         -ms-transform: translateX(0);
         transform: translateX(0);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateX(-2000px);
         -ms-transform: translateX(-2000px);
         transform: translateX(-2000px);
    }
}
 .slideOutLeft {
     -webkit-animation-name: slideOutLeft;
     animation-name: slideOutLeft;
}
 @-webkit-keyframes slideOutRight {
     0% {
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateX(2000px);
         transform: translateX(2000px);
    }
}
 @keyframes slideOutRight {
     0% {
         -webkit-transform: translateX(0);
         -ms-transform: translateX(0);
         transform: translateX(0);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateX(2000px);
         -ms-transform: translateX(2000px);
         transform: translateX(2000px);
    }
}
 .slideOutRight {
     -webkit-animation-name: slideOutRight;
     animation-name: slideOutRight;
}
 @-webkit-keyframes slideOutUp {
     0% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateY(-2000px);
         transform: translateY(-2000px);
    }
}
 @keyframes slideOutUp {
     0% {
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateY(-2000px);
         -ms-transform: translateY(-2000px);
         transform: translateY(-2000px);
    }
}
 .slideOutUp {
     -webkit-animation-name: slideOutUp;
     animation-name: slideOutUp;
}
 @-webkit-keyframes hinge {
     0% {
         -webkit-transform: rotate(0);
         transform: rotate(0);
         -webkit-transform-origin: top left;
         transform-origin: top left;
         -webkit-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out;
    }
     20%, 60% {
         -webkit-transform: rotate(80deg);
         transform: rotate(80deg);
         -webkit-transform-origin: top left;
         transform-origin: top left;
         -webkit-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out;
    }
     40% {
         -webkit-transform: rotate(60deg);
         transform: rotate(60deg);
         -webkit-transform-origin: top left;
         transform-origin: top left;
         -webkit-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out;
    }
     80% {
         -webkit-transform: rotate(60deg) translateY(0);
         transform: rotate(60deg) translateY(0);
         opacity: 1;
         -webkit-transform-origin: top left;
         transform-origin: top left;
         -webkit-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out;
    }
     100% {
         -webkit-transform: translateY(700px);
         transform: translateY(700px);
         opacity: 0;
    }
}
 @keyframes hinge {
     0% {
         -webkit-transform: rotate(0);
         -ms-transform: rotate(0);
         transform: rotate(0);
         -webkit-transform-origin: top left;
         -ms-transform-origin: top left;
         transform-origin: top left;
         -webkit-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out;
    }
     20%, 60% {
         -webkit-transform: rotate(80deg);
         -ms-transform: rotate(80deg);
         transform: rotate(80deg);
         -webkit-transform-origin: top left;
         -ms-transform-origin: top left;
         transform-origin: top left;
         -webkit-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out;
    }
     40% {
         -webkit-transform: rotate(60deg);
         -ms-transform: rotate(60deg);
         transform: rotate(60deg);
         -webkit-transform-origin: top left;
         -ms-transform-origin: top left;
         transform-origin: top left;
         -webkit-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out;
    }
     80% {
         -webkit-transform: rotate(60deg) translateY(0);
         -ms-transform: rotate(60deg) translateY(0);
         transform: rotate(60deg) translateY(0);
         opacity: 1;
         -webkit-transform-origin: top left;
         -ms-transform-origin: top left;
         transform-origin: top left;
         -webkit-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out;
    }
     100% {
         -webkit-transform: translateY(700px);
         -ms-transform: translateY(700px);
         transform: translateY(700px);
         opacity: 0;
    }
}
 .hinge {
     -webkit-animation-name: hinge;
     animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
 @-webkit-keyframes rollIn {
     0% {
         opacity: 0;
         -webkit-transform: translateX(-100%) rotate(-120deg);
         transform: translateX(-100%) rotate(-120deg);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateX(0px) rotate(0deg);
         transform: translateX(0px) rotate(0deg);
    }
}
 @keyframes rollIn {
     0% {
         opacity: 0;
         -webkit-transform: translateX(-100%) rotate(-120deg);
         -ms-transform: translateX(-100%) rotate(-120deg);
         transform: translateX(-100%) rotate(-120deg);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateX(0px) rotate(0deg);
         -ms-transform: translateX(0px) rotate(0deg);
         transform: translateX(0px) rotate(0deg);
    }
}
 .rollIn {
     -webkit-animation-name: rollIn;
     animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
 @-webkit-keyframes rollOut {
     0% {
         opacity: 1;
         -webkit-transform: translateX(0px) rotate(0deg);
         transform: translateX(0px) rotate(0deg);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateX(100%) rotate(120deg);
         transform: translateX(100%) rotate(120deg);
    }
}
 @keyframes rollOut {
     0% {
         opacity: 1;
         -webkit-transform: translateX(0px) rotate(0deg);
         -ms-transform: translateX(0px) rotate(0deg);
         transform: translateX(0px) rotate(0deg);
    }
     100% {
         opacity: 0;
         -webkit-transform: translateX(100%) rotate(120deg);
         -ms-transform: translateX(100%) rotate(120deg);
         transform: translateX(100%) rotate(120deg);
    }
}
 .rollOut {
     -webkit-animation-name: rollOut;
     animation-name: rollOut;
}
 .btn {
     background: #00aee6;
     border: 2px solid #00aee6;
     color: #fff;
     font-family: "fsalbert-bold";
     font-size: 18px;
     text-transform: uppercase;
     text-align: center;
     padding: 14px 27px 14px 27px;
     display: inline-block;
     cursor: pointer;
     border-radius: 50px;
     -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
     -o-border-radius: 50px;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 .btn i {
     padding-right: 15px;
}
 .btn:hover {
     background: #0d9eb7;
     border: 2px solid #0d9eb7;
}
 .btn-primary {
     background: #00aee6;
     border: 2px solid #00aee6;
}
 .btn-primary:hover {
     background: #0d9eb7;
     border: 2px solid #0d9eb7;
}
 .btn-gray {
     background: #515151;
     border: 2px solid #515151;
}
 .btn-gray:hover {
     background: #333333;
     border: 2px solid #515151;
}
 .btn-transparent {
     background: none;
     border: 2px solid #fff;
}
 .btn-transparent:hover {
     background: #fff;
     color: #000;
     border: 2px solid #fff;
}
 .request-a-quote {
     position: relative;
}
 .request-a-quote .form-wrap {
     padding: 0 0 0 44px;
}
 @media only screen and (max-width: 600px) {
     .request-a-quote .form-wrap {
         padding: 0;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     .request-a-quote .form-wrap {
         padding: 0;
    }
}
 .request-a-quote .form-header {
     background: #024e6e;
     text-align: center;
     vertical-align: middle;
     height: 132px;
     padding: 47px 0 0 0;
     margin-top: -132px;
}
 .request-a-quote .form-header h2 {
     color: #fff;
     font-family: "fsalbert-bold";
     font-size: 29px;
     margin: 0;
}
 .request-a-quote .form-header h2 i {
     padding-right: 25px;
}
 @media only screen and (max-width: 600px) {
     .request-a-quote .form-header h2 {
         font-size: 22px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     .request-a-quote .form-header h2 {
         font-size: 22px;
    }
}
 @media only screen and (max-width: 600px) {
     .request-a-quote .form-header {
         margin-top: 0;
         height: 70px;
         padding: 20px 0 0 0;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     .request-a-quote .form-header {
         margin-top: 0;
         height: 70px;
         padding: 20px 0 0 0;
    }
}
 .request-a-quote ul {
     background: #f0f0f0;
     padding: 36px;
}
 .request-a-quote ul li {
     display: block;
     list-style-type: none;
     margin: 0 0 5px 0;
}
 .request-a-quote ul li input[type="text"], .request-a-quote ul li input[type="email"], .request-a-quote ul li input[type="number"], .request-a-quote ul li input[type="tel"], .request-a-quote ul li select, .request-a-quote ul li option {
     width: 100%;
     padding: 13px 0;
     font-size: 18px;
     background: none;
     border: 0;
     border-bottom: 1px solid #bababa;
}
 .request-a-quote ul li input[type="text"]::-webkit-input-placeholder, .request-a-quote ul li input[type="email"]::-webkit-input-placeholder, .request-a-quote ul li input[type="number"]::-webkit-input-placeholder, .request-a-quote ul li input[type="tel"]::-webkit-input-placeholder, .request-a-quote ul li select::-webkit-input-placeholder, .request-a-quote ul li option::-webkit-input-placeholder {
     font-family: "fsalbert-regular-italic";
     color: #a1a1a1;
}
 .request-a-quote ul li input[type="text"]::-moz-placeholder, .request-a-quote ul li input[type="email"]::-moz-placeholder, .request-a-quote ul li input[type="number"]::-moz-placeholder, .request-a-quote ul li input[type="tel"]::-moz-placeholder, .request-a-quote ul li select::-moz-placeholder, .request-a-quote ul li option::-moz-placeholder {
     font-family: "fsalbert-regular-italic";
     color: #a1a1a1;
}
 .request-a-quote ul li input[type="text"]::-ms-input-placeholder, .request-a-quote ul li input[type="email"]::-ms-input-placeholder, .request-a-quote ul li input[type="number"]::-ms-input-placeholder, .request-a-quote ul li input[type="tel"]::-ms-input-placeholder, .request-a-quote ul li select::-ms-input-placeholder, .request-a-quote ul li option::-ms-input-placeholder {
     font-family: "fsalbert-regular-italic";
     color: #a1a1a1;
}
 .request-a-quote ul li input[type="text"]:-ms-placeholder, .request-a-quote ul li input[type="email"]:-ms-placeholder, .request-a-quote ul li input[type="number"]:-ms-placeholder, .request-a-quote ul li input[type="tel"]:-ms-placeholder, .request-a-quote ul li select:-ms-placeholder, .request-a-quote ul li option:-ms-placeholder {
     font-family: "fsalbert-regular-italic";
     color: #a1a1a1;
}
 .request-a-quote ul li .btn {
     margin: 23px 0 0 0;
}
 .div.wpcf7 .ajax-loader, .div.wpcf7 .ajax-loader, span.ajax-loader {
     background-repeat: no-repeat !important;
     width: 16px !important;
}
 .ui-datepicker{ width:15em !important; }
 .ui-datepicker table{ margin:0 !important; }
 .ui-datepicker th {
     padding: .7em .3em !important;
     text-align: center !important;
     font-weight: bold !important;
     border: 0 !important;
     background: #00ade5 !important;
     color: #fff !important;
     text-transform: uppercase !important;
     font-size: 12px !important;
}
 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
     border: none !important;
     background: #fff !important;
     font-weight: normal !important;
     color: #454545 !important;
     font-size: 12px !important;
     text-align: center !important;
     padding: 5px 0px !important;
}
 .ui-state-default:hover{ background: #dcdcdc !important; }
 .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled, .ui-state-disabled span, .ui-widget-content .ui-state-disabled span, .ui-widget-header .ui-state-disabled span {
     background: #FFF !important;
     color: #3a3a3a !important;
     border: 1px solid #fff;
}
 .ui-widget-header {
     border: none !important;
     background: #fff !important;
}
 .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
     border: none !important;
     background: #bbbbbb !important;
     color: #ffffff !important;
}
 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
     background: #0058a0 !important;
     color: #ffffff !important;
}
 .ui-widget.ui-widget-content {
     border: 1px solid #fff !important;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -o-border-radius: 10px;
     -webkit-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.52);
     -moz-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.52);
     box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.52);
     margin-top: 8px !important;
     display:none;
     background: #fff;
     padding-bottom: 4px;
	 z-index:10 !important;
}

/* POPUP */
/* Outer */
 .popup {
     width: 100%;
     height: 100%;
     display: none;
     position: fixed;
     top: 0px;
     left: 0px;
     background: rgba(0, 0, 0, 0.75);
     z-index: 99999999;
}
/* Inner */
 .popup-inner {
     width: 80%;
     max-width: 900px;
     padding: 35px;
     background: #fff;
     position: absolute;
     overflow: visible;
     top: 75%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
     -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
     border-radius: 10px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     z-index: 999999999;
     transition: 0.6s;
     -webkit-transition: 0.6s;
     -moz-transition: 0.6s;
     -ms-transition: 0.6s;
     -o-transition: 0.6s;
}
 .remmarg {
     top: 50%;
}
/* Close Button */
 .popup-close {
     width: 30px;
     height: 30px;
     padding: 4px 0;
     padding-left: 1px;
     display: inline-block;
     position: absolute;
     top: 3px;
     right: 4px;
     transition: ease 0.4s all;
     -webkit-transition: ease 0.4s all;
     -moz-transition: ease 0.4s all;
     -ms-transition: ease 0.4s all;
     -webkit-transform: translate(50%, -50%);
     transform: translate(50%, -50%);
     -moz-transform: translate(50%, -50%);
     -ms-transform: translate(50%, -50%);
     border-radius: 1000px;
     background: #fff;
     font-family: Arial, Sans-Serif;
     font-size: 18px;
     text-align: center;
     line-height: 100%;
     color: #2c3638;
     border: 1px solid #fff;
}
 .popup-close span.close {
     text-indent: -99999px;
     display: none;
}
 .popup-close:focus, .popup-close:active {
     outline: 0;
}
 .popup-close:hover {
     -webkit-transform: translate(50%, -50%) rotate(180deg);
     transform: translate(50%, -50%) rotate(180deg);
     -moz-transform: translate(50%, -50%) rotate(180deg);
     -ms-transform: translate(50%, -50%) rotate(180deg);
     background: #d2272a;
     color: #fff;
}
 .popup-inner > h3 {
     font: 22px 'lato-regular';
     color: #000;
}
 .popup-inner > h3 > span {
     font: 22px 'lato-regular';
     color: #d22030;
}
 .popup-inner > ul {
     margin: 24px 0 0 0;
     overflow: hidden;
}
 .popup-inner > ul li {
     margin: 0 0 10px 0;
}
 .popup-inner label {
     display: block;
     font: 13px 'lato-regular';
     margin-bottom: 3px;
}
/*! * ArtRitch v1.0 (http://acemiranda.net/artritch) * Copyright 2014 Ace Website Design */
/** Classes Device Device Width Class Large Devices.Desktops >= 1200px class .dw-(value) Medium Devices.Desktops >= 992px class .md-(value) Small Devices.Tablet >= 768 class .sd-(value) Extra Small Devices < 768px class .es-(value) **/
 html {
     font-size: 10px;
     padding: 0;
     margin: 0;
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
 body {
     font-family: "fsalbert-regular";
     font-size: 17px;
     line-height: 1.4;
     color: #363636;
     background-color: #fff;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
 input, button, select, textarea {
     font-family: inherit;
     font-size: inherit;
     line-height: inherit;
}
 a {
     color: #01ade5;
     text-decoration: none;
}
/*a:hover, a:focus {
     color: #2a6496;
     text-decoration: underline;
}
*/
 a:focus {
     outline: thin dotted;
     outline: 5px auto -webkit-focus-ring-color;
     outline-offset: -2px;
}
 figure {
     margin: 0;
}
 img {
     vertical-align: middle;
}
 .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
     display: block;
     width: 100% \9;
     width: 100%;
     max-width: 100%;
     height: auto;
}
 .img-rounded {
     border-radius: 6px;
}
 .img-thumbnail {
     display: inline-block;
     width: 100% \9;
     max-width: 100%;
     height: auto;
     padding: 4px;
     line-height: 1.42857143;
     background-color: #fff;
     border: 1px solid #ddd;
     border-radius: 4px;
     -webkit-transition: all .2s ease-in-out;
     -o-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out;
}
 .img-circle {
     border-radius: 50%;
}
 hr {
     margin-top: 20px;
     margin-bottom: 20px;
     border: 0;
     border-top: 1px solid #eee;
}
 .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;
}
 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
     font-family: inherit;
     font-weight: 500;
     line-height: 1.1;
     color: inherit;
}
 h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
     font-weight: normal;
     line-height: 1;
     color: #777;
}
 h1, .h1, h2, .h2, h3, .h3 {
     margin-top: 20px;
     margin-bottom: 10px;
}
 h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
     font-size: 65%;
}
 h4, .h4, h5, .h5, h6, .h6 {
     margin-top: 10px;
     margin-bottom: 10px;
}
 h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
     font-size: 75%;
}
 h1, .h1 {
     font-size: 36px;
}
 h2, .h2 {
     font-size: 30px;
}
 h3, .h3 {
     font-size: 24px;
}
 h4, .h4 {
     font-size: 18px;
}
 h5, .h5 {
     font-size: 14px;
}
 h6, .h6 {
     font-size: 12px;
}
 p {
     margin: 0 0 10px;
}
 small, .small {
     font-size: 85%;
}
 cite {
     font-style: normal;
}
 mark, .mark {
     padding: .2em;
     background-color: #fcf8e3;
}
 ul, ol {
     margin-top: 0;
     margin-bottom: 10px;
}
 ul ul, ol ul, ul ol, ol ol {
     margin-bottom: 0;
}
 dl {
     margin-top: 0;
     margin-bottom: 20px;
}
 dt, dd {
     line-height: 1.42857143;
}
 dt {
     font-weight: bold;
}
 dd {
     margin-left: 0;
}
 blockquote {
     padding: 10px 20px;
     margin: 0 0 20px;
     font-size: 17.5px;
     border-left: 5px solid #eee;
}
 blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
     margin-bottom: 0;
}
 blockquote footer, blockquote small, blockquote .small {
     display: block;
     font-size: 80%;
     line-height: 1.42857143;
     color: #777;
}
 blockquote footer:before, blockquote small:before, blockquote .small:before {
     content: '\2014 \00A0';
}
 .blockquote-reverse, blockquote.pull-right {
     padding-right: 15px;
     padding-left: 0;
     text-align: right;
     border-right: 5px solid #eee;
     border-left: 0;
}
 address {
     margin-bottom: 20px;
     font-style: normal;
     line-height: 1.42857143;
}
 code, kbd, pre, samp {
     font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
 code {
     padding: 2px 4px;
     font-size: 90%;
     color: #c7254e;
     background-color: #f9f2f4;
     border-radius: 4px;
}
 kbd {
     padding: 2px 4px;
     font-size: 90%;
     color: #fff;
     background-color: #333;
     border-radius: 3px;
     -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
     box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
 kbd kbd {
     padding: 0;
     font-size: 100%;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 pre {
     display: block;
     padding: 9.5px;
     margin: 0 0 10px;
     font-size: 13px;
     line-height: 1.42857143;
     color: #333;
     word-break: break-all;
     word-wrap: break-word;
     background-color: #f5f5f5;
     border: 1px solid #ccc;
     border-radius: 4px;
}
 pre code {
     padding: 0;
     font-size: inherit;
     color: inherit;
     white-space: pre-wrap;
     background-color: transparent;
     border-radius: 0;
}
 * {
     -webkit-box-sizing: border-box !important;
     -moz-box-sizing: border-box !important;
     box-sizing: border-box !important;
}
 .container, #container {
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
}
 .row {
     margin-right: -15px;
     margin-left: -15px;
}
 .row:before, .row:after {
     display: table;
     content: " ";
}
 @media screen and (min-width: 768px) {
     .container, #container {
         width: 750px;
    }
}
 @media screen and (min-width: 992px) {
     .container, #container {
         width: 970px;
    }
}
 @media screen and (min-width: 1200px) {
     .container, #container {
         width: 1300px;
    }
}
 .es-1, .sd-1, .md-1, .dw-1, .es-2, .sd-2, .md-2, .dw-2, .es-3, .sd-3, .md-3, .dw-3, .es-4, .sd-4, .md-4, .dw-4, .es-5, .sd-5, .md-5, .dw-5, .es-6, .sd-6, .md-6, .dw-6, .es-7, .sd-7, .md-7, .dw-7, .es-8, .sd-8, .md-8, .dw-8, .es-9, .sd-9, .md-9, .dw-9, .es-10, .sd-10, .md-10, .dw-10, .es-11, .sd-11, .md-11, .dw-11, .es-12, .sd-12, .md-12, .dw-12, div[es="1"], div[sd="1"], div[md="1"], div[dw="1"], div[es="2"], div[sd="2"], div[md="2"], div[dw="2"], div[es="3"], div[sd="3"], div[md="3"], div[dw="3"], div[es="4"], div[sd="4"], div[md="4"], div[dw="4"], div[es="5"], div[sd="5"], div[md="5"], div[dw="5"], div[es="6"], div[sd="6"], div[md="6"], div[dw="6"], div[es="7"], div[sd="7"], div[md="7"], div[dw="7"], div[es="8"], div[sd="8"], div[md-8="5"], div[dw="8"], div[es="9"], div[sd="9"], div[md="9"], div[dw="9"], div[es="10"], div[sd="10"], div[md="10"], div[dw="10"], div[es="11"], div[sd="11"], div[md="11"], div[dw="11"], div[es="12"], div[sd="12"], div[md="12"], div[dw="12"] {
     position: relative;
     min-height: 1px;
     padding-right: 15px;
     padding-left: 15px;
     -webkit-transition: all .3s ease-in-out;
     -webkit-transition: width 0.3s, height 0.3s, background-color 0.3s, -webkit-transform 0.3s;
     -moz-transition: all .3s ease-in-out;
     -webkit-transition: width 0.3s, height 0.3s, background-color 0.3s, -webkit-transform 0.3s;
     -o-transition: all .3s ease-in-out;
     -webkit-transition: width 0.3s, height 0.3s, background-color 0.3s, -webkit-transform 0.3s;
     transition: width 0.3s, height 0.3s, background-color 0.3s, transform 0.3s;
}
 .es-1, .es-2, .es-3, .es-4, .es-5, .es-6, .es-7, .es-8, .es-9, .es-10, .es-11, .es-12, div[es="1"], div[es="2"], div[es="3"], div[es="4"], div[es="5"], div[es="6"], div[es="7"], div[es="8"], div[es="9"], div[es="10"], div[es="11"], div[es="12"] {
     float: left;
}
 .es-12, div[es="12"] {
     width: 100%;
}
 .es-11, div[es="11"] {
     width: 91.66666667%;
}
 .es-10, div[es="10"] {
     width: 83.33333333%;
}
 .es-9, div[es="9"] {
     width: 75%;
}
 .es-8, div[es="8"] {
     width: 66.66666667%;
}
 .es-7, div[es="7"] {
     width: 58.33333333%;
}
 .es-6, div[es="6"] {
     width: 50%;
}
 .es-5, div[es="5"] {
     width: 41.66666667%;
}
 .es-4, div[es="4"] {
     width: 33.33333333%;
}
 .es-3, div[es="3"] {
     width: 25%;
}
 .es-2, div[es="2"] {
     width: 16.66666667%;
}
 .es-1, div[es="1"] {
     width: 8.33333333%;
}
 .es-pull-12 {
     right: 100%;
}
 .es-pull-11 {
     right: 91.66666667%;
}
 .es-pull-10 {
     right: 83.33333333%;
}
 .es-pull-9 {
     right: 75%;
}
 .es-pull-8 {
     right: 66.66666667%;
}
 .es-pull-7 {
     right: 58.33333333%;
}
 .es-pull-6 {
     right: 50%;
}
 .es-pull-5 {
     right: 41.66666667%;
}
 .es-pull-4 {
     right: 33.33333333%;
}
 .es-pull-3 {
     right: 25%;
}
 .es-pull-2 {
     right: 16.66666667%;
}
 .es-pull-1 {
     right: 8.33333333%;
}
 .es-pull-0 {
     right: auto;
}
 .es-push-12 {
     left: 100%;
}
 .es-push-11 {
     left: 91.66666667%;
}
 .es-push-10 {
     left: 83.33333333%;
}
 .es-push-9 {
     left: 75%;
}
 .es-push-8 {
     left: 66.66666667%;
}
 .es-push-7 {
     left: 58.33333333%;
}
 .es-push-6 {
     left: 50%;
}
 .es-push-5 {
     left: 41.66666667%;
}
 .es-push-4 {
     left: 33.33333333%;
}
 .es-push-3 {
     left: 25%;
}
 .es-push-2 {
     left: 16.66666667%;
}
 .es-push-1 {
     left: 8.33333333%;
}
 .es-push-0 {
     left: auto;
}
 .es-offset-12 {
     margin-left: 100%;
}
 .es-offset-11 {
     margin-left: 91.66666667%;
}
 .es-offset-10 {
     margin-left: 83.33333333%;
}
 .es-offset-9 {
     margin-left: 75%;
}
 .es-offset-8 {
     margin-left: 66.66666667%;
}
 .es-offset-7 {
     margin-left: 58.33333333%;
}
 .es-offset-6 {
     margin-left: 50%;
}
 .es-offset-5 {
     margin-left: 41.66666667%;
}
 .es-offset-4 {
     margin-left: 33.33333333%;
}
 .es-offset-3 {
     margin-left: 25%;
}
 .es-offset-2 {
     margin-left: 16.66666667%;
}
 .es-offset-1 {
     margin-left: 8.33333333%;
}
 .es-offset-0 {
     margin-left: 0;
}
 @media screen and (min-width: 768px) {
     .sd-1, .sd-2, .sd-3, .sd-4, .sd-5, .sd-6, .sd-7, .sd-8, .sd-9, .sd-10, .sd-11, .sd-12, div[sd="1"], div[sd="2"], div[sd="3"], div[sd="4"], div[sd="5"], div[sd="6"], div[sd="7"], div[sd="8"], div[sd="9"], div[sd="10"], div[sd="11"], div[sd="12"] {
         float: left;
    }
     .sd-12, div[sd="12"] {
         width: 100%;
    }
     .sd-11, div[sd="11"] {
         width: 91.66666667%;
    }
     .sd-10, div[sd="10"] {
         width: 83.33333333%;
    }
     .sd-9, div[sd="9"] {
         width: 75%;
    }
     .sd-8, div[sd="8"] {
         width: 66.66666667%;
    }
     .sd-7, div[sd="7"] {
         width: 58.33333333%;
    }
     .sd-6, div[sd="6"] {
         width: 50%;
    }
     .sd-5, div[sd="5"] {
         width: 41.66666667%;
    }
     .sd-4, div[sd="4"] {
         width: 33.33333333%;
    }
     .sd-3, div[sd="3"] {
         width: 25%;
    }
     .sd-2, div[sd="2"] {
         width: 16.66666667%;
    }
     .sd-1, div[sd="1"] {
         width: 8.33333333%;
    }
     .sd-pull-12 {
         right: 100%;
    }
     .sd-pull-11 {
         right: 91.66666667%;
    }
     .sd-pull-10 {
         right: 83.33333333%;
    }
     .sd-pull-9 {
         right: 75%;
    }
     .sd-pull-8 {
         right: 66.66666667%;
    }
     .sd-pull-7 {
         right: 58.33333333%;
    }
     .sd-pull-6 {
         right: 50%;
    }
     .sd-pull-5 {
         right: 41.66666667%;
    }
     .sd-pull-4 {
         right: 33.33333333%;
    }
     .sd-pull-3 {
         right: 25%;
    }
     .sd-pull-2 {
         right: 16.66666667%;
    }
     .sd-pull-1 {
         right: 8.33333333%;
    }
     .sd-pull-0 {
         right: auto;
    }
     .sd-push-12 {
         left: 100%;
    }
     .sd-push-11 {
         left: 91.66666667%;
    }
     .sd-push-10 {
         left: 83.33333333%;
    }
     .sd-push-9 {
         left: 75%;
    }
     .sd-push-8 {
         left: 66.66666667%;
    }
     .sd-push-7 {
         left: 58.33333333%;
    }
     .sd-push-6 {
         left: 50%;
    }
     .sd-push-5 {
         left: 41.66666667%;
    }
     .sd-push-4 {
         left: 33.33333333%;
    }
     .sd-push-3 {
         left: 25%;
    }
     .sd-push-2 {
         left: 16.66666667%;
    }
     .sd-push-1 {
         left: 8.33333333%;
    }
     .sd-push-0 {
         left: auto;
    }
     .sd-offset-12 {
         margin-left: 100%;
    }
     .sd-offset-11 {
         margin-left: 91.66666667%;
    }
     .sd-offset-10 {
         margin-left: 83.33333333%;
    }
     .sd-offset-9 {
         margin-left: 75%;
    }
     .sd-offset-8 {
         margin-left: 66.66666667%;
    }
     .sd-offset-7 {
         margin-left: 58.33333333%;
    }
     .sd-offset-6 {
         margin-left: 50%;
    }
     .sd-offset-5 {
         margin-left: 41.66666667%;
    }
     .sd-offset-4 {
         margin-left: 33.33333333%;
    }
     .sd-offset-3 {
         margin-left: 25%;
    }
     .sd-offset-2 {
         margin-left: 16.66666667%;
    }
     .sd-offset-1 {
         margin-left: 8.33333333%;
    }
     .sd-offset-0 {
         margin-left: 0;
    }
}
 @media screen and (min-width: 992px) {
     .md-1, .md-2, .md-3, .md-4, .md-5, .md-6, .md-7, .md-8, .md-9, .md-10, .md-11, .md-12, div[md="1"], div[md="2"], div[md="3"], div[md="4"], div[md="5"], div[md="6"], div[md="7"], div[md="8"], div[md="9"], div[md="10"], div[md="11"], div[md="12"] {
         float: left;
    }
     .md-12, div[md="12"] {
         width: 100%;
    }
     .md-11, div[md="11"] {
         width: 91.66666667%;
    }
     .md-10, div[md="10"] {
         width: 83.33333333%;
    }
     .md-9, div[md="9"] {
         width: 75%;
    }
     .md-8, div[md="8"] {
         width: 66.66666667%;
    }
     .md-7, div[md="7"] {
         width: 58.33333333%;
    }
     .md-6, div[md="6"] {
         width: 50%;
    }
     .md-5, div[md="5"] {
         width: 41.66666667%;
    }
     .md-4, div[md="4"] {
         width: 33.33333333%;
    }
     .md-3, div[md="3"] {
         width: 25%;
    }
     .md-2, div[md="2"] {
         width: 16.66666667%;
    }
     .md-1, div[md="1"] {
         width: 8.33333333%;
    }
     .md-pull-12 {
         right: 100%;
    }
     .md-pull-11 {
         right: 91.66666667%;
    }
     .md-pull-10 {
         right: 83.33333333%;
    }
     .md-pull-9 {
         right: 75%;
    }
     .md-pull-8 {
         right: 66.66666667%;
    }
     .md-pull-7 {
         right: 58.33333333%;
    }
     .md-pull-6 {
         right: 50%;
    }
     .md-pull-5 {
         right: 41.66666667%;
    }
     .md-pull-4 {
         right: 33.33333333%;
    }
     .md-pull-3 {
         right: 25%;
    }
     .md-pull-2 {
         right: 16.66666667%;
    }
     .md-pull-1 {
         right: 8.33333333%;
    }
     .md-pull-0 {
         right: auto;
    }
     .md-push-12 {
         left: 100%;
    }
     .md-push-11 {
         left: 91.66666667%;
    }
     .md-push-10 {
         left: 83.33333333%;
    }
     .md-push-9 {
         left: 75%;
    }
     .md-push-8 {
         left: 66.66666667%;
    }
     .md-push-7 {
         left: 58.33333333%;
    }
     .md-push-6 {
         left: 50%;
    }
     .md-push-5 {
         left: 41.66666667%;
    }
     .md-push-4 {
         left: 33.33333333%;
    }
     .md-push-3 {
         left: 25%;
    }
     .md-push-2 {
         left: 16.66666667%;
    }
     .md-push-1 {
         left: 8.33333333%;
    }
     .md-push-0 {
         left: auto;
    }
     .md-offset-12 {
         margin-left: 100%;
    }
     .md-offset-11 {
         margin-left: 91.66666667%;
    }
     .md-offset-10 {
         margin-left: 83.33333333%;
    }
     .md-offset-9 {
         margin-left: 75%;
    }
     .md-offset-8 {
         margin-left: 66.66666667%;
    }
     .md-offset-7 {
         margin-left: 58.33333333%;
    }
     .md-offset-6 {
         margin-left: 50%;
    }
     .md-offset-5 {
         margin-left: 41.66666667%;
    }
     .md-offset-4 {
         margin-left: 33.33333333%;
    }
     .md-offset-3 {
         margin-left: 25%;
    }
     .md-offset-2 {
         margin-left: 16.66666667%;
    }
     .md-offset-1 {
         margin-left: 8.33333333%;
    }
     .md-offset-0 {
         margin-left: 0;
    }
}
 @media screen and (min-width: 1200px) {
     .dw-1, .dw-2, .dw-3, .dw-4, .dw-5, .dw-6, .dw-7, .dw-8, .dw-9, .dw-10, .dw-11, .dw-12, div[dw="1"], div[dw="2"], div[dw="3"], div[dw="4"], div[dw="5"], div[dw="6"], div[dw="7"], div[dw="8"], div[dw="9"], div[dw="10"], div[dw="11"], div[dw="12"] {
         float: left;
    }
     .dw-12, div[dw="12"] {
         width: 100%;
    }
     .dw-11, div[dw="11"] {
         width: 91.66666667%;
    }
     .dw-10, div[dw="10"] {
         width: 83.33333333%;
    }
     .dw-9, div[dw="9"] {
         width: 75%;
    }
     .dw-8, div[dw="8"] {
         width: 66.66666667%;
    }
     .dw-7, div[dw="7"] {
         width: 58.33333333%;
    }
     .dw-6, div[dw="6"] {
         width: 50%;
    }
     .dw-5, div[dw="5"] {
         width: 41.66666667%;
    }
     .dw-4, div[dw="4"] {
         width: 33.33333333%;
    }
     .dw-3, div[dw="3"] {
         width: 25%;
    }
     .dw-2, div[dw="2"] {
         width: 16.66666667%;
    }
     .dw-1, div[dw="1"] {
         width: 8.33333333%;
    }
     .dw-pull-12 {
         right: 100%;
    }
     .dw-pull-11 {
         right: 91.66666667%;
    }
     .dw-pull-10 {
         right: 83.33333333%;
    }
     .dw-pull-9 {
         right: 75%;
    }
     .dw-pull-8 {
         right: 66.66666667%;
    }
     .dw-pull-7 {
         right: 58.33333333%;
    }
     .dw-pull-6 {
         right: 50%;
    }
     .dw-pull-5 {
         right: 41.66666667%;
    }
     .dw-pull-4 {
         right: 33.33333333%;
    }
     .dw-pull-3 {
         right: 25%;
    }
     .dw-pull-2 {
         right: 16.66666667%;
    }
     .dw-pull-1 {
         right: 8.33333333%;
    }
     .dw-pull-0 {
         right: auto;
    }
     .dw-push-12 {
         left: 100%;
    }
     .dw-push-11 {
         left: 91.66666667%;
    }
     .dw-push-10 {
         left: 83.33333333%;
    }
     .dw-push-9 {
         left: 75%;
    }
     .dw-push-8 {
         left: 66.66666667%;
    }
     .dw-push-7 {
         left: 58.33333333%;
    }
     .dw-push-6 {
         left: 50%;
    }
     .dw-push-5 {
         left: 41.66666667%;
    }
     .dw-push-4 {
         left: 33.33333333%;
    }
     .dw-push-3 {
         left: 25%;
    }
     .dw-push-2 {
         left: 16.66666667%;
    }
     .dw-push-1 {
         left: 8.33333333%;
    }
     .dw-push-0 {
         left: auto;
    }
     .dw-offset-12 {
         margin-left: 100%;
    }
     .dw-offset-11 {
         margin-left: 91.66666667%;
    }
     .dw-offset-10 {
         margin-left: 83.33333333%;
    }
     .dw-offset-9 {
         margin-left: 75%;
    }
     .dw-offset-8 {
         margin-left: 66.66666667%;
    }
     .dw-offset-7 {
         margin-left: 58.33333333%;
    }
     .dw-offset-6 {
         margin-left: 50%;
    }
     .dw-offset-5 {
         margin-left: 41.66666667%;
    }
     .dw-offset-4 {
         margin-left: 33.33333333%;
    }
     .dw-offset-3 {
         margin-left: 25%;
    }
     .dw-offset-2 {
         margin-left: 16.66666667%;
    }
     .dw-offset-1 {
         margin-left: 8.33333333%;
    }
     .dw-offset-0 {
         margin-left: 0;
    }
}
 table {
     background-color: transparent;
}
 th {
     text-align: left;
}
 .table {
     width: 100%;
     max-width: 100%;
     margin-bottom: 20px;
}
 .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
     padding: 8px;
     line-height: 1.42857143;
     vertical-align: top;
     border-top: 1px solid #ddd;
}
 .table > thead > tr > th {
     vertical-align: bottom;
     border-bottom: 2px solid #ddd;
}
 .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
     border-top: 0;
}
 .table > tbody + tbody {
     border-top: 2px solid #ddd;
}
 .table .table {
     background-color: #fff;
}
 .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
     padding: 5px;
}
 .table-bordered {
     border: 1px solid #ddd;
}
 .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
     border: 1px solid #ddd;
}
 .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
     border-bottom-width: 2px;
}
 .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
     background-color: #f9f9f9;
}
 .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
     background-color: #f5f5f5;
}
 table col[class*="col-"] {
     position: static;
     display: table-column;
     float: none;
}
 table td[class*="col-"], table th[class*="col-"] {
     position: static;
     display: table-cell;
     float: none;
}
 .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
     background-color: #f5f5f5;
}
 .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
     background-color: #e8e8e8;
}
 .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
     background-color: #dff0d8;
}
 .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
     background-color: #d0e9c6;
}
 .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
     background-color: #d9edf7;
}
 .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
     background-color: #c4e3f3;
}
 .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
     background-color: #fcf8e3;
}
 .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
     background-color: #faf2cc;
}
 .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
     background-color: #f2dede;
}
 .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
     background-color: #ebcccc;
}
/* Useful classes */
 .hero {
     width: 100%;
     background: #999;
     padding: 45px 0;
     position: relative;
     clear: both;
}
 .brand {
     float: left;
     height: 50px;
     padding: 15px 15px;
     font-size: 18px;
     line-height: 20px;
}
 .brand:hover {
     text-decoration: none;
}
 .pull-right {
     float: right;
}
 .align-center {
     text-align: center;
}
 .align-justify {
     text-align: justify;
}
 .align-left {
     text-align: left;
}
 .align-right {
     text-align: right;
}
 img.img-full {
     width: 100% !important;
     height: auto !important;
}
 .pull-12 {
     right: 100%;
}
 .pull-11 {
     right: 91.66666667%;
}
 .pull-10 {
     right: 83.33333333%;
}
 .pull-9 {
     right: 75%;
}
 .pull-8 {
     right: 66.66666667%;
}
 .pull-7 {
     right: 58.33333333%;
}
 .pull-6 {
     right: 50%;
}
 .pull-5 {
     right: 41.66666667%;
}
 .pull-4 {
     right: 33.33333333%;
}
 .pull-3 {
     right: 25%;
}
 .pull-2 {
     right: 16.66666667%;
}
 .pull-1 {
     right: 8.33333333%;
}
 .pull-0 {
     right: auto;
}
 .push-12 {
     left: 100%;
}
 .push-11 {
     left: 91.66666667%;
}
 .push-10 {
     left: 83.33333333%;
}
 .push-9 {
     left: 75%;
}
 .push-8 {
     left: 66.66666667%;
}
 .dw-push-7 {
     left: 58.33333333%;
}
 .push-6 {
     left: 50%;
}
 .push-5 {
     left: 41.66666667%;
}
 .push-4 {
     left: 33.33333333%;
}
 .push-3 {
     left: 25%;
}
 .push-2 {
     left: 16.66666667%;
}
 .push-1 {
     left: 8.33333333%;
}
 .push-0 {
     left: auto;
}
 .offset-12 {
     margin-left: 100%;
}
 .offset-11 {
     margin-left: 91.66666667%;
}
 .offset-10 {
     margin-left: 83.33333333%;
}
 .offset-9 {
     margin-left: 75%;
}
 .offset-8 {
     margin-left: 66.66666667%;
}
 .offset-7 {
     margin-left: 58.33333333%;
}
 .offset-6 {
     margin-left: 50%;
}
 .offset-5 {
     margin-left: 41.66666667%;
}
 .offset-4 {
     margin-left: 33.33333333%;
}
 .offset-3 {
     margin-left: 25%;
}
 .offset-2 {
     margin-left: 16.66666667%;
}
 .offset-1 {
     margin-left: 8.33333333%;
}
 .offset-0 {
     margin-left: 0;
}
 .alignnone {
     margin: 5px 25px 25px 0;
}
 .aligncenter, div.aligncenter {
     display: block;
     margin: 5px auto 5px auto;
}
 .alignright {
     float: right;
     margin: 5px 0 25px 25px;
}
 .alignleft {
     float: left;
     margin: 5px 25px 25px 0;
}
 a img.alignright {
     float: right;
     margin: 5px 0 25px 25px;
}
 a img.alignnone {
     margin: 5px 25px 25px 0;
}
 a img.alignleft {
     float: left;
     margin: 5px 25px 25px 0;
}
 a img.aligncenter {
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .wp-caption {
     background: #fff;
     border: 1px solid #f0f0f0;
     max-width: 96%;
    /* Image does not overflow the content area */
     padding: 5px 3px 10px;
     text-align: center;
}
 .wp-caption.alignnone {
     margin: 5px 25px 25px 0;
}
 .wp-caption.alignleft {
     margin: 5px 25px 25px 0;
}
 .wp-caption.alignright {
     margin: 5px 0 25px 25px;
}
 .wp-caption img {
     border: 0 none;
     height: auto;
     margin: 0;
     max-width: 98.5%;
     padding: 0;
     width: auto;
}
 .wp-caption p.wp-caption-text {
     font-size: 11px;
     line-height: 17px;
     margin: 0;
     padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
 .screen-reader-text {
     clip: rect(1px, 1px, 1px, 1px);
     position: absolute !important;
     height: 1px;
     width: 1px;
     overflow: hidden;
}
 .screen-reader-text:focus {
     background-color: #f1f1f1;
     border-radius: 3px;
     box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
     clip: auto !important;
     color: #21759b;
     display: block;
     font-size: 14px;
     font-size: 0.875rem;
     font-weight: bold;
     height: auto;
     left: 5px;
     line-height: normal;
     padding: 15px 23px 14px;
     text-decoration: none;
     top: 5px;
     width: auto;
     z-index: 100000;
    /* Above WP toolbar. */
}
 @media only screen and (max-width: 600px) {
     .aligncenter, .alignleft, .alignnone, .alignright {
         width: 100%;
         height: auto;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     .aligncenter, .alignleft, .alignnone, .alignright {
         width: 100%;
         height: auto;
    }
}
 body footer {
     position: relative;
     overflow: hidden;
     background: #0058a0;
     padding: 35px 0 10px 0;
     color: #fff;
     font-size: 16px;
     line-height: 2.2;
}
 footer .container {
     position: relative;
     z-index: 1;
}
 footer::after {
     content: '';
     width: 1000px;
     height: 790px;
     background: url(../images/home/footer-after.png) no-repeat;
     position: absolute;
     top: -280px;
     right: 0;
}
 @media only screen and (max-width: 600px) {
     footer::after {
         display: none;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     footer::after {
         display: none;
    }
}
 footer h2 {
     font-size: 25px;
     font-family: "fsalbert-semibold";
     margin: 0 0 40px 0;
}
 @media only screen and (max-width: 600px) {
     footer h2 {
         font-size: 22px;
         margin: 0 0 20px 0;
    }
}
 footer .footer-widget {
     position: relative;
}
 footer .footer-widget h2 {
     font-family: "dax-condensed-regular";
     font-size: 25px;
     color: #fff;
     margin: 0 0 20px 0;
}
 footer .footer-widget ul li {
     list-style-type: none;
     display: block;
     line-height: 1.438;
}
 footer .footer-widget ul li a {
     color: #8ec3e0;
     font-size: 16px;
}
 footer .footer-widget ul li a:hover{
     opacity:0.7;
}
 footer .footer-widget .btn-footer-book {
     font-family: "dax-condensed-regular";
     font-size: 27px;
     width: 226px;
     padding: 0px 0;
     line-height: 1.7;
     margin-bottom: 20px;
}
 footer .footer-widget .btn-footer-book:hover{ background:#fdb913; color:#FFF; border-color:#fdb913; }
 footer .footer-widget .btn-footer-custom {
     margin-bottom: 5px;
     display: block;
}
 footer .footer-widget .btn-footer-custom img{ width:226px; height:auto; }
 footer .footer-bottom {
     position: relative;
     overflow: hidden;
     clear: both;
     margin: 15px 0 0 0;
}
 footer .footer-bottom ul {
     overflow: hidden;
}
 footer .footer-bottom ul li.footer-logo {
     margin: 0 30px 0 1px;
}
 @media only screen and (max-width: 600px) {
     footer .footer-bottom ul li.footer-logo {
         margin: 0 0 14px 0;
         display: block;
         text-align: center;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     footer .footer-bottom ul li.footer-logo {
         margin: 0 0 14px 0;
         display: block;
         text-align: center;
    }
}
 footer .footer-bottom ul li {
     list-style-type: none;
     display: inline-block;
     margin: 0 1px;
}
 footer .footer-bottom ul li a:hover i {
     background: #a5dbff;
}
 footer .footer-bottom ul li a i {
     width: 40px;
     height: 40px;
     border-radius: 50px;
     background: #fff;
     color: #0058a0;
     font-size: 22px;
     text-align: center;
     padding: 9px 0 0 0;
     margin: 2px 0 0 0;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 footer .footer-bottom ul.footer-bottom-links {
     margin-top: 10px;
}
 footer .footer-bottom ul.footer-bottom-links li {
     color: #73bbe5;
     font-size: 14px;
     padding: 0 9px;
}
 footer .footer-bottom ul.footer-bottom-links li a {
     color: #73bbe5;
}
 footer .footer-about img {
     text-align: center;
     display: block;
     margin: 0 auto 30px auto;
     width: 120px;
}
 footer .footer-useful-links ul li {
     list-style-type: none;
     display: inline-block;
     width: 230px;
     padding-right: 10px;
}
 footer .footer-useful-links ul li a {
     color: #fff;
     font-family: "fsalbert-regular";
}
 @media only screen and (max-width: 600px) {
     footer .footer-useful-links {
         left: 0;
    }
}
 footer .footer-contact p {
     clear: both;
     margin: 0;
}
 footer .footer-contact p > i {
     height: 50px;
     padding-right: 15px;
     float: left;
     padding-top: 9px;
}
 footer .footer-contact ul.footer-social {
     position: relative;
     overflow: hidden;
     clear: both;
}
 footer .footer-contact ul.footer-social li {
     display: inline-block;
     padding: 0 10px 0 0;
}
 footer .footer-contact ul.footer-social li a {
     display: block;
     background: #2cb0c7;
     width: 38px;
     height: 38px;
     color: #fff;
     font-size: 18px;
     text-align: center;
     padding: 7px 0 0 0;
     line-height: 1.4 !important;
     border-radius: 50px;
     -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
     -o-border-radius: 50px;
     transition: 0.3s;
     -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
     -o-transition: 0.3s;
}
 footer .footer-contact ul.footer-social li a:hover {
     background: #0d9eb7;
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     footer .footer-contact ul.footer-social li a {
         width: 26px;
         height: 26px;
         font-size: 13px;
         padding: 4px 0 0 0;
    }
}
 @media only screen and (max-width: 600px) {
     footer .footer-contact {
         float: left;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     footer .footer-contact {
         float: left;
    }
}
 @media only screen and (max-width: 600px) {
     footer .footer-widget-one, footer .footer-widget-two, footer .footer-widget-three {
         margin-bottom: 30px;
         text-align: left;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     footer .footer-widget-one, footer .footer-widget-two, footer .footer-widget-three {
         margin-bottom: 30px;
         text-align: left;
    }
}
 @media only screen and (max-width: 600px) {
     footer {
         padding: 50px 0 30px 0;
    }
}
 .copyright {
     position: relative;
     overflow: hidden;
     clear: both;
     background: #0f242d;
     padding: 20px 0 15px 0;
     color: #fff;
     font-size: 14px;
     text-align: center;
}
 body header {
     position: relative;
     background: #0058a0;
     width: 100%;
     height: 127px;
     position: fixed;
     z-index: 999;
     top: 0;
}
 header .top-header {
     overflow: hidden;
     background: #f0f0f0;
     min-height: 93px;
     padding: 25px 0 20px 0;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 header .top-header .top-header-left {
     position: relative;
}
 header .top-header .top-header-left .header-company-details {
     clear: both;
}
 header .top-header .top-header-left .header-company-details .header-company-details-item {
     float: left;
     display: block;
     margin: 0 39px 0 0;
}
 header .top-header .top-header-left .header-company-details .header-company-details-item i {
     width: 38px;
     height: 38px;
     float: left;
     font-size: 18px;
     color: #2cb0c7;
     text-align: center;
     padding: 9px 0 0 0;
     border: 1px solid #2cb0c7;
     border-radius: 50px;
     -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
     -o-border-radius: 50px;
}
 header .top-header .top-header-left .header-company-details .header-company-details-item .details-value {
     float: left;
     padding: 0 0 0 22px;
}
 header .top-header .top-header-left .header-company-details .header-company-details-item .details-value p {
     font-size: 14px;
     color: #000;
     display: block;
     margin: 0;
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     header .top-header .top-header-left .header-company-details .header-company-details-item {
         margin: 0 38px 8px 0;
    }
}
 header .top-header .top-header-right {
     position: relative;
     overflow: hidden;
}
 header .top-header .top-header-right ul.header-social {
     position: relative;
}
 header .top-header .top-header-right ul.header-social li {
     display: inline-block;
     padding: 0 0 0 3px;
}
 header .top-header .top-header-right ul.header-social li a {
     display: block;
     background: #2cb0c7;
     width: 38px;
     height: 38px;
     color: #fff;
     font-size: 18px;
     text-align: center;
     padding: 7px 0 0 0;
     border-radius: 50px;
     -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
     -o-border-radius: 50px;
     transition: 0.3s;
     -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
     -o-transition: 0.3s;
}
 header .top-header .top-header-right ul.header-social li a:hover {
     background: #0d9eb7;
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     header .top-header .top-header-right ul.header-social li a {
         width: 28px;
         height: 28px;
         font-size: 15px;
         padding: 4px 0 0 0;
    }
}
 @media only screen and (max-width: 600px) {
     header .top-header {
         display: none;
    }
}
 header .main-header {
     position: relative;
}
 header .main-header .logo {
     padding: 12px 15px 12px 15px;
}
 header .main-header .logo:before {
     width: 1011px;
     height: 104px;
     position: absolute;
     content: '';
     display: block;
     background: url(../images/logo-bg.png) no-repeat;
     top: 0;
     left: -174px;
     z-index: -1;
}
 header .main-header .logo img {
     width: 190px;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 @media only screen and (max-width: 600px) {
     header .main-header .logo img {
         width: 150px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     header .main-header .logo img {
         width: 150px;
    }
}
 @media only screen and (max-width: 600px) {
     header .main-header .logo {
         text-align: left;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     header .main-header .logo {
         text-align: left;
    }
}
 header .main-header .header-left {
     position: relative;
}
 header .main-header .header-left .gaq-btn-wrap {
     float: right;
     clear: both;
}
 header .main-header .header-left .gaq-btn-wrap .btn {
     padding: 10px 22px;
     background: #024e6e;
     border: 1px solid #024e6e;
     font-size: 15px;
}
 header .main-header .header-left .gaq-btn-wrap .btn:hover {
     background: #003e58;
}
 @media only screen and (max-width: 600px) {
     header .main-header .header-left .gaq-btn-wrap .btn {
         width: 160px;
         margin: 0 auto;
         display: block;
         float: right;
         font-size: 12px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     header .main-header .header-left .gaq-btn-wrap .btn {
         width: 160px;
         margin: 0 auto;
         display: block;
         float: right;
         font-size: 12px;
    }
}
 @media only screen and (max-width: 600px) {
     header .main-header .header-left .gaq-btn-wrap {
         float: none;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     header .main-header .header-left .gaq-btn-wrap {
         float: none;
    }
}
 header .main-header .header-left nav {
     overflow: hidden;
     display: block;
     clear: both;
     padding: 19px 0 0 0;
}
 header .main-header .header-left nav ul {
     margin: 0 47px 0 0;
     padding: 0;
}
 header .main-header .header-left nav ul li {
     list-style-type: none;
     display: inline-block;
     padding: 13px 11px 32px 11px;
}
 header .main-header .header-left nav ul li a {
     font-family: "fsalbert-regular";
     color: #fff;
     padding-top: 5px;
     font-size: 18px;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 header .main-header .header-left nav ul li a:hover {
     color: #b2dbfd;
}
 @media only screen and (max-width: 600px) {
     header .main-header .header-left nav ul li a {
         display: block;
         width: 100%;
         color: #000;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     header .main-header .header-left nav ul li a {
         display: block;
         width: 100%;
         color: #000;
    }
}
 header .main-header .header-left nav ul li ul {
     display: none;
     position: absolute;
     top: 89px;
     z-index: 9999;
}
 header .main-header .header-left nav ul li ul li {
     position: relative;
     background: #0058a0;
     width: 270px;
     text-align: left;
     display: block;
     border-bottom: 1px solid #2381ce;
     padding: 0;
}
 header .main-header .header-left nav ul li ul li:hover {
     background: #004781;
}
 header .main-header .header-left nav ul li ul li a {
     display: block;
     padding: 10px 15px;
     font-size: 15px;
     color: #fff;
}
 header .main-header .header-left nav ul li ul li ul {
     top: 0;
     left: 270px;
}
 header .main-header .header-left nav ul li ul li.menu-item-has-children:after {
     content: '\f0da';
     font-family: 'FontAwesome';
     top: 0;
     margin-right: 7px;
     margin-top: -30px;
     float: right;
     color: #fff;
     font-size: 15px;
}
 header .main-header .header-left nav ul li:hover > ul {
     display: block;
}
 @media only screen and (max-width: 600px) {
     header .main-header .header-left nav ul li {
         padding: 0;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     header .main-header .header-left nav ul li {
         padding: 0;
    }
}
 header .main-header .header-left nav ul li.menu-item-has-children:after {
     content: '\f0d7';
     font-family: 'FontAwesome';
     top: 0;
     margin-left: 13px;
     margin-top: 1px;
     float: right;
     color: #fff;
     font-size: 15px;
}
 header .main-header .header-left nav ul li.current_page_item > a, header .main-header .header-left nav ul li.current_page_ancestor > a, header .main-header .header-left nav ul li.current-menu-item > a, header .main-header .header-left nav ul li.current-menu-ancestor > a, header .main-header .header-left nav ul li.current_page_item:hover > a, header .main-header .header-left nav ul li.current_page_ancestor:hover > a, header .main-header .header-left nav ul li.current-menu-item:hover > a, header .main-header .header-left nav ul li.current-menu-ancestor:hover > a {
     color: #b2dbfd;
}
 @media only screen and (max-width: 600px) {
     header .main-header .header-left nav ul li.current_page_item > a, header .main-header .header-left nav ul li.current_page_ancestor > a, header .main-header .header-left nav ul li.current-menu-item > a, header .main-header .header-left nav ul li.current-menu-ancestor > a, header .main-header .header-left nav ul li.current_page_item:hover > a, header .main-header .header-left nav ul li.current_page_ancestor:hover > a, header .main-header .header-left nav ul li.current-menu-item:hover > a, header .main-header .header-left nav ul li.current-menu-ancestor:hover > a {
         color: #fff;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     header .main-header .header-left nav ul li.current_page_item > a, header .main-header .header-left nav ul li.current_page_ancestor > a, header .main-header .header-left nav ul li.current-menu-item > a, header .main-header .header-left nav ul li.current-menu-ancestor > a, header .main-header .header-left nav ul li.current_page_item:hover > a, header .main-header .header-left nav ul li.current_page_ancestor:hover > a, header .main-header .header-left nav ul li.current-menu-item:hover > a, header .main-header .header-left nav ul li.current-menu-ancestor:hover > a {
         color: #fff;
    }
}
 header .main-header .header-left nav ul ul li.current_page_item > a, header .main-header .header-left nav ul ul li.current_page_ancestor > a, header .main-header .header-left nav ul ul li.current-menu-item > a, header .main-header .header-left nav ul ul li.current-menu-ancestor > a {
     color: #b2dbfd;
}
 @media only screen and (max-width: 600px) {
     header .main-header .header-left nav ul ul li.current_page_item > a, header .main-header .header-left nav ul ul li.current_page_ancestor > a, header .main-header .header-left nav ul ul li.current-menu-item > a, header .main-header .header-left nav ul ul li.current-menu-ancestor > a {
         color: #fff;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     header .main-header .header-left nav ul ul li.current_page_item > a, header .main-header .header-left nav ul ul li.current_page_ancestor > a, header .main-header .header-left nav ul ul li.current-menu-item > a, header .main-header .header-left nav ul ul li.current-menu-ancestor > a {
         color: #fff;
    }
}
 header .main-header .header-left nav ul nav ul li.menu-item-has-children:hover > a {
     color: #b2dbfd;
}
 @media only screen and (max-width: 600px) {
     header .main-header .header-left nav ul nav ul li.menu-item-has-children:hover > a {
         color: #fff;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     header .main-header .header-left nav ul nav ul li.menu-item-has-children:hover > a {
         color: #fff;
    }
}
 header .main-header .header-left nav ul li.btn-login {
     padding-right: 0;
}
 header .main-header .header-left nav ul li.btn-login a {
     background: #2cb0c7;
     font-family: "fsalbert-semibold";
     font-size: 13px;
     text-transform: uppercase;
     color: #fff;
     padding: 4px 12px;
     display: inline-block;
}
 header .main-header .header-left nav ul li.btn-login a:hover {
     background: #0d9eb7;
}
 @media only screen and (max-width: 600px) {
     header .main-header .header-left nav {
         margin-top: 101px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     header .main-header .header-left nav {
         margin-top: 102px;
    }
}
 @media only screen and (max-width: 600px) {
     header .main-header .header-left {
         position: absolute;
         top: 0;
         width: 100%;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     header .main-header .header-left {
         position: absolute;
         top: 0;
         right: 0;
         width: 100%;
    }
}
 @media only screen and (max-width: 600px) {
     header .main-header {
         overflow: visible;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     header .main-header {
         overflow: visible;
    }
}
 @media only screen and (max-width: 600px) {
     header {
         height: 100px;
         overflow: visible;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     header {
         height: 100px;
         overflow: visible;
    }
}
 header.fixed-header {
     position: fixed;
     border-bottom: 1px solid #e6e6e6;
}
 header.fixed-header .top-header {
     margin-top: -93px;
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     header.fixed-header .top-header {
         margin-top: -137px;
    }
}
 header.fixed-header .logo img {
     width: 100px;
}
 @media only screen and (max-width: 600px) {
     header.fixed-header .logo img {
         width: 90px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     header.fixed-header .logo img {
         width: 90px;
    }
}
 .toggleMenu {
     display: none;
     padding: 15px 0px !important;
     font-family: 'bebas_neueregular';
     color: #2cb0c7;
     font-size: 37px;
     text-decoration: none;
     text-align: left;
     line-height: 24px;
     position: absolute;
     top: 14px;
     right: 20px;
     text-align: right;
     cursor: pointer;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 @media only screen and (max-width: 1024px) {
     .active {
         display: block;
    }
     .nav > li {
         float: none;
    }
     .nav > li > .parent {
         background-image: url(../images/downArrow.png);
         background-repeat: no-repeat;
         background-position: right;
    }
     .nav ul {
         display: block;
         width: 100%;
    }
     .nav > li.hover > ul, .nav li li.hover ul {
         position: static;
    }
     #menu-top, #menu, .nav, .nav > li, .nav li li, .nav li ul, .toggleMenu {
         width: 100% !important;
    }
     .toggleMenu {
         width: 50px !important;
    }
     .nav > li {
         float: none;
         background: #e0e0e0;
         border-bottom: #bdbdbd solid 1px;
    }
     .nav a {
         padding: 5px 0px;
         font-size: 20px;
         color: #fff;
         font-family: arial;
    }
     .nav li li a {
         display: block;
         width: auto;
         text-align: left;
         text-decoration: none;
         position: relative;
         z-index: 100;
         background: #212753;
         font-size: 14px;
         border-bottom: #e4e4e4 solid 1px;
         background: url(../images/bullet2.png) no-repeat scroll 9px 15px;
         padding-left: 22px;
    }
     .nav li li a:hover {
         background: url(../images/bullet2.png) no-repeat scroll 9px 15px #292929;
    }
     .nav li a:hover, .nav li:hover {
         background: #024e6e;
         border-bottom: #003d56 solid 1px;
         color: #fff;
    }
     .menu-wrapper {
         height: 100%;
         background: none;
         background: #353535;
         margin-bottom: 10px;
    }
     .nav a {
         line-height: 16px;
         font-size: 14px;
         text-align: left !important;
         padding: 11px 13px !important;
    }
     .nav li a:hover {
         color: #ffffff;
    }
     .nav .current_page_item > a, .nav .current_page_ancestor > a, .nav .current-menu-item > a, .nav .current-menu-ancestor > a {
         color: #ffffff;
    }
     .nav .menu-item-has-children:hover > a {
         color: #ffffff;
    }
     .nav .menu-item-has-children .current_page_item > a, .nav .menu-item-has-children .current_page_ancestor > a, .nav .menu-item-has-children .current-menu-item > a, .nav .menu-item-has-children .current-menu-ancestor > a {
         color: #ffffff;
    }
     .nav .current_page_item, .nav .current_page_ancestor, .nav .current-menu-item, .nav .current-menu-ancestor {
         color: #fff !important;
         background: #024e6e;
         border-bottom: #003d56 solid 1px;
    }
     .nav .menu-item-has-children .current_page_item, .nav .menu-item-has-children .current_page_ancestor, .nav .menu-item-has-children .current-menu-item, .nav .menu-item-has-children .current-menu-ancestor {
         color: #fff;
         background: #024e6e;
         border-bottom: #003d56 solid 1px;
    }
     .nav li ul {
         border-radius: 0;
         -webkit-border-radius: 0;
         -moz-border-radius: 0;
         -o-border-radius: 0;
         box-shadow: none;
         -webkit-box-shadow: none;
         -moz-box-shadow: none;
         -o-box-shadow: none;
         padding: 0;
         border: 0;
    }
     .nav li ul li {
         background: #444444;
         padding-left: 0;
    }
     .nav li li a {
         font-family: Arial;
         border-bottom: #5E5E5E solid 1px;
    }
     .nav {
         width: auto;
    }
     .nav li li a:hover {
         color: #ffffff;
    }
     .nav li li a {
         padding: 11px 24px !important;
         color: #fff;
    }
     .nav li ul li:first-child:after {
         display: none;
    }
}
 @media only screen and (max-width: 745px) {
     .top-header-right {
         display: none;
    }
     .top-header-left {
         width: 100%;
    }
}
 #responsive-menu-title img {
     width: 80%;
}
 .gradient-overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#007b92+0,000000+99,000000+100,7db9e8+100 */
     background: #007b92;
    /* Old browsers */
     background: -moz-linear-gradient(left, #007b92 0%, #000000 99%, #000000 100%, #7db9e8 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(left, #007b92 0%, #000000 99%, #000000 100%, #7db9e8 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to right, #007b92 0%, #000000 99%, #000000 100%, #7db9e8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007b92', endColorstr='#7db9e8',GradientType=1 );
    /* IE6-9 */
     opacity: 0.6;
     -webkit-opacity: 0.6;
     -moz-opacity: 0.6;
     -o-opacity: 0.6;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 .black-overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#007b92+0,000000+99,000000+100,7db9e8+100 */
     background: #000;
    /* Old browsers */
     opacity: 0.6;
     -webkit-opacity: 0.6;
     -moz-opacity: 0.6;
     -o-opacity: 0.6;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 section#hero {
     position: relative;
     display: block;
     background: #fff;
     padding: 127px 0 0 0;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 section#hero .owl-theme .owl-controls .owl-page span{
     background:#FFF;
}
 section#hero .item {
     position: relative;
     height: 450px;
     overflow: hidden;
     text-align:center;
     background:#2c2a2b;
}
 section#hero .item .container {
     padding: 0;
}
 section#hero .item img {
     width: auto;
     height: 100%;
}
 @media only screen and (max-width: 600px) {
     section#hero .item img {
         width: 240%;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#hero .item img {
         width: 240%;
    }
}
 section#hero .item .hero-caption {
     position: absolute;
     top: 60px;
     margin-left: 0 !important;
     z-index: 1;
     text-align:left;
}
 section#hero .item .hero-caption h4 {
     color: #fff;
     font-size: 60px;
     margin: 0 0 20px 0;
     font-family: "dax-condensed-regular";
     font-weight: bold;
     text-shadow: 0px 2px 1.78px rgba(0, 0, 0, 0.68);
     line-height: 1;
     text-align:left;
}
 section#hero .item .hero-caption h4 span {
     color: #11bcf3;
}
 @media only screen and (max-width: 600px) {
     section#hero .item .hero-caption h4 {
         font-size: 27px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#hero .item .hero-caption h4 {
         font-size: 32px;
    }
}
 section#hero .item .hero-caption p {
     color: #fff;
     font-size: 20px;
     width: 67%;
     margin: 0 0 40px 0;
}
 @media only screen and (max-width: 600px) {
     section#hero .item .hero-caption p {
         font-size: 15px;
         width: 100%;
         margin: 0 0 30px 0;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#hero .item .hero-caption p {
         font-size: 17px;
         width: 85%;
         margin: 0 0 30px 0;
    }
}
 section#hero .item .hero-caption .btn {
     margin: 0 10px 0 0;
     padding: 12px 27px;
     box-shadow: 0px 2px 0.89px 0.11px rgba(0, 0, 0, 0.55);
     -webkit-box-shadow: 0px 2px 0.89px 0.11px rgba(0, 0, 0, 0.55);
     -moz-box-shadow: 0px 2px 0.89px 0.11px rgba(0, 0, 0, 0.55);
}
 @media only screen and (max-width: 600px) {
     section#hero .item .hero-caption .btn {
         display: block;
         width: 270px;
         font-size: 16px;
         margin: 0 auto 10px auto;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#hero .item .hero-caption .btn {
         display: inline-block;
         width: 250px;
         font-size: 15px;
    }
}
 section#hero .item .hero-caption .btn-primary {
     background: #00aee6;
     border: 2px solid #00aee6;
}
 section#hero .item .hero-caption .btn-primary:hover {
     background: #01577b;
     border: 2px solid #01577b;
}
 @media only screen and (max-width: 600px) {
     section#hero .item .hero-caption {
         top: 20px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#hero .item .hero-caption {
         top: 40px;
    }
}
 @media only screen and (max-width: 600px) {
     section#hero .item {
         height: 280px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#hero .item {
         height: 280px;
    }
}
 section#hero .owl-controls {
     position: absolute;
     bottom: 20px;
     width: 100%;
}
 @media only screen and (max-width: 600px) {
     section#hero .owl-controls {
         bottom: 5px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#hero .owl-controls {
         bottom: 5px;
    }
}


/* - HERO FORM Booking - */
section#hero .form-book-tickets .track-update-bubble,
.hero-banner.elementor-element .form-book-tickets .track-update-bubble{
	position: absolute;
	top: 10px;
	right: 30px;
	z-index: 6;
	background: #FFF;
	border-radius: 45px;
	height: 29px;
	overflow: hidden;
	line-height: 28px;
	font-size: 14px;
	width: 508px;
	padding: 0 11px;
}
@media only screen and (max-width: 1040px) {
	section#hero .form-book-tickets .track-update-bubble,
	.hero-banner.elementor-element .form-book-tickets .track-update-bubble{ z-index:1; }
}
section#hero .form-book-tickets .track-update-bubble ul,
.hero-banner.elementor-element form-book-tickets .track-update-bubble ul{
	margin:0;
	padding:0;
	display:block;
	position:relative;
	overflow:hidden;
	height:29px;
}
section#hero .form-book-tickets .track-update-bubble ul li,
.hero-banner.elementor-element .form-book-tickets .track-update-bubble ul li{
	list-style:none;
	padding:0;
	margin:0;
	display:block;
	text-align:center;
	position:absolute;
	width:100%;
	height:29px;
	opacity:0;
}
section#hero .form-book-tickets .track-update-bubble ul li:first-child,
.hero-banner.elementor-element .form-book-tickets .track-update-bubble ul li:first-child {Opacity:1; }
section#hero .form-book-tickets .track-update-bubble .track-status-positive,
.hero-banner.elementor-element .form-book-tickets .track-update-bubble .track-status-positive{
	color:#319e90;
}
section#hero .form-book-tickets .track-update-bubble .track-status-negative,
.hero-banner.elementor-element .form-book-tickets .track-update-bubble .track-status-negative{
	color:#b54055;
}
section#hero .form-book-tickets .track-update-bubble .track-status-negative a,
.hero-banner.elementor-element .form-book-tickets .track-update-bubble .track-status-negative{
	color:#b54055; text-decoration:underline;
}
section#hero .form-book-tickets .track-update-bubble .track-status-negative a:hover,
.hero-banner.elementor-element .form-book-tickets .track-update-bubble .track-status-negative a:hover{ color:#8a1a2e; }
 @media only screen and (max-width: 1040px) {
	 section#hero .form-book-tickets .track-update-bubble .track-status-negative,
	 .hero-banner.elementor-element .form-book-tickets .track-update-bubble .track-status-negative{ color:#8a1a2e !important; }
	 section#hero .form-book-tickets .track-update-bubble .track-status-negative a,
	 .hero-banner.elementor-element .form-book-tickets .track-update-bubble .track-status-negative a{ color:#8a1a2e; }
 }
 @media only screen and (max-width: 600px) {
     section#hero .form-book-tickets,
	 .hero-banner.elementor-element .form-book-tickets{
         position: relative;
         width: 100%;
         top: 10px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#hero .form-book-tickets,
	 .hero-banner.elementor-element .form-book-tickets{
         position: relative;
         width: 100%;
         top: 10px;
    }
}
 section#hero .form-book-tickets .container,
.hero-banner.elementor-element .form-book-tickets .container{
     position: relative;
}
 section#hero .form-book-tickets .form-book-tickets-wrap,
.hero-banner.elementor-element .form-book-tickets .form-book-tickets-wrap{
     position: relative;
     top: 0;
     right: 0;
     border-top: 450px solid #fdb913;
     border-left: 60px solid transparent;
     border-right: 70px solid transparent;
     height: 400px;
     width: 537px;
     z-index: 2;
     float: right;
}
 @media only screen and (max-width: 600px) {
     section#hero .form-book-tickets .form-book-tickets-wrap,
	 .hero-banner.elementor-element .form-book-tickets .form-book-tickets-wrap{
         display: none;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#hero .form-book-tickets .form-book-tickets-wrap,
	 .hero-banner.elementor-element .form-book-tickets .form-book-tickets-wrap{
         display: none;
    }
}
 section#hero .form-book-tickets .form-content,
.hero-banner.elementor-element .form-book-tickets .form-content{
     position: absolute;
     top: 0;
     right: 0;
     z-index: 3;
     width: 537px;
     padding: 46px 110px 20px 75px;
}
 @media only screen and (max-width: 600px) {
     section#hero .form-book-tickets .form-content,
	 .hero-banner.elementor-element .form-book-tickets .form-content{
         position: relative;
         width: 100%;
         padding: 15px 15px 15px 15px;
         background: #fdb913;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#hero .form-book-tickets .form-content,
	 .hero-banner.elementor-element .form-book-tickets .form-content{
         position: relative;
         width: 100%;
         padding: 15px 15px 15px 15px;
         background: #fdb913;
    }
}
 section#hero .form-book-tickets .form-content h3,
.hero-banner.elementor-element .form-book-tickets .form-content h3{
     font-family: "fsalbert-semibold";
     font-size: 27px;
     color: #2c2a2b;
     margin-bottom: 25px;
}
 @media only screen and (max-width: 600px) {
     section#hero .form-book-tickets .form-content h3,
	 .hero-banner.elementor-element .form-book-tickets .form-content h3{
         font-size: 22px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#hero .form-book-tickets .form-content h3,
	 .hero-banner.elementor-element .form-book-tickets .form-content h3{
         font-size: 22px;
    }
}
 section#hero .form-book-tickets .form-content form{
     position: relative;
}
 section#hero .form-book-tickets .form-content form ul li.form-radio{
     width: 100%;
     float: none;
     margin-bottom: 20px;
}
 section#hero .form-book-tickets .form-content form ul li.form-radio label{
     font-size: 16px;
     color: #000;
     margin: 0 12px 0 0;
}
 section#hero .form-book-tickets .form-content form ul li{
     position: relative;
     list-style-type: none;
     float: left;
     width: 50%;
     padding: 0 4px;
     margin-bottom: 10px;
}
 section#hero .form-book-tickets .form-content form ul li input[type="radio"]{
     position: relative;
     border-style: solid;
     border-width: 2px;
     border-color: white;
     border-radius: 50%;
     background-color: rgba(0, 0, 0, 0);
     width: 23px;
     height: 23px;
     font-size: 16px;
     margin: 0 8px 0 0;
     -webkit-appearance: none;
}
 section#hero .form-book-tickets .form-content form ul li input[type="radio"]:checked::before{
     content: '';
     width: 11px;
     height: 11px;
     background: #000;
     border-radius: 100px;
     position: absolute;
     top: 4px;
     left: 4px;
}
 section#hero .form-book-tickets .form-content form ul li input[type="text"], section#hero .form-book-tickets .form-content form ul li input[type="number"], section#hero .form-book-tickets .form-content form ul li input[type="date"], section#hero .form-book-tickets .form-content form ul li select{
     width: 100%;
     height: 38px;
     background-color: rgba(0, 0, 0, 0);
     border-style: solid;
     border-width: 2px;
     border-color: white;
     padding: 5px 15px;
     font-size: 16px;
     border-radius: 50px;
     -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
     -o-border-radius: 50px;
}
 section#hero .form-book-tickets .form-content form ul li input[type="text"]::placeholder, section#hero .form-book-tickets .form-content form ul li input[type="number"]::placeholder, section#hero .form-book-tickets .form-content form ul li input[type="date"]::placeholder, section#hero .form-book-tickets .form-content form ul li select::placeholder{
     color: #000;
}
 section#hero .form-book-tickets .form-content form ul input[type="submit"]
{
     background: #01ade5;
     border: 2px solid #01ade5;
     color: #fff;
     font-family: "fsalbert-bold";
     font-size: 18px;
     text-transform: uppercase;
     text-align: center;
     display: inline-block;
     cursor: pointer;
     padding: 12px 27px;
     margin: 15px 0 0 5px;
     box-shadow: 0px 2px 0.89px 0.11px rgba(0, 0, 0, 0.55);
     -webkit-box-shadow: 0px 2px 0.89px 0.11px rgba(0, 0, 0, 0.55);
     -moz-box-shadow: 0px 2px 0.89px 0.11px rgba(0, 0, 0, 0.55);
     border-radius: 50px;
     -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
     -o-border-radius: 50px;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 section#hero .form-book-tickets .form-content form ul input[type="submit"] i{
     padding-right: 15px;
}
 section#hero .form-book-tickets .form-content form ul input[type="submit"]:hover{
     background: #0058a0;
     border: 2px solid #0058a0;
}
/* - end - */


 @media only screen and (max-width: 600px) {
     section#hero {
         padding: 100px 0 0 0;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#hero {
         padding: 100px 0 0 0;
    }
}

 section#homepageBadge {
     position: relative;
     padding: 12px 0 17px 0;
}
 section#homepageBadge .container {
     border-bottom: 1px solid #dbdbdb;
     overflow: hidden;
     padding-bottom: 14px;
}
 section#homepageBadge .trip-advisor {
     float: left;
     border-right: 1px solid #dbdbdb;
     padding: 0 12px 0 0;
     margin: 0 15px 0 0;
}
 @media only screen and (max-width: 600px) {
     section#homepageBadge .trip-advisor {
         float: none;
         text-align: center;
         padding: 5px 15px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#homepageBadge .trip-advisor {
         float: none;
         text-align: center;
         padding: 5px 15px;
    }
}
 section#homepageBadge .ratings {
     float: left;
     overflow: hidden;
}
 @media only screen and (max-width: 600px) {
     section#homepageBadge .ratings {
         float: none;
         text-align: center;
         padding: 0 15px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#homepageBadge .ratings {
         float: none;
         text-align: center;
         padding: 0 15px;
    }
}
 section#homepageBadge .ratings h4, section#homepageBadge .ratings img, section#homepageBadge .ratings p {
     float: left;
}
 section#homepageBadge .ratings h4 {
     font-family: "fsalbert-bold";
     color: #040707;
     font-size: 18px;
     margin: 5px 15px 0 0;
}
 section#homepageBadge .ratings img {
     padding: 7px 10px 0 0;
}
 section#homepageBadge .ratings p {
     font-size: 15px;
     color: #989898;
     margin: 4px 0 0 0;
}
 @media only screen and (max-width: 600px) {
     section#homepageBadge .customers-saying {
         float: none;
         text-align: center;
         padding: 0 15px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#homepageBadge .customers-saying {
         float: none;
         text-align: center;
         padding: 0 15px;
    }
}
 section#homepageBadge .customers-saying h4 {
     font-family: "fsalbert-semibold";
     font-size: 22px;
     color: #16b088;
     margin: 3px 0 0 0;
}
 @media only screen and (max-width: 600px) {
     section#homepageBadge .customers-saying h4 {
         font-size: 20px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#homepageBadge .customers-saying h4 {
         font-size: 20px;
    }
}
 section#homeKeyBenefits {
     position: relative;
     overflow: hidden;
     padding: 0;
}
 section#homeKeyBenefits h3 {
     font-family: "dax-condensed-regular";
     font-weight: bold;
     font-size: 32px;
     color: #2c2a2b;
}
 section#homeKeyBenefits .travel-time {
     padding: 0 12px 0 0;
}
 @media only screen and (max-width: 600px) {
     section#homeKeyBenefits .travel-time {
         padding: 0 15px 0 15px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#homeKeyBenefits .travel-time {
         padding: 0 15px 0 15px;
    }
}
 section#homeKeyBenefits .travel-time h3 {
     margin-bottom: 32px;
}
 section#homeKeyBenefits .travel-time .wrap {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,e7e7e7+100 */
     background: #ffffff;
    /* Old browsers */
     background: -moz-linear-gradient(top, #ffffff 1%, #e7e7e7 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(top, #ffffff 1%, #e7e7e7 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom, #ffffff 1%, #e7e7e7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 );
    /* IE6-9 */
     padding: 0 20px 9px 20px;
}
 section#homeKeyBenefits .travel-time p.travel-time-note {
     font-size: 14px;
     color: #7f7f7f;
     margin: 19px 0 1px 0;
}
 section#homeKeyBenefits .travel-time ul li {
     list-style-type: none;
     overflow: hidden;
     margin-bottom: 16px;
}
 section#homeKeyBenefits .travel-time ul li .travel-time-icon {
     float: left;
     padding-right: 9px;
}
 section#homeKeyBenefits .travel-time ul li .travel-time-progress {
     float: left;
     min-width: 250px;
     margin-right: 9px;
}
 section#homeKeyBenefits .travel-time ul li .travel-time-progress p {
     color: #2c2a2b;
     font-size: 16px;
     margin-bottom: 7px;
     line-height: 17px;
     font-family: "fsalbert-semibold";
}
 section#homeKeyBenefits .travel-time ul li .travel-time-progress .meter {
     height: 7px;
     position: relative;
     background: #d3d3d3;
     -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
     -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
     box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
 section#homeKeyBenefits .travel-time ul li .travel-time-progress .meter > span {
     display: block;
     height: 7px;
     background-color: yellow;
     position: relative;
     overflow: hidden;
}
 section#homeKeyBenefits .travel-time ul li .travel-time-mins {
     float: left;
     font-family: "dax-condensed-regular";
     font-size: 22px;
     font-weight: bold;
     padding: 11px 0 0 3px;
}
 @media only screen and (max-width: 600px) {
     section#homeKeyBenefits .travel-time ul li .travel-time-mins {
         padding: 0;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#homeKeyBenefits .travel-time ul li .travel-time-mins {
         padding: 0;
    }
}
 section#homeKeyBenefits .key-benefits {
     padding: 0 0 0 12px;
     overflow: hidden;
}
 section#homeKeyBenefits .key-benefits h3 {
     margin-bottom: 20px;
}
 section#homeKeyBenefits .key-benefits .wrap {
     padding: 0 20px 0 20px;
     overflow: hidden;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,e7e7e7+100 */
     background: #ffffff;
    /* Old browsers */
     background: -moz-linear-gradient(top, #ffffff 1%, #e7e7e7 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(top, #ffffff 1%, #e7e7e7 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom, #ffffff 1%, #e7e7e7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 );
    /* IE6-9 */
}
 section#homeKeyBenefits .key-benefits ul li {
     list-style-type: none;
     float: left;
     padding-right: 15px;
     min-height: 71px;
     border-bottom: 1px solid #fff;
}
 @media only screen and (max-width: 600px) {
     section#homeKeyBenefits .key-benefits ul li {
         float: none;
         min-height: auto;
         overflow: hidden;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#homeKeyBenefits .key-benefits ul li {
         float: none;
         min-height: auto;
         overflow: hidden;
    }
}
 section#homeKeyBenefits .key-benefits ul li .benefit-icon {
     float: left;
     width: 32px;
     margin: 19px 19px 0 0;
}
 section#homeKeyBenefits .key-benefits ul li .benefit-label {
     float: left;
     width: 116px;
	 padding-top:17px;
}
 @media only screen and (max-width: 600px) {
     section#homeKeyBenefits .key-benefits ul li .benefit-label {
         width: 250px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#homeKeyBenefits .key-benefits ul li .benefit-label {
         width: 250px;
    }
}
 section#homeKeyBenefits .key-benefits ul li .benefit-label p {
     font-size: 15px;
     color: #2c2a2b;
     line-height: 1.188;
	 margin-bottom:0;
}
 section#homeKeyBenefits .key-benefits ul li:nth-child(2) .benefit-icon {
     margin-top: 17px;
}
 @media only screen and (max-width: 600px) {
     section#homeKeyBenefits .key-benefits ul li:nth-child(2) .benefit-icon {
         margin-top: 0;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#homeKeyBenefits .key-benefits ul li:nth-child(2) .benefit-icon {
         margin-top: 0;
    }
}
 @media only screen and (max-width: 600px) {
     section#homeKeyBenefits .key-benefits ul li:nth-child(2) .benefit-label {
         margin-top: 0;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#homeKeyBenefits .key-benefits ul li:nth-child(2) .benefit-label {
         margin-top: 0;
    }
}
 section#homeKeyBenefits .key-benefits ul li:last-child {
     border-bottom: 0;
}
 section#homeKeyBenefits .key-benefits ul li:nth-last-child(2) {
     border-bottom: 0;
}
 section#homeKeyBenefits .key-benefits ul .pt-0 {
     padding-top: 0;
     padding-bottom: 0;
}
 section#homeKeyBenefits .homepage-ads {
     padding: 0 0 0 24px;
	 float:right;
}
 section#homeKeyBenefits .homepage-ads .owl-controls{
     margin: 2px 0 8px;
}
 @media only screen and (max-width: 600px) {
     section#homeKeyBenefits .homepage-ads {
         padding: 15px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#homeKeyBenefits .homepage-ads {
         padding: 15px;
    }
}
 section#homeKeyBenefits .homepage-ads img {
     width: 100%;
     height: auto;
}
 section#keybenefits {
     position: relative;
     display: block;
     overflow: hidden;
     background: #fff;
     padding: 0 0 50px 0;
}
 section#keybenefits .welcome {
     background: #243a43;
     width: 100%;
     height: 132px;
     color: #fff;
}
 section#keybenefits .welcome .container {
     height: 132px;
     background: url(../images/welcome-bg.png) no-repeat;
     padding: 22px 15px 0 15px;
}
 @media only screen and (max-width: 600px) {
     section#keybenefits .welcome .container {
         height: 95px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#keybenefits .welcome .container {
         height: 95px;
    }
}
 section#keybenefits .welcome p {
     font-size: 26px;
     margin: 0;
}
 @media only screen and (max-width: 600px) {
     section#keybenefits .welcome p {
         font-size: 18px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#keybenefits .welcome p {
         font-size: 22px;
    }
}
 section#keybenefits .welcome h2 {
     font-size: 42px;
     margin: 0;
}
 @media only screen and (max-width: 600px) {
     section#keybenefits .welcome h2 {
         font-size: 21px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#keybenefits .welcome h2 {
         font-size: 24px;
    }
}
 @media only screen and (max-width: 600px) {
     section#keybenefits .welcome {
         height: 95px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#keybenefits .welcome {
         height: 95px;
    }
}
 section#keybenefits .key-benefits-form {
     position: relative;
}
 section#keybenefits .key-benefits-form .key-benefits-content {
     padding-top: 60px;
}
 section#keybenefits .key-benefits-form .key-benefits-content h4 {
     font-family: "fsalbert-semibold";
     font-size: 22px;
     margin: 0 0 20px 0;
}
 section#keybenefits .key-benefits-form .key-benefits-content p {
     line-height: 1.6;
     margin: 0 0 20px 0;
}
 @media only screen and (max-width: 600px) {
     section#keybenefits .key-benefits-form .key-benefits-content p {
         line-height: 1.4;
         font-size: 16px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#keybenefits .key-benefits-form .key-benefits-content p {
         line-height: 1.4;
         font-size: 16px;
    }
}
 section#keybenefits .key-benefits-form .key-benefits-content ul.key-benefits-list {
     overflow: hidden;
     padding: 50px 0 0 0;
}
 section#keybenefits .key-benefits-form .key-benefits-content ul.key-benefits-list li {
     display: inline-block;
     text-align: center;
     padding: 0 20px;
}
 section#keybenefits .key-benefits-form .key-benefits-content ul.key-benefits-list li:first-child {
     padding-left: 0;
}
 section#keybenefits .key-benefits-form .key-benefits-content ul.key-benefits-list li:last-child {
     padding-right: 0;
}
 section#keybenefits .key-benefits-form .key-benefits-content ul.key-benefits-list li p {
     font-family: "fsalbert-semibold";
     font-size: 16px;
     margin: 10px 0;
}
 @media only screen and (max-width: 600px) {
     section#keybenefits .key-benefits-form .key-benefits-content ul.key-benefits-list li p {
         font-size: 14px;
         margin: 10px 0;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#keybenefits .key-benefits-form .key-benefits-content ul.key-benefits-list li p {
         font-size: 14px;
         margin: 10px 0;
    }
}
 section#keybenefits .key-benefits-form .key-benefits-content ul.key-benefits-list li i {
     font-size: 28px;
     color: #2dafcb;
}
 @media only screen and (max-width: 600px) {
     section#keybenefits .key-benefits-form .key-benefits-content ul.key-benefits-list li {
         padding: 0 10px 5px 10px !important;
         width: 47%;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#keybenefits .key-benefits-form .key-benefits-content ul.key-benefits-list li {
         padding: 0 10px 5px 10px !important;
         width: 30%;
    }
}
 @media only screen and (max-width: 600px) {
     section#keybenefits .key-benefits-form .key-benefits-content ul.key-benefits-list {
         padding: 20px 0 0 0;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#keybenefits .key-benefits-form .key-benefits-content ul.key-benefits-list {
         padding: 20px 0 0 0;
    }
}
 @media only screen and (max-width: 600px) {
     section#keybenefits .key-benefits-form .key-benefits-content {
         padding-top: 40px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#keybenefits .key-benefits-form .key-benefits-content {
         padding-top: 40px;
    }
}
 section.adjust-hero {
     padding: 249px 0 0 0 !important;
}
 section#homecontent {
     position: relative;
     display: block;
     overflow: hidden;
     background: #fff;
     padding: 0;
     background: #f0f0f0 url(../images/home/home-about.jpg) no-repeat;
     background-size: 50% auto;
}
 section#homecontent .home-about {
     background: #f0f0f0;
     color: #444;
     line-height: 1.6;
}
 section#homecontent .home-about .home-about-content-push {
     padding: 55px 0 30px 45px;
}
 section#homecontent .home-about .home-about-content-push h2 {
     font-size: 32px;
     margin: 0 0 30px 0;
}
 @media only screen and (max-width: 600px) {
     section#homecontent .home-about .home-about-content-push h2 {
         font-size: 23px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#homecontent .home-about .home-about-content-push h2 {
         font-size: 23px;
    }
}
 section#homecontent .home-about .home-about-content-push p {
     margin: 0 0 35px 0;
}
 section#homecontent .home-about .home-about-content-push .btn {
     margin: 10px 10px 0 0;
}
 @media only screen and (max-width: 600px) {
     section#homecontent .home-about .home-about-content-push .btn {
         display: block;
         width: 250px;
         margin: 0 auto 10px auto;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#homecontent .home-about .home-about-content-push .btn {
         display: inline-block;
         width: 250px;
    }
}
 section#homecontent .home-about .home-about-content-push ul {
     position: relative;
     padding: 0;
     margin: 0;
}
 section#homecontent .home-about .home-about-content-push ul li {
     list-style-type: none;
     position: relative;
     padding: 0 0 0 22px;
}
 section#homecontent .home-about .home-about-content-push ul li:before {
     position: absolute;
     top: 5px;
     left: 0;
     font-family: FontAwesome;
     content: "\f111";
     color: #2dafcb;
     font-size: 10px;
}
 @media only screen and (max-width: 600px) {
     section#homecontent .home-about .home-about-content-push {
         padding: 40px 0 30px 0;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#homecontent .home-about .home-about-content-push {
         padding: 40px 0 30px 0;
    }
}
 section#whysec {
     position: relative;
     display: block;
     overflow: hidden;
     background: #fff;
     padding: 40px 0 0 0;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 section#whysec .whysec-cta {
     position: relative;
     overflow: hidden;
}
 section#whysec .whysec-cta .whysec-cta-item {
     position: relative;
}
 section#whysec .whysec-cta .whysec-cta-item .whysec-cta-item-content {
     position: relative;
}
 section#whysec .whysec-cta .whysec-cta-item .whysec-cta-item-content img {
     width: 100%;
}
 section#whysec .whysec-cta .whysec-cta-item .whysec-cta-item-content .cta-label {
     position: absolute;
     top: 0;
     margin-left: 0 !important;
     z-index: 1;
     padding: 50px 50px 50px 50px;
}
 section#whysec .whysec-cta .whysec-cta-item .whysec-cta-item-content .cta-label h4 {
     color: #fff;
     font-size: 28px;
     margin: 9px 0 12px 0;
}
 @media only screen and (max-width: 600px) {
     section#whysec .whysec-cta .whysec-cta-item .whysec-cta-item-content .cta-label h4 {
         font-size: 21px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#whysec .whysec-cta .whysec-cta-item .whysec-cta-item-content .cta-label h4 {
         font-size: 30px;
    }
}
 section#whysec .whysec-cta .whysec-cta-item .whysec-cta-item-content .cta-label p {
     color: #fff;
     font-size: 16px;
     margin: 0 0 10px 0;
}
 @media only screen and (max-width: 600px) {
     section#whysec .whysec-cta .whysec-cta-item .whysec-cta-item-content .cta-label {
         padding: 25px 30px 50px 30px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#whysec .whysec-cta .whysec-cta-item .whysec-cta-item-content .cta-label {
         padding: 35px 30px 50px 30px;
    }
}
 @media only screen and (max-width: 600px) {
     section#whysec .whysec-cta .whysec-cta-item .whysec-cta-item-content {
         margin-bottom: 15px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#whysec .whysec-cta .whysec-cta-item .whysec-cta-item-content {
         margin-bottom: 15px;
    }
}
 section#whysec .whysec-content {
     position: relative;
     overflow: hidden;
     line-height: 1.6;
     color: #444;
     padding-top: 45px;
     padding-bottom: 45px;
}
 section#whysec .whysec-content h2 {
     font-size: 32px;
     margin-bottom: 30px;
}
 @media only screen and (max-width: 600px) {
     section#whysec .whysec-content h2 {
         font-size: 23px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#whysec .whysec-content h2 {
         font-size: 23px;
    }
}
 section#whysec .whysec-content p {
     margin-bottom: 25px;
}
 section#whysec .whysec-widgets {
     position: relative;
     color: #444;
}
 section#whysec .whysec-widgets h2 {
     text-align: center;
     font-size: 36px;
     color: #000;
}
 @media only screen and (max-width: 600px) {
     section#whysec .whysec-widgets h2 {
         font-size: 25px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#whysec .whysec-widgets h2 {
         font-size: 25px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#whysec .whysec-widgets .whysec-widgets-item {
         margin-bottom: 15px;
    }
}
 section#whysec .whysec-widgets .whysec-widgets-item-content {
     position: relative;
}
 section#whysec .whysec-widgets .whysec-widgets-item-content img {
     width: 100%;
}
 section#whysec .whysec-widgets .whysec-widgets-item-content h4 {
     font-size: 18px;
     text-align: center;
     font-family: "fsalbert-bold";
     text-transform: uppercase;
     margin: 15px 0;
}
 section#whysec .whysec-widgets .whysec-widgets-item-content p {
     font-size: 15px;
     margin-bottom: 20px;
}
 section#whysec .whysec-widgets .whysec-widgets-item-content a {
     font-family: "fsalbert-bold";
     color: #444;
}
 section#whysec .whysec-widgets .whysec-widgets-item-content a i {
     color: #008fae;
     padding-left: 10px;
}
 section#infoTab {
     position: relative;
     display: block;
     overflow: hidden;
     background: #fff;
     padding: 60px 0 0 0;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 section#infoTab .tab-list {
     overflow: hidden;
     clear: both;
     border-bottom: 7px solid #024e6e;
}
 section#infoTab .tab {
     position: relative;
}
 section#infoTab .item {
     position: relative;
     overflow: hidden;
}
 section#infoTab .item .tab-list-item {
     position: relative;
     height: 105px;
}
 section#infoTab .item .tab-list-item a {
     position: relative;
     display: block;
     border-top: 10px solid #fff;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 section#infoTab .item .tab-list-item a.active, section#infoTab .item .tab-list-item a:hover {
     border-top: 10px solid #024e6e;
}
 section#infoTab .item .tab-list-item a:hover .black-overlay, section#infoTab .item .tab-list-item a.active .black-overlay {
     background: #006894;
}
 section#infoTab .item .tab-list-item img {
     width: 100%;
     height: 100%;
}
 section#infoTab .item .tab-list-item .tab-caption {
     position: absolute;
     top: 10px;
     margin-left: 0 !important;
     z-index: 1;
     padding: 0 17px;
}
 section#infoTab .item .tab-list-item .tab-caption p {
     color: #fff;
     font-size: 18px;
     font-family: "fsalbert-regular";
}
 @media only screen and (max-width: 600px) {
     section#infoTab .item .tab-list-item .tab-caption p {
         font-size: 15px;
         width: 100%;
         margin: 0 0 30px 0;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#infoTab .item .tab-list-item .tab-caption p {
         font-size: 15px;
         width: 100%;
         margin: 0 0 30px 0;
    }
}
 @media only screen and (max-width: 600px) {
     section#infoTab .item .tab-list-item .tab-caption {
         top: 5px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#infoTab .item .tab-list-item .tab-caption {
         top: 5px;
    }
}
 section#infoTab .tab-content {
     background: #f0f0f0;
     padding: 40px 0;
     overflow: hidden;
     line-height: 1.6;
}
 section#infoTab .tab-content h1, section#infoTab .tab-content h2, section#infoTab .tab-content h3, section#infoTab .tab-content h4, section#infoTab .tab-content h5, section#infoTab .tab-content h6 {
     margin-bottom: 25px;
}
 @media only screen and (max-width: 600px) {
     section#infoTab .tab-content h2 {
         font-size: 23px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#infoTab .tab-content h2 {
         font-size: 25px;
    }
}
 section#infoTab .tab-content p {
     margin-bottom: 25px;
}
 section#infoTab .tab-content a {
     font-family: "fsalbert-semibold";
     transition: 0.3s;
}
 section#infoTab .tab-content a:hover {
     border-bottom: 1px solid #10a2c2;
}
 section#infoTab .tab-content ul {
     padding: 0;
     margin: 0;
     margin-bottom: 25px;
}
 section#infoTab .tab-content ul li {
     list-style-type: none;
     position: relative;
     padding-left: 18px;
}
 section#infoTab .tab-content ul li:before {
     content: '\f111';
     font-family: 'FontAwesome';
     font-size: 9px;
     color: #2dafcb;
     position: absolute;
     top: 7px;
     left: 0;
}
 section#infoTab .tab-content ul.inline {
     position: relative;
     width: 100%;
}
 section#infoTab .tab-content ul.inline li {
     float: left;
     padding: 0 15px 0 18px;
     width: 28%;
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#infoTab .tab-content ul.inline li {
         width: 100%;
    }
}
 @media only screen and (max-width: 600px) {
     section#infoTab .tab-content ul.inline li {
         float: none;
         width: 100%;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#infoTab .tab-content ul.inline li {
         float: none;
         width: 100%;
    }
}
 section#calltoaction {
     position: relative;
     display: block;
     overflow: hidden;
     background: #fff;
     padding: 0;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 section#calltoaction .item {
     position: relative;
     overflow: hidden;
     height: 480px;
}
 section#calltoaction .item .container {
     padding: 0;
}
 section#calltoaction .item img {
     width: 100%;
     height: auto;
     padding: 0 !important;
}
 @media only screen and (max-width: 600px) {
     section#calltoaction .item img {
         width: 240%;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#calltoaction .item img {
         width: 240%;
    }
}
 section#calltoaction .item .hero-caption {
     position: absolute;
     top: 110px;
     margin-left: 0 !important;
     z-index: 1;
}
 section#calltoaction .item .hero-caption h4 {
     color: #fff;
     font-size: 49px;
     margin: 0 0 20px 0;
}
 @media only screen and (max-width: 600px) {
     section#calltoaction .item .hero-caption h4 {
         font-size: 27px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#calltoaction .item .hero-caption h4 {
         font-size: 27px;
    }
}
 section#calltoaction .item .hero-caption p {
     color: #fff;
     font-size: 26px;
     width: 85%;
     margin: 0 0 40px 0;
}
 @media only screen and (max-width: 600px) {
     section#calltoaction .item .hero-caption p {
         font-size: 15px;
         width: 100%;
         margin: 0 0 30px 0;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#calltoaction .item .hero-caption p {
         font-size: 15px;
         width: 100%;
         margin: 0 0 30px 0;
    }
}
 section#calltoaction .item .hero-caption .btn {
     margin: 0 10px 0 0;
     padding: 12px 27px;
}
 @media only screen and (max-width: 600px) {
     section#calltoaction .item .hero-caption .btn {
         display: block;
         width: 250px;
         margin: 0 auto 10px auto;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#calltoaction .item .hero-caption .btn {
         display: inline-block;
         width: 250px;
    }
}
 section#calltoaction .item .hero-caption .btn-primary {
     background: #006894;
     border: 2px solid #006894;
}
 section#calltoaction .item .hero-caption .btn-primary:hover {
     background: #01577b;
     border: 2px solid #01577b;
}
 @media only screen and (max-width: 600px) {
     section#calltoaction .item .hero-caption {
         top: 20px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#calltoaction .item .hero-caption {
         top: 40px;
    }
}
 @media only screen and (max-width: 600px) {
     section#calltoaction {
         height: 380px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#calltoaction {
         height: 380px;
    }
}
 section#calltoaction_custom {
     position: relative;
     display: block;
     overflow: hidden;
     background: #fff;
     padding: 0;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 section#calltoaction_custom .item {
     position: relative;
     overflow: hidden;
     height: 350px;
}
 section#calltoaction_custom .item .container {
     padding: 0;
}
 section#calltoaction_custom .item img {
     width: 100%;
     height: auto;
     padding: 0 !important;
}
 @media only screen and (max-width: 600px) {
     section#calltoaction_custom .item img {
         width: 240%;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#calltoaction_custom .item img {
         width: 240%;
    }
}
 section#calltoaction_custom .item .hero-caption {
     position: absolute;
     top: 80px;
     margin-left: 0 !important;
     z-index: 1;
}
 section#calltoaction_custom .item .hero-caption h4 {
     color: #fff;
     font-size: 35px;
     margin: 0 0 20px 0;
}
 @media only screen and (max-width: 600px) {
     section#calltoaction_custom .item .hero-caption h4 {
         font-size: 27px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#calltoaction_custom .item .hero-caption h4 {
         font-size: 27px;
    }
}
 section#calltoaction_custom .item .hero-caption p {
     color: #fff;
     font-size: 15px;
     width: 60%;
     margin: 0 auto 40px auto;
}
 @media only screen and (max-width: 600px) {
     section#calltoaction_custom .item .hero-caption p {
         font-size: 15px;
         width: 100%;
         margin: 0 0 30px 0;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#calltoaction_custom .item .hero-caption p {
         font-size: 15px;
         width: 100%;
         margin: 0 0 30px 0;
    }
}
 section#calltoaction_custom .item .hero-caption .btn {
     margin: 0 10px 0 0;
     padding: 18px 30px;
     font-size: 15px;
     font-family: "fsalbert-bold";
}
 @media only screen and (max-width: 600px) {
     section#calltoaction_custom .item .hero-caption .btn {
         display: block;
         width: 250px;
         margin: 0 auto 10px auto;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#calltoaction_custom .item .hero-caption .btn {
         display: inline-block;
         width: 250px;
    }
}
 section#calltoaction_custom .item .hero-caption .btn-primary {
     background: #006894;
     border: 1px solid #006894;
}
 section#calltoaction_custom .item .hero-caption .btn-primary:hover {
     background: #01577b;
     border: 1px solid #01577b;
}
 section#calltoaction_custom .item .hero-caption .btn-transparent {
     background: none;
     border: 1px solid #fff;
     color: #fff;
}
 section#calltoaction_custom .item .hero-caption .btn-transparent:hover {
     background: #fff;
     color: #006894;
     border: 1px solid #fff;
}
 @media only screen and (max-width: 600px) {
     section#calltoaction_custom .item .hero-caption {
         top: 20px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#calltoaction_custom .item .hero-caption {
         top: 40px;
    }
}
 @media only screen and (max-width: 600px) {
     section#calltoaction_custom {
         height: 380px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#calltoaction_custom {
         height: 380px;
    }
}
 #SearchDropDownFrom {
     display: none;
     position: absolute;
     background-color: #f6f6f6;
     width: 670px;
     height: 557px;
     border: 1px solid #ddd;
     z-index: 2;
     padding: 12px 12px 12px 12px;
	 right:0;
     top: 46px;
     box-shadow: 0px 0px 8.37px 0.63px rgba(0, 0, 0, 0.52);
     -webkit-box-shadow: 0px 0px 8.37px 0.63px rgba(0, 0, 0, 0.52);
     -moz-box-shadow: 0px 0px 8.37px 0.63px rgba(0, 0, 0, 0.52);
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -o-border-radius: 5px;
}
 #SearchDropDownTo {
     display: none;
     position: absolute;
     background-color: #f6f6f6;
     width: 670px;
     height: 557px;
     border: 1px solid #ddd;
     z-index: 2;
     padding: 12px 12px 12px 12px;
	 right:0;
     top: 46px;
     box-shadow: 0px 0px 8.37px 0.63px rgba(0, 0, 0, 0.52);
     -webkit-box-shadow: 0px 0px 8.37px 0.63px rgba(0, 0, 0, 0.52);
     -moz-box-shadow: 0px 0px 8.37px 0.63px rgba(0, 0, 0, 0.52);
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -o-border-radius: 5px;
}
 #SearchDropDownPassenger {
     display: none;
     position: absolute;
     background-color: #f6f6f6;
     width: 336px;
     height: auto;
     overflow: hidden;
     border: 1px solid #ddd;
     z-index: 1;
     padding: 12px 12px 10px 12px;
     left: 3px;
     top: -112px;
     box-shadow: 0px 0px 8.37px 0.63px rgba(0, 0, 0, 0.52);
     -webkit-box-shadow: 0px 0px 8.37px 0.63px rgba(0, 0, 0, 0.52);
     -moz-box-shadow: 0px 0px 8.37px 0.63px rgba(0, 0, 0, 0.52);
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -o-border-radius: 5px;
}
 #SearchDropDownPassenger ul li {
     position: relative;
     overflow: hidden;
     width: 100% !important;
     float: none !important;
     background: #e7e7e7;
     padding: 7px 12px !important;
     font-size: 17px;
     margin-bottom: 3px !important;
}
 #SearchDropDownPassenger ul li input {
     width: 24px !important;
     height: auto !important;
     display: inline-block !important;
     padding: 0 !important;
     border: 0 !important;
     margin: 0 !important;
     font-size: 17px !important;
     margin-top: -1px !important;
}
 #SearchDropDownPassenger ul li span.counter {
     cursor: pointer;
     background: #00aee6;
     color: #fff;
     font-size: 28px;
     width: 24px;
     height: 24px;
     border-radius: 50px;
     text-align: center;
     line-height: 0.75;
     float: right;
}
 #SearchDropDownPassenger ul li span.counter:hover {
     background: #0382ab;
}
 #SearchDropDownPassenger ul li span.count-desc {
     color: #929191;
}
 .dropdown-close {
     position: absolute;
     right: -4px;
     top: -7px;
     color: #f00;
     font-size: 19px;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
	 cursor:pointer;
}
 .dropdown-close:hover {
     color: #d10000;
}
 .form-banner {
     float: left;
     width: 152px;
}
.dropdown-content .search-results {
     float: left;
     width: 490px;
     padding-left: 10px;
	 height: 531px;
	 overflow-y: scroll;
}
.dropdown-content .search-results p {
     font-family: "fsalbert-semibold";
     margin-bottom: 6px;
}
.dropdown-content .search-results p.start-typing {
     background: #00ade7;
     color: #fff;
     font-family: "fsalbert-regular";
     text-align: center;
     padding: 6px 0;
     font-size: 18px;
}
.dropdown-content .start-typing .station-names{ margin-top:-6px; margin-bottom:-6px; }
.dropdown-content .start-typing .station-names li{ padding: 1px !important; }
.dropdown-content .start-typing .station-names li a{ background:#0092cc; color:#FFF; }
.dropdown-content .start-typing .station-names li a:hover{ background:#0058a0; }
.dropdown-content .search-results hr {
     margin: 11px 0;
     border-top: 1px solid #c5c5c5;
}
.dropdown-content .search-results ul {
     overflow: hidden;
}
.dropdown-content .search-results ul li {
     list-style-type: none;
     padding: 2px !important;
     margin-bottom: 0 !important;
}
.dropdown-content .search-results ul li a {
     background: #e7e7e7;
     padding: 8px 10px;
     width: 100%;
     display: block;
     color: #3c3c3c;
     font-size: 16px;
     transition: 0.1s;
     -webkit-transition: 0.1s;
     -moz-transition: 0.1s;
     -o-transition: 0.1s;
	 cursor:pointer;
}
.dropdown-content .search-results ul li a:hover {
     background: #00ade7;
     color: #fff !important;
	 text-decoration:none !important;
}
 .dropdown a:hover {
     background-color: #ddd;
}
 section#pageContent {
     position: relative;
     display: block;
     overflow: hidden;
     background: #fff;
     padding: 60px 0 50px 0;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 section#pageContent .featured-promo {
     position: relative;
     overflow: hidden;
}
 section#pageContent .featured-promo h2 {
     text-align: center;
     font-size: 36px;
     color: #000;
}
 @media only screen and (max-width: 600px) {
     section#pageContent .featured-promo h2 {
         font-size: 25px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#pageContent .featured-promo h2 {
         font-size: 30px;
    }
}
 section#pageContent .featured-promo .promo-banner {
     position: relative;
     overflow: hidden;
     margin: 65px 0 30px 0;
}
 section#pageContent .featured-promo .promo-banner .item {
     position: relative;
     overflow: hidden;
}
 section#pageContent .featured-promo .promo-banner .item .promo-item-wrap {
     position: relative;
     height: 400px;
     overflow: hidden;
}
 section#pageContent .featured-promo .promo-banner .item .promo-item-wrap .promo-white-overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 400px;
     display: block;
     background: rgba(255, 255, 255, 0.5) url(../images/plans/promo-white-overlay.png);
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 section#pageContent .featured-promo .promo-banner .item .promo-item-wrap .btn {
     margin: 0 10px 0 5px;
     padding: 12px 40px;
     font-size: 19px;
}
 @media only screen and (max-width: 600px) {
     section#pageContent .featured-promo .promo-banner .item .promo-item-wrap .btn {
         display: block;
         width: 250px;
         margin: 0 auto 10px auto;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#pageContent .featured-promo .promo-banner .item .promo-item-wrap .btn {
         display: inline-block;
         width: 250px;
    }
}
 section#pageContent .featured-promo .promo-banner .item .promo-item-wrap .btn-primary {
     background: #006894;
     border: 2px solid #006894;
}
 section#pageContent .featured-promo .promo-banner .item .promo-item-wrap .btn-primary:hover {
     background: #01577b;
     border: 2px solid #01577b;
}
 section#pageContent .featured-promo .promo-banner .item .promo-item-wrap img {
     width: 100%;
     height: 100%;
}
 section#pageContent .featured-promo .promo-banner .item .promo-item-wrap .promo-caption {
     position: absolute;
     top: 10px;
     margin-left: 0 !important;
     z-index: 1;
     padding: 35px 25px 0 50px;
}
 section#pageContent .featured-promo .promo-banner .item .promo-item-wrap .promo-caption span {
     display: block;
     color: #2cb0c7;
     font-family: "fsalbert-bold";
     font-size: 22px;
     padding: 0 0 0 5px;
     margin-bottom: 0;
}
 @media only screen and (max-width: 600px) {
     section#pageContent .featured-promo .promo-banner .item .promo-item-wrap .promo-caption span {
         font-size: 15px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#pageContent .featured-promo .promo-banner .item .promo-item-wrap .promo-caption span {
         font-size: 15px;
    }
}
 section#pageContent .featured-promo .promo-banner .item .promo-item-wrap .promo-caption h4 {
     color: #000;
     font-family: "fsalbert-bold";
     font-size: 63px;
     text-shadow: 1px 1px 1px #fff;
     margin: 0 0 20px 0;
}
 @media only screen and (max-width: 600px) {
     section#pageContent .featured-promo .promo-banner .item .promo-item-wrap .promo-caption h4 {
         font-size: 27px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#pageContent .featured-promo .promo-banner .item .promo-item-wrap .promo-caption h4 {
         font-size: 27px;
    }
}
 section#pageContent .featured-promo .promo-banner .item .promo-item-wrap .promo-caption p {
     color: #000;
     font-size: 17px;
     font-family: "fsalbert-regular";
     width: 430px;
     margin-bottom: 35px;
     padding: 0 0 0 5px;
}
 @media only screen and (max-width: 600px) {
     section#pageContent .featured-promo .promo-banner .item .promo-item-wrap .promo-caption p {
         font-size: 15px;
         width: 100%;
         margin: 0 0 30px 0;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#pageContent .featured-promo .promo-banner .item .promo-item-wrap .promo-caption p {
         font-size: 15px;
         width: 100%;
         margin: 0 0 30px 0;
    }
}
 @media only screen and (max-width: 600px) {
     section#pageContent .featured-promo .promo-banner .item .promo-item-wrap .promo-caption {
         top: 5px;
         padding: 35px 19px 0 19px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#pageContent .featured-promo .promo-banner .item .promo-item-wrap .promo-caption {
         top: 5px;
         padding: 35px 19px 0 19px;
    }
}
 section#pageContent .featured-promo .promo-banner .item .save-wrap {
     position: absolute;
     right: 0;
     bottom: 10px;
     right: 30px;
}
 section#pageContent .featured-promo .promo-banner .item .save-wrap p {
     font-size: 43px;
     color: #2cb0c7;
     margin: 0 0 5px 0;
     line-height: 46px;
}
 section#pageContent .featured-promo .promo-banner .item .save-wrap p.fontBold {
     font-size: 66px;
}
 section#pageContent .featured-promo .promo-banner .item .save-wrap p.fontBold > span {
     color: #000;
     font-size: 26px;
     font-family: "fsalbert-regular-italic";
     padding-left: 12px;
}
 section#pageContent .featured-promo .promo-banner .item .save-wrap p.fontBold > span > i {
     color: #df0000;
}
 @media only screen and (max-width: 600px) {
     section#pageContent .featured-promo .promo-banner .item .save-wrap p.fontBold {
         font-size: 45px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#pageContent .featured-promo .promo-banner .item .save-wrap p.fontBold {
         font-size: 45px;
    }
}
 @media only screen and (max-width: 600px) {
     section#pageContent .featured-promo .promo-banner .item .save-wrap p {
         font-size: 22px;
         line-height: 31px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#pageContent .featured-promo .promo-banner .item .save-wrap p {
         font-size: 22px;
         line-height: 31px;
    }
}
 section#pageContent .featured-promo .promo-banner .promo-note {
     position: relative;
     padding: 10px 40px 10px 10px;
}
 section#pageContent .featured-promo .promo-banner .promo-note p {
     font-size: 11px;
     color: #000;
}
 section#pageContent .featured-promo .promo-banner .promo-note p > span {
     color: #ff0000;
}
 section#pageContent .plans {
     position: relative;
     overflow: hidden;
     background: #eaeaea;
     padding: 68px 0;
}
 @media only screen and (max-width: 600px) {
     section#pageContent .plans .plan-item {
         margin: 0 0 20px 0;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#pageContent .plans .plan-item {
         margin: 0 0 20px 0;
    }
}
 section#pageContent .plans .plan-item-wrap {
     background: #fff;
     -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12);
     box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12);
}
 section#pageContent .plans .plan-item-wrap img {
     width: 100%;
     border-bottom: 1px solid #d3d3d3;
}
 section#pageContent .plans .plan-item-wrap .plan-details {
     position: relative;
     padding: 20px 40px 38px 40px;
     text-align: center;
}
 section#pageContent .plans .plan-item-wrap .plan-details h3 {
     font-family: "fsalbert-semibold";
     font-size: 23px;
     color: #000;
     margin: 0 0 15px 0;
}
 section#pageContent .plans .plan-item-wrap .plan-details p {
     font-family: "fsalbert-regular";
     font-size: 15px;
     color: #000;
     margin: 0 0 20px 0;
}
 section#pageContent .dynamic-page-content {
     position: relative;
     padding: 70px 0 30px 0;
     font-size: 15px;
     overflow: hidden;
}
 section#pageContent .dynamic-page-content h1 {
     margin: 0 0 20px 0;
}
 @media only screen and (max-width: 600px) {
     section#pageContent .dynamic-page-content h1 {
         font-size: 25px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#pageContent .dynamic-page-content h1 {
         font-size: 25px;
    }
}
 section#pageContent .dynamic-page-content p {
     margin: 0 0 25px 0;
}
 section#pageContent .dynamic-page-content img {
     padding-top: 15px;
}
 section#pageContent .dynamic-page-content ul {
     position: relative;
     padding: 0;
     margin: 0;
}
 section#pageContent .dynamic-page-content ul li {
     list-style-type: none;
     position: relative;
     padding: 0 0 0 22px;
     margin-bottom: 30px;
     display: table;
}
 section#pageContent .dynamic-page-content ul li:before {
     position: absolute;
     top: 5px;
     left: 0;
     font-family: FontAwesome;
     content: "\f111";
     color: #2dafcb;
     font-size: 10px;
}
 section#pageContent .dynamic-page-content ul.checklist li {
     padding: 0 0 0 40px;
}
 section#pageContent .dynamic-page-content ul.checklist li:before {
     top: 0;
     content: "\f058";
     font-size: 24px;
}
 section#pageContent .dynamic-page-content .btn {
     font-size: 15px;
     font-family: "fsalbert-bold";
     padding: 18px 30px;
     margin: 20px 0;
}
 section#pageContent .dynamic-page-content .btn-transparent {
     background: none;
     border: 1px solid #006894;
     color: #006894;
}
 section#pageContent .dynamic-page-content .btn-transparent:hover {
     background: #006894;
     color: #fff;
     border: 1px solid #006894;
}
 section#additional_coverage {
     position: relative;
     display: block;
     overflow: hidden;
     padding: 60px 0 50px 0;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 section#additional_coverage .add-cov-item {
     padding: 30px 0 0 0;
}
 section#additional_coverage h2 {
     text-align: center;
     font-size: 36px;
     color: #000;
}
 @media only screen and (max-width: 600px) {
     section#additional_coverage h2 {
         font-size: 25px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#additional_coverage h2 {
         font-size: 25px;
    }
}
 section#additional_coverage h4 {
     font-size: 20px;
     font-family: "fsalbert-bold";
     margin: 0 0 15px 0;
}
 section#additional_coverage p {
     font-size: 14px;
     padding: 0px 25px;
     line-height: 1.6;
}
 @media only screen and (max-width: 600px) {
     section#additional_coverage p {
         padding: 0;
    }
}
 section#additional_coverage img {
     width: 78px;
     margin: 0 0 20px 0;
}
 .whysec-inner {
     position: relative;
     padding: 40px 0 50px 0 !important;
}
 .whysec-inner h4 {
     font-size: 15px !important;
     text-align: left !important;
}
 .whysec-inner p {
     font-size: 14px !important;
}
 section#reviews {
     position: relative;
     display: block;
     overflow: hidden;
     padding: 40px 0 70px 0;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 section#reviews h2 {
     text-align: center;
     font-size: 36px;
     color: #000;
}
 @media only screen and (max-width: 600px) {
     section#reviews h2 {
         font-size: 25px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#reviews h2 {
         font-size: 25px;
    }
}
 section#reviews #owl-demo-reviews {
     padding: 30px 0 0 0;
}
 section#reviews .item {
     padding: 28px 30px 35px 20px;
     background: url(../images/plans/reviews-bg.png) left top no-repeat;
}
 section#reviews .item p {
     font-size: 15px;
     line-height: 1.6;
     margin-bottom: 20px;
}
 section#reviews .item h5 {
     font-size: 17px;
     font-family: "fsalbert-bold";
     text-transform: uppercase;
}
 section#reviews .item h6 {
     font-family: "fsalbert-regular";
     font-size: 14px;
     color: #006894;
     text-transform: uppercase;
}
 section#contactContent {
     position: relative;
     display: block;
     overflow: hidden;
     background: #fff;
     padding: 100px 0;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 section#contactContent .left-sidebar {
     padding-right: 30px;
}
 section#contactContent .widget-item {
     padding: 35px 25px;
     background: #f5f5f5;
     border: 1px solid #e0e0e0;
     position: relative;
     overflow: hidden;
     clear: both;
     color: #000;
     margin: 0 0 25px 0;
}
 section#contactContent .widget-item h2 {
     font-family: "fsalbert-regular";
     font-size: 26px;
     margin: 0 0 20px 0;
}
 section#contactContent .widget-item h3 {
     font-family: "fsalbert-regular";
     font-size: 22px;
     margin: 20px 0 10px 0;
}
 section#contactContent .widget-item h4 {
     font-family: "fsalbert-regular";
     font-size: 18px;
     margin: 0 0 15px 0;
}
 section#contactContent .widget-item p {
     font-size: 16px;
     line-height: 1.7;
     margin: 0 0 20px 0;
}
 section#contactContent .widget-item ul {
     position: relative;
     padding: 0;
}
 section#contactContent .widget-item ul li {
     list-style-type: none;
     position: relative;
     padding: 4px 0 0 34px;
     margin-bottom: 20px;
     display: block;
     font-size: 21px;
     font-family: "fsalbert-bold";
}
 section#contactContent .widget-item ul li:before {
     position: absolute;
     top: 5px;
     left: 0;
     font-family: FontAwesome;
     content: "\f111";
     color: #2cb0c7;
     font-size: 30px;
}
 section#contactContent .widget-item ul li.check-list:before {
     top: 0;
     content: "\f058";
}
 section#contactContent .widget-item ul li.location-list:before {
     top: 0;
     content: "\f041";
}
 section#contactContent .widget-item ul li.phone-list:before {
     top: 0;
     content: "\f095";
}
 section#contactContent .contact-form {
     position: relative;
     overflow: hidden;
     color: #000;
}
 section#contactContent .contact-form .form-header {
     padding: 0 5px;
}
 section#contactContent .contact-form .form-header h2 {
     font-size: 30px;
     font-family: "fsalbert-regular";
     margin: 0 0 30px 0;
}
 section#contactContent .contact-form ul {
     margin: 0;
     padding: 0;
}
 section#contactContent .contact-form ul li {
     position: relative;
     list-style-type: none;
     margin: 0 0 15px 0;
     padding: 0 5px;
     display: block;
}
 section#contactContent .contact-form ul li span {
     width: 100%;
     position: relative;
}
 section#contactContent .contact-form ul li span.wpcf7-not-valid-tip {
     position: absolute;
     bottom: -28px;
     width: 100%;
     font-size: 11px;
}
 section#contactContent .contact-form ul li label {
     font-size: 17px;
     font-family: "fsalbert-regular";
     margin: 0 0 5px 0;
     display: block;
}
 section#contactContent .contact-form ul li label span.required {
     color: #f00;
}
 section#contactContent .contact-form ul li input[type="text"], section#contactContent .contact-form ul li input[type="number"], section#contactContent .contact-form ul li input[type="tel"], section#contactContent .contact-form ul li input[type="email"], section#contactContent .contact-form ul li textarea {
     width: 100%;
     padding: 10px;
     height: 45px;
     font-size: 15px;
     color: #000;
     border: 1px solid #d1d1d1;
}
 section#contactContent .contact-form ul li textarea {
     height: 110px;
}
 section#contactContent .contact-form ul li .btn {
     font-size: 20px;
     padding: 13px 40px;
     margin: 25px 0 15px 0;
}
 section#contactContent .contact-form div.wpcf7-validation-errors, section#contactContent .contact-form div.wpcf7-acceptance-missing {
     border: 2px solid #f7e700;
     font-size: 14px;
}
 section#contactContent .right-sidebar {
     position: relative;
     padding-left: 30px;
}
 section#contactContent .right-sidebar .btn {
     width: 100%;
     margin: 0 0 25px 0;
     padding: 17px 27px;
}
 section#contactContent .right-sidebar .btn-primary {
     background: #006894;
     border: 2px solid #004f71;
}
 section#contactContent .right-sidebar .btn-primary:hover {
     background: #004f71;
     border: 2px solid #004f71;
}
 section#contactContent .right-sidebar .free {
     display: block;
     margin: 0 0 25px 0;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 section#contactContent .right-sidebar .free:hover {
     opacity: 0.85;
}
 section#contactContent .right-sidebar .badge {
     text-align: center;
}
 section#contactContent .right-sidebar .badge img {
     margin: 0 0 35px 0;
}
 @media only screen and (max-width: 600px) {
     section#contactContent .right-sidebar .badge img {
         margin: 0 30px 35px 0;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#contactContent .right-sidebar .badge img {
         margin: 0 30px 35px 0;
    }
}
 section#contactContent .right-sidebar .widget-item {
     padding: 35px 25px;
     background: #f5f5f5;
     border: 1px solid #e0e0e0;
     position: relative;
     overflow: hidden;
     clear: both;
     color: #000;
     margin: 0 0 25px 0;
}
 section#contactContent .right-sidebar .widget-item h2 {
     font-family: "fsalbert-regular";
     font-size: 26px;
     margin: 0 0 20px 0;
}
 section#contactContent .right-sidebar .widget-item h3 {
     font-family: "fsalbert-regular";
     font-size: 22px;
     margin: 20px 0 10px 0;
}
 section#contactContent .right-sidebar .widget-item h4 {
     font-family: "fsalbert-regular";
     font-size: 18px;
     margin: 0 0 15px 0;
}
 section#contactContent .right-sidebar .widget-item p {
     font-size: 16px;
     line-height: 1.7;
     margin: 0 0 20px 0;
}
 section#contactContent .right-sidebar .widget-item ul {
     position: relative;
     padding: 0;
}
 section#contactContent .right-sidebar .widget-item ul li {
     list-style-type: none;
     position: relative;
     padding: 6px 0 0 20px;
     margin-bottom: 0;
     display: block;
     font-size: 21px;
     font-family: "fsalbert-bold";
}
 section#contactContent .right-sidebar .widget-item ul li:before {
     position: absolute;
     top: 5px;
     left: 0;
     font-family: FontAwesome;
     content: "\f105";
     color: #000;
     font-size: 18px;
}
 section#contactContent .right-sidebar .widget-item ul li a {
     font-family: "fsalbert-semibold";
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 section#contactContent .right-sidebar .widget-item ul li a:hover {
     font-family: "fsalbert-bold";
}
 section#contactContent .right-sidebar .widget-item ul li.check-list:before {
     top: 0;
     content: "\f058";
}
 section#contactContent .right-sidebar .widget-item ul li.location-list:before {
     top: 0;
     content: "\f041";
}
 section#contactContent .right-sidebar .widget-item ul li.phone-list:before {
     top: 0;
     content: "\f095";
}
 section#contactContent .right-sidebar .widget-item ul.simple-listing li {
     font-size: 16px;
}
 section#contactContent .right-sidebar .widget-item ul.simple-listing li:before {
     position: absolute;
     top: 5px;
     left: 0;
     font-family: FontAwesome;
     content: "\f105";
     color: #000;
     font-size: 18px;
}
 section#blogContent {
     position: relative;
     display: block;
     overflow: hidden;
     background: #fff;
     padding: 100px 0;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 section#blogContent .dynamic-page-content {
     position: relative;
     padding: 0 0 30px 0;
     font-size: 15px;
     overflow: hidden;
}
 section#blogContent .blog-list {
     position: relative;
     overflow: hidden;
}
 section#blogContent .blog-list .blog-item {
     position: relative;
     overflow: hidden;
     border-bottom: 2px solid #efefef;
     padding-bottom: 35px;
     margin-bottom: 60px;
}
 section#blogContent .blog-list .blog-item .date-social {
     position: relative;
     float: left;
     width: 79px;
}
 section#blogContent .blog-list .blog-item .date-social .blog-date {
     width: 79px;
     height: 79px;
     border-radius: 50px;
     background: #efefef;
     text-align: center;
     padding: 11px 0 0 0;
}
 section#blogContent .blog-list .blog-item .date-social .blog-date p {
     margin: 0;
     padding: 0;
     line-height: 1.1;
}
 section#blogContent .blog-list .blog-item .date-social .blog-date p.mon {
     font-family: "fsalbert-semibold";
     font-size: 14px;
     text-transform: uppercase;
}
 section#blogContent .blog-list .blog-item .date-social .blog-date p.day {
     font-family: "fsalbert-bold";
     font-size: 23px;
     color: #006a97;
     text-transform: uppercase;
}
 section#blogContent .blog-list .blog-item .date-social .blog-date p.year {
     font-family: "fsalbert-regular";
     font-size: 13px;
     text-transform: uppercase;
}
 @media only screen and (max-width: 600px) {
     section#blogContent .blog-list .blog-item .date-social .blog-date {
         margin: 0 30px 0 0;
         float: left;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#blogContent .blog-list .blog-item .date-social .blog-date {
         margin: 0 30px 0 0;
         float: left;
    }
}
 section#blogContent .blog-list .blog-item .date-social .blog-social {
     text-align: center;
     position: relative;
     padding: 20px 0 0 0;
}
 section#blogContent .blog-list .blog-item .date-social .blog-social a {
     display: block;
     color: #d0d0d4;
     font-size: 21px;
     margin: 0 0 13px 0;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 section#blogContent .blog-list .blog-item .date-social .blog-social a:hover {
     color: #10a2c2;
}
 @media only screen and (max-width: 600px) {
     section#blogContent .blog-list .blog-item .date-social .blog-social a {
         display: inline-block;
         margin: 0 15px 0 0;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#blogContent .blog-list .blog-item .date-social .blog-social a {
         display: inline-block;
         margin: 0 15px 0 0;
    }
}
 @media only screen and (max-width: 600px) {
     section#blogContent .blog-list .blog-item .date-social .blog-social {
         width: 200px;
         float: left;
         text-align: left;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#blogContent .blog-list .blog-item .date-social .blog-social {
         width: 200px;
         float: left;
         text-align: left;
    }
}
 @media only screen and (max-width: 600px) {
     section#blogContent .blog-list .blog-item .date-social {
         width: 100%;
         margin-bottom: 15px;
         float: none;
         clear: both;
         overflow: hidden;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#blogContent .blog-list .blog-item .date-social {
         width: 100%;
         margin-bottom: 15px;
         float: none;
         clear: both;
         overflow: hidden;
    }
}
 section#blogContent .blog-list .blog-item .blog-details {
     float: left;
     width: 780px;
     padding: 0 0 0 30px;
}
 section#blogContent .blog-list .blog-item .blog-details .blog-img {
     max-height: 320px;
     overflow: hidden;
     margin-bottom: 20px;
}
 section#blogContent .blog-list .blog-item .blog-details img {
     width: 100%;
     height: auto;
     transition: 0.8s;
     -webkit-transition: 0.8s;
     -moz-transition: 0.8s;
     -o-transition: 0.8s;
}
 section#blogContent .blog-list .blog-item .blog-details img:hover {
     transform: scale(1.1);
     opacity: 0.8;
     -webkit-opacity: 0.8;
     -moz-opacity: 0.8;
     -o-opacity: 0.8;
}
 section#blogContent .blog-list .blog-item .blog-details .blog-auth-cat p {
     color: #5c5c5c;
     font-family: "fsalbert-semibold";
     font-size: 17px;
}
 section#blogContent .blog-list .blog-item .blog-details .blog-auth-cat a {
     border-bottom: 1px solid #fff;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 section#blogContent .blog-list .blog-item .blog-details .blog-auth-cat a:hover {
     border-bottom: 1px solid #10a2c2;
}
 section#blogContent .blog-list .blog-item .blog-details .blog-excerpt h2 {
     font-size: 25px;
     font-family: "fsalbert-regular";
     margin: 0 0 20px 0;
}
 section#blogContent .blog-list .blog-item .blog-details .blog-excerpt p {
     font-size: 17px;
     font-family: "fsalbert-regular";
     color: #404040;
     margin: 0 0 30px 0;
}
 section#blogContent .blog-list .single-blog-content .blog-details .blog-excerpt a:hover {
     color: #0058a0 !important;
}
 @media only screen and (max-width: 600px) {
     section#blogContent .blog-list .blog-item .blog-details {
         width: 100%;
         float: none;
         text-align: left;
         padding: 0;
         clear: both;
         margin-top: 15px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#blogContent .blog-list .blog-item .blog-details {
         width: 100%;
         float: none;
         text-align: left;
         padding: 0;
         clear: both;
         margin-top: 15px;
    }
}
 section#blogContent #the-pagination {
     width: 100%;
     margin: 0 auto 20px auto;
     overflow: hidden;
}
 section#blogContent #the-pagination .navigation li a, section#blogContent #the-pagination .navigation li a:hover, section#blogContent #the-pagination .navigation li.active a, section#blogContent #the-pagination .navigation li.disabled {
     color: #fff;
     text-decoration: none;
     font-family: "fsalbert-semibold";
     font-size: 18px;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 section#blogContent #the-pagination .navigation li {
     display: inline;
     margin-right: 5px;
}
 section#blogContent #the-pagination .navigation li a, section#blogContent #the-pagination .navigation li a:hover, section#blogContent #the-pagination .navigation li.active a, section#blogContent #the-pagination .navigation li.disabled {
     background-color: transparent;
     border-radius: 3px;
     cursor: pointer;
     padding: 8px 15px;
     display: inline-block;
     color: #949494;
     border: 1px solid #a9a9a9;
    /*padding: 0.75rem;
    */
}
 section#blogContent #the-pagination .navigation li {
     display: inline;
}
 section#blogContent #the-pagination .navigation li a:hover, section#blogContent #the-pagination .navigation li.active a {
     background-color: #2cb0c7;
     border: 1px solid #2cb0c7;
     color: #fff;
}
 section#blogContent .right-sidebar {
     position: relative;
     padding-left: 30px;
}
 section#blogContent .right-sidebar .btn {
     width: 100%;
     margin: 0 0 25px 0;
     padding: 17px 27px;
}
 section#blogContent .right-sidebar .btn-primary {
     background: #006894;
     border: 2px solid #004f71;
}
 section#blogContent .right-sidebar .btn-primary:hover {
     background: #004f71;
     border: 2px solid #004f71;
}
 section#blogContent .right-sidebar .free {
     display: block;
     margin: 0 0 25px 0;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 section#blogContent .right-sidebar .free:hover {
     opacity: 0.85;
}
 section#blogContent .right-sidebar .badge {
     text-align: center;
}
 section#blogContent .right-sidebar .badge img {
     margin: 0 0 35px 0;
}
 @media only screen and (max-width: 600px) {
     section#blogContent .right-sidebar .badge img {
         margin: 0 30px 35px 0;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     section#blogContent .right-sidebar .badge img {
         margin: 0 30px 35px 0;
    }
}
 section#blogContent .right-sidebar .widget-item {
     padding: 25px 0;
     position: relative;
     overflow: hidden;
     clear: both;
     color: #000;
}
 section#blogContent .right-sidebar .widget-item h2 {
     font-family: "fsalbert-regular";
     font-size: 26px;
     margin: 0 0 20px 0;
}
 section#blogContent .right-sidebar .widget-item h3 {
     font-family: "fsalbert-regular";
     font-size: 22px;
     margin: 20px 0 10px 0;
}
 section#blogContent .right-sidebar .widget-item h4 {
     font-family: "fsalbert-regular";
     font-size: 18px;
     margin: 0 0 15px 0;
}
 section#blogContent .right-sidebar .widget-item p {
     font-size: 16px;
     line-height: 1.7;
     margin: 0 0 20px 0;
}
 section#blogContent .right-sidebar .widget-item ul {
     position: relative;
     padding: 0;
}
 section#blogContent .right-sidebar .widget-item ul li {
     list-style-type: none;
     position: relative;
     padding: 6px 0 0 20px;
     margin-bottom: 0;
     display: block;
     font-size: 21px;
     font-family: "fsalbert-bold";
}
 section#blogContent .right-sidebar .widget-item ul li:before {
     position: absolute;
     top: 5px;
     left: 0;
     font-family: FontAwesome;
     content: "\f105";
     color: #000;
     font-size: 18px;
}
 section#blogContent .right-sidebar .widget-item ul li a {
     font-family: "fsalbert-semibold";
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 section#blogContent .right-sidebar .widget-item ul li a:hover {
     font-family: "fsalbert-bold";
}
 section#blogContent .right-sidebar .widget-item ul li.check-list:before {
     top: 0;
     content: "\f058";
}
 section#blogContent .right-sidebar .widget-item ul li.location-list:before {
     top: 0;
     content: "\f041";
}
 section#blogContent .right-sidebar .widget-item ul li.phone-list:before {
     top: 0;
     content: "\f095";
}
 section#blogContent .right-sidebar .widget-item ul.simple-listing li {
     font-size: 16px;
}
 section#blogContent .right-sidebar .widget-item ul.simple-listing li:before {
     position: absolute;
     top: 5px;
     left: 0;
     font-family: FontAwesome;
     content: "\f105";
     color: #000;
     font-size: 18px;
}
 section#blogContent .right-sidebar .widget-item ul.category-list li {
     list-style-type: none;
     position: relative;
     padding: 6px 0 0 15px;
     margin-bottom: 0;
     display: block;
     font-size: 16px;
     font-family: "fsalbert-regular";
     color: #535353;
}
 section#blogContent .right-sidebar .widget-item ul.category-list li:before {
     position: absolute;
     top: 5px;
     left: 0;
     font-family: FontAwesome;
     content: "\f105";
     color: #535353;
     font-size: 18px;
}
 section#blogContent .right-sidebar .widget-item ul.category-list li a {
     font-family: "fsalbert-regular";
     color: #535353;
     border-bottom: 1px solid #fff;
}
 section#blogContent .right-sidebar .widget-item ul.category-list li a:hover {
     border-bottom: 1px solid #2bb0c8;
     color: #2bb0c8;
}
 section#blogContent .right-sidebar .widget-item ul.tags li {
     list-style-type: none;
     position: relative;
     padding: 0;
     margin-bottom: 10px;
     margin-right: 10px;
     display: inline-block;
     font-size: 16px;
     font-family: "fsalbert-regular";
     color: #535353;
}
 section#blogContent .right-sidebar .widget-item ul.tags li:before {
     position: absolute;
     top: 5px;
     left: 0;
     font-family: FontAwesome;
     content: "";
     color: #535353;
     font-size: 18px;
}
 section#blogContent .right-sidebar .widget-item ul.tags li a {
     font-family: "fsalbert-regular";
     color: #787878;
     border: 1px solid #e3e2e7;
     display: inline-block;
     font-size: 15px;
     padding: 10px 20px;
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -o-border-radius: 5px;
}
 section#blogContent .right-sidebar .widget-item ul.tags li a:hover {
     border-bottom: 1px solid #2bb0c8;
     color: #2bb0c8;
}
 section#blogContent .right-sidebar .sidebar-search {
     position: relative;
     overflow: hidden;
}
 section#blogContent .right-sidebar .sidebar-search input[type="search"] {
     width: 100%;
     background: #f6f6f6;
     border: 1px solid #e3e2e7;
     font-size: 17px;
     height: 45px;
     min-height: 45px;
     padding: 3px 20px;
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -o-border-radius: 5px;
}
 section#blogContent .right-sidebar .sidebar-search .btn-search {
     font-family: 'FontAwesome';
     color: #2bb0c8;
     font-size: 19px;
     background: none;
     border: none;
     position: absolute;
     right: 15px;
     top: 10px;
     cursor: pointer;
}
 section#blogContent .right-sidebar .sidebar-search .btn-search:hover {
     color: #004f71;
}
 .faq-sec {
     position: relative;
     overflow: hidden;
}
 .faq-sec .faq-categories {
     position: relative;
}
 .faq-sec .faq-categories .faq-cat-wrap {
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -o-border-radius: 5px;
     border: 2px solid #e8e8e8;
}
 .faq-sec .faq-categories .faq-cat-wrap a {
     position: relative;
     display: block;
     cursor: pointer;
     text-transform: uppercase;
     border-bottom: 2px solid #e8e8e8;
     color: #626262;
     font-size: 18px;
     padding: 20px 25px;
     display: block;
     font-family: "fsalbert-semibold";
}
 .faq-sec .faq-categories .faq-cat-wrap a.active {
     background: #f1f1f1;
}
 .faq-sec .faq-categories .faq-cat-wrap a.active > i {
     display: block;
}
 .faq-sec .faq-categories .faq-cat-wrap a > i {
     position: absolute;
     right: 10px;
     top: 21px;
     font-size: 26px;
     color: #000;
     display: none;
}
 .faq-sec .faq-content {
     position: relative;
     overflow: hidden;
}
 .faq-sec .faq-content .accordion {
     position: relative;
     background-color: #f4f4f4;
     color: #024e6e;
     cursor: pointer;
     padding: 15px 22px;
     width: 100%;
     border: none;
     text-align: left;
     outline: none;
     font-size: 18px;
     font-family: "fsalbert-bold";
     transition: 0.4s;
     margin-bottom: 15px;
     border-left: 5px solid #024e6e;
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -o-border-radius: 5px;
}
 .faq-sec .faq-content .accordion > i {
     position: absolute;
     right: 22px;
     top: 15px;
     font-size: 24px;
}
 .faq-sec .faq-content .active, .faq-sec .faq-content .accordion:hover {
     background-color: #024e6e;
     color: #fff;
}
 .faq-sec .faq-content .panel {
     padding: 0 18px;
     background-color: white;
     max-height: 0;
     overflow: hidden;
     transition: max-height 0.2s ease-out;
}
 .faq-sec .faq-content .panel p {
     font-size: 16px;
     color: #373737;
}
 .callto-mid {
     position: relative;
     overflow: hidden;
     padding: 70px 0 100px 0;
}
 .callto-mid p {
     font-size: 24px;
     color: #000;
}
 .callto-mid a.callto-mid-phone {
     font-size: 45px;
     font-family: "fsalbert-bold";
     color: #000;
}
 .callto-mid a.callto-mid-phone > i {
     color: #2cb0c7;
     padding: 0 15px 0 0;
}
 .dynamic-page-content {
     position: relative;
     overflow: hidden;
     clear: both;
}
 .vc_column-inner {
     width: 1300px;
     margin: 0 auto;
}
 #innerPageContent {
     position: relative;
     display: block;
     overflow: hidden;
     background: #fff;
     padding: 20px 0 0 0;
     transition: 0.5s;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
}
 #innerPageContent .dynamic-page-content {
     position: relative;
     font-size: 15px;
     overflow: hidden;
     color: #030706;
}
 #innerPageContent .dynamic-page-content h3 {
     color: #00ade5;
     margin-top: 9px;
     font-size: 25px;
}
 @media only screen and (max-width: 600px) {
     #innerPageContent .dynamic-page-content h3 {
         font-size: 18px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     #innerPageContent .dynamic-page-content h3 {
         font-size: 22px;
    }
}
 #innerPageContent .dynamic-page-content h2 {
     font-family: "fsalbert-semibold";
     font-size: 34px;
     margin-top: 7px;
     margin-bottom: 20px;
}
 @media only screen and (max-width: 600px) {
     #innerPageContent .dynamic-page-content h2 {
         font-size: 24px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     #innerPageContent .dynamic-page-content h2 {
         font-size: 26px;
    }
}
 #innerPageContent .dynamic-page-content h1 {
     font-family: "dax-condensed-regular";
     font-weight: bold;
     color: #00579f;
     font-size: 45px;
     letter-spacing: -1.3px;
}
 @media only screen and (max-width: 600px) {
     #innerPageContent .dynamic-page-content h1 {
         font-size: 30px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     #innerPageContent .dynamic-page-content h1 {
         font-size: 40px;
    }
}
 #innerPageContent .dynamic-page-content p {
     font-size: 20px;
     margin-bottom: 20px;
}
 #innerPageContent .dynamic-page-content p.note {
     font-size: 16px;
}
 #innerPageContent .dynamic-page-content .innerpage-showcase {
     padding: 0 115px;
}
 @media only screen and (max-width: 600px) {
     #innerPageContent .dynamic-page-content .innerpage-showcase {
         padding: 0 15px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     #innerPageContent .dynamic-page-content .innerpage-showcase {
         padding: 0 15px;
    }
}
 #innerPageContent .dynamic-page-content .innerpage-showcase p {
     font-size: 18px;
}
 .custom-inner-width-left {
     width: 37.3% !important;
}
 @media only screen and (max-width: 600px) {
     .custom-inner-width-left {
         width: 100% !important;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     .custom-inner-width-left {
         width: 100% !important;
    }
}
 .custom-inner-width-right {
     width: 62.7% !important;
}
 @media only screen and (max-width: 600px) {
     .custom-inner-width-right {
         width: 100% !important;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     .custom-inner-width-right {
         width: 100% !important;
    }
}
 .airtrain-map {
     padding: 70px 0 0 90px;
}
 @media only screen and (max-width: 600px) {
     .airtrain-map {
         padding: 0;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     .airtrain-map {
         padding: 0;
    }
}
 .container {
     margin: 0 auto;
}
 .chaffer-services-list {
     padding: 0 80px !important;
}
 @media only screen and (max-width: 600px) {
     .chaffer-services-list {
         padding: 0 15px !important;
         padding-left: 15px !important;
         padding-right: 15px !important;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     .chaffer-services-list {
         padding: 0 15px !important;
         padding-left: 15px !important;
         padding-right: 15px !important;
    }
}
 .chauffer-service-item {
     padding: 0 20px !important;
}
 @media only screen and (max-width: 600px) {
     .chauffer-service-item {
         margin-bottom: 15px;
    }
}
 @media only screen and (min-width: 601px) and (max-width: 1023px) {
     .chauffer-service-item {
         margin-bottom: 15px;
    }
}
 .chauffer-service-item .vc_column-inner {
     padding: 0 !important;
     background: #fff;
     max-width: 349px;
}
 .chauffer-service-item h1 {
     font-size: 36px !important;
     text-transform: uppercase;
}
 .chauffer-service-item p {
     padding: 0 25px;
     font-family: "fsalbert-semibold";
     line-height: 1.2;
}
 .chauffer-service-item img {
     height: auto;
     max-width: calc(100% + 8px) !important;
     vertical-align: top !important;
     margin-left: -4px;
     -webkit-box-shadow: -4px 5px 0px 4px rgba(0, 0, 0, 0.15);
     box-shadow: -4px 5px 0px 4px rgba(0, 0, 0, 0.15);
}
 .chauffer-service-item ul {
     padding: 0 40px 0 40px;
     min-height: 150px;
}
 .chauffer-service-item ul li {
     position: relative;
     list-style-type: none;
     padding-left: 35px;
     line-height: 1.3;
     margin-bottom: 17px;
}
 .chauffer-service-item ul li:before {
     background: url(../images/chauffer-service-list-type.png) no-repeat;
     width: 23px;
     height: 23px;
     position: absolute;
     content: '';
     left: 0;
     top: 0;
}
/* * Core Owl Carousel CSS File * v1.3.3 */
/* clearfix */
 .owl-carousel .owl-wrapper:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0;
}
/* display none until init */
 .owl-carousel {
     display: none;
     position: relative;
     width: 100%;
}
 .owl-carousel .owl-wrapper {
     display: none;
     position: relative;
}
 .owl-carousel .owl-wrapper-outer {
     overflow: hidden;
     position: relative;
     width: 100%;
}
 .owl-carousel .owl-wrapper-outer.autoHeight {
     -webkit-transition: height 500ms ease-in-out;
     -moz-transition: height 500ms ease-in-out;
     -ms-transition: height 500ms ease-in-out;
     -o-transition: height 500ms ease-in-out;
     transition: height 500ms ease-in-out;
}
 .owl-carousel .owl-item {
     float: left;
}
 .owl-controls .owl-page, .owl-controls .owl-buttons div {
     cursor: pointer;
}
 .owl-controls {
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
 .grabbing {
     cursor: url(../images/owl-carousel/grabbing.png) 8 8, move;
}
/* fix */
/* * Owl Carousel Owl Demo Theme * v1.3.3 */
 .owl-theme .owl-controls {
     margin-top: 10px;
     text-align: center;
}
/* Styling Next and Prev buttons */
 .owl-theme .owl-controls .owl-buttons div {
     color: #FFF;
     display: inline-block;
     zoom: 1;
     *display: inline;
    /*IE7 life-saver */
     margin: 5px;
     padding: 3px 10px;
     font-size: 12px;
     -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
     border-radius: 30px;
     background: #869791;
     filter: Alpha(Opacity=50);
    /*IE7 fix*/
     opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
 .owl-theme .owl-controls.clickable .owl-buttons div:hover {
     filter: Alpha(Opacity=100);
    /*IE7 fix*/
     opacity: 1;
     text-decoration: none;
}
/* Styling Pagination*/
 .owl-theme .owl-controls .owl-page {
     display: inline-block;
     zoom: 1;
     *display: inline;
    /*IE7 life-saver */
}
 .owl-theme .owl-controls .owl-page span {
     display: block;
     width: 12px;
     height: 12px;
     margin: 5px 2px;
     filter: Alpha(Opacity=50);
    /*IE7 fix*/
     opacity: 0.5;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     border-radius: 20px;
     background: #555;
}
 .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
     filter: Alpha(Opacity=100);
    /*IE7 fix*/
     opacity: 1;
}
/* If PaginationNumbers is true */
 .owl-theme .owl-controls .owl-page span.owl-numbers {
     height: auto;
     width: auto;
     color: #FFF;
     padding: 2px 10px;
     font-size: 12px;
     -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
     border-radius: 30px;
}
/* preloading images */
 .owl-item.loading {
     min-height: 150px;
     background: url(../images/owl-carousel/AjaxLoader.gif) no-repeat center center;
}
/* * Owl Carousel CSS3 Transitions * v1.3.2 */
 .owl-origin {
     -webkit-perspective: 1200px;
     -webkit-perspective-origin-x: 50%;
     -webkit-perspective-origin-y: 50%;
     -moz-perspective: 1200px;
     -moz-perspective-origin-x: 50%;
     -moz-perspective-origin-y: 50%;
     perspective: 1200px;
}
/* fade */
 .owl-fade-out {
     z-index: 10;
     -webkit-animation: fadeOut .7s both ease;
     -moz-animation: fadeOut .7s both ease;
     animation: fadeOut .7s both ease;
}
 .owl-fade-in {
     -webkit-animation: fadeIn .7s both ease;
     -moz-animation: fadeIn .7s both ease;
     animation: fadeIn .7s both ease;
}
/* backSlide */
 .owl-backSlide-out {
     -webkit-animation: backSlideOut 1s both ease;
     -moz-animation: backSlideOut 1s both ease;
     animation: backSlideOut 1s both ease;
}
 .owl-backSlide-in {
     -webkit-animation: backSlideIn 1s both ease;
     -moz-animation: backSlideIn 1s both ease;
     animation: backSlideIn 1s both ease;
}
/* goDown */
 .owl-goDown-out {
     -webkit-animation: scaleToFade .7s ease both;
     -moz-animation: scaleToFade .7s ease both;
     animation: scaleToFade .7s ease both;
}
 .owl-goDown-in {
     -webkit-animation: goDown .6s ease both;
     -moz-animation: goDown .6s ease both;
     animation: goDown .6s ease both;
}
/* scaleUp */
 .owl-fadeUp-in {
     -webkit-animation: scaleUpFrom .5s ease both;
     -moz-animation: scaleUpFrom .5s ease both;
     animation: scaleUpFrom .5s ease both;
}
 .owl-fadeUp-out {
     -webkit-animation: scaleUpTo .5s ease both;
     -moz-animation: scaleUpTo .5s ease both;
     animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
 @-webkit-keyframes empty {
     0% {
         opacity: 1;
    }
}
 @-moz-keyframes empty {
     0% {
         opacity: 1;
    }
}
 @keyframes empty {
     0% {
         opacity: 1;
    }
}
 @-webkit-keyframes fadeIn {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 @-moz-keyframes fadeIn {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 @keyframes fadeIn {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 @-webkit-keyframes fadeOut {
     0% {
         opacity: 1;
    }
     100% {
         opacity: 0;
    }
}
 @-moz-keyframes fadeOut {
     0% {
         opacity: 1;
    }
     100% {
         opacity: 0;
    }
}
 @keyframes fadeOut {
     0% {
         opacity: 1;
    }
     100% {
         opacity: 0;
    }
}
 @-webkit-keyframes backSlideOut {
     25% {
         opacity: .5;
         -webkit-transform: translateZ(-500px);
    }
     75% {
         opacity: .5;
         -webkit-transform: translateZ(-500px) translateX(-200%);
    }
     100% {
         opacity: .5;
         -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}
 @-moz-keyframes backSlideOut {
     25% {
         opacity: .5;
         -moz-transform: translateZ(-500px);
    }
     75% {
         opacity: .5;
         -moz-transform: translateZ(-500px) translateX(-200%);
    }
     100% {
         opacity: .5;
         -moz-transform: translateZ(-500px) translateX(-200%);
    }
}
 @keyframes backSlideOut {
     25% {
         opacity: .5;
         transform: translateZ(-500px);
    }
     75% {
         opacity: .5;
         transform: translateZ(-500px) translateX(-200%);
    }
     100% {
         opacity: .5;
         transform: translateZ(-500px) translateX(-200%);
    }
}
 @-webkit-keyframes backSlideIn {
     0%, 25% {
         opacity: .5;
         -webkit-transform: translateZ(-500px) translateX(200%);
    }
     75% {
         opacity: .5;
         -webkit-transform: translateZ(-500px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateZ(0) translateX(0);
    }
}
 @-moz-keyframes backSlideIn {
     0%, 25% {
         opacity: .5;
         -moz-transform: translateZ(-500px) translateX(200%);
    }
     75% {
         opacity: .5;
         -moz-transform: translateZ(-500px);
    }
     100% {
         opacity: 1;
         -moz-transform: translateZ(0) translateX(0);
    }
}
 @keyframes backSlideIn {
     0%, 25% {
         opacity: .5;
         transform: translateZ(-500px) translateX(200%);
    }
     75% {
         opacity: .5;
         transform: translateZ(-500px);
    }
     100% {
         opacity: 1;
         transform: translateZ(0) translateX(0);
    }
}
 @-webkit-keyframes scaleToFade {
     to {
         opacity: 0;
         -webkit-transform: scale(0.8);
    }
}
 @-moz-keyframes scaleToFade {
     to {
         opacity: 0;
         -moz-transform: scale(0.8);
    }
}
 @keyframes scaleToFade {
     to {
         opacity: 0;
         transform: scale(0.8);
    }
}
 @-webkit-keyframes goDown {
     from {
         -webkit-transform: translateY(-100%);
    }
}
 @-moz-keyframes goDown {
     from {
         -moz-transform: translateY(-100%);
    }
}
 @keyframes goDown {
     from {
         transform: translateY(-100%);
    }
}
 @-webkit-keyframes scaleUpFrom {
     from {
         opacity: 0;
         -webkit-transform: scale(1.5);
    }
}
 @-moz-keyframes scaleUpFrom {
     from {
         opacity: 0;
         -moz-transform: scale(1.5);
    }
}
 @keyframes scaleUpFrom {
     from {
         opacity: 0;
         transform: scale(1.5);
    }
}
 @-webkit-keyframes scaleUpTo {
     to {
         opacity: 0;
         -webkit-transform: scale(1.5);
    }
}
 @-moz-keyframes scaleUpTo {
     to {
         opacity: 0;
         -moz-transform: scale(1.5);
    }
}
 @keyframes scaleUpTo {
     to {
         opacity: 0;
         transform: scale(1.5);
    }
}
/*! jQuery UI - v1.12.1 - 2016-09-14 * http://jqueryui.com * Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px * Copyright jQuery Foundation and other contributors;
 Licensed MIT */
/* Layout helpers ----------------------------------*/
 .ui-helper-hidden {
     display: none;
}
 .ui-helper-hidden-accessible {
     border: 0;
     clip: rect(0 0 0 0);
     height: 1px;
     margin: -1px;
     overflow: hidden;
     padding: 0;
     position: absolute;
     width: 1px;
}
 .ui-helper-reset {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     line-height: 1.3;
     text-decoration: none;
     font-size: 100%;
     list-style: none;
}
 .ui-helper-clearfix:before, .ui-helper-clearfix:after {
     content: "";
     display: table;
     border-collapse: collapse;
}
 .ui-helper-clearfix:after {
     clear: both;
}
 .ui-helper-zfix {
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     position: absolute;
     opacity: 0;
     filter: Alpha(Opacity=0);
    /* support: IE8 */
}
 .ui-front {
     z-index: 100;
}
/* Interaction Cues ----------------------------------*/
 .ui-state-disabled {
     cursor: default !important;
     pointer-events: none;
}
/* Icons ----------------------------------*/
 .ui-icon {
     display: inline-block;
     vertical-align: middle;
     margin-top: -.25em;
     position: relative;
     text-indent: -99999px;
     overflow: hidden;
     background-repeat: no-repeat;
}
 .ui-widget-icon-block {
     left: 50%;
     margin-left: -8px;
     display: block;
}
/* Misc visuals ----------------------------------*/
/* Overlays */
 .ui-widget-overlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 .ui-accordion .ui-accordion-header {
     display: block;
     cursor: pointer;
     position: relative;
     margin: 2px 0 0 0;
     padding: .5em .5em .5em .7em;
     font-size: 100%;
}
 .ui-accordion .ui-accordion-content {
     padding: 1em 2.2em;
     border-top: 0;
     overflow: auto;
}
 .ui-autocomplete {
     position: absolute;
     top: 0;
     left: 0;
     cursor: default;
}
 .ui-menu {
     list-style: none;
     padding: 0;
     margin: 0;
     display: block;
     outline: 0;
}
 .ui-menu .ui-menu {
     position: absolute;
}
 .ui-menu .ui-menu-item {
     margin: 0;
     cursor: pointer;
    /* support: IE10, see #8844 */
     list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
 .ui-menu .ui-menu-item-wrapper {
     position: relative;
     padding: 3px 1em 3px .4em;
}
 .ui-menu .ui-menu-divider {
     margin: 5px 0;
     height: 0;
     font-size: 0;
     line-height: 0;
     border-width: 1px 0 0 0;
}
 .ui-menu .ui-state-focus, .ui-menu .ui-state-active {
     margin: -1px;
}
/* icon support */
 .ui-menu-icons {
     position: relative;
}
 .ui-menu-icons .ui-menu-item-wrapper {
     padding-left: 2em;
}
/* left-aligned */
 .ui-menu .ui-icon {
     position: absolute;
     top: 0;
     bottom: 0;
     left: .2em;
     margin: auto 0;
}
/* right-aligned */
 .ui-menu .ui-menu-icon {
     left: auto;
     right: 0;
}
 .ui-button {
     padding: .4em 1em;
     display: inline-block;
     position: relative;
     line-height: normal;
     margin-right: .1em;
     cursor: pointer;
     vertical-align: middle;
     text-align: center;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
    /* Support: IE <= 11 */
     overflow: visible;
}
 .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
     text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
 .ui-button-icon-only {
     width: 2em;
     box-sizing: border-box;
     text-indent: -9999px;
     white-space: nowrap;
}
/* no icon support for input elements */
 input.ui-button.ui-button-icon-only {
     text-indent: 0;
}
/* button icon element(s) */
 .ui-button-icon-only .ui-icon {
     position: absolute;
     top: 50%;
     left: 50%;
     margin-top: -8px;
     margin-left: -8px;
}
 .ui-button.ui-icon-notext .ui-icon {
     padding: 0;
     width: 2.1em;
     height: 2.1em;
     text-indent: -9999px;
     white-space: nowrap;
}
 input.ui-button.ui-icon-notext .ui-icon {
     width: auto;
     height: auto;
     text-indent: 0;
     white-space: normal;
     padding: .4em 1em;
}
/* workarounds */
/* Support: Firefox 5 - 40 */
 input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
     border: 0;
     padding: 0;
}
 .ui-controlgroup {
     vertical-align: middle;
     display: inline-block;
}
 .ui-controlgroup > .ui-controlgroup-item {
     float: left;
     margin-left: 0;
     margin-right: 0;
}
 .ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
     z-index: 9999;
}
 .ui-controlgroup-vertical > .ui-controlgroup-item {
     display: block;
     float: none;
     width: 100%;
     margin-top: 0;
     margin-bottom: 0;
     text-align: left;
}
 .ui-controlgroup-vertical .ui-controlgroup-item {
     box-sizing: border-box;
}
 .ui-controlgroup .ui-controlgroup-label {
     padding: .4em 1em;
}
 .ui-controlgroup .ui-controlgroup-label span {
     font-size: 80%;
}
 .ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
     border-left: none;
}
 .ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
     border-top: none;
}
 .ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
     border-right: none;
}
 .ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
     border-bottom: none;
}
/* Spinner specific style fixes */
 .ui-controlgroup-vertical .ui-spinner-input {
    /* Support: IE8 only, Android < 4.4 only */
     width: 75%;
     width: calc( 100% - 2.4em );
}
 .ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
     border-top-style: solid;
}
 .ui-checkboxradio-label .ui-icon-background {
     box-shadow: inset 1px 1px 1px #ccc;
     border-radius: .12em;
     border: none;
}
 .ui-checkboxradio-radio-label .ui-icon-background {
     width: 16px;
     height: 16px;
     border-radius: 1em;
     overflow: visible;
     border: none;
}
 .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
     background-image: none;
     width: 8px;
     height: 8px;
     border-width: 4px;
     border-style: solid;
}
 .ui-checkboxradio-disabled {
     pointer-events: none;
}
 .ui-datepicker {
     width: 17em;
     padding: .2em .2em 0;
     display: none;
}
 .ui-datepicker .ui-datepicker-header {
     position: relative;
     padding: .2em 0;
}
 .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
     position: absolute;
     top: 2px;
     width: 1.8em;
     height: 1.8em;
}
 .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
     top: 1px;
}
 .ui-datepicker .ui-datepicker-prev {
     left: 1px !important;
	 top: 1px !important;
	 cursor: pointer;
}
 .ui-datepicker .ui-datepicker-next {
     right: 1px !important;
	 top: 1px !important;
	 cursor: pointer;
}
 .ui-datepicker .ui-datepicker-prev-hover {
     left: 1px;
}
 .ui-datepicker .ui-datepicker-next-hover {
     right: 1px;
}
 .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
     display: block;
     position: absolute;
     left: 50%;
     margin-left: -8px;
     top: 50%;
     margin-top: -8px;
}
 .ui-datepicker .ui-datepicker-title {
     margin: 0 2.3em;
     line-height: 1.8em;
     text-align: center;
}
 .ui-datepicker .ui-datepicker-title select {
     font-size: 1em;
     margin: 1px 0;
}
 .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
     width: 45%;
}
 .ui-datepicker table {
     width: 100%;
     font-size: .9em;
     border-collapse: collapse;
     margin: 0 0 .4em;
}
 .ui-datepicker th {
     padding: .7em .3em;
     text-align: center;
     font-weight: bold;
     border: 0;
}
 .ui-datepicker td {
     border: 0;
     padding: 1px;
}
 .ui-datepicker td span, .ui-datepicker td a {
     display: block;
     padding: .2em;
     text-align: right;
     text-decoration: none;
}
 .ui-datepicker .ui-datepicker-buttonpane {
     background-image: none;
     margin: .7em 0 0 0;
     padding: 0 .2em;
     border-left: 0;
     border-right: 0;
     border-bottom: 0;
}
 .ui-datepicker .ui-datepicker-buttonpane button {
     float: right;
     margin: .5em .2em .4em;
     cursor: pointer;
     padding: .2em .6em .3em .6em;
     width: auto;
     overflow: visible;
}
 .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
     float: left;
}
/* with multiple calendars */
 .ui-datepicker.ui-datepicker-multi {
     width: auto;
	 font-family:inherit !important;
}
 .ui-datepicker-multi .ui-datepicker-group {
     float: left;
}
 .ui-datepicker-multi .ui-datepicker-group table {
     width: 95%;
     margin: 0 auto .4em;
}
 .ui-datepicker-multi-2 .ui-datepicker-group {
     width: 50%;
}
 .ui-datepicker-multi-3 .ui-datepicker-group {
     width: 33.3%;
}
 .ui-datepicker-multi-4 .ui-datepicker-group {
     width: 25%;
}
 .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
     border-left-width: 0;
}
 .ui-datepicker-multi .ui-datepicker-buttonpane {
     clear: left;
}
 .ui-datepicker-row-break {
     clear: both;
     width: 100%;
     font-size: 0;
}
/* RTL support */
 .ui-datepicker-rtl {
     direction: rtl;
}
 .ui-datepicker-rtl .ui-datepicker-prev {
     right: 2px;
     left: auto;
}
 .ui-datepicker-rtl .ui-datepicker-next {
     left: 2px;
     right: auto;
}
 .ui-datepicker-rtl .ui-datepicker-prev:hover {
     right: 1px;
     left: auto;
}
 .ui-datepicker-rtl .ui-datepicker-next:hover {
     left: 1px;
     right: auto;
}
 .ui-datepicker-rtl .ui-datepicker-buttonpane {
     clear: right;
}
 .ui-datepicker-rtl .ui-datepicker-buttonpane button {
     float: left;
}
 .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
     float: right;
}
 .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
     border-right-width: 0;
     border-left-width: 1px;
}
/* Icons */
 .ui-datepicker .ui-icon {
     display: block;
     text-indent: -99999px;
     overflow: hidden;
     background-repeat: no-repeat;
     left: .5em;
     top: .3em;
}
 .ui-dialog {
     position: absolute;
     top: 0;
     left: 0;
     padding: .2em;
     outline: 0;
}
 .ui-dialog .ui-dialog-titlebar {
     padding: .4em 1em;
     position: relative;
}
 .ui-dialog .ui-dialog-title {
     float: left;
     margin: .1em 0;
     white-space: nowrap;
     width: 90%;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .ui-dialog .ui-dialog-titlebar-close {
     position: absolute;
     right: .3em;
     top: 50%;
     width: 20px;
     margin: -10px 0 0 0;
     padding: 1px;
     height: 20px;
}
 .ui-dialog .ui-dialog-content {
     position: relative;
     border: 0;
     padding: .5em 1em;
     background: none;
     overflow: auto;
}
 .ui-dialog .ui-dialog-buttonpane {
     text-align: left;
     border-width: 1px 0 0 0;
     background-image: none;
     margin-top: .5em;
     padding: .3em 1em .5em .4em;
}
 .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
     float: right;
}
 .ui-dialog .ui-dialog-buttonpane button {
     margin: .5em .4em .5em 0;
     cursor: pointer;
}
 .ui-dialog .ui-resizable-n {
     height: 2px;
     top: 0;
}
 .ui-dialog .ui-resizable-e {
     width: 2px;
     right: 0;
}
 .ui-dialog .ui-resizable-s {
     height: 2px;
     bottom: 0;
}
 .ui-dialog .ui-resizable-w {
     width: 2px;
     left: 0;
}
 .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
     width: 7px;
     height: 7px;
}
 .ui-dialog .ui-resizable-se {
     right: 0;
     bottom: 0;
}
 .ui-dialog .ui-resizable-sw {
     left: 0;
     bottom: 0;
}
 .ui-dialog .ui-resizable-ne {
     right: 0;
     top: 0;
}
 .ui-dialog .ui-resizable-nw {
     left: 0;
     top: 0;
}
 .ui-draggable .ui-dialog-titlebar {
     cursor: move;
}
 .ui-draggable-handle {
     -ms-touch-action: none;
     touch-action: none;
}
 .ui-resizable {
     position: relative;
}
 .ui-resizable-handle {
     position: absolute;
     font-size: 0.1px;
     display: block;
     -ms-touch-action: none;
     touch-action: none;
}
 .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
     display: none;
}
 .ui-resizable-n {
     cursor: n-resize;
     height: 7px;
     width: 100%;
     top: -5px;
     left: 0;
}
 .ui-resizable-s {
     cursor: s-resize;
     height: 7px;
     width: 100%;
     bottom: -5px;
     left: 0;
}
 .ui-resizable-e {
     cursor: e-resize;
     width: 7px;
     right: -5px;
     top: 0;
     height: 100%;
}
 .ui-resizable-w {
     cursor: w-resize;
     width: 7px;
     left: -5px;
     top: 0;
     height: 100%;
}
 .ui-resizable-se {
     cursor: se-resize;
     width: 12px;
     height: 12px;
     right: 1px;
     bottom: 1px;
}
 .ui-resizable-sw {
     cursor: sw-resize;
     width: 9px;
     height: 9px;
     left: -5px;
     bottom: -5px;
}
 .ui-resizable-nw {
     cursor: nw-resize;
     width: 9px;
     height: 9px;
     left: -5px;
     top: -5px;
}
 .ui-resizable-ne {
     cursor: ne-resize;
     width: 9px;
     height: 9px;
     right: -5px;
     top: -5px;
}
 .ui-progressbar {
     height: 2em;
     text-align: left;
     overflow: hidden;
}
 .ui-progressbar .ui-progressbar-value {
     margin: -1px;
     height: 100%;
}
 .ui-progressbar .ui-progressbar-overlay {
     background: url("data:image/gif;
    base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
     height: 100%;
     filter: alpha(opacity=25);
    /* support: IE8 */
     opacity: 0.25;
}
 .ui-progressbar-indeterminate .ui-progressbar-value {
     background-image: none;
}
 .ui-selectable {
     -ms-touch-action: none;
     touch-action: none;
}
 .ui-selectable-helper {
     position: absolute;
     z-index: 100;
     border: 1px dotted black;
}
 .ui-selectmenu-menu {
     padding: 0;
     margin: 0;
     position: absolute;
     top: 0;
     left: 0;
     display: none;
}
 .ui-selectmenu-menu .ui-menu {
     overflow: auto;
     overflow-x: hidden;
     padding-bottom: 1px;
}
 .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
     font-size: 1em;
     font-weight: bold;
     line-height: 1.5;
     padding: 2px 0.4em;
     margin: 0.5em 0 0 0;
     height: auto;
     border: 0;
}
 .ui-selectmenu-open {
     display: block;
}
 .ui-selectmenu-text {
     display: block;
     margin-right: 20px;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .ui-selectmenu-button.ui-button {
     text-align: left;
     white-space: nowrap;
     width: 14em;
}
 .ui-selectmenu-icon.ui-icon {
     float: right;
     margin-top: 0;
}
 .ui-slider {
     position: relative;
     text-align: left;
}
 .ui-slider .ui-slider-handle {
     position: absolute;
     z-index: 2;
     width: 1.2em;
     height: 1.2em;
     cursor: default;
     -ms-touch-action: none;
     touch-action: none;
}
 .ui-slider .ui-slider-range {
     position: absolute;
     z-index: 1;
     font-size: .7em;
     display: block;
     border: 0;
     background-position: 0 0;
}
/* support: IE8 - See #6727 */
 .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
     filter: inherit;
}
 .ui-slider-horizontal {
     height: .8em;
}
 .ui-slider-horizontal .ui-slider-handle {
     top: -.3em;
     margin-left: -.6em;
}
 .ui-slider-horizontal .ui-slider-range {
     top: 0;
     height: 100%;
}
 .ui-slider-horizontal .ui-slider-range-min {
     left: 0;
}
 .ui-slider-horizontal .ui-slider-range-max {
     right: 0;
}
 .ui-slider-vertical {
     width: .8em;
     height: 100px;
}
 .ui-slider-vertical .ui-slider-handle {
     left: -.3em;
     margin-left: 0;
     margin-bottom: -.6em;
}
 .ui-slider-vertical .ui-slider-range {
     left: 0;
     width: 100%;
}
 .ui-slider-vertical .ui-slider-range-min {
     bottom: 0;
}
 .ui-slider-vertical .ui-slider-range-max {
     top: 0;
}
 .ui-sortable-handle {
     -ms-touch-action: none;
     touch-action: none;
}
 .ui-spinner {
     position: relative;
     display: inline-block;
     overflow: hidden;
     padding: 0;
     vertical-align: middle;
}
 .ui-spinner-input {
     border: none;
     background: none;
     color: inherit;
     padding: .222em 0;
     margin: .2em 0;
     vertical-align: middle;
     margin-left: .4em;
     margin-right: 2em;
}
 .ui-spinner-button {
     width: 1.6em;
     height: 50%;
     font-size: .5em;
     padding: 0;
     margin: 0;
     text-align: center;
     position: absolute;
     cursor: default;
     display: block;
     overflow: hidden;
     right: 0;
}
/* more specificity required here to override default borders */
 .ui-spinner a.ui-spinner-button {
     border-top-style: none;
     border-bottom-style: none;
     border-right-style: none;
}
 .ui-spinner-up {
     top: 0;
}
 .ui-spinner-down {
     bottom: 0;
}
 .ui-tabs {
     position: relative;
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
     padding: .2em;
}
 .ui-tabs .ui-tabs-nav {
     margin: 0;
     padding: .2em .2em 0;
}
 .ui-tabs .ui-tabs-nav li {
     list-style: none;
     float: left;
     position: relative;
     top: 0;
     margin: 1px .2em 0 0;
     border-bottom-width: 0;
     padding: 0;
     white-space: nowrap;
}
 .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
     float: left;
     padding: .5em 1em;
     text-decoration: none;
}
 .ui-tabs .ui-tabs-nav li.ui-tabs-active {
     margin-bottom: -1px;
     padding-bottom: 1px;
}
 .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
     cursor: text;
}
 .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
     cursor: pointer;
}
 .ui-tabs .ui-tabs-panel {
     display: block;
     border-width: 0;
     padding: 1em 1.4em;
     background: none;
}
 .ui-tooltip {
     padding: 8px;
     position: absolute;
     z-index: 9999;
     max-width: 300px;
}
 body .ui-tooltip {
     border-width: 2px;
}
/* Component containers ----------------------------------*/
 .ui-widget {
     font-family: inherit !important;
     font-size: 1em;
}
 .ui-widget .ui-widget {
     font-size: 1em;
}
 .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
     font-family: Arial,Helvetica,sans-serif;
     font-size: 1em;
}
 .ui-widget.ui-widget-content {
     border: 1px solid #c5c5c5;
}
 .ui-widget-content {
     border: 1px solid #dddddd;
     background: #ffffff;
     color: #333333;
}
 .ui-widget-content a {
     color: #333333;
}
 .ui-widget-header {
     border: 1px solid #dddddd;
     background: #e9e9e9;
     color: #333333;
     font-weight: bold;
}
 .ui-widget-header a {
     color: #333333;
}
/* Interaction states ----------------------------------*/
 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
     border: 1px solid #c5c5c5;
     background: #f6f6f6;
     font-weight: normal;
     color: #454545;
}
 .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
     color: #454545;
     text-decoration: none;
}
 .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
     border: 1px solid #cccccc;
     background: #ededed;
     font-weight: normal;
     color: #2b2b2b;
}
 .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
     color: #2b2b2b;
     text-decoration: none;
}
 .ui-visual-focus {
     box-shadow: 0 0 3px 1px #5e9ed6;
}
 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
     border: 1px solid #003eff;
     background: #007fff;
     font-weight: normal;
     color: #ffffff;
}
 .ui-icon-background, .ui-state-active .ui-icon-background {
     border: #003eff;
     background-color: #ffffff;
}
 .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
     color: #ffffff;
     text-decoration: none;
}
/* Interaction Cues ----------------------------------*/
 .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
     border: 1px solid #dad55e;
     background: #fffa90;
     color: #777620;
}
 .ui-state-checked {
     border: 1px solid #dad55e;
     background: #fffa90;
}
 .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
     color: #777620;
}
 .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
     border: 1px solid #f1a899;
     background: #fddfdf;
     color: #5f3f3f;
}
 .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
     color: #5f3f3f;
}
 .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
     color: #5f3f3f;
}
 .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
     font-weight: bold;
}
 .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
     opacity: .7;
     filter: Alpha(Opacity=70);
    /* support: IE8 */
     font-weight: normal;
}
 .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
     opacity: .35;
     filter: Alpha(Opacity=35);
    /* support: IE8 */
     background-image: none;
}
 .ui-state-disabled .ui-icon {
     filter: Alpha(Opacity=35);
    /* support: IE8 - See #6059 */
}

/* positioning */
 .ui-icon-blank {
     background-position: 16px 16px;
}
 .ui-icon-caret-1-n {
     background-position: 0 0;
}
 .ui-icon-caret-1-ne {
     background-position: -16px 0;
}
 .ui-icon-caret-1-e {
     background-position: -32px 0;
}
 .ui-icon-caret-1-se {
     background-position: -48px 0;
}
 .ui-icon-caret-1-s {
     background-position: -65px 0;
}
 .ui-icon-caret-1-sw {
     background-position: -80px 0;
}
 .ui-icon-caret-1-w {
     background-position: -96px 0;
}
 .ui-icon-caret-1-nw {
     background-position: -112px 0;
}
 .ui-icon-caret-2-n-s {
     background-position: -128px 0;
}
 .ui-icon-caret-2-e-w {
     background-position: -144px 0;
}
 .ui-icon-triangle-1-n {
     background-position: 0 -16px;
}
 .ui-icon-triangle-1-ne {
     background-position: -16px -16px;
}
 .ui-icon-triangle-1-e {
     background-position: -32px -16px;
}
 .ui-icon-triangle-1-se {
     background-position: -48px -16px;
}
 .ui-icon-triangle-1-s {
     background-position: -65px -16px;
}
 .ui-icon-triangle-1-sw {
     background-position: -80px -16px;
}
 .ui-icon-triangle-1-w {
     background-position: -96px -16px;
}
 .ui-icon-triangle-1-nw {
     background-position: -112px -16px;
}
 .ui-icon-triangle-2-n-s {
     background-position: -128px -16px;
}
 .ui-icon-triangle-2-e-w {
     background-position: -144px -16px;
}
 .ui-icon-arrow-1-n {
     background-position: 0 -32px;
}
 .ui-icon-arrow-1-ne {
     background-position: -16px -32px;
}
 .ui-icon-arrow-1-e {
     background-position: -32px -32px;
}
 .ui-icon-arrow-1-se {
     background-position: -48px -32px;
}
 .ui-icon-arrow-1-s {
     background-position: -65px -32px;
}
 .ui-icon-arrow-1-sw {
     background-position: -80px -32px;
}
 .ui-icon-arrow-1-w {
     background-position: -96px -32px;
}
 .ui-icon-arrow-1-nw {
     background-position: -112px -32px;
}
 .ui-icon-arrow-2-n-s {
     background-position: -128px -32px;
}
 .ui-icon-arrow-2-ne-sw {
     background-position: -144px -32px;
}
 .ui-icon-arrow-2-e-w {
     background-position: -160px -32px;
}
 .ui-icon-arrow-2-se-nw {
     background-position: -176px -32px;
}
 .ui-icon-arrowstop-1-n {
     background-position: -192px -32px;
}
 .ui-icon-arrowstop-1-e {
     background-position: -208px -32px;
}
 .ui-icon-arrowstop-1-s {
     background-position: -224px -32px;
}
 .ui-icon-arrowstop-1-w {
     background-position: -240px -32px;
}
 .ui-icon-arrowthick-1-n {
     background-position: 1px -48px;
}
 .ui-icon-arrowthick-1-ne {
     background-position: -16px -48px;
}
 .ui-icon-arrowthick-1-e {
     background-position: -32px -48px;
}
 .ui-icon-arrowthick-1-se {
     background-position: -48px -48px;
}
 .ui-icon-arrowthick-1-s {
     background-position: -64px -48px;
}
 .ui-icon-arrowthick-1-sw {
     background-position: -80px -48px;
}
 .ui-icon-arrowthick-1-w {
     background-position: -96px -48px;
}
 .ui-icon-arrowthick-1-nw {
     background-position: -112px -48px;
}
 .ui-icon-arrowthick-2-n-s {
     background-position: -128px -48px;
}
 .ui-icon-arrowthick-2-ne-sw {
     background-position: -144px -48px;
}
 .ui-icon-arrowthick-2-e-w {
     background-position: -160px -48px;
}
 .ui-icon-arrowthick-2-se-nw {
     background-position: -176px -48px;
}
 .ui-icon-arrowthickstop-1-n {
     background-position: -192px -48px;
}
 .ui-icon-arrowthickstop-1-e {
     background-position: -208px -48px;
}
 .ui-icon-arrowthickstop-1-s {
     background-position: -224px -48px;
}
 .ui-icon-arrowthickstop-1-w {
     background-position: -240px -48px;
}
 .ui-icon-arrowreturnthick-1-w {
     background-position: 0 -64px;
}
 .ui-icon-arrowreturnthick-1-n {
     background-position: -16px -64px;
}
 .ui-icon-arrowreturnthick-1-e {
     background-position: -32px -64px;
}
 .ui-icon-arrowreturnthick-1-s {
     background-position: -48px -64px;
}
 .ui-icon-arrowreturn-1-w {
     background-position: -64px -64px;
}
 .ui-icon-arrowreturn-1-n {
     background-position: -80px -64px;
}
 .ui-icon-arrowreturn-1-e {
     background-position: -96px -64px;
}
 .ui-icon-arrowreturn-1-s {
     background-position: -112px -64px;
}
 .ui-icon-arrowrefresh-1-w {
     background-position: -128px -64px;
}
 .ui-icon-arrowrefresh-1-n {
     background-position: -144px -64px;
}
 .ui-icon-arrowrefresh-1-e {
     background-position: -160px -64px;
}
 .ui-icon-arrowrefresh-1-s {
     background-position: -176px -64px;
}
 .ui-icon-arrow-4 {
     background-position: 0 -80px;
}
 .ui-icon-arrow-4-diag {
     background-position: -16px -80px;
}
 .ui-icon-extlink {
     background-position: -32px -80px;
}
 .ui-icon-newwin {
     background-position: -48px -80px;
}
 .ui-icon-refresh {
     background-position: -64px -80px;
}
 .ui-icon-shuffle {
     background-position: -80px -80px;
}
 .ui-icon-transfer-e-w {
     background-position: -96px -80px;
}
 .ui-icon-transferthick-e-w {
     background-position: -112px -80px;
}
 .ui-icon-folder-collapsed {
     background-position: 0 -96px;
}
 .ui-icon-folder-open {
     background-position: -16px -96px;
}
 .ui-icon-document {
     background-position: -32px -96px;
}
 .ui-icon-document-b {
     background-position: -48px -96px;
}
 .ui-icon-note {
     background-position: -64px -96px;
}
 .ui-icon-mail-closed {
     background-position: -80px -96px;
}
 .ui-icon-mail-open {
     background-position: -96px -96px;
}
 .ui-icon-suitcase {
     background-position: -112px -96px;
}
 .ui-icon-comment {
     background-position: -128px -96px;
}
 .ui-icon-person {
     background-position: -144px -96px;
}
 .ui-icon-print {
     background-position: -160px -96px;
}
 .ui-icon-trash {
     background-position: -176px -96px;
}
 .ui-icon-locked {
     background-position: -192px -96px;
}
 .ui-icon-unlocked {
     background-position: -208px -96px;
}
 .ui-icon-bookmark {
     background-position: -224px -96px;
}
 .ui-icon-tag {
     background-position: -240px -96px;
}
 .ui-icon-home {
     background-position: 0 -112px;
}
 .ui-icon-flag {
     background-position: -16px -112px;
}
 .ui-icon-calendar {
     background-position: -32px -112px;
}
 .ui-icon-cart {
     background-position: -48px -112px;
}
 .ui-icon-pencil {
     background-position: -64px -112px;
}
 .ui-icon-clock {
     background-position: -80px -112px;
}
 .ui-icon-disk {
     background-position: -96px -112px;
}
 .ui-icon-calculator {
     background-position: -112px -112px;
}
 .ui-icon-zoomin {
     background-position: -128px -112px;
}
 .ui-icon-zoomout {
     background-position: -144px -112px;
}
 .ui-icon-search {
     background-position: -160px -112px;
}
 .ui-icon-wrench {
     background-position: -176px -112px;
}
 .ui-icon-gear {
     background-position: -192px -112px;
}
 .ui-icon-heart {
     background-position: -208px -112px;
}
 .ui-icon-star {
     background-position: -224px -112px;
}
 .ui-icon-link {
     background-position: -240px -112px;
}
 .ui-icon-cancel {
     background-position: 0 -128px;
}
 .ui-icon-plus {
     background-position: -16px -128px;
}
 .ui-icon-plusthick {
     background-position: -32px -128px;
}
 .ui-icon-minus {
     background-position: -48px -128px;
}
 .ui-icon-minusthick {
     background-position: -64px -128px;
}
 .ui-icon-close {
     background-position: -80px -128px;
}
 .ui-icon-closethick {
     background-position: -96px -128px;
}
 .ui-icon-key {
     background-position: -112px -128px;
}
 .ui-icon-lightbulb {
     background-position: -128px -128px;
}
 .ui-icon-scissors {
     background-position: -144px -128px;
}
 .ui-icon-clipboard {
     background-position: -160px -128px;
}
 .ui-icon-copy {
     background-position: -176px -128px;
}
 .ui-icon-contact {
     background-position: -192px -128px;
}
 .ui-icon-image {
     background-position: -208px -128px;
}
 .ui-icon-video {
     background-position: -224px -128px;
}
 .ui-icon-script {
     background-position: -240px -128px;
}
 .ui-icon-alert {
     background-position: 0 -144px;
}
 .ui-icon-info {
     background-position: -16px -144px;
}
 .ui-icon-notice {
     background-position: -32px -144px;
}
 .ui-icon-help {
     background-position: -48px -144px;
}
 .ui-icon-check {
     background-position: -64px -144px;
}
 .ui-icon-bullet {
     background-position: -80px -144px;
}
 .ui-icon-radio-on {
     background-position: -96px -144px;
}
 .ui-icon-radio-off {
     background-position: -112px -144px;
}
 .ui-icon-pin-w {
     background-position: -128px -144px;
}
 .ui-icon-pin-s {
     background-position: -144px -144px;
}
 .ui-icon-play {
     background-position: 0 -160px;
}
 .ui-icon-pause {
     background-position: -16px -160px;
}
 .ui-icon-seek-next {
     background-position: -32px -160px;
}
 .ui-icon-seek-prev {
     background-position: -48px -160px;
}
 .ui-icon-seek-end {
     background-position: -64px -160px;
}
 .ui-icon-seek-start {
     background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
 .ui-icon-seek-first {
     background-position: -80px -160px;
}
 .ui-icon-stop {
     background-position: -96px -160px;
}
 .ui-icon-eject {
     background-position: -112px -160px;
}
 .ui-icon-volume-off {
     background-position: -128px -160px;
}
 .ui-icon-volume-on {
     background-position: -144px -160px;
}
 .ui-icon-power {
     background-position: 0 -176px;
}
 .ui-icon-signal-diag {
     background-position: -16px -176px;
}
 .ui-icon-signal {
     background-position: -32px -176px;
}
 .ui-icon-battery-0 {
     background-position: -48px -176px;
}
 .ui-icon-battery-1 {
     background-position: -64px -176px;
}
 .ui-icon-battery-2 {
     background-position: -80px -176px;
}
 .ui-icon-battery-3 {
     background-position: -96px -176px;
}
 .ui-icon-circle-plus {
     background-position: 0 -192px;
}
 .ui-icon-circle-minus {
     background-position: -16px -192px;
}
 .ui-icon-circle-close {
     background-position: -32px -192px;
}
 .ui-icon-circle-triangle-e {
     background-position: -48px -192px;
}
 .ui-icon-circle-triangle-s {
     background-position: -64px -192px;
}
 .ui-icon-circle-triangle-w {
     background-position: -80px -192px;
}
 .ui-icon-circle-triangle-n {
     background-position: -96px -192px;
}
 .ui-icon-circle-arrow-e {
     background-position: -112px -192px;
}
 .ui-icon-circle-arrow-s {
     background-position: -128px -192px;
}
 .ui-icon-circle-arrow-w {
     background-position: -144px -192px;
}
 .ui-icon-circle-arrow-n {
     background-position: -160px -192px;
}
 .ui-icon-circle-zoomin {
     background-position: -176px -192px;
}
 .ui-icon-circle-zoomout {
     background-position: -192px -192px;
}
 .ui-icon-circle-check {
     background-position: -208px -192px;
}
 .ui-icon-circlesmall-plus {
     background-position: 0 -208px;
}
 .ui-icon-circlesmall-minus {
     background-position: -16px -208px;
}
 .ui-icon-circlesmall-close {
     background-position: -32px -208px;
}
 .ui-icon-squaresmall-plus {
     background-position: -48px -208px;
}
 .ui-icon-squaresmall-minus {
     background-position: -64px -208px;
}
 .ui-icon-squaresmall-close {
     background-position: -80px -208px;
}
 .ui-icon-grip-dotted-vertical {
     background-position: 0 -224px;
}
 .ui-icon-grip-dotted-horizontal {
     background-position: -16px -224px;
}
 .ui-icon-grip-solid-vertical {
     background-position: -32px -224px;
}
 .ui-icon-grip-solid-horizontal {
     background-position: -48px -224px;
}
 .ui-icon-gripsmall-diagonal-se {
     background-position: -64px -224px;
}
 .ui-icon-grip-diagonal-se {
     background-position: -80px -224px;
}
/* Misc visuals ----------------------------------*/
/* Corner radius */
 .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
     border-top-left-radius: 3px;
}
 .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
     border-top-right-radius: 3px;
}
 .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
     border-bottom-left-radius: 3px;
}
 .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
     border-bottom-right-radius: 3px;
}
/* Overlays */
 .ui-widget-overlay {
     background: #aaaaaa;
     opacity: .3;
     filter: Alpha(Opacity=30);
    /* support: IE8 */
}
 .ui-widget-shadow {
     -webkit-box-shadow: 0px 0px 5px #666666;
     box-shadow: 0px 0px 5px #666666;
}


/* Added Style for Responsive Menu */
@media only screen and (max-width: 1080px){
    #responsive-menu .responsive-menu li li .appendLink, #responsive-menu .responsive-menu li li li {
        display: block !important;
    }

}