/*
Theme Name: Sydney Child
Template: sydney
*/


/*==== customize ====*/

@import url('../sydney/style.css');

body, p {
	font-family: Raleway;
	overflow-x: hidden;
	font-size: 15px;
}
.entry-content p {
	font-size: 15px;
	line-height: 27px;
}
.post-navigation .nav-previous, .post-navigation .nav-next {
	font-size: 15px;
}
/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 9999;
}
.preloader-inner{
	display:block;
	top: 50%;
	position:absolute;
	height:4em;width:4em;
	left:50%;
	margin-top:-2em;
	margin-left:-2em;
	border-radius:2.5em 2.5em 2.5em 2.5em;
	box-shadow: inset 0 0 0 0.5em rgb(13, 204, 0);
    border-top: 5px solid #54ad04;
    border-left: 5px solid #22394C;
    border-bottom: 5px solid #54ad04;
    border-right: 5px solid #22394C;
	animation:tora-preload 1.15s infinite linear;
	-o-animation:tora-preload 1.15s infinite linear;
	-ms-animation:tora-preload 1.15s infinite linear;
	-webkit-animation:tora-preload 1.15s infinite linear;
	-moz-animation:tora-preload 1.15s infinite linear;
}
@keyframes tora-preload {
	0%{transform:rotateZ(0deg);}
	100%{transform:rotateZ(360deg);}
}

@-o-keyframes tora-preload {
	0%{-o-transform:rotateZ(0deg);}
	100%{-o-transform:rotateZ(360deg);}
}

@-ms-keyframes tora-preload {
	0%{-ms-transform:rotateZ(0deg);}
	100%{-ms-transform:rotateZ(360deg);}
}

@-webkit-keyframes tora-preload {
	0%{-webkit-transform:rotateZ(0deg);}
	100%{-webkit-transform:rotateZ(360deg);}
}

@-moz-keyframes tora-preload {
	0%{-moz-transform:rotateZ(0deg);}
	100%{-moz-transform:rotateZ(360deg);}
}


/*----- hover effects ------*/
.view {
   width: 25%;
   height: 100%;
   margin: 0px;
   float: left;
   border: 0px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   cursor: default;
   /*background: #fff url(../images/bgimg.jpg) no-repeat center center;*/
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(84, 174, 4, 0.7);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   /*padding: 10px 20px 20px;*/
   padding: 25%;
   text-align: center;
   cursor: pointer;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

/*----- effect 1 ----*/
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(0,0,0, 0.6);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   /*-webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);*/
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
	
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
				





/*--- slider ----*/
.text-slider .subtitle {
	padding-bottom: 10px;
}
.text-slider .maintitle {
	padding: 20px 0 50px;	
}
.text-slider .maintitle:after {
	background-color: transparent !important;
}
.slides-container .slide-item {
    background-size: 100%;
    background-position: 50% 50% !important;
}
/*.gradient {
	width: 100%;
    padding: 5% 0;
    background: -webkit-linear-gradient( top, rgba(58,138,4,0) 0%, #54ae04 100% );
    background: linear-gradient( to bottom, rgba(58,138,4,0) 0%, #54ae04 100% );
    margin-top: -190px;
    z-index: 999999;
    position: relative;
}*/

.slider-overlay {
	background: rgba(0,0,0,0.3);
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.3;*/
}

/*--- header ---*/
.site-header {
	background-color: #fff;
	padding: 10px 0;
}
.site-header.float-header {
    	background-color: #fff !important;
	border: 1px solid#eee;
	padding: 10px 0;
}
.site-header.float-header .site-logo {
	max-height: 80px;
	    transition: 0.5s;
}
.site-logo {
	    transition: 0.5s;
}	
.site-logo, .header-wrap .col-md-4 {
    margin-bottom: 0px !important;
	
}
.site-header.float-header .header-wrap .col-md-8 {
	margin: -35px 0;
}
.header-wrap .col-md-8 {
	margin: -45px 0;
}
.header-image .overlay {
	opacity: 0.1;
}
/*---- menu ----*/
#menu-item-17 {
	visibility: hidden;
	padding: 0 10% !important;
}
#mainnav ul li a {
    text-transform: uppercase;
	font-weight: bold;
}
#mainnav-mobi {
	margin: 0;
}

/*---- button ----*/
.roll-button {
	border: 2px solid #54ad04;
	font-size: 16px;
	letter-spacing: 5px;
}
.roll-button:hover {
	color: #fff !important;
}
.btn-wrap  {
	width: auto;
	margin: auto;
	text-align: center;
	margin-top: 20px;
}
.btn {
	position: relative;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 35px;
    color: #fff;
	background: #54ad04;
	border: 2px solid #54ad04;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	letter-spacing: 2px;
}
.btn:hover {
	background: transparent;
	color: #54ad04;
}

.panel-grid-cell .widget-title {
	display: none;
}
.margin {
	margin: 0px 0 70px;
	visibility: hidden;
}

/*-----reservation ----*/
/*#pg-5-0 .overlay {
    background-color: #54ae04;
	opacity: 0.8;
}
#pg-5-0 .panel-row-style {
	background-color: rgba(0, 0, 0, 0.2) !important;
	margin-top: -277px;
	padding: 5%;
   	 margin-bottom: 200px;
	
	background-color: rgba(0, 0, 0, 0.3) !important;
    	margin-top: -280px;
   	margin-bottom: 0px;
    	padding-top: 2% !important;
    	padding-bottom: 5% !important;
}*/
.reservation input[type="date"], 
.reservation input[type="number"], 
.reservation select, 
.reservation input[type="text"], 
.reservation input[type="tel"],
.reservation input[type="email"] {
	height: 40px;
    padding: 8px 10px;
}
.reservation {
	margin-top: -40px;

	/*margin-top: -277px;
    	background: rgba(0,0,0,0.5); 
    	padding: 5%;
    	margin-bottom: -235px;*/
}
.reservation label {
	width: 100%;
} 
.reservation h3{
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 10px;
	font-family: Raleway;
}
.reservation span {
	font-weight: normal;
}
.reservation .sub-text {
	text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
	font-family: Raleway;
	font-weight: bold;
	margin-bottom: 50px;
}
.reservation .su-tabs{
	padding: 0 !important;
	-webkit-border-radius: 3px !important;
    	-moz-border-radius: 3px !important;
    	border-radius: 3px !important;
	background: #54ae04 !important;
}
.reservation .su-tabs-nav span {
	margin-right: 0 !important;
	font-size: 13px !important;
	text-transform: uppercase;
    	letter-spacing: 1px;
	-webkit-border-top-left-radius: 0 !important;
    	-moz-border-radius-topleft: 0 !important;
    	border-top-left-radius: 0 !important;
    	-webkit-border-top-right-radius: 0 !important;
    	-moz-border-radius-topright: 0 !important;
    	border-top-right-radius: 0 !important;
	padding: 10px 50px !important;
	color: #fff !important;
	font-weight: 500;
}
.reservation .su-tabs-nav span:first-child {
	-webkit-border-top-left-radius: 3px !important;
    	-moz-border-radius-topleft: 3px !important;
    	border-top-left-radius: 3px !important;
}
.reservation .su-tabs-pane {
	background: #eee !important;
	padding: 30px 25px !important;
	border-bottom: 1px solid#ddd;
    	border-right: 1px solid#ddd;
    	border-left: 1px solid#ddd;
}
.reservation .su-tabs-nav span.su-tabs-current {
	background: #eee !important;
	color: #333 !important;
}
.reservation .su-tabs-nav span.su-tabs-current:hover {
	background: #eee !important;
	color: #333 !important;
}
.reservation .su-tabs-nav span:hover {
    background: transparent !important;
}
.reservation input[type="date"], .reservation input[type="number"], .reservation select, .reservation input[type="text"], .reservation input[type="tel"], .reservation input[type="email"] {
	height: 35px;
	padding: 5px 10px;
}
.reservation input[type="date"] {
    height: 35px;
    padding: 7px 5px 7px 10px;
    width: 100%;
}
.reservation input[type="submit"] {
	padding: 5px;
}
.reservation div.wpcf7-response-output {
	/*display: none !important;*/
	margin: 0;
	padding: 0;
}
.fa-icon {
    	margin: 0px 5px 0 0;
}
.text-title{
	font-size: 11px !important;
    	text-transform: none;
    	display: initial;
    	line-height: 0px !important;
    	font-weight: 100;
    	letter-spacing: 0px;
}
#package-check input[type="checkbox"] {
	width: auto;
    	margin: 6px 10px 0 0;
}
#transfer .hours, #transfer .minutes, #transfer .type {
	width: 30%;
}
#package-transfer .hours, #package-transfer .minutes, #package-transfer .type {
	width: 30%;
}
#package-transfer #depart-hours, 
#package-transfer .depart-minutes, 
#package-transfer .depart-type {
	width: 30%;
}		

/*---- wix reservation ----*/

.wix-hotels-search-widget {
    /*margin-top: -150px;*/
}
.wix-hotels-search-widget label, .wix-hotels-search-widget-horizontal .wix-hotels--search-widget--field {
	color: #fff;
	font-family: Raleway;
}
.wix-hotels-search-widget-vertical .wix-hotels--search-widget--submit button {
	border: 2px solid #54ad04;
	letter-spacing: 2px;
}
.wix-hotels--single-room .wix-hotels--amenities-list {
	list-style: inherit !important;
}


/*-----reservation----*/
.contact-box {
	text-align: right;
	display: inline-block;
	float: right;
	margin: 2% 0;
}

.contact-box1 {
	width: 18%;
/*float: left;*/
	display: inline-block;
	margin: 0 1% 2%;
}

.contact-box2 {
	width: 18%;
/*float: left;*/
	display: inline-block;
	margin: 0 0 2% 1%;
}

.contact-box3 {
	width: 18%;
	margin: auto;
	margin-top: 0;
}

.contact-box4 {
	width: 38.9%;
/*float: left;*/
	display: inline-block;
	margin: 0 0 2% 1%;
}




/*----- about section -----*/
.about h3 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 50px;
}
.about span {
	font-weight: normal;
}
.about p {
	font-size: 15px;
    	letter-spacing: 1px;
    	line-height: 27px;
	font-family: Raleway;
}
.about img {
	width: 100%;
}
.about a:focus {
	color:#fff;
}
/*----- tours ----*/
.tours h3 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 10px;
	font-family: Raleway;
}
.tours span {
	font-weight: normal;
}
.tours .sub-text {
	text-align: center;
	letter-spacing: 0.5px;
	width: 70%;
	margin: auto;
	margin-bottom: 50px;
	font-family: Raleway;
	font-weight: 500;
	font-size: 15px;
	color: #443f3f;
	line-height: 24px;
}
.tours .su-posts-default-loop .su-post-thumbnail img {
	max-width: 100%;
    max-height: 100%;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	-moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 20px #ccc;
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tours .su-posts-default-loop .su-post-thumbnail img:hover {
	
    border: 2px solid #54ad04;
	-moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 20px #ccc;
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tours .su-posts-default-loop .su-post-thumbnail {
	width: 100%;
    height: 100%;	
	margin-right: 0;
	margin-bottom: 20px;
}
.tours .su-posts-default-loop h2.su-post-title {
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.8em;
    text-align: center;
    font-family: Raleway;
}
.tours .su-posts-default-loop .su-post-meta {
	text-align: center;
    letter-spacing: 1px;
    font-family: Raleway;
    color: #000;
}
.tours .su-posts-default-loop .su-post-excerpt p:last-child {
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 1px;
	font-family: Raleway;
	text-align: center;
}
.tours .su-posts-default-loop .su-post-excerpt {
	color: #fff;
}
.tours .label {
	padding: 15px 0;
    text-align: center;
    background: #54ad04;
    color: #fff;
    font-size: 18px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	margin: 0;
}
.tours span {
	font-weight: normal;
}
.tours .btn {
	position: relative;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 35px;
    color: #fff;
	background: #54ad04;
    border: 2px solid #54ad04;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 2px;
	margin-top: 50px;
}
.tours .btn:hover {
	background: transparent;
	color: #54ad04;
}
.tours .view {
   width: 100%;
   height: 100%;
   margin: 0px;
   float: left;
   border: 0px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 3px 3px 3px #e6e6e6;
   -moz-box-shadow: 3px 3px 3px #e6e6e6;
   box-shadow: 3px 3px 3px #e6e6e6;
   cursor: default;
   box-shadow: 3px 3px 3px #e6e6e6;
   /*background: #fff url(../images/bgimg.jpg) no-repeat center center;*/
}
.tours .view h2 {
    text-transform: inherit;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: none; /*rgba(84, 174, 4, 0.7);*/
    margin: auto;
    margin-top: 5%;
    width: 50%;
    border-radius: 3px;
	font-family: Raleway;
}
.tours .view p {
    font-family: Raleway;
    font-style: italic;
    font-size: 15px;
    position: relative;
    color: #fff;
    padding: 10px 5% 0px;
    text-align: center;
}
.tours .view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: rgba(84, 174, 4, 0.7);
    color: #fff;
    text-transform: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	font-family: Raleway;
    border-radius: 3px;
}
.tour-page .view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: rgba(84, 174, 4, 0.7);
    color: #fff;
    text-transform: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	font-family: Raleway;
    border-radius: 3px;
}

/*--- post ----*/
.hentry .title-post {
	font-size: 32px;
    	/*text-align: center;*/
	letter-spacing: 1px;
	text-transform: uppercase;
}
.tour-page .sub-text {
	color: #443f3f;
	text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
	margin-bottom: 50px;
	font-family: Raleway;
	font-weight: bold;
	margin-top: -30px;
}
.tour-page .su-tabs {
	margin: 0;
	padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: transparent;
}
.tour-page .su-tabs-nav span.su-tabs-current {
    background: #54ae04;
    cursor: default;
    color: #fff;
	font-weight: bold;
}
.tour-page .su-tabs-nav span {
    display: inline-block;
    margin-right: 0px;
    padding: 15px 30px;
    font-size: 20px;
    min-height: 40px;
    line-height: 20px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    color: #333;
	text-transform: uppercase;
	background: #eee;
	font-family: Raleway;
}
.tour-page .su-tabs-nav {
	text-align: center;
}
.tour-page .su-tabs-pane {
	padding: 0;
}

.tour-page  .su-posts-default-loop .su-post {
	/*width: 33%;
	float: left;*/
	margin-bottom: 0;
}
.tour-page .su-posts-default-loop .su-post-thumbnail img {
	max-width: 100%;
    max-height: 100%;
	width: 100%;
	height: 100%;
	border: 0px solid #fff;
	-moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 20px #ccc;
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tour-page .su-posts-default-loop .su-post-thumbnail img:hover {
	
    border: 2px solid #54ad04;
	-moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 20px #ccc;
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tour-page .su-posts-default-loop .su-post-thumbnail {
	width: 100%;
    height: 100%;	
	margin-right: 0;
	margin-bottom: 0px;
}
.tour-page .su-posts-default-loop h2.su-post-title {
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.5em;
    text-align: center;
    font-family: Raleway;
}
.tour-page .su-posts-default-loop h2.su-post-title a {
	color: #fff;
}
.tour-page .su-posts-default-loop .su-post-meta {
	text-align: center;
    letter-spacing: 1px;
    font-family: Raleway;
    color: #f9f9f9;
}
.tour-page .su-posts-default-loop .su-post-excerpt p:last-child {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 1px;
	font-family: Raleway;
	text-align: center;
	padding: 0 10%;
}

.tour-page .label {
	width: 50%;
	margin: auto;
	text-align: center;
	margin-bottom: 40px;
}
.tour-page .label p {
	text-align: center;
    background: #54ae04;
    display: inline-block;
    color: #fff;
    padding: 1% 2%;
    font-size: 16px;
    font-family: Raleway;
	/*border-radius: 5px;*/
}
.tour-page .su-posts-default-loop .su-post-excerpt {
	color: #fff;
}

/*----- gallery -----*/
/*#pg-5-3 .panel-row-style {
	padding-bottom: 50px !important;
}*/
.roll-project {
	padding-bottom: 0px; 
}
.roll-project .project-item:hover .project-pop {
    	opacity: 0.7;
}
.roll-project .project-title span {
	font-family: Raleway;
    	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
}
.roll-project .project-item .project-pop {
	background-color: #000 !important; 
}
.roll-project.fullwidth .project-item {
	width: 25%;
}

.gallery {
	margin-bottom: -2.5em;
}
.gallery h3 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 10px;
	font-family: Raleway;
}
.gallery .sub-text {
	text-align: center;
	letter-spacing: 0.5px;
	width: 70%;
	margin: auto;
	margin-bottom: 50px;
	font-family: Raleway;
	font-weight: 500;
	font-size: 15px;
	color: #443f3f;
	line-height: 24px;
}
.gallery .ligthbox-wrap img {
    width: 25%;
    padding: 0;
    margin: 0 -4px 0 0;
    margin-bottom: 0px;
}
.gallery .ligthbox-wrap {
	
}

/*----- services -----*/
#pg-5-4 .panel-row-style {
	padding-bottom: 0px !important;
	border-bottom: 1px solid#ddd;
	border-top: 1px solid#ddd;
}
.roll-icon-box .content p {
	font-family: Raleway;
	font-size: 14px;
	line-height: 24px;
}
.roll-icon-box .content h3 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0 20px;
	font-size: 15px;
}
.services h3 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 10px;
	font-family: Raleway;
}
.services .sub-text {
	text-align: center;
	letter-spacing: 0.5px;
	width: 70%;
	margin: auto;
	margin-bottom: 50px;
	font-family: Raleway;
	font-weight: 500;
	font-size: 15px;
	color: #443f3f;
	line-height: 24px;
}
.service {
	margin-bottom: 70px;
}
.read-more-show {
	font-size: 22px;
	color: #333;
}

/*---- accomodation ----*/
#pg-5-5 .panel-row-style {
	background-position: 50% !important;
	overflow: visible;
}
#pg-5-5 .overlay{
	opacity: 0.5;
}
.panel-row-style {
	overflow: visible;
}
.accomodation h3 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 10px;
	font-family: Raleway;
	color: #fff;
}
.accomodation .sub-text {
	text-align: center;
	letter-spacing: 0.5px;
	width: 70%;
	margin: auto;
	margin-bottom: 50px;
	font-family: Raleway;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
}
.accomodation span {
	font-weight: normal;
}
.accomodation .wrap {
	background: #fff;
    padding: 2%;
    margin-top: -175px;
    /*border: 1px solid #eee;*/
    border-radius: 3px;
}
.accomodation .wrap img {
	width: 25%;
    	padding: 0;
    	margin: 0px -4px 0 0px;
    	margin-bottom: 0px;
}
.accomodation h4 {
	text-align: left;
	letter-spacing: 1px;
	margin: 30px 0;
	font-family: Raleway;
	color: #443f3f;
}
.accomodation p {
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-family: Raleway;
	color: #443f3f;
	font-size: 16px;
}
.accomodation ul {
	list-style: disc;
	margin: 0 0 0 15px;
	font-size: 15px;
	line-height: 27px;
}
#pg-5-6 .panel-row-style {
	padding-bottom: 0px !important;
}
.ligthbox-wrap {
	margin-bottom: 30px;
}
/*.accomodation .su-posts-default-loop .su-post-thumbnail img {
	max-width: 100%;
    max-height: 100%;
	width: 100%;
	height: 100%;
	border: 2px solid #eee;
	border-radius: 3px;
}
.accomodation .su-posts-default-loop .su-post-thumbnail {
	width: 100%;
    height: 100%;	
	margin-right: 0;
	margin-bottom: 20px;
}
.accomodation .su-posts-default-loop h2.su-post-title {
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 2em;
    text-align: center;
    font-family: Raleway;
}
.accomodation .su-posts-default-loop .su-post-meta {
	text-align: center;
    letter-spacing: 1px;
    font-family: Raleway;
    color: #000;
}
.accomodation .su-posts-default-loop .su-post-excerpt p:last-child {
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 1px;
	font-family: Raleway;
}
.accomodation .su-posts-default-loop .su-post {
	margin-bottom: 0;
}*/

/*----- map ----*/
/*#pg-5-7 .panel-row-style {
	margin-top: 70px;
	margin-bottom: -677px;
}
.su-responsive-media-yes iframe, .su-responsive-media-yes object, .su-responsive-media-yes embed {
    width: 100% !important;
    height: 400px !important;
}*/

#pg-5-7 .overlay {
	opacity: 0.5;
}

/*----- contact ----*/

#pg-5-8 .panel-row-style {
	background-position: 50% 50% !important;
}
#pg-5-8  .overlay {
	background-color: #000 !important;
}
#pg-5-8 .panel-row-style textarea {
	height: 120px;
}
.contact h3 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 10px;
	font-family: Raleway;
	color: #fff;
}
.contact .sub-text {
	text-align: center;
	letter-spacing: 0.5px;
	width: 70%;
	margin: auto;
	margin-bottom: 50px;
	font-family: Raleway;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
}
.contact .label {
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
}
.contact .su-service-title {
    display: block;
    margin-bottom: -0.5em;
    color: #fff !important;
    font-weight: normal !important;
    font-size: 1.2em !important;
    font-family: Raleway !important;
}
.contact .fa {
	color: #fff !important;
}
.contact .su-responsive-media-yes {
	padding-bottom: 53%;
}
.contact button, input, select, textarea {
	width: 100%;
    border-radius: 3px !important;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
	background: transparent;
	color: #fff;
}
.contact div.wpcf7-validation-errors, .contact div.wpcf7-mail-sent-ng{
    	border: 0px solid #ff0000;
    	color: #fff;
	text-align: center;
    	font-family: Raleway;
}
.contact div.wpcf7-mail-sent-ok {
	color: #fff;
}
.contact div.wpcf7-validation-errors{
	display: none !important;
}
.contact div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    width: 100%;
}
.contact * {
	font-family: Raleway;
	color: #f9f9f9;
}
.contact input[type="submit"] {
	border: 2px solid #54ad04;
	letter-spacing: 2px;
}


/*---- footer ---- */
.site-footer a {
    color: #b1b1b1 !important;
}
.site-footer {
	font-family: Raleway;
}


/*--- side bar wideget ---*/
.widget_search input[type="search"] {
	width: 130%;
	/*padding: 0px 215px 0 15px;*/
	font-family: Raleway;
	
}
.wix-hotels-search-widget-vertical label {
	color: #333;
}
#secondary .widget-title {
	color: #333 !important;
    text-transform: capitalize;
    font-size: 1.5em;
}
.widget-area .widget ul li {
    border-bottom: 1px solid #eee;
}
#wix_hotels_search_widget-2 {
	padding-top: 0;
}

/*---- search result ----*/
.s-result {
	border: 1px solid #eee;
	width: 100%;
	margin: 2% 0;
	padding: 2%;
	background: #fafafa;
	float: left;
	border-radius: 3px;
}
.s-result-img {
	width: 25%;
	float: left;
	margin-right: 5%;
	box-shadow: 3px 3px 3px #e6e6e6;
}
.s-result-content {
	float: left;
	width: 70%;
}
.s-result h2 {
	font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: normal;
}
.s-result .post-meta {
	margin: 0;
    list-style: none;
    padding: 0;
	font-size: 16px;
}
.s-result span {
	font-weight: bold;
}
.s-result .btn {
	position: relative;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding: 5px 15px;
    color: #fff;
	background: #54ad04;
	border: 2px solid #54ad04;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	letter-spacing: 1px;
	float: right;
	/*bottom: -25px;*/
}

.project-filter li a {
	padding: 10px 20px;
	text-transform: uppercase;
}
.project-filter li {
	background-color: #f0f0f0;
}
.example-video {
	width: 100% !important;
	margin: 0 !important;
}
.roll-button.border {
	border: 2px solid;
}

/*--- page reservation ---*/
#page-reservation input[type="submit"]{
	position: relative;
	display: inline-block;
	font-family: "Raleway", sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: 700;
	padding: 12px 35px;
	color: #fff;
	background: #54ad04;
	border: 2px solid #54ad04;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	letter-spacing: 2px;
}
#page-reservation input[type="submit"]:hover {
	background: transparent;
	color: #54ad04;
}
#page-reservation select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	height: 35px;
    	padding: 5px 10px;
}
#page-reservation p {
	font-size: 13px;
}
#page-reservation div.wpcf7-response-output {
	margin: 0;
	padding: 0;
}

div.wpcf7-mail-sent-ok {
	border: 0px;
	padding-top: 0em;
	text-align: center;
	color: green;
}
div.wpcf7-validation-errors {
	border: 0px;
	padding-top: 0em;
	text-align: center;
	color: red;
}
.rpwwt-post-title {
	font-weight: bold;
    	color: #333;
}
.roll-promobox .title {
	color: #333;
	font-size: 22px;
}

span.wpcf7-list-item {
    	display: inline-flex;
	margin: 0 30px 0 0;
}
.wpcf7-list-item-label {
    	display: inline-table;
	width: 200px;
}
input[type=checkbox], input[type=radio] {
	margin: 7px 0px 0px;
    	line-height: normal;
}
#sydney_video_widget-2 {
	    padding-top: 0px;
}

.tour-a input[type="checkbox"], 
.tour-b input[type="checkbox"],
.tour-c input[type="checkbox"],
.tour-d input[type="checkbox"],
.inland-tour input[type="checkbox"] {
	width: auto;
}
.package-tour-a input[type="checkbox"],
.package-tour-b input[type="checkbox"],
.package-tour-c input[type="checkbox"],
.package-tour-d input[type="checkbox"],
.package-inland-tour input[type="checkbox"] {
	width: auto;
}

input[type=date]::-webkit-inner-spin-button {
    display: none;
}

/*----- responsiveness -----*/
@media only screen and (max-width: 1280px) {
	.gallery .ligthbox-wrap img {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) {
	.slides-container .slide-item {
		background-size: cover;
		background-position: 50% 50% !important;
	}
	.slides-container .slide-item, .panel-row-style {
		background-attachment: fixed;
	}
	#mainnav {
		display: block !important;
	}  
	.btn-menu {
		display: none !important;
	}
	.site-header {
		padding: 10px 0;
	}
	/*#pg-5-0 .panel-row-style {
		margin-top: -235px;
		margin-bottom: 0px;
		padding-top: 2% !important;
		padding-bottom: 5% !important;
	}
	.reservation .sub-text {
		margin-bottom: 20px;
	}*/
	.tours .label {
		font-size: 15px;
	}
	.tour-page .su-posts-default-loop h2.su-post-title {
		font-size: 1em;
	}
	.widget_search input[type="search"] {
		width: 110%;
	}
	.accomodation .wrap img {
		width: 25%;
    		padding: 0;
    		margin: 0px -4px 0 0px;
    		margin-bottom: 0px;
	}
	.gallery .ligthbox-wrap img {
   		width: 25%;
	}
}
@media only screen and (max-width: 991px) {
	.site-header {
		background-color: #fff !important;
	}
	
}
@media only screen and (min-width: 981px) {
	
}
@media only screen and (max-width: 980px) {
	.accomodation .wrap img {
		width: 25%;
	}
	.gallery .ligthbox-wrap img {
   		 width: 25%;
	}
	.slider-overlay {
		display: none;
	}
}
@media only screen and (max-width: 800px) {
	.gallery .ligthbox-wrap img {
    		width: 33.3%;
	}
	.view {
    		width: 33.3%;
	}
	.slider-overlay {
		display: none;
	}
}
@media only screen and (min-width: 769px) {
	/*.header-wrap .col-md-8 {
		float: right;
		width: 33.33333333% !important;
		margin: 0;
	}
	.header-wrap .col-md-4 {
		width: 66.66666667% !important;
	}
	.site-logo {
		width: 20%;
	}*/
	.header-wrap .col-md-8 {
    		margin: -55px 0;
    		width: 100% !important;
    		float: right;
	}	
	.example-video {
    		width: 99.9% !important;
    		margin: 0 !important;
    		margin-bottom: 0px !important;
	}
}
@media only screen and (max-width: 768px) {
	.site-header {
		padding: 10px 0;
	}
	.site-header.fixed {
		position: fixed !important;
	}
	#mainnav {
		display: none !important;
	}  
	.btn-menu {
		display: block !important;
	}
	/*.header-slider {
		height: 600px !important;
	}
	.slide-inner {
		top: 40%;
	}*/
	.btn-menu {
		float: right !important;
		color:#333;
		margin: 15px !important;
	}
	.site-logo {
		float: left;
		width: 15%;
	}
	.site-header {
		background-color: #fff !important;
	}
	#mainnav-mobi {
		top: 70px;
	}
	.header-wrap .col-md-4 {
		text-align: left;
	}
	.header-wrap .col-md-8 {
    		margin: -55px 0;
    		width: 50% !important;
    		float: right;
	}
	.site-header.float-header .header-wrap .col-md-8 {
		margin: -55px 0;
	}
	#menu-item-17 {
		display: none;
	}
	.widget_search input[type="search"] {
		width: 100%;
		padding: 0px 525px 0 15px;
	}
	.reservation .su-tabs-pane {
		background: #fff !important;
		border: 1px solid#eee;
	}

}
@media only screen and (max-width: 736px) {
	.slider-overlay {
		display: none !important;
	}
	.site-header.float-header {
    		padding-top: 5px;
    		padding-bottom: 5px;
	}
	.gallery .ligthbox-wrap img {
    		width: 50%;
	}
	.view {
    		width: 50%;
    		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 414px) {
	.text-slider .maintitle {
		font-size: 32px;
		padding: 0px 0 20px;
	}
	.text-slider .subtitle {
    		font-size: 16px;
	}
	.accomodation .wrap img {
    		width: 50%;
	}
	.gallery .sub-text, .services .sub-text, .accomodation .sub-text, .contact .sub-text {
		width: 100%;
	}
	.site-header {
		background-color: #fff !important;
	}
	.slider-overlay {
		display: none;
	}
	.site-logo {
    		max-height: 100px;
   		width: 25%;
    		float: left;
	}
	.btn-menu {
		float: right !important;
		margin: 15px !important;
		color: #333;
	}
	#mainnav-mobi {
		top: 70px;
	}
	#menu-item-17 {
		display: none;
	}
	.slider-overlay {
		display: none;
	}
	.gallery .ligthbox-wrap img {
    		width: 50%;
	}
	.view {
    		width: 50%;
    		margin-bottom: 0px;
	}
	.about-image {
		width: 100%;
		margin-bottom: 20px;
	}
	.widget_search input[type="search"] {
		width: 100%;
		padding: 0px 190px 0 15px;
	}
}
@media only screen and (max-width: 375px) {
	.gallery .ligthbox-wrap img {
   		width: 100%;
	}
	.project-filter li a {
		padding: 10px;
	}
	.view {
    		width: 100%;
    		margin-bottom: 0px;
	}
	.widget_search input[type="search"] {
		width: 100%;
		padding: 0px 150px 0 15px;
	}
}
@media only screen and (max-width: 360px) {
	.accomodation .wrap img {
    		width: 100%;
	}
	.btn-menu {
   		margin: 25px 15px !important;
	}
}
@media only screen and (max-width: 320px) {
	.btn-menu {
   		margin: 25px 15px !important;
	}
}