@charset "UTF-8";

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* FONT PATH
 * -------------------------- */

.fa,
.widget_image-carousel-widget .owl-carousel .owl-nav>div {
    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.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x,
.widget_image-carousel-widget .owl-carousel .owl-nav>div {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,
.widget_image-carousel-widget .owl-carousel .owl-nav>div.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right,
.widget_image-carousel-widget .owl-carousel .owl-nav>div.fa-pull-right {
    margin-left: .3em;
}


/* Deprecated as of 4.4.0 */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left,
.widget_image-carousel-widget .owl-carousel .owl-nav>div.pull-left {
    margin-right: .3em;
}

.fa.pull-right,
.widget_image-carousel-widget .owl-carousel .owl-nav>div.pull-right {
    margin-left: .3em;
}

.fa-spin {
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8);
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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: #fff;
}


/* 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: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-wheelchair-alt:before {
    content: "";
}

.fa-question-circle-o:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-volume-control-phone:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-first-order:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}

.fa-handshake-o:before {
    content: "";
}

.fa-envelope-open:before {
    content: "";
}

.fa-envelope-open-o:before {
    content: "";
}

.fa-linode:before {
    content: "";
}

.fa-address-book:before {
    content: "";
}

.fa-address-book-o:before {
    content: "";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "";
}

.fa-user-circle:before {
    content: "";
}

.fa-user-circle-o:before {
    content: "";
}

.fa-user-o:before {
    content: "";
}

.fa-id-badge:before {
    content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
}

.fa-quora:before {
    content: "";
}

.fa-free-code-camp:before {
    content: "";
}

.fa-telegram:before {
    content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}

.fa-shower:before {
    content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "";
}

.fa-podcast:before {
    content: "";
}

.fa-window-maximize:before {
    content: "";
}

.fa-window-minimize:before {
    content: "";
}

.fa-window-restore:before {
    content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
}

.fa-bandcamp:before {
    content: "";
}

.fa-grav:before {
    content: "";
}

.fa-etsy:before {
    content: "";
}

.fa-imdb:before {
    content: "";
}

.fa-ravelry:before {
    content: "";
}

.fa-eercast:before {
    content: "";
}

.fa-microchip:before {
    content: "";
}

.fa-snowflake-o:before {
    content: "";
}

.fa-superpowers:before {
    content: "";
}

.fa-wpexplorer:before {
    content: "";
}

.fa-meetup:before {
    content: "";
}

.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;
}


/*
 *  Owl Carousel - Core
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}


/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}


/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}


/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


/**
 * smart-media-queries - Smart Media Queries
 * @version v1.1.0
 * @license MIT
 * @copyright 2016 David J Castner
 * @link https://github.com/davidjcastner/smart-media-queries
 */


/**
 * smart-media-queries - Smart Media Queries
 * @version v1.1.0
 * @license MIT
 * @copyright 2016 David J Castner
 * @link https://github.com/davidjcastner/smart-media-queries
 */

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.full-width-content .content,
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.sidebar-secondary,
.title-area,
.home-top .home-top-2 .widget_wds_image:first-child,
.sidebar-featured .widget:first-child,
.event-page .site-inner .section-2 .widget_wds_image:first-child {
    margin-left: 0 !important;
}

.title-area,
.header-full-width .title-area,
.site-header .widget-area {
    margin-left: 0;
    width: 100%;
}

.pagination,
.before-container,
.home-featured,
.after-header,
.home-middle .widget_featured-post,
.before-footer,
.before-footer .before-footer-1,
.before-footer .before-footer-2,
.before-footer .before-footer-2 .panel-grid-cell,
.before-footer .before-footer-3,
.before-footer-menu,
.webinar-page .site-inner .entry .section-1 .panel-heading {
    *zoom: 1;
}

.pagination:before,
.before-container:before,
.home-featured:before,
.after-header:before,
.home-middle .widget_featured-post:before,
.before-footer:before,
.before-footer .before-footer-1:before,
.before-footer .before-footer-2:before,
.before-footer .before-footer-2 .panel-grid-cell:before,
.before-footer .before-footer-3:before,
.before-footer-menu:before,
.webinar-page .site-inner .entry .section-1 .panel-heading:before,
.pagination:after,
.before-container:after,
.home-featured:after,
.after-header:after,
.home-middle .widget_featured-post:after,
.before-footer:after,
.before-footer .before-footer-1:after,
.before-footer .before-footer-2:after,
.before-footer .before-footer-2 .panel-grid-cell:after,
.before-footer .before-footer-3:after,
.before-footer-menu:after,
.webinar-page .site-inner .entry .section-1 .panel-heading:after {
    content: " ";
    display: table;
}

.pagination:after,
.before-container:after,
.home-featured:after,
.after-header:after,
.home-middle .widget_featured-post:after,
.before-footer:after,
.before-footer .before-footer-1:after,
.before-footer .before-footer-2:after,
.before-footer .before-footer-2 .panel-grid-cell:after,
.before-footer .before-footer-3:after,
.before-footer-menu:after,
.webinar-page .site-inner .entry .section-1 .panel-heading:after {
    clear: both;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap,
.content,
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.sidebar-primary,
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.sidebar-secondary,
.content-sidebar-sidebar .sidebar-secondary,
.title-area,
.site-header .widget-area,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.site-header .title-area,
.site-header .nav-primary,
.home-top .home-top-2 .widget_wds_image,
.home-middle .widget_featured-post .entry,
.home-bottom .widget,
.sidebar-featured .widget,
.contact-page .ninja-forms-form .field-wrap.fname-wrap,
.contact-page .ninja-forms-form .field-wrap.fmail-wrap,
.event-page .site-inner .section-2 .widget_wds_image {
    float: none;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap,
.content,
.sidebar-content .content,
.sidebar-sidebar-content .content,
.sidebar-primary,
.content-sidebar-sidebar .sidebar-secondary {
    float: none;
}

.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

.txt-body,
.home-top .home-top-2 .widget_wds_image .widgettitle,
.sidebar-featured .widget_wds_image .widgettitle {
    font-family: "Lato", sans-serif;
}

.txt-heading {
    font-family: "Lato", sans-serif;
}

.btn,
.su-lightbox-content .optin-wrap .optin-form input[type="submit"],
.home-middle .widget_featured-post .entry .entry-content .more-link,
.contact-page .ninja-forms-form input[type="submit"] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1;
}

.btn-flat {
    border-radius: 0px !important;
}

.btn-rounded {
    border-radius: 3px;
}

.txt-white,
.su-lightbox-content .optin-wrap .optin-form input[type="submit"] {
    color: #fff;
}

.txt-white-hover:hover {
    color: #fff !important;
}

.txt-light-blue {
    color: #23B0E2;
}

.txt-light-blue-hover:hover {
    color: #23B0E2 !important;
}

.txt-medium-blue {
    color: #305060;
}

.txt-medium-blue-hover:hover {
    color: #305060 !important;
}

.txt-dark-blue {
    color: #012A44;
}

.txt-dark-blue-hover:hover {
    color: #012A44 !important;
}

.txt-orange {
    color: #ffb70d;
}

.txt-orange-hover:hover {
    color: #ffb70d !important;
}

.txt-light-gray {
    color: #eaeaea;
}

.txt-light-gray-hover:hover {
    color: #eaeaea !important;
}

.txt-medium-gray {
    color: #8c9293;
}

.txt-medium-gray-hover:hover {
    color: #8c9293 !important;
}

.txt-default,
.testimonial-section .gss-testimonial-shortcode .testimonial-author span,
.clients-page .entry .gss-testimonial-shortcode .testimonial-author span,
.webinar-page .site-inner .entry .section-2 .gss-testimonial-shortcode .testimonial-author span {
    color: #44a3d3;
}

.txt-default-hover:hover {
    color: #44a3d3 !important;
}

.txt-black {
    color: #333;
}

.txt-black-hover:hover {
    color: #333 !important;
}

.txt-thin {
    font-weight: 100;
}

.txt-extra-light {
    font-weight: 200;
}

.txt-light {
    font-weight: 300;
}

.txt-normal {
    font-weight: 400;
}

.txt-medium {
    font-weight: 500;
}

.txt-semi-bold {
    font-weight: 600;
}

.txt-bold,
.genesis-nav-menu a,
.home-top .home-top-2 .widget_wds_image .widgettitle,
.home-middle .widget_featured-post .entry .entry-content .more-link,
.sidebar .widgettitle,
.sidebar-featured .widget_wds_image .widgettitle,
.single .content .entry .entry-header .entry-title,
.archive .content .entry .entry-header .entry-title,
.blog .content .entry .entry-header .entry-title {
    font-weight: 700;
}

.txt-extra-bold {
    font-weight: 800;
}

.txt-heavy,
.su-lightbox-content .optin-wrap .optin-form input[type="submit"],
.contact-page .ninja-forms-form input[type="submit"] {
    font-weight: 900;
}

.txt-italic,
.single .content .entry .entry-header .entry-meta,
.archive .content .entry .entry-header .entry-meta,
.blog .content .entry .entry-header .entry-meta {
    font-style: italic;
}

.txt-oblique {
    font-style: oblique;
}

.txt-normal {
    font-style: normal;
}

.txt-inherit {
    font-style: inherit;
}

.txt-initial {
    font-style: initial;
}

.txt-unset {
    font-style: unset;
}

.txt-capitalize {
    text-transform: capitalize;
}

.txt-uppercase,
.widget_video-carousel-widget .owl-carousel .owl-nav>div,
.gss-testimonial-shortcode .owl-carousel .owl-nav>div,
.countdown>span,
.su-lightbox-content .optin-wrap .optin-form input[type="submit"],
.genesis-nav-menu a,
.menu-footer,
.after-header,
.home-middle .widget_featured-post .entry .entry-header .entry-title,
.home-middle .widget_featured-post .entry .entry-content .more-link,
.home-bottom .widget .widgettitle,
.home-bottom .widget:first-child .no-slide .testimonial-author,
.home-bottom .widget:first-child .gss-featured-testimonial .testimonial-author,
.home-bottom .widget:last-child .widgettitle,
.before-footer .before-footer-2,
.sidebar .widgettitle,
.sidebar .widget_wds_testimonial .testimonial-author,
.single .content .entry .more-link,
.archive .content .entry .more-link,
.blog .content .entry .more-link,
.single .content .entry .entry-header .entry-title,
.archive .content .entry .entry-header .entry-title,
.blog .content .entry .entry-header .entry-title,
.testimonial-section .gss-testimonial-shortcode .testimonial-author span,
.contact-page .ninja-forms-form label,
.clients-page .entry .gss-testimonial-shortcode .testimonial-author span,
.webinar-page .site-inner .entry .section-1 .panel-body .countdown>span,
.webinar-page .site-inner .entry .section-2 .gss-testimonial-shortcode .testimonial-author span {
    text-transform: uppercase;
}

.txt-lowercase {
    text-transform: lowercase;
}

.txt-none {
    text-transform: none;
}

.txt-full-width {
    text-transform: full-width;
}

.bg-white {
    background-color: #fff;
}

.bg-light-blue {
    background-color: #23B0E2;
}

.bg-medium-blue {
    background-color: #305060;
}

.bg-dark-blue {
    background-color: #012A44;
}

.bg-orange {
    background-color: #ffb70d;
}

.bg-light-gray {
    background-color: #eaeaea;
}

.bg-medium-gray {
    background-color: #8c9293;
}

.bg-default {
    background-color: #44a3d3;
}

.bg-black {
    background-color: #333;
}

.btn-white {
    background-color: #fff;
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border-width: 2px;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    background-color: #e6e6e6;
    border-color: #cccccc;
}

.btn-white.btn-ghost,
.home-middle .widget_featured-post .entry .entry-content .btn-white.more-link,
.contact-page .ninja-forms-form input.btn-white[type="submit"] {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-color: #fff;
}

.btn-white.btn-ghost:hover,
.home-middle .widget_featured-post .entry .entry-content .btn-white.more-link:hover,
.contact-page .ninja-forms-form input.btn-white[type="submit"]:hover,
.btn-white.btn-ghost:focus,
.home-middle .widget_featured-post .entry .entry-content .btn-white.more-link:focus,
.contact-page .ninja-forms-form input.btn-white[type="submit"]:focus,
.btn-white.btn-ghost:active,
.home-middle .widget_featured-post .entry .entry-content .btn-white.more-link:active,
.contact-page .ninja-forms-form input.btn-white[type="submit"]:active {
    background-color: rgba(230, 230, 230, 0);
    border-color: #cccccc;
}

.btn-white.btn-ghost:hover,
.home-middle .widget_featured-post .entry .entry-content .btn-white.more-link:hover,
.contact-page .ninja-forms-form input.btn-white[type="submit"]:hover {
    background-color: #fff;
    color: #fff;
    border-color: #fff;
}

.btn-white-hover:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #fff !important;
}

.btn-light-blue {
    background-color: #23B0E2;
    color: #000;
    background-color: #23B0E2;
    border-color: #23B0E2;
    border-width: 2px;
}

.btn-light-blue:hover,
.btn-light-blue:focus,
.btn-light-blue:active {
    background-color: #188fba;
    border-color: #136d8c;
}

.btn-light-blue.btn-ghost,
.home-middle .widget_featured-post .entry .entry-content .btn-light-blue.more-link,
.contact-page .ninja-forms-form input.btn-light-blue[type="submit"] {
    color: #23B0E2;
    background-color: rgba(35, 176, 226, 0);
    border-color: #23B0E2;
}

.btn-light-blue.btn-ghost:hover,
.home-middle .widget_featured-post .entry .entry-content .btn-light-blue.more-link:hover,
.contact-page .ninja-forms-form input.btn-light-blue[type="submit"]:hover,
.btn-light-blue.btn-ghost:focus,
.home-middle .widget_featured-post .entry .entry-content .btn-light-blue.more-link:focus,
.contact-page .ninja-forms-form input.btn-light-blue[type="submit"]:focus,
.btn-light-blue.btn-ghost:active,
.home-middle .widget_featured-post .entry .entry-content .btn-light-blue.more-link:active,
.contact-page .ninja-forms-form input.btn-light-blue[type="submit"]:active {
    background-color: rgba(24, 143, 186, 0);
    border-color: #136d8c;
}

.btn-light-blue.btn-ghost:hover,
.home-middle .widget_featured-post .entry .entry-content .btn-light-blue.more-link:hover,
.contact-page .ninja-forms-form input.btn-light-blue[type="submit"]:hover {
    background-color: #23B0E2;
    color: #fff;
    border-color: #23B0E2;
}

.btn-light-blue-hover:hover {
    background-color: #23B0E2 !important;
    border-color: #23B0E2 !important;
    color: #fff !important;
}

.btn-medium-blue {
    background-color: #305060;
    color: #fff;
    background-color: #305060;
    border-color: #305060;
    border-width: 2px;
}

.btn-medium-blue:hover,
.btn-medium-blue:focus,
.btn-medium-blue:active {
    background-color: #1f343e;
    border-color: #0e171c;
}

.btn-medium-blue.btn-ghost,
.home-middle .widget_featured-post .entry .entry-content .btn-medium-blue.more-link,
.contact-page .ninja-forms-form input.btn-medium-blue[type="submit"] {
    color: #305060;
    background-color: rgba(48, 80, 96, 0);
    border-color: #305060;
}

.btn-medium-blue.btn-ghost:hover,
.home-middle .widget_featured-post .entry .entry-content .btn-medium-blue.more-link:hover,
.contact-page .ninja-forms-form input.btn-medium-blue[type="submit"]:hover,
.btn-medium-blue.btn-ghost:focus,
.home-middle .widget_featured-post .entry .entry-content .btn-medium-blue.more-link:focus,
.contact-page .ninja-forms-form input.btn-medium-blue[type="submit"]:focus,
.btn-medium-blue.btn-ghost:active,
.home-middle .widget_featured-post .entry .entry-content .btn-medium-blue.more-link:active,
.contact-page .ninja-forms-form input.btn-medium-blue[type="submit"]:active {
    background-color: rgba(31, 52, 62, 0);
    border-color: #0e171c;
}

.btn-medium-blue.btn-ghost:hover,
.home-middle .widget_featured-post .entry .entry-content .btn-medium-blue.more-link:hover,
.contact-page .ninja-forms-form input.btn-medium-blue[type="submit"]:hover {
    background-color: #305060;
    color: #fff;
    border-color: #305060;
}

.btn-medium-blue-hover:hover {
    background-color: #305060 !important;
    border-color: #305060 !important;
    color: #fff !important;
}

.btn-dark-blue {
    background-color: #012A44;
    color: #fff;
    background-color: #012A44;
    border-color: #012A44;
    border-width: 2px;
}

.btn-dark-blue:hover,
.btn-dark-blue:focus,
.btn-dark-blue:active {
    background-color: #000b12;
    border-color: black;
}

.btn-dark-blue.btn-ghost,
.home-middle .widget_featured-post .entry .entry-content .btn-dark-blue.more-link,
.contact-page .ninja-forms-form input.btn-dark-blue[type="submit"] {
    color: #012A44;
    background-color: rgba(1, 42, 68, 0);
    border-color: #012A44;
}

.btn-dark-blue.btn-ghost:hover,
.home-middle .widget_featured-post .entry .entry-content .btn-dark-blue.more-link:hover,
.contact-page .ninja-forms-form input.btn-dark-blue[type="submit"]:hover,
.btn-dark-blue.btn-ghost:focus,
.home-middle .widget_featured-post .entry .entry-content .btn-dark-blue.more-link:focus,
.contact-page .ninja-forms-form input.btn-dark-blue[type="submit"]:focus,
.btn-dark-blue.btn-ghost:active,
.home-middle .widget_featured-post .entry .entry-content .btn-dark-blue.more-link:active,
.contact-page .ninja-forms-form input.btn-dark-blue[type="submit"]:active {
    background-color: rgba(0, 11, 18, 0);
    border-color: black;
}

.btn-dark-blue.btn-ghost:hover,
.home-middle .widget_featured-post .entry .entry-content .btn-dark-blue.more-link:hover,
.contact-page .ninja-forms-form input.btn-dark-blue[type="submit"]:hover {
    background-color: #012A44;
    color: #fff;
    border-color: #012A44;
}

.btn-dark-blue-hover:hover {
    background-color: #012A44 !important;
    border-color: #012A44 !important;
    color: #fff !important;
}

.btn-orange {
    background-color: #ffb70d;
    color: #000;
    background-color: #ffb70d;
    border-color: #ffb70d;
    border-width: 2px;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
    background-color: #d99800;
    border-color: #a67500;
}

.btn-orange.btn-ghost,
.home-middle .widget_featured-post .entry .entry-content .btn-orange.more-link,
.contact-page .ninja-forms-form input.btn-orange[type="submit"] {
    color: #ffb70d;
    background-color: rgba(255, 183, 13, 0);
    border-color: #ffb70d;
}

.btn-orange.btn-ghost:hover,
.home-middle .widget_featured-post .entry .entry-content .btn-orange.more-link:hover,
.contact-page .ninja-forms-form input.btn-orange[type="submit"]:hover,
.btn-orange.btn-ghost:focus,
.home-middle .widget_featured-post .entry .entry-content .btn-orange.more-link:focus,
.contact-page .ninja-forms-form input.btn-orange[type="submit"]:focus,
.btn-orange.btn-ghost:active,
.home-middle .widget_featured-post .entry .entry-content .btn-orange.more-link:active,
.contact-page .ninja-forms-form input.btn-orange[type="submit"]:active {
    background-color: rgba(217, 152, 0, 0);
    border-color: #a67500;
}

.btn-orange.btn-ghost:hover,
.home-middle .widget_featured-post .entry .entry-content .btn-orange.more-link:hover,
.contact-page .ninja-forms-form input.btn-orange[type="submit"]:hover {
    background-color: #ffb70d;
    color: #fff;
    border-color: #ffb70d;
}

.btn-orange-hover:hover {
    background-color: #ffb70d !important;
    border-color: #ffb70d !important;
    color: #fff !important;
}

.btn-light-gray {
    background-color: #eaeaea;
    color: #000;
    background-color: #eaeaea;
    border-color: #eaeaea;
    border-width: 2px;
}

.btn-light-gray:hover,
.btn-light-gray:focus,
.btn-light-gray:active {
    background-color: #d1d1d1;
    border-color: #b7b7b7;
}

.btn-light-gray.btn-ghost,
.home-middle .widget_featured-post .entry .entry-content .btn-light-gray.more-link,
.contact-page .ninja-forms-form input.btn-light-gray[type="submit"] {
    color: #eaeaea;
    background-color: rgba(234, 234, 234, 0);
    border-color: #eaeaea;
}

.btn-light-gray.btn-ghost:hover,
.home-middle .widget_featured-post .entry .entry-content .btn-light-gray.more-link:hover,
.contact-page .ninja-forms-form input.btn-light-gray[type="submit"]:hover,
.btn-light-gray.btn-ghost:focus,
.home-middle .widget_featured-post .entry .entry-content .btn-light-gray.more-link:focus,
.contact-page .ninja-forms-form input.btn-light-gray[type="submit"]:focus,
.btn-light-gray.btn-ghost:active,
.home-middle .widget_featured-post .entry .entry-content .btn-light-gray.more-link:active,
.contact-page .ninja-forms-form input.btn-light-gray[type="submit"]:active {
    background-color: rgba(209, 209, 209, 0);
    border-color: #b7b7b7;
}

.btn-light-gray.btn-ghost:hover,
.home-middle .widget_featured-post .entry .entry-content .btn-light-gray.more-link:hover,
.contact-page .ninja-forms-form input.btn-light-gray[type="submit"]:hover {
    background-color: #eaeaea;
    color: #fff;
    border-color: #eaeaea;
}

.btn-light-gray-hover:hover {
    background-color: #eaeaea !important;
    border-color: #eaeaea !important;
    color: #fff !important;
}

.btn-medium-gray {
    background-color: #8c9293;
    color: #000;
    background-color: #8c9293;
    border-color: #8c9293;
    border-width: 2px;
}

.btn-medium-gray:hover,
.btn-medium-gray:focus,
.btn-medium-gray:active {
    background-color: #72797a;
    border-color: #5a5f5f;
}

.btn-medium-gray.btn-ghost,
.home-middle .widget_featured-post .entry .entry-content .btn-medium-gray.more-link,
.contact-page .ninja-forms-form input.btn-medium-gray[type="submit"] {
    color: #8c9293;
    background-color: rgba(140, 146, 147, 0);
    border-color: #8c9293;
}

.btn-medium-gray.btn-ghost:hover,
.home-middle .widget_featured-post .entry .entry-content .btn-medium-gray.more-link:hover,
.contact-page .ninja-forms-form input.btn-medium-gray[type="submit"]:hover,
.btn-medium-gray.btn-ghost:focus,
.home-middle .widget_featured-post .entry .entry-content .btn-medium-gray.more-link:focus,
.contact-page .ninja-forms-form input.btn-medium-gray[type="submit"]:focus,
.btn-medium-gray.btn-ghost:active,
.home-middle .widget_featured-post .entry .entry-content .btn-medium-gray.more-link:active,
.contact-page .ninja-forms-form input.btn-medium-gray[type="submit"]:active {
    background-color: rgba(114, 121, 122, 0);
    border-color: #5a5f5f;
}

.btn-medium-gray.btn-ghost:hover,
.home-middle .widget_featured-post .entry .entry-content .btn-medium-gray.more-link:hover,
.contact-page .ninja-forms-form input.btn-medium-gray[type="submit"]:hover {
    background-color: #8c9293;
    color: #fff;
    border-color: #8c9293;
}

.btn-medium-gray-hover:hover {
    background-color: #8c9293 !important;
    border-color: #8c9293 !important;
    color: #fff !important;
}

.btn-default,
.widget_video-carousel-widget .owl-carousel .owl-nav>div,
.gss-testimonial-shortcode .owl-carousel .owl-nav>div,
.su-lightbox-content .optin-wrap .optin-form input[type="submit"],
.home-middle .widget_featured-post .entry .entry-content .more-link,
.contact-page .ninja-forms-form input[type="submit"] {
    background-color: #44a3d3;
    color: #000;
    background-color: #44a3d3;
    border-color: #44a3d3;
    border-width: 2px;
}

.btn-default:hover,
.widget_video-carousel-widget .owl-carousel .owl-nav>div:hover,
.gss-testimonial-shortcode .owl-carousel .owl-nav>div:hover,
.su-lightbox-content .optin-wrap .optin-form input[type="submit"]:hover,
.home-middle .widget_featured-post .entry .entry-content .more-link:hover,
.contact-page .ninja-forms-form input[type="submit"]:hover,
.btn-default:focus,
.widget_video-carousel-widget .owl-carousel .owl-nav>div:focus,
.gss-testimonial-shortcode .owl-carousel .owl-nav>div:focus,
.su-lightbox-content .optin-wrap .optin-form input[type="submit"]:focus,
.home-middle .widget_featured-post .entry .entry-content .more-link:focus,
.contact-page .ninja-forms-form input[type="submit"]:focus,
.btn-default:active,
.widget_video-carousel-widget .owl-carousel .owl-nav>div:active,
.gss-testimonial-shortcode .owl-carousel .owl-nav>div:active,
.su-lightbox-content .optin-wrap .optin-form input[type="submit"]:active,
.home-middle .widget_featured-post .entry .entry-content .more-link:active,
.contact-page .ninja-forms-form input[type="submit"]:active {
    background-color: #2b89b9;
    border-color: #226b8f;
}

.btn-default.btn-ghost,
.widget_video-carousel-widget .owl-carousel .owl-nav>div.btn-ghost,
.gss-testimonial-shortcode .owl-carousel .owl-nav>div.btn-ghost,
.su-lightbox-content .optin-wrap .optin-form input.btn-ghost[type="submit"],
.su-lightbox-content .optin-wrap .optin-form .contact-page .ninja-forms-form input[type="submit"],
.contact-page .ninja-forms-form .su-lightbox-content .optin-wrap .optin-form input[type="submit"],
.home-middle .widget_featured-post .entry .entry-content .more-link,
.contact-page .ninja-forms-form input[type="submit"] {
    color: #44a3d3;
    background-color: rgba(68, 163, 211, 0);
    border-color: #44a3d3;
}

.btn-default.btn-ghost:hover,
.widget_video-carousel-widget .owl-carousel .owl-nav>div.btn-ghost:hover,
.gss-testimonial-shortcode .owl-carousel .owl-nav>div.btn-ghost:hover,
.su-lightbox-content .optin-wrap .optin-form input.btn-ghost[type="submit"]:hover,
.home-middle .widget_featured-post .entry .entry-content .more-link:hover,
.contact-page .ninja-forms-form input[type="submit"]:hover,
.btn-default.btn-ghost:focus,
.widget_video-carousel-widget .owl-carousel .owl-nav>div.btn-ghost:focus,
.gss-testimonial-shortcode .owl-carousel .owl-nav>div.btn-ghost:focus,
.su-lightbox-content .optin-wrap .optin-form input.btn-ghost[type="submit"]:focus,
.home-middle .widget_featured-post .entry .entry-content .more-link:focus,
.contact-page .ninja-forms-form input[type="submit"]:focus,
.btn-default.btn-ghost:active,
.widget_video-carousel-widget .owl-carousel .owl-nav>div.btn-ghost:active,
.gss-testimonial-shortcode .owl-carousel .owl-nav>div.btn-ghost:active,
.su-lightbox-content .optin-wrap .optin-form input.btn-ghost[type="submit"]:active,
.home-middle .widget_featured-post .entry .entry-content .more-link:active,
.contact-page .ninja-forms-form input[type="submit"]:active {
    background-color: rgba(43, 137, 185, 0);
    border-color: #226b8f;
}

.btn-default.btn-ghost:hover,
.widget_video-carousel-widget .owl-carousel .owl-nav>div.btn-ghost:hover,
.gss-testimonial-shortcode .owl-carousel .owl-nav>div.btn-ghost:hover,
.su-lightbox-content .optin-wrap .optin-form input.btn-ghost[type="submit"]:hover,
.home-middle .widget_featured-post .entry .entry-content .more-link:hover,
.contact-page .ninja-forms-form input[type="submit"]:hover {
    background-color: #44a3d3;
    color: #fff;
    border-color: #44a3d3;
}

.btn-default-hover:hover {
    background-color: #44a3d3 !important;
    border-color: #44a3d3 !important;
    color: #fff !important;
}

.btn-black {
    background-color: #333;
    color: #fff;
    background-color: #333;
    border-color: #333;
    border-width: 2px;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active {
    background-color: #1a1a1a;
    border-color: black;
}

.btn-black.btn-ghost,
.home-middle .widget_featured-post .entry .entry-content .btn-black.more-link,
.contact-page .ninja-forms-form input.btn-black[type="submit"] {
    color: #333;
    background-color: rgba(51, 51, 51, 0);
    border-color: #333;
}

.btn-black.btn-ghost:hover,
.home-middle .widget_featured-post .entry .entry-content .btn-black.more-link:hover,
.contact-page .ninja-forms-form input.btn-black[type="submit"]:hover,
.btn-black.btn-ghost:focus,
.home-middle .widget_featured-post .entry .entry-content .btn-black.more-link:focus,
.contact-page .ninja-forms-form input.btn-black[type="submit"]:focus,
.btn-black.btn-ghost:active,
.home-middle .widget_featured-post .entry .entry-content .btn-black.more-link:active,
.contact-page .ninja-forms-form input.btn-black[type="submit"]:active {
    background-color: rgba(26, 26, 26, 0);
    border-color: black;
}

.btn-black.btn-ghost:hover,
.home-middle .widget_featured-post .entry .entry-content .btn-black.more-link:hover,
.contact-page .ninja-forms-form input.btn-black[type="submit"]:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.btn-black-hover:hover {
    background-color: #333 !important;
    border-color: #333 !important;
    color: #fff !important;
}

.txt-center,
.menu-footer,
.testimonial-section .gss-testimonial-shortcode .testimonial-author span,
.clients-page .entry .gss-testimonial-shortcode .testimonial-author span,
.webinar-page .site-inner .entry .section-2 .gss-testimonial-shortcode .testimonial-author span {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-inherit {
    text-align: inherit;
}

.txt-italic,
.single .content .entry .entry-header .entry-meta,
.archive .content .entry .entry-header .entry-meta,
.blog .content .entry .entry-header .entry-meta {
    font-style: italic;
}

.txt-oblique {
    font-style: oblique;
}

.txt-unset {
    font-style: unset;
}

.btn-wide,
.su-lightbox-content .optin-wrap .optin-form input[type="submit"] {
    width: 100%;
    display: block;
}

.txt-inline {
    display: inline;
}

.txt-inline-block {
    display: inline-block;
}

.txt-block {
    display: block;
}


/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/


/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/


/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: 0 0;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #333;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */


/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%;
    /* 10px browser default */
}


/* Chrome fix */

body>div {
    font-size: 16px;
    font-size: 1.6rem;
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #f5f5f5;
    color: #848484;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 1.625;
    margin: 0;
    overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    transition: all 0.1s ease-in-out;
}

a {
    color: #44a3d3;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #333;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0 0 20px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    clear: both;
    margin: 1em 0;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}


/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto;
}


/* ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
    border: 1px solid #999;
}


/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #e8e8e8;
    border: 1px solid rgba(49, 50, 51, 0);
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    padding: 10px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid rgba(49, 50, 51, 0);
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #333;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #333;
    font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    padding: 16px 24px;
    text-transform: uppercase;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
    background-color: #44a3d3;
    color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
    color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
    background-color: #44a3d3;
    color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
    background-color: #fff;
    color: #333;
}

.button {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}


/* ## Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

th {
    font-weight: 400;
}


/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000;
    /* Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
    position: relative;
}

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    margin: 0;
    width: 100%;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */


/* ## Site Containers
--------------------------------------------- */

.site-container {
    overflow-x: hidden;
}

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 90.625%;
}

.site-inner {
    clear: both;
    padding-top: 40px;
}

.home .site-inner {
    padding-top: 0;
}


/* ## Column Widths and Positions
--------------------------------------------- */


/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    position: relative;
    min-height: 1px;
}


/* ### Content */

.content {
    position: relative;
    min-height: 1px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    position: relative;
    min-height: 1px;
}

.full-width-content .content {
    width: 100%;
}


/* ### Primary Sidebar */

.sidebar-primary {
    position: relative;
    min-height: 1px;
}


/* ### Secondary Sidebar */

.sidebar-secondary {
    position: relative;
    min-height: 1px;
}

.content-sidebar-sidebar .sidebar-secondary {
    clear: none;
    position: relative;
    min-height: 1px;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */


/* ## Avatar
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 20px;
}

.alignright .avatar {
    margin-left: 20px;
}

.comment .avatar {
    margin: 0 10px 20px 0;
}


/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 20px;
}

.archive-description,
.author-box {
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

.author-box-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 4px;
}


/* ## Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.site-header .search-form {
    float: right;
    margin-top: 12px;
    width: 50%;
}

.entry-content .search-form {
    width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search .search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}


/* ## Titles
--------------------------------------------- */

.archive-title {
    font-size: 20px;
    font-size: 2rem;
}

.archive-title a {
    color: #333;
}

.archive-title a:hover,
.archive-title a:focus {
    color: #44a3d3;
}

.entry-title {
    font-size: 36px;
    font-size: 3.6rem;
}

.sidebar .widget-title a {
    color: #333;
}

.widget-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.footer-widgets .widget-title {
    color: #fff;
}


/* ## WordPress
--------------------------------------------- */

a img {
    vertical-align: bottom;
}

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

img.alignnone,
.alignnone {
    margin-bottom: 10px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 20px 20px;
}

.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.entry-content .wp-audio-s,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 20px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
}

.widget ol>li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}


/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 20px;
    padding: 0 0 24px;
}

.footer-widgets .entry {
    border-bottom: 1px dotted #999;
}

.featured-content .entry-title {
    font-size: 20px;
    font-size: 2rem;
}


/* ## Search Form
--------------------------------------------- */


/* ## Image Carousel
-------------------------------------------- */

.widget_image-carousel-widget .owl-carousel .owl-item>div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.widget_image-carousel-widget .owl-carousel .owl-item img {
    width: auto !important;
    margin: 0 auto;
}

.widget_image-carousel-widget .owl-carousel .owl-nav {
    position: absolute;
    left: auto;
    top: 50%;
    margin-top: -24px;
    width: 100%;
}

.widget_image-carousel-widget .owl-carousel .owl-nav>div {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}

.widget_image-carousel-widget .owl-carousel .owl-nav>div.owl-next {
    left: auto;
    right: 0;
}

.widget_image-carousel-widget .owl-carousel .owl-dots {
    text-align: center;
}

.widget_image-carousel-widget .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.widget_image-carousel-widget .owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    background: #848484;
    border-radius: 50%;
}

.widget_image-carousel-widget .owl-carousel .owl-dots .owl-dot.active span {
    background: #44a3d3;
}


/* ## Image Carousel
-------------------------------------------- */

.widget_wds_testimonial .owl-carousel .owl-dots {
    text-align: center;
}

.widget_wds_testimonial .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 4px;
}

.widget_wds_testimonial .owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #908c72;
    border-radius: 50%;
}

.widget_wds_testimonial .owl-carousel .owl-dots .owl-dot.active span {
    background-color: #908c72;
}

.widget_wds_testimonial .owl-carousel .owl-item img {
    width: auto !important;
}


/* ## Simple Social Icons
-------------------------------------------- */

.simple-social-icons ul li {
    margin: 0 !important;
}


/* ## Ninja Forms
-------------------------------------------- */

.ninja-forms-cont .ninja-forms-required-items {
    display: none;
}


/* ## Video Carousel
-------------------------------------------- */

.widget_video-carousel-widget .owl-carousel .owl-dots {
    margin-top: 45px;
    text-align: center;
}

.widget_video-carousel-widget .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 4px;
}

.widget_video-carousel-widget .owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #908c72;
    border-radius: 50%;
}

.widget_video-carousel-widget .owl-carousel .owl-dots .owl-dot.active span {
    background-color: #908c72;
}

.widget_video-carousel-widget .owl-carousel .owl-nav {
    text-align: center;
}

.widget_video-carousel-widget .owl-carousel .owl-nav>div {
    display: inline-block;
    color: #fff;
    margin: 0 4px 20px;
    padding: 5px 10px;
}

.widget_video-carousel-widget .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.widget_video-carousel-widget .owl-carousel .owl-video-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: scale 100ms ease;
    background-image: url(../images/sprites.png);
    background-position: 0px 0px;
    width: 128px;
    height: 83px;
    margin-left: -64px;
    margin-top: -41.5px;
}

.widget_video-carousel-widget .owl-carousel .owl-video-play-icon:hover {
    transition: scale(1.3, 1.3);
}

.widget_video-carousel-widget .owl-carousel .owl-video-playing .owl-video-tn,
.widget_video-carousel-widget .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.widget_video-carousel-widget .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity, 400ms, ease;
}

.widget_video-carousel-widget .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.widget_wds_image .imagewidget img {
    vertical-align: bottom;
}

.widget_wds_image img {
    margin-bottom: 0;
}


/* ## Image Carousel
-------------------------------------------- */

.gss-testimonial-shortcode {
    /* No Js */
    /* 
	 * 	Owl Carousel - Lazy Load Plugin
	 */
}

.gss-testimonial-shortcode .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.gss-testimonial-shortcode .owl-carousel .owl-dots {
    text-align: center;
}

.gss-testimonial-shortcode .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 4px;
}

.gss-testimonial-shortcode .owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #908c72;
    border-radius: 50%;
}

.gss-testimonial-shortcode .owl-carousel .owl-dots .owl-dot.active span {
    background-color: #908c72;
}

.gss-testimonial-shortcode .owl-carousel .owl-nav {
    text-align: center;
}

.gss-testimonial-shortcode .owl-carousel .owl-nav>div {
    display: inline-block;
    color: #fff;
    margin: 0 4px 20px;
    padding: 5px 10px;
}

.gss-testimonial-shortcode .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.gss-testimonial-shortcode .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.gss-testimonial-shortcode .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.gss-testimonial-shortcode .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.gss-testimonial-shortcode .owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
}

.gss-testimonial-shortcode .owl-carousel .owl-nav.disabled,
.gss-testimonial-shortcode .owl-carousel .owl-dots.disabled {
    display: none;
}

.gss-testimonial-shortcode .owl-carousel .owl-nav .owl-prev,
.gss-testimonial-shortcode .owl-carousel .owl-nav .owl-next,
.gss-testimonial-shortcode .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gss-testimonial-shortcode .owl-carousel.owl-loaded {
    display: block;
}

.gss-testimonial-shortcode .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.gss-testimonial-shortcode .owl-carousel.owl-hidden {
    opacity: 0;
}

.gss-testimonial-shortcode .owl-carousel.owl-refresh .owl-item {
    display: none;
}

.gss-testimonial-shortcode .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gss-testimonial-shortcode .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.gss-testimonial-shortcode .owl-carousel.owl-rtl {
    direction: rtl;
}

.gss-testimonial-shortcode .owl-carousel.owl-rtl .owl-item {
    float: right;
}

.gss-testimonial-shortcode .no-js .owl-carousel {
    display: block;
}

.gss-testimonial-shortcode .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.gss-testimonial-shortcode .owl-carousel .owl-item img {
    width: auto;
    transform-style: preserve-3d;
}


/* ## Countdown
-------------------------------------------- */

.countdown {
    text-align: center;
}

.countdown>span {
    display: inline-block;
}

.countdown>span>span {
    display: block;
}

.countdown>span {
    text-align: center;
    color: #828282;
    font-size: 11px;
    line-height: 1.2;
}

.countdown>span>span {
    background: #313233;
    padding: 24px 14px;
    font-size: 39px;
    line-height: 1;
    color: #fff;
}

.faq {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
}

.faq .su-spoiler {
    margin-bottom: 20px;
}

.faq .su-spoiler .su-spoiler-title {
    font-size: 18px;
    font-size: 1.8rem;
    color: #313233;
    padding-left: 55px;
}

.faq .su-spoiler .su-spoiler-title .su-spoiler-icon {
    font-size: 30px;
    font-size: 3rem;
    color: #44a3d3;
}

.faq .su-spoiler .su-spoiler-title .su-spoiler-icon:before {
    content: '\f0d7';
}

.faq .su-spoiler .su-spoiler-content {
    color: #848484;
}

.faq .su-spoiler.su-spoiler-closed .su-spoiler-title .su-spoiler-icon:before {
    content: '\f0da';
}

.mfp-close {
    right: -18.5px !important;
    top: -18.5px !important;
    opacity: 1;
}

.mfp-iframe-holder .mfp-close {
    right: -18.5px !important;
    top: -18.5px !important;
}

.mfp-close:before {
    content: ' ';
    background-image: url(../images/sprites.png);
    background-position: -128px 0px;
    width: 37px;
    height: 37px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18.5px;
}

.su-lightbox-content .optin-wrap {
    *zoom: 1;
    border: 1px solid #44a3d3;
}

.su-lightbox-content .optin-wrap:before,
.su-lightbox-content .optin-wrap:after {
    content: "";
    display: table;
}

.su-lightbox-content .optin-wrap:after {
    clear: both;
}

.su-lightbox-content .optin-wrap .box {
    float: left;
}

.su-lightbox-content .optin-wrap .optin-form input[type="text"],
.su-lightbox-content .optin-wrap .optin-form input[type="email"] {
    height: 70px;
    margin-bottom: 15px;
    background-color: #efefef;
}

.su-lightbox-content .optin-wrap .optin-form input[type="submit"] {
    padding: 30px;
}

.txt-privacy {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-top: 10px;
}

.txt-privacy:before {
    content: ' ';
    background-image: url(../images/sprites.png);
    background-position: -128px -37px;
    width: 22px;
    height: 31px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15.5px;
    line-height: 31px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */


/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
    color: #fff;
}

.sidebar .widget.enews-widget {
    background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
    border: 1px solid #333;
}

.enews-widget input {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    background-color: #44a3d3;
    color: #fff;
    margin: 0;
    width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"] {
    background-color: #fff;
    color: #333;
}

.enews form+p {
    margin-top: 24px;
}


/* ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}


/* ## Recent Posts Widget
--------------------------------------------- */

.widget_recent_entries li a {
    display: block;
}

.widget_recent_entries li span {
    font-size: 14px;
    font-size: 1.4rem;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
    min-height: 160px;
    width: 100%;
    z-index: 1;
}

.site-header .wrap {
    padding: 40px 0;
}


/* ## Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 10px 0;
    position: relative;
    min-height: 1px;
}

.site-title {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
    color: #333;
}

.header-image .site-title>a {
    background: url(images/logo.png) no-repeat left;
    float: left;
    min-height: 60px;
    width: 100%;
}

.site-description {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
}


/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    font-size: 0;
    clear: both;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu .menu-item.right {
    position: relative;
}

.genesis-nav-menu a {
    color: #333;
    letter-spacing: 1.7px;
    text-decoration: none;
    display: block;
    padding: 14px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus {
    color: #44a3d3;
    text-decoration: none;
    background: rgba(60, 59, 59, 0.5);
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 20px;
    position: relative;
    width: 200px;
    word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: relative;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu>.first>a,
.content-sidebar-sidebar .genesis-nav-menu>.content-sidebar-wrap>a,
.contact-page .ninja-forms-form .genesis-nav-menu>.field-wrap.fname-wrap>a {
    padding-left: 0;
}

.genesis-nav-menu>.last>a {
    padding-right: 0;
}

.genesis-nav-menu>.right {
    color: #fff;
    float: right;
    list-style-type: none;
    padding: 30px 0;
}

.genesis-nav-menu>.right>a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu>.rss>a {
    margin-left: 48px;
}

.genesis-nav-menu>.search {
    padding: 10px 0 0;
}


/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
    left: auto;
    opacity: 1;
}


/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
    border-top: 1px solid #ddd;
}

.site-header .sub-menu .sub-menu {
    margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}


/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #3C3B3B;
}

.nav-primary .genesis-nav-menu a {
    color: #fff;
    text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item>a {
    color: #fff;
    text-decoration: none;
}

.nav-primary .genesis-nav-menu .sub-menu a {
    color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item>a {
    color: #44a3d3;
    text-decoration: none;
}


/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    background-color: #fff;
}


/* ## Footer Navigation
--------------------------------------------- */

.menu-footer {
    font-size: 0;
}

.menu-footer .menu-item {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
}

.menu-footer .menu-item a {
    line-height: 1;
    padding: 0 10px;
    display: block;
    color: #313233;
}

.menu-footer .menu-item a:hover {
    color: #44a3d3;
}


/** ## Mobile Menu Buttons
--------------------------------------------- */

.menu-toggle,
.sub-menu-toggle {
    background-color: transparent !important;
    color: #fff;
    display: block;
}

.menu-toggle:hover,
.menu-toggle:focus,
.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
    border-width: 0px;
    background-color: rbga(#000, 0) !important;
    color: #44a3d3;
    outline: none;
}

.menu-toggle {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1;
    padding: 0;
    position: absolute;
    top: -3px;
    right: 0;
}

.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
    color: #fff;
}

.sub-menu-toggle {
    margin-top: -1px;
    padding: 20px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
}

.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
    border-width: 0px;
}

.nav-footer {
    padding: 0;
}

.nav-footer .genesis-nav-menu {
    text-align: center;
}

.nav-footer .genesis-nav-menu a {
    padding: 30px 10px;
    color: #313233;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
}

.nav-footer .genesis-nav-menu a:hover {
    background: none;
    color: #44a3d3;
}

.nav-footer .genesis-nav-menu .menu-item>.sub-menu {
    bottom: 100%;
}

.nav-footer .genesis-nav-menu .menu-item:hover>.sub-menu {
    bottom: 100%;
}

.nav-footer .genesis-nav-menu .menu-item.current-menu-item a,
.nav-footer .genesis-nav-menu .menu-item.current_page_item a {
    background: none;
    color: #44a3d3;
}

.nav-footer .genesis-nav-menu .sub-menu {
    border-top: 1px solid #ddd;
}

.nav-footer .genesis-nav-menu .sub-menu a {
    padding: 20px;
    background: #fff;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */


/* ## Entries
--------------------------------------------- */

.entry {
    margin-bottom: 20px;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 10px;
    margin-left: 20px;
}

.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content ol>li {
    list-style-type: decimal;
}

.entry-content ul>li {
    list-style-type: disc;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}


/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 20px;
}

.entry-footer .entry-meta {
    padding-top: 20px;
}

.entry-categories,
.entry-tags {
    display: block;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}


/* ## Pagination
--------------------------------------------- */

.pagination {
    margin-bottom: 23px;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination {
    font-size: 0;
}

.archive-pagination li {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    margin-right: 7px;
}

.archive-pagination li a {
    font-size: 16px;
    font-size: 1.6rem;
    background-color: rgba(49, 50, 51, 0);
    border: 1px solid #848484;
    color: #848484;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 14px 16px;
    text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus {
    background-color: #44a3d3;
    border-color: #44a3d3;
    color: #fff;
    text-decoration: none;
}

.archive-pagination li.active a {
    background-color: #44a3d3;
    border-color: #44a3d3;
    color: #fff;
    text-decoration: none;
}


/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    margin-bottom: 20px;
}

.comment-header {
    font-size: 16px;
    font-size: 1.6rem;
}

li.comment {
    background-color: #f5f5f5;
}

.comment-content {
    clear: both;
    word-wrap: break-word;
}

.comment-list li {
    margin-top: 24px;
    padding: 20px;
}

.comment-list li li {
    margin-right: -20px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 15px;
    font-size: 1.5rem;
}

.sidebar li {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul>li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    margin-bottom: 20px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #333;
    clear: both;
    padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
    color: #aaa;
}

.footer-widgets input {
    border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
    color: #fff;
}

.footer-widgets li {
    border-bottom: 1px dotted #999;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.footer-widgets .widget {
    margin-bottom: 40px;
}

.footer-widgets p:last-child {
    margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    position: relative;
    min-height: 1px;
}

.footer-widgets-1 {
    margin-left: 0 !important;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #fff;
    color: #a0a0a0;
    line-height: 1;
    padding: 20px 0;
    text-align: center;
}

.site-footer p {
    margin-bottom: 0;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}


/* Display outline on focus */

:focus {
    color: #333;
    outline: #ccc solid 1px;
}


/* # Theme Specific Stylesheet
---------------------------------------------------------------------------------------------------- */

.list-white {
    position: relative;
    padding-left: 40px;
}

.list-white:before {
    content: '';
    background-image: url(../images/sprites.png);
    background-position: -128px -68px;
    width: 21px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 9.5px;
}

.list-black {
    position: relative;
    padding-left: 40px;
}

.list-black:before {
    content: '';
    background-image: url(../images/sprites.png);
    background-position: -128px -68px;
    width: 21px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 9.5px;
}

.list-white {
    position: relative;
    padding-left: 40px;
}

.list-white:before {
    content: '';
    background-image: url(../images/sprites.png);
    background-position: -128px -68px;
    width: 21px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 4.75px;
}

.list-black {
    position: relative;
    padding-left: 40px;
}

.list-black:before {
    content: '';
    background-image: url(../images/sprites.png);
    background-position: -128px -87px;
    width: 22px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 4.5px;
}


/* ## Body
--------------------------------------------- */

body:not(.home) .site-header {
    border-bottom: 15px solid #313233;
    padding-bottom: 22px;
}

body:not(.home) .site-header.fixed {
    border-bottom: 0;
    padding-bottom: 10px;
}


/* ## Go to top
--------------------------------------------- */

.gototop {
    transition: all 300ms ease-in;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    opacity: 0;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
    width: 40px;
    height: 40px;
    display: table;
    background: #848484;
    border-radius: 3px;
    text-align: center;
}

.gototop.top {
    display: table;
    opacity: 1;
}

.gototop span {
    display: table-cell;
    vertical-align: middle;
}

.gototop:hover {
    background: #44a3d3;
}


/* ## Before Container
-------------------------------------------- */

.before-container {
    background-image: url(../images/before-container-bg.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.before-container .site-header {
    background: transparent;
}


/* ## Site Header
-------------------------------------------- */

.site-header {
    min-height: 1px;
    padding: 37px 0 12px;
}

.site-header .wrap {
    padding: 0;
    position: relative;
}

.site-header .title-area {
    padding: 0;
    text-align: center;
}

.site-header .title-area .site-title {
    line-height: 0;
}

.site-header .widget-area {
    overflow: hidden;
}

.site-header .nav-primary {
    background: transparent;
    margin-top: 5px;
    width: 100%;
}

.site-header .nav-primary .search-form {
    margin-top: 0;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8) translateY(-30%);
    transition: 0.4s cubic-bezier(0.3, 0, 0, 1.3);
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    margin-top: -28px;
}

.site-header .nav-primary .search-form.open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
}

.site-header .nav-primary .search-form input[type="search"] {
    font-size: 16px;
    font-size: 1.6rem;
    background: #fff;
    border: none;
    height: 56px;
}

.site-header .nav-primary .search-form input[type="search"]:hover,
.site-header .nav-primary .search-form input[type="search"]:focus,
.site-header .nav-primary .search-form input[type="search"]:active {
    border: none;
}

.site-header .nav-primary .search-icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8.5px;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

.site-header .nav-primary .search-icon:before {
    content: ' ';
    background-image: url(../images/sprites.png);
    background-position: -145px -105px;
    width: 17px;
    height: 17px;
    width: 17px;
    height: 17px;
    display: block;
}

.site-header .nav-primary .search-icon:focus,
.site-header .nav-primary .search-icon:hover,
.site-header .nav-primary .search-icon:active {
    border: none;
    outline: none;
    background: transparent;
}

.site-header .nav-primary .search-icon.close {
    right: 15px;
}

.site-header .nav-primary .search-icon.close:before {
    background-image: url(../images/sprites.png);
    background-position: -128px -105px;
    width: 17px;
    height: 17px;
}


/* ## Home Featured
-------------------------------------------- */

.home-featured .wrap {
    position: relative;
}

.home-featured h1 {
    letter-spacing: 0.1em;
}

.home-featured .widget_wds_image {
    position: absolute;
    bottom: -1px;
    left: 40px;
}

.home-featured .widget_wds_image img {
    margin-bottom: 0;
}

.home-featured .widget_black_studio_tinymce .btn span,
.home-featured .widget_black_studio_tinymce .su-lightbox-content .optin-wrap .optin-form input[type="submit"] span,
.su-lightbox-content .optin-wrap .optin-form .home-featured .widget_black_studio_tinymce input[type="submit"] span,
.home-featured .widget_black_studio_tinymce .home-middle .widget_featured-post .entry .entry-content .more-link span,
.home-middle .widget_featured-post .entry .entry-content .home-featured .widget_black_studio_tinymce .more-link span,
.home-featured .widget_black_studio_tinymce .contact-page .ninja-forms-form input[type="submit"] span,
.contact-page .ninja-forms-form .home-featured .widget_black_studio_tinymce input[type="submit"] span {
    padding-right: 17px;
    position: relative;
}

.home-featured .widget_black_studio_tinymce .btn span:after,
.home-featured .widget_black_studio_tinymce .su-lightbox-content .optin-wrap .optin-form input[type="submit"] span:after,
.su-lightbox-content .optin-wrap .optin-form .home-featured .widget_black_studio_tinymce input[type="submit"] span:after,
.home-featured .widget_black_studio_tinymce .home-middle .widget_featured-post .entry .entry-content .more-link span:after,
.home-middle .widget_featured-post .entry .entry-content .home-featured .widget_black_studio_tinymce .more-link span:after,
.home-featured .widget_black_studio_tinymce .contact-page .ninja-forms-form input[type="submit"] span:after,
.contact-page .ninja-forms-form .home-featured .widget_black_studio_tinymce input[type="submit"] span:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 12px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7.5px;
}

.home-featured .widget_black_studio_tinymce .btn:hover span:after,
.home-featured .widget_black_studio_tinymce .su-lightbox-content .optin-wrap .optin-form input[type="submit"]:hover span:after,
.su-lightbox-content .optin-wrap .optin-form .home-featured .widget_black_studio_tinymce input[type="submit"]:hover span:after,
.home-featured .widget_black_studio_tinymce .home-middle .widget_featured-post .entry .entry-content .more-link:hover span:after,
.home-middle .widget_featured-post .entry .entry-content .home-featured .widget_black_studio_tinymce .more-link:hover span:after,
.home-featured .widget_black_studio_tinymce .contact-page .ninja-forms-form input[type="submit"]:hover span:after,
.contact-page .ninja-forms-form .home-featured .widget_black_studio_tinymce input[type="submit"]:hover span:after {
    border-left-color: #44a3d3;
}


/* ## After Header
-------------------------------------------- */

.after-header {
    font-size: 22px;
    font-size: 2.2rem;
    background: #44a3d3;
    color: #fff;
}

.after-header .wrap {
    padding: 25px 0;
    position: relative;
}

.after-header .panel-grid-cell .widget_wds_image {
    position: absolute;
    left: -20px;
    top: -17px;
    z-index: 1;
}

.after-header .panel-grid-cell .widget img {
    margin-bottom: 0;
}

.after-header .panel-grid-cell .widget.panel-last-child {
    letter-spacing: 0.12em;
}


/* ## Home Top
-------------------------------------------- */

.home .entry {
    margin-bottom: 0;
}

.home-top {
    background-color: #fff;
    padding: 65px 0 88px;
}

.home-top .home-top-1 img {
    margin-bottom: 0;
}

.home-top .home-top-1 .widget_black_studio_tinymce {
    margin-top: 11px;
}

.home-top .home-top-2 {
    margin-top: 65px;
}

.home-top .home-top-2 .widget {
    overflow: hidden;
}

.home-top .home-top-2 .widget_wds_image {
    position: relative;
    min-height: 1px;
    position: relative;
    min-height: 1px;
    text-align: center;
    position: relative;
}

.home-top .home-top-2 .widget_wds_image .widgettitle {
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 34px 44px;
    line-height: 1;
    background: rgba(16, 28, 35, 0.59);
    z-index: 1;
}

.home-top .home-top-2 a img {
    transition: all 0.2s ease-in-out;
    margin-bottom: 0;
}

.home-top .home-top-2 a:hover img {
    transform: scale(1.1);
}


/* ## Home Middle
-------------------------------------------- */

.home-middle {
    background-color: #F0F0F0;
    padding: 99px 0 77px;
}

.home-middle .widget_black_studio_tinymce {
    text-align: center;
}

.home-middle .widget_black_studio_tinymce.panel-first-child {
    padding-bottom: 33px;
    margin-bottom: 61px !important;
    position: relative;
}

.home-middle .widget_black_studio_tinymce.panel-first-child:after {
    content: '';
    width: 547px;
    height: 1px;
    border-bottom: 1px dotted #CACACA;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -273.5px;
}

.home-middle .widget_featured-post {
    margin-bottom: 65px !important;
}

.home-middle .widget_featured-post .entry {
    font-size: 15px;
    font-size: 1.5rem;
    position: relative;
    min-height: 1px;
    position: relative;
    min-height: 1px;
    background-color: #fff;
    line-height: 26px;
    color: #848484;
    margin-bottom: 0;
    overflow: hidden;
}

.home-middle .widget_featured-post .entry:first-child {
    margin-left: 0;
}

.home-middle .widget_featured-post .entry .aligncenter {
    margin-bottom: 0;
}

.home-middle .widget_featured-post .entry .entry-header {
    padding: 30px 30px 0;
}

.home-middle .widget_featured-post .entry .entry-header .entry-title {
    margin-bottom: 20px;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 26px;
    color: #313233;
}

.home-middle .widget_featured-post .entry .entry-header .entry-title a {
    color: inherit;
}

.home-middle .widget_featured-post .entry .entry-content {
    padding: 0 30px 30px;
}

.home-middle .widget_featured-post .entry .entry-content .more-link {
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    padding: 23px 44px;
    width: 180px;
    margin: 25px auto 0;
}

.home-middle .widget_featured-post .entry .entry-content p:last-of-type {
    margin-bottom: 0;
}


/* ## Home Bottom
-------------------------------------------- */

.home-bottom {
    background-color: #fff;
    position: relative;
}

.home-bottom-bg {
    background-color: #f7f7f7;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 0;
}

.home-bottom {
    position: relative;
    letter-spacing: 0;
    z-index: 1;
}

.home-bottom .widget {
    position: relative;
    min-height: 1px;
    position: relative;
    z-index: 2;
}

.home-bottom .widget .widgettitle {
    font-size: 28px;
    font-size: 2.8rem;
    color: #313233;
    line-height: 32px;
    margin-bottom: 40px;
    letter-spacing: 0.2em;
}

.home-bottom .widget:first-child {
    padding: 150px 45px 90px 65px;
    color: #757575;
}

.home-bottom .widget:first-child .no-slide .testimonial-author,
.home-bottom .widget:first-child .gss-featured-testimonial .testimonial-author {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    color: #908c72;
    margin-bottom: 45px;
    padding-left: 74px;
    position: relative;
}

.home-bottom .widget:first-child .no-slide .testimonial-author:before,
.home-bottom .widget:first-child .gss-featured-testimonial .testimonial-author:before {
    content: '';
    background-image: url(../images/sprites.png);
    background-position: -54px -83px;
    width: 53px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -21px;
}

.home-bottom .widget:first-child .no-slide .alignleft,
.home-bottom .widget:first-child .gss-featured-testimonial .alignleft {
    margin-right: 12px;
    margin-bottom: 12px;
}

.home-bottom .widget:last-child {
    padding: 150px 0 90px 110px;
    color: #757575;
}

.home-bottom .widget:last-child .widgettitle {
    font-size: 28px;
    font-size: 2.8rem;
    color: #908c72;
    line-height: 32px;
    margin-bottom: 40px;
}


/* ## Before Footer
-------------------------------------------- */

.before-footer {
    border-top: 30px solid #908c72;
}

.before-footer .before-footer-2 {
    font-size: 22px;
    font-size: 2.2rem;
    background: #44a3d3;
    color: #fff;
}

.before-footer .before-footer-2 .panel-grid-cell {
    padding: 25px 0;
    position: relative;
}

.before-footer .before-footer-2 .panel-grid-cell .widget_wds_image {
    position: absolute;
    left: -20px;
    top: -17px;
    z-index: 1;
}

.before-footer .before-footer-2 .panel-grid-cell .widget img {
    margin-bottom: 0;
}

.before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child {
    float: right;
    width: 990px;
    letter-spacing: 0.12em;
    letter-spacing: 0.12em;
}

.before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child .btn,
.before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child .su-lightbox-content .optin-wrap .optin-form input[type="submit"],
.su-lightbox-content .optin-wrap .optin-form .before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child input[type="submit"],
.before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child .home-middle .widget_featured-post .entry .entry-content .more-link,
.home-middle .widget_featured-post .entry .entry-content .before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child .more-link,
.before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child .contact-page .ninja-forms-form input[type="submit"],
.contact-page .ninja-forms-form .before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child input[type="submit"] {
    margin: 0 29px;
}

.before-footer .before-footer-3 {
    background: #fff;
    padding: 39px 0;
}

.before-footer .before-footer-3 .simple-social-icons ul.aligncenter li {
    margin-top: 0;
    margin-right: 18px !important;
    margin-bottom: 0 !important;
    margin-left: 18px !important;
}


/* ## Before Footer Menu
-------------------------------------------- */

.before-footer-menu {
    background: #fff;
    padding: 39px 0;
}

.before-footer-menu .simple-social-icons ul.aligncenter li {
    margin-top: 0;
    margin-right: 18px !important;
    margin-bottom: 0 !important;
    margin-left: 18px !important;
}


/* ## Sidebar
-------------------------------------------- */

.sidebar {
    color: #848484;
}

.sidebar .widgettitle {
    font-size: 19px;
    font-size: 1.9rem;
    color: #313233;
}

.sidebar .widget {
    margin-bottom: 25px;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.sidebar .widget_wds_testimonial {
    background: #fff;
    padding-top: 42px;
    padding-right: 23px;
    padding-bottom: 23px;
    padding-left: 23px;
}

.sidebar .widget_wds_testimonial img.alignleft {
    margin-right: 10px;
    margin-bottom: 10px;
}

.sidebar .widget_wds_testimonial .testimonial-content {
    padding-top: 10px;
    margin-bottom: 30px;
}

.sidebar .widget_wds_testimonial .testimonial-author {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    color: #908c72;
    margin-bottom: 45px;
    padding-left: 74px;
    position: relative;
}

.sidebar .widget_wds_testimonial .testimonial-author:before {
    content: '';
    background-image: url(../images/sprites.png);
    background-position: -54px -83px;
    width: 53px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -21px;
}

.sidebar .simple-social-icons ul li {
    margin-right: 2px !important;
    margin-bottom: 0 !important;
    margin-left: 2px !important;
}

.sidebar .widget_dpe_fp_widget ul {
    list-style-type: square;
}

.sidebar .widget_dpe_fp_widget ul li {
    margin-bottom: 0;
    border-bottom-style: solid;
    position: relative;
    padding-bottom: 0;
}

.sidebar .widget_dpe_fp_widget ul li::after {
    /* position: absolute;
					@include sprite($square);
					left: 0;
					top: 50%;
					margin-top: -($square-width/2); */
}

.sidebar .widget_dpe_fp_widget ul li a {
    padding: 25px 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: inherit;
    display: block;
    margin-bottom: 0;
}

.sidebar .widget_dpe_fp_widget ul li a::before {
    position: absolute;
    background-image: url(../images/sprites.png);
    background-position: -149px -68px;
    width: 7px;
    height: 7px;
    left: 0;
    top: 50%;
    margin-top: -3.5px;
}

.sidebar .widget_dpe_fp_widget ul li a:hover {
    color: #44a3d3;
}

.sidebar .widget_dpe_fp_widget ul li a div {
    color: inherit;
    font-size: inherit;
    margin-bottom: 0;
    padding-left: 20px;
}

.sidebar .rpwe_widget ul li {
    border-bottom-style: solid;
    list-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar .rpwe_widget ul li h3 {
    font-size: inherit;
    margin-bottom: 0;
    padding: 25px 0;
}

.sidebar .rpwe_widget ul li h3 a {
    color: inherit;
    position: relative;
    padding-left: 20px;
}

.sidebar .rpwe_widget ul li h3 a:before {
    content: '';
    position: absolute;
    background-image: url(../images/sprites.png);
    background-position: -149px -68px;
    width: 7px;
    height: 7px;
    left: 0;
    top: 50%;
    margin-top: -3.5px;
}

.sidebar .rpwe_widget ul li h3 a:hover {
    color: #44a3d3;
}

.sidebar-featured .widget {
    overflow: hidden;
    margin-bottom: 16px !important;
    position: relative;
    min-height: 1px;
    position: relative;
    min-height: 1px;
}

.sidebar-featured .widget:last-child {
    margin-bottom: 0 !important;
}

.sidebar-featured .widget_wds_image {
    text-align: center;
    position: relative;
}

.sidebar-featured .widget_wds_image .widgettitle {
    font-size: 17px;
    font-size: 1.7rem;
    color: #fff;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 30px;
    line-height: 1;
    background: rgba(16, 28, 35, 0.59);
    z-index: 1;
}

.sidebar-featured .widget:last-child {
    float: none;
    margin: auto;
}

.sidebar-featured a {
    display: block;
}

.sidebar-featured a img {
    transition: all 0.2s ease-in-out;
    margin-bottom: 0;
    vertical-align: bottom;
}

.sidebar-featured a:hover img {
    transform: scale(1.1);
}


/* ## Footer Menu
-------------------------------------------- */

.nav-footer {
    background-color: #f0f0f0;
}


/* ## Site Footer
-------------------------------------------- */

.site-footer {
    padding: 20px 0;
    line-height: 20px;
}

.site-footer p>* {
    padding: 0 15px;
}

.site-footer a {
    color: inherit;
}

.site-footer a:hover {
    color: #44a3d3;
}


/* ## Blog/Single Page
-------------------------------------------- */

.single .site-inner,
.archive .site-inner,
.blog .site-inner {
    padding-bottom: 73px;
}

.single .content,
.archive .content,
.blog .content {
    background-color: #fff;
    padding-top: 53px;
    padding-right: 43px;
    padding-bottom: 0;
    padding-left: 28px;
}

.single .content .entry,
.archive .content .entry,
.blog .content .entry {
    font-size: 15px;
    font-size: 1.5rem;
    border-bottom: 1px dotted #CACACA;
    color: #848484;
    padding-bottom: 23px;
    margin-bottom: 53px;
}

.single .content .entry .more-link,
.archive .content .entry .more-link,
.blog .content .entry .more-link {
    display: inline-block;
    margin-top: 20px;
}

.single .content .entry .entry-header,
.archive .content .entry .entry-header,
.blog .content .entry .entry-header {
    margin-bottom: 18px;
}

.single .content .entry .entry-header .entry-title,
.archive .content .entry .entry-header .entry-title,
.blog .content .entry .entry-header .entry-title {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1;
    margin-bottom: 18px;
}

.single .content .entry .entry-header .entry-title a,
.archive .content .entry .entry-header .entry-title a,
.blog .content .entry .entry-header .entry-title a {
    color: inherit;
}

.single .content .entry .entry-header .entry-title a:hover,
.archive .content .entry .entry-header .entry-title a:hover,
.blog .content .entry .entry-header .entry-title a:hover {
    color: #44a3d3;
}

.single .content .entry .entry-header .entry-meta,
.archive .content .entry .entry-header .entry-meta,
.blog .content .entry .entry-header .entry-meta {
    font-size: 16px;
    font-size: 1.6rem;
    color: #909091;
    line-height: 1;
}

.single .content .entry:last-of-type,
.archive .content .entry:last-of-type,
.blog .content .entry:last-of-type {
    border-bottom-color: rgba(49, 50, 51, 0);
    margin-bottom: 0;
}

.single .archive-description,
.archive .archive-description,
.blog .archive-description {
    display: none;
}

.single .content {
    padding: 28px;
}

.single .post-image {
    margin-bottom: 25px;
}


/* # Templates
---------------------------------------------------------------------------------------------------- */

.testimonial-section .gss-testimonial-shortcode .testimonial-content {
    padding-top: 10px;
}

.testimonial-section .gss-testimonial-shortcode .testimonial-author {
    text-align: center;
    margin-bottom: 60px;
}

.testimonial-section .gss-testimonial-shortcode .testimonial-author span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    margin-bottom: 45px;
    padding-left: 74px;
    position: relative;
    margin-top: 70px;
}

.testimonial-section .gss-testimonial-shortcode .testimonial-author span:before {
    content: '';
    background-image: url(../images/sprites.png);
    background-position: 0px -83px;
    width: 54px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -21px;
}


/* ## Contact Page
--------------------------------------------- */

.contact-page .site-inner {
    padding: 85px 0 100px;
}

.contact-page .entry .panel-grid-cell {
    background-color: #fff;
    padding-top: 90px;
    padding-right: 65px !important;
    padding-bottom: 55px;
    padding-left: 90px !important;
}

.contact-page .entry .panel-grid-cell:last-child {
    background-color: #efefef;
    padding-right: 35px !important;
    padding-bottom: 35px;
    padding-left: 35px !important;
}

.contact-page .entry .simple-social-icons ul {
    font-size: 0px;
}

.contact-page .entry .simple-social-icons ul li {
    margin-top: 0;
    margin-right: 2px !important;
    margin-bottom: 0 !important;
    margin-left: 2px !important;
}

.contact-page .ninja-forms-form br {
    display: none;
}

.contact-page .ninja-forms-form .field-wrap.fname-wrap,
.contact-page .ninja-forms-form .field-wrap.fmail-wrap {
    position: relative;
    min-height: 1px;
}

.contact-page .ninja-forms-form input[type="submit"] {
    padding: 30px 135px;
}


/* ## Thank You Page
--------------------------------------------- */

.thank-you-page .site-inner {
    padding: 81px 0 66px;
}


/* ## Clients Page
--------------------------------------------- */

.clients-page .site-inner {
    padding: 0;
}

.clients-page .entry {
    margin-bottom: 0;
}

.clients-page .entry .gss-testimonial-shortcode .testimonial-content {
    padding-top: 10px;
}

.clients-page .entry .gss-testimonial-shortcode .testimonial-author {
    text-align: center;
    margin-bottom: 60px;
}

.clients-page .entry .gss-testimonial-shortcode .testimonial-author span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    margin-bottom: 45px;
    padding-left: 74px;
    position: relative;
    margin-top: 70px;
}

.clients-page .entry .gss-testimonial-shortcode .testimonial-author span:before {
    content: '';
    background-image: url(../images/sprites.png);
    background-position: 0px -83px;
    width: 54px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -21px;
}


/* ## Webinar Page
--------------------------------------------- */

.webinar-page .site-header.fixed,
.event-page .site-header.fixed {
    background-color: #fff;
}

.webinar-page .before-container {
    background-image: none;
    background-color: #fff;
}

.webinar-page .site-inner {
    padding: 0;
}

.webinar-page .site-inner .entry .section-1 .panel-heading {
    margin-bottom: 30px;
}

.webinar-page .site-inner .entry .section-1 .panel-heading.date-left .date {
    float: left;
    margin-right: 12px;
}

.webinar-page .site-inner .entry .section-1 .panel-heading.date-left .date-info {
    padding-left: 92px;
}

.webinar-page .site-inner .entry .section-1 .panel-heading.date-right .date {
    float: right;
    margin-left: 12px;
}

.webinar-page .site-inner .entry .section-1 .panel-heading.date-right .date-info {
    padding-right: 92px;
}

.webinar-page .site-inner .entry .section-1 .panel-heading .date {
    width: 80px;
    padding: 10px 0;
    background-color: #313233;
    text-align: center;
}

.webinar-page .site-inner .entry .section-1 .panel-heading .date .month,
.webinar-page .site-inner .entry .section-1 .panel-heading .date .day {
    display: block;
    text-align: center;
}

.webinar-page .site-inner .entry .section-1 .panel-heading .date-info {
    display: block;
}

.webinar-page .site-inner .entry .section-1 .panel-body {
    background: #f0f0f0;
    padding: 25px;
    margin-bottom: 20px;
}

.webinar-page .site-inner .entry .section-1 .panel-body .countdown>span {
    text-align: center;
    color: #828282;
    font-size: 11px;
    line-height: 1.2;
}

.webinar-page .site-inner .entry .section-1 .panel-body .countdown>span>span {
    background: #313233;
    padding: 24px 20px;
    font-size: 39px;
    line-height: 1;
    color: #fff;
}

.webinar-page .site-inner .entry .section-2 .gss-testimonial-shortcode .testimonial-content {
    padding-top: 10px;
}

.webinar-page .site-inner .entry .section-2 .gss-testimonial-shortcode .testimonial-author {
    text-align: center;
    margin-bottom: 60px;
}

.webinar-page .site-inner .entry .section-2 .gss-testimonial-shortcode .testimonial-author span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    margin-bottom: 45px;
    padding-left: 74px;
    position: relative;
    margin-top: 70px;
}

.webinar-page .site-inner .entry .section-2 .gss-testimonial-shortcode .testimonial-author span:before {
    content: '';
    background-image: url(../images/sprites.png);
    background-position: 0px -83px;
    width: 54px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -21px;
}


/* ## About Page
-------------------------------------------- */

.about-page .site-inner {
    padding: 0;
}

.about-page .site-inner .section-1 .panel-grid-cell .widget_wds_image {
    position: absolute;
    right: -203px;
}

.about-page .site-inner .section-2 {
    border-bottom: 1px solid #44a3d3;
}

.about-page .site-inner .section-2 .panel-grid-cell .widget_wds_image {
    position: absolute;
    left: -203px;
}


/* ## About Page
-------------------------------------------- */

.event-page .site-header {
    background: #fff;
}

.event-page .site-header.fixed {
    background: #fff;
}

.event-page .site-inner {
    padding: 0;
}

.event-page .site-inner .section-1 {
    position: relative;
}

.event-page .site-inner .section-1 .box {
    max-width: 600px;
    margin: auto;
}

.event-page .site-inner .section-1:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #313233 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -30px;
    z-index: 2;
}

.event-page .site-inner .section-2 {
    position: relative;
}

.event-page .site-inner .section-2:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -30px;
    z-index: 1;
}

.event-page .site-inner .section-2 .widget_wds_image {
    overflow: hidden;
    position: relative;
    position: relative;
    min-height: 1px;
    position: relative;
    min-height: 1px;
}

.event-page .site-inner .section-2 .widget_wds_image p {
    margin-bottom: 0;
}

.event-page .site-inner .section-2 .widget_wds_image .box {
    color: #fff;
    padding: 30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(16, 28, 35, 0.59);
    z-index: 1;
}

.event-page .site-inner .section-2 .widget_wds_image a img {
    transition: all 0.2s ease-in-out;
    margin-bottom: 0;
}

.event-page .site-inner .section-2 .widget_wds_image a:hover img {
    transform: scale(1.1);
}

.event-page .site-inner .section-3 .widget_black_studio_tinymce {
    padding: 100px 50px 0px 65px;
}

.event-page .site-inner .section-3 .widget_black_studio_tinymce .list-black:before {
    top: 5px;
}

.event-page .site-inner .section-3 .panel-grid-cell .widget_wds_image {
    position: absolute;
    left: 0;
}

.event-page .site-inner .section-4 {
    position: relative;
}

.event-page .site-inner .section-4:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #f0f0f0 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -30px;
    z-index: 1;
}

.event-page .site-inner .section-4 .widgettitle {
    font-size: 25px;
    font-size: 2.5rem;
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 61px !important;
    position: relative;
}

.event-page .site-inner .section-4 .widgettitle:after {
    content: '';
    width: 547px;
    height: 1px;
    border-bottom: 1px dotted #CACACA;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -273.5px;
}

.event-page .site-inner .section-6 .widgettitle {
    font-size: 25px;
    font-size: 2.5rem;
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 61px !important;
    position: relative;
}

.event-page .site-inner .section-6 .widgettitle:after {
    content: '';
    width: 547px;
    height: 1px;
    border-bottom: 1px dotted #CACACA;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -273.5px;
}

.event-page .site-inner .section-7 .panel-body {
    background: #f0f0f0;
}

.event-page .site-inner .section-8 {
    position: relative;
}

.event-page .site-inner .section-8:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #313233 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -30px;
    z-index: 2;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media only screen and (orientation: landscape) {
    .show-on-portrait {
        display: none !important;
    }
    .hide-on-landscape {
        display: none !important;
    }
}

@media only screen and (orientation: portrait) {
    .show-on-landscape {
        display: none !important;
    }
    .hide-on-portrait {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .show-on-mobile {
        display: none !important;
    }
    .show-on-desktop {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .hide-on-tablet,
    .home-featured .widget_wds_image,
    .after-header .panel-grid-cell .widget_wds_image,
    .before-footer .before-footer-2 .panel-grid-cell .widget_wds_image {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .content,
    .content-sidebar .content,
    .content-sidebar-sidebar .content,
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .sidebar-primary,
    .sidebar-content .sidebar-primary,
    .sidebar-sidebar-content .sidebar-primary,
    .sidebar-secondary,
    .content-sidebar-sidebar .sidebar-secondary,
    .title-area,
    .site-header .widget-area,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .site-header .title-area,
    .site-header .nav-primary,
    .home-top .home-top-2 .widget_wds_image,
    .home-middle .widget_featured-post .entry,
    .home-bottom .widget,
    .sidebar-featured .widget,
    .contact-page .ninja-forms-form .field-wrap.fname-wrap,
    .contact-page .ninja-forms-form .field-wrap.fmail-wrap,
    .event-page .site-inner .section-2 .widget_wds_image {
        float: left;
    }
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .content,
    .sidebar-content .content,
    .sidebar-sidebar-content .content,
    .sidebar-primary,
    .content-sidebar-sidebar .sidebar-secondary {
        float: right;
    }
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        float: left;
        margin-left: 1.7094%;
        width: 49.1453%;
    }
    .five-sixths:nth-child(2n),
    .four-sixths:nth-child(2n),
    .one-fourth:nth-child(2n),
    .one-half:nth-child(2n),
    .one-sixth:nth-child(2n),
    .one-third:nth-child(2n),
    .three-fourths:nth-child(2n),
    .three-sixths:nth-child(2n),
    .two-fourths:nth-child(2n),
    .two-sixths:nth-child(2n),
    .two-thirds:nth-child(2n) {
        margin-left: 0;
    }
    .site-inner,
    .wrap {
        max-width: 740px;
    }
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        margin-left: 1.7094%;
        width: 83.04843%;
    }
    .sidebar-secondary {
        margin-left: 1.7094%;
        width: 15.24217%;
    }
    .content-sidebar-sidebar .sidebar-secondary {
        margin-left: 1.7094%;
        width: 15.24217%;
    }
    .title-area {
        margin-left: 1.7094%;
        width: 32.19373%;
    }
    .site-header .widget-area {
        position: relative;
        min-height: 1px;
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        margin-left: 1.7094%;
        width: 32.19373%;
    }
    .site-header .widget-area {
        position: relative;
        min-height: 1px;
    }
    .home-top .home-top-2 .widget_wds_image {
        margin-left: 1.7094%;
        width: 49.1453%;
    }
    .home-middle .widget_featured-post .entry {
        margin-left: 1.7094%;
        width: 49.1453%;
    }
    .sidebar-featured .widget {
        margin-left: 1.7094%;
        width: 49.1453%;
    }
    .contact-page .ninja-forms-form .field-wrap.fname-wrap,
    .contact-page .ninja-forms-form .field-wrap.fmail-wrap {
        margin-left: 1.7094%;
        width: 49.1453%;
    }
    .event-page .site-inner .section-2 .widget_wds_image {
        margin-left: 1.7094%;
        width: 49.1453%;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .site-header .widget-area {
        margin-left: 1.7094%;
        width: 66.09687%;
    }
    .site-header .widget-area {
        margin-left: 1.7094%;
        width: 66.09687%;
    }
}

@media only screen and (min-width: 1024px) {
    .show-on-tablet {
        display: none !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .hide-on-desktop,
    .after-header .panel-grid-cell .widget_wds_image,
    .before-footer .before-footer-2 .panel-grid-cell .widget_wds_image {
        display: none !important;
    }
    .home-featured .wrap {
        padding: 50px 0;
    }
    .home-featured .widget_black_studio_tinymce {
        width: 620px;
        padding: 60px 0;
        float: right;
    }
    .home-featured .widget_black_studio_tinymce h1 {
        font-size: 32px !important;
    }
}

@media (min-width: 1024px) {
    .five-sixths,
    .four-fifths,
    .four-sixths,
    .one-fifth,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fifths,
    .three-fourths,
    .three-sixths,
    .two-fifths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        float: left;
        margin-left: 1.7094%;
    }
    .one-half,
    .three-sixths,
    .two-fourths {
        width: 49.1453%;
    }
    .one-third,
    .two-sixths {
        width: 32.19373%;
    }
    .two-thirds,
    .four-sixths {
        width: 66.09687%;
    }
    .one-fourth {
        width: 23.71795%;
    }
    .three-fourths {
        width: 74.57265%;
    }
    .one-fifth {
        width: 18.63248%;
    }
    .two-fifths {
        width: 38.97436%;
    }
    .three-fifths {
        width: 59.31624%;
    }
    .four-fifths {
        width: 79.65812%;
    }
    .one-sixth {
        width: 15.24217%;
    }
    .five-sixths {
        width: 83.04843%;
    }
    .first,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .contact-page .ninja-forms-form .field-wrap.fname-wrap {
        margin-left: 0;
    }
    .site-inner,
    .wrap {
        max-width: 940px;
    }
    .content {
        margin-left: 1.7094%;
        width: 66.09687%;
    }
    .content-sidebar-sidebar .content,
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content {
        margin-left: 1.7094%;
        width: 66.09687%;
    }
    .sidebar-primary {
        margin-left: 1.7094%;
        width: 32.19373%;
    }
    .su-lightbox-content .optin-wrap .optin-image {
        width: 345px;
    }
    .su-lightbox-content .optin-wrap .optin-form {
        width: 393px;
        padding-right: 60px !important;
    }
    .menu-toggle,
    .sub-menu-toggle {
        display: none;
    }
    .genesis-nav-menu {
        display: block !important;
    }
    .site-header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #313233;
        z-index: 999;
        padding: 10px 0;
    }
    .admin-bar .site-header.fixed {
        top: 32px;
    }
    .site-header .title-area {
        position: relative;
        min-height: 1px;
    }
    .site-header .title-area .logo {
        display: inline-block;
    }
    .site-header .nav-primary {
        position: relative;
        min-height: 1px;
    }
    .after-header .panel-grid-cell .widget.panel-last-child {
        float: right;
        width: 990px;
    }
    .after-header .panel-grid-cell .widget.panel-last-child .btn,
    .after-header .panel-grid-cell .widget.panel-last-child .su-lightbox-content .optin-wrap .optin-form input[type="submit"],
    .su-lightbox-content .optin-wrap .optin-form .after-header .panel-grid-cell .widget.panel-last-child input[type="submit"],
    .after-header .panel-grid-cell .widget.panel-last-child .home-middle .widget_featured-post .entry .entry-content .more-link,
    .home-middle .widget_featured-post .entry .entry-content .after-header .panel-grid-cell .widget.panel-last-child .more-link,
    .after-header .panel-grid-cell .widget.panel-last-child .contact-page .ninja-forms-form input[type="submit"],
    .contact-page .ninja-forms-form .after-header .panel-grid-cell .widget.panel-last-child input[type="submit"] {
        margin: 0 29px;
    }
    .home-top .home-top-2 .widget_wds_image {
        margin-left: 1.7094%;
        width: 32.19373%;
    }
    .home-middle .widget_featured-post .entry {
        margin-left: 1.28205%;
        width: 32.47863%;
    }
    .home-bottom .widget {
        margin-left: 0%;
        width: 50%;
    }
    .before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child {
        float: right;
        width: 990px;
    }
    .before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child .btn,
    .before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child .su-lightbox-content .optin-wrap .optin-form input[type="submit"],
    .su-lightbox-content .optin-wrap .optin-form .before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child input[type="submit"],
    .before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child .home-middle .widget_featured-post .entry .entry-content .more-link,
    .home-middle .widget_featured-post .entry .entry-content .before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child .more-link,
    .before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child .contact-page .ninja-forms-form input[type="submit"],
    .contact-page .ninja-forms-form .before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child input[type="submit"] {
        margin: 0 29px;
    }
    .sidebar-featured .widget {
        margin-left: 0%;
        width: 100%;
    }
    .about-page .site-inner {
        max-width: 1080px;
    }
    .event-page .site-inner .section-2 .widget_wds_image {
        margin-left: 1.79487%;
        width: 32.13675%;
    }
}

@media (min-width: 1024px) and (min-width: 768px) {
    .site-header .title-area {
        margin-left: 1.7094%;
        width: 23.71795%;
    }
    .site-header .nav-primary {
        margin-left: 1.7094%;
        width: 74.57265%;
    }
}

@media (min-width: 1280px) {
    .site-inner,
    .wrap {
        max-width: 1170px;
    }
    .content {
        width: 825px;
    }
    .sidebar-primary {
        margin-left: 25px;
        width: 320px;
    }
    .before-container {
        background-size: auto;
    }
    .site-header .title-area {
        width: 410px;
    }
    .site-header .widget-area {
        width: 740px;
    }
    .site-header .nav-primary {
        width: 740px;
    }
    .home-featured .widget_black_studio_tinymce {
        float: right;
        padding: 81px 0 95px;
        width: 790px;
    }
}

@media (max-width: 1279px) {
    .hidden-desktop {
        display: none;
    }
    .genesis-nav-menu .menu-item {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .before-container {
        background-position: center top;
    }
    .site-header .nav-primary {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .show-on-desktop {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .hidden-tablet {
        display: none;
    }
    .sidebar-primary {
        float: none;
    }
    .popup-optin {
        width: 90.065% !important;
    }
    .su-lightbox-content .optin-wrap .box {
        float: none;
        padding: 30px !important;
    }
    .genesis-nav-menu {
        display: none;
    }
    .genesis-nav-menu .menu-item {
        display: block;
        float: none;
    }
    .genesis-nav-menu .menu-item:hover .sub-menu,
    .genesis-nav-menu .menu-item:focus .sub-menu {
        position: static;
    }
    .genesis-nav-menu .menu-item.menu-item-has-children {
        position: relative;
    }
    .genesis-nav-menu .menu-item>.sub-menu {
        display: none;
        opacity: 1;
    }
    .genesis-nav-menu a {
        padding: 14px 20px;
    }
    .genesis-nav-menu .last a,
    .genesis-nav-menu .first a,
    .genesis-nav-menu .content-sidebar-sidebar .content-sidebar-wrap a,
    .content-sidebar-sidebar .genesis-nav-menu .content-sidebar-wrap a,
    .genesis-nav-menu .contact-page .ninja-forms-form .field-wrap.fname-wrap a,
    .contact-page .ninja-forms-form .genesis-nav-menu .field-wrap.fname-wrap a {
        padding: 14px 20px;
    }
    .genesis-nav-menu .sub-menu {
        position: static;
        width: 100%;
    }
    .genesis-nav-menu .sub-menu a {
        width: 100%;
    }
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
        position: static;
    }
    .site-header .nav-primary {
        margin-top: 5px;
    }
    .genesis-nav-menu>.right {
        *zoom: 1;
        position: static;
        float: none;
    }
    .genesis-nav-menu>.right:before,
    .genesis-nav-menu>.right:after {
        content: "";
        display: table;
    }
    .genesis-nav-menu>.right:after {
        clear: both;
    }
    .genesis-nav-menu>.right .search-icon {
        position: static;
        display: none;
    }
    .genesis-nav-menu>.right .search-form {
        position: static;
        margin-top: 0;
        display: block;
        opacity: 1;
        transform: none;
        pointer-events: inherit;
    }
    .home-featured .widget_black_studio_tinymce {
        padding: 50px 0 50px;
    }
    .home-featured .widget_black_studio_tinymce h1 br {
        display: none;
    }
    .after-header .panel-grid-cell .widget.panel-last-child p {
        text-align: center !important;
    }
    .after-header .panel-grid-cell .widget.panel-last-child p .btn,
    .after-header .panel-grid-cell .widget.panel-last-child p .su-lightbox-content .optin-wrap .optin-form input[type="submit"],
    .su-lightbox-content .optin-wrap .optin-form .after-header .panel-grid-cell .widget.panel-last-child p input[type="submit"],
    .after-header .panel-grid-cell .widget.panel-last-child p .home-middle .widget_featured-post .entry .entry-content .more-link,
    .home-middle .widget_featured-post .entry .entry-content .after-header .panel-grid-cell .widget.panel-last-child p .more-link,
    .after-header .panel-grid-cell .widget.panel-last-child p .contact-page .ninja-forms-form input[type="submit"],
    .contact-page .ninja-forms-form .after-header .panel-grid-cell .widget.panel-last-child p input[type="submit"] {
        margin-top: 20px;
    }
    .home-top .home-top-2 .widget_wds_image {
        margin-bottom: 20px !important;
    }
    .home-top .home-top-2 .widget_wds_image:last-child {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .home-middle .widget_featured-post .entry {
        margin-bottom: 20px;
    }
    .home-middle .widget_featured-post .entry:last-child {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .home-bottom-bg {
        width: 100%;
        height: 50%;
    }
    .home-bottom .widget:first-child {
        padding: 140px 120px 90px 120px;
    }
    .home-bottom .widget:last-child {
        padding: 90px 120px 90px 120px;
    }
    .before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child {
        width: 100%;
    }
    .before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child p {
        text-align: center !important;
    }
    .before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child p .btn,
    .before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child p .su-lightbox-content .optin-wrap .optin-form input[type="submit"],
    .su-lightbox-content .optin-wrap .optin-form .before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child p input[type="submit"],
    .before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child p .home-middle .widget_featured-post .entry .entry-content .more-link,
    .home-middle .widget_featured-post .entry .entry-content .before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child p .more-link,
    .before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child p .contact-page .ninja-forms-form input[type="submit"],
    .contact-page .ninja-forms-form .before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child p input[type="submit"] {
        margin: 0;
        margin-top: 20px;
    }
    .contact-page .entry .panel-grid-cell {
        width: 100% !important;
    }
    .webinar-page .site-inner .content .panel-grid-cell {
        width: 100% !important;
    }
    .about-page .site-inner .section-1 .panel-grid-cell {
        width: 100% !important;
    }
    .about-page .site-inner .section-1 .panel-grid-cell .widget_wds_image {
        position: static;
    }
    .about-page .site-inner .section-2 .panel-grid-cell {
        width: 100% !important;
    }
    .about-page .site-inner .section-2 .panel-grid-cell .widget_wds_image {
        position: static;
        margin-bottom: 20px !important;
    }
    .event-page .site-inner .section-1 {
        background-size: cover;
    }
    .event-page .site-inner .section-2 .widget_wds_image {
        margin-bottom: 20px !important;
    }
    .event-page .site-inner .section-2 .widget_wds_image:last-child {
        float: none;
        margin: auto;
    }
    .event-page .site-inner .section-3 .panel-grid-cell {
        width: 100% !important;
    }
    .event-page .site-inner .section-3 .panel-grid-cell .widget_wds_image {
        position: static;
    }
}

@media only screen and (max-width: 767px) {
    .show-on-tablet {
        display: none !important;
    }
    .hide-on-mobile,
    .home-featured .widget_wds_image,
    .after-header .panel-grid-cell .widget_wds_image,
    .home-bottom .widget:first-child .no-slide .alignleft,
    .home-bottom .widget:first-child .gss-featured-testimonial .alignleft,
    .before-footer .before-footer-2 .panel-grid-cell .widget_wds_image,
    .sidebar .widget_wds_testimonial img {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }
    .site-header .title-area {
        width: 70%;
    }
    .home-featured h1 {
        font-size: 26px !important;
        line-height: 37px;
    }
    .after-header .panel-grid-cell .widget.panel-last-child {
        width: 100%;
        text-align: center !important;
    }
    .after-header .panel-grid-cell .widget.panel-last-child .btn,
    .after-header .panel-grid-cell .widget.panel-last-child .su-lightbox-content .optin-wrap .optin-form input[type="submit"],
    .su-lightbox-content .optin-wrap .optin-form .after-header .panel-grid-cell .widget.panel-last-child input[type="submit"],
    .after-header .panel-grid-cell .widget.panel-last-child .home-middle .widget_featured-post .entry .entry-content .more-link,
    .home-middle .widget_featured-post .entry .entry-content .after-header .panel-grid-cell .widget.panel-last-child .more-link,
    .after-header .panel-grid-cell .widget.panel-last-child .contact-page .ninja-forms-form input[type="submit"],
    .contact-page .ninja-forms-form .after-header .panel-grid-cell .widget.panel-last-child input[type="submit"] {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .home-top .home-top-2 .widget_wds_image {
        margin-bottom: 20px;
    }
    .home-middle .btn,
    .home-middle .su-lightbox-content .optin-wrap .optin-form input[type="submit"],
    .su-lightbox-content .optin-wrap .optin-form .home-middle input[type="submit"],
    .home-middle .widget_featured-post .entry .entry-content .more-link,
    .home-middle .contact-page .ninja-forms-form input[type="submit"],
    .contact-page .ninja-forms-form .home-middle input[type="submit"] {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .home-bottom .widget:first-child {
        padding: 70px 10px 70px 10px;
    }
    .home-bottom .widget:last-child {
        padding: 70px 10px 70px 10px;
    }
    .home-bottom .btn,
    .home-bottom .su-lightbox-content .optin-wrap .optin-form input[type="submit"],
    .su-lightbox-content .optin-wrap .optin-form .home-bottom input[type="submit"],
    .home-bottom .home-middle .widget_featured-post .entry .entry-content .more-link,
    .home-middle .widget_featured-post .entry .entry-content .home-bottom .more-link,
    .home-bottom .contact-page .ninja-forms-form input[type="submit"],
    .contact-page .ninja-forms-form .home-bottom input[type="submit"] {
        padding-right: 15px !important;
        padding-left: 15px !important;
        width: 100%;
    }
    .before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child {
        text-align: center !important;
    }
    .before-footer .before-footer-2 .panel-grid-cell .widget.panel-last-child {
        padding: 10px 0;
        width: 100%;
    }
    .before-footer .btn,
    .before-footer .su-lightbox-content .optin-wrap .optin-form input[type="submit"],
    .su-lightbox-content .optin-wrap .optin-form .before-footer input[type="submit"],
    .before-footer .home-middle .widget_featured-post .entry .entry-content .more-link,
    .home-middle .widget_featured-post .entry .entry-content .before-footer .more-link,
    .before-footer .contact-page .ninja-forms-form input[type="submit"],
    .contact-page .ninja-forms-form .before-footer input[type="submit"] {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .before-footer-menu .simple-social-icons ul.aligncenter li {
        margin-right: 2px !important;
        margin-left: 2px !important;
    }
    .before-footer-menu .simple-social-icons ul.aligncenter a {
        font-size: 24px !important;
        padding: 13px !important;
    }
    .contact-page .entry .panel-grid-cell {
        padding: 20px !important;
    }
    .contact-page .entry .panel-grid-cell .widget .text {
        line-height: 1.2 !important;
    }
    .contact-page .entry .panel-grid-cell:last-child {
        padding: 35px !important;
    }
    .contact-page .ninja-forms-form input[type="submit"] {
        padding: 20px;
        width: 100%;
    }
    .webinar-page .site-header .title-area,
    .event-page .site-header .title-area {
        width: 100%;
    }
    .webinar-page .site-inner .entry .section-1 .panel-body {
        padding: 15px;
    }
    .webinar-page .site-inner .entry .section-1 .panel-body .countdown>span>span {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .event-page .site-inner .section-2 .widget_wds_image {
        margin-bottom: 20px;
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}