.container:after,
.social-networks:after,
.form-group:after,
.row:after {
	content: " ";
	display: block;
	clear: both;
}

#nav ul,
.social-networks,
.article-list,
.pagination ul,
.aside-nav ul,
.tabset,
.ratings,
.tags,
.footer-nav ul,
.app-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
	font-size: 62.5%;
	height: 100%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #000;
	background: #F5F5F5;
	font: 2em/1.7 Helvetica, Arial, sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	height: 100%;
}

* {
	max-height: 1000000px;
	font-size: 100.01%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #439ec9;
}

a:hover {
	text-decoration: underline;
}

input,
textarea,
select {
	font: 100% Helvetica, Arial, sans-serif;
	color: #000;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="submit"]:hover,
button:hover {
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 3px;
	border: 1px solid #d4d4d4;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #888;
}

input[type=text],
input[type=password],
input[type=file],
input[type=submit],
input[type=search],
input[type=email],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

h1 {
	font-size: 2.5em;
	line-height: 1.12em;
	margin: 0 0 6px;
	color: #000;
}

h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0 0 12px;
	color: #000;
	font-weight: 500;
}

/* wrapper styles */

#wrapper {
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}

.w1 {
	display: table-cell;
}

/* container styles */

.container {
	max-width: 1460px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

.ad-container {
	overflow: hidden;
	max-width: 10000px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	background: #354248
}

.search-container {
	max-width: 750px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

.top-adbox {
	padding: 30px 0 15px;
	max-width: 728px;
	margin: 0 auto;
}

/* header navbar styles */

.header-navbar {
	background: #FFFFFF;
	padding: 32px 0 0;
	border-top: solid #354248 thin;
}

/* logo style */

.logo {
	float: left;
	height: auto;
	margin: 0 10px 4px 0;
	padding: 12px 0 10px 0;
}

/* main naviagation styles */

.button {
    background-color: #364248; /* Green */
    border: none;
    border-radius: .5em;
    color: white;
    padding: 15px 32px;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    font: 18px Helvetica,Arial,sans-serif;
}

.button:hover {
	opacity: 9;
	filter: alpha(opacity=900);
	zoom: 1;
	cursor: pointer;
}


#nav {
	overflow: hidden;
	padding: 17px 23px 50px 5px; /* close button transition */
}

#nav .opener {
	float: right;
	width: 40px;
	height: 40px;
	background: #000;
	background: rgba(0, 0, 0, .5);
	position: relative;
	border-radius: 3px;
	display: none;
	z-index: 9;
}

#nav .opener:before,
#nav .opener:after,
#nav .opener span {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 4px;
	margin-top: -2px; /* height/2 */
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	overflow: hidden;
	text-indent: -9999px;
}

#nav .opener:before,
#nav .opener:after {
	content: "";
	top: 30%;
}

#nav .opener:after {
	top: 70%;
}

#nav.active .opener span {
	opacity: 0;
	filter: alpha(opacity=0);
	zoom: 1;
}

#nav .opener:hover {
	opacity: 9;
	filter: alpha(opacity=900);
	zoom: 1;
}

#nav.active .opener:after,
#nav.active .opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

#nav.active .opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav.active ul {
	max-height: 300px;
	padding: 10px 0 0;
}

#nav ul {
	float: right;
}

#nav li {
	color: #17DBFF;
	float: left;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
}

#nav li:before {
	content: "//";
	padding: 0 12px;
	display: inline-block;
	vertical-align: middle;
	margin-top: auto;
}

#nav li:first-child:before {
	display: none;
}

#nav li a {
	color: #354248;
	text-decoration: none;
}

#nav li a:hover {
	opacity: .85;
	filter: alpha(opacity=85);
	zoom: 1;
	text-decoration: none;
}

/* main informative part styles */

#main {
	padding: 50px 0 24px;
}

.share-block {
	padding: 1px 0 35px;
	overflow: hidden;
}

.inner .share-block {
	padding-bottom: 24px;
	border-bottom: 1px solid #b6b6b6;
	margin-bottom: 16px;
}

.inner #content {
	width: 66.1%;
	padding-top: 10px;
}

.inner #sidebar {
	margin-right: 2.8%;
	width: 23.5%;
}

/* search form styles */

.search-form {
	float: right;
	position: relative;
	left: 38%;
	bottom: 20px;
	width: 69%;
	border: 1px solid #c9c9c9;
	margin: 2px 1.6% 0;
	background: #fff;
}

.search-form input[type="text"],
.search-form input[type="search"] {
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	padding: 5px 15px;
	margin: 0;
	float: left;
	width: 100%;
	height: 39px;
	border: none;
	outline: none;
	box-shadow: none !important;
	border-radius: 0 !important;
	box-sizing: border-box;
}

.search-form .btn-search {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	border: none;
	outline: none;
	border-left: 1px solid #8d8d8d;
	width: 50px;
	height: 39px;
	overflow: hidden;
	text-indent: -9999px;
	background: #fff;
	box-sizing: border-box;
}

.search-form .btn-search:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background: url(../images/sprite.png) no-repeat -211px -143px;
}

.search-form .btn-search:hover {
	opacity: .85;
	filter: alpha(opacity=85);
	zoom: 1;
}

.search-form ::-webkit-input-placeholder {
	color: #000;
}

.search-form ::-moz-placeholder {
	opacity: 1;
	color: #000;
}

.search-form :-moz-placeholder {
	color: #000;
}

.search-form :-ms-input-placeholder {
	color: #000;
}

.search-form .placeholder {
	color: #000;
}

/* social networks styles */

.social-networks {
	overflow: hidden;
	padding-right: 10px;
}

.social-networks li {
	float: left;
	margin: 0 4px 5px 2px;
	width: 50px;
	height: 26px;
	overflow: hidden;
	border-radius: 2px;
	overflow: hidden;
	text-indent: -9999px;
}

.social-networks li a {
	display: block;
	height: 100%;
	position: relative;
}

.social-networks li a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../images/sprite.png) no-repeat -9999px -9999px;
}

.social-networks li a:hover {
	opacity: .85;
	filter: alpha(opacity=85);
	zoom: 1;
}

.social-networks li a.facebook {
	background: #2c478e;
}

.social-networks li a.facebook:before {
	width: 7px;
	height: 14px;
	margin-top: -7px;
	margin-left: -3px;
	background-position: -5px -31px;
}

.social-networks li a.twitter {
	background: #00afe4;
}

.social-networks li a.twitter:before {
	width: 14px;
	height: 11px;
	margin-top: -6px;
	margin-left: -7px;
	background-position: -26px -64px;
}

.social-networks li a.linkedin {
	background: #00799f;
}

.social-networks li a.linkedin:before {
	width: 12px;
	height: 12px;
	margin-top: -6px;
	margin-left: -6px;
	background-position: -87px -145px;
}

.social-networks li a.pinterest {
	background: #ce1d32;
}

.social-networks li a.pinterest:before {
	width: 14px;
	height: 18px;
	margin-top: -9px;
	margin-left: -7px;
	background-position: -261px -64px;
}

.social-networks li a.gplus {
	background: #de4035;
}

.social-networks li a.gplus:before {
	width: 17px;
	height: 18px;
	margin-top: -9px;
	margin-left: -8px;
	background-position: -167px -85px;
}

.social-networks li a.instagram {
	background: #634d44;
}

.social-networks li a.instagram:before {
	width: 18px;
	height: 18px;
	margin-top: -9px;
	margin-left: -9px;
	background-position: -194px -85px;
}

.social-networks li a.youtube {
	background: #ff0031;
}

.social-networks li a.youtube:before {
	width: 16px;
	height: 17px;
	margin-top: -8px;
	margin-left: -8px;
	background-position: -149px -165px;
}

.social-networks li a.tumblr {
	background: #4a6274;
}

.social-networks li a.tumblr:before {
	width: 10px;
	height: 16px;
	margin-top: -8px;
	margin-left: -5px;
	background-position: -237px -143px;
}

.social-networks.share li {
	width: 99px;
	height: 39px;
	border-radius: 0;
	margin: 0 5px 5px 0;
}

.social-networks.share li a:before {
	left: 10px;
	margin-left: 0;
}

.social-networks.share li a.facebook {
	background: #3c5898;
}

.social-networks.share li a.facebook:before {
	margin-top: -14px;
	width: 13px;
	height: 27px;
	background-position: -106px -85px;
}

.social-networks.share li a.twitter {
	background: #6aadd1;
}

.social-networks.share li a.twitter:before {
	width: 31px;
	height: 28px;
	margin-top: -14px;
	background-position: -257px -143px;
}

.social-networks.share li a.email {
	background: #666;
}

.social-networks.share li a.email:before {
	width: 30px;
	height: 21px;
	margin-top: -12px;
	background-position: -109px -145px;
}

.social-networks.share li a.pinterest {
	background: #de010d;
}

.social-networks.share li a.pinterest:before {
	width: 29px;
	height: 29px;
	margin-top: -15px;
	background-position: -222px -64px;
}

.social-networks.share li a.gplus {
	background: #cd3627;
}

.social-networks.share li a.gplus:before {
	width: 28px;
	height: 25px;
	margin-top: -13px;
	background-position: -129px -85px;
}

.social-networks.share li a.instagram {
	background: #634d44;
}

.social-networks.share li a.instagram:before {
	width: 28px;
	height: 28px;
	margin-top: -14px;
	background-position: -49px -145px;
}

.social-networks.share li a.bookmark {
	background: #83499c;
}

.social-networks.share li a.bookmark:before {
	width: 20px;
	height: 25px;
	margin-top: -13px;
	background-position: -50px -5px;
}

/* two columns styles */

#two-columns {
	overflow: hidden;
}

/* main content styles */

#content {
	float: left;
	width: 73.6%;
}

/* featured section styles */

.featured-section {
	margin: 0 0 25px;
}

.featured-section .header {
	overflow: hidden;
	border-bottom: 2px solid #354248;
	margin-bottom: 20px;
}

.featured-section .header .title {
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	padding: 7px 5px 5px;
	min-width: 220px;
	text-align: center;
	background: #354248;
}

.featured-section .article-holder {
	overflow: hidden;
}

.featured-section .featured-article {
	float: left;
	width: 46%;
	padding-bottom: 20px;
}

.featured-section .featured-article .image-holder {
	margin-bottom: 10px;
	border: 1px solid #707070;
}

.featured-section .featured-article .image-holder img {
	width: 100%;
}

.featured-section h1 {
	font-size: 28px;
	line-height: 38px;
	font-weight: 500;
	margin: 0 0 15px;
}

.featured-section h1 a {
	color: #231f20;
	text-decoration: none;
}

.featured-section h1 a:hover {
	opacity: .85;
	filter: alpha(opacity=85);
	zoom: 1;
}

.featured-section .article-list {
	float: right;
	width: 52.5%;
}

/* recent articles styles */

.recent-articles {
	margin: 0 0 20px;
}

.recent-articles .header {
	overflow: hidden;
	border-bottom: 2px solid #00bfe6 ;
	margin-bottom: 20px;
}

.recent-articles .header .title {
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	padding: 5px 5px 4px;
	min-width: 220px;
	text-align: center;
	background: #00bfe6;
	margin-top: 7px;
	max-width: 50%;
}

.recent-articles .footer {
	overflow: hidden;
	padding: 4px 0;
}

/* article lists styles */

.article-list li {
	overflow: hidden;
	margin-bottom: 29px;
}

.article-list li .image-holder {
	float: left;
	width: 27.3%;
	margin-right: 2%;
}

.article-list li .image-holder img {
	width: 100%;
	border: none;
	border-radius: 1px;
	overflow: hidden;
}

.article-list li .details {
	overflow: hidden;
	padding: 1px 0;
}

.article-list h2 {
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	margin: 0 0 20px;
}

.article-list h2 a {
	color: #354248;
	text-decoration: none;
}

.article-list h2 a:hover {
	opacity: .85;
	filter: alpha(opacity=85);
	zoom: 1;
}

.article-list .adbox {
	padding: 7px 0 9px;
	margin: 0;
	text-align: left;
}

.article-list.recent li {
	padding: 0 0 21px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dbdbdb;
}

.article-list.recent li .image-holder {
	width: 14.4%;
	margin-right: 1%;
}

.article-list.recent h2 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 9px;
}

.article-list strong {
	display: block;
	overflow: hidden;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
}

.article-list strong a {
	color: #231f20;
	text-decoration: none;
}

.article-list strong a:hover {
	opacity: .85;
	filter: alpha(opacity=85);
	zoom: 1;
}

.article-list.num-list {
	counter-reset: item;
}

.article-list.num-list li:before {
	float: left;
	margin: -1px 10px 0 0;
	content: counters(item, ".") ". ";
	counter-increment: item;
	color: #231f20;
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
}

/* pagination styles */

.pagination {
	float: right;
	overflow: hidden;
}

.pagination ul {
	overflow: hidden;
}

.pagination li {
	float: left;
	min-width: 40px;
	height: 36px;
	background: none;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
}

.pagination li a,
.pagination li strong {
	display: block;
	height: 100%;
	color: #3e433e;
	font-weight: 700;
	padding: 5px 10px;
	border-left: 1px solid #e8e8e8;
	text-decoration: none;
}

.pagination li a.btn-next,
.pagination li strong.btn-next {
	position: relative;
}

.pagination li a.btn-next:after,
.pagination li strong.btn-next:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #3e433e;
}

.pagination li a.btn-prev,
.pagination li strong.btn-prev {
	position: relative;
}

.pagination li a.btn-prev:before,
.pagination li strong.btn-prev:before {
	content: "";
	display: inline-block;
	vertical-align: auto;
	margin: 0 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-color: transparent #3e433e transparent transparent;
}

.pagination li:first-child > a,
.pagination li:first-child > strong {
	border-left: none;
}

.pagination li.active > strong,
.pagination li a:hover {
	color: #a5a5a5;
}

.pagination li.active > strong:after,
.pagination li a:hover:after {
	border-left-color: #a5a5a5;
}

.pagination li.active > strong:before,
.pagination li a:hover:before {
	border-right-color: #a5a5a5;
}

.pagination li span {
	display: block;
	height: 100%;
	color: #3e433e;
	font-weight: 700;
	padding: 5px 10px;
}

.meta {
	color: #888;
	font-size: 15px;
	line-height: 18px;
	overflow: hidden;
}

.meta .author {
	color: #8DA3B0;
}

.meta .author a {
	color: #8DA3B0;
	text-decoration: underline;
}

.meta .author a:hover {
	text-decoration: none;
}

/* sidebar styles */

#sidebar {
	float: right;
	width: 22.4%;
	padding: 8px;
}

#sidebar .article-list {
	margin-bottom: 20px;
}

#sidebar .article-list li {
	padding: 13px 0 7px;
	margin: 0;
	border-top: 1px solid #d7d7d7;
}

#sidebar .article-list li .image-holder {
	width: 20%;
	margin-right: 3%;
}

#sidebar .article-list li:first-child {
	padding-top: 0;
	border-top: none;
}

.widget {
	margin-bottom: 22px;
	margin-top: 40px;
	overflow: hidden;
}

.widget .title {
	display: block;
	color: #fff;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 18px;
	border-bottom: 1px solid #dbdbdb;
	max-width: 300px;
}

.widget .title span {
	display: inline-block;
	vertical-align: top;
	padding: 5px 5px 3px;
	min-width: 56.7%;
	text-align: center;
	background: #515657;
}

/* aside nav styles */

.aside-nav {
	padding: 2px 6px 0;
	overflow: hidden;
	border-bottom: 1px solid #dbdbdb;
	max-width: 300px;
}

.aside-nav li {
	margin: 0 0 15px;
	font-size: 26px;
	line-height: 30px;
}

.aside-nav li a {
	color: #231f20;
	text-decoration: none;
}

.aside-nav li a:hover {
	opacity: .85;
	filter: alpha(opacity=85);
	zoom: 1;
}

.tab-holder {
	overflow: hidden;
	margin-bottom: 19px;
}

.tabset {
	overflow: hidden;
	margin-bottom: 22px;
}

.tabset li {
	float: left;
	border-left: 1px solid #aaa;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
}

.tabset li:first-child {
	border-left: none;
}

.tabset li a {
	color: #231f20;
	display: block;
	padding: 31px 13px 0;
	text-decoration: none;
	position: relative;
}

.tabset li a:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 50%;
	background: url(../images/sprite.png) no-repeat;
}

.tabset li a:hover {
	opacity: .85;
	filter: alpha(opacity=85);
	zoom: 1;
}

.tabset li .hotel:before {
	width: 34px;
	height: 22px;
	margin-left: -17px;
	background-position: -167px -113px;
}

.tabset li .flight:before {
	width: 30px;
	height: 27px;
	margin-left: -15px;
	background-position: -285px -64px;
}

.tabset li .car:before {
	width: 27px;
	height: 22px;
	margin-left: -13px;
	background-position: -32px -85px;
}

.tabset li.active > a,
.tabset li a:hover {
	color: #00a2f1;
}

.tabset li.active .hotel:before {
	background-position: -5px -145px;
}

.tabset li.active .flight:before {
	background-position: -261px -101px;
}

.tabset li.active .car:before {
	background-position: -69px -85px;
}

.tabset li a:hover.hotel:before {
	background-position: -5px -145px;
}

.tabset li a:hover.flight:before {
	background-position: -261px -101px;
}

.tabset li a:hover.car:before {
	background-position: -69px -85px;
}


/* reservation form styles */

.reservation-form {
	padding: 0 3px;
}

.reservation-form .buttons {
	padding: 3px 0 0 7px;
}

.reservation-form .buttons span {
	text-transform: uppercase;
	color: #434344;
	font-size: 11px;
	line-height: 16px;
	padding-top: 10px;
}

.reservation-form ::-webkit-input-placeholder {
	color: #757575;
}

.reservation-form ::-moz-placeholder {
	opacity: 1;
	color: #757575;
}

.reservation-form :-moz-placeholder {
	color: #757575;
}

.reservation-form :-ms-input-placeholder {
	color: #757575;
}

.reservation-form .placeholder {
	color: #757575;
}

.reservation-form .btn {
	margin-bottom: 8px;
}

.form-control {
	border: 1px solid #bababa;
	width: 135px;
	height: 21px;
	color: #757575;
	font-size: 12px;
	line-height: 18px;
	padding: 0 3px !important;
	margin: 0 7px 19px !important;
	float: left;
	position: relative;
	overflow: hidden;
}

.form-control input[type="text"] {
	border: none;
	height: 100%;
	width: 100%;
	padding: 0 22px 0 0 !important;
	margin: 0;
	color: #757575;
}

.form-control .icon-calender {
	position: absolute;
	top: 1px;
	right: 3px;
	width: 17px;
	height: 16px;
	background: url(../images/sprite.png) no-repeat -5px -85px;
	overflow: hidden;
	text-indent: -9999px;
}

.btn {
	font-size: 16px;
	line-height: 18px;
	padding: 15px 20px;
	display: inline-block;
	vertical-align: top;
	border: none;
	outline: none;
	color: #fff;
	text-decoration: none;
	white-space: normal;
}

.btn:hover {
	opacity: .85;
	filter: alpha(opacity=85);
	zoom: 1;
	text-decoration: none;
}

.btn-green {
	background: #7db239;
}

.btn-orange {
	background: #e35b41;
}

.btn-blue {
	background: #0087b1;
}

.disp-ib {
	display: inline-block;
	vertical-align: middle;
}

.adbox {
	margin-bottom: 40px;
	margin-top: 40px;
}

/* page article styles */

.page-article {
	overflow: hidden;
	position: relative;
	padding: 0 0 12px;
	border-bottom: 1px solid #dbdbdb;
}

.page-article .btn-pin {
	position: absolute;
	z-index: 99;
	top: 20px;
	right: 16px;
}

.page-article .meta {
	overflow: hidden;
	color: #80909b;
	font-size: 14px;
	line-height: 16px;
	margin: 18px 0 18px;
}

.page-article .meta .btn-print {
	width: 66px;
	height: 40px;
	float: right;
	margin-left: 4px;
	background: #ececec;
}

.page-article .meta .meta-info {
	overflow: hidden;
	background: #f0f0f0;
	min-height: 40px;
}

.page-article .meta a {
	color: #2c96cd;
	text-decoration: none;
}

.page-article .meta a:hover {
	opacity: .85;
	filter: alpha(opacity=85);
	zoom: 1;
}

.page-article .meta .author-info {
	display: block;
	overflow: hidden;
	padding: 8px 9px;
}

.page-article .meta .author-avatar {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.page-article .meta .share-info {
	text-align: right;
	float: right;
	width: 50%;
	background: #ececec;
	padding: 8px 10px;
}

.page-article .meta .share-num {
	display: inline-block;
	vertical-align: middle;
	color: #2c91be;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 22px;
	padding: 0 12px;
}

.page-article .meta .social-networks {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 -2px;
}

.page-article .meta .social-networks li {
	margin: 0 3px;
	width: 45px;
	height: 23px;
	text-indent: 9999px;
	margin-bottom: 0;
}

.page-article .meta .share-link {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	color: #2284bd;
	font-size: 10px;
	line-height: 12px;
	margin-top: 3px;
}

.page-article .meta .share-link:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 11px;
	height: 11px;
	background: url(../images/sprite.png) no-repeat -5px -64px;
}

.page-article .meta .share-link:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
	margin-bottom: 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #2284bd transparent transparent;
}

.page-article p {
	margin: 0 0 10px;
}

.page-article .tips {
	display: block;
	padding: 0 0 22px;
}

.page-article .video-holder {
	margin: 0 0 20px;
}

.page-article .video-holder img {
	width: 100%;
	height: auto;
}

.page-article .video-holder .caption {
	display: block;
	padding: 8px 0 2px;
	color: #8d8d8d;
}

.page-article .blue-text {
	color: #009ade;
	display: block;
	margin-bottom: 5px;
}

.page-article .tweet-desc {
	margin: 0 0 30px;
	padding-right: 15px;
}

.page-article .tweet-desc img {
	border: 1px solid rgba(5, 5, 5, .25);
	box-shadow: 4px 4px 5px rgba(5, 5, 5, .2);
}

.page-article .map-holder {
	margin: 19px 0 20px;
	border: 1px solid #6f6f6f;
}

.page-article .map-holder img {
	width: 100%;
	height: auto;
}

.btn-print {
	position: relative;
	min-width: 32px;
	min-height: 32px;
	overflow: hidden;
	text-indent: -9999px;
}

.btn-print:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background: url(../images/sprite.png) no-repeat -301px -101px;
}

.btn-print:hover {
	opacity: .85;
	filter: alpha(opacity=85);
	zoom: 1;
}

.btn-follow {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 58px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
}

.btn-follow:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 58px;
	height: 20px;
	background: url(../images/sprite.png) no-repeat -175px -181px;
}

.btn-follow:hover {
	opacity: .85;
	filter: alpha(opacity=85);
	zoom: 1;
}

/* slideshow styles */

.slideshow {
	overflow: hidden;
	position: relative;
	margin-bottom: 35px;
}

.slideshow .slideshow .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
	border: 1px solid #707070;
}

.slideshow .slideset {
	width: 99999px;
	float: left;
}

.slideshow .slide {
	width: 100%;
	float: left;
	position: relative;
}

.slideshow .slide img {
	width: 100%;
	height: auto;
}

.slideshow .slide.active {
	z-index: 1;
}

.slideshow .control-btns {
	position: absolute;
	left: 0;
	right: 0;
	top: 38.4%;
	padding: 0 7px;
}

.slideshow .btn-prev,
.slideshow .btn-next {
	float: left;
	width: 54px;
	height: 70px;
	background: url(../images/sprite.png) no-repeat -80px -5px;
	overflow: hidden;
	text-indent: -9999px;
	position: relative;
	z-index: 99;
}

.slideshow .btn-prev:hover,
.slideshow .btn-next:hover {
	opacity: .85;
	filter: alpha(opacity=85);
	zoom: 1;
}

.slideshow .btn-next {
	float: right;
	background-position: -144px -5px;
}

.slideshow .caption {
	text-align: right;
	display: block;
	position: absolute;
	bottom: 2px;
	right: 0;
	left: 0;
	padding: 13px;
	z-index: 9;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	font-weight: 500;
}

.slideshow .pagination {
	padding-top: 11px;
	float: none;
	margin: 0 -4px 0 -3px;
}

.slideshow .pagination li {
	padding: 0 4px 0 3px;
	width: 16.66%;
	float: left;
	height: auto;
}

.slideshow .pagination li a {
	display: block;
	padding: 0;
	height: auto;
}

.slideshow .pagination li a img {
	width: 100%;
	height: auto;
	border: 1px solid #707070;
}

.btn-pin {
	display: inline-block;
	vertical-align: top;
	width: 108px;
	height: 49px;
	background: url(../images/sprite.png) no-repeat -226px -5px;
	overflow: hidden;
	text-indent: -9999px;
}

.btn-pin:hover {
	opacity: .85;
	filter: alpha(opacity=85);
	zoom: 1;
}

.article-info {
	padding: 12px 0 3px;
}

/* rating styles */

.ratings {
	overflow: hidden;
	padding: 0 0 0 50px;
}

.ratings li {
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 -3px 4px 2px;
	position: relative;
	text-align: center;
	color: #333;
	min-width: 52px;
	padding-bottom: 5px;
	border-bottom: 0 solid #b1d3fc;
}

.ratings li.rate-three {
	border-bottom-width: 9px;
}

.ratings li.rate-two {
	border-bottom-width: 6px;
}

.ratings li.rate-one {
	border-bottom-width: 3px;
}

.tag-holder {
	overflow: hidden;
}

.tag-holder span {
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	margin: 8px 11px 5px 0;
}

/* tags styles */

.tags {
	overflow: hidden;
	margin-bottom: 3px;
}

.tags li {
	float: left;
	margin: 0 2px 4px;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
}

.tags li a {
	display: block;
	padding: 7px 6px;
	color: #000;
	background: #17DBFF;
	text-align: center;
	min-width: 52px;
}

.tags li a.btn-next {
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	position: relative;
	background: url(../images/sprite.png) no-repeat 0 -176px;
}

.tags li a.btn-next:hover {
	opacity: .85;
	filter: alpha(opacity=85);
	zoom: 1;
}

/* footer styles */

#footer {
	display: table-footer-group;
	overflow: hidden;
	background: #fff;
	height: 1%;
}

#footer .row {
	padding-left: 11.8%;
	padding-right: 24.8%;
}

#footer h3 {
	margin: 0 0 6px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #4c4c4c;
}

#footer .footer-bottom h3 {
	color: #666;
	margin-bottom: 8px;
}

.footer-top {
	padding: 22px 0 5px;
	border-bottom: 1px solid #d4d4d4;
}

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

.col {
	display: inline-block;
	vertical-align: top;
	margin-right: -5px;
	padding: 0 1.5%;
}

.five-col .col {
	width: 16.45%;
}

.three-col .col {
	width: 33%;
}

/* footer nav styles */

.footer-nav {
	padding: 6px 0 0;
}

.footer-nav li {
	margin: 0 0 13px;
	font-size: 12px;
	line-height: 14px;
}

.footer-bottom {
	padding: 20px 0 22px;
}

/* suscribe form styles */

.suscribe-form .form-control {
	margin: 0 !important;
	width: 59%;
	height: 37px;
	padding: 4px 5px !important;
}

.suscribe-form .btn {
	width: 36.8%;
	margin: 1px 0 0 3px;
	padding: 8px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
}

/* app links styles */

.app-links {
	overflow: hidden;
}

.app-links li {
	display: inline-block;
	vertical-align: top;
	margin: 0 7px 8px 0;
	font-size: 12px;
	line-height: 14px;
	min-width: 80px;
	text-align: center;
}

.app-links a {
	display: block;
	padding: 6px 9px;
	border-radius: 2px;
	position: relative;
	color: #fff;
	text-decoration: none;
}

.app-links a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: -3px 6px 0 0;
	width: 14px;
	height: 17px;
	background: url(../images/sprite.png) no-repeat -9999px -9999px;
}

.app-links a:hover {
	opacity: .85;
	filter: alpha(opacity=85);
	zoom: 1;
}

.app-links a.android {
	background: #a3c656;
}

.app-links a.android:before {
	background-position: -5px -4px;
}

.app-links a.apple {
	background: #21acf8;
}

.app-links a.apple:before {
	background-position: -5px -113px;
}

.link-text {
	display: block;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	margin: -2px 0 0;
}

.link-text a {
	color: #00567d;
	text-decoration: none;
}

.link-text a:hover {
	opacity: .85;
	filter: alpha(opacity=85);
	zoom: 1;
}

.link-arrow:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
	width: 11px;
	height: 9px;
	background: url(../images/sprite.png) no-repeat -29px -5px;
}

@media only screen and (max-width: 1440px) {
	#footer .row {
		padding-left: 8%;
		padding-right: 8%;
	}
}

@media only screen and (max-width: 1400px) {

	#sidebar {
		float: left
	}

	.header-navbar {
		padding: 20px 0;
	}

	.logo {
		width: 320px;
	}

	#nav li {
		font-size: 20px;
		line-height: 22px;
	}

	.reservation-form .buttons span {
		padding-top: 6px;
	}

	.btn {
		padding: 12px 14px;
		font-size: 14px;
		line-height: 16px;
	}

	#footer .row {
		padding-left: 6%;
		padding-right: 6%;
	}
}

@media only screen and (max-width: 1200px) {

	.header-navbar {
		padding: 18px 0;
	}

	.logo {
		width: 300px;
	}

	#nav {
		padding-top: 18px;
		padding-right: 5px;
	}

	#nav li {
		font-size: 16px;
		line-height: 18px;
	}

	.inner #content {
		width: 72%;
	}

	.inner #sidebar {
		margin-right: 0;
		width: 25%;
	}

	.search-form {
		position: relative;
		left: 119px;
		bottom: 57px;
		width: 44%
	}

	.search-form input[type="text"],
	.search-form input[type="search"] {
		width: 240px;
	}

	.social-networks.share li {
		width: 88px;
	}

	#content {
		width: 70%;
	}

	.featured-section h1 {
		font-size: 24px;
		line-height: 30px;
	}

	.article-list li .image-holder {
		width: 22%;
	}

	.article-list h2 {
		font-size: 20px;
		line-height: 24px;
	}

	.article-list.recent h2 {
		font-size: 24px;
		line-height: 28px;
	}

	.article-list strong {
		font-size: 14px;
		line-height: 16px;
	}

	.meta {
		font-size: 14px;
		line-height: 16px;
	}

	#sidebar {
		width: 26%;
	}

	.aside-nav li {
		font-size: 22px;
		line-height: 26px;
	}

	.reservation-form .buttons span {
		padding-top: 2px;
	}

	.btn {
		padding: 10px 10px;
		font-size: 12px;
		line-height: 14px;
	}

	.page-article .meta .share-info {
		float: none;
		width: 100%;
		text-align: left;
	}

	#footer .row {
		padding-left: 4%;
		padding-right: 4%;
	}

	h1 {
		font-size: 1.9em;
		line-height: 1.12em;
		margin: 0 0 6px;
		color: #000;
	}
}

@media only screen and (max-width: 1023px) {
	body {
		font-size: 1.8em;
	}

	h1 {
		font-size: 2em;
	}

	.social-networks.share li {
		width: 80px;
	}

	.featured-section h1 {
		font-size: 20px;
		line-height: 24px;
	}

	.article-list h2 {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.article-list.recent h2 {
		font-size: 16px;
		line-height: 22px;
	}

	.meta {
		font-size: 12px;
		line-height: 14px;
	}

	.aside-nav li {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.reservation-form .buttons span {
		padding-top: 6px;
	}

	#footer .row {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 979px) {

	.adbox {
		display: inline-flex;
	}

	body {
		font-size: 1.5em;
	}

	#nav {
		clear: both;
		padding: 19px 0 0;
	}

	#nav ul {
		float: left;
	}

	.social-networks.share li {
		width: 50px;
	}

	.featured-section .featured-article {
		float: none;
		width: 100%;
		border-bottom: 1px solid #d7d7d7;
		margin-bottom: 20px;
	}

	.featured-section .article-list {
		float: none;
		width: 100%;
	}

	.recent-articles .header .title {
		max-width: 100%;
	}

	.recent-articles .header .title {
		font-size: 13px;
		line-height: 20px;
		color: #fff;
		font-weight: 400;
		display: inline-block;
		vertical-align: top;
		padding: 5px 5px 5px;
		min-width: 180px;
		text-align: center;
		background: #00bfe6;
		margin-top: 7px;
		max-width: 50%;
}


	.widget .title {
		margin-bottom: 10px;
	}

	.five-col .col {
		width: 33.33%;
	}

	.three-col .col {
		width: 50%;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	h1 {
		font-size: 1.5em;
	}

	h2 {
		font-size: 1.3em;
	}

	.header-navbar {
		padding: 10px 0;
	}

	#nav {
		overflow: visible;
		clear: none;
		padding-top: 5px;
	}

	#nav .opener {
		display: block;
	}

	#nav ul {
		max-height: 0;
		overflow: hidden;
		float: none;
		width: 100%;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}

	#nav li {
		float: none;
		margin: 0 0 5px;
	}

	#nav li:before {
		display: none;
	}

	.inner #content {
		width: 100%;
		float: none;
	}

	.inner #sidebar {
		float: none;
		width: 100%;
	}

	.search-form {
		position: relative;
		float: left;
		top: 10px;
		left: 5%;
		display: inline-block;
		width: 85%;
	}

	#content {
		padding-top: 50px;
		float: none;
		width: 100%;
	}

	#sidebar {
		float: none;
		width: 100%;
	}

	.widget {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 1.5%;
		margin-right: -5px;
	}

	.page-article .btn-pin {
		top: 10px;
		right: 10px;
	}

	.page-article .meta .btn-print {
		display: none;
	}

	.slideshow .control-btns {
		display: none;
	}

	.slideshow .caption {
		font-size: 14px;
		line-height: 16px;
	}
}

@media only screen and (max-width: 599px) {

	.top-adbox {
		display: none;
	}

	#nav .opener {
		position: relative;
		top: 11px;
		display: inline-block
	}

	.logo {
		width: 240px;
		padding-top: 25px;
	}

	.article-list.recent li .image-holder {
		width: 22%;
		margin-right: 2%;
	}

	.widget {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-top: 5px;
		margin-bottom: 35px;
	}

	.page-article .meta .author-info {
		font-size: 12px;
	}

	.page-article .meta .share-num {
		font-size: 14px;
		padding: 0 10px 0 0;
	}

	.five-col .col {
		width: 50%;
		padding: 0 3%;
	}

	.three-col .col {
		width: 100%;
		padding: 0 3%;
	}

	.pagination li {
		float: left;
		min-width: 40px;
		height: 36px;
		background: none;
		text-align: center;
		font-size: 11px;
		line-height: 26px;
}

	.pagination li a,
	.pagination li strong {
		display: block;
		height: 100%;
		color: #3e433e;
		font-weight: 500;
		padding: 8px 5px;
		border-left: 0px solid #e8e8e8;
		text-decoration: none;
	}

	.pagination li a.btn-next,
	.pagination li strong.btn-next {
		position: relative;
	}

	.pagination li a.btn-next:after,
	.pagination li strong.btn-next:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 4px;
		border-color: transparent transparent transparent #3e433e;
	}

	.pagination li a.btn-prev,
	.pagination li strong.btn-prev {
		position: relative;
	}

	.pagination li a.btn-prev:before,
	.pagination li strong.btn-prev:before {
		content: "";
		display: inline-block;
		vertical-align: auto;
		margin: 0 5px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 4px 4px 0;
		border-color: transparent #3e433e transparent transparent;
	}
	.recent-articles .header .title {
		font-size: 13px;
		line-height: 20px;
		color: #fff;
		font-weight: 400;
		display: inline-block;
		vertical-align: top;
		padding: 5px 5px 5px;
		min-width: 100px;
		text-align: center;
		background: #00bfe6;
		margin-top: 7px;
		max-width: 50%;
	}
}

