.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}/**
 * Theme Name:  EightyDays Lite
 * Theme URI:   http://gretathemes.com/wordpress-themes/eightydays/
 * Author:      GretaThemes
 * Author URI:  http://gretathemes.com
 * Description: EightyDays is a beautiful WordPress travel theme for travel blogs or magazines. EightyDays has a modern, clean and elegant look and lots of customization for bloggers. Built on the latest technology of WordPress, EightyDays is lightweight, fast and optimized for all mobile phones.
 * Version:     2.2.8
 * Requires at least: 4.5
 * Tested up to:      5.4
 * Requires PHP:      5.6
 * License:     GNU General Public License v3 or later
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain: eightydays-lite
 * Tags:        blog, food-and-drink, photography, two-columns, right-sidebar, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
 */
/*--------------------------------------------------------------
 * TABLE OF CONTENTS:
 *--------------------------------------------------------------
1.0 General
2.0 Header
3.0 Archive Pages
4.0 Entry
5.0 Comments
6.0 Widgets
7.0 Footer
8.0 Mobile sidebar
9.0 Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 * 1.0 General
 *------------------------------------------------------------*/
/* HTML elements */
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
[type="submit"] {
  transition: all 0.3s;
}
blockquote {
  font-style: italic;
  color: #939393;
  text-align: center;
  border: 0;
}
blockquote:before,
blockquote:after {
  display: block;
  content: '';
  position: relative;
  width: 30px;
  border-top: 2px solid #818181;
  margin: 15px auto;
}
blockquote.pull-right,
blockquote.pull-left {
  max-width: 360px;
  border: 0;
}
blockquote.pull-right:before,
blockquote.pull-left:before,
blockquote.pull-right:after,
blockquote.pull-left:after {
  display: none;
}
blockquote cite {
  font-size: 12px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-top: 30px;
}
a:focus {
  color: #333;
}
a:hover {
  opacity: 0.9;
}
img {
  max-width: 100%;
  height: auto;
  transition: opacity 0.3s;
}
label {
  font-weight: normal;
}
th,
td {
  padding: 3px 8px;
  border: 1px solid #e1e1e1;
}
textarea,
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"] {
  border: 1px solid #e1e1e1;
  width: 100%;
  padding-left: 0.6em;
  padding-right: 0.6em;
  box-sizing: border-box;
}
textarea:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: 0;
}
textarea {
  height: 12em;
  display: block;
}
button,
input[type="button"],
input[type="submit"],
.button,
#infinite-handle span button,
#infinite-handle span button:hover {
  display: inline-block;
  padding: 0 25px;
  line-height: 40px;
  position: relative;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  background: #333;
  border: 0;
  border-radius: 1px;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover,
#infinite-handle span button:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}
/* Overwrite social icons from Jetpack */
body .jetpack-social-navigation ul {
  margin: 0;
}
body .jetpack-social-navigation li {
  margin-right: 15px;
}
body .jetpack-social-navigation li:last-child {
  margin-right: 0;
}
hr {
  clear: both;
}
/* WordPress must-have styles */
.alignnone {
  margin: 30px 0;
}
.aligncenter,
.aligncenter img {
  display: block;
  margin: 30px auto;
}
.alignright {
  float: right;
  margin: 0 0 30px 30px;
}
.alignleft {
  float: left;
  margin: 0 30px 30px 0;
}
.wp-caption {
  text-align: center;
  max-width: 100%;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  font-size: 11px;
  margin: 5px 0 0;
}
.bypostauthor {
  display: block;
}
.sticky {
  display: block;
}
.wp-playlist-item .wp-playlist-caption,
.wp-playlist-item .wp-playlist-item-length {
  line-height: 2.5;
}
.entry-content .wp-playlist,
.entry-summary .wp-playlist {
  padding-bottom: 0;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.gallery {
  margin: 30px auto;
  clear: both;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 15px;
}
.gallery-item img {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
 * 2.0 Header
 *------------------------------------------------------------*/
/* Site header */
.site-header {
  margin: 60px 0;
}
/* Page header */
.page-header {
  text-align: center;
  padding: 0;
  border: 0;
  margin: 0 0 30px;
}
.page-title {
  margin: 13px 0;
}
.taxonomy-description {
  color: #818181;
  font-style: italic;
  margin-top: -10px;
  font-size: 14px;
}
/* Page header for singular pages */
.page-header.entry-header {
  margin-bottom: 20px;
}
.site-title {
  font: 600 2em/1 Poppins, sans-serif;
  margin: 0 0 10px;
}
.site-title a:hover {
  color: #333;
}
.custom-logo {
  display: inline-block;
  margin: 0 0 10px;
}
.site-description {
  text-transform: uppercase;
  font: 300 14px/1 Poppins, sans-serif;
  letter-spacing: 2px;
  color: #818181;
}
/* Primary menu */
.main-navigation {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 30px;
}
.primary-menu,
.top-bar-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.primary-menu li,
.top-bar-menu li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
.primary-menu li:hover > ul,
.top-bar-menu li:hover > ul,
.primary-menu li.focus > ul,
.top-bar-menu li.focus > ul {
  opacity: 1;
  top: 51px;
  visibility: visible;
}
.primary-menu li:before,
.top-bar-menu li:before {
  margin-right: 5px;
}
.primary-menu li .dropdown-toggle,
.top-bar-menu li .dropdown-toggle {
  margin-top: 3px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 15px 0 15px 15px;
  transition: all 0.3s ease;
  z-index: 99;
  background: transparent;
  border: 0;
}
.primary-menu > li.menu-item-has-children > a::after,
.top-bar-menu > li.menu-item-has-children > a::after {
  content: "";
  display: block;
  border: 4px solid transparent;
  border-top-color: #e1e1e1;
  position: absolute;
  z-index: 9;
  right: 3px;
  top: 50%;
  margin-top: -2px;
}
.primary-menu > li.menu-item-has-children > a:hover::after,
.top-bar-menu > li.menu-item-has-children > a:hover::after {
  border-top-color: #818181;
}
.primary-menu a,
.top-bar-menu a {
  font: 12px/50px Poppins, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #818181;
}
.primary-menu a:hover,
.top-bar-menu a:hover {
  color: #333;
}
.primary-menu a:active,
.top-bar-menu a:active,
.primary-menu a:focus,
.top-bar-menu a:focus {
  text-decoration: none;
}
.primary-menu .current-menu-item > a,
.top-bar-menu .current-menu-item > a {
  color: #333;
  text-decoration: none;
}
.primary-menu ul,
.top-bar-menu ul {
  position: absolute;
  left: 0;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  margin: 0;
  padding: 0;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.primary-menu ul li,
.top-bar-menu ul li {
  width: 160px;
  padding: 7px 15px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.primary-menu ul li:hover,
.top-bar-menu ul li:hover {
  background: #f6f6f6;
}
.primary-menu ul li:last-child,
.top-bar-menu ul li:last-child {
  border-bottom: none;
}
.primary-menu ul li.menu-item-has-children > a::after,
.top-bar-menu ul li.menu-item-has-children > a::after {
  content: "";
  display: block;
  border: 3px solid transparent;
  border-left-color: #e1e1e1;
  position: absolute;
  z-index: 9;
  right: 5px;
  top: 50%;
  margin-top: -3px;
}
.primary-menu ul li.menu-item-has-children > a:hover::after,
.top-bar-menu ul li.menu-item-has-children > a:hover::after {
  border-left-color: #818181;
}
.primary-menu ul a,
.top-bar-menu ul a {
  padding-bottom: 0;
  border-bottom: 0;
  display: block;
  font-size: 11px;
  text-align: left;
  line-height: 1.5;
}
.primary-menu ul ul,
.top-bar-menu ul ul {
  left: 100%;
  top: 50%;
}
.primary-menu ul li:hover > ul,
.top-bar-menu ul li:hover > ul {
  top: 0;
  left: 100%;
}
/* Topbar */
.top-bar {
  font-size: 14px;
  line-height: 42px;
  color: #818181;
}
.top-bar a {
  color: #818181;
}
.top-bar a:hover {
  color: #333;
}
.top-bar .jetpack-social-navigation a {
  font-size: 14px;
}
/* Sidebar toggle icon */
.sidebar-toggle {
  position: relative;
  padding: 21px 0;
  cursor: pointer;
  width: 14px;
  height: 14px;
  float: left;
  margin-left: 0;
  background: 0;
}
.sidebar-toggle span,
.sidebar-toggle span:before,
.sidebar-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 1px;
  border-radius: 1px;
  background: #818181;
  cursor: pointer;
}
.sidebar-toggle span:before {
  top: -4px;
}
.sidebar-toggle span:after {
  bottom: -4px;
}
.sidebar-toggle:hover {
  background: 0;
}
.sidebar-toggle:hover span,
.sidebar-toggle:hover span:before,
.sidebar-toggle:hover span:after {
  background: #333;
}
.top-bar-left .sidebar-toggle {
  display: none;
}
button.active.sidebar-toggle span {
  background-color: transparent;
}
button.active.sidebar-toggle span:before,
button.active.sidebar-toggle span:after {
  top: 0;
}
button.active.sidebar-toggle span:before {
  transform: rotate(45deg);
}
button.active.sidebar-toggle span:after {
  top: 4px;
  transform: translateY(-4px) rotate(-45deg);
}
/* Top bar menu */
.top-bar-menu a {
  line-height: 42px;
}
.top-bar-menu > li:first-child {
  padding-left: 0;
}
.top-bar-menu li:hover > ul {
  top: 42px;
}
/*--------------------------------------------------------------
 * 3.0 Archive Pages
 *------------------------------------------------------------*/
/* Posts navigation */
.posts-navigation,
.post-navigation,
.comment-navigation {
  line-height: 28px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
  font: bold 12px Poppins, sans-serif;
}
.posts-navigation a,
.post-navigation a,
.comment-navigation a {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 5px;
  display: inline-block;
}
.posts-navigation .nav-next,
.post-navigation .nav-next,
.comment-navigation .nav-next {
  float: right;
  text-align: right;
}
.posts-navigation .nav-next i,
.post-navigation .nav-next i,
.comment-navigation .nav-next i {
  margin-left: 5px;
}
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-previous {
  float: left;
}
.posts-navigation .nav-previous i,
.post-navigation .nav-previous i,
.comment-navigation .nav-previous i {
  margin-right: 5px;
}
/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending .site-footer {
  display: block;
}
#infinite-handle span {
  clear: both;
  display: block;
  background: none;
  text-align: center;
}
.infinite-loader {
  clear: both;
}
.spinner {
  margin: 0 auto;
}
/*--------------------------------------------------------------
 * 4.0 Entry
 *------------------------------------------------------------*/
#content > .col-sm-6:nth-of-type(2n+1) {
  clear: left;
}
.hentry {
  margin-bottom: 60px;
}
.entry-media {
  margin-bottom: 28px;
}
.entry-media img {
  width: 100%;
}
.entry-header {
  margin-bottom: 12px;
  text-align: center;
}
.entry-title {
  margin: 13px 0;
  font-size: 20px;
}
.entry-meta {
  font-size: 10px;
  color: #939393;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
}
.entry-meta a {
  color: #939393;
}
.entry-meta a:hover {
  color: #333;
}
.by {
  text-transform: none;
  font-style: italic;
}
.separator {
  color: #e1e1e1;
  padding: 0 5px;
}
.categories,
.categories a {
  color: #c39f76;
}
.author-link img {
  border-radius: 50%;
  margin-right: 5px;
}
.entry-text {
  overflow: hidden;
}
.share {
  text-align: center;
}
.share:before {
  display: block;
  content: '';
  border-top: 1px solid #e1e1e1;
  position: relative;
  top: 16px;
}
.share .jetpack-social-navigation {
  padding: 0 15px;
  font-size: 12px;
  background: #fff;
  display: inline-block;
  position: relative;
}
/* Entry content */
.entry-content {
  margin-top: 30px;
}
.entry-content a {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 1px;
}
.share-box {
  float: right;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 30px 30px;
  background: #f6f6f6;
  padding: 15px 15px 10px;
}
.share-box h6 {
  margin: 0 0 5px;
}
.share-box .jetpack-social-navigation {
  font-size: 10px;
  padding: 0;
}
.share-box .jetpack-social-navigation li {
  display: block;
  margin: 5px 0;
  line-height: 1.8;
}
.share-box .jetpack-social-navigation a {
  color: #939393;
  border: 0;
}
.share-box .jetpack-social-navigation a:before {
  width: 15px;
  margin-right: 5px;
  line-height: 1.8;
}
.share-box .jetpack-social-navigation a:hover {
  color: #333;
}
.share-box .screen-reader-text {
  position: static !important;
}
.page .alignright {
  margin-right: 0;
  max-width: 100%;
}
.page .alignleft {
  margin-left: 0;
  max-width: 100%;
}
/* Entry tags */
.post-tags {
  list-style: none;
  font-size: 11px;
  line-height: 28px;
  margin: 10px 0;
}
.post-tags li {
  display: inline-block;
  margin-right: 40px;
}
.post-tags li:last-child {
  margin-right: 0;
}
.post-tags a {
  color: #9c9c9c;
  display: inline-block;
  padding: 0 15px;
  background: #f4f4f4;
  margin-right: 8px;
  border-radius: 2px;
}
.post-tags a:hover {
  background: #f0f0f0;
}
.single .hentry,
.page .hentry {
  margin-bottom: 0;
}
/* Single page */
.page #content {
  margin: 0 auto;
  float: none;
}
/* Post navigation */
.post-navigation {
  margin-top: 60px;
  padding: 15px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.post-navigation a {
  border: 0;
  padding: 0;
}
/* Author bio */
.author-info {
  margin-top: 30px;
}
.author-avatar {
  margin-right: 15px;
}
.author-description {
  margin-left: 95px;
}
.author-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
.author-info .jetpack-social-navigation {
  font-size: 12px;
  line-height: 1;
  padding: 0;
  float: right;
  margin-top: 3px;
}
.author-bio {
  color: #7e7e7e;
  font-size: 13px;
  line-height: 1.5;
  margin: 10px 0 0;
}
/* Related posts */
.related-posts {
  margin-top: 60px;
}
.section-title {
  font-size: 16px;
  line-height: 1;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.section-title:before {
  display: block;
  content: '';
  border-top: 1px solid #e7e7e7;
  position: relative;
  top: 8px;
  z-index: 1;
}
.section-title span {
  display: inline-block;
  padding: 0 30px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.related-post img {
  width: 100%;
}
.related-post-title {
  line-height: 1.2;
  margin: 20px 0 0;
  font-weight: 600;
}
.related-post-date {
  font-size: 13px;
  color: #7e7e7e;
}
/* 404 page */
.error404 .site-header {
  margin-bottom: 120px;
}
.error404 .site-main {
  text-align: center;
}
.not-found-title {
  color: #f0f0f0;
  font-size: 300px;
  margin: 0;
  line-height: 1;
}
.not-found-message {
  font-size: 30px;
  margin: -30px 0 0;
}
.not-found-back {
  color: #979797;
}
/*--------------------------------------------------------------
 * 5.0 Comments
 *------------------------------------------------------------*/
/* Comments */
.comments-area {
  margin-top: 60px;
}
.comments-title {
  margin-bottom: 60px;
}
.comment-list {
  padding: 0;
}
.comment-list li {
  list-style: none;
}
.comment-list li + li {
  margin-top: 60px;
}
.comment-list .children {
  padding-left: 58px;
  margin: 60px 0 0;
}
.comment-meta {
  line-height: 1;
  margin-bottom: 1em;
}
.comment-author {
  font-size: 13px;
}
.comment-author img {
  border-radius: 50%;
  float: left;
  margin: -8px 10px 0 0;
}
.comment-metadata a {
  font-size: 12px;
  font-style: italic;
  color: #818181;
}
.comment-content {
  margin-left: 58px;
  font-size: 13px;
}
.comment-content p:last-child {
  margin-bottom: 0;
}
.comment-content a {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 1px;
}
.comment-navigation,
.comment-respond {
  margin-top: 60px;
}
.comment-reply-link {
  float: right;
  font-size: 11px;
  line-height: 18px;
  color: #9c9c9c;
  display: inline-block;
  padding: 0 15px;
  background: #f4f4f4;
  border-radius: 2px;
}
.comment-reply-link:hover {
  background: #f0f0f0;
}
/* Comment form */
.comment-reply-title {
  font-size: 16px;
}
.comment-form label {
  display: block;
}
.comment-form input {
  width: 50%;
}
.comment-subscription-form {
  margin-top: 1em;
}
.form-submit {
  margin: 30px 0 0;
}
.form-submit input {
  display: inline-block;
  width: auto;
}
/*--------------------------------------------------------------
 * 6.0 Widgets
 *------------------------------------------------------------*/
/* Widget styles */
.widget {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 75px;
}
.widget ul {
  list-style: none;
  padding: 0;
  line-height: 2.5;
}
.widget li ul {
  padding-left: 20px;
}
.widget a {
  color: #333;
}
.widget-title {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 20px;
  position: relative;
  text-align: center;
}
.widget-title:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #e1e1e1;
  z-index: 1;
}
.widget-title span {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  position: relative;
  z-index: 2;
}
/* Widget search */
.search-form {
  position: relative;
}
.search-form label {
  display: block;
  font-weight: normal;
}
.search-submit {
  border: 0;
  padding: 0;
  background: transparent;
  width: 14px;
  color: #818181;
  position: absolute;
  right: 10px;
  top: 0;
}
.search-submit:hover {
  background: transparent;
  color: #818181;
}
.search-submit .genericon {
  line-height: 32px;
}
/* Widget categories */
.widget_categories .count {
  float: right;
  color: #a7a7a7;
}
.widget_categories .children {
  padding-left: 20px;
  display: none;
}
.widget_categories .children li {
  position: relative;
}
.widget_categories .children li:before {
  position: relative;
  display: inline-block;
  content: '';
  width: 13px;
  margin-left: -20px;
  margin-top: 20px;
  float: left;
  border-top: 1px solid #dcdcdc;
}
/* Widget archive */
.widget_archive .count {
  float: right;
  color: #a7a7a7;
}
/* Widget Recent Posts */
.eightydays-recent-posts-widget {
  /* Featured post */
}
.eightydays-recent-posts-widget li {
  margin: 0 0 30px;
  overflow: hidden;
  line-height: 24px;
}
.eightydays-recent-posts-widget .eightydays-thumb {
  float: left;
  width: 67px;
}
.eightydays-recent-posts-widget .eightydays-thumb figure {
  width: 67px;
  height: 67px;
  text-align: center;
  background: #f6f6f6;
}
.eightydays-recent-posts-widget .eightydays-thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.eightydays-recent-posts-widget .eightydays-text {
  margin-left: 82px;
}
.eightydays-recent-posts-widget .eightydays-title {
  display: block;
  font-weight: 600;
  margin: 0 0 5px;
  line-height: 1.3;
}
.eightydays-recent-posts-widget .eightydays-date {
  font-size: 11px;
  text-transform: uppercase;
}
.eightydays-recent-posts-widget .featured .eightydays-thumb {
  float: none;
  width: 100%;
  display: block;
}
.eightydays-recent-posts-widget .featured .eightydays-thumb figure {
  width: 100%;
  height: auto;
}
.eightydays-recent-posts-widget .featured .eightydays-text {
  margin-left: 0;
}
.eightydays-recent-posts-widget .featured .eightydays-title {
  margin-top: 12px;
  font-size: 15px;
}
/* Widget Flickr */
.eightydays-flickr-photos {
  overflow: hidden;
}
.eightydays-flickr-photos .flickr_badge_image {
  float: left;
  margin: 0 5px 5px 0;
}
/* Widget about */
.eightydays-about-intro,
.eightydays-about-widget .jetpack-social-navigation,
.eightydays-about-signature {
  text-align: center;
}
.eightydays-about-image {
  margin: 0 auto;
  display: block;
}
.eightydays-about-intro {
  margin: 35px 0 10px;
}
.eightydays-about-widget .jetpack-social-navigation,
.site-info .jetpack-social-navigation {
  font-size: 14px;
  margin: 0 auto;
}
.eightydays-about-widget .jetpack-social-navigation li,
.site-info .jetpack-social-navigation li {
  margin-right: 5px;
}
.eightydays-about-widget .jetpack-social-navigation a,
.site-info .jetpack-social-navigation a {
  display: inline-block;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #ddd;
  color: #fff;
  text-align: center;
}
.eightydays-about-widget .jetpack-social-navigation a:hover,
.site-info .jetpack-social-navigation a:hover {
  background: #333;
  color: #fff;
}
.eightydays-about-widget .jetpack-social-navigation a:before,
.site-info .jetpack-social-navigation a:before {
  line-height: 35px;
}
.eightydays-about-signature {
  font: 40px 'Homemade Apple', cursive;
  display: block;
  margin: 12px auto 0;
}
/* Widget eRocket Contact Info */
.widget.eci .textwidget {
  text-align: center;
}
.widget.eci .textwidget img {
  margin: 0 auto;
  display: block;
}
.widget.eci .eci-profiles .wp-social-link {
  background: none;
}
.widget.eci .eci-profiles .wp-social-link:hover {
  transform: scale(1);
}
.widget.eci .eci-profiles .wp-social-link a {
  display: inline-block;
  border-radius: 50%;
  padding: 9px;
  background: #ddd;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.widget.eci .eci-profiles .wp-social-link a:hover {
  background: #333;
  color: #fff;
}
.widget.eci .eci-profiles svg {
  width: 17px;
  height: 17px;
}
.widget.eci .eci-info svg {
  margin-top: 6px;
}
/* Featured posts */
.featured-posts-tiled {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.featured-posts-tiled a {
  position: relative;
  display: block;
  color: #fff;
}
.featured-posts-tiled a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: '';
  background: #000;
  opacity: 0.2;
  z-index: 1;
  transition: opacity 0.3s;
}
.featured-posts-tiled a:hover:before {
  opacity: 0.1;
}
.featured-posts-tiled img {
  width: 100%;
}
.featured-posts-tiled .categories {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 2px;
  border: 1px solid #fff;
  padding: 5px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
}
.featured-posts-tiled-text {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  margin-top: -25px;
  z-index: 2;
}
.featured-posts-tiled-big {
  width: 200% / 3;
  float: left;
}
.featured-posts-tiled-big .featured-posts-tiled-text {
  margin-top: -52px;
  padding: 0 30px;
}
.featured-posts-tiled-big .entry-title {
  font-size: 28px;
  margin-bottom: 5px;
}
.featured-posts-tiled-small {
  width: 100% / 3;
  float: right;
  padding: 0 0 5px 10px;
}
.featured-posts-tiled-small:last-child {
  padding: 5px 0 0 10px;
}
/* MailChimp for WordPress / Jetpack subscription form */
.mc4wp-form-fields input,
form #subscribe-email input,
#subscribe-submit input {
  width: 100%;
  display: block;
}
/* WP Instagram Widget */
.instagram-pics {
  margin: -3px;
  overflow: hidden;
}
.instagram-pics li {
  width: 100% / 3;
  padding: 3px;
  float: left;
}
.instagram-pics img {
  width: 100%;
}
/*--------------------------------------------------------------
 * 7.0 Footer
 *------------------------------------------------------------*/
.site-footer {
  margin-top: 120px;
}
.footer-widgets {
  padding: 60px 0 0;
  background: #eef1f3;
}
.footer-widgets .widget-title {
  text-align: left;
}
.footer-widgets .widget-title:before {
  display: none;
}
.footer-widgets .widget-title span {
  background: none;
  padding: 0;
}
.footer-widgets .widget {
  margin-bottom: 60px;
  line-height: 1.8;
}
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}
.footer-widgets .widget ul {
  line-height: 1.8;
}
.footer-widgets .eightydays-recent-posts-widget li {
  margin-bottom: 15px;
}
.footer-widgets .eightydays-recent-posts-widget .eightydays-thumb {
  width: 55px;
}
.footer-widgets .eightydays-recent-posts-widget .eightydays-text {
  margin-left: 65px;
}
.footer-widgets .eightydays-recent-posts-widget .eightydays-title {
  line-height: 1.2;
}
.site-info {
  padding: 15px 0;
  font-size: 13px;
}
.site-info p {
  margin-bottom: 0;
}
.site-info .custom-logo-link {
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
}
.site-info .custom-logo-link img {
  margin: 0;
}
.site-info .jetpack-social-navigation {
  float: right;
  margin-top: 5px;
}
.site-info .credit {
  display: inline-block;
  text-align: left;
}
#scroll-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: rgba(0, 0, 0, 0.4);
  display: block;
  z-index: 99;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
#scroll-to-top span {
  line-height: 42px;
  font-size: 20px;
  margin-left: 2px;
}
/*--------------------------------------------------------------
 * 8.0 Mobile sidebar
 *------------------------------------------------------------*/
/* Mobile sidebar */
.site {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #fff;
}
.mobile-sidebar {
  width: 320px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: auto;
  background: #f5f5f5;
  padding: 20px;
}
.admin-bar .mobile-sidebar {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .mobile-sidebar {
    top: 46px;
  }
}
.mobile-sidebar ul {
  list-style: none;
  padding: 0;
  line-height: 40px;
}
.mobile-sidebar li:before {
  margin-right: 5px;
}
.mobile-sidebar li ul {
  padding-left: 20px;
}
.mobile-sidebar li li {
  font-size: 0.9em;
}
.mobile-sidebar .primary-menu-mobile {
  text-transform: uppercase;
}
.mobile-sidebar .primary-menu-mobile li {
  position: relative;
  border-bottom: 1px solid #eee;
}
.mobile-sidebar .primary-menu-mobile li li {
  font-size: 0.9em;
}
.mobile-sidebar .primary-menu-mobile li li a {
  line-height: 1.5;
  display: inline-block;
}
.mobile-sidebar .primary-menu-mobile a {
  font: 12px/50px Poppins, sans-serif;
  letter-spacing: 1px;
}
.mobile-sidebar .primary-menu-mobile ul {
  display: none;
}
.mobile-sidebar .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  float: right;
  cursor: pointer;
}
.mobile-sidebar-open .page-overlay {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
}
.mobile-sidebar-open .site {
  transform: translate3d(320px, 0, 0);
  cursor: pointer;
}
.mobile-navigation .primary-menu-mobile .dropdown-toggle {
  position: absolute;
  right: 3px;
  top: 15px;
  font-size: 20px;
  display: block;
  cursor: pointer;
  background: none;
  transition: none;
}
.mobile-navigation .primary-menu-mobile .dropdown-toggle:before {
  content: "";
  display: block;
  border: 5px solid transparent;
  border-top-color: #444;
  position: absolute;
}
.mobile-navigation .primary-menu-mobile .dropdown-toggle.toggled-on {
  transform: rotate(-180deg);
}
html.no-js .mobile-sidebar-open.site {
  transform: translate3d(320px, 0, 0);
  cursor: pointer;
}
html.no-js .mobile-navigation .dropdown-toggle.toggled-on + .sub-menu {
  display: block;
}
/*--------------------------------------------------------------
 * 9.0 Responsive
 *------------------------------------------------------------*/
@media (min-width: 1024px) {
  /* Scrollbar */
  ::-webkit-scrollbar {
    width: 7px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(51, 51, 51, 0.1);
  }
  ::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb:active {
    background-color: #aaa;
  }
}
@media (max-width: 991px) {
  #secondary {
    margin-top: 75px;
  }
  .featured-posts-tiled-big .featured-posts-tiled-text {
    margin-top: -25px;
    padding: 0;
  }
  .featured-posts-tiled .entry-summary {
    display: none;
  }
  .featured-posts-tiled-small .entry-title {
    font-size: 14px;
  }
  .site-info {
    text-align: center;
  }
  .site-info .jetpack-social-navigation {
    float: none;
  }
}
@media (max-width: 767px) {
  /* Hide main menu and top bar menu / text on mobile */
  .main-navigation,
  .top-bar-menu {
    display: none;
  }
  /* Show mobile toggle icon */
  .top-bar-left .sidebar-toggle {
    display: inline-block;
  }
  .featured-posts-tiled-big,
  .featured-posts-tiled-small {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 30px;
  }
  .featured-posts-tiled-small .entry-title {
    font-size: 20px;
  }
  .related-post {
    margin-top: 45px;
  }
  .related-post:first-child {
    margin-top: 0;
  }
  .site-info .credit {
    display: block;
    text-align: center;
    margin: 10px 0 0;
  }
}
@media (max-width: 479px) {
  /* Single post */
  .comment-list .children {
    padding-left: 0;
  }
  .alignleft,
  .alignright {
    margin: 30px 0;
  }
  blockquote.pull-right,
  blockquote.pull-left {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 359px) {
  .featured-posts-tiled-big .entry-title {
    font-size: 20px;
  }
  .mobile-sidebar {
    width: 250px;
  }
  .mobile-sidebar-open .site {
    transform: translate3d(250px, 0, 0);
    cursor: pointer;
  }
}
.wp-block-pullquote {
  padding: 0;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-pullquote.aligncenter,
.wp-block-pullquote.alignwide,
.wp-block-pullquote.alignfull {
  padding: 0;
  text-align: left;
  padding: 13px 26px;
  margin: 0px;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.aligncenter p,
.wp-block-pullquote.alignwide p,
.wp-block-pullquote.alignfull p {
  font-size: 20px;
}
.wp-block-pullquote blockquote {
  margin: 15px 0;
}
.wp-block-pullquote blockquote p {
  font-size: 20px;
}
.wp-block-pullquote blockquote cite {
  font-size: 12px;
}
blockquote.wp-block-quote.is-large {
  margin: 0px;
  padding: 13px 26px;
}
blockquote.wp-block-quote.is-large cite {
  font-size: 12px;
  text-align: left;
}
blockquote.wp-block-quote.is-large p {
  font-size: 20px;
}
.wp-block-image.alignright {
  padding-left: 1.5em;
}
.wp-block-image.alignleft {
  padding-right: 1.5em;
}
a.wp-block-button__link {
  display: inline-block;
  padding: 0 25px;
  line-height: 40px;
  position: relative;
  font-size: 0.87054932rem;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  background: #212121;
  border: 0;
  border-radius: 1px;
}
a.wp-block-button__link:hover {
  background: #444;
  color: #fff;
}
.wp-block-button.aligncenter.is-style-outline a.wp-block-button__link {
  border: 1px solid #c39f76;
  background: transparent;
  color: #c39f76;
  border-radius: 100px;
  transition: all 0.3s;
}
.wp-block-button.aligncenter.is-style-outline a.wp-block-button__link:hover {
  border: 1px solid #212121;
  color: #212121;
}/*
Theme Name:     EightyDays Child
Description:    
Author:         manu225
Template:       eightydays-lite

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

@font-face {
    font-family: 'always_in_my_heartregular';
    src: url(//www.manu-camping-car.fr/wp-content/themes/eightydays-child/fonts/always_in_my_heart-webfont.woff2) format('woff2'),
         url(//www.manu-camping-car.fr/wp-content/themes/eightydays-child/fonts/always_in_my_heart-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

.site-header {
	margin: 0 0 60px 0;
	padding-top: 60px;
}

.site-header {
	background: url(//www.manu-camping-car.fr/wp-content/themes/eightydays-child/images/bg_quiberon.jpg) top left no-repeat;
	background-size: 100% 100%;
}

.site-description {
	color: #ffeb19;
	text-shadow: 1px 1px 5px #000;
	font-size: 40px;
	font-family: 'always_in_my_heartregular';
	font-weight: bold;
	text-transform: none;
}

.top-bar {
		display: none;
	}

.main-navigation {
	border-top: none;
}

.primary-menu > li > a, .top-bar-menu > li > a {
	color: #fff;
}

.primary-menu > li:hover, .top-bar-menu > li:hover,
.primary-menu > li.current-menu-item, .top-bar-menu > li.current_page_item {
	background: #fff;
}

.primary-menu > li:hover a, .top-bar-menu > li:hover a,
.primary-menu > li.current-menu-item a, .top-bar-menu > li.current_page_item a {
	color: #ffeb19;
	font-weight: bold;
	text-shadow: 0px 0px 4px #000;
}

.site-footer .custom-logo-link {
	display: none;
}

.footer-widgets {
	background: #ffeb19;
}

h2, .widget-title {
	color: #68c0ff;
	font-size: 20px;
}

.entry-text {
	overflow: visible;
}

.entry-content a {
    border-bottom: 1px solid #68c0ff;
    color: #68c0ff;
    font-weight: bold;
}

.entry-content ul,
.entry-content ol {
	list-style-position: inside;
}

.entry-title, .page-title {
	color: #ffeb19;
	font-size: 46px;
	font-family: 'always_in_my_heartregular';
	text-shadow: 1px 1px 5px #000;
	text-indent: -25px;
}

.entry-title a {
	color: #ffeb19;
}

a.flex-prev, a.flex-next {
	border-bottom: none;
}

.categories {
    display: none;
}

body.single-post article.post > .entry-media {
	display: none;
}

.entry-content h3 {
	font-size: 18px;
	color: #ffeb19;
}

span.wpcf7-list-item {
	margin: 0;
}

.gallery-item {
	padding: 15px;
}

.recentcomments a {
	border-bottom: 1px solid #68c0ff;
	color: #68c0ff;
	font-weight: bold;
}

.mc4wp-form input[name="AGREE_TO_TERMS"] {
	width: auto;
	margin-right: 5px;
	display: inline-block;
}

.footer-widgets .widget a {
    text-decoration: underline;
    font-weight: bold;
}

@media screen and (max-width: 768px) {

	.top-bar {
		display: block;
	}

	.top-bar-left {
		position: absolute;
		left: 20px;
		top: 50px;
	}

	.sidebar-toggle span, .sidebar-toggle span::before, .sidebar-toggle span::after {
		background: #ffeb19;
		height: 5px;
		width: 25px;
	}

	.sidebar-toggle span::before {
		top: -7px;
	}

	.sidebar-toggle span::after {
		bottom: -7px;
	}
}/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=cc01c5563b7865b73e195b0db46e8149)
 * Config saved to config.json and https://gist.github.com/cc01c5563b7865b73e195b0db46e8149
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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 {
  -webkit-box-sizing: content-box;
     -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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
     -moz-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;
}
* {
  -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 {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #1f3331;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1f3331;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #818181;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.8;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.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;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 1.16666667;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 13px;
  margin-bottom: 13px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 13px;
}
.lead {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 13px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 26px;
}
dt,
dd {
  line-height: 1.8;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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%;
  text-transform: uppercase;
}
blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 20px;
  border-left: 5px solid transparent;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.8;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid transparent;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.8;
}
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: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 12.5px;
  margin: 0 0 13px;
  font-size: 15px;
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.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,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}/*
Theme Name:     EightyDays Child
Description:    
Author:         manu225
Template:       eightydays-lite

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

@font-face {
    font-family: 'always_in_my_heartregular';
    src: url(//www.manu-camping-car.fr/wp-content/themes/eightydays-child/fonts/always_in_my_heart-webfont.woff2) format('woff2'),
         url(//www.manu-camping-car.fr/wp-content/themes/eightydays-child/fonts/always_in_my_heart-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

.site-header {
	margin: 0 0 60px 0;
	padding-top: 60px;
}

.site-header {
	background: url(//www.manu-camping-car.fr/wp-content/themes/eightydays-child/images/bg_quiberon.jpg) top left no-repeat;
	background-size: 100% 100%;
}

.site-description {
	color: #ffeb19;
	text-shadow: 1px 1px 5px #000;
	font-size: 40px;
	font-family: 'always_in_my_heartregular';
	font-weight: bold;
	text-transform: none;
}

.top-bar {
		display: none;
	}

.main-navigation {
	border-top: none;
}

.primary-menu > li > a, .top-bar-menu > li > a {
	color: #fff;
}

.primary-menu > li:hover, .top-bar-menu > li:hover,
.primary-menu > li.current-menu-item, .top-bar-menu > li.current_page_item {
	background: #fff;
}

.primary-menu > li:hover a, .top-bar-menu > li:hover a,
.primary-menu > li.current-menu-item a, .top-bar-menu > li.current_page_item a {
	color: #ffeb19;
	font-weight: bold;
	text-shadow: 0px 0px 4px #000;
}

.site-footer .custom-logo-link {
	display: none;
}

.footer-widgets {
	background: #ffeb19;
}

h2, .widget-title {
	color: #68c0ff;
	font-size: 20px;
}

.entry-text {
	overflow: visible;
}

.entry-content a {
    border-bottom: 1px solid #68c0ff;
    color: #68c0ff;
    font-weight: bold;
}

.entry-content ul,
.entry-content ol {
	list-style-position: inside;
}

.entry-title, .page-title {
	color: #ffeb19;
	font-size: 46px;
	font-family: 'always_in_my_heartregular';
	text-shadow: 1px 1px 5px #000;
	text-indent: -25px;
}

.entry-title a {
	color: #ffeb19;
}

a.flex-prev, a.flex-next {
	border-bottom: none;
}

.categories {
    display: none;
}

body.single-post article.post > .entry-media {
	display: none;
}

.entry-content h3 {
	font-size: 18px;
	color: #ffeb19;
}

span.wpcf7-list-item {
	margin: 0;
}

.gallery-item {
	padding: 15px;
}

.recentcomments a {
	border-bottom: 1px solid #68c0ff;
	color: #68c0ff;
	font-weight: bold;
}

.mc4wp-form input[name="AGREE_TO_TERMS"] {
	width: auto;
	margin-right: 5px;
	display: inline-block;
}

.footer-widgets .widget a {
    text-decoration: underline;
    font-weight: bold;
}

@media screen and (max-width: 768px) {

	.top-bar {
		display: block;
	}

	.top-bar-left {
		position: absolute;
		left: 20px;
		top: 50px;
	}

	.sidebar-toggle span, .sidebar-toggle span::before, .sidebar-toggle span::after {
		background: #ffeb19;
		height: 5px;
		width: 25px;
	}

	.sidebar-toggle span::before {
		top: -7px;
	}

	.sidebar-toggle span::after {
		bottom: -7px;
	}
}