/******************************************************************
Theme Name: Boobook Eco Tours
Theme URI: http://www.excitemedia.com.au
Description: Custom Wordpress theme created by ExciteMedia
Author: ExciteMedia
Author URI: http://www.excitemedia.com.au
Version: 1.0.7
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: ExciteMedia
License URI: http://www.excitemedia.com.au
******************************************************************/

/*********************
GENERAL STYLES
*********************/

/* Font Faces - BEGIN */

@import url(https://fonts.googleapis.com/css?family=Karla:400,400italic,700,700italic);

/* Font Faces - END */

html {
	font-size: 100% !important;
}
body,
p,
td,
ul,
li {
	color: #40332d;
	font-family: 'Karla', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.6em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #40332d;
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	line-height: 1.6em;
	margin: 0 0 20px;
	padding: 0;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 3.1875rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.563rem;
}
h4 {
	font-size: 1.25rem;
}
h5 {
	font-size: 1.125rem;
}
h6 {
	font-size: 1rem;
}
a {
	color: #eca82d;
	outline: none;
	text-decoration: none;
}
a,
a:before,
a:after {
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
a:hover {
	color: #eca82d;
	text-decoration: underline;
}
a:link,
a:visited:link {
	-webkit-tap-highlight-color: #e20a17;
}
a:hover,
a:active,
a:focus {
	outline: none;
}
img {
	border: 0;
	height: auto !important;
	max-width: 100%;
	position: relative;
	width: auto\9;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
img:before {
	background-color: #efefef;
	border: 2px dotted rgb(200, 200, 200);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	height: calc(100% + 10px);
	left: 0;
	position: absolute;
	top: -10px;
	width: 100%;
}
img:after {
	color: rgb(100, 100, 100);
	content: "\f127"" Broken Image of " attr(alt);
	display: block;
	font-size: 16px;
	font-style: normal;
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	text-align: center;
	top: 5px;
	width: 100%;
}
img.cke_wordpress_more {
	height: 10px !important;
}
img.img-zoom {
	width: auto;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: none;
}
img.img-zoom:hover {
	-webkit-transform: scale(1.075);
	-moz-transform: scale(1.075);
	-o-transform: scale(1.075);
	transform: scale(1.075);
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	/* For Webkit browsers */
	filter: gray;
	/* For IE 6 - 9 */
	-webkit-transition: all .6s ease;
	/* Transition for Webkit browsers */
}
p {
	margin: 0 0 20px;
	padding: 0;
}
p:last-child {
	margin: 0;
}
table {
	margin: 30px 0;
}
hr {
	background-color: transparent;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #ccc;
	color: transparent;
	height: 1px;
	margin: 50px 0;
}
::-webkit-input-placeholder {
	opacity: 1;
}
::-moz-placeholder {
	opacity: 1;
}
/* firefox 19+ */

:-ms-input-placeholder {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* ie */

input:-moz-placeholder {
	opacity: 1;
}
iframe {
	max-width: 100%;
}
ul.list-none {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wrap {
	*zoom: 1;
}
ul.list-none:before,
ul.list-none:after,
.wrap:before,
.wrap:after {
	content: "";
	display: table;
	line-height: 0;
}
ul.list-none:after,
.wrap:after {
	clear: both;
}
.hidden {
	opacity:0;
}
.visible {
	opacity: 1;
}
div.ezcol-one-quarter,
div.ezcol-one-half,
div.ezcol-three-quarter,
div.ezcol-one-third,
div.ezcol-two-third,
div.ezcol-one-fifth,
div.ezcol-two-fifth,
div.ezcol-three-fifth,
div.ezcol-four-fifth {
	hyphens: none;
}
.sfm-rollback {
	display: none;
}
.white-text * {
	color: #fff;
}
.white-text form * {
	color: #403c3e;
}
.bg-cover {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
blockquote {
	border-left: 7px solid #b20032;
	margin: 40px 0;
	padding: 0 30px;
}
blockquote p {
	font-weight: 600;
}
.points {
	background: #eae4da;
	padding: 25px 25px 20px 25px;
	margin-top: 20px;
}
.odd {
	background: #f7f4f0;
}
/*********************
LAYOUT STYLES
*********************/

.center {
	margin: 0 auto;
	max-width: 1060px;
}
.mainbody,
.extra_content {
	padding: 60px 0;
}
/*** GENERAL LAYOUT ***/

/* Fixed  Social Media */

.fixed-socmed {
	background-color: rgba(255, 255, 255, 0.35);
	position: fixed;
	right: 0;
	top: 215px;
	padding: 5px 0;
	z-index: 1002 !important;
}
.fixed-socmed ul.social-media {
	margin: 0;
	padding: 0;
	list-style: none;
}
.fixed-socmed ul.social-media li {
	margin: 0;
	padding: 6px 12px;
}
.fixed-socmed ul.social-media li a {
	background-color: #7c6958;
	height: 40px;
	width: 40px;
}
.fixed-socmed ul.social-media li a:hover {
	background-color: #fff;
}
.fixed-socmed ul.social-media li a i {
	color: #fff;
	font-size: 1.625em;
}
.fixed-socmed ul.social-media li a:hover i {
	color: #7c6958;
}
.btn-submit {
	padding: 12px 15px !important;
	width: 90%;
}
/* Header */

.main-header {
	background-color: #b20032;
	padding: 13px 0 20px;
	height: auto;
}
.main-header .center {
	position: relative;
}
.logo {
	float: left;
}
.logo img {
	max-width: 144px;
}
.top-menu {
	float: right;
	padding-top: 50px;
	padding-right: 342px;
}
.header-right {
	position: absolute;
	right: 0;
	top: 48px;
}
.header-right a.em-button {
	font-size: 1.125rem;
	padding: 16px 20px 15px;
}
.header-right a.em-button:hover {
	border-color: #fff;
	color: #fff;
}
.header-phone {
	float: right;
	font-size: 13px;
	color: #e098ad;
	line-height: 1.4em;
	text-transform: uppercase;
	margin-top: 5px;
	margin-left: 20px;
}
.header-phone span {
	background: url(library/images/icon-phone.png) no-repeat left center;
	padding: 2px 0 2px 27px;
	font-size: 1.063rem;
	color: #fff;
	display: block;
}
/* Footer */

.main-footer {
	background-color: #40332d;
	padding: 40px 0;
}
.footer-col {} .footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-col ul li {
	float: left;
}
.footer-col ul li a {
	font-size: 1.125rem;
	color: #fff;
}
.footer-col-1 {
	float: left;
}
.footer-col-1 ul > li:last-child:after {
	display: none;
}
.footer-col-1 ul > li:after {
	background-color: #fff;
	content: "";
	height: 14px;
	position: absolute;
	right: 0;
	top: 7px;
	width: 2px;
}
.footer-col-1 ul > li {
	position: relative;
}
.footer-col-1 ul > li:first-child > a {
	padding-left: 0;
}
.footer-col-1 ul > li:last-child > a {
	padding-right: 0;
}
.footer-col-1 ul > li > a {
	padding: 1px 9px 1px 7px;
}
.footer-col-2 {
	float: right;
}
.logo-footer {} .copyright {
	font-size: 14px;
	color: #aba192;
}
.copyright span {
	margin: 0 3px;
}
.copyright a {
	color: #aba192;
}
ul.social-media {
	margin-top: 14px;
}
ul.social-media li {
	margin-left: 10px;
}
ul.social-media li a {
	background-color: #fff;
	display: block;
	height: 30px;
	text-align: center;
	width: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-o-border-radius: 50%;
}
ul.social-media li a:hover {
	background-color: #7c6958;
}
ul.social-media li a i {
	color: #7c6958;
	margin-top: 7px;
}
ul.social-media li a:hover i {
	color: #fff;
}
/*** end of GENERAL LAYOUT ***/

/*** HOMEPAGE ***/

/* Home Banner */

.home-banner {
	position: relative;
}
.home-banner #hs-btn-1:hover {
	background-color: #d3972c !important;
}
.home-banner #hs-btn-2:hover {
	background-color: #b2002a !important;
}
/* Home Awards */

.awards-row {
	padding: 50px;
	background: #eae4da;
}
.awards-img {
	width: 200px;
	float: left;
}
.awards-img img {
	max-width: 165px;
}
.awards-heading {
	width: 65%;
	float: left;
	margin-top: 45px;
}
.awards-row h2,
.awards-row h3 {
	line-height: normal;
	margin: 0;
}
.awards-row h2 {
	font-size: 2rem;
	font-weight: bold;
	color: #40332d;
}
.awards-row h3 {
	font-size: 1.8rem;
	font-weight: normal;
	color: #40332d;
}
.trip-advisor {
	margin-top: 25px;
	float:left;
	width:170px;
}
.TA_excellent > img{
	display:none;
}

/* Home Portals */

.home-portals {
	position: relative;
	border-top: 15px solid #40332d;
	border-bottom: 1px solid #d9d6d5;
	background-color: #f7f4f0;
	min-height: 400px;
}
.home-portals .center {
	padding-top: 30px;
	padding-bottom: 50px;
}
ul.portal-tabs {
	margin: 0 0 40px;
	padding: 0;
	float: left;
	list-style: none;
	height: auto;
	border-bottom: 1px solid #d9d6d5;
	width: 100%;
	position: relative;
	bottom: -1px;
}
ul.portal-tabs > li:after {
	background-color: #d9d6d5;
	content: "";
	height: 40px;
	position: absolute;
	right: 0;
	top: 17px;
	width: 1px;
}
ul.portal-tabs > li:last-child:after {
	display: none;
}
ul.portal-tabs > li {
	float: left;
	padding: 0;
	height: 100%;
	overflow: hidden;
	position: relative;
	background-color: #f7f4f0;
	border-top: 7px solid #f7f4f0;
}
ul.portal-tabs > li:first-child {
	margin-left: 0;
}
/* ul.portal-tabs > li:last-child > a {
	padding-right: 0;
} */

ul.portal-tabs > li > a {
	text-decoration: none;
	color: #40332d;
	display: block;
	font-size: 1.375rem;
	line-height: 73px;
	padding: 0 43px;
	outline: none;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
ul.portal-tabs li.active,
ul.portal-tabs li:hover {
	border-top-color: #b30033;
}
ul.portal-tabs > li.active a,
ul.portal-tabs > li:hover > a {} .portal-tab-content {} .portal-tab-content img {} .tour-content:nth-child(3n) {
	margin-right: 0;
}
.tour-content:before,
.tour-content:after {
	content: "";
	display: table;
	line-height: 0;
}
.tour-content:after {
	clear: both;
}
.tour-content {
	position: relative;
	float: left;
	width: 32.08%;
	margin-right: 1.88%;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.tour-link {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.tour-photo {
	position: relative;
	overflow: hidden;
}
.tour-photo img {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	border: 0;
	margin: 0;
	padding: 0;
}
.tour-content:hover .tour-photo img {
	-webkit-transform: scale(1.075);
	-moz-transform: scale(1.075);
	-o-transform: scale(1.075);
	transform: scale(1.075);
}
.tour-category,
.tour-price {
	position: absolute;
	background-color: #b30033;
	color: #fff;
	z-index: 1;
}
.tour-category {
	top: 0;
	left: 0;
	font-size: 0.938rem;
	font-weight: bold;
	line-height: 1em;
	padding: 9px 44px;
	text-transform: uppercase;
}
.tour-price {
	bottom: 0;
	right: 0;
	font-size: 1.875em;
	line-height: 1em;
	padding: 8px 12px 5px;
}
.tour-price sup {
	font-size: 1.25rem;
}
.tour-price span {
	font-size: 1rem;
}
.tour-title {
	color: #40332d;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.2em;
	padding: 8px 14px 5px;
}
.tour-time {
	background: url(library/images/icons/clock.png) no-repeat 14px 3px;
	padding-left: 18px;
	line-height: 1.2em;
	padding: 0 14px 10px 32px;
}
.view-tours {
	color: #b30033;
	display: inline-block;
	transform: translateY(-28px);
	padding-right: 30px;
}
/* Home Testimonial */

#home-testimonial blockquote {
	background-color: #eae4da;
	margin: 0;
	padding: 30px 32px;
}
#home-testimonial img {} #home-testimonial p {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.7em;
	margin-bottom: 12px;
}
#home-testimonial h6 {
	font-size: 1.188rem;
	font-weight: normal;
	margin: 0;
}
#home-testimonial .flex-direction-nav a:before {
	font-size: 40px;
}
#home-testimonial .flex-direction-nav a.flex-disabled,
#home-testimonial:hover .flex-direction-nav a.flex-disabled {
	opacity: 0 !important;
}
#home-testimonial .flex-direction-nav a {
	opacity: 0 !important;
}
#home-testimonial:hover .flex-direction-nav a {
	opacity: 1 !important;
}
#home-testimonial .flex-direction-nav .flex-prev {
	left: 0;
}
#home-testimonial .flex-direction-nav .flex-next {
	right: 0;
}
#home-testimonial:hover .flex-direction-nav .flex-prev {
	left: 7px;
}
#home-testimonial:hover .flex-direction-nav .flex-next {
	right: 7px;
}
/* Homepage - Enter any style for elements on homepage here */

/*** end of HOMEPAGE ***/

/*** INNERPAGE ***/

/* Inner Banner */

.inner-banner {
	background-image: url(library/images/banner-inner.jpg);
	padding: 68px 0 64px;
}
.inner-banner h1 {
	margin: 0 290px 0 0;
	font-size: 3.125rem;
	color: #fff;
}
.banner-button {
	float: right;
}
.banner-button a.em-button {
	padding-left: 43px;
	padding-right: 43px;
}
/* CTA Bottom */

.bottom-bar {
	background-image: url(library/images/bottom-cta.jpg);
	padding: 80px 0;
}
.bottom-bar .ezcol-two-third {
	text-align: center;
	padding-left: 80px;
}
.bottom-bar h2 {
	color: #fff;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0;
}
.bottom-bar a.em-button {
	margin-top: 15px;
}
/* Tour Details */

body.page-id-180 .mainbody {
	display: none;
}
.tour-full-details {} .tfd-content-wrapper {
	float: left;
	width: 66.04%;
	padding-right: 20px;
}
.tfd-sidebar {
	float: right;
	width: 33.96%;
	padding-left: 20px;
}
.tfd-sidebar h3.book-tour-heading {
	color: #b20032
}
.tfd-sidebar .gform_wrapper input.datepicker {
	width: 100% !important;
}
ul.tfd-type-time {
	margin: 0 0 30px;
}
ul.tfd-type-time > li:first-child {
	margin-right: 0.29%;
}
ul.tfd-type-time > li:last-child {
	margin-left: 0.29%;
}
ul.tfd-type-time > li {
	background-repeat: no-repeat;
	background-position: 15px center;
	background-color: #eae4da;
	width: 49.71%;
	float: left;
	font-size: 1.25rem;
	padding: 10px 10px 10px 58px;
}
ul.tfd-type-time > li.tfd-type {
	background-image: url(library/images/icons/camera.png);
}
ul.tfd-type-time > li.tfd-time {
	background-image: url(library/images/icons/clock-2.png);
}
.tfd-gallery {
	margin: 0 0 30px;
}
ul.tfd-content {} ul.tfd-content > li {
	float: left;
	width: 48.5%;
}
li.tfd-content-left {
	margin-right: 3%;
}
li.tfd-content-right {} ul.tfd-more-infos > li:first-child {
	border-top: 1px solid #929292;
	background-position: left 13px;
}
ul.tfd-more-infos > li {
	background-repeat: no-repeat;
	background-position: left 18px;
	padding: 14px 0 14px 55px;
	border-bottom: 1px solid #929292;
}
li.tfd-walking {
	background-image: url(library/images/icons/footprints.png);
}
li.tfd-includes {
	background-image: url(library/images/icons/apple.png);
}
li.tfd-guests {
	background-image: url(library/images/icons/backpack.png);
}
li.tfd-minimum {
	background-image: url(library/images/icons/people.png);
}
li.tfd-prices {
	background-image: url(library/images/icons/dollar.png);
}
li.tfd-accommodation {
	background-image: url(library/images/icons/accommodation.png);
}
li.tfd-time {
	background-image: url(library/images/icons/clock-3.png);
}
ul.tfd-more-infos > li ul {
	padding: 0 0 0 15px;
	margin: 0;
	list-style: disc;
}
ul.tfd-more-infos > li p {
	margin: 0;
}
.tfd-gallery .flexslider {
	margin-bottom: 5px;
}
.tfd-gallery .flex-direction-nav a:before {
	font-size: 40px;
	color: #d9cfc3;
	line-height: 88px;
}
.tfd-gallery .flex-direction-nav a {
	background-color: #ebe4da;
	color: #d9cfc3;
	margin: 0;
	height: 88px;
	padding: 0 10px;
	right: 0;
	top: 30px;
	width: 40px;
}
.tfd-gallery .flex-direction-nav .flex-prev,
.tfd-gallery .flexslider:hover .flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover:before,
.tfd-gallery .flexslider:hover .flex-direction-nav .flex-next:hover:before {
	color: #999;
}
.tfd-gallery .flex-direction-nav .flex-next,
.tfd-gallery .flexslider:hover .flex-direction-nav .flex-next {
	right: 0;
}
.tfd-gallery .flex-direction-nav .flex-disabled {
	opacity: 1 !important;
}
/* Innerpage - Enter any style for elements on innerpage here */

.customise-button {
	background: url(library/images/customis-tour-image.jpg) no-repeat center center;
	color: #fff;
	text-align: center;
	padding: 20px;
	margin: 0 auto;
}
.customise-button a.em-button {
	font-size: 1.2em;
}
.customise-button h3 {
	font-size: 20px;
	color: #fff;
}
.customise-button h3 span {
	font-size: 22px;
	display: block;
}
#fancybox-custom-form {
	padding: 20px;
}
.postlist h2.entry-title a {
	color: #40332d;
}
.blog_sidebar a {
	color: #40332d;
}
.postlist h2.entry-title a:hover,
.blog_sidebar a:hover {
	color: #000;
}

/* Testimonial Page */

body.page-id-1352 .mainbody {
	padding:0;
	overflow:hidden;
}
.testimonial_row {
	padding:90px 0;
	position:relative;
}
.testimonial_row:nth-child(even) {
	background-color: #f0ece5;
}
.testimonial_row:nth-child(even):before {
	background-color: #f0ece5;
	content: ' ';
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	display: block;
}
.testimonial_row:nth-child(even):after {
	background-color: #f0ece5;
	content: ' ';
	height: 100%;
	position: absolute;
	right: -100%;
	top: 0;
	width: 100%;
	display: block;
}
.testimonial_row .testi_image {
	width:17%;
	float:left;
}
.testimonial_row .testi_image img {
	max-width:172px;
}
.testimonial_row .testi_content {
	width:82%;
	float:right;
}
.testimonial_row .testi_content .quotation {
	margin-bottom:30px;
}
.testimonial_row .testi_content span {
	font-size:19px;
	text-transform:uppercase;
	font-weight:bold;
	line-height: 40px;
	display: inline-block;
}
.testimonial_row .testi_content span.name {
	background:url(library/images/icon-name.png) no-repeat center left;
	padding:0 0 0 40px;
	margin-right:50px;
}
.testimonial_row .testi_content span.link {
	background:url(library/images/icon-map.png) no-repeat center left;
	padding:0 0 0 50px;
}
.testimonial_row .testi_content span.link a {
	color:#40332d;
	text-decoration:none;
}

/* BOTTOM BAR TESTIMONIAL SLIDER */

#testimonial_wrap {
	background:#f0ece5;
	padding:80px 0;
}
.testimonial_slider {
	position:relative;
	overflow:hidden;
}
#testimonial_wrap .flex-direction-nav {
	display:none;
}
#testimonial_wrap .testimonial_row {
	position:inherit;
}
#testimonial_wrap .flex-control-nav {
	bottom:-60px;
}

/*** end of INNERPAGE ***/

/*********************
SIDEBAR
*********************/

body.sidebar .mainbody-inner,
body.blog .mainbody-inner,
body.archive .mainbody-inner {
	padding-right: 340px;
	position: relative;
}
body.sidebar .main-content,
body.blog .main-content,
body.archive .main-content {
	float: left;
	position: relative;
	width: 100%;
}
body.sidebar .main-content #content,
body.blog .main-content #content,
body.archive .main-content #content {
	padding-right: 7%;
}
.main-sidebar {
	float: left;
	margin-top: 7px;
	margin-right: -100%;
	width: 340px;
}
.main-sidebar .widget {
	border-top: 1px solid #dedede;
	margin-bottom: 40px;
	padding-top: 40px;
}
.main-sidebar .widget:first-child {
	border-top: 0;
	padding-top: 0;
}
.main-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-sidebar ul.menu > li {
	margin-bottom: 3px;
}
.main-sidebar ul.menu > li > a {
	background: #eae4da;
	color: #847a72;
	display: block;
	font-size: 1.188rem;
	font-weight: bold;
	letter-spacing: 0.006em;
	padding: 30px 20px 30px 50px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
.main-sidebar ul.menu > li.current-menu-item > a,
.main-sidebar ul.menu > li > a:hover {
	background: #baa586;
	color: #fff;
}
/*********************
IMAGE SCROLLER
*********************/

.em-image-scroller .mTS_horizontal ul.mTSContainer > li {
	margin-left: 18px;
}
.em-image-scroller .mTS_horizontal ul.mTSContainer > li:first-child {
	margin-left: 0;
}
.em-image-slider {
	overflow: hidden;
}
.image-scrollbox > ul {
	*zoom: 1;
}
.image-scrollbox > ul:before,
.image-scrollbox > ul:after {
	content: "";
	display: table;
	line-height: 0;
}
.image-scrollbox > ul:after {
	clear: both;
}
.image-scrollbox > ul {
	list-style: none;
	margin: 25px 0 0;
	padding: 0;
	width: 5000px;
}
.image-scrollbox > ul li {
	float: left;
	margin: 0 40px 0 0;
}
/*********************
ACCORDION
*********************/

.accordion {
	margin: 30px 0;
}
h3.accordion-title:before {
	content: "\002B";
	line-height: 1em;
	margin-top: -12px;
	position: absolute;
	right: 34px;
	top: 50%;
}
h3.accordion-title.open:before {
	content: "\2212";
}
h3.accordion-title {
	background: #e7eff5;
	cursor: pointer;
	font-size: 1.333333rem;
	font-weight: normal;
	margin: 0 0 4px;
	padding: 29px 60px 29px 28px;
	position: relative;
}
h3.accordion-title.open {
	background: #00284d;
	color: #fff;
}
.accordion-content {
	background: #f2f2f2;
	margin: -4px 0 23px;
	padding: 30px 55px;
}
/*********************
WP-TILES
*********************/

div.tb-close-icon:before {
	line-height: 18px;
}
div.tb-close-icon {
	height: 18px;
	line-height: 18px;
	width: 18px;
}
div#TB_caption {
	height: auto;
	padding-left: 15px;
}
/*********************
WOOCOMMERCE
*********************/

.em-shopping-cart-wdg.hidden {
	display: none;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	background: #fff;
	margin: 0 auto 30px !important;
	max-width: 1060px;
}
/* Category Listing Page */

.woocommerce ul.products li.product {
	*zoom: 1;
}
.woocommerce ul.products li.product:before,
.woocommerce ul.products li.product:after {
	content: "";
	display: table;
	line-height: 0;
}
.woocommerce ul.products li.product:after {
	clear: both;
}
.woocommerce ul.products li.product {
	border-top: 1px solid #c4c9d0;
	float: none;
	margin: 56px 0 0;
	padding: 51px 0 0;
	width: auto;
}
.woocommerce ul.products li.product:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.woocommerce ul.products li.product > a:before {
	background: rgba(179, 35, 23, 0.6);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
}
.woocommerce ul.products li.product > a:after {
	border: 1px solid #fff;
	color: #fff;
	content: "View Product Details";
	font-size: 1.38888889rem;
	height: 68px;
	left: 50%;
	line-height: 68px;
	margin: -34px 0 0 -145px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	visibility: hidden;
	width: 290px;
}
.woocommerce ul.products li.product-category> a:after {
	content: "View Range";
	margin-left: -101px;
	width: 202px;
}
.woocommerce ul.products li.product > a:hover:before,
.woocommerce ul.products li.product > a:hover:after {
	opacity: 1;
	visibility: visible;
}
.woocommerce ul.products li.product > a {
	float: left;
	margin-top: 5px;
	position: relative;
	width: 47.169811%;
}
.woocommerce ul.products li.product > a > h3 {
	display: none;
}
.woocommerce ul.products li.product a img {
	margin: 0;
}
.cat-list-info,
.product-list-info {
	float: right;
	padding-bottom: 60px;
	width: 47.169811%;
}
.cat-list-title,
.product-listing-title {
	color: #596060;
	font-size: 1.444444rem;
	font-weight: 300;
}
.cat-list-title a,
.product-listing-title a {
	color: #596060;
}
.cat-list-title a:hover,
.product-listing-title a:hover {
	color: #b32317;
}
.cat-list-link,
.product-list-link {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 47.169811%;
}
.cat-list-link a.em-button,
.product-list-link a.em-button {
	font-size: 1.055556rem;
	padding-bottom: 13px;
	padding-top: 14px;
}
/* Product Archive - Listing View */

.product-listing-switch-view {
	float: right;
	list-style: none;
	margin: 9px 0 0;
	padding: 0;
}
.product-listing-switch-view li {
	border-left: 1px solid #c7c6c2;
	float: left;
	margin-left: 13px;
	padding-left: 13px;
}
.product-listing-switch-view li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
.product-listing-switch-view li a:before {
	color: #d6d6d3;
	font-family: FontAwesome;
	font-size: 1.222222rem;
	margin-right: 3px;
	vertical-align: middle;
}
.product-listing-switch-view li a.em-list-view:before {
	content: "\f00b";
}
.product-listing-switch-view li a.em-grid-view:before {
	content: "\f009";
}
.product-listing-switch-view li a:hover:before,
.product-listing-switch-view li a.em-active:before {
	color: #000;
}
.product-listing-switch-view li a {
	color: #596060;
	display: block;
	font-size: 16px;
	line-height: 1.375em;
	font-weight: normal;
	text-decoration: none;
}
.woocommerce form.woocommerce-ordering:before {
	content: "Order By:";
	font-size: 1.111111rem;
	left: 0;
	line-height: 36px;
	position: absolute;
	top: 0;
}
.woocommerce form.woocommerce-ordering {
	float: none;
	margin: 0 150px 35px 0;
	padding-left: 90px;
	position: relative;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper {
	width: 160px;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper div span {
	font-size: 14px;
	line-height: 36px;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
	font-size: 28px;
	line-height: 36px;
}
.product-list-des p {
	margin: 0;
}
.woocommerce ul.products li.product .price {
	color: #b32317;
	font-size: 1rem;
	font-weight: 500;
	margin: 24px 0 20px;
}
body.em-grid-view-mode .product-list-sku,
body.em-grid-view-mode ul.products li.product .price,
body.em-grid-view-mode .product-listing-size,
body.em-grid-view-mode .product-list-des,
body.em-grid-view-mode .product-list-link {
	display: none;
}
body.em-grid-view-mode ul.products {
	margin-top: -50px;
}
body.em-grid-view-mode ul.products li.product {
	border-top: none;
	float: left;
	margin: 50px 0 0 !important;
	padding-top: 0;
	width: 47.169811%;
}
body.em-grid-view-mode ul.products li.product:nth-child(2n) {
	float: right;
}
body.em-grid-view-mode ul.products li.product:nth-child(2n+1) {
	clear: both;
}
body.em-grid-view-mode ul.products li.product > a {
	display: block;
	float: none;
	width: auto;
}
body.em-grid-view-mode .product-list-info {
	float: none;
	padding: 0;
	width: auto;
}
body.em-grid-view-mode .product-listing-title {
	margin-top: 20px;
}
.woocommerce ul.products,
.woocommerce ul.products * {
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
/*********************
TESTIMONIALS
*********************/

.widget_woothemes_testimonials > .testimonials {
	*zoom: 1;
}
.widget_woothemes_testimonials > .testimonials:before,
.widget_woothemes_testimonials > .testimonials:after {
	content: "";
	display: table;
	line-height: 0;
}
.widget_woothemes_testimonials > .testimonials:after {
	clear: both;
}
.widget_woothemes_testimonials > .testimonials {
	position: relative;
}
.testimonials-list .quote > img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	width: 164px;
}
.testimonials-list .quote blockquote {
	font-size: 1.8125rem;
	line-height: 1.3384083em;
	margin: 15px 0 22px 210px;
}
.testimonials-list .quote blockquote p {
	font-size: 1.6875rem;
	line-height: 1.333333em;
	margin: 0;
}
.testimonials-list .quote .author {
	display: block;
	font-size: 1.188rem;
	font-style: normal;
	margin: 0;
}
/*********************
FLEXSLIDER
*********************/

.flexslider {
	background: none;
	border: none;
	margin: 0 0 10px;
}
.flex-direction-nav {
	height: 0;
}
.flex-nav-prev {
	float: left;
}
.flex-nav-next {
	float: right;
}
.flex-direction-nav a:before {
	color: rgba(0, 0, 0, 0.4);
	font-family: FontAwesome;
	font-size: 60px;
	line-height: 34px;
	text-indent: 0;
	text-shadow: none;
}
.flex-direction-nav .flex-nav-prev a:before {
	content: "\f104";
}
.flex-direction-nav .flex-nav-next a:before {
	content: "\f105";
}
.flex-direction-nav a:hover:before {
	color: rgba(0, 0, 0, 1);
}
.flex-direction-nav a {
	font-size: 0;
	line-height: 0;
	opacity: 1 !important;
	outline: none;
	text-indent: -999em;
	width: 25px;
}
.flex-direction-nav .flex-prev {
	left: 10px;
}
.flex-direction-nav .flex-next {
	right: 10px;
}
.flexslider .slides img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.active-overlay {
	display: none;
}
.gallery-container .flex-active-slide .active-overlay {
	display: block;
	margin-left: 50px;
	position: absolute;
	top: 25%;
	z-index: 2;
}
/*********************
NEXTGEN FLEXSLIDER
*********************/

.flexslider.em-nextgen-flexslider {
	margin: 0;
}
.flexslider.em-nextgen-flexslider .slides > li {
	margin-right: 36px;
}
/*********************
GRAVITY FORM
*********************/

div.gform_wrapper {
	margin: 0;
	max-width: none;
}
div.gform_wrapper ul li.gfield {
	margin-bottom: 12px;
}
div.gform_wrapper .top_label .gfield_label,
div.gform_wrapper .left_label .gfield_label {
	display: block;
	font-weight: inherit;
	margin: 0 0 3px;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0;
}
div.gform_wrapper .top_label input.medium,
div.gform_wrapper .top_label select.medium {
	width: 100%;
}
div.gform_wrapper .top_label textarea.medium {
	width: 100%;
}
div.gform_wrapper .gform_footer {
	padding: 0;
}
body #fancybox-content .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 3px;
}
#fancybox-content div.gform_wrapper ul li.gfield {
	margin-bottom: 8px;
}
#fancybox-content .gform_wrapper textarea.medium {
	height: 100px;
}
#fancybox-contactusnow {
	padding: 20px;
}
#fancybox-contactusnow div.gform_wrapper ul li.gfield {
	padding-right: 0;
}
.page-id-180 .banner-button {
	display: none;
}
/*********************
JQTRANSFORM
*********************/

.jqTransformHidden {
	display: none !important;
}
.jqTransformSelectWrapper,
.jqTransformSelectWrapper div span {
	width: 100% !important;
}
.jqTransformSelectWrapper div span {
	border: 1px solid #b7b7b7;
	line-height: 50px;
	font-size: 1rem;
	padding: 0 0 0 12px;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen:before {
	font-size: 28px;
	line-height: 50px;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen {
	height: 50px;
	top: 1px;
	right: 1px;
}
.jqTransformSelectWrapper ul a {
	font-size: 0.938rem;
	padding: 4px 12px;
}
/*********************
BLOG
*********************/

.img-zoom {
	width: auto;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: none;
}
.img-zoom:hover {
	-webkit-transform: scale(1.075);
	-moz-transform: scale(1.075);
	-o-transform: scale(1.075);
	transform: scale(1.075);
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	/* For Webkit browsers */
	filter: gray;
	/* For IE 6 - 9 */
	-webkit-transition: all .6s ease;
	/* Transition for Webkit browsers */
}
.blog-description {
	background: #f4f4f4;
	margin: 0 0 43px;
	padding: 25px 30px;
}
.blog-description p {
	margin: 0;
}
.post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.postlist .post {
	border-top: 1px solid #e5e5e5;
	margin-top: 35px;
	padding-top: 35px;
}
.postlist .post-list .post:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.post-list-date {
	font-size: 0.875rem;
	margin-bottom: 14px;
}
.post-list-date a {
	text-decoration: underline;
}
h2.entry-title {
	margin-bottom: 10px;
}
.post-list-thumbnail {
	margin-bottom: 24px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.post-list-thumbnail img {
	width: 100%;
}
.post-list-thumbnail a.em-button {
	position: absolute;
	bottom: 0;
	right: 0;
}
.post-list-content p {
	margin-top: 0;
}
.post-list-content a.excerpt-read-more {
	display: none;
}
.post-tags {
	background: url("library/images/icons/tags.png") no-repeat left center;
	font-size: 0.875rem;
	padding: 2px 0 2px 35px;
}
.post-image {
	margin: 15px 0 30px;
}
.byline {
	display: none;
}
/*********************
NAVIGATION
*********************/

nav.main-nav ul.nav {
	*zoom: 1;
}
nav.main-nav ul.nav:before,
nav.main-nav ul.nav:after {
	content: "";
	display: table;
	line-height: 0;
}
nav.main-nav ul.nav:after {
	clear: both;
}
nav.main-nav ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.main-nav ul.nav > li:after {
	background-color: #ca4369;
	content: "";
	height: 15px;
	position: absolute;
	right: 0;
	top: 17px;
	width: 1px;
}
nav.main-nav ul.nav > li:last-child:after {
	display: none;
}
nav.main-nav ul.nav > li {
	float: left;
	margin-left: -1px;
	position: relative;
}
.nav.main-nav ul.nav > li:first-child {
	margin-left: 0;
}
nav.main-nav ul.nav > li:last-child > a {
	padding-right: 0;
}
nav.main-nav ul.nav > li > a {
	color: #e098ad;
	display: block;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.006em;
	line-height: 24px;
	padding: 12px 16px 12px 15px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a,
nav.main-nav ul.nav > li:hover > a {
	color: #fff;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a {
	font-weight: bold;
}
nav.main-nav ul.nav li ul {
	background: #eae4da;
	left: 100%;
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter: alpha(opacity=0);
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	visibility: hidden;
	width: 250px;
	z-index: 9;
}
nav.main-nav ul.nav li:hover > ul {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
}
nav.main-nav ul.nav > li > ul {
	left: 0;
	top: 100%;
}
nav.main-nav ul.nav li ul li {
	border-top: 1px solid #fff;
	position: relative;
}
nav.main-nav ul.nav li ul li:first-child {
	border-top: none;
}
nav.main-nav ul.nav li ul li a {
	color: #847a72;
	display: block;
	padding: 10px 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
nav.main-nav ul.nav li ul li.current-menu-item > a,
nav.main-nav ul.nav li ul li.current-parent-item > a,
nav.main-nav ul.nav li ul li.current-menu-ancestor > a,
nav.main-nav ul.nav li ul li a:hover {
	background: #baa586;
	color: #fff;
}
/*********************
Responsive Menu
*********************/

div#responsive_menu_pro {
	z-index: 9998;
}
div#responsive_menu_pro_button {
	bottom: 0;
	padding: 12px 16px;
	position: absolute;
	right: 0;
}
#responsive_menu_pro_button .responsive_menu_pro_button_lines .responsive_menu_pro_button_line {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#responsive_menu_pro_button .responsive_menu_pro_button_lines,
#responsive_menu_pro_button_text {
	float: left;
}
#responsive_menu_pro_button_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 18px;
	margin-left: 10px;
}
div#responsive_menu_pro_button #responsive_menu_x {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
}
#responsive_menu_pro .responsive_menu_pro_menu ul {
	margin: 0;
	padding-left: 0;
}
#responsive_menu_pro div.responsive-menu-social {
	margin: 20px 0 0 -12px !important;
}
.responsive-menu-social a {
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	float: left;
	font-size: 22px;
	height: 37px;
	line-height: 37px;
	margin-left: 12px;
	text-align: center;
	text-decoration: none;
	width: 37px;
}
.responsive-menu-social a:hover {
	color: #fff;
}
/*********************
BACK TO TOP
*********************/

.cd-top {
	background: rgba(123, 33, 42, 0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	bottom: 30px;
	display: inline-block;
	height: 44px;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	right: 30px;
	text-indent: 100%;
	visibility: hidden;
	white-space: nowrap;
	width: 44px;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: 0.5;
}
.no-touch .cd-top:hover {
	background-color: #7b212a;
	opacity: 1;
}
/*ADDITIONAL CSS*/

.banner_content {
	position: absolute;
	z-index: 1000;
	width: 100%;
	top: 0;
}
.slider_heading {
	color: #fff;
	font-size: 85px;
	font-weight: bold;
	line-height: 85px;
	text-align: center;
	margin: 100px 0 30px;
}
.slider_subheading {
	color: #fff;
	font-size: 32px;
	line-height: 45px;
	text-align: center;
	margin-bottom: 50px;
}
.book-tour-btn {
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 1px;
	padding: 17px 44px;
	font-family: Karla;
	font-size: 22px;
	line-height: 22px;
	color: rgb(255, 255, 255);
	white-space: nowrap;
	width: auto;
	height: auto;
	border-width: 0px;
	background: rgb(236, 168, 45);
	margin: 0 10px;
	display: inline-block;
}
.about-roma-btn {
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 1px;
	border: 2px solid rgb(255, 255, 255);
	padding: 15px 44px;
	font-family: Karla;
	font-size: 22px;
	line-height: 22px;
	color: rgb(255, 255, 255);
	white-space: nowrap;
	width: auto;
	height: auto;
	margin: 0 10px;
	display: inline-block;
}
.book-tour-btn:hover {
	background-color: #d3972c;
	color: #FFF;
	text-decoration: none;
}
.about-roma-btn:hover {
	background-color: #b20032;
	color: #FFF;
	text-decoration: none;
}
.pagination .current {
	background: #000 !important;
}
.pagination .current a {
	color: #FFF !important;
	cursor: default;
}
.featured_tour {
	background: #eae4da;
	margin: 20px 0;
}
.featured_tour .tour-content {
	width: auto;
}
.featured_tour h5 {
	background: #b30033 none repeat scroll 0 0;
	color: #fff;
	font-size: 20px;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}
.featured_tour .tour_wrapper {
	padding: 30px 20px 10px;
}
.featured_tour ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.featured_tour ul li {
	background: url(library/images/arrow-tour.png) no-repeat left 5px;
	padding: 0 0 20px 30px;
	line-height: normal;
}
.featured_tour ul li a {
	color: #40332d;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}
.featured_tour ul li a span {
	display: block;
	font-size: 18px;
	background: url("library/images/icons/clock.png") no-repeat left center;
	padding: 0 0 0 20px;
	font-weight: normal;
}
/*********************
RESPONSIVE STYLES
*********************/
@media (max-width: 1279px) {
.awards-row h2,
.awards-row h3 {
	font-size:1.5rem;
}
.awards-heading {
	width:60%;
}
}
@media (max-width: 1200px) {
	.slider_heading {
		font-size: 72px;
	}
	.slider_subheading {
		font-size: 32px;
	}
}
@media (max-width: 1080px) {
	html {
		font-size: 95% !important;
	}
	body,
	p,
	td,
	ul,
	li {
		line-height: 1.4em;
	}
	h2,
	h3,
	h4,
	h5,
	h6,
	p {
		margin-bottom: 20px;
	}
	.center {
		padding-left: 15px;
		padding-right: 15px;
	}
	.mainbody,
	.extra_content {
		padding: 40px 0;
	}
	/* Sidebar */
	body.sidebar .mainbody-inner,
	body.blog .mainbody-inner {
		padding-right: 320px;
	}
	.main-sidebar {
		width: 320px;
	}
	.main-sidebar .widget {
		margin-bottom: 30px;
		padding-top: 30px;
	}
	.main-sidebar ul.menu > li > a {
		padding: 25px 20px 25px 34px;
	}
	/*** Enter your custom style here ***/
	.top-menu {
		padding-right: 330px;
	}
	.header-right {
		right: 15px;
	}
	ul.portal-tabs > li > a {
		padding: 0 38px;
	}
	.footer-col-1 ul > li:after {
		top: 4px;
	}
	ul.social-media {
		margin-top: 5px;
	}
	.awards-row {
		padding:30px 0;
	}
	.awards-img,
	.awards-heading {
		width:100%;
		text-align:center;
		float:none;
		margin:0 0 20px;
	}
	.trip-advisor {
		width:170px;
		float:none;
		margin:30px auto 0;
	}
	#CDSWIDEXC{
		margin: 0 auto;
	}
}
@media (max-width: 1023px) {
	html {
		font-size: 90% !important;
	}
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 1.75rem;
	}
	h2.entry-title {
		font-size: 1.375rem;
	}
	.post-list-thumbnail {
		margin-right: 15px;
	}
	.table-style-1 td,
	.table-style-1 th {
		padding-left: 10px;
	}
	div.ezcol-last + .ezcol-divider {
		clear: both !important;
		display: block !important;
	}
	.cd-top {
		bottom: 20px;
		right: 20px;
	}
	.sfm-rollback {
		display: block;
		width: 0;
	}
	div.sfm-navicon-button {
		left: 10px;
	}
	a.em-button {
		padding: 13px 30px 14px;
	}
	/* WooCommerce */
	.woocommerce ul.products li.product > a:after {
		font-size: 1.25rem;
		height: 50px;
		line-height: 50px;
		margin: -25px 0 0 -100px;
		width: 200px;
	}
	.cat-list-info,
	.product-list-info {
		padding-bottom: 0;
	}
	.cat-list-link,
	.product-list-link {
		margin-top: 15px;
		position: static;
		width: auto;
	}
	.woocommerce ul.products li.product .price {
		margin: 14px 0 12px;
	}
	.cat-list-link a.em-button,
	.product-list-link a.em-button {
		font-size: 1rem;
	}
	body.em-grid-view-mode ul.products {
		margin-top: -30px;
	}
	body.em-grid-view-mode ul.products li.product {
		margin-top: 30px !important;
	}
	body.em-grid-view-mode .product-listing-title {
		margin-top: 10px;
	}
	.woocommerce div.product .product_title {
		font-size: 2.125rem;
		margin-bottom: 20px;
	}
	/* Sidebar */
	body.sidebar .mainbody-inner,
	body.blog .mainbody-inner {
		padding-right: 260px;
	}
	.main-sidebar {
		width: 260px;
		padding-left: 0;
	}
	.main-sidebar .widget {
		margin-bottom: 20px;
		padding-top: 20px;
	}
	.main-sidebar ul.menu > li > a {
		padding: 20px 18px 20px 24px;
	}
	/*** Enter your custom style here ***/
	.main-header {
		padding: 13px 0;
	}
	.top-menu {
		display: none;
	}
	.logo {
		float: none;
		text-align: center;
		width: 100%;
	}
	.logo img {
		max-width: 120px;
	}
	.header-right {
		position: static;
		text-align: center;
		padding-top: 20px;
	}
	.header-right a.em-button {
		padding: 14px 20px 13px;
	}
	.header-phone {
		float: none;
		text-align: center;
		margin: 18px 0 0;
	}
	.header-phone span {
		display: inline-block;
		margin-left: 10px;
	}
	/* Home Tours */
	ul.portal-tabs > li:after {
		height: 30px;
	}
	ul.portal-tabs > li > a {
		padding: 0 30px;
		line-height: 60px;
	}
	.inner-banner {
		padding: 54px 0 50px;
	}
	.inner-banner h1 {
		font-size: 2.75rem;
		margin-right: 260px;
	}
	.bottom-bar .ezcol-two-third {
		padding-left: 20px;
	}
	.footer-col-1 ul > li:after {
		height: 13px;
	}

}
@media (max-width: 1023px) and (min-width: 768px) {
	/* Responsive Column */
	div.ezcol-one-half,
	div.ezcol-one-third,
	div.ezcol-two-third {
		margin-right: 4%;
	}
	div.ezcol-one-third {
		width: 30.666% !important;
	}
	div.ezcol-two-third {
		width: 65.334% !important;
	}
	div.ezcol-last {
		float: right;
		margin-right: 0;
	}
}
@media (max-width: 900px) {
	ul.portal-tabs > li > a {
		font-size: 1.25rem;
		padding: 0 25px;
	}
	.slider_heading {
		font-size: 60px;
		margin: 50px 0 30px;
	}
	.slider_subheading {
		font-size: 22px;
		line-height: 30px;
	}
}
@media (max-width: 800px) {
	ul.portal-tabs > li > a {
		padding: 0 20px;
	}
}
@media (max-width: 767px) {
	html {
		font-size: 87.5% !important;
	}
	body,
	p,
	td,
	ul,
	li {
		line-height: 1.33em;
	}
	h2,
	h3,
	h4,
	h5,
	h6,
	p {
		margin-bottom: 16px;
	}
	.post-list-thumbnail {
		float: none;
		margin: 0 0 10px;
	}
	.postlist > article.post {
		margin-top: 25px;
		padding-top: 25px;
	}
	.top-menu {
		display: none;
	}
	.csColumn {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}
	div.ezcol-one-half {
		margin-right: 0;
		width: 100% !important;
	}
	.cd-top {
		bottom: 10px;
		right: 10px;
	}
	/* WooCommerce */
	.woocommerce ul.products li.product {
		margin-top: 26px;
		padding-top: 22px;
	}
	.woocommerce ul.products li.product > a {
		display: block;
		float: none;
		margin: 0;
		width: auto;
	}
	.cat-list-info,
	.product-list-info {
		float: none;
		margin: 20px 0 0;
		width: auto;
	}
	.cat-list-link a.em-button,
	.product-list-link a.em-button {
		display: block;
		padding-left: 10px;
		padding-right: 10px;
	}
	.product-listing-switch-view {
		float: none;
		margin: 0 0 15px;
	}
	.woocommerce form.woocommerce-ordering {
		margin-right: 0;
		padding-left: 80px;
	}
	body.em-grid-view-mode ul.products {
		margin: -20px auto 0;
		max-width: 500px;
	}
	body.em-grid-view-mode ul.products li.product {
		float: none !important;
		margin: 20px 0 0 !important;
		width: auto;
	}
	body.em-grid-view-mode .product-list-info {
		margin-top: 0;
	}
	/* Responsive Column */
	div.ezcol {
		width: 100% !important;
		margin: 10px 0 !important;
	}
	/* Sidebar */
	body.sidebar .mainbody-inner,
	body.blog .mainbody-inner {
		padding-right: 0;
	}
	body.sidebar .main-content #content {
		padding-right: 0;
	}
	.main-sidebar {
		width: 100%;
		margin: 20px 0 0;
	}
	.main-sidebar ul.menu > li > a {
		padding: 16px 20px;
	}
	.mainbody,
	.extra_content {
		padding: 30px 0;
	}
	/*** Enter your custom style here ***/
	.fixed-socmed,
	.banner-button {
		display: none;
	}
	.slider_heading {
		font-size: 42px;
		margin: 50px 0 0;
	}
	.slider_subheading {
		font-size: 18px;
		margin-bottom: 30px;
		line-height: normal;
	}
	.book-tour-btn,
	.about-roma-btn {
		font-size: 18px;
		padding: 10px 20px;
	}
	/* Home Tours */
	.tour-content:nth-child(2n) {
		margin-right: 0 !important;
	}
	.tour-content {
		width: 48%;
		margin-right: 2% !important;
	}
	.inner-banner {
		padding: 44px 0 40px;
	}
	.inner-banner h1 {
		margin: 0;
	}
	/* Tour Details */
	.tfd-sidebar,
	.tfd-content-wrapper {
		float: none;
		padding: 0;
		width: 100%;
	}
	ul.tfd-content > li {
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}
	ul.tfd-more-infos > li:first-child {
		background-position: left 4px;
	}
	body.home .mainbody,
	.bottom-bar {
		text-align: center;
	}
	.bottom-bar .ezcol-two-third {
		padding: 0;
	}
	.bottom-bar a.em-button {
		margin-top: 0;
	}
	.footer-col {
		width: 100% !important;
	}
	.footer-col-1 .copyright,
	.footer-col-1 .widget_nav_menu {
		text-align: center;
		width: 100%;
		margin: 0 0 14px;
	}
	.footer-col-1 ul > li {
		float: none;
		display: inline-block;
	}
	ul.social-media {
		text-align: center;
	}
	ul.social-media li {
		display: inline-block;
		float: none;
	}
}
@media (max-width: 710px) {
	body.blog .main-content #content {
		padding-right: 0;
	}
}
@media (max-width: 580px) {
	.slider_heading {
		font-size: 36px;
		margin: 50px 0 30px;
		line-height: normal;
	}
	.slider_subheading {
		display: none;
	}
	.book-tour-btn,
	.about-roma-btn {
		left: 0;
	}
	.book-tour-btn {
		bottom: 5%;
	}
}
@media (max-width: 480px) {
	.g-recaptcha {
		-moz-transform: scale(0.925);
		-webkit-transform: scale(0.925);
		transform: scale(0.925);
		transform-origin: left center 0;
	}
	#fancybox-content .g-recaptcha {
		-moz-transform: scale(0.725);
		-webkit-transform: scale(0.725);
		transform: scale(0.725);
		transform-origin: left center 0;
	}
	/*** Enter your custom style here ***/
	/* Home Tours */
	.tour-content:nth-child(2n) {} .tour-content {
		width: 100%;
	}
	.pt-perspective {
		height: auto;
	}
	.pt-page {
		position: relative;
		visibility: visible;
	}
	.slider_heading {
		font-size: 24px;
		margin: 30px 0 30px;
	}
}
@media (max-width: 385px) {
	.book-tour-btn,
	.about-roma-btn {
		font-size: 16px;
		padding: 10px;
		margin: 0 5px;
	}
}
