@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,600italic,700);
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Audiowide'; /*a name to be used later*/
    src: url('/assets/fonts/Audiowide/Audiowide-Regular.ttf');
}
.swingfish {
    font-family: 'Audiowide','Helvetica','Arial','sans-serif';
}

/* Alerts
---------------------------------- */
.badge {
	padding: 2px 4px 3px;
	font-size: 10px;
	margin-left: 12px;
	top: -2px;
	position: relative;
	font-weight: 400;
	border-radius: 2px;
	background-color: transparent;
	color: inherit;
	border: 1px solid #666666;
}
.alert {
	text-align: left;
	margin: 20px 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: relative;
	padding-left: 70px;
	overflow: hidden;
	z-index: 1;
	border: none;
}

.alert:before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 50px;
	height: 101%;
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 2;
}

.alert-success {
	color: #2a5f2b;
	background-color: #bcdab0;
}

.alert-info {
	color: #1a4e68;
	background-color: #c6e8fa;
}

.alert-warning {
	color: #72582b;
	background-color: #f7f0ce;
}

.alert:after {
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 10px;
	left: 17px;
	color: #ffffff;
	font-size: 20px;
	z-index: 3;
}

.alert .alert-success:after {
	content: "\e015";
}

.alert .alert-info:after {
	content: "\e027";
}

.alert .alert-warning:after {
	content: "\e015";
}

.alert .alert-danger:after {
	content: "\e015";
}

.close {
	font-size: 28px;
	font-weight: normal;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.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: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-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-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-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;
  margin-bottom: 5px;
}

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

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

@font-face {
  font-family: "feather";
  src: url("../fonts/feather-webfont.eot");
  src: url("../fonts/feather-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/feather-webfont.woff") format("woff"), url("../fonts/feather-webfont.ttf") format("truetype"), url("../fonts/feather-webfont.svg#feather") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Character Mapping Method */
[data-icon]:before {
  display: inline-block;
  font-family: "feather";
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* CSS Class Mapping Method */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  font-family: "feather";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye:before {
  content: "\e000";
}

.icon-paper-clip:before {
  content: "\e001";
}

.icon-mail:before {
  content: "\e002";
}

.icon-mail:before {
  content: "\e002";
}

.icon-toggle:before {
  content: "\e003";
}

.icon-layout:before {
  content: "\e004";
}

.icon-link:before {
  content: "\e005";
}

.icon-bell:before {
  content: "\e006";
}

.icon-lock:before {
  content: "\e007";
}

.icon-unlock:before {
  content: "\e008";
}

.icon-ribbon:before {
  content: "\e009";
}

.icon-image:before {
  content: "\e010";
}

.icon-signal:before {
  content: "\e011";
}

.icon-target:before {
  content: "\e012";
}

.icon-clipboard:before {
  content: "\e013";
}

.icon-clock:before {
  content: "\e014";
}

.icon-clock:before {
  content: "\e014";
}

.icon-watch:before {
  content: "\e015";
}

.icon-air-play:before {
  content: "\e016";
}

.icon-camera:before {
  content: "\e017";
}

.icon-video:before {
  content: "\e018";
}

.icon-disc:before {
  content: "\e019";
}

.icon-printer:before {
  content: "\e020";
}

.icon-monitor:before {
  content: "\e021";
}

.icon-server:before {
  content: "\e022";
}

.icon-cog:before {
  content: "\e023";
}

.icon-heart:before {
  content: "\e024";
}

.icon-paragraph:before {
  content: "\e025";
}

.icon-align-justify:before {
  content: "\e026";
}

.icon-align-left:before {
  content: "\e027";
}

.icon-align-center:before {
  content: "\e028";
}

.icon-align-right:before {
  content: "\e029";
}

.icon-book:before {
  content: "\e030";
}

.icon-layers:before {
  content: "\e031";
}

.icon-stack:before {
  content: "\e032";
}

.icon-stack-2:before {
  content: "\e033";
}

.icon-paper:before {
  content: "\e034";
}

.icon-paper-stack:before {
  content: "\e035";
}

.icon-search:before {
  content: "\e036";
}

.icon-zoom-in:before {
  content: "\e037";
}

.icon-zoom-out:before {
  content: "\e038";
}

.icon-reply:before {
  content: "\e039";
}

.icon-circle-plus:before {
  content: "\e040";
}

.icon-circle-minus:before {
  content: "\e041";
}

.icon-circle-check:before {
  content: "\e042";
}

.icon-circle-cross:before {
  content: "\e043";
}

.icon-square-plus:before {
  content: "\e044";
}

.icon-square-minus:before {
  content: "\e045";
}

.icon-square-check:before {
  content: "\e046";
}

.icon-square-cross:before {
  content: "\e047";
}

.icon-microphone:before {
  content: "\e048";
}

.icon-record:before {
  content: "\e049";
}

.icon-skip-back:before {
  content: "\e050";
}

.icon-rewind:before {
  content: "\e051";
}

.icon-play:before {
  content: "\e052";
}

.icon-pause:before {
  content: "\e053";
}

.icon-stop:before {
  content: "\e054";
}

.icon-fast-forward:before {
  content: "\e055";
}

.icon-skip-forward:before {
  content: "\e056";
}

.icon-shuffle:before {
  content: "\e057";
}

.icon-repeat:before {
  content: "\e058";
}

.icon-folder:before {
  content: "\e059";
}

.icon-umbrella:before {
  content: "\e060";
}

.icon-moon:before {
  content: "\e061";
}

.icon-thermometer:before {
  content: "\e062";
}

.icon-drop:before {
  content: "\e063";
}

.icon-sun:before {
  content: "\e064";
}

.icon-cloud:before {
  content: "\e065";
}

.icon-cloud-upload:before {
  content: "\e066";
}

.icon-cloud-download:before {
  content: "\e067";
}

.icon-upload:before {
  content: "\e068";
}

.icon-download:before {
  content: "\e069";
}

.icon-location:before {
  content: "\e070";
}

.icon-location-2:before {
  content: "\e071";
}

.icon-map:before {
  content: "\e072";
}

.icon-battery:before {
  content: "\e073";
}

.icon-head:before {
  content: "\e074";
}

.icon-briefcase:before {
  content: "\e075";
}

.icon-speech-bubble:before {
  content: "\e076";
}

.icon-anchor:before {
  content: "\e077";
}

.icon-globe:before {
  content: "\e078";
}

.icon-box:before {
  content: "\e079";
}

.icon-reload:before {
  content: "\e080";
}

.icon-share:before {
  content: "\e081";
}

.icon-marquee:before {
  content: "\e082";
}

.icon-marquee-plus:before {
  content: "\e083";
}

.icon-marquee-minus:before {
  content: "\e084";
}

.icon-tag:before {
  content: "\e085";
}

.icon-power:before {
  content: "\e086";
}

.icon-command:before {
  content: "\e087";
}

.icon-alt:before {
  content: "\e088";
}

.icon-esc:before {
  content: "\e089";
}

.icon-bar-graph:before {
  content: "\e090";
}

.icon-bar-graph-2:before {
  content: "\e091";
}

.icon-pie-graph:before {
  content: "\e092";
}

.icon-star:before {
  content: "\e093";
}

.icon-arrow-left:before {
  content: "\e094";
}

.icon-arrow-right:before {
  content: "\e095";
}

.icon-arrow-up:before {
  content: "\e096";
}

.icon-arrow-down:before {
  content: "\e097";
}

.icon-volume:before {
  content: "\e098";
}

.icon-mute:before {
  content: "\e099";
}

.icon-content-right:before {
  content: "\e100";
}

.icon-content-left:before {
  content: "\e101";
}

.icon-grid:before {
  content: "\e102";
}

.icon-grid-2:before {
  content: "\e103";
}

.icon-columns:before {
  content: "\e104";
}

.icon-loader:before {
  content: "\e105";
}

.icon-bag:before {
  content: "\e106";
}

.icon-ban:before {
  content: "\e107";
}

.icon-flag:before {
  content: "\e108";
}

.icon-trash:before {
  content: "\e109";
}

.icon-expand:before {
  content: "\e110";
}

.icon-contract:before {
  content: "\e111";
}

.icon-maximize:before {
  content: "\e112";
}

.icon-minimize:before {
  content: "\e113";
}

.icon-plus:before {
  content: "\e114";
}

.icon-minus:before {
  content: "\e115";
}

.icon-check:before {
  content: "\e116";
}

.icon-cross:before {
  content: "\e117";
}

.icon-move:before {
  content: "\e118";
}

.icon-delete:before {
  content: "\e119";
}

.icon-menu:before {
  content: "\e120";
}

.icon-archive:before {
  content: "\e121";
}

.icon-inbox:before {
  content: "\e122";
}

.icon-outbox:before {
  content: "\e123";
}

.icon-file:before {
  content: "\e124";
}

.icon-file-add:before {
  content: "\e125";
}

.icon-file-subtract:before {
  content: "\e126";
}

.icon-help:before {
  content: "\e127";
}

.icon-open:before {
  content: "\e128";
}

.icon-ellipsis:before {
  content: "\e129";
}

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon.eot");
  src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"), url("../fonts/flaticon.woff") format("woff"), url("../fonts/flaticon.ttf") format("truetype"), url("../fonts/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  display: inline-block;
  font-family: Flaticon;
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flaticon-antenna16:before {
  content: "\e000";
}

.flaticon-batteries16:before {
  content: "\e001";
}

.flaticon-battery34:before {
  content: "\e002";
}

.flaticon-calculate12:before {
  content: "\e003";
}

.flaticon-cd-player:before {
  content: "\e004";
}

.flaticon-cellphone101:before {
  content: "\e005";
}

.flaticon-chatting:before {
  content: "\e006";
}

.flaticon-chips1:before {
  content: "\e007";
}

.flaticon-cinema69:before {
  content: "\e008";
}

.flaticon-cinema70:before {
  content: "\e009";
}

.flaticon-cinema71:before {
  content: "\e00a";
}

.flaticon-clean12:before {
  content: "\e00b";
}

.flaticon-clock243:before {
  content: "\e00c";
}

.flaticon-cloud-computing2:before {
  content: "\e00d";
}

.flaticon-coffee-shop21:before {
  content: "\e00e";
}

.flaticon-communication10:before {
  content: "\e00f";
}

.flaticon-computer-monitor3:before {
  content: "\e010";
}

.flaticon-computer-mouse29:before {
  content: "\e011";
}

.flaticon-computers34:before {
  content: "\e012";
}

.flaticon-controllers:before {
  content: "\e013";
}

.flaticon-disc39:before {
  content: "\e014";
}

.flaticon-document239:before {
  content: "\e015";
}

.flaticon-drawing33:before {
  content: "\e016";
}

.flaticon-earphones21:before {
  content: "\e017";
}

.flaticon-earphones22:before {
  content: "\e018";
}

.flaticon-energies:before {
  content: "\e019";
}

.flaticon-energy44:before {
  content: "\e01a";
}

.flaticon-eyeglasses28:before {
  content: "\e01b";
}

.flaticon-fans9:before {
  content: "\e01c";
}

.flaticon-flash6:before {
  content: "\e01d";
}

.flaticon-game-controller7:before {
  content: "\e01e";
}

.flaticon-game-controller8:before {
  content: "\e01f";
}

.flaticon-gamepad21:before {
  content: "\e020";
}

.flaticon-internet78:before {
  content: "\e021";
}

.flaticon-keyboards9:before {
  content: "\e022";
}

.flaticon-laptop-computer17:before {
  content: "\e023";
}

.flaticon-levels4:before {
  content: "\e024";
}

.flaticon-light-bulbs8:before {
  content: "\e025";
}

.flaticon-light128:before {
  content: "\e026";
}

.flaticon-light129:before {
  content: "\e027";
}

.flaticon-mail111:before {
  content: "\e028";
}

.flaticon-map-pointer10:before {
  content: "\e029";
}

.flaticon-microphone121:before {
  content: "\e02a";
}

.flaticon-microphone122:before {
  content: "\e02b";
}

.flaticon-monitor101:before {
  content: "\e02c";
}

.flaticon-monitor102:before {
  content: "\e02d";
}

.flaticon-music-player38:before {
  content: "\e02e";
}

.flaticon-music-player40:before {
  content: "\e02f";
}

.flaticon-musical161:before {
  content: "\e030";
}

.flaticon-musical162:before {
  content: "\e031";
}

.flaticon-networking7:before {
  content: "\e032";
}

.flaticon-nintendo15:before {
  content: "\e033";
}

.flaticon-office-material3:before {
  content: "\e034";
}

.flaticon-office-material4:before {
  content: "\e035";
}

.flaticon-office-material5:before {
  content: "\e036";
}

.flaticon-padlock107:before {
  content: "\e037";
}

.flaticon-phone-call10:before {
  content: "\e038";
}

.flaticon-phone-call12:before {
  content: "\e039";
}

.flaticon-photo-camera19:before {
  content: "\e03a";
}

.flaticon-photo-camera21:before {
  content: "\e03b";
}

.flaticon-photography46:before {
  content: "\e03c";
}

.flaticon-positive:before {
  content: "\e03d";
}

.flaticon-printer29:before {
  content: "\e03e";
}

.flaticon-printing31:before {
  content: "\e03f";
}

.flaticon-projection10:before {
  content: "\e040";
}

.flaticon-radio-box1:before {
  content: "\e041";
}

.flaticon-radio-waves:before {
  content: "\e042";
}

.flaticon-satellites3:before {
  content: "\e043";
}

.flaticon-skating6:before {
  content: "\e044";
}

.flaticon-smartphone160:before {
  content: "\e045";
}

.flaticon-smartphone161:before {
  content: "\e046";
}

.flaticon-sony2:before {
  content: "\e047";
}

.flaticon-space-ship2:before {
  content: "\e048";
}

.flaticon-stars67:before {
  content: "\e049";
}

.flaticon-storage-device1:before {
  content: "\e04a";
}

.flaticon-supermarket31:before {
  content: "\e04b";
}

.flaticon-tablet29:before {
  content: "\e04c";
}

.flaticon-technological:before {
  content: "\e04d";
}

.flaticon-technological1:before {
  content: "\e04e";
}

.flaticon-technology44:before {
  content: "\e04f";
}

.flaticon-technology45:before {
  content: "\e050";
}

.flaticon-technology46:before {
  content: "\e051";
}

.flaticon-technology47:before {
  content: "\e052";
}

.flaticon-telephone167:before {
  content: "\e053";
}

.flaticon-telephone169:before {
  content: "\e054";
}

.flaticon-transport264:before {
  content: "\e055";
}

.flaticon-transport277:before {
  content: "\e056";
}

.flaticon-tv-screen11:before {
  content: "\e057";
}

.flaticon-usb48:before {
  content: "\e058";
}

.flaticon-video-camera18:before {
  content: "\e059";
}

.flaticon-video-camera19:before {
  content: "\e05a";
}

.flaticon-video-game15:before {
  content: "\e05b";
}

.flaticon-video-player24:before {
  content: "\e05c";
}

.flaticon-video-player25:before {
  content: "\e05d";
}

.flaticon-video-player26:before {
  content: "\e05e";
}

.flaticon-vigilance:before {
  content: "\e05f";
}

.flaticon-wireless-connectivity13:before {
  content: "\e060";
}

.flaticon-wireless-internet6:before {
  content: "\e061";
}

.flaticon-wristwatch3:before {
  content: "\e062";
}

.flaticon-writing50:before {
  content: "\e063";
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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,
menu,
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-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dashed #2895f1;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

a:hover {
  color: #2895f1;
  text-decoration: none;
}

a:focus, a:active {
  outline: none;
}

img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-circle {
  border-radius: 50%;
}

.alignright {
	float: right;
    text-align: right;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #d9d9d9;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

::selection {
  color: #fff;
  background: #333;
}

::-moz-selection {
  color: #fff;
  background: #333;
}

kbd {
  background-color: #333;
  border-radius: 0;
}

.va-middle {
  vertical-align: middle;
}

.va-top {
  vertical-align: top;
}

.va-bottom {
  vertical-align: bottom;
}

.space-top {
  margin-top: 24px !important;
}

.space-top-2x {
  margin-top: 48px !important;
}

.space-top-3x {
  margin-top: 72px !important;
}

.space-bottom {
  margin-bottom: 24px !important;
}

.space-bottom-2x {
  margin-bottom: 48px !important;
}

.space-bottom-3x {
  margin-bottom: 72px !important;
}

.padding-top {
  padding-top: 24px !important;
}

.padding-top-2x {
  padding-top: 48px !important;
}

.padding-top-3x {
  padding-top: 72px !important;
}

.padding-bottom {
  padding-bottom: 24px !important;
}

.padding-bottom-2x {
  padding-bottom: 48px !important;
}

.padding-bottom-3x {
  padding-bottom: 72px !important;
}

@media screen and (max-width: 768px) {
  .space-top {
    margin-top: 16px !important;
  }
  .space-top-2x {
    margin-top: 36px !important;
  }
  .space-top-3x {
    margin-top: 48px !important;
  }
  .space-bottom {
    margin-bottom: 16px !important;
  }
  .space-bottom-2x {
    margin-bottom: 36px !important;
  }
  .space-bottom-3x {
    margin-bottom: 48px !important;
  }
  .padding-top {
    padding-top: 16px !important;
  }
  .padding-top-2x {
    padding-top: 36px !important;
  }
  .padding-top-3x {
    padding-top: 48px !important;
  }
  .padding-bottom {
    padding-bottom: 16px !important;
  }
  .padding-bottom-2x {
    padding-bottom: 36px !important;
  }
  .padding-bottom-3x {
    padding-bottom: 48px !important;
  }
}

.space-top-none {
  margin-top: 0 !important;
}

.space-bottom-none {
  margin-bottom: 0 !important;
}

.padding-top-none {
  padding-top: 0 !important;
}

.padding-bottom-none {
  padding-bottom: 0 !important;
}

.page-edit .edit-link {
  display: inline-block;
  margin-top: 24px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.no-border {
  border: none;
}

.inline-block {
  display: inline-block !important;
}

.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .tablet-center {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .mobile-center {
    text-align: center !important;
  }
}

.overflow-hidden {
  overflow: hidden;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
}

h1 {
  line-height: 1.1;
}

h1, h2 {
  margin-bottom: 36px;
}

h3, h4 {
  margin-bottom: 24px;
}

h5, h6 {
  margin-bottom: 16px;
}

h1 {
  font-size: 56px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
}

h2 {
  font-size: 48px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
}

h3 {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
}

h4 {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
}

h5 {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 53px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 43px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 47px;
  }
  h2 {
    font-size: 40px;
  }
}

p {
  margin: 0 0 24px;
}

.lead {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}

.text-lg {
  font-size: 18px;
}

.text-sm {
  font-size: 14px;
}

.text-xs {
  font-size: 12px;
}

small,
.small {
  font-size: 90%;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

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

.text-uppercase, .initialism {
  text-transform: uppercase;
}

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

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

.text-semibold {
  font-weight: 600;
}

.text-bold {
  font-weight: bold;
}

.text-normal {
  font-weight: normal;
}

.text-thin {
  font-weight: 300;
}

.text-gray {
  color: #666 !important;
}

.text-muted {
  color: #808080 !important;
}

.text-gray-light {
  color: #c5c5c5;
}

.text-light,
.text-white {
  color: #fff !important;
}

.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff !important;
}

.text-default {
  color: #2895f1 !important;
}

.text-primary {
  color: #1bdb68;
}

a.text-primary:hover {
  color: #15ae52;
}

.text-success {
  color: #19c55e;
}

a.text-success:hover {
  color: #139848;
}

.text-info {
  color: #62b7ff;
}

a.text-info:hover {
  color: #2fa0ff;
}

.text-warning {
  color: #d2a052;
}

a.text-warning:hover {
  color: #bf8832;
}

.text-danger {
  color: #e97961;
}

a.text-danger:hover {
  color: #e35334;
}

.bg-default,
.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger {
  color: #fff;
}

.bg-default {
  background-color: #2895f1;
}

a.bg-default:hover {
  background-color: #0e7cd8;
}

.bg-primary {
  background-color: #1bdb68;
}

a.bg-primary:hover {
  background-color: #15ae52;
}

.bg-success {
  background-color: #19c55e;
}

a.bg-success:hover {
  background-color: #139848;
}

.bg-info {
  background-color: #62b7ff;
}

a.bg-info:hover {
  background-color: #2fa0ff;
}

.bg-warning {
  background-color: #d2a052;
}

a.bg-warning:hover {
  background-color: #bf8832;
}

.bg-danger {
  background-color: #e97961;
}

a.bg-danger:hover {
  background-color: #e35334;
}

ul, ol {
  padding-left: 18px;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 1.8;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}

ul li, ol li {
  margin-bottom: 4px;
}

ol {
  padding-left: 22px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-featured {
  list-style: none;
  padding: 0;
}

.list-featured li {
  position: relative;
  padding-left: 18px;
}

.list-featured li:before {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 0;
  top: 13px;
  background-color: #2895f1;
  margin-right: 15px;
}

.list-featured.text-light li {
  color: #fff;
}

.list-featured.text-light li:before {
  background-color: #fff;
}

.text-light .list-featured li {
  color: #fff;
}

.text-light .list-featured li:before {
  background-color: #fff;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.list-icon {
  list-style: none;
  padding: 0;
}

.list-icon > li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 4px;
}

.list-icon > li > i {
  display: block;
  position: absolute;
  font-size: 1.25em;
  color: #2895f1;
  top: 6px;
  left: 0;
}

.list-icon > li > i.fa-envelope {
  font-size: 1.1em;
}

.list-icon > li > a {
  text-decoration: none;
}

.text-light .list-icon li i,
.text-light.list-icon li i {
  color: #fff;
}

dl {
  margin-top: 0;
  margin-bottom: 24px;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  color: #333;
  font-weight: bold;
}

dd {
  margin-left: 0;
  margin-bottom: 15px;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  position: relative;
  z-index: 10;
  padding: 0 0 0 75px;
  margin: 0;
  margin-bottom: 24px;
  text-transform: none;
  font-style: italic;
  color: #000;
  font-weight: 600;
}

blockquote cite {
  display: block;
  font-size: 14px;
  color: #808080;
  font-style: normal;
  margin-top: 16px;
  margin-left: -10px;
}

blockquote p {
  display: inline;
  font-size: 20px;
  background-color: #ddfae8;
  margin-bottom: 16px;
  padding: 3px;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.75;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 10px 0 0 #ddfae8, -10px 0 0 #ddfae8;
}

blockquote:before {
  position: absolute;
  display: block;
  content: "\201C";
  color: #2895f1;
  font-size: 120px;
  line-height: 1;
  margin-top: -15px;
  left: 0;
}

@media screen and (max-width: 480px) {
  blockquote {
    padding: 0 0 0 70px;
  }
  blockquote:before {
    font-size: 100px;
  }
}

blockquote.quote-shareable {
  cursor: pointer;
}

blockquote.quote-shareable .share-btn {
  position: absolute;
  z-index: 15;
  width: 48px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #55acee;
  color: #fff;
  font-size: 24px;
  cursor: default;
  left: 48%;
  margin: -60px 0 -24px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

blockquote.quote-shareable .share-btn:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(85, 172, 238, 0);
  border-top-color: #55acee;
  border-width: 6px;
  margin-left: -6px;
}

blockquote.quote-shareable:hover .share-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

blockquote.light-skin cite {
  color: #fff;
  opacity: .9;
}

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}

.fa-ul > li {
  margin-bottom: 5px;
}

.fa-li {
  top: 0.44444em !important;
}

.form-control,
textarea,
select,
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=url],
input[type=time],
input[type=tel],
input[type=search] {
  display: block;
  width: 100%;
  line-height: 1.5;
  height: 48px;
  font-size: 16px;
  color: #333;
  text-transform: none;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  padding: 0 20px;
  margin-bottom: 24px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.form-control:focus,
textarea:focus,
select:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=url]:focus,
input[type=time]:focus,
input[type=tel]:focus,
input[type=search]:focus {
  background-color: #faffbd;
  outline: none;
}

.form-control::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder {
  color: #666;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder {
  color: #666;
}

.form-control::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder {
  color: #666;
}

.form-control.placeholder,
textarea.placeholder,
select.placeholder,
input[type=text].placeholder,
input[type=email].placeholder,
input[type=password].placeholder,
input[type=number].placeholder,
input[type=url].placeholder,
input[type=time].placeholder,
input[type=tel].placeholder,
input[type=search].placeholder {
  color: #666;
}

.form-control.input-sm,
textarea.input-sm,
select.input-sm,
input[type=text].input-sm,
input[type=email].input-sm,
input[type=password].input-sm,
input[type=number].input-sm,
input[type=url].input-sm,
input[type=time].input-sm,
input[type=tel].input-sm,
input[type=search].input-sm {
  height: 36px;
  font-size: 14px;
}

textarea {
  height: auto !important;
  padding: 15px 20px !important;
}

.form-group {
  margin-bottom: 24px;
}

.form-group .form-control,
.form-group textarea,
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=password],
.form-group input[type=number],
.form-group input[type=url],
.form-group input[type=time],
.form-group input[type=tel],
.form-group input[type=search] {
  margin-bottom: 0;
}

label {
  display: block;
  color: #333;
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: bold;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select option.placeholder {
  color: #666;
}

select option {
  color: #333;
}

.form-control.error {
  border: 2px solid #e97961;
}

.form-control.error::-moz-placeholder {
  color: #e97961;
}

.form-control.error:-ms-input-placeholder {
  color: #e97961;
}

.form-control.error::-webkit-input-placeholder {
  color: #e97961;
}

.form-control.valid {
  border: 2px solid #19c55e;
}

.form-control.valid::-moz-placeholder {
  color: #19c55e;
}

.form-control.valid:-ms-input-placeholder {
  color: #19c55e;
}

.form-control.valid::-webkit-input-placeholder {
  color: #19c55e;
}

.response-holder {
  text-align: center;
  visibility: hidden;
  opacity: 0;
  padding: 12px 0;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
  padding: 10px 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.response-holder.error, .response-holder.success {
  visibility: visible;
  opacity: 1;
}

.response-holder.error {
  background-color: #e97961;
}

.response-holder.success {
  background-color: #19c55e;
}

.form-group + .checkbox,
.form-group + .checkbox-inline,
.form-group + .radio,
.form-group + .radio-inline,
.form-input + .checkbox,
.form-input + .checkbox-inline,
.form-input + .radio,
.form-input + .radio-inline {
  margin-top: 20px;
}

.checkbox,
.radio,
.checkbox-inline,
.radio-inline {
  position: relative;
  display: table;
  width: auto;
  font-size: 16px;
  color: #333;
  cursor: default;
  text-transform: none;
  font-weight: normal;
  padding-left: 25px;
  margin-bottom: 12px;
  margin-left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox.disabled,
.radio.disabled,
.checkbox-inline.disabled,
.radio-inline.disabled {
  color: silver;
  cursor: not-allowed;
}

.text-light.checkbox, .text-light.radio, .text-light.checkbox-inline, .text-light.radio-inline,
.text-light .checkbox,
.text-light .radio,
.text-light .checkbox-inline,
.text-light .radio-inline {
  color: #fff;
}

label.hover {
  cursor: pointer;
}

.checkbox-inline,
.radio-inline {
  display: inline-block;
  margin-right: 18px;
}

.text-right .checkbox-inline,
.text-right .radio-inline {
  margin-left: 15px;
  margin-right: 0;
}

.text-center .checkbox-inline,
.text-center .radio-inline {
  margin-left: 10px;
  margin-right: 10px;
}

.icheckbox,
.iradio {
  position: absolute;
  z-index: 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  left: 0;
  top: 4px;
  border: 1px solid #2895f1;
  background-clip: padding-box;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.icheckbox.disabled,
.iradio.disabled {
  border-color: silver;
  cursor: not-allowed;
}

.text-light .icheckbox,
.text-light .iradio {
  border: 1px solid #fff;
}

.icheckbox:before {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #2895f1;
  opacity: 0;
  top: 3px;
  left: 3px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.iradio,
.iradio:before {
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.iradio:before {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #2895f1;
  opacity: 0;
  top: 3px;
  left: 3px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.iradio.checked,
.icheckbox.checked {
  border-color: #2895f1;
}

.iradio.checked.disabled,
.icheckbox.checked.disabled {
  border-color: silver;
  cursor: not-allowed;
}

.iradio.checked.disabled:before,
.icheckbox.checked.disabled:before {
  background-color: silver;
}

.text-light .iradio:before {
  background-color: #fff;
}

.text-light .iradio.checked {
  border-color: #fff;
}

.iradio.checked:before,
.icheckbox.checked:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.text-right .checkbox-inline,
.text-right .radio-inline {
  margin-left: 25px;
  margin-right: 0;
}

.domain-search,
.help-search,
.shop-filter {
  position: relative;
  margin-top: 12px;
}

.domain-search button[type=submit],
.help-search button[type=submit],
.shop-filter button[type=submit] {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 33px;
  color: #fff;
  text-align: center;
  border: none;
  background-color: #1bdb68;
  top: 6px;
  right: 6px;
}

.domain-search button[type=submit]:active, .domain-search button[type=submit]:focus,
.help-search button[type=submit]:active,
.help-search button[type=submit]:focus,
.shop-filter button[type=submit]:active,
.shop-filter button[type=submit]:focus {
  outline: none;
}

.domain-search .form-control,
.help-search .form-control,
.shop-filter .form-control {
  margin-bottom: 12px;
}

.domain-search .domain-dropdown,
.domain-search .shop-filter-dropdown,
.help-search .domain-dropdown,
.help-search .shop-filter-dropdown,
.shop-filter .domain-dropdown,
.shop-filter .shop-filter-dropdown {
  position: absolute;
  top: 6px;
  right: 48px;
}

.domain-search .domain-dropdown > span,
.domain-search .shop-filter-dropdown > span,
.help-search .domain-dropdown > span,
.help-search .shop-filter-dropdown > span,
.shop-filter .domain-dropdown > span,
.shop-filter .shop-filter-dropdown > span {
  position: relative;
  display: block;
  height: 36px;
  line-height: 33px;
  color: #000;
  background-color: rgba(27, 219, 104, 0.25);
  white-space: nowrap;
  padding: 0 40px 0 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.domain-search .domain-dropdown > span:before,
.domain-search .shop-filter-dropdown > span:before,
.help-search .domain-dropdown > span:before,
.help-search .shop-filter-dropdown > span:before,
.shop-filter .domain-dropdown > span:before,
.shop-filter .shop-filter-dropdown > span:before {
  display: block;
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f107";
  color: #000;
  right: 15px;
  margin-top: 1px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.domain-search .domain-dropdown > span:hover,
.domain-search .shop-filter-dropdown > span:hover,
.help-search .domain-dropdown > span:hover,
.help-search .shop-filter-dropdown > span:hover,
.shop-filter .domain-dropdown > span:hover,
.shop-filter .shop-filter-dropdown > span:hover {
  background-color: #1bdb68;
}

.domain-search .domain-dropdown.active > span,
.domain-search .shop-filter-dropdown.active > span,
.help-search .domain-dropdown.active > span,
.help-search .shop-filter-dropdown.active > span,
.shop-filter .domain-dropdown.active > span,
.shop-filter .shop-filter-dropdown.active > span {
  background-color: #1bdb68;
}

.domain-search .domain-dropdown.active > span:before,
.domain-search .shop-filter-dropdown.active > span:before,
.help-search .domain-dropdown.active > span:before,
.help-search .shop-filter-dropdown.active > span:before,
.shop-filter .domain-dropdown.active > span:before,
.shop-filter .shop-filter-dropdown.active > span:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.domain-search .domain-dropdown > .dropdown,
.domain-search .shop-filter-dropdown > .dropdown,
.help-search .domain-dropdown > .dropdown,
.help-search .shop-filter-dropdown > .dropdown,
.shop-filter .domain-dropdown > .dropdown,
.shop-filter .shop-filter-dropdown > .dropdown {
  position: absolute;
  width: 175px;
  padding: 15px 15px 10px 15px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  top: 100%;
  right: 0;
  margin-top: 5px;
  display: none;
  -webkit-backface-visibility: hidden !important;
  -moz-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}

.domain-search .domain-dropdown > .dropdown > div,
.domain-search .shop-filter-dropdown > .dropdown > div,
.help-search .domain-dropdown > .dropdown > div,
.help-search .shop-filter-dropdown > .dropdown > div,
.shop-filter .domain-dropdown > .dropdown > div,
.shop-filter .shop-filter-dropdown > .dropdown > div {
  white-space: nowrap;
}

.domain-search .domain-dropdown > .dropdown .icheckbox,
.domain-search .domain-dropdown > .dropdown .iradio,
.domain-search .shop-filter-dropdown > .dropdown .icheckbox,
.domain-search .shop-filter-dropdown > .dropdown .iradio,
.help-search .domain-dropdown > .dropdown .icheckbox,
.help-search .domain-dropdown > .dropdown .iradio,
.help-search .shop-filter-dropdown > .dropdown .icheckbox,
.help-search .shop-filter-dropdown > .dropdown .iradio,
.shop-filter .domain-dropdown > .dropdown .icheckbox,
.shop-filter .domain-dropdown > .dropdown .iradio,
.shop-filter .shop-filter-dropdown > .dropdown .icheckbox,
.shop-filter .shop-filter-dropdown > .dropdown .iradio {
  top: 6px;
}

.domain-search .domain-dropdown.active > .dropdown,
.domain-search .shop-filter-dropdown.active > .dropdown,
.help-search .domain-dropdown.active > .dropdown,
.help-search .shop-filter-dropdown.active > .dropdown,
.shop-filter .domain-dropdown.active > .dropdown,
.shop-filter .shop-filter-dropdown.active > .dropdown {
  display: block;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation: flipIn 0.5s;
  -o-animation: flipIn 0.5s;
  animation: flipIn 0.5s;
}

@media screen and (max-width: 450px) {
  .domain-search .domain-dropdown > span,
  .domain-search .shop-filter-dropdown > span,
  .help-search .domain-dropdown > span,
  .help-search .shop-filter-dropdown > span,
  .shop-filter .domain-dropdown > span,
  .shop-filter .shop-filter-dropdown > span {
    width: 40px;
    padding-left: 0;
    color: transparent;
  }
}

.help-search {
  margin-top: 0;
}

.shop-filter {
  margin-top: 0;
}

.shop-filter .shop-filter-dropdown {
  position: relative;
  top: 0;
  right: auto;
  left: 0;
}

.shop-filter .shop-filter-dropdown > span {
  height: 59px;
  line-height: 57px;
}

.shop-filter .shop-filter-dropdown > .dropdown {
  width: 100%;
}

@-webkit-keyframes flipIn {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
  }
}

@-moz-keyframes flipIn {
  from {
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -moz-transform: perspective(400px);
  }
}

@keyframes flipIn {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -o-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -o-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -o-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -o-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    -ms-transform: perspective(400px);
    -o-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.get-app-form {
  position: relative;
}

.get-app-form .btn {
  position: absolute;
  right: 6px;
  top: 6px;
  margin: 0;
}

.get-app-form .form-control {
  padding-right: 135px;
}

.count-input {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  max-width: 130px;
  margin: 10px 0;
}

.count-input input {
  width: 100%;
  height: 48px;
  text-align: center;
  margin-bottom: 0;
}

.count-input input:focus {
  outline: none;
  background: inherit;
}

.count-input .incr-btn {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
  border: none;
  top: 50%;
  right: 5px;
  margin-top: -15px;
}

.count-input .incr-btn:first-child {
  right: auto;
  left: 5px;
}

caption {
  padding-top: 14px 15px;
  padding-bottom: 14px 15px;
  color: #666;
  text-align: left;
}

th {
  text-align: left;
}

table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #d9d9d9;
  margin-bottom: 24px;
}

table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  padding: 14px 15px;
  line-height: 1.5;
  vertical-align: top;
  border-bottom: 1px solid #d9d9d9;
}

table > thead > tr > th,
table > thead > tr > td {
  border-bottom-width: 1px !important;
}

table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #d9d9d9;
}

table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

table > tbody + tbody {
  border-top: 2px solid #d9d9d9;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > table > thead > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > table {
    border: 0;
  }
  .table-responsive > table > thead > tr > th:first-child,
  .table-responsive > table > thead > tr > td:first-child,
  .table-responsive > table > tbody > tr > th:first-child,
  .table-responsive > table > tbody > tr > td:first-child,
  .table-responsive > table > tfoot > tr > th:first-child,
  .table-responsive > table > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > table > thead > tr > th:last-child,
  .table-responsive > table > thead > tr > td:last-child,
  .table-responsive > table > tbody > tr > th:last-child,
  .table-responsive > table > tbody > tr > td:last-child,
  .table-responsive > table > tfoot > tr > th:last-child,
  .table-responsive > table > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > table > tbody > tr:last-child > th,
  .table-responsive > table > tbody > tr:last-child > td,
  .table-responsive > table > tfoot > tr:last-child > th,
  .table-responsive > table > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f6f6f6;
}

.btn {
  display: inline-block;
  height: 48px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 2px solid transparent;
  padding: 0 25px;
  margin: 10px 0;
  margin-right: 10px;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  background-color: #2895f1;
}

.btn:hover {
  background-color: #0e7cd8;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
  outline: none;
}

.btn:focus {
  outline: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
}

.btn.disabled, .btn[disabled] {
  cursor: not-allowed;
  background-color: #808080 !important;
}

.btn.disabled:hover, .btn[disabled]:hover {
  background-color: #808080 !important;
}

.btn i, .btn i:before {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-top: -2px;
  font-size: 19px;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  opacity: .5;
  pointer-events: none;
  pointer: not-allowed;
}

.btn-default, .btn-default:hover,
.btn-primary, .btn-primary:hover,
.btn-primary:active, .btn-primary:focus,
.btn-success, .btn-success:hover,
.btn-success:active, .btn-success:focus,
.btn-info, .btn-info:hover,
.btn-info:active, .btn-info:focus,
.btn-warning, .btn-warning:hover,
.btn-warning:active, .btn-warning:focus,
.btn-danger, .btn-danger:hover,
.btn-danger:active, .btn-danger:focus {
  color: #fff;
}

.btn-default {
  background-color: #2895f1;
}

.btn-default:hover {
  background-color: #0e7cd8;
}

.btn-primary {
  background-color: #1bdb68;
}

.btn-primary:hover {
  background-color: #15ae52;
}

.btn-success {
  background-color: #19c55e;
}

.btn-success:hover {
  background-color: #139848;
}

.btn-info {
  background-color: #62b7ff;
}

.btn-info:hover {
  background-color: #2fa0ff;
}

.btn-warning {
  background-color: #d2a052;
}

.btn-warning:hover {
  background-color: #bf8832;
}

.btn-danger {
  background-color: #e97961;
}

.btn-danger:hover {
  background-color: #e35334;
}

.btn-light {
  background-color: #fff;
  color: #000;
}

.btn-light:hover {
  color: #000;
  background-color: #fff;
}

.btn-light.btn-default, .btn-light.btn-default:hover {
  color: #2895f1;
}

.btn-light.btn-primary, .btn-light.btn-primary:hover {
  color: #1bdb68;
}

.btn-light.btn-info, .btn-light.btn-info:hover {
  color: #62b7ff;
}

.btn-light.btn-successt, .btn-light.btn-success:hover {
  color: #19c55e;
}

.btn-light.btn-warning, .btn-light.btn-warning:hover {
  color: #d2a052;
}

.btn-light.btn-danger, .btn-light.btn-danger:hover {
  color: #e97961;
}

.btn-ghost {
  background-color: transparent;
  color: #2895f1;
  border-color: #2895f1;
}

.btn-ghost:hover {
  color: #fff;
  background-color: #2895f1;
}

.btn-ghost.btn-default {
  background-color: transparent;
  color: #2895f1;
  border-color: #2895f1;
}

.btn-ghost.btn-default:hover {
  color: #fff;
  background-color: #2895f1;
}

.btn-ghost.btn-primary {
  background-color: transparent;
  color: #1bdb68;
  border-color: #1bdb68;
}

.btn-ghost.btn-primary:hover {
  color: #fff;
  background-color: #1bdb68;
}

.btn-ghost.btn-success {
  background-color: transparent;
  color: #19c55e;
  border-color: #19c55e;
}

.btn-ghost.btn-success:hover {
  color: #fff;
  background-color: #19c55e;
}

.btn-ghost.btn-info {
  background-color: transparent;
  color: #62b7ff;
  border-color: #62b7ff;
}

.btn-ghost.btn-info:hover {
  color: #fff;
  background-color: #62b7ff;
}

.btn-ghost.btn-warning {
  background-color: transparent;
  color: #d2a052;
  border-color: #d2a052;
}

.btn-ghost.btn-warning:hover {
  color: #fff;
  background-color: #d2a052;
}

.btn-ghost.btn-danger {
  background-color: transparent;
  color: #e97961;
  border-color: #e97961;
}

.btn-ghost.btn-danger:hover {
  color: #fff;
  background-color: #e97961;
}

.btn-ghost.btn-light {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.btn-ghost.btn-light:hover {
  color: #fff;
  background-color: #fff;
}

.btn-ghost.btn-light:hover {
  color: #000;
}

.btn-sm {
  height: 36px;
  font-size: 14px;
  line-height: 33px;
  padding: 0 20px;
}

.btn-alt {
  border-radius: 4px;
}

.btn-inline {
  margin-top: 0;
  margin-bottom: 0;
}

.btn i, .btn i:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

.btn-icon-left {
  padding-left: 21px;
}

.btn-icon-left i {
  margin-right: 7px;
}

.btn-icon-left.btn-sm {
  padding-left: 16px;
}

.btn-icon-right {
  padding-right: 21px;
}

.btn-icon-right i {
  margin-left: 7px;
  margin-top: -4px;
}

.btn-icon-right.btn-sm {
  padding-right: 16px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0;
}

.btn-block + .btn-block {
  margin-top: 12px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.text-center .btn {
  margin-left: 5px;
  margin-right: 5px;
}

.text-center .btn.btn-block {
  margin-left: 0;
  margin-right: 0;
}

.text-right .btn {
  margin-left: 10px;
  margin-right: 0;
}

.text-right .btn.btn-block {
  margin-left: 0;
}

.scroll-to-top-btn {
  display: block;
  position: fixed;
  width: 48px;
  height: 48px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  z-index: 9899;
  right: 16px;
  bottom: -96px;
  font-size: 20px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding-left: 1px;
  opacity: 0;
  -webkit-transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s, border-color 0.3s;
  -webkit-transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s, border-color 0.3s;
  -moz-transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s, border-color 0.3s;
  transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s, border-color 0.3s;
}

.scroll-to-top-btn i {
  color: #2895f1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.scroll-to-top-btn:hover {
  background-color: #2895f1;
  border-color: #2895f1;
}

.scroll-to-top-btn:hover i {
  color: #fff;
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}

.scroll-to-top-btn.visible {
  bottom: 14px;
  opacity: 1;
}

.btn-3d {
  text-transform: uppercase;
  border-radius: 6px;
  font-weight: bold;
  font-size: 15px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.btn-3d.btn-default {
  -webkit-box-shadow: 0px 4px 0px #0d71c5;
  box-shadow: 0px 4px 0px #0d71c5;
}

.btn-3d.btn-default:hover {
  background-color: #1089ef;
}

.btn-3d.btn-default:active {
  -webkit-box-shadow: 0px 0px 0px #0d71c5;
  box-shadow: 0px 0px 0px #0d71c5;
}

.btn-3d.btn-primary {
  -webkit-box-shadow: 0px 4px 0px #139b4a;
  box-shadow: 0px 4px 0px #139b4a;
}

.btn-3d.btn-primary:hover {
  background-color: #18c45d;
}

.btn-3d.btn-primary:active {
  -webkit-box-shadow: 0px 0px 0px #139b4a;
  box-shadow: 0px 0px 0px #139b4a;
}

.btn-3d.btn-info {
  -webkit-box-shadow: 0px 4px 0px #1b96ff;
  box-shadow: 0px 4px 0px #1b96ff;
}

.btn-3d.btn-info:hover {
  background-color: #49abff;
}

.btn-3d.btn-info:active {
  -webkit-box-shadow: 0px 0px 0px #1b96ff;
  box-shadow: 0px 0px 0px #1b96ff;
}

.btn-3d.btn-success {
  -webkit-box-shadow: 0px 4px 0px #118640;
  box-shadow: 0px 4px 0px #118640;
}

.btn-3d.btn-success:hover {
  background-color: #16ae53;
}

.btn-3d.btn-success:active {
  -webkit-box-shadow: 0px 0px 0px #118640;
  box-shadow: 0px 0px 0px #118640;
}

.btn-3d.btn-warning {
  -webkit-box-shadow: 0px 4px 0px #af7c2e;
  box-shadow: 0px 4px 0px #af7c2e;
}

.btn-3d.btn-warning:hover {
  background-color: #cd953e;
}

.btn-3d.btn-warning:active {
  -webkit-box-shadow: 0px 0px 0px #af7c2e;
  box-shadow: 0px 0px 0px #af7c2e;
}

.btn-3d.btn-danger {
  -webkit-box-shadow: 0px 4px 0px #e04422;
  box-shadow: 0px 4px 0px #e04422;
}

.btn-3d.btn-danger:hover {
  background-color: #e6664b;
}

.btn-3d.btn-danger:active {
  -webkit-box-shadow: 0px 0px 0px #e04422;
  box-shadow: 0px 0px 0px #e04422;
}

.btn-3d:active {
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}

.close-btn {
  font-size: 24px;
  background: none;
  border: none;
  color: #e97961;
  padding-left: 0;
  padding-right: 0;
}

.close-btn:focus {
  outline: none;
}

.login-btn,
.google-login,
.twitter-login,
.facebook-login {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin: 0;
  margin-bottom: 12px;
  padding: 0 45px 0 25px;
}

.login-btn > i,
.google-login > i,
.twitter-login > i,
.facebook-login > i {
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -7px;
}

.login-btn > i:before,
.google-login > i:before,
.twitter-login > i:before,
.facebook-login > i:before {
  font-size: 14px;
}

.google-login {
  background-color: #f4b400;
}

.google-login:hover {
  background-color: #c18e00;
}

.twitter-login {
  background-color: #55acee;
}

.twitter-login:hover {
  background-color: #2795e9;
}

.facebook-login {
  background-color: #3b5998;
}

.facebook-login:hover {
  background-color: #2d4373;
}

.btn-app-store,
.btn-google-play,
.btn-windows,
.btn-amazon {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  border: none;
  margin: 10px 10px 10px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.btn-app-store,
.btn-windows,
.btn-amazon {
  width: 216px;
  height: 72px;
}

.btn-google-play {
  width: 228px;
  height: 88px;
  margin-top: 15px;
}

.btn-app-store {
  background-image: url(../img/app-store.png);
}

.btn-google-play {
  background-image: url(../img/google-play.png);
}

.btn-amazon {
  background-image: url(../img/amazon.png);
}

.btn-windows {
  background-image: url(../img/windows.png);
}

.btn-kickstarter {
  background-color: #2bde73;
}

.btn-kickstarter:hover {
  background-color: #1db95c;
}

.btn-indie {
  background-color: #eb1478;
}

.btn-indie:hover {
  background-color: #bc1060;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.5);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.5);
}

.page-wrapper {
  position: relative;
  height: 100%;
}

.is-preloader .page-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.preloading .page-wrapper {
  visibility: hidden;
  opacity: 0;
}

/**********************
 *CSS Animations by:
 *http://codepen.io/vivinantony
***********************/
.spinner1 {
  position: absolute;
  left: 50%;
  margin-left: -30px;
}

.spinner1 span {
  display: block;
  bottom: 0px;
  width: 9px;
  height: 5px;
  background: #1bdb68;
  position: absolute;
  animation: preloader_1 1.5s  infinite ease-in-out;
}

.spinner1 span:nth-child(2) {
  left: 11px;
  animation-delay: .2s;
}

.spinner1 span:nth-child(3) {
  left: 22px;
  animation-delay: .4s;
}

.spinner1 span:nth-child(4) {
  left: 33px;
  animation-delay: .6s;
}

.spinner1 span:nth-child(5) {
  left: 44px;
  animation-delay: .8s;
}

@keyframes preloader_1 {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #1bdb68;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #2895f1;
  }
  50% {
    height: 5px;
    transform: translateY(0px);
    background: #1bdb68;
  }
  100% {
    height: 5px;
    transform: translateY(0px);
    background: #1bdb68;
  }
}

.spinner2 {
  width: 40px;
  height: 40px;
  position: relative;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce1 {
  background-color: #2895f1;
}

.double-bounce2 {
  background-color: #1bdb68;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.spinner3 {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-animation: rotate 2.0s infinite linear;
  animation: rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.dot1 {
  background-color: #2895f1;
}

.dot2 {
  background-color: #1bdb68;
}

.dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.spinner4 {
  width: 30px;
  height: 30px;
  background-color: #1bdb68;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.spinner5 {
  width: 32px;
  height: 32px;
  position: relative;
}

.cube1, .cube2 {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}

.cube1 {
  background-color: #2895f1;
}

.cube2 {
  background-color: #1bdb68;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.spinner6 {
  width: 50px;
  height: 30px;
  text-align: center;
}

.spinner6 > div {
  background-color: #1bdb68;
  height: 100%;
  width: 6px;
  margin-left: 2px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner6 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner6 .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner6 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner6 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.spinner7 {
  width: 90px;
  height: 30px;
  text-align: center;
}

.spinner7 > div {
  background-color: #1bdb68;
  height: 15px;
  width: 15px;
  margin-left: 3px;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
  animation: stretchdelay 0.7s infinite ease-in-out;
}

.spinner7 .circ2 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.spinner7 .circ3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.spinner7 .circ4 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.spinner7 .circ5 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: translateY(-10px);
  }
  20% {
    -webkit-transform: translateY(-20px);
  }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
  20% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
}

.preloader-light .double-bounce1, .preloader-light .double-bounce2,
.preloader-light .container1 > div, .preloader-light .container2 > div,
.preloader-light .container3 > div, .preloader-light .dot1, .preloader-light .dot2, .preloader-light .spinner4,
.preloader-light .cube1, .preloader-light .cube2, .preloader-light .spinner6 > div, .preloader-light .spinner7 > div {
  background-color: #fff !important;
}

/* Base class */
.social-bar a {
  display: inline-block;
  height: 36px;
  width: 36px;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  margin-right: 2px;
  margin-bottom: 6px;
  border: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.social-bar.text-center a {
  margin-left: 1px;
  margin-right: 1px;
}

.social-bar.text-right a {
  margin-left: 2px;
  margin-right: 0;
}

.social-bar.bar-fixed-right, .social-bar.bar-fixed-left {
  position: fixed;
  z-index: 9949;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  top: 50%;
  padding: 5px;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.social-bar.bar-fixed-right a, .social-bar.bar-fixed-left a {
  display: block;
  margin-right: 0;
}

.social-bar.bar-fixed-right a:last-child, .social-bar.bar-fixed-left a:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .social-bar.bar-fixed-right, .social-bar.bar-fixed-left {
    display: none;
  }
}

.social-bar.bar-fixed-left {
  right: auto;
  left: 16px;
}

.text-center .social-bar a {
  margin-left: 1px;
  margin-right: 1px;
}

.text-right .social-bar a {
  margin-left: 2px;
  margin-right: 0;
}

/* Email */
.sb-email {
  color: #2895f1;
  background-color: rgba(40, 149, 241, 0.1);
}

.sb-email:hover {
  color: #fff;
  background-color: #2895f1;
}

/* Behance */
.sb-behance {
  color: #1769ff;
  background-color: rgba(23, 105, 255, 0.1);
}

.sb-behance:hover {
  color: #fff;
  background-color: #1769ff;
}

/* Bitbucket */
.sb-bitbucket {
  color: #205081;
  background-color: rgba(32, 80, 129, 0.1);
}

.sb-bitbucket:hover, .sb-bitbucket:focus {
  color: #fff;
  background-color: #205081;
}

/* CodePen */
.sb-codepen {
  color: #76daff;
  background-color: rgba(118, 218, 255, 0.1);
}

.sb-codepen:hover, .sb-codepen:focus {
  color: #fff;
  background-color: #76daff;
}

/* DeviantArt */
.sb-deviantart {
  color: #4e6252;
  background-color: rgba(78, 98, 82, 0.1);
}

.sb-deviantart:hover, .sb-deviantart:focus {
  color: #fff;
  background-color: #4e6252;
}

/* Digg */
.sb-digg {
  color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.sb-digg:hover, .sb-digg:focus {
  color: #fff;
  background-color: #000;
}

/* Dribbble */
.sb-dribbble {
  color: #ea4c89;
  background-color: rgba(234, 76, 137, 0.1);
}

.sb-dribbble:hover, .sb-dribbble:focus {
  color: #fff;
  background-color: #ea4c89;
}

/* Dropbox */
.sb-dropbox {
  color: #007ee5;
  background-color: rgba(0, 126, 229, 0.1);
}

.sb-dropbox:hover, .sb-dropbox:focus {
  color: #fff;
  background-color: #007ee5;
}

/* Facebook */
.sb-facebook {
  color: #3b5998;
  background-color: rgba(59, 89, 152, 0.1);
}

.sb-facebook:hover, .sb-facebook:focus {
  color: #fff;
  background-color: #3b5998;
}

/* Flickr */
.sb-flickr {
  color: #0063dc;
  background-color: rgba(0, 99, 220, 0.1);
}

.sb-flickr:hover, .sb-flickr:focus {
  color: #fff;
  background-color: #0063dc;
}

/* Foursquare */
.sb-foursquare {
  color: #ef4b78;
  background-color: rgba(239, 75, 120, 0.1);
}

.sb-foursquare:hover, .sb-foursquare:focus {
  color: #fff;
  background-color: #ef4b78;
}

/* GitHub */
.sb-github {
  color: #4183c4;
  background-color: rgba(65, 131, 196, 0.1);
}

.sb-github:hover, .sb-github:focus {
  color: #fff;
  background-color: #4183c4;
}

/* Google+ */
.sb-google-plus {
  color: #dd4b39;
  background-color: rgba(221, 75, 57, 0.1);
}

.sb-google-plus:hover, .sb-google-plus:focus {
  color: #fff;
  background-color: #dd4b39;
}

/* Instagram */
.sb-instagram {
  color: #3f729b;
  background-color: rgba(63, 114, 155, 0.1);
}

.sb-instagram:hover, .sb-instagram:focus {
  color: #fff;
  background-color: #3f729b;
}

/* Jsfiddle */
.sb-jsfiddle {
  color: #4679bd;
  background-color: rgba(70, 121, 189, 0.1);
}

.sb-jsfiddle:hover, .sb-jsfiddle:focus {
  color: #fff;
  background-color: #4679bd;
}

/* LastFM */
.sb-lastfm {
  color: #e31b23;
  background-color: rgba(227, 27, 35, 0.1);
}

.sb-lastfm:hover, .sb-lastfm:focus {
  color: #fff;
  background-color: #e31b23;
}

/* LinkedIn */
.sb-linkedin {
  color: #0976b4;
  background-color: rgba(9, 118, 180, 0.1);
}

.sb-linkedin:hover, .sb-linkedin:focus {
  color: #fff;
  background-color: #0976b4;
}

/* PayPal */
.sb-paypal {
  color: #253b80;
  background-color: rgba(37, 59, 128, 0.1);
}

.sb-paypal:hover, .sb-paypal:focus {
  color: #fff;
  background-color: #253b80;
}

/* Pinterest */
.sb-pinterest {
  color: #cc2127;
  background-color: rgba(204, 33, 39, 0.1);
}

.sb-pinterest:hover, .sb-pinterest:focus {
  color: #fff;
  background-color: #cc2127;
}

/* Reddit */
.sb-reddit {
  color: #ff4500;
  background-color: rgba(255, 69, 0, 0.1);
}

.sb-reddit:hover, .sb-reddit:focus {
  color: #fff;
  background-color: #ff4500;
}

/* Skype */
.sb-skype {
  color: #00aff0;
  background-color: rgba(0, 175, 240, 0.1);
}

.sb-skype:hover, .sb-skype:focus {
  color: #fff;
  background-color: #00aff0;
}

/* SoundCloud */
.sb-soundcloud {
  color: #f80;
  background-color: rgba(255, 136, 0, 0.1);
}

.sb-soundcloud:hover, .sb-soundcloud:focus {
  color: #fff;
  background-color: #f80;
}

/* Stack Overflow */
.sb-stackoverflow {
  color: #fe7a15;
  background-color: rgba(254, 122, 21, 0.1);
}

.sb-stackoverflow:hover, .sb-stackoverflow:focus {
  color: #fff;
  background-color: #fe7a15;
}

/* Steam */
.sb-steam {
  color: #7da10e;
  background-color: rgba(125, 161, 14, 0.1);
}

.sb-steam:hover, .sb-steam:focus {
  color: #fff;
  background-color: #7da10e;
}

/* StumbleUpon */
.sb-stumbleupon {
  color: #eb4924;
  background-color: rgba(235, 73, 36, 0.1);
}

.sb-stumbleupon:hover, .sb-stumbleupon:focus {
  color: #fff;
  background-color: #eb4924;
}

/* Trello */
.sb-trello {
  color: #256a92;
  background-color: rgba(37, 106, 146, 0.1);
}

.sb-trello:hover, .sb-trello:focus {
  color: #fff;
  background-color: #256a92;
}

/* Tumblr */
.sb-tumblr {
  color: #35465c;
  background-color: rgba(53, 70, 92, 0.1);
}

.sb-tumblr:hover, .sb-tumblr:focus {
  color: #fff;
  background-color: #35465c;
}

/* Twitch */
.sb-twitch {
  color: #6441a5;
  background-color: rgba(100, 65, 165, 0.1);
}

.sb-twitch:hover, .sb-twitch:focus {
  color: #fff;
  background-color: #6441a5;
}

/* Twitter */
.sb-twitter {
  color: #55acee;
  background-color: rgba(85, 172, 238, 0.1);
}

.sb-twitter:hover, .sb-twitter:focus {
  color: #fff;
  background-color: #55acee;
}

/* Vimeo */
.sb-vimeo {
  color: #1ab7ea;
  background-color: rgba(26, 183, 234, 0.1);
}

.sb-vimeo:hover, .sb-vimeo:focus {
  color: #fff;
  background-color: #1ab7ea;
}

/* Vine */
.sb-vine {
  color: #00b488;
  background-color: rgba(0, 180, 136, 0.1);
}

.sb-vine:hover, .sb-vine:focus {
  color: #fff;
  background-color: #00b488;
}

/* VKontakte */
.sb-vk {
  color: #45668e;
  background-color: rgba(69, 102, 142, 0.1);
}

.sb-vk:hover, .sb-vk:focus {
  color: #fff;
  background-color: #45668e;
}

/* WeChat */
.sb-wechat {
  color: #98d11c;
  background-color: rgba(152, 209, 28, 0.1);
}

.sb-wechat:hover, .sb-wechat:focus {
  color: #fff;
  background-color: #98d11c;
}

/* WordPress */
.sb-wordpress {
  color: #21759b;
  background-color: rgba(33, 117, 155, 0.1);
}

.sb-wordpress:hover, .sb-wordpress:focus {
  color: #fff;
  background-color: #21759b;
}

/* XING */
.sb-xing {
  color: #026466;
  background-color: rgba(2, 100, 102, 0.1);
}

.sb-xing:hover, .sb-xing:focus {
  color: #fff;
  background-color: #026466;
}

/* Yahoo! */
.sb-yahoo {
  color: #400191;
  background-color: rgba(64, 1, 145, 0.1);
}

.sb-yahoo:hover, .sb-yahoo:focus {
  color: #fff;
  background-color: #400191;
}

/* Yelp */
.sb-yelp {
  color: #af0606;
  background-color: rgba(175, 6, 6, 0.1);
}

.sb-yelp:hover, .sb-yelp:focus {
  color: #fff;
  background-color: #af0606;
}

/* YouTube */
.sb-youtube {
  color: #e52d27;
  background-color: rgba(229, 45, 39, 0.1);
}

.sb-youtube:hover, .sb-youtube:focus {
  color: #fff;
  background-color: #e52d27;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  -o-transform: translate(0, -40%);
  transform: translate(0, -40%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  width: 100%;
  max-width: 410px;
  margin: 100px auto 50px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.modal-dialog .close-btn {
  font-size: 36px;
  font-weight: 300;
  position: absolute;
  top: -45px;
  right: 15px;
  color: #fff;
}

.modal-content {
  position: relative;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  padding: 36px;
}

.modal-content .form-control {
  margin-bottom: 16px;
}

.modal-content form a {
  border-bottom-style: dotted;
}

.modal-content form .btn {
  margin: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9990;
  background-color: #2895f1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.modal .close {
  margin-top: -2px;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.navbar {
  position: relative;
  z-index: 9899;
  width: 100%;
  top: 0;
  left: 0;
}

.navbar .topbar {
  position: relative;
  padding: 18px 0 30px 0;
  background-color: #fff;
  overflow: hidden;
}

.navbar .topbar > .container {
  position: relative;
}

.navbar .toolbar {
  position: absolute;
  top: 50%;
  right: 15px;
  text-align: right;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar .toolbar > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.navbar .toolbar > *:first-child {
  margin-right: 22px;
}

.navbar .toolbar > *:last-child {
  margin-right: 0;
}

.navbar .toolbar a {
  padding-bottom: 2px;
}

.navbar .toolbar a:focus {
  outline: none;
}

.navbar .toolbar .cart-btn,
.navbar .toolbar .search-btn > i {
  width: 36px;
  height: 36px;
  color: #2895f1;
  text-align: center;
  line-height: 31px;
  border: 1px solid #d9d9d9;
  padding-bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar .toolbar .cart-btn:hover,
.navbar .toolbar .search-btn > i:hover {
  color: #fff;
  background-color: #2895f1;
  border-color: #2895f1;
}

.navbar .toolbar .search-btn {
  position: relative;
}

.navbar .toolbar .search-btn .search-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.navbar .toolbar .search-btn .search-box button[type="submit"] {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 0.9;
  padding: 0;
  top: 3px;
  right: 3px;
  color: #fff;
  text-align: center;
  border: none;
  background-color: #1bdb68;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.navbar .toolbar .search-btn .search-box button[type="submit"]:focus {
  outline: 0;
}

.navbar .toolbar .search-btn .search-box button[type="submit"]:hover {
  background-color: #15ae52;
}

.navbar .toolbar .search-btn .search-box.open {
  visibility: visible;
  opacity: 1;
  width: 560px;
}

.navbar .mobile-socials {
  display: none;
}

.site-logo {
  display: block;
  width: 138px;
  text-decoration: none;
  border: none;
  top: 50%;
  left: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-navigation {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  top: -100px;
  -webkit-transition: top 0.4s;
  -o-transition: top 0.4s;
  transition: top 0.4s;
}

.main-navigation .menu {
  display: table;
  list-style: none;
  padding: 0;
  text-align: center;
  margin: -1px auto;
}

.main-navigation .menu:before, .main-navigation .menu:after {
  content: " ";
  display: table;
}

.main-navigation .menu:after {
  clear: both;
}

.main-navigation .menu li > a {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.main-navigation .menu > li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
}

.main-navigation .menu > li > a {
  display: block;
  padding-bottom: 0;
  border: none;
  padding: 14px 36px;
  font-size: 16px;
  text-align: center;
}

.main-navigation .menu > li > a i {
  display: block;
  font-size: 47px;
  color: #2895f1;
  line-height: 1;
  margin-top: 7px;
  margin-bottom: 12px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.main-navigation .menu > li.current-page-ancestor > a,
.main-navigation .menu > li.current-menu-ancestor > a,
.main-navigation .menu > li.current-menu-parent > a,
.main-navigation .menu > li.current-page-parent > a,
.main-navigation .menu > li.current_page_parent > a,
.main-navigation .menu > li.current_page_ancest > a,
.main-navigation .menu > li.current-menu-item > a,
.main-navigation .menu > li.current_page_item > a {
  position: relative;
  color: #fff;
  background-color: #2895f1;
}

.main-navigation .menu > li.current-page-ancestor > a > i,
.main-navigation .menu > li.current-menu-ancestor > a > i,
.main-navigation .menu > li.current-menu-parent > a > i,
.main-navigation .menu > li.current-page-parent > a > i,
.main-navigation .menu > li.current_page_parent > a > i,
.main-navigation .menu > li.current_page_ancest > a > i,
.main-navigation .menu > li.current-menu-item > a > i,
.main-navigation .menu > li.current_page_item > a > i {
  color: #fff;
}

.main-navigation .menu > li.current-page-ancestor > a:after,
.main-navigation .menu > li.current-menu-ancestor > a:after,
.main-navigation .menu > li.current-menu-parent > a:after,
.main-navigation .menu > li.current-page-parent > a:after,
.main-navigation .menu > li.current_page_parent > a:after,
.main-navigation .menu > li.current_page_ancest > a:after,
.main-navigation .menu > li.current-menu-item > a:after,
.main-navigation .menu > li.current_page_item > a:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2895f1;
  left: 50%;
  bottom: -6px;
  margin-left: -6px;
}

.main-navigation .menu > li:hover > a {
  position: relative;
  color: #fff;
  background-color: #2895f1;
}

.main-navigation .menu > li:hover > a > i {
  color: #fff;
}

.main-navigation .menu > li .sub-menu,
.main-navigation .menu > li .mega-menu {
  display: none;
  position: absolute;
  list-style: none;
  width: 265px;
  padding: 24px;
  background-color: #2895f1;
  text-align: left;
  left: 0;
  top: 100%;
  margin-top: -1px;
}

.main-navigation .menu > li .mega-menu {
  width: 700px;
}

.main-navigation .menu > li .mega-menu:before, .main-navigation .menu > li .mega-menu:after {
  content: " ";
  display: table;
}

.main-navigation .menu > li .mega-menu:after {
  clear: both;
}

.main-navigation .menu > li .mega-menu > ul {
  float: left;
  width: 36%;
  list-style: none;
  padding: 0 25px 0 0;
}

.main-navigation .menu > li .mega-menu .content {
  width: 64%;
  float: left;
}

.main-navigation .menu > li .mega-menu > ul > li,
.main-navigation .menu > li .sub-menu > li {
  display: block;
  margin-bottom: 12px;
}

.main-navigation .menu > li .mega-menu > ul > li:last-child,
.main-navigation .menu > li .sub-menu > li:last-child {
  margin-bottom: 0;
}

.main-navigation .menu > li .mega-menu > ul > li > a,
.main-navigation .menu > li .sub-menu > li > a {
  position: relative;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  padding: 0 12px;
  border: 1px solid #1bdb68;
}

.main-navigation .menu > li .mega-menu > ul > li > a:hover,
.main-navigation .menu > li .sub-menu > li > a:hover {
  background-color: #1bdb68;
}

.main-navigation .menu > li .mega-menu > ul > li.current-menu-item > a,
.main-navigation .menu > li .mega-menu > ul > li.current_page_item > a,
.main-navigation .menu > li .sub-menu > li.current-menu-item > a,
.main-navigation .menu > li .sub-menu > li.current_page_item > a {
  background-color: #1bdb68;
}

.main-navigation .menu > li:hover .sub-menu, .main-navigation .menu > li:hover .mega-menu {
  display: block;
  -webkit-animation: fadeIn 0.35s;
  -o-animation: fadeIn 0.35s;
  animation: fadeIn 0.35s;
}

.main-navigation.stuck {
  position: fixed;
  top: 0;
  left: 0;
  border-left: 0;
  border-right: 0;
}

.main-navigation.stuck .menu > li > a > i {
  font-size: 0px;
  margin: 0;
}

.main-navigation .soon {
  color: #f7d412;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.nav-toggle {
  display: none;
  position: absolute;
  z-index: 1;
  width: 36px;
  height: 47px;
  right: 15px;
  top: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nav-toggle span {
  position: absolute;
  width: 36px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  background-color: #2895f1;
}

.nav-toggle span:before, .nav-toggle span:after {
  position: absolute;
  content: "";
  width: 36px;
  height: 2px;
  left: 0;
  background-color: #2895f1;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.nav-toggle span:before {
  top: -5px;
}

.nav-toggle span:after {
  bottom: -5px;
}

.nav-toggle.active span {
  width: 0px;
}

.nav-toggle.active span:before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.nav-toggle.active span:after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.navbar-fullwidth > .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.navbar-fullwidth .main-navigation {
  padding-left: 15px;
  padding-right: 15px;
  border-left: none;
  border-right: 0;
}

.navbar-fullwidth .topbar > .container {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .navbar {
    background-color: #fff;
  }
  .navbar .topbar {
    padding-bottom: 18px;
  }
  .navbar .nav-toggle {
    display: block;
  }
  .navbar .toolbar {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    margin-top: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar .toolbar .search-btn .search-box.open {
    width: 280px;
  }
  .navbar .toolbar.expanded {
    margin-top: 15px;
    max-height: 120px;
  }
  .navbar .mobile-socials {
    display: block;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
  .navbar .mobile-socials.expanded {
    padding-top: 24px;
    max-height: 80px;
  }
  .navbar .main-navigation {
    position: relative;
    overflow: hidden;
    max-height: 0;
    border-color: transparent !important;
    top: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .navbar .main-navigation.expanded {
    max-height: 2000px;
    border: 1px solid #d9d9d9 !important;
  }
  .navbar .main-navigation .menu {
    display: block;
    width: 100%;
  }
  .navbar .main-navigation .menu > li {
    position: static;
    width: 100%;
    margin-bottom: 5px;
  }
  .navbar .main-navigation .menu > li:last-child {
    margin-bottom: 0;
  }
  .navbar .main-navigation .menu > li.current-page-ancestor > a:after,
  .navbar .main-navigation .menu > li.current-menu-ancestor > a:after,
  .navbar .main-navigation .menu > li.current-menu-parent > a:after,
  .navbar .main-navigation .menu > li.current-page-parent > a:after,
  .navbar .main-navigation .menu > li.current_page_parent > a:after,
  .navbar .main-navigation .menu > li.current_page_ancest > a:after,
  .navbar .main-navigation .menu > li.current-menu-item > a:after,
  .navbar .main-navigation .menu > li.current_page_item > a:after {
    display: none;
  }
  .navbar .main-navigation .menu > li .sub-menu,
  .navbar .main-navigation .menu > li .mega-menu {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .navbar .main-navigation .menu > li .sub-menu.expanded,
  .navbar .main-navigation .menu > li .mega-menu.expanded {
    max-height: 1000px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .navbar .main-navigation .menu > li .mega-menu > ul {
    float: none;
    width: 100%;
    padding: 0 0 20px 0;
  }
  .navbar .main-navigation .menu > li .mega-menu .content {
    width: 100%;
    float: none;
  }
  .navbar .main-navigation .menu > li:hover .sub-menu, .navbar .main-navigation .menu > li:hover .mega-menu {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
  .navbar .main-navigation .menu > li.active > a {
    color: #fff;
    background-color: #2895f1;
  }
  .navbar .main-navigation .menu > li.active > a > i {
    color: #fff;
  }
  .navbar .main-navigation.stuck {
    position: relative;
    top: auto;
    left: auto;
  }
  .navbar .main-navigation.stuck .menu > li > a > i {
    font-size: 47px;
    margin-top: 7px;
    margin-bottom: 12px;
  }
  .navbar-fullwidth > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-fullwidth .main-navigation {
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #d9d9d9;
  }
  .sticky-wrapper {
    height: auto !important;
  }
}

.post-meta {
  display: table;
  width: 100%;
  margin-bottom: 24px;
}

.post-meta .column {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}

.post-meta .column:last-child {
  text-align: right;
  padding-left: 25px;
}

.post-meta span, .post-meta a {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}

.post-meta span > i, .post-meta a > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  color: #2895f1;
  margin-top: -5px;
  margin-right: 1px;
}

.post-meta span {
  color: #808080;
  margin-right: 5px;
  margin-bottom: 6px;
}

.post-meta span.post-comments > i {
  padding-left: 2px;
}

.post-meta span.post-comments > a {
  border-bottom: 0;
}

.post-item {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  margin-bottom: 30px;
}

.post-item .post-thumb {
  display: block;
  padding-bottom: 0;
  border: none;
}

.post-item .post-body {
  text-align: center;
  padding: 17px 24px 36px 24px;
}

.post-item .post-body p {
  color: #666;
  margin-bottom: 12px;
}

.post-item .post-meta {
  padding-bottom: 9px;
  border-bottom: 1px solid #d9d9d9;
}

.post-item .post-title {
  display: block;
  color: #333;
  padding-bottom: 0;
  border: none;
  padding-top: 5px;
  margin-bottom: 24px;
}

.post-item .post-title > h3 {
  font-size: 24px;
  margin-bottom: 0;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.post-item .post-title:hover > h2, .post-item .post-title:hover > h3,
.post-item .post-title:hover > h4, .post-item .post-title:hover > h4 {
  color: #2895f1;
}

.grid-item .post-item {
  margin-bottom: 0;
}

.sticky {
  border-color: #1bdb68;
}

.sticky .post-meta .post-format,
.format-image .post-meta .post-format,
.format-gallery .post-meta .post-format,
.format-video .post-meta .post-format,
.format-audio .post-meta .post-format,
.format-quote .post-meta .post-format,
.format-link .post-meta .post-format,
.format-chat .post-meta .post-format {
  display: inline-block;
  vertical-align: middle;
  font-family: "feather";
  font-size: 24px;
  color: #2895f1;
  margin-top: 2px;
  margin-right: 7px;
  line-height: 1;
}

.format-standard .post-meta .post-format {
  display: none;
}

.format-standard.sticky .post-meta .post-format {
  display: inline-block;
}

.sticky .post-meta .post-format:before {
  content: "\e007";
}

.format-image .post-meta .post-format:before {
  content: "\e010";
}

.format-gallery .post-meta .post-format:before {
  content: "\e033";
}

.format-video .post-meta .post-format:before {
  content: "\e018";
}

.format-audio .post-meta .post-format:before {
  content: "\e098";
}

.format-quote .post-meta .post-format:before {
  content: "\e025";
}

.format-link .post-meta .post-format:before {
  content: "\e005";
}

.format-chat .post-meta .post-format:before {
  content: "\e076";
}

.post-tools {
  display: table;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
}

.post-tools .column {
  display: table-cell;
  vertical-align: middle;
}

.post-tools .column:first-child {
  width: 60%;
}

.post-tools .column:last-child {
  width: 40%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .post-tools {
    display: block;
  }
  .post-tools .column {
    display: block;
    width: 100% !important;
    margin-bottom: 24px;
  }
  .post-tools .column:last-child {
    text-align: left;
    margin-bottom: 0;
  }
}

.pagination {
  padding-top: 6px;
  border-top: 1px solid #d9d9d9;
  margin-top: 28px;
}

.pagination .nav-links a, .pagination .nav-links span {
  display: inline-block;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  border: none;
  padding: 8px 15px 8px 15px;
  word-wrap: no-wrap;
  overflow-wrap: no-wrap;
  margin: 0 0 10px -2px;
}

.pagination .nav-links a.current, .pagination .nav-links span.current {
  color: #fff;
  background-color: #2895f1;
}

.pagination .nav-links span {
  cursor: default;
}

.pagination .nav-links a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.pagination .nav-links a:hover {
  color: #2895f1;
}

.page-title {
  width: 100%;
  padding-top: 36px;
  margin-bottom: 28px;
}

.page-title .inner {
  display: table;
  width: 100%;
}

.page-title .column {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.page-title .column:last-child {
  text-align: right;
}

.page-title .title {
  display: inline-block;
  position: relative;
  padding: 8px 36px 8px 14px;
  background-color: #2895f1;
  overflow: hidden;
}

.page-title .title h1 {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 0;
}

.page-title .title:before, .page-title .title:after {
  display: block;
  position: absolute;
  content: "";
  right: -64px;
  width: 0;
  height: 0;
}

.page-title .title:before {
  top: -59px;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 122px solid #fff;
}

.page-title .title:after {
  bottom: -61px;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 122px solid #fff;
}

.page-title .breadcrumbs {
  display: inline-block;
  border: 1px solid #d9d9d9;
  padding: 9px 24px 11px 24px;
}

.page-title .breadcrumbs > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.page-title .breadcrumbs > *:last-child {
  margin-right: 0;
}

.page-title .breadcrumbs a {
  border-bottom: 1px dotted #000;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.page-title .breadcrumbs a:hover {
  border-color: #2895f1;
}

.page-title .breadcrumbs span {
  font-weight: 600;
}

.page-title .breadcrumbs .delimiter {
  color: #2895f1;
}

.page-title.pt-fullwidth > .container {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page-title .inner, .page-title .column {
    display: block;
    width: 100%;
  }
  .page-title .inner:last-child, .page-title .column:last-child {
    text-align: left;
    padding-top: 15px;
  }
}

.comments-area h4 {
  margin-bottom: 33px !important;
}

.comment {
  margin-bottom: 36px;
}

.comment.depth-2 {
  margin-top: 28px;
  padding-left: 90px;
}

.comment .comment-body {
  border-bottom: 1px solid #d9d9d9;
}

.comment .comment-meta {
  display: table;
  width: 100%;
  font-size: 14px;
  color: #808080;
  margin-bottom: 20px;
}

.comment .comment-meta .column {
  display: table-cell;
  vertical-align: middle;
}

.comment .comment-meta .column:last-child {
  text-align: right;
}

.comment .comment-meta .comment-autor,
.comment .comment-meta .comment-date,
.comment .comment-meta .comment-reply {
  display: inline-block;
  font-size: 14px;
  margin-right: 18px;
}

.comment .comment-meta .comment-autor > i,
.comment .comment-meta .comment-date > i,
.comment .comment-meta .comment-reply > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  color: #2895f1;
  margin-top: -5px;
  margin-right: 4px;
}

.comment .comment-meta .comment-autor > i.icon-reply,
.comment .comment-meta .comment-date > i.icon-reply,
.comment .comment-meta .comment-reply > i.icon-reply {
  font-size: 13px;
}

.comment .comment-meta .comment-date {
  margin-right: 0;
}

@media screen and (max-width: 600px) {
  .comment.depth-2 {
    padding-left: 25px;
  }
}

.comment-respond {
  padding: 24px;
  border: 1px solid #d9d9d9;
  margin-top: 60px;
}

.comment-respond .logged-in-as {
  font-size: 12px;
  padding-bottom: 10px;
}

.comment-respond .form-submit {
  margin-bottom: 0;
}

.comment-respond .form-submit > .btn {
  margin-bottom: 0;
}

.comment-reply-title small {
  font-size: 12px;
  font-style: normal;
}

.comment-navigation a,
.comment-navigation span {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 8px;
}

.comment-navigation span {
  color: #2895f1;
  font-weight: bold;
}

.block-title {
  margin-bottom: 48px;
}

.block-title small {
  display: block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2;
  margin-top: 5px;
  letter-spacing: .1em;
}

.text-light .block-title small,
.text-light.block-title small {
  color: #fff;
  font-weight: 600;
}

.switch-wrap .label {
  display: inline-block;
  vertical-align: middle;
  color: #666;
}

.switch-wrap .switch-inner {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

.switch-wrap .switch-inner > img, .switch-wrap .switch-inner .switch {
  display: inline-block;
  vertical-align: middle;
}

.switch-wrap .switch {
  width: 72px;
  height: 36px;
  border: 1px solid #d9d9d9;
  padding: 5px 0 0 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch-wrap .switch div {
  position: relative;
  width: 60px;
  height: 24px;
  background-color: rgba(40, 149, 241, 0.15);
  overflow: hidden;
}

.switch-wrap .switch div .knob {
  display: block;
  position: absolute;
  height: 100%;
  width: 24px;
  background-color: #2895f1;
  left: 0;
  top: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.switch-wrap .switch div .knob:after, .switch-wrap .switch div .knob:before {
  position: absolute;
  display: block;
  font-family: "feather";
  line-height: 1.3;
  font-size: 18px;
  color: #2895f1;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.switch-wrap .switch div .knob:before {
  content: "\e094";
  left: -27px;
}

.switch-wrap .switch div .knob:after {
  content: "\e095";
  right: -27px;
  opacity: 1;
}

.switch-wrap .switch.on div .knob {
  -webkit-transform: translateX(36px);
  -moz-transform: translateX(36px);
  -ms-transform: translateX(36px);
  -o-transform: translateX(36px);
  transform: translateX(36px);
}

.switch-wrap .switch.on div .knob:before {
  opacity: 1;
}

.pricing-table,
.schedule-table {
  overflow-x: auto;
  min-height: 0.01%;
}

.pricing-table table,
.schedule-table table {
  width: 100%;
  min-width: 940px;
  background-color: #fff;
  table-layout: fixed;
}

.pricing-table table td,
.schedule-table table td {
  position: relative;
  padding: 14px 20px;
}

.pricing-table table td span,
.schedule-table table td span {
  display: block;
}

.pricing-table table td a,
.schedule-table table td a {
  display: inline-block;
}

.pricing-table table tr:first-child > td,
.schedule-table table tr:first-child > td {
  padding-top: 62px;
  padding-bottom: 31px;
}

.pricing-table colgroup col.featured,
.schedule-table colgroup col.featured {
  border: 2px solid #1bdb68;
}

.pricing-table .img-icon,
.schedule-table .img-icon {
  position: absolute;
  display: block;
  width: 43px;
  top: 14px;
  left: 20px;
}

.pricing-table .img-icon img,
.schedule-table .img-icon img {
  width: 100%;
}

.pricing-table .infinity,
.schedule-table .infinity {
  font-family: Arial;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.pricing-table .infinity:before,
.schedule-table .infinity:before {
  content: "8";
}

.pricing-table .available, .pricing-table .not-available,
.schedule-table .available,
.schedule-table .not-available {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.pricing-table .not-available,
.schedule-table .not-available {
  background-color: #fd8369;
}

.pricing-table .available,
.schedule-table .available {
  background-color: #1bdb68;
}

@media screen and (max-width: 991px) {
  .pricing-table,
  .schedule-table {
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.text-center.pricing-table .img-icon, .text-center.schedule-table .img-icon {
  left: 50%;
  margin-left: -22px;
}

.box-with-icon {
  display: block;
  width: 100%;
  max-width: 380px;
  margin: 0 auto 20px auto;
  cursor: default;
}

.box-with-icon .bwi-inner {
  width: 100%;
  padding: 15px 24px 25px 24px;
  background-color: #fff;
}

.box-with-icon .bwi-icon {
  display: inline-block;
  width: 96px;
  margin-bottom: 21px;
}

.box-with-icon .bwi-icon > i {
  font-size: 4.5em;
  line-height: 96px;
  color: #2895f1;
}

.box-with-icon .bwi-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 21px;
}

.box-with-icon .bwi-text {
  font-size: 18px;
  color: #666;
  font-weight: normal;
  margin-bottom: 0;
}

.box-with-icon.bwi-expandable {
  position: relative;
  z-index: 1;
  min-height: 250px;
}

.box-with-icon.bwi-expandable .bwi-inner {
  position: absolute;
  width: 100%;
  max-height: 250px;
  top: 0;
  left: 0;
  border: 2px solid transparent;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.box-with-icon.bwi-expandable:hover {
  z-index: 5;
}

.box-with-icon.bwi-expandable:hover .bwi-inner {
  border-color: #1bdb68;
  max-height: 600px;
}

.box-with-icon.bwi-horizontal {
  margin-bottom: 30px;
}

.box-with-icon.bwi-horizontal .bwi-inner {
  display: table;
  padding: 0;
}

.box-with-icon.bwi-horizontal .bwi-inner .bwi-icon,
.box-with-icon.bwi-horizontal .bwi-inner .bwi-content {
  display: table-cell;
  vertical-align: top;
}

.box-with-icon.bwi-horizontal .bwi-inner .bwi-icon > img,
.box-with-icon.bwi-horizontal .bwi-inner .bwi-content > img {
  width: 100%;
}

.box-with-icon.bwi-horizontal .bwi-inner .bwi-icon {
  width: 106px;
  padding-right: 12px;
}

.box-with-icon.bwi-block {
  max-width: 100%;
}

a.box-with-icon {
  cursor: pointer;
}

.image-box {
  display: block;
  max-width: 300px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #d9d9d9;
  margin: 0 auto 30px auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: default;
}

.image-box > img {
  display: block;
  margin: 0 auto 8px auto;
}

.image-box .ib-text {
  padding: 0 15px 48px;
}

.image-box .ib-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
}

.image-box p {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}

.image-box:hover {
  border-color: #1bdb68;
  -webkit-box-shadow: 0px 0px 0px 1px #1bdb68;
  box-shadow: 0px 0px 0px 1px #1bdb68;
}

a.image-box {
  cursor: pointer;
}

.testimonial {
  width: 100%;
  max-width: 380px;
  padding: 32px 24px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #1bdb68;
  margin: 0 auto 30px auto;
}

.testimonial .author-ava {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  margin: 0 auto 24px auto;
  overflow: hidden;
}

.testimonial .author-ava > img {
  border-radius: 50%;
}

.testimonial .author-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 3px;
}

.testimonial .text {
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}

.testimonial .text:after {
  display: block;
  content: "\201C";
  font-size: 3.5em;
  line-height: 0.6;
  margin: 15px auto 0 auto;
}

.fw-section {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fw-section[data-stellar-background-ratio] {
  background-size: auto;
}

.fw-section .container,
.fw-section .container-fluid {
  position: relative;
  z-index: 5;
}

.fw-section .overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #333;
}

.fw-section .overlay.overlay-light {
  background-color: #fff;
}

.fw-section.border-top {
  border-top: 1px solid #d9d9d9;
}

.fw-section.border-bottom {
  border-bottom: 1px solid #d9d9d9;
}

.fw-section.arrow-top {
  z-index: 5;
  border-top: 1px solid #d9d9d9;
}

.fw-section.arrow-top:after, .fw-section.arrow-top:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.fw-section.arrow-top:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 45px;
  border-left-width: 85px;
  border-right-width: 85px;
  margin-left: -85px;
}

.fw-section.arrow-top:before {
  border-color: rgba(217, 217, 217, 0);
  border-bottom-color: #cfcfcf;
  border-width: 46px;
  border-left-width: 86px;
  border-right-width: 86px;
  margin-left: -86px;
}

.fw-section.arrow-bottom {
  z-index: 5;
  border-bottom: 1px solid #d9d9d9;
}

.fw-section.arrow-bottom:after, .fw-section.arrow-bottom:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.fw-section.arrow-bottom:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 45px;
  border-left-width: 85px;
  border-right-width: 85px;
  margin-left: -85px;
}

.fw-section.arrow-bottom:before {
  border-color: rgba(217, 217, 217, 0);
  border-top-color: #cfcfcf;
  border-width: 46px;
  border-left-width: 86px;
  border-right-width: 86px;
  margin-left: -86px;
}

.fw-section.bg-default {
  background-color: #e7f3fd;
}

.fw-section.bg-default.arrow-top:after {
  border-bottom-color: #e7f3fd;
}

.fw-section.bg-default.arrow-bottom:after {
  border-top-color: #e7f3fd;
}

.fw-section.bg-primary {
  background-color: #ddfae8;
}

.fw-section.bg-primary.arrow-top:after {
  border-bottom-color: #ddfae8;
}

.fw-section.bg-primary.arrow-bottom:after {
  border-top-color: #ddfae8;
}

.fw-section.bg-gray {
  background-color: #f6f6f6;
}

.fw-section.bg-gray.arrow-top:after {
  border-bottom-color: #f6f6f6;
}

.fw-section.bg-gray.arrow-bottom:after {
  border-top-color: #f6f6f6;
}

.fw-section.bg-parallax {
  background-attachment: fixed;
}

@media screen and (max-width: 991px) {
  .fw-section.bg-parallax {
    background-attachment: scroll;
  }
}

.fw-section.bg-cover {
  background-size: cover;
}

.fw-section .angle {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 192px;
  background-image: url(../img/home/angle.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.next-to-footer {
  margin-bottom: -84px;
}

@media screen and (max-width: 991px) {
  .next-to-footer {
    margin-bottom: -72px;
  }
}

@media screen and (max-width: 480px) {
  .next-to-footer {
    margin-bottom: -60px;
  }
}

.pricing-plan {
  width: 100%;
  max-width: 400px;
  text-align: center;
  padding-top: 10px;
  border: 2px solid #1bdb68;
  margin: 0 auto 30px auto;
}

.pricing-plan .pricing-header {
  padding: 0 15px;
}

.pricing-plan .pricing-icon {
  width: 68px;
  margin: 0 auto 10px auto;
}

.pricing-plan .pricing-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}

.pricing-plan p {
  color: #666;
  margin-bottom: 24px;
}

.pricing-plan .btn {
  margin: 0 0 24px 0;
}

.pricing-plan ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-plan ul > li {
  display: block;
  color: #808080;
  padding: 10px 15px;
  border-top: 1px solid #d9d9d9;
}

.pricing-plan ul > li strong {
  color: #000;
}

.video-popup-btn .play-btn,
.video-popup-tile .play-btn {
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 146px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border: 6px solid #fff;
  background-color: #2895f1;
  border-radius: 50%;
  padding-left: 8px;
  margin-bottom: 26px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
  mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.video-popup-btn .play-btn > i,
.video-popup-tile .play-btn > i {
  font-size: 2.5em;
}

.video-popup-btn .play-btn:hover,
.video-popup-tile .play-btn:hover {
  background-color: #0e7cd8;
}

.video-popup-btn.small-btn .play-btn,
.video-popup-tile.small-btn .play-btn {
  width: 84px;
  height: 84px;
  line-height: 80px;
}

.video-popup-btn.small-btn .play-btn > i,
.video-popup-tile.small-btn .play-btn > i {
  font-size: 2.3em;
}

.video-popup-tile {
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
}

.video-popup-tile .thumb {
  position: relative;
  border: 1px solid #d9d9d9;
  margin: 0 auto 24px auto;
}

.video-popup-tile .inner {
  position: absolute;
  z-index: 5;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  margin-top: -60px;
}

.video-popup-tile .play-btn {
  width: 120px;
  height: 120px;
  line-height: 124px;
  border: none;
  background-color: rgba(40, 149, 241, 0.6);
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.video-popup-tile .play-btn:hover {
  background-color: #2895f1;
}

.video-popup-tile .video-popup-tile-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

.video-popup-tile p {
  color: #666;
}

.download-counter {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 560px;
}

.download-counter .inner {
  font-size: 72px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  border: 6px solid #fff;
  background-color: #2895f1;
  padding: 22px 15px 10px 15px;
}

.download-counter .inner > small {
  display: block;
  font-size: 16px;
}

.download-counter:before {
  position: absolute;
  z-index: 5;
  display: block;
  content: "";
  width: 100%;
  height: 68px;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .1;
}

.teammate-1,
.teammate-2 {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 48px auto;
  cursor: default;
}

.teammate-1 .thumbnail,
.teammate-2 .thumbnail {
  margin-bottom: 24px;
}

.teammate-1 .thumbnail-static,
.teammate-2 .thumbnail-static {
  position: relative;
  border-radius: 50%;
  background-color: #2895f1;
  margin-bottom: 24px;
}

.teammate-1 .thumbnail-static h4,
.teammate-2 .thumbnail-static h4 {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.teammate-1 p {
  color: #666;
  margin-bottom: 0;
}

.teammate-1 .teammate-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

.teammate-1 .thumbnail {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
}

.teammate-1 .thumbnail .flipper {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.teammate-1 .thumbnail .flipper .front {
  position: relative;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.teammate-1 .thumbnail .flipper .front > img {
  border-radius: 50%;
}

.teammate-1 .thumbnail .flipper .back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  border: 2px solid #1bdb68;
  padding: 24px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.teammate-1 .thumbnail .flipper .back p {
  margin-bottom: 24px;
}

.teammate-1:hover .thumbnail .flipper {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.ie .teammate-1 .thumbnail .flipper .front, .ie .teammate-1 .thumbnail .flipper .back {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}

.ie .teammate-1 .thumbnail .flipper .back {
  z-index: 5;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ie .teammate-1:hover .thumbnail .flipper {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.ie .teammate-1:hover .thumbnail .flipper .back {
  visibility: visible;
  opacity: 1;
}

.teammate-2 .thumbnail {
  position: relative;
  overflow: hidden;
}

.teammate-2 .thumbnail > img {
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.teammate-2 .teammate-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

.teammate-2 .teammate-position {
  display: block;
  color: #2895f1;
  margin-bottom: 16px;
}

.teammate-2 p {
  font-size: 18px;
  color: #666;
}

.teammate-2 .social-bar {
  position: absolute;
  z-index: 5;
  width: 100%;
  left: 0;
  bottom: 24px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.teammate-2:hover .thumbnail > img {
  border-radius: 0%;
  opacity: .1;
}

.teammate-2:hover .social-bar {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.progress {
  position: relative;
  width: 100%;
  height: 48px;
  background-color: rgba(40, 149, 241, 0.1);
  overflow: hidden;
  margin-bottom: 24px;
}

.progress .progress-bar {
  width: 0;
  height: 48px;
  background-image: url(../img/strip.png);
  background-repeat: repeat;
  background-position: 0 0;
  -webkit-transition: width 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: width 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.progress .progress-bar.progress-bar-default {
  background-color: #2895f1;
}

.progress .progress-bar.progress-bar-primary {
  background-color: #1bdb68;
}

.progress .progress-bar.progress-bar-success {
  background-color: #19c55e;
}

.progress .progress-bar.progress-bar-info {
  background-color: #62b7ff;
}

.progress .progress-bar.progress-bar-warning {
  background-color: #d2a052;
}

.progress .progress-bar.progress-bar-danger {
  background-color: #e97961;
}

.progress .label {
  position: absolute;
  width: 100%;
  height: 48px;
  padding: 0 65px 0 25px;
  text-align: left;
}

.progress .label > span {
  color: #fff;
  font-weight: bold;
  line-height: 48px;
}

.progress .label > span.units {
  position: absolute;
  top: 0;
  right: 25px;
}

.feature-tabs {
  padding: 0 15px 0 20px;
}

.feature-tabs .devices {
  position: relative;
  float: left;
  width: 53%;
  max-width: 1025px;
}

.feature-tabs .devices img {
  width: 100%;
}

.feature-tabs .tabs {
  float: left;
  width: 47%;
  max-width: 630px;
  padding-left: 7%;
  margin-top: 80px;
}

.feature-tabs .tablet {
  position: relative;
  overflow: hidden;
}

.feature-tabs .phone {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: -8%;
  width: 34.5%;
  max-width: 280px;
  overflow: hidden;
}

.feature-tabs .nav-tabs {
  text-align: center;
  margin: 18px 0 5px 0;
  padding: 0;
}

.feature-tabs .nav-tabs > li {
  display: inline-block;
  float: none;
  margin: 6px 12px;
  opacity: .25;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.feature-tabs .nav-tabs > li > a {
  width: 90px;
  height: 90px;
  border: none;
  padding: 0;
  border-radius: 50%;
}

.feature-tabs .nav-tabs > li > a > img {
  width: 100%;
}

.feature-tabs .nav-tabs > li > a > i {
  font-size: 4em;
  line-height: 90px;
  color: #2895f1;
}

.feature-tabs .nav-tabs > li.active {
  opacity: 1;
}

.feature-tabs .nav-tabs > li.active > a, .feature-tabs .nav-tabs > li.active > a:hover {
  color: #000;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.devices .tablet .mask,
.devices .phone .mask {
  position: absolute;
  overflow: hidden;
}

.devices .tablet .screens,
.devices .phone .screens {
  list-style: none;
  padding: 0;
  margin: 0;
}

.devices .tablet .screens li,
.devices .phone .screens li {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  line-height: 0;
  opacity: 0;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.devices .tablet .screens li.active,
.devices .phone .screens li.active {
  position: relative;
  z-index: 5;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.devices .tablet .mask {
  top: 6%;
  left: 8.9%;
  right: 8.8%;
}

.devices .phone .mask {
  top: 11.65%;
  left: 7.3%;
  right: 6.9%;
}

.visible-when-stack {
  display: none;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .feature-tabs .tabs {
    margin-top: 10px;
  }
  .feature-tabs .nav-tabs {
    margin-top: 0;
  }
  .feature-tabs .nav-tabs > li {
    margin: 6px 6px;
  }
  .feature-tabs .nav-tabs > li > a {
    width: 84px;
    height: 84px;
  }
  .feature-tabs .nav-tabs > li > a > i {
    font-size: 3em;
  }
}

@media screen and (max-width: 1100px) {
  .feature-tabs .tabs,
  .feature-tabs .devices {
    width: 100%;
    float: none;
  }
  .feature-tabs .devices {
    margin-top: 15px;
    padding-right: 4%;
  }
  .feature-tabs .devices .phone {
    right: 0;
  }
  .feature-tabs .tabs {
    padding-left: 0;
    margin: 40px auto 0 auto;
  }
  .visible-when-stack {
    display: block;
  }
  .hidden-when-stack {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .feature-tabs .devices {
    margin-top: 0;
  }
}

.logo-carousel .inner a {
  display: inline-block;
  width: 100%;
  max-width: 170px;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.35s ease-in-out;
  -o-transition: border-color 0.35s ease-in-out;
  transition: border-color 0.35s ease-in-out;
}

.logo-carousel .inner a > img {
  width: 100%;
}

.logo-carousel .inner a:hover {
  border-color: #1bdb68;
}

.counter {
  max-width: 400px;
  text-align: center;
  padding-top: 15px;
  border: 1px solid #d9d9d9;
  margin: 0 auto 30px auto;
  cursor: default;
}

.counter .counter-icon {
  display: inline-block;
  width: 60px;
}

.counter .counter-icon > img {
  width: 100%;
}

.counter .counter-icon > i {
  font-size: 2.2em;
  line-height: 1.6;
  color: #2895f1;
}

.counter .digits {
  width: 100%;
  font-size: 56px;
  color: #000;
  line-height: 1.3;
  font-weight: 300;
  padding: 0 20px 20px 20px;
}

.counter .counter-footer {
  color: #666;
  padding: 22px 20px;
  border-top: 1px solid #d9d9d9;
}

.counter .counter-footer p {
  margin-bottom: 0;
}

.counter.featured .counter-footer {
  color: #fff;
  background-color: #2895f1;
}

.tile-tabs .tab {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 28px 24px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  margin-bottom: 43px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tile-tabs .tab:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  border-width: 7px 7px 0;
  border-top-color: #2895f1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.tile-tabs .tab .tab-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.tile-tabs .tab p {
  color: #000;
  font-weight: normal;
  opacity: .5;
  margin-bottom: 0;
}

.tile-tabs .tab .tab-title, .tile-tabs .tab p {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.tile-tabs .tab.active {
  background-color: #2895f1;
  border-color: #2895f1;
}

.tile-tabs .tab.active:before {
  opacity: 1;
}

.tile-tabs .tab.active .tab-title, .tile-tabs .tab.active p {
  color: #fff;
}

.tile-tabs .tab-content {
  padding: 0;
}

.tile-tabs .tab-content > .tab-pane {
  padding: 22px;
  border: 1px solid #d9d9d9;
}

.countdown .item {
  max-width: 170px;
  margin: 0 auto 30px auto;
  text-align: center;
}

.countdown .item .days, .countdown .item .hours,
.countdown .item .minutes, .countdown .item .seconds {
  font-size: 72px;
  color: #2895f1;
  line-height: 2.1;
  font-weight: normal;
  border: 6px solid #2895f1;
  margin-bottom: 15px;
}

.countdown .item .days_ref, .countdown .item .hours_ref,
.countdown .item .minutes_ref, .countdown .item .seconds_ref {
  margin-bottom: 0;
}

.gallery-grid {
  width: 100%;
}

.gallery-grid:before, .gallery-grid:after {
  content: " ";
  display: table;
}

.gallery-grid:after {
  clear: both;
}

.gallery-grid .gallery-item {
  position: relative;
  display: block;
  float: left;
  width: 33.33333%;
  height: 370px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border: none;
  overflow: hidden;
}

.gallery-grid .gallery-item:before {
  position: absolute;
  display: block;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(40, 149, 241, 0);
  border: 6px solid #1bdb68;
  opacity: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.gallery-grid .gallery-item > .thumbnail {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.gallery-grid .gallery-item > i {
  position: absolute;
  z-index: 5;
  display: block;
  width: 100%;
  font-size: 36px;
  line-height: 1;
  top: 50%;
  left: 0;
  margin-top: -21px;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.gallery-grid .gallery-item:hover:before {
  background-color: rgba(40, 149, 241, 0.5);
  opacity: 1;
}

.gallery-grid .gallery-item:hover > .thumbnail {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.gallery-grid .gallery-item:hover > i {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 1200px) {
  .gallery-grid .gallery-item {
    height: 320px;
  }
}

@media screen and (max-width: 991px) {
  .gallery-grid .gallery-item {
    height: 250px;
  }
}

@media screen and (max-width: 768px) {
  .gallery-grid .gallery-item {
    width: 50%;
    height: 350px;
  }
}

@media screen and (max-width: 700px) {
  .gallery-grid .gallery-item {
    height: 300px;
  }
}

@media screen and (max-width: 580px) {
  .gallery-grid .gallery-item {
    width: 100%;
    height: 370px;
  }
}

@media screen and (max-width: 380px) {
  .gallery-grid .gallery-item {
    height: 260px;
  }
}

.split-contacts {
  display: table;
  width: 100%;
}

.split-contacts > .column {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.split-contacts .contact-form {
  position: relative;
  padding: 0 25px;
}

.split-contacts .contact-form .response-holder {
  position: absolute;
  top: 0;
  right: 0;
}

.split-contacts .google-map {
  height: 580px;
}

.split-contacts .contact-details {
  position: absolute;
  z-index: 10;
  width: 100%;
  max-width: 310px;
  top: 25%;
  left: 25px;
  padding: 24px;
  background-color: #2895f1;
}

.split-contacts .contact-details .cd-head {
  display: table;
  width: 100%;
  margin-bottom: 16px;
}

.split-contacts .contact-details .cd-head .cd-icon,
.split-contacts .contact-details .cd-head .cd-title {
  display: table-cell;
  vertical-align: middle;
}

.split-contacts .contact-details .cd-head .cd-icon {
  width: 75px;
  padding-right: 15px;
}

.split-contacts .contact-details .cd-head .cd-icon > img {
  width: 100%;
}

.split-contacts .contact-details .cd-head .cd-title {
  padding: 10px 0;
}

.split-contacts .contact-details .cd-head .cd-title h1, .split-contacts .contact-details .cd-head .cd-title h2, .split-contacts .contact-details .cd-head .cd-title h3, .split-contacts .contact-details .cd-head .cd-title h4, .split-contacts .contact-details .cd-head .cd-title h5, .split-contacts .contact-details .cd-head .cd-title h6, .split-contacts .contact-details .cd-head .cd-title p {
  margin-bottom: 0;
}

.split-contacts .contact-details ul {
  margin-bottom: 0;
}

.split-contacts .contact-details.bg-primary {
  background-color: #1bdb68;
}

.split-contacts .contact-details.bg-dark {
  background-color: #333;
}

.split-contacts .contact-details.bg-white {
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .split-contacts > .column {
    display: block;
    width: 100%;
  }
  .split-contacts .google-map {
    height: 480px !important;
  }
  .split-contacts .contact-form {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
  .split-contacts .google-map {
    height: 380px !important;
  }
  .split-contacts .contact-details {
    position: relative;
    max-width: 100%;
    top: auto;
    left: 0;
  }
}

.portfolio-item {
  display: block;
  text-decoration: none;
  border: none;
}

.portfolio-item .portfolio-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 0;
}

.portfolio-item > .thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.portfolio-item > .thumbnail > img {
  display: block;
  vertical-align: bottom;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.portfolio-item > .thumbnail:before {
  position: absolute;
  display: block;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(40, 149, 241, 0);
  border: 6px solid #1bdb68;
  opacity: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.portfolio-item > .thumbnail > .portfolio-title {
  position: absolute;
  z-index: 5;
  width: 100%;
  font-size: 24px;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 0;
  margin-top: 0;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.portfolio-item:hover > .thumbnail > img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.portfolio-item:hover > .thumbnail > .portfolio-title {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-item:hover > .thumbnail:before {
  background-color: rgba(40, 149, 241, 0.55);
  opacity: 1;
}

.portfolio-item:hover > i {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.shop-tile {
  display: table;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  margin-bottom: 30px;
}

.shop-tile .thumbnail,
.shop-tile .description {
  display: table-cell;
  vertical-align: top;
}

.shop-tile .thumbnail {
  position: relative;
  width: 30%;
  padding: 20px;
  border: none;
  border-right: 1px solid #d9d9d9;
}

.shop-tile .thumbnail > img {
  display: block;
  width: 100%;
  max-width: 128px;
  margin: auto;
}

.shop-tile .description {
  width: 70px;
  padding: 0 24px 10px 24px;
}

.shop-tile .description .shop-meta {
  display: table;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 24px;
}

.shop-tile .description .shop-meta .column {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 12px 0 12px 18px;
}

.shop-tile .description .shop-meta .column:first-child {
  text-align: left;
  padding-left: 0;
}

.shop-tile .description .shop-meta .column .btn {
  margin: 0;
}

.shop-tile .description .shop-meta span:not(.btn), .shop-tile .description .shop-meta a:not(.btn) {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}

.shop-tile .description .shop-meta span:not(.btn) > i, .shop-tile .description .shop-meta a:not(.btn) > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  color: #2895f1;
  margin-top: -5px;
  margin-right: 1px;
}

.shop-tile .description .shop-meta span {
  color: #808080;
  margin-right: 5px;
}

.shop-tile .description .price,
.shop-tile .description .subtotal {
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin: 0 !important;
}

.shop-tile .description .price > span,
.shop-tile .description .subtotal > span {
  font-size: 18px !important;
  color: #666;
  font-weight: normal !important;
}

.shop-tile .description .old-price {
  font-size: 18px !important;
  color: #666;
  text-decoration: line-through;
}

.shop-tile .shop-title {
  font-size: 24px;
  margin-bottom: 16px;
}

.shop-tile .shop-title > a {
  border: none;
}

.shop-tile p {
  color: #666;
}

.shop-tile .count {
  margin-top: 16px;
}

.shop-tile .count > .label {
  margin-right: 10px;
}

@media screen and (max-width: 520px) {
  .shop-tile {
    display: block;
  }
  .shop-tile .thumbnail,
  .shop-tile .description {
    display: block;
    width: 100% !important;
    text-align: center;
    border: none;
  }
  .shop-tile .description .shop-meta {
    display: block;
  }
  .shop-tile .description .shop-meta .column {
    display: block;
    width: 100% !important;
    text-align: center !important;
    padding: 0 0 12px 0 !important;
  }
}

.shopping-cart .shop-tile .thumbnail {
  width: 28%;
}

.shopping-cart .shop-tile .thumbnail > img {
  max-width: 110px;
  margin: auto;
}

.shopping-cart .shop-tile .shop-meta .column:last-child {
  width: 50px;
}

.shop-label {
  position: absolute !important;
  top: 12px;
  left: 12px;
  margin: 0 !important;
}

.shop-label.label-default {
  background-color: #2895f1;
}

.shop-label.label-default:before {
  border-left-color: #2895f1;
}

.shop-label.label-default:hover {
  color: #fff;
  background-color: #2895f1;
}

.shop-label.label-default:hover:before {
  border-left-color: #2895f1;
}

.shop-label.label-primary {
  background-color: #1bdb68;
}

.shop-label.label-primary:before {
  border-left-color: #1bdb68;
}

.shop-label.label-primary:hover {
  color: #fff;
  background-color: #1bdb68;
}

.shop-label.label-primary:hover:before {
  border-left-color: #1bdb68;
}

.shop-label.label-infp {
  background-color: #62b7ff;
}

.shop-label.label-infp:before {
  border-left-color: #62b7ff;
}

.shop-label.label-infp:hover {
  color: #fff;
  background-color: #62b7ff;
}

.shop-label.label-infp:hover:before {
  border-left-color: #62b7ff;
}

.shop-label.label-success {
  background-color: #19c55e;
}

.shop-label.label-success:before {
  border-left-color: #19c55e;
}

.shop-label.label-success:hover {
  color: #fff;
  background-color: #19c55e;
}

.shop-label.label-success:hover:before {
  border-left-color: #19c55e;
}

.shop-label.label-warning {
  background-color: #d2a052;
}

.shop-label.label-warning:before {
  border-left-color: #d2a052;
}

.shop-label.label-warning:hover {
  color: #fff;
  background-color: #d2a052;
}

.shop-label.label-warning:hover:before {
  border-left-color: #d2a052;
}

.shop-label.label-danger {
  background-color: #f12853;
}

.shop-label.label-danger:before {
  border-left-color: #f12853;
}

.shop-label.label-danger:hover {
  color: #fff;
  background-color: #f12853;
}

.shop-label.label-danger:hover:before {
  border-left-color: #f12853;
}

.shop-single .image-carousel {
  border: 1px solid #d9d9d9;
}

.shop-single .image-carousel .owl-carousel .owl-controls .owl-nav .owl-prev, .shop-single .image-carousel .owl-carousel .owl-controls .owl-nav .owl-next {
  top: auto;
  margin-top: 0;
  bottom: 0;
  width: 64px;
  height: 64px;
  font-size: 18px;
  opacity: .5;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.shop-single .image-carousel .owl-carousel .owl-controls .owl-nav .owl-prev:before, .shop-single .image-carousel .owl-carousel .owl-controls .owl-nav .owl-next:before {
  line-height: 61px;
}

.shop-single .image-carousel .owl-carousel .owl-controls .owl-nav .owl-prev:hover, .shop-single .image-carousel .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  opacity: 1;
  background-color: #2895f1;
}

.shop-single .image-carousel .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
}

.shop-single .image-carousel .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
}

.shop-single .shop-meta span:not(.btn), .shop-single .shop-meta a:not(.btn) {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}

.shop-single .shop-meta span:not(.btn) > i, .shop-single .shop-meta a:not(.btn) > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  color: #2895f1;
  margin-top: -5px;
  margin-right: 1px;
}

.shop-single .shop-meta span {
  color: #808080;
  margin-right: 5px;
}

.shop-single .shop-title {
  font-size: 24px;
  margin-bottom: 16px;
}

.shop-single .shop-title > a {
  border: none;
}

.shop-tools .count {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 10px;
}

.shop-tools .count > .label {
  margin-right: 10px;
}

.shop-filters-wrap {
  position: relative;
  z-index: 10;
  display: table;
  width: 100%;
  margin-bottom: 30px;
}

.shop-filters-wrap .shop-filters,
.shop-filters-wrap .shop-search {
  display: table-cell;
  vertical-align: middle;
}

.shop-filters-wrap .shop-filters {
  width: 74%;
  padding: 5px;
  border: 1px solid #d9d9d9;
}

.shop-filters-wrap .shop-filters > .inner {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.shop-filters-wrap .shop-filters > .inner .shop-filter {
  position: relative;
  z-index: 10;
  display: table-cell;
  padding-right: 5px;
}

.shop-filters-wrap .shop-filters > .inner .shop-filter:first-child {
  z-index: 12;
}

.shop-filters-wrap .shop-filters > .inner .shop-filter:last-child {
  z-index: 8;
  padding-right: 0;
}

.shop-filters-wrap .shop-search {
  width: 26%;
  padding-left: 20px;
}

.shop-filters-wrap .shop-search .widget {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .shop-filters-wrap .shop-filters,
  .shop-filters-wrap .shop-search {
    display: block;
    width: 100%;
  }
  .shop-filters-wrap .shop-search {
    padding: 0;
    margin-top: 12px;
  }
}

@media screen and (max-width: 680px) {
  .shop-filters-wrap .shop-filters > .inner .shop-filter {
    display: block;
    padding-right: 0;
    margin-top: 5px;
  }
  .shop-filters-wrap .shop-filters > .inner .shop-filter:first-child {
    margin-top: 0;
  }
}

.delete-item {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  font-size: 18px !important;
  color: #e97961 !important;
  background-color: transparent;
  border: 2px solid #e97961;
  border-radius: 4px;
  margin-right: 0 !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.delete-item:hover {
  color: #fff !important;
  background-color: #e97961;
}

.sidebar,
.wpb_widgetised_column {
  width: 100%;
  max-width: 300px !important;
}

.widget-title {
  font-size: 14px;
  color: #808080;
  font-weight: normal;
  margin-bottom: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}

.widget-title > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  color: #2895f1;
  margin-top: -3px;
  margin-right: 1px;
}

.widget {
  padding: 18px 24px 24px 24px;
  margin-bottom: 24px;
  border: 1px solid #d9d9d9;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul {
  list-style: none;
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul {
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li {
  margin-bottom: 11px;
}

.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_pages ul li:last-child {
  margin-bottom: 0;
}

.widget_archive ul li > a,
.widget_categories ul li > a,
.widget_pages ul li > a {
  position: relative;
  display: block;
  color: #000;
  padding: 0 28px 0 12px;
  border: 1px solid #1bdb68;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.widget_archive ul li > a:hover,
.widget_categories ul li > a:hover,
.widget_pages ul li > a:hover {
  color: #fff;
  background-color: #1bdb68;
}

.widget_archive ul li > a:hover > span,
.widget_categories ul li > a:hover > span,
.widget_pages ul li > a:hover > span {
  color: #fff;
}

.widget_archive ul li > a > span,
.widget_categories ul li > a > span,
.widget_pages ul li > a > span {
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  color: #808080;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.widget_archive ul li.active a,
.widget_archive ul li.current-cat a,
.widget_categories ul li.active a,
.widget_categories ul li.current-cat a,
.widget_pages ul li.active a,
.widget_pages ul li.current-cat a {
  color: #fff;
  background-color: #1bdb68;
}

.widget_archive ul li.active a > span,
.widget_archive ul li.current-cat a > span,
.widget_categories ul li.active a > span,
.widget_categories ul li.current-cat a > span,
.widget_pages ul li.active a > span,
.widget_pages ul li.current-cat a > span {
  color: #fff;
}

.widget_shop_categories {
  padding-right: 0;
  display: table;
  width: 100%;
}

.widget_shop_categories .inner {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}

.widget_shop_categories .inner > a {
  display: inline-block;
  font-size: 14px;
  margin-top: 18px;
}

.widget_shop_categories .featured-image {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.widget_shop_categories .featured-image > img {
  display: inline-block;
}

.widget_search {
  padding: 0;
  border: none;
}

.widget_search .search-box {
  position: relative;
  display: block;
  width: 100%;
}

.widget_search .search-box .form-control {
  font-size: 14px;
  height: 69px;
  padding-left: 45px;
  margin-bottom: 0;
  border: none;
  background-color: #e7f3fd;
}

.widget_search .search-box button[type="submit"] {
  position: absolute;
  top: 50%;
  left: 24px;
  background: none;
  border: none;
  font-size: 11px;
  color: #2895f1;
  padding: 0;
  margin-top: -8px;
}

.widget_search .search-box button[type="submit"]:focus {
  outline: none;
}

.widget_recent_posts .item {
  display: table;
  width: 100%;
  margin-bottom: 24px;
}

.widget_recent_posts .item:last-child {
  margin-bottom: 0;
}

.widget_recent_posts .item .thumb, .widget_recent_posts .item .info {
  display: table-cell;
  vertical-align: top;
}

.widget_recent_posts .item .thumb {
  width: 60px;
}

.widget_recent_posts .item .thumb a {
  display: block;
  padding: 0;
  border: none;
}

.widget_recent_posts .item .thumb img {
  width: 100%;
}

.widget_recent_posts .item .info {
  padding-left: 12px;
}

.widget_recent_posts .item .info h4 {
  font-size: 14px;
  margin-bottom: 0;
}

.widget_recent_posts .item .info h4 a {
  color: #333;
  text-decoration: none;
  padding: 0;
  border: none;
  line-height: 1.7;
}

.widget_recent_posts .item .info h4 a:hover {
  color: #2895f1;
}

.widget_tag_cloud a,
.tags-links a,
.shop-label {
  position: relative;
  display: inline-block;
  font-size: 14px !important;
  height: 24px;
  color: #fff;
  font-weight: normal;
  line-height: 24px;
  text-decoration: none;
  padding: 0 6px;
  background-color: #2895f1;
  margin: 5px 16px 5px 0;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.widget_tag_cloud a:before,
.tags-links a:before,
.shop-label:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  right: -8px;
  border-top: 12px solid transparent;
  border-left: 8px solid #2895f1;
  border-bottom: 12px solid transparent;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.widget_tag_cloud a:hover,
.tags-links a:hover,
.shop-label:hover {
  background-color: #0e7cd8;
}

.widget_tag_cloud a:hover:before,
.tags-links a:hover:before,
.shop-label:hover:before {
  border-left-color: #0e7cd8;
}

.widget_shop_totals .total {
  margin-bottom: 12px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.widget_shop_totals .total > div {
  margin: 12px 0;
}

.widget_shop_totals .subtotal {
  border-bottom: 1px solid #d9d9d9;
}

.widget_shop_totals .subtotal > div {
  margin-bottom: 12px;
}

.widget_shop_totals .panel-group, .widget_shop_totals .panel {
  border: none;
}

.widget_shop_totals .panel-body {
  padding: 20px 0 25px 0;
}

.widget_shop_totals .panel-body .form-control {
  margin-bottom: 0;
}

.widget_shop_totals .panel-group .panel .panel-collapse,
.widget_shop_totals .panel-heading {
  padding: 0;
}

.grid {
  position: relative;
}

.grid .gutter-sizer {
  width: 2.5%;
}

@media screen and (max-width: 768px) {
  .grid .gutter-sizer {
    width: 4%;
  }
}

.grid .grid-item {
  position: relative;
  float: left;
  margin-bottom: 2.5%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .grid .grid-item {
    margin-bottom: 4%;
  }
}

.grid.isotope-grid {
  overflow: hidden;
}

.grid.isotope-grid:before, .grid.isotope-grid:after {
  content: " ";
  display: table;
}

.grid.isotope-grid:after {
  clear: both;
}

.grid.isotope-grid.col-1 .grid-sizer,
.grid.isotope-grid.col-1 .grid-item {
  float: none;
  width: 100%;
  margin-bottom: 30px;
}

.grid.isotope-grid.col-2 .grid-sizer,
.grid.isotope-grid.col-2 .grid-item {
  width: 48.75%;
}

@media screen and (max-width: 768px) {
  .grid.isotope-grid.col-2 .grid-sizer,
  .grid.isotope-grid.col-2 .grid-item {
    width: 48%;
  }
}

@media screen and (max-width: 600px) {
  .grid.isotope-grid.col-2 .grid-sizer,
  .grid.isotope-grid.col-2 .grid-item {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}

.grid.isotope-grid.col-3 .grid-sizer,
.grid.isotope-grid.col-3 .grid-item {
  width: 31.66667%;
}

@media screen and (max-width: 991px) {
  .grid.isotope-grid.col-3 .grid-sizer,
  .grid.isotope-grid.col-3 .grid-item {
    width: 48.75%;
  }
}

@media screen and (max-width: 768px) {
  .grid.isotope-grid.col-3 .grid-sizer,
  .grid.isotope-grid.col-3 .grid-item {
    width: 48%;
  }
}

@media screen and (max-width: 600px) {
  .grid.isotope-grid.col-3 .grid-sizer,
  .grid.isotope-grid.col-3 .grid-item {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}

.grid.isotope-grid.col-4 .grid-sizer,
.grid.isotope-grid.col-4 .grid-item {
  width: 23.125%;
}

@media screen and (max-width: 991px) {
  .grid.isotope-grid.col-4 .grid-sizer,
  .grid.isotope-grid.col-4 .grid-item {
    width: 48.75%;
  }
}

@media screen and (max-width: 768px) {
  .grid.isotope-grid.col-4 .grid-sizer,
  .grid.isotope-grid.col-4 .grid-item {
    width: 48%;
  }
}

@media screen and (max-width: 600px) {
  .grid.isotope-grid.col-4 .grid-sizer,
  .grid.isotope-grid.col-4 .grid-item {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}

.grid.isotope-masonry-grid {
  overflow: hidden;
}

.grid.isotope-masonry-grid:before, .grid.isotope-masonry-grid:after {
  content: " ";
  display: table;
}

.grid.isotope-masonry-grid:after {
  clear: both;
}

.grid.isotope-masonry-grid .gutter-sizer {
  width: 1.8%;
}

.grid.isotope-masonry-grid .grid-sizer,
.grid.isotope-masonry-grid .grid-item {
  width: 32.13333%;
  height: 380px;
  margin-bottom: 33px;
}

.grid.isotope-masonry-grid .grid-sizer.h2,
.grid.isotope-masonry-grid .grid-item.h2 {
  height: 793px;
}

.grid.isotope-masonry-grid .grid-sizer.w2,
.grid.isotope-masonry-grid .grid-item.w2 {
  width: 66%;
}

.container .grid.isotope-masonry-grid .gutter-sizer {
  width: 2.4%;
}

.container .grid.isotope-masonry-grid .grid-sizer,
.container .grid.isotope-masonry-grid .grid-item {
  width: 31.73333%;
  height: 300px;
  margin-bottom: 33px;
}

.container .grid.isotope-masonry-grid .grid-sizer.h2,
.container .grid.isotope-masonry-grid .grid-item.h2 {
  height: 633px;
}

.container .grid.isotope-masonry-grid .grid-sizer.w2,
.container .grid.isotope-masonry-grid .grid-item.w2 {
  width: 66%;
}

@media screen and (max-width: 1700px) {
  .grid.isotope-masonry-grid .grid-item,
  .container .grid.isotope-masonry-grid .grid-item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1480px) {
  .grid.isotope-masonry-grid .grid-sizer,
  .grid.isotope-masonry-grid .grid-item,
  .container .grid.isotope-masonry-grid .grid-sizer,
  .container .grid.isotope-masonry-grid .grid-item {
    width: 31.86667%;
  }
  .grid.isotope-masonry-grid .gutter-sizer,
  .container .grid.isotope-masonry-grid .gutter-sizer {
    width: 2.2%;
  }
}

@media screen and (max-width: 1200px) {
  .grid.isotope-masonry-grid .gutter-sizer {
    width: 2.6%;
  }
  .grid.isotope-masonry-grid .grid-sizer,
  .grid.isotope-masonry-grid .grid-item {
    width: 31.6%;
    height: 270px;
  }
  .grid.isotope-masonry-grid .grid-sizer.h2,
  .grid.isotope-masonry-grid .grid-item.h2 {
    height: 570px;
  }
  .container .grid.isotope-masonry-grid .grid-item {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 991px) {
  .grid.isotope-masonry-grid .gutter-sizer,
  .container .grid.isotope-masonry-grid .gutter-sizer {
    width: 3.5%;
  }
  .grid.isotope-masonry-grid .grid-sizer,
  .grid.isotope-masonry-grid .grid-item,
  .container .grid.isotope-masonry-grid .grid-sizer,
  .container .grid.isotope-masonry-grid .grid-item {
    width: 48.25%;
    margin-bottom: 24px;
    height: 260px;
  }
  .grid.isotope-masonry-grid .grid-sizer.h2,
  .grid.isotope-masonry-grid .grid-item.h2,
  .container .grid.isotope-masonry-grid .grid-sizer.h2,
  .container .grid.isotope-masonry-grid .grid-item.h2 {
    height: 544px;
  }
  .grid.isotope-masonry-grid .grid-sizer.w2,
  .grid.isotope-masonry-grid .grid-item.w2,
  .container .grid.isotope-masonry-grid .grid-sizer.w2,
  .container .grid.isotope-masonry-grid .grid-item.w2 {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .grid.isotope-masonry-grid .gutter-sizer,
  .container .grid.isotope-masonry-grid .gutter-sizer {
    width: 0;
  }
  .grid.isotope-masonry-grid .grid-sizer,
  .grid.isotope-masonry-grid .grid-item,
  .container .grid.isotope-masonry-grid .grid-sizer,
  .container .grid.isotope-masonry-grid .grid-item {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .grid.isotope-masonry-grid .grid-item,
  .container .grid.isotope-masonry-grid .grid-item {
    height: 230px;
  }
  .grid.isotope-masonry-grid .grid-item.h2,
  .container .grid.isotope-masonry-grid .grid-item.h2 {
    height: 460px;
  }
}

.grid.no-gap {
  padding-bottom: 20px;
}

.grid.no-gap .gutter-sizer {
  width: 0px !important;
}

.grid.no-gap .grid-item {
  margin-bottom: -6px !important;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  white-space: nowrap;
  font-size: 12px;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 10px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.nav-tabs,
.nav-filters {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  border: none;
}

.nav-tabs:before, .nav-tabs:after,
.nav-filters:before,
.nav-filters:after {
  content: " ";
  display: table;
}

.nav-tabs:after,
.nav-filters:after {
  clear: both;
}

.nav-tabs > li,
.nav-filters > li {
  position: relative;
  display: block;
  z-index: 1;
  float: left;
  background-color: #fff;
}

.nav-tabs > li > a,
.nav-filters > li > a {
  position: relative;
  z-index: 0;
  display: block;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 18px;
  line-height: 1.5;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  margin-right: -1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus,
.nav-filters > li > a:hover,
.nav-filters > li > a:focus {
  text-decoration: none;
  outline: none;
}

.nav-tabs > li > a:hover,
.nav-filters > li > a:hover {
  color: #1bdb68;
}

.nav-tabs > li.active,
.nav-filters > li.active {
  z-index: 5;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover,
.nav-filters > li.active > a,
.nav-filters > li.active > a:hover {
  color: #000;
  border: 1px solid #1bdb68;
  -webkit-box-shadow: 0px 0px 0px 1px #1bdb68;
  box-shadow: 0px 0px 0px 1px #1bdb68;
  cursor: default;
}

.tab-content {
  padding-top: 21px;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.transition.fade {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.transition.fade.in {
  opacity: 1;
}

.transition.scale.fade {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.transition.scaledown.fade {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.transition.scale.fade.in, .transition.scaledown.fade.in {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.transition.left.fade {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
}

.transition.right.fade {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
}

.transition.left.fade.in, .transition.right.fade.in {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.transition.top.fade {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}

.transition.bottom.fade {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}

.transition.top.fade.in, .transition.bottom.fade.in {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.transition.flip.fade {
  -webkit-transform: rotateY(-90deg) scale(1.1);
  -moz-transform: rotateY(-90deg) scale(1.1);
  -ms-transform: rotateY(-90deg) scale(1.1);
  -o-transform: rotateY(-90deg) scale(1.1);
  transform: rotateY(-90deg) scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.transition.flip.fade.in {
  -webkit-transform: rotateY(0deg) scale(1);
  -moz-transform: rotateY(0deg) scale(1);
  -ms-transform: rotateY(0deg) scale(1);
  -o-transform: rotateY(0deg) scale(1);
  transform: rotateY(0deg) scale(1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  border-color: #d9d9d9;
}

.panel > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}

.panel > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d9d9d9;
}

.panel > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d9d9d9;
}

.panel > .panel-heading {
  background: none;
}

.panel-body {
  padding: 20px 24px 25px 24px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  border-bottom: 0;
  border-radius: 0;
  padding: 0 24px;
}

.panel-heading .panel-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  border-radius: 0;
  border-bottom: 1px solid #d9d9d9;
  -webkit-transition: border-color 0.25s;
  -o-transition: border-color 0.25s;
  transition: border-color 0.25s;
}

.panel-heading .panel-title:not(a) {
  padding: 15px 0;
}

.panel-heading > a {
  position: relative;
  color: #2895f1;
  padding: 14px 30px 14px 0;
  text-decoration: none;
}

.panel-heading > a:before {
  position: absolute;
  display: block;
  font-family: "feather";
  content: "\e096";
  top: 50%;
  right: 0;
  margin-top: -12px;
  font-weight: normal;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.panel-heading > a.collapsed:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.panel-group {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  border-top: 0;
  border-bottom: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-group .panel .panel-collapse {
  padding: 0 24px;
}

.panel-group .panel .panel-body {
  padding: 12px 0 30px 0;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading > .panel-title {
  border-bottom: 1px solid transparent;
}

.panel-group .panel-heading > .panel-title.collapsed {
  border-bottom: 1px solid #d9d9d9;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
  border-bottom: 1px solid #d9d9d9;
}

.panel-group .panel:last-child .panel-heading > .panel-title {
  border-bottom: 0;
}

.panel:last-child .panel-collapse > .panel-body {
  border-bottom: 0;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease, visibility 0.35s ease;
  -o-transition: height 0.35s ease, visibility 0.35s ease;
  transition: height 0.35s ease, visibility 0.35s ease;
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 400ms;
  -o-transition: height 400ms;
  transition: height 400ms;
}

/*
 *  Core Owl Carousel Styles
 */
.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-controls {
  text-align: center;
}

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

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  background-color: #2895f1;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:before, .owl-carousel .owl-controls .owl-nav .owl-next:before {
  font-family: "feather";
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover, .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background-color: #0e7cd8;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 20px;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 20px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:before,
.owl-carousel .owl-controls .owl-nav .owl-next:before {
  display: block;
  line-height: 36px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:before {
  content: "\e094";
}

.owl-carousel .owl-controls .owl-nav .owl-next:before {
  content: "\e095";
}

.owl-carousel .owl-controls .owl-dots {
  position: relative;
  margin-top: 9px;
  z-index: 10;
}

.owl-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #2895f1;
  opacity: 0.3;
  margin: 0 4px 7px 4px;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.owl-carousel .owl-controls .owl-dots .owl-dot.active {
  opacity: 1;
}

.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 {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  margin: 0 auto;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-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 - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}

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

.google-map {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .google-map {
    height: 350px !important;
  }
}

@media screen and (max-width: 480px) {
  .google-map {
    height: 250px !important;
  }
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9990;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
}

.mfp-fade ~ .page-wrapper .main-navigation,
.mfp-fade ~ .page-wrapper .main-navigation.stuck {
  padding-right: 17px;
}

.mfp-zoom-out-cur .navbar .main-navigation,
.mfp-zoom-out-cur .navbar .main-navigation.stuck {
  padding-right: 32px;
}

.mfp-zoom-out-cur .scroll-to-top-btn,
.mfp-fade ~ .page-wrapper .scroll-to-top-btn,
.mfp-zoom-out-cur .social-bar.bar-fixed-right,
.mfp-fade ~ .page-wrapper .social-bar.bar-fixed-right,
.modal-open .page-wrapper .social-bar.bar-fixed-right {
  right: 33px;
}

.mac, .touch, .ie10, .ie11 {
  margin-right: 0 !important;
}

.mac .mfp-zoom-out-cur .navbar .main-navigation,
.mac .mfp-zoom-out-cur .navbar .main-navigation.stuck,
.mac .mfp-fade ~ .page-wrapper .main-navigation,
.mac .mfp-fade ~ .page-wrapper .main-navigation.stuck, .touch .mfp-zoom-out-cur .navbar .main-navigation,
.touch .mfp-zoom-out-cur .navbar .main-navigation.stuck,
.touch .mfp-fade ~ .page-wrapper .main-navigation,
.touch .mfp-fade ~ .page-wrapper .main-navigation.stuck, .ie10 .mfp-zoom-out-cur .navbar .main-navigation,
.ie10 .mfp-zoom-out-cur .navbar .main-navigation.stuck,
.ie10 .mfp-fade ~ .page-wrapper .main-navigation,
.ie10 .mfp-fade ~ .page-wrapper .main-navigation.stuck, .ie11 .mfp-zoom-out-cur .navbar .main-navigation,
.ie11 .mfp-zoom-out-cur .navbar .main-navigation.stuck,
.ie11 .mfp-fade ~ .page-wrapper .main-navigation,
.ie11 .mfp-fade ~ .page-wrapper .main-navigation.stuck {
  padding-right: 15px !important;
}

.mac .mfp-zoom-out-cur .scroll-to-top-btn,
.mac .mfp-fade ~ .page-wrapper .scroll-to-top-btn,
.mac .mfp-zoom-out-cur .social-bar.bar-fixed-right,
.mac .mfp-fade ~ .page-wrapper .social-bar.bar-fixed-right,
.mac .modal-open .page-wrapper .social-bar.bar-fixed-right, .touch .mfp-zoom-out-cur .scroll-to-top-btn,
.touch .mfp-fade ~ .page-wrapper .scroll-to-top-btn,
.touch .mfp-zoom-out-cur .social-bar.bar-fixed-right,
.touch .mfp-fade ~ .page-wrapper .social-bar.bar-fixed-right,
.touch .modal-open .page-wrapper .social-bar.bar-fixed-right, .ie10 .mfp-zoom-out-cur .scroll-to-top-btn,
.ie10 .mfp-fade ~ .page-wrapper .scroll-to-top-btn,
.ie10 .mfp-zoom-out-cur .social-bar.bar-fixed-right,
.ie10 .mfp-fade ~ .page-wrapper .social-bar.bar-fixed-right,
.ie10 .modal-open .page-wrapper .social-bar.bar-fixed-right, .ie11 .mfp-zoom-out-cur .scroll-to-top-btn,
.ie11 .mfp-fade ~ .page-wrapper .scroll-to-top-btn,
.ie11 .mfp-zoom-out-cur .social-bar.bar-fixed-right,
.ie11 .mfp-fade ~ .page-wrapper .social-bar.bar-fixed-right,
.ie11 .modal-open .page-wrapper .social-bar.bar-fixed-right {
  right: 16px !important;
}

.mac .mfp-fade ~ .page-wrapper .main-navigation,
.mac .mfp-fade ~ .page-wrapper .main-navigation.stuck {
  padding-right: 0 !important;
}

.mac .mfp-zoom-out-cur .navbar .main-navigation,
.mac .mfp-zoom-out-cur .navbar .main-navigation.stuck {
  padding-right: 15px !important;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #ccc;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 48px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: -5px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-weight: 300;
  font-size: 36px;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:before {
  font-family: FontAwesome;
  font-size: 40px;
  color: #fff;
  line-height: 110px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:before {
  content: '\f104';
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:before {
  content: '\f105';
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 27px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  font-size: 14px;
  margin-top: -20px;
  padding-bottom: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  opacity: .9;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #fff;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

/* Overlay Transition with Zoom Effect  */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  background-color: #2895f1;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.ms-skin-default .ms-nav-next:before,
.ms-skin-default .ms-nav-prev:before {
  font-family: "feather";
}

.ms-skin-default .ms-nav-next:hover,
.ms-skin-default .ms-nav-prev:hover {
  background-color: #0e7cd8;
}

.ms-skin-default .ms-nav-prev {
  left: 20px;
}

.ms-skin-default .ms-nav-next {
  right: 20px;
}

.ms-skin-default .ms-nav-prev:before,
.ms-skin-default .ms-nav-next:before {
  display: block;
  line-height: 36px;
}

.ms-skin-default .ms-nav-prev:before {
  content: "\e094";
}

.ms-skin-default .ms-nav-next:before {
  content: "\e095";
}

.ms-skin-default .ms-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #2895f1;
  opacity: 0.3;
  margin: 0 4px 7px 4px;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.ms-skin-default .ms-bullet-selected {
  opacity: 1;
}

.ms-skin-default .btn {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ms-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fw-slider .ms-nav-next,
.fw-slider .ms-nav-prev {
  margin-top: -33px;
  width: 66px;
  height: 66px;
  font-size: 21px;
  background-color: rgba(40, 149, 241, 0.5);
}

.fw-slider .ms-nav-next:hover,
.fw-slider .ms-nav-prev:hover {
  background-color: #2895f1;
}

.fw-slider .ms-nav-prev:before,
.fw-slider .ms-nav-next:before {
  line-height: 66px;
}

.fw-slider .ms-nav-prev {
  left: 0;
}

.fw-slider .ms-nav-next {
  right: 0;
}

.content-slider img {
  max-width: 100% !important;
}

.footer {
  width: 100%;
  background-color: #fff;
}

.footer .top-footer {
  width: 100%;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.footer .top-footer > .container {
  display: table;
}

.footer .top-footer .tools {
  display: table-cell;
  vertical-align: middle;
}

.footer .top-footer .tools .cell {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 24px 25px 24px;
}

.footer .top-footer .tools .cell:first-child {
  padding-left: 0;
}

.footer .top-footer .tools .cell:last-child {
  padding-right: 10px;
}

.footer .top-footer .tools .cell i, .footer .top-footer .tools .cell span {
  display: table-cell;
  vertical-align: middle;
}

.footer .top-footer .tools .cell i {
  width: 88px;
  padding-right: 20px;
}

.footer .top-footer .tools .cell i > img {
  width: 100%;
}

.footer .top-footer .subscribe {
  display: table-cell;
  vertical-align: middle;
  width: 450px;
  padding: 0;
}

.footer .top-footer .subscribe > .subscribe-form {
  display: table;
  width: 100%;
  padding: 30px 24px 25px 24px;
  background-color: #e7f3fd;
}

.footer .top-footer .subscribe > .subscribe-form > i, .footer .top-footer .subscribe > .subscribe-form form {
  display: table-cell;
  vertical-align: middle;
}

.footer .top-footer .subscribe > .subscribe-form i {
  width: 88px;
  padding-right: 20px;
}

.footer .top-footer .subscribe > .subscribe-form i > img {
  width: 100%;
}

.footer .top-footer .subscribe > .subscribe-form > form {
  position: relative;
}

.footer .top-footer .subscribe > .subscribe-form .form-control {
  margin-bottom: 0;
  padding-right: 46px;
}

.footer .top-footer .subscribe > .subscribe-form button[type="submit"] {
  display: block;
  position: absolute;
  top: 11px;
  right: 6px;
  width: 36px;
  height: 36px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: none;
  background-color: #1bdb68;
  padding-bottom: 5px;
}

.footer .top-footer .subscribe > .subscribe-form button[type="submit"] > i {
  display: inline;
  width: auto;
  padding: 0;
  margin-top: -2px;
}

.footer .top-footer .subscribe > .subscribe-form button[type="submit"]:focus {
  outline: none;
}

@media screen and (max-width: 1200px) {
  .footer .top-footer .tools {
    display: table;
    width: 100%;
  }
  .footer .top-footer .subscribe {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .footer .top-footer > .container {
    display: block;
  }
  .footer .top-footer .tools {
    display: block;
  }
  .footer .top-footer .tools .cell {
    display: table;
    width: 100%;
    padding: 20px 0;
  }
  .footer .top-footer .tools .cell:last-child {
    padding-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .footer .top-footer .subscribe > .subscribe-form {
    padding-left: 12px;
    padding-right: 12px;
  }
  .footer .top-footer .subscribe > .subscribe-form i {
    width: 75px;
    padding-right: 10px;
  }
  .footer .top-footer .subscribe > .subscribe-form button[type="submit"] {
    top: 10px;
  }
}

.footer .bottom-footer {
  padding-top: 36px;
}

.footer .widget {
  border: none;
}

.footer .widget.widget_text {
  padding-left: 0;
}

.footer .site-logo {
  margin-bottom: 24px;
}

.footer .copyright {
  display: table;
  width: 100%;
  font-size: 14px;
  padding-bottom: 16px;
}

.footer .copyright .column {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.footer .copyright .column:last-child {
  text-align: right;
}

.footer .copyright p {
  font-weight: 600;
  margin-bottom: 0;
}

.footer .copyright p > a {
  padding: 0;
}

.footer .copyright .cards {
  display: inline-block;
  width: 187px;
}

.footer .copyright .cards > img {
  width: 100%;
}

.footer.footer-dark .bottom-footer {
  background-color: #111f2b;
}

.footer.footer-dark .widget_text,
.footer.footer-dark .copyright, .footer.footer-dark .copyright p,
.footer.footer-dark .copyright a, .footer.footer-dark .copyright p > a {
  color: #fff;
  font-weight: normal;
}

.footer.footer-dark .copyright a:hover,
.footer.footer-dark .copyright p > a:hover {
  color: #2895f1;
}

.footer.footer-dark .widget_archive > ul li a,
.footer.footer-dark .widget_categories > ul li a,
.footer.footer-dark .widget_pages > ul li a {
  color: #fff;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  .footer .widget {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .footer .copyright {
    padding-top: 16px;
  }
}

@media screen and (max-width: 991px) {
  .footer {
    margin-top: 72px;
  }
}

@media screen and (max-width: 480px) {
  .footer {
    margin-top: 60px;
  }
}

/* --------------------------------

Scroll Slideshow

-------------------------------- */
body.scroll-slideshow {
  background-color: #f2f2f2;
}

body.scroll-slideshow .navbar {
  position: absolute;
  top: 0;
}

body::before {
  /* never visible - this is used in jQuery to check the current MQU */
  content: 'mobile';
  display: none;
}

@media only screen and (min-width: 1050px) {
  body::before {
    /* never visible - this is used in jQuery to check the current MQU */
    content: 'desktop';
  }
}

@media only screen and (min-width: 1050px) {
  body[data-hijacking="on"] {
    overflow: hidden;
  }
}

.cd-section {
  height: 100vh;
}

.cd-section .content {
  position: relative;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cd-section .content .inner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 1050px) {
  .cd-section h2 {
    font-size: 4rem;
    font-weight: 300;
  }
  [data-hijacking="on"] .cd-section {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  [data-hijacking="on"] .cd-section > div {
    visibility: visible;
  }
  [data-hijacking="off"] .cd-section > div {
    opacity: 0;
  }
  [data-animation="rotate"] .cd-section {
    /* enable a 3D-space for children elements */
    -webkit-perspective: 1800px;
    -moz-perspective: 1800px;
    perspective: 1800px;
  }
  [data-hijacking="on"][data-animation="rotate"] .cd-section:not(:first-of-type) {
    -webkit-perspective-origin: center 0;
    -moz-perspective-origin: center 0;
    perspective-origin: center 0;
  }
  [data-animation="opacity"] .cd-section.visible > div {
    z-index: 1;
  }
}

@media only screen and (min-width: 1050px) {
  .cd-section:first-of-type > div::before {
    display: none;
  }
}

@media only screen and (min-width: 1050px) {
  .cd-section > div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  [data-hijacking="on"] .cd-section > div {
    position: absolute;
  }
  [data-animation="rotate"] .cd-section > div {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.cd-vertical-nav {
  position: fixed;
  z-index: 1;
  list-style: none;
  padding: 0;
  right: 3%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.cd-vertical-nav a {
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  border: none;
  color: #fff;
  background-color: #2895f1;
}

.cd-vertical-nav a > i {
  font-size: 1.1em;
  line-height: 40px;
}

.cd-vertical-nav a.cd-prev {
  margin-bottom: 10px;
}

.cd-vertical-nav a.inactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -o-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

@media only screen and (min-width: 1050px) {
  .cd-vertical-nav {
    display: block;
  }
}
