/* GENERAL */
body {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	background-color: #fdfdf3;
	text-align: center;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat;
}
div {
	position: relative;
}
img {
	border: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}
a {
	color: #00c0b7;
	text-decoration: underline;
	transition: 0.3s;
}
a:hover {
	opacity: 0.7;
}
img.new-window {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 5px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	width: 100%;
	background-color: #ffffff;
	padding: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	outline: none;
	border-radius: 10px;
	border: 0px;
	box-shadow: 0px 0px 3px #999999;
	background-image: url(images/bg-select.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: right 20px center;
}
/* GENERAL END */



/* TEMP */
div#temp-content {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 380px;
}
div#temp-logo {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
div#temp-logo img {
	display: block;
	width: 100%;
}
/* TEMP END */









/* HEADER & NAV */
div#header {
	width: 100%;
	height: 175px;
	background-color: #ffffff;
	box-sizing: border-box;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media (max-width: 1280px) {
div#header {
	background-position: right center;
}	
}
div#header div#logo {
	float: left;
	margin-left: 30px;
	margin-top: 23px;
	width: 230px;
}
@media (max-width: 1080px) {
div#header {
	height: auto;
	padding: 15px;
}
div#header div#logo {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 180px;
}	
}
div#header div#logo img {
	width: 100%;
	display: block;
}
div#header div#travel {
	float: left;
	width: 230px;
	height: 80px;
	box-sizing: border-box;
	font-size: 19px;
	text-align: left;
	margin-left: 18px;
	padding-left: 18px;
	padding-top: 25px;
	padding-bottom: 20px;
	border-left: 2px dotted #aba19a;
	margin-top: 48px;
	color: #59493f;
}
@media (max-width: 1180px) {
div#header div#travel {
	display: none;
}	
}
div#header button.menu-btn {
	display: none;
}
@media (max-width: 1080px) {
div#header button.menu-btn {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 65px;
	width: 65px;
	padding: 15px;
	box-sizing: border-box;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	border: 0px;
	transition: 0.3s;
	z-index: 100;
}
div#header button.menu-btn img {
	display: block;
	width: 100%;
}
}
div#header button.menu-btn img {
	display: block;
	width: 100%;
}
nav ul.topnav {
	position: absolute;
	top: 55px;
	right: 30px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 60px;
	z-index: 100;
}
@media (max-width: 1080px) {
nav ul.topnav {
	display: none;
}
}
nav ul.topnav li {
	float: left;
	height: 60px;
}
nav ul.topnav li a {
	display: block;
	font-family: 'Varela Round', sans-serif;
	color: #59493f;
	height: 60px;
	padding-top: 20px;
	font-size: 19px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
	box-sizing: border-box;
}
nav ul.topnav li a:hover {
	color: #00c0b7;
	opacity: 1;
}
nav ul.topnav li a.social {
	width: 50px;
	height: 50px;
	padding: 9px;
	box-sizing: border-box;
	margin-top: 5px;
	margin-left: 5px;
	border-radius: 10px;
}
nav ul.topnav li a.social img {
	display: block;
	width: 100%;
}
nav ul.topnav li a.social:hover {
	background-color: #fcedd0;
}
nav ul.topnav li ul {
	display: none;
	width: auto;
	position: absolute;
	padding: 0px;
	margin: 0px;
}
nav ul.topnav li:hover ul {
	display: block;
	position: absolute;
	padding: 0px;
	top: auto;
	margin-top: -8px;
	width: 270px;
	border-radius: 0px;
	overflow: hidden;
	box-shadow: 0px 0px 12px #888888;
}
nav ul.topnav li:hover ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	box-sizing: border-box;
}
nav ul.topnav li:hover ul li a {
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 15px;
	text-decoration: none;
	color: #59493f;
	background-color: #ffffff;
	text-align: left;
	border-bottom: 1px solid #eeeeee;
	font-size: 14px;
	font-weight: normal;
}
nav ul.topnav li:hover ul li a:hover {
	opacity: 1;
	background-color: #eefbff;
	color: #59493f;
}
div.social-icon-pushy {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
}
div.social-icon-pushy a {
	display: block;
	width: 100%;	
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
}
div.social-icon-pushy a img {
	display: block;
	width: 100%;
	opacity: 1;	
}
div.social-icon-pushy a:hover {
	background-color: #ffffff;	
	opacity: 1;
}
/* HEADER & NAV */











/* TOPBAR */
div#topbar {
	display: block;
	width: 100%;
	height: 75px;
	clear: both;
}
div#topbar div#destinations, div#topbar div#popular, div#topbar div#random, div#topbar div#socials {
	float: left;
	width: 25%;
	height: 75px;
	box-sizing: border-box;
}
div#topbar div#destinations a, div#topbar div#popular a, div#topbar div#random a, div#topbar div#socials a {
	display: block;
	width: 100%;
	height: 75px;
	font-size: 19px;
	font-family: 'Varela Round', sans-serif;
	line-height: 16px;
	text-align: center;
	color: #59493f;
	text-decoration: none;
	background-color: #ffffff;
	padding-top: 17px;
	box-sizing: border-box;
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
}
div#topbar div#destinations a img, div#topbar div#popular a img, div#topbar div#random a img, div#topbar div#socials a img {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-bottom: -13px;
	margin-right: 5px;	
}
div#topbar div#destinations a:hover, div#topbar div#popular a:hover, div#topbar div#random a:hover, div#topbar div#socials a:hover {
	background-color: #eefbff;
	opacity: 1;
}
@media (max-width: 1180px) {
div#topbar {
	height: auto;
}
div#topbar div#destinations, div#topbar div#popular, div#topbar div#random, div#topbar div#socials {
	height: auto;
}
div#topbar div#destinations a, div#topbar div#popular a, div#topbar div#random a, div#topbar div#socials a {
	padding-bottom: 15px;
	height: auto;
	font-size: 14px;
}
div#topbar div#destinations a img, div#topbar div#popular a img, div#topbar div#random a img, div#topbar div#socials a img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;	
}
}
/* TOPBAR END */






/* SCROLL CATEGORIES */
div.blog-categories {
	display: block;
	width: 90%;
	max-width: 310px;
	margin-top: -10px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1280px) {
div.blog-categories {
	margin-top: -80px;
}
}
/* SCROLL END */






/* PATHWAY */
div#pathway {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 40px;
	font-size: 15px;
	line-height: 22px;
	background-color: #ffffff;
	height: auto;
	text-align: center;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
@media (max-width: 1280px) {
div#pathway {
	margin-bottom: 0px;
}
}
div#pathway div {
	display: inline-block;
	vertical-align: middle;
}
div#pathway div a {
	color: #59493f;
	transition: 0.3s;
}
div#pathway div a:hover {
	opacity: 0.8;
}
div#pathway div.arrow {
	color: #e95829;
	margin-left: 3px;
	margin-right: 3px;
}
div#pathway div.title {
	font-weight: bold;
}
/* PATHWAY END */









/* CONTENT & RIGHT */
div#wrap-content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 1280px) {
div#wrap-content {
	width: 100%;
	max-width: 100%;
}
}
div#content {
	float: left;
	width: 640px;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 40px;
}
@media (max-width: 1280px) {
div#content {
	float: none;
	display: block;
	width: 100%;
	max-width: 960px;
	padding: 30px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}	
}
div#content.large {
	float: none;
	display: block;
	width: 100%;
}
div#content h1 {
	font-family: 'Varela Round', sans-serif;
	font-size: 38px;
	line-height: 44px;
	color: #3378d7;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
div#content h2.heading {
	font-family: 'Varela Round', sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #59493f;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 30px;
}
div#content div.image-article {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 30px;
	padding: 12px;
	background-color: #ffffff;
	border-radius: 15px;
	box-shadow: 0px 0px 5px #cccccc;
	overflow: hidden;
}
div#content div.image-article img {
	display: block;
	width: 100%;
	border-radius: 13px;
}
@media (max-width: 960px) {
div#content div.image-article {
	width: calc(100% + 60px);
	margin-left: -30px;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-radius: 0px;
}
div#content div.image-article img {
	border-radius: 0px;
}	
}
div.image-photo {
	display: block;
	box-sizing: border-box;
	max-width: 100%;
	max-width: 300px;
	height: 260px;
	margin-bottom: 20px;
	padding-bottom: 50px;
	background-color: #ffffff;
	border: 7px solid #ffffff;
	border-radius: 2px;
	box-shadow: 0px 0px 3px #999999;
	text-align: center;
	overflow: hidden;
}
div.image-photo.a {
	rotate: -1deg;
}
div.image-photo.b {
	rotate: 1deg;
}
div.image-photo img {
	display: block;
	height: 100%;
	margin-left: 0px;
	z-index: 80;
}
div.image-photo div.caption {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-family: "Caveat", cursive;
	font-size: 24px;
	color: #59493f;
	z-index: 90;	
}
div.image-photo div.washi-tape {
	position: absolute;
	top: -23px;
	left: 95px;
	width: 100px;
	height: 35px;
	background-image: url(images/washi-tape.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100px;
	z-index: 90;
}
div#content h2 {
	font-family: 'Varela Round', sans-serif;
	font-size: 26px;
	line-height: 32px;
	color: #e95829;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
}
div#right {
	float: left;
	width: 300px;
	margin-left: 40px;
	margin-bottom: 70px;
}
@media (max-width: 1280px) {
div#right {
	float: none;
	display: block;
	width: 85%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
}
/* CONTENT & RIGHT END */






/* DESTINATION PAGE */
div#header-destination {
	display: block;
	width: 100%;
	height: 400px;
	box-sizing: border-box;
	margin-top: -40px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-bottom: 50px;
	border-bottom: 15px solid #ffffff;
	box-shadow: 0px 1px 5px #cccccc;
	background-image: url(canada/images/canada.jpg);
	background-attachment: fixed;
	background-size: cover;
}
@media (max-width: 1280px) {
div#header-destination {
	margin-top: -0px;	
}
}
div#header-destination div.info-wrap {
	position: absolute;
	width: 450px;
	top: 0px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.2);
	z-index: 60;	
}
@media (max-width: 680px) {
div#header-destination div.info-wrap {
	width: 100%;
}
}
div#header-destination div.info-wrap div.info {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	box-sizing: border-box;
	padding: 40px;
	text-align: center;
}
div#header-destination div.info-wrap div.info div.flag {
	display: block;
	width: 75px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
div#header-destination div.info-wrap div.info div.flag img {
	display: block;
	width: 100%;
}
div#header-destination div.info-wrap div.info h1 {
	display: block;
	font-size: 34px;
	font-family: 'Varela Round', sans-serif;
	font-weight: bold;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 10px;
}
div#header-destination div.info-wrap div.info h2 {
	display: block;
	font-size: 24px;
	font-family: 'Varela Round', sans-serif;
	font-weight: normal;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3.destinations {
	display: block;
	box-sizing: border-box;
	width: 85%;
	max-width: 960px;
	padding-left: 290px;
	padding-right: 290px;
	font-size: 28px;
	line-height: 36px;
	font-weight: normal;
	text-transform: uppercase;
	color: #59493f;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg-h3-destinations.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 40px;
}
@media (max-width: 1120px) {
h3.destinations {
	padding-left: 0px;
	padding-right: 0px;
	padding: 15px;
	background-image: none;
	background-color: #ffffff;	
}
}
/* destination-preview */
div.city-section {
	display: inline-block;
	vertical-align: top;
	width: 85%;
	max-width: 480px;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
}
div.city-section p.destination-city-name {
	font-size: 26px;
	color: #e95829;
	margin-top: 0px;
	margin-bottom: 20px;
}
div.destination-preview a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	box-shadow: 0px 0px 5px #cccccc;
	margin-bottom: 20px;
	padding: 5px;
}
div.destination-preview a:hover {
	opacity: 1;
	color: #e95829;
}
div.destination-preview a span.image {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 100px;
}
div.destination-preview a span.image img {
	display: block;
	width: 100%;
}
div.destination-preview a span.title {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 160px);
	box-sizing: border-box;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
}
div.destination-preview a span.flag {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	margin-left: 10px;
	margin-right: 5px;
}
div.destination-preview a span.flag img {
	display: block;
	width: 100%;
}
/* destination-preview end */
div.country-box {
	display: inline-block;
	vertical-align: middle;
	width: 85%;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 60px;
}
div.country-box.where-to-stay {
	max-width: 340px;
	rotate: 1deg;
}
div.country-box.is-it-safe {
	max-width: 340px;
	rotate: -2deg;
}
div.country-box.best-time {
	max-width: 340px;
	rotate: 1deg;
}
div.country-box a {
	display: block;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 20px;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	opacity: 1;
}
div.country-box.where-to-stay a {
	background-color: #59493f;
	border: 4px solid #443730;
}
div.country-box.where-to-stay a:hover {
	background-color: #443730;
}
div.country-box.is-it-safe a {
	background-color: #00c0b7;
	border: 4px solid #00aba3;
}
div.country-box.is-it-safe a:hover {
	background-color: #00aba3;
}
div.country-box.best-time a {
	background-color: #e95829;
	border: 4px solid #d65227;
}
div.country-box.best-time a:hover {
	background-color: #d65227;
}
div.country-box a:hover {
	background-color: #443730;	
}
div.country-box a span.pin {
	display: block;
	width: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -15px;
	margin-bottom: 0px;
}
div.country-box a span.pin img {
	display: block;
	width: 100%;
}
div.country-box.where-to-stay a span.icon {
	float: right;
	margin-top: -40px;
	margin-right: -5px;
	width: 65px;
}
div.country-box.is-it-safe a span.icon {
	float: right;
	margin-top: -40px;
	margin-right: -15px;
	width: 65px;
}
div.country-box.best-time a span.icon {
	float: right;
	margin-top: -45px;
	margin-right: -15px;
	width: 65px;
}
div.country-box a span.icon img {
	display: block;
	width: 100%;
}
div.country-box a span.text {
	display: block;
	box-sizing: border-box;
	padding-right: 20px;
	width: 100%;
	font-size: 24px;
	line-height: 30px;
}
/* DESTINATION PAGE END */









/* DESTINATION ABOUT */
div#destination-about {
	display: block;
	width: 100%;
	clear: both;
	margin-bottom: 40px;
}
div#destination-about div.photo {
	display: inline-block;
	vertical-align: top;
	width: 90%;
	max-width: 300px;
	margin-right: 50px;
}
@media (max-width: 1080px) {
div#destination-about div.photo {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
}
div#destination-about div#text {
	display: inline-block;
	vertical-align: top;
	width: 80%;
	max-width: 400px;
	text-align: left;
}
@media (max-width: 1080px) {
div#destination-about div#text {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
}
div#destination-about div#text h4 {
	font-family: 'Varela Round', sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 32px;
	color: #59493f;
}
div#destination-about div#text h4 span.flag {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	margin-left: 10px;
	margin-bottom: 7px;
}
div#destination-about div#text h4 span.flag img {
	display: block;
	width: 100%;
}
div#destination-about div#text p {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 26px;
}
div#destination-about div#text div.button {
	display: inline-block;
}
div#destination-about div#text div.button a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-size: 18px;
	text-decoration: none;
	background-color: #00c0b7;
	color: #ffffff;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	border-radius: 5px;
}
/* DESTINATION ABOUT END */








/* ABOUT US */
div#about-us {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
div#about-us img {
	display: block;
	width: 100%;
}
div.about-nav a {
	display: block;
	box-sizing: border-box;
	padding: 15px;
	padding-left: 15px;
	font-size: 16px;
	color: #59493f;
	text-align: left;
	background-color: #ffffff;
	text-decoration: none;
	box-shadow: 0px 0px 3px #999999;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
div.about-nav a:hover {
	background-color: #eefbff;
	opacity: 1;
}
div.about-nav.dark-orange a {
	width: 220px;
	border-left: 20px solid #e95829;
	rotate: 1deg;
	background-image: url(images/icon-destinations.png);
	background-position: right 10px center;
	background-size: 35px auto;
	background-repeat: no-repeat;
}
div.about-nav.brown a {
	width: 160px;
	border-left: 20px solid #59493f;
	rotate: -1deg;
	background-image: url(images/icon-travel-blog.png);
	background-position: right 10px center;
	background-size: 35px auto;
	background-repeat: no-repeat;
}
div.about-nav.yellow a {
	width: 230px;
	border-left: 20px solid #eeee55;
	rotate: -1deg;
	background-image: url(images/icon-horizon-travel-guide.png);
	background-position: right 12px center;
	background-size: 30px auto;
	background-repeat: no-repeat;
}
div.about-nav.blue a {
	width: 150px;
	border-left: 20px solid #3378d7;
	rotate: 1deg;
	background-image: url(images/icon-socials.png);
	background-position: right 10px center;
	background-size: 35px auto;
	background-repeat: no-repeat;
}
div.about-nav.clear-orange a {
	width: 200px;
	border-left: 20px solid #fcedd0;
	rotate: -1deg;
	background-image: url(images/icon-privacy-policy.png);
	background-position: right 10px center;
	background-size: 35px auto;
	background-repeat: no-repeat;
}
div.about-nav.pink a {
	width: 180px;
	border-left: 20px solid #e71354;
	rotate: 1deg;
	background-image: url(images/icon-contact.png);
	background-position: right 10px center;
	background-size: 35px auto;
	background-repeat: no-repeat;
}
span.about-social-icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 5px;
	margin-bottom: -20px;
}
span.about-social-icon img {
	display: block;
	width: 100%;
}
p.about-social-url {
	font-size: 15px;
	margin-bottom: 35px;
}
/* ABOUT END */



	
	
	
	
	


/* RIGHT DID YOU KNOW */
div#did-you-know {
	display: block;
	width: 100%;
	text-align: left;
	margin-bottom: 50px;
}
div#did-you-know div.image {
	display: block;
	width: 100%;
	max-width: 230px;
	margin-bottom: 10px;
}
div#did-you-know div.image img {
	display: block;
	width: 100%;
}
div#did-you-know div.info {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px;
}
div#did-you-know p.text {
	clear: both;
	font-size: 18px;
	color: #59493f;
	font-family: 'Varela Round', sans-serif;
	margin-top: 0px;
	margin-bottom: 15px;
	font-style: italic;
	line-height: 24px;
}
div#did-you-know div.button {
	display: inline-block;
	margin-left: 20px;
}
div#did-you-know div.button a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-size: 18px;
	text-decoration: none;
	background-color: #00c0b7;
	color: #ffffff;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	border-radius: 5px;
}
/* RIGHT DID YOU KNOW END */












/* RIGHT NEW POST */
div#new-blog-post {
	display: block;
	width: 100%;
	max-width: 280px;
	margin-bottom: 15px;
}
div#new-blog-post img {
	display: block;
	width: 100%;
}
div.new-post a {
	display: block;
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
div.new-post a:hover {
	opacity: 1;
	color: #e95829;
}
div.new-post a span.flag {
	display: block;
	margin-top: 5px;
	width: 30px;
	overflow: hidden;
	box-shadow: 0px 0px 2px #999999;
}
div.new-post a span.flag.world {
	display: block;
	margin-top: 4px;
	margin-left: -10px;
	width: 52px;
	box-shadow: none;
}
div.new-post a span.flag img {
	display: block;
	width: 100%;
}
div.new-post a div.image {
	display: inline-block;
	vertical-align: middle;
	width: 90px;
	box-sizing: border-box;
	border: 4px solid #ffffff;
	border-radius: 4px;
	margin-left: 0px;
	margin-right: 7px;
	overflow: hidden;
	box-shadow: 0px 0px 5px #cccccc;
}
div.new-post a div.image img {
	display: block;
	height: 60px;
	margin-left: 0px;
}
div.new-post a div.title {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 127px);
	font-size: 16px;
	line-height: 20px;
	text-align: left;
}
/* RIGHT NEW POST END */








/* RIGHT BLOG SECTIONS + BLOG PAGE */
div#travel-blog {
	display: block;
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
div#travel-blog img {
	display: block;
	width: 100%;
}
div.blog-section a {
	display: block;
	width: 90%;
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	text-decoration: none;
}
div.blog-section a:hover {
	opacity: 1;	
}
div.blog-section a div.icon {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	margin-right: 10px;
}
div.blog-section a div.icon img {
	display: block;
	width: 100%;
	filter: grayscale(25%);
}
div.blog-section a div.section {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 70px);
	font-size: 20px;
	line-height: 26px;
	text-align: left;
}
div.blog-section a div.section span.title {
	color: #59493f;
	font-weight: bold;
	transition: 0.3s;
}
div.blog-section a:hover div.section span.title {
	color: #00c0b7;
}
div.blog-section a div.section span.number {
	font-size: 17px;
	color: #e95829;
}
/* BLOG PAGE */
div.blog-section.page {
	display: inline-block;
	vertical-align: top;
	width: 90%;
	max-width: 320px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
div.blog-section.page a {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 0px;
}
div.blog-section.page a:hover {

}
div.blog-section.page a div.icon {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 70px;
	box-sizing: border-box;
	margin-right: 10px;
}
div.blog-section.page a div.section {
	width: calc(100% - 90px);
	font-size: 24px;
	line-height: 28px;
}
div.blog-section.page a div.section span.number {
	font-size: 19px;
}
/* BLOG PAGE END */
/* RIGHT BLOG SECTIONS + BLOG PAGE */








/* RELATED CONTENT & LINKS */
div.links-title {
	display: block;
	padding-left: 17px;
	padding-top: 12px;
	padding-right: 17px;
	padding-bottom: 12px;
	color: #ffffff;
	background-color: #59493f;
	margin-bottom: 1px;
	font-size: 15px;
	text-transform: uppercase;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 0px 0px 5px #999999;
}
div.link {
	display: block;
	padding: 10px;
	background-color: #ffffff;
	margin-bottom: 1px;
	transition: 0.3s;
	text-align: left;
	box-shadow: 0px 0px 3px #cccccc;
	line-height: 20px;
}
div.link div.icon {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	margin-left: 5px;
	margin-right: 12px;
	border-radius: 3px;
	overflow: hidden;
}
div.link div.icon img {
	display: block;
	width: 100%;
}
div.link:hover {
	background-color: #eefbff;
}
div.link div.info {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 50px);
}
div.link div.info span.title {
	display: block;
	font-size: 16px;
	margin-bottom: 0px;
}
div.link div.info span.title a {
	color: #59493f;
	text-decoration: none;
}
div.link div.info span.title a:hover {
	opacity: 1;
}
div.link div.info span.name {
	display: block;
	color: #00c0b7;	
	font-size: 14px;
}
/* LINKS FOR TRAVELERS END */






/* BOTTOM PROMO */
div.bottom-promo {
	display: inline-block;
	vertical-align: top;
	width: 80%;
	max-width: 300px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 40px;
	text-align: center;
}
div.bottom-promo a {
	display: block;
	width: 100%;
	text-decoration: none;	
}
div.bottom-promo a:hover {
	opacity: 0.7;
}
div.bottom-promo a span.image {
	display: block;
	margin-bottom: 15px;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;	
}
div.bottom-promo a span.image img {
	display: block;
	width: 100%;
}
div.bottom-promo a span.title {
	font-family: 'Varela Round', sans-serif;
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	color: #59493f;
	margin-bottom: 10px;
	border-bottom: 4px dotted #e95829;
	padding-bottom: 5px;
	transition: 0.3s;	
}
div.bottom-promo a span.text {
	display: block;
	clear: both;
	font-size: 16px;
	color: #59493f;
	margin-bottom: 0px;
	line-height: 24px;
	transition: 0.3s;	
}
/* BOTTOM PROMO END */









/* BLOG PREVIEW */
div.blog-preview {
	display: inline-block;
	vertical-align: top;
	width: 85%;
	max-width: 350px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
}
div.blog-preview a {
	display: block;
	width: 100%;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	box-shadow: 0px 0px 5px #cccccc;
}
div.blog-preview a:hover {
	opacity: 1;
	color: #e95829;
}
div.blog-preview a span.flag {
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	box-shadow: 0px 0px 2px #999999;
	transition: 0.3s;
	z-index: 90;
}
div.blog-preview a span.flag.world {
	top: -19px;
	margin-left: -30px;
	width: 60px;
	box-shadow: none;
}
div.blog-preview a span.flag img {
	display: block;
	width: 100%;
}
div.blog-preview a div.image {
	display: block;
	width: 100%;
	box-sizing: border-box;
	z-index: 80;
}
div.blog-preview a div.image img {
	display: block;
	width: 100%;
}
div.blog-preview a div.title {
	display: block;
	width: 70%;
	padding: 20px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	box-sizing: border-box;
	font-size: 24px;
	line-height: 28px;
	text-align: left;
	margin-top: -50px;
	box-shadow: 0px 0px 3px #999999;
	transition: 0.3s;
	z-index: 90;
}
div.blog-preview a:hover div.title {
	color: #ffffff;
	background-color: #00c0b7;
}
div.blog-preview a div.summary {
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 22px;
	color: #59493f;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 15px;
	text-align: left;
}
div.blog-preview a div.date {
	color: #59493f;
	opacity: 0.5;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 30px
}
/* BLOG PREVIEW END */








/* FOOTER */
div#world-famous-landmarks {
	width: 100%;
	height: 250px;
	margin-bottom: 0px;
	clear: both;
	background-image: url(images/world-famous-landmarks.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
@media (max-width: 1300px) {
div#world-famous-landmarks {
	height: 100px;
	background-size: auto 100px;
}	
}
div#footer {
	clear: both;
	width: 100%;
	background-color: #59493f;
	padding-top: 0px;
	padding-bottom: 40px;
	text-align: center;
	color: #dddddd;
}
@media (max-width: 1300px) {
div#footer {
	padding-top: 20px;
}
}
div#footer a {
	color: #ffffff;
}
div#footer a:hover {
	opacity: 0.7;
}
div#footer-logo {
	display: block;
	width: 80%;
	max-width: 190px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	margin-top: -10px;
}
div#footer-logo img {
	display: block;
	width: 100%;	
}
div#footer div.footer-categorie {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
}
div#footer div.footer-categorie a {
	display: block;
	padding-top: 13px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 13px;
	background-color: #473b35;
	border-radius: 30px;
	text-decoration: none;
	font-size: 14px;
	opacity: 1;
}
div#footer div.footer-categorie a:hover {
	color: #ffffff;
	background-color: #00c0b7;
	opacity: 1;
}
div#footer p {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 0px;
	max-width: 680px;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
}
div#footer div.social-icon-footer {
	display: inline-block;
	vertical-align: middle;
	width: 43px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
}
div#footer div.social-icon-footer a {
	display: block;
	width: 100%;	
	padding: 6px;
	box-sizing: border-box;
	border-radius: 10px;
}
div#footer div.social-icon-footer a img {
	display: block;
	width: 100%;
	opacity: 1;	
}
div#footer div.social-icon-footer a:hover {
	background-color: #4c3f38;	
	opacity: 1;
}
div#footer div.confidentialite {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	background-color: #333333;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	border-radius: 5px;
}
div#footer div.confidentialite a {
	text-decoration: none;	
}
/* FOOTER END */






div.plus a {
	display: block;
	box-sizing: border-box;
	color: #ffffff;
	font-family: 'Varela Round', sans-serif;
	border-radius: 25px;
	font-size: 42px;
	background-color: #e95829;
	text-decoration: none;
	line-height: 1px;
	width: 50px;
	height: 50px;
	text-align: center;
	padding-top: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}


div.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}





/*
#3378d7; dark blue h1
#00c0b7; blue aqua horizon
#00aba3; blue aqua horizon hover
#eefbff; light blue hover
#59493f; brown horizon
#443730; brown horizon hover
#9d928b; light brown horizon
#e95829; dark orange horizon
#d65227; dark orange horizon hover
#fcedd0; light orange hover
*/



