




.footer.color-white .widget ul li,
.footer.color-white .widget ul li a {
    color: #fff;
}

.footer.color-white .widget ul li a:hover {
	color: #fd7e21;
}

/* Bottom style 2 */
.bottom.style2 {
	padding: 37px 0 49px;
}

.bottom.style2 .copyright-social-list {
    margin-bottom: 13px;
    padding-right: 5px;
}

.bottom.style2 .copyright-social-list ul li.pinterest a:before {
    top: 3px;
    left: 1px;
    content: "\f0d2";
}

.bottom.style2 .copyright-text {
	letter-spacing: 0.6px;
}

.bottom.color-white .copyright-text {
	color: #fff;
}

.bottom.color-white .copyright-text a:hover {
	color: #fff;
}

.bottom.color-white .copyright-social-list ul li a:before {
    color: #fff;
}

.bottom.color-white .copyright-social-list ul li a:hover:before {
    color: #fd7e21;
}

/* blog
-------------------------------------------------------------- */
.blog article ul.meta-post.top li:first-child {
    padding-left: 0;
}

.blog article ul.meta-post li:first-child {
    padding-left: 27px;
}

.blog .featured-post {
    margin-bottom: 0;
}

.blog .content-post {
	padding: 32px 20px 30px 35px;
	border: 1px solid #f1f1f1;
	background-color: #fcfcfc;
}

.blog article ul.meta-post.top {
    margin-bottom: 17px;
}

.blog .last article ul.meta-post.top {
    margin-bottom: 7px;
}

.blog article ul.meta-post.top li.day > a:last-child {
    color: #fd7e21;
    margin-right: 0;
}

.blog article ul.meta-post {
    margin-bottom: 9px;
}

.blog article ul.meta-post li.day > a {
    margin-right: 15px;
}

.blog .content-post .title-post {
    line-height: 24px;
    margin-bottom: 12px;
}

.blog .entry.excerpt-v1 {
	margin-bottom: 6px;
}

.blog .last .entry.excerpt-v1 {
    margin-bottom: 16px;
}

.blog article {
	margin-bottom: 42px;
}

/* Pagination
-------------------------------------------------------------- */
.blog-pagination {
	padding-right: 9px;
}


.blog-pagination .flat-pagination {
	display: inline-block;
    border-bottom: 1px solid #ebebeb;
}

.blog-pagination .flat-pagination li {
	display: inline-block;
	margin-left: 12.5px;
}

.blog-pagination .flat-pagination li:first-child {
	margin-left: 0;
}

.blog-pagination .flat-pagination li a {
	position: relative;
	padding-bottom: 6px;
    font-size: 14px;
    font-family: "Lora", sans-serif;
    font-weight: 700;
    display: inline-block;
    text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;			
}

.blog-pagination .flat-pagination li a:hover {
	color: #fd7e21;	
}

.blog-pagination .flat-pagination li a:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    content: "";
    width: 0%;
    height: 1px;
    background-color: #fd7e21;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.blog-pagination .flat-pagination li a:hover:after,
.blog-pagination .flat-pagination li.active a:after {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.blog-pagination .flat-pagination li:first-child a:after,
.blog-pagination .flat-pagination li:last-child a:after {
	display: none;
}

.blog-pagination .flat-pagination li.prev a:hover,
.blog-pagination .flat-pagination li.next a:hover {
	color: #fd7e21;
}

.blog-pagination .flat-pagination li.prev i,
.blog-pagination .flat-pagination li.next i {
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.blog-pagination .flat-pagination li.active a {
	color: #fd7e21;
     font-size: 14px;
    font-family: "Lora", sans-serif;
    font-weight: 700;
}

/* Pagination s2
-------------------------------------------------------------- */
.blog-pagination.s2 {
    padding-right: 0;
}

.blog-pagination.s2 .flat-pagination li a {
	font-size: 16px;
}

.blog-pagination.s2 .flat-pagination li.prev i,
.blog-pagination.s2 .flat-pagination li.next i {
	font-size: 16px;
}

.blog-pagination.s2 .flat-pagination li {
    display: inline-block;
    margin-left: 16px;
}

.blog-pagination.s2 .flat-pagination li.dot {
    margin-left: 0px;
    margin-right: -16px;
}

.blog-pagination.s2 .flat-pagination li:first-child {
    margin-left: 0;
    margin-right: 3px;
}

.blog-pagination .flat-pagination {
    border: none;
}

.blog-pagination.s2 .flat-pagination li a:hover:after,
.blog-pagination.s2 .flat-pagination li.active a:after {
	display: none;
}

/* Parallax
-------------------------------------------------------------- */
.parallax {
	width: 100%;
	background-attachment: fixed;
	background-position: 50% 0;
}

.parallax1 { background-image: url(../images/parallax/bg-parallax1.jpg); background-size: cover;}

.parallax2 { background-image: url(../images/parallax/bg-parallax2.jpg); background-size: cover;}

.parallax3 { background-image: url(../images/parallax/bg-parallax3.jpg); background-size: cover;}

.parallax4 { background-image: url(../images/parallax/bg-parallax4.jpg); background-size: cover;}

.parallax5 { background-image: url(../images/parallax/bg-parallax5.jpg); background-size: cover;}

.parallax6 { background-image: url(../images/parallax/bg-parallax6.jpg); background-size: cover;}

.parallax7 { background-image: url(../img/banner/fooder-banner.jpg); background-size: cover;}

.parallax8 { background-image: url(../images/parallax/bg-parallax8.jpg); background-size: cover;}

.parallax9 { background-image: url(../images/parallax/bg-parallax9.jpg); background-size: cover;}

.parallax.overlay-s2 .overlay-parallax {
    background-color: rgba( 0, 0, 0, 100 );
    opacity: 0.3;
}

.parallax.overlay-s3 .overlay-parallax {
    background-color: rgba( 0, 0, 0, 100 );
 	opacity: 0.8;
}

.parallax .overlay-parallax {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* Home
-------------------------------------------------------------- */
.wrap-subscribe-form {
	margin: 0 -15px;
}

.subscribe-form.v2 p {
    float: left;
    padding: 0 15px;
}

.subscribe-form.v2 p.title {
	width: 38%;
    color: #fff;
    font-size: 30px;
    font-family: "Lora", sans-serif;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0.6px;
}

.subscribe-form.v2 p.input {
	width: 39%;
}

.subscribe-form.v2 p.input .mail {
	width: 431px;
    margin-bottom: 0;
    height: 50px;
    margin-top: 4px;
    background: transparent;
    margin-left: 15px;
	border: 1px solid #eaeaea;
	border-left: none;
	padding-left: 0px;
    padding-top: 5px;
}

.subscribe-form.v2 p.input .mail:focus {
	border: 1px solid #fd7e21;
	border-left: none;
}

.subscribe-form.v2 p.input .mail::-webkit-input-placeholder {
	color: #999999;
	opacity: 1;
	font-family: "Alegreya", sans-serif;
	font-size: 17px;
	padding: 3px 1px;
	font-weight: 400;
	letter-spacing: 0.35px;
}

.subscribe-form.v2 p.button {
	width: 23%;
	text-align: right;
}

/* meta date*/
.meta-date .date {
	letter-spacing: 0.6px;
	color: #333333;
	margin-bottom: 25px;
}

.meta-date .date > span {
	color: #fd7e21;
}

.meta-date p.title {
    color: #333333;
    font-size: 30px;
    font-family: "Lora", sans-serif;
    font-weight: 700;
    letter-spacing: 0.6px;
    padding-left: 2px;
    margin-bottom: 20px;
}

.meta-date p.title > span {
	color: #fd7e21;
}

.meta-date .quantity {
	font-size: 22px;
	color: #333333;
	letter-spacing: 0.9px;
	margin-bottom: 31px;

}

.meta-date .quantity span {
	color: #fd7e21;
}

.meta-date .content {
	letter-spacing: 0.37px;
	margin-right: 60px;
	padding-bottom: 43px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 38px;
}

.meta-date .free-food .food {
	margin-bottom: 19px;
}

.meta-date .free-food ul li {
	display: inline-block;	
	margin-left: 72px;
	overflow: hidden;
}

.meta-date .free-food ul li:first-child {
	margin-left: 109px;
}

.meta-date .food-text {
	font-size: 25px;
	font-weight: 700;
	color: #333333;
	padding-left: 75px;
    letter-spacing: 0.8px;
}

/* video-section */
.bond-row {
    padding: 140px 0px;
    position: relative;
}

.video {
    padding-top: 316px;
    padding-bottom: 320px;
}

.video .mbYTP_wrapper.YTPOverlay  {
	opacity: 0 !important;
}

#video-controls {
    text-align: center;
    height: 100%;
}

#video-controls #video-play:before {
    font-size: 25px;
    line-height: 66px;
    padding-left: 10px;
    color: #fd7e21;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.video-icon.fa-play {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 6px solid #fd7e21;
    border-radius: 50%;
    cursor: pointer;
    width: 75px;
    height: 75px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
   	position: fixed !important;
   	right: -35px;
	bottom: 15px;   
   	width: 45px;
   	cursor: pointer;   
    background-color: #fd7e21;
   	height: 45px;
   	line-height: 45px;
   	text-align: center;
   	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;   	
   	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
   	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   	filter: alpha(opacity=0);
	  	opacity: 0;
}

.go-top.show {
	right: 15px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	z-index: 99;
}

.go-top i {
	font-size: 18px;
	color: #fff;
	padding-bottom: 3px;	
}

.go-top:hover {
    background-color: #333;
}

.go-top:hover i {
	color: #fff;
}

/* home 1
-------------------------------------------------------------- */
.header.s1 .mainnav {
    margin-left: -10px;
    margin-top: -3px;
}
.header.s1 #mainnav > ul > li:last-child > a {
    padding: 0 0 0 30px;
}

.show-search.active .fa.fa-search::before {	
	font-family: "FontAwesome";
	content: "\f00d";
}

/*top search*/
.top-search {
    position: absolute;
    right: 0;
    top: 110px;
    width: 320px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.top-search #searchform-all {
    position: relative;
}

.top-search #searchform-all #s {
    width: 100%;
    padding: 0 10px 0 20px;
    opacity: 1;
    height: 55px;
}

.top-search #searchform-all #searchsubmit {
    padding: 3px;
    position: absolute;
    right: 12px;
    top: 17px;
    font-family: "FontAwesome";
    color: #fd7e21;
    background: transparent;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.top-search.show {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    top: 100px;
}

/* home 2
-------------------------------------------------------------- */
.header.s2 {
	background-color: #111111;
}

.header.s2 .mainnav {
    margin-left: -59px;
}

.header.s2 .logo {
    margin-top: 35px;
}

.header.s2 #mainnav > ul > li > a {
	line-height: 100px;
	padding: 0 27px 0 0;
}

.header.s2 #mainnav > ul > li:last-child {
	padding: 0 0 0 35px;
}

.header.s2 #mainnav > ul > li > button.flat-button {
    padding: 15px 26px 12px 29px;
    font-size: 16px;
    margin-bottom: 20px;
}

.page-title.s2 .flat-slides .content h1 {
	text-align: center;
	color: #fff;
	padding-left: 4%;
    letter-spacing: 0.6px;
}

.page-title.s2 {
    position: relative;
    padding: 241px 0 405px;
}

.page-title.s2 .flat-slides .content p {
	text-align: right;
	color: #fff;
	font-size: 25px;
	padding-right: 26.7%;
	padding-bottom: 20px;
}


.page-title.s2 .flex-control-nav_v1 {
    position: absolute;
    right: 2.3%;
    top: 22px;
    width: auto;
}

.page-title.s2 .flex-control-nav_v1 li {
    display: block;
    margin-bottom: 25.4px;
}

.page-title.s2 .flex-control-nav_v1 li a {
    color: #fd7e21;
    cursor: pointer;
    padding: 0 7px;
    padding-bottom: 16px;
    font-size: 16px;
    font-family: "Lora", sans-serif;
    position: relative;
}

.page-title.s2 .flex-control-nav_v1 li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fd7e21;
}

.page-title.s2 .flex-control-nav_v1 li a:hover,
.page-title.s2 .flex-control-nav_v1 .flex-active a {
    color: #fff;
}

.page-title.s2 .flex-control-nav_v1 li:last-child :after {
    display: none;
}

/* From Search */
.flat-search-form {
	padding: 0;
    z-index: 35;
    text-align: center;
}

.wrap-search-form {
	background-image: url(../images/home/bg-sf.jpg);
	background-position: center top;
	padding: 55px 58px 58px 61px;
	margin-top: -190px;

}

.search-form .search-input p {    
    width: 33.33%;
    float: left;
    padding: 0  10px;
}
.search-form .search-input p label,
.search-form .search-input p input[type="text"],
.search-form .search-input p select {    
    width: 100%;
    background-color: transparent;
    text-align: left;    
}

.search-form .search-input p input[type="text"],
.search-form .search-input p select {
	height: 46px;
	margin-bottom: 25px;
}

.search-form .search-input p input[type="text"],
.search-form .search-input p input[type="text"]::placeholder {
    color: #fff;
    padding-left: 11px;    
}

.search-form .search-input p {
	position: relative;
}

.search-form .search-input p.search-form-keywords:before  {
	position: absolute;
	right: 27px;
    top: 50%;
    margin-top: -5px;
	content: "\f002";
	font-family: "FontAwesome";
	cursor: pointer;
	color: #fff;
	font-size: 15px;
}

.search-form .search-input p select {
	-webkit-appearance:none;
  	-moz-appearance:none;
  	appearance:none;
  	color: #fff;
  	padding-left: 22px;
}

.search-form .search-input p.select:before  {
	position: absolute;
	right: 27px;
    top: 50%;
    margin-top: -5px;
	content: "\f0d7";
	font-family: "FontAwesome";
	cursor: pointer;
	color: #fff;
	font-size: 15px;
}

.search-form .search-input p.search-form-date:before {
	position: absolute;
	right: 27px;
    top: 50%;
    margin-top: -5px;
	content: "\f073";
	font-family: "FontAwesome";
	cursor: pointer;
	color: #fff;
	font-size: 15px;
}

.search-form .search-input p label {
	font-size: 22px;
	color: #fd7e21;
	margin-bottom: 15px;
	letter-spacing: 0.7px;
}

.search-form .search-submit {
	padding: 21px 74px 20px 103px;
    margin-top: 25px;
}

.search-form .search-submit:after {
	position: absolute;
	left:  31%;
    top: 20px;
	content: "\f002";
	font-family: "FontAwesome";
	font-size: 18px;
	color: #fff;
}

/* From Search v2 */
.search-form.v2 {
	margin: 0 -5px;
    overflow: hidden;
}

.search-form.v2 .search-input p {
    width: auto;
    float: left;
    padding: 0 5px;
}

.search-form.v2 .search-input p input[type="text"],
.search-form.v2 .search-input p input[type="text"]::placeholder {
    color: #666666;
    padding-left: 7px;
    letter-spacing: -0.4px;
    margin-bottom: 0;
}

.search-form.v2 .search-input p select {
    padding-left: 17px;
    letter-spacing: 0.4px;
    margin-bottom: 0;
}

.search-form.v2 .search-input p.search-form-keywords input {
	width: 330px;
}

.search-form.v2 .search-input p.search-form-keywords:before  {
	position: absolute;
	right: 22px;
    top: 16px;
	color: #666666;
}

.search-form.v2 .search-input p.search-form-date:before {
    position: absolute;
    right: 20px;
    top: 16px;
    color: #666666;
}

.search-form.v2 .search-input p.search-form-date input {
	width: 280px;
}

.search-form.v2 .search-input p.select:before {
    position: absolute;
    right: 21px;
    top: 16px;
    color: #666666;
}

.search-form.v2 .search-input p select {
    color: #666666;
    width: 280px;
    font-size: 14px;
}

.search-form.v2 .search-submit {
    padding: 16px 52px 13px 54px;
    margin-top: 0;
    font-size: 16px;
    margin-left: 8px;
}

.search-form.v2 .search-submit:after {
    display: none;
}

/* From Update */
.wrap-form-update {
	padding: 25px 0 39px 17px;
	border: 1px solid #eaeaea;
}

.update-form .update-form-date {
    width: 29.33%;
    float: left;
    padding: 0 10px;
    position: relative;
}

.update-form .update-form-date label {
    font-size: 15px;
    margin-bottom: 6px;
}

.update-form .update-form-date label,
.update-form .update-form-date input {
    width: 100%;
    background-color: transparent;
    text-align: left;
}

.update-form .update-form-date input {
	height: 46px;
	font-size: 14px;
	font-family: "Lora", sans-serif;
	font-weight: 700;
	letter-spacing: 0.2px;
}

.update-form .update-form-date:before {
    position: absolute;
    right: 21px;
    top: 50%;
    margin-top: -7px;
    content: "\f133";
    font-family: "FontAwesome";
    cursor: pointer;
    color: #666666;
    font-size: 15px;
}

.update-form .update-submit {
    padding: 14px 31px 15px 31px;
    margin-top: 25px;
    font-size: 16px;
    margin-left: 21px;
}

/* From book now */
.flat-form-book-now {
	padding: 0 0 45px 0;
	border: 1px solid #eaeaea;
}

.flat-form-book-now .wrap-content-title {
	padding: 41px 51px 0 30px;
}

.flat-form-book-now .title,
.flat-form-book-now .money {
	display: inline-block;
	margin-bottom: 23px;
}

.flat-form-book-now .title {
	
	color: #333333;
}

.flat-form-book-now .money {
	float: right;
	color: #fd7e21;
}

.flat-form-book-now .money span {
	font-size: 16px;
}

.flat-form-book-now .sub-title {
	padding-right: 70px;
	margin-bottom: 20px;
}

.flat-form-book-now .time {
	font-size: 16px;
	font-family: "Lora", sans-serif;
	color: #333333;
	font-weight: 700;
}

.flat-form-book-now .time span {	
	color: #fd7e21;
}

.flat-form-book-now .wrap-form-book-now {
	padding: 0 32px 0 26px;
}

.book-now-form {
	overflow: hidden;
}

.book-now-form .book-now-input {
	margin: 0 -5px;
	overflow: hidden;
	margin-bottom: 15px;
}

.book-now-form .form-input {
    width: 25%;
    float: left;
    padding: 0 5px;
    position: relative;
}

.book-now-form label,
.book-now-form input,
.book-now-form select {
	width: 100%;
    background-color: transparent;
    text-align: left;
}

.book-now-form input,
.book-now-form select {
	font-size: 14px;
	color: #888888;
	font-family: "Lora", sans-serif;
	font-weight: 700;
}

.book-now-form input {
	padding-left: 10px;
    letter-spacing: 0.5px;
}

.book-now-form select {
	padding-left: 6px;
}

.book-now-form .form-input label,
.book-now-form .book-now-submit p label {
	margin-bottom: 5px;
	letter-spacing: -0.5px;
}

.book-now-form .form-input input {
	height: 46px;
	margin-bottom: 0px;
}

.book-now-form .book-now-submit {
	margin: 0 -5px;
}

.book-now-form .book-now-submit input,
.book-now-form .book-now-submit select {
	height: 46px;
	margin-bottom: 0px;
}

.book-now-form .book-now-submit p {
    float: left;
    padding: 0 5px;
    text-align: left;
}

.book-now-form .book-now-submit p .sum {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    font-family: "Lora", sans-serif;
    color: #333333;
    padding-top: 5px;
}

.book-now-form .book-now-submit p .sum span {
	font-size: 10px;
}

.book-now-form .book-now-submit p.form-input-date {
	width: 190px;
}

.book-now-form .book-now-submit p.form-input-number,
.book-now-form .book-now-submit p.form-input-amout {
	width: 120px;
}

.book-now-form .book-now-submit .book-now-submit {
    padding: 15px 40px 13px;
    margin: 28px 0 0 0;
    font-size: 16px;
}

/* From Review */
.flat-add-review {
	padding: 40px 30px 39px 28px;
	border: 1px solid #eaeaea;
}

.flat-add-review .title {
	color: #333333;
	margin-bottom: 31px;
	letter-spacing: 0.5px;
}

.form-add-review {
	overflow: hidden;
}

.form-add-review .wrap-add-review-input {
	margin: 0 -15px;	
}

.form-add-review .one-half {	
    float: left;
    padding: 0 15px;
    position: relative;
}

.form-add-review .one-half.s1 {
	width: 47.4%;
}

.form-add-review .one-half.s2 {
	width: 52.6%;
}

.form-add-review label,
.form-add-review input,
.form-add-review textarea {
	width: 100%;
	text-align: left;
}

.form-add-review label {
	font-size: 15px;
	margin-bottom: 6px;
}

.form-add-review input {
	height: 45px;
	 margin-bottom: 14px;
}

.form-add-review textarea {
	height: 135px;
}

.your-rating .wrap-star.s2.v1 {
	margin-top: 8px;
}

.your-rating .wrap-star.s2.v1 {
	display: inline-block;
}

.flat-add-review button.flat-button {
    padding: 15px 43px 12px 42px;
    font-size: 16px;
    background: transparent;
    border: none;
    color: #fd7e21;
    border: 1px solid #eaeaea;
    position: relative;
    top: -9px;
    left: 25%;
    letter-spacing: -0.3px;
}

/* From Bill */
.wrap-form-bill p.title,
.sidebar p.title {
	font-size: 30px;
	font-family: "Lora";
	font-weight: 700;
	letter-spacing: 0.6px;
	color: #333333;
	margin-bottom: 37px;
}

.wrap-form-bill .wrap-form-bill-input {
	padding-right:0px;
	margin-bottom: 38px;
}

.form-bill .form-bill-input input {
	width: 100%;
	background-color: transparent;
	height: 47px;
	margin-bottom: 20px;
	padding: 0 15px;
    letter-spacing: -0.5px;

}

.form-bill .form-bill-input.name input {
	margin-bottom: 24px;
}


/* Slide
-------------------------------------------------------------- */
.wrap-header.s1 .tp-bullets {
	position: relative;
}

.wrap-header.s1 .tp-bullets:before {
	position: absolute;
	top: -215px;
	left: 5px;
	content: "";
	width: 1px;
	height: 288%;
	background: #fff;
}

.wrap-header.s1 .tp-bullets:after {
	position: absolute;
	top: 86px;
	left: 5px;
	content: "";
	width: 1px;
	height: 288%;
	background: #fff;
}

.wrap-header.s1 .tp-bullets p:before {
	position: absolute;
	top: -234px;
	left: 0;
	font-family: "FontAwesome";
	content: "\f106";
	color: #fff;
}

.wrap-header.s1 .tp-bullets p:after {
	position: absolute;
	top: 284px;
	left: 0;
	font-family: "FontAwesome";
	content: "\f107";
	color: #fff;
}

.wrap-header.s1 .tp-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.wrap-header.s1 .tp-bullet.selected,
.wrap-header.s1 .tp-bullet:hover {
    background: #fd7e21;
    width: 14px;
    height: 14px;
    margin-left: -2px;
    margin-top: -2px;
}

.wrap-header.s2 {
	position: relative;
}


/* form search Slide */
.wrap-box-search {
	z-index: 99;
	position: absolute;
	text-align: center;
	top: 51.1%;
	left: 50%;
	margin-left: -416px;
	display: inline-block;
}

.wrap-box-search .revtp-searchform .country,
.wrap-box-search .revtp-searchform .city,
.wrap-box-search .revtp-searchform .search-submit {
	float: left;
	height: 70px;
	margin-bottom: 0;
	-webkit-appearance: none;
       -moz-appearance: none;
    	    appearance: none;
}

.wrap-box-search .revtp-searchform .country {
	width: 288px;
	border-radius: 50px 0 0 50px;
	padding: 0 30px;

}

.wrap-box-search .revtp-searchform span {
	position: relative;
	z-index: 99;
}

.wrap-box-search .revtp-searchform span.select:before {
    position: absolute;
    right: 148px;
    top: 23px;
    content: "\f107";
    font-family: "FontAwesome";
    cursor: pointer;
    color: #999999;
    font-size: 15px;
}

.wrap-box-search .revtp-searchform span.select.wrap-city:before {
    position: absolute;
    right: -3px;
    top: 23px;
}

.wrap-box-search .revtp-searchform .city {
	width: 295px;
	padding: 0 28px;
}

.wrap-box-search .revtp-searchform .search-submit {
	width: 250px;
	border-radius: 0 50px 50px 0;
	padding: 21px 72px 20px 105px;
}

.wrap-box-search .revtp-searchform .search-submit:after {
    position: absolute;
    left: 76px;
    top: 27px;
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 18px;
    color: #fff;
}


/* social list Slide */
.slide-social-list {
    z-index: 99;
    /*position: absolute;*/
    /*bottom: 53px;
    right: 359px;*/
    line-height:30px;
    display: inline-block;
}

.slide-social-list ul li {
    display: inline-block;
}

.slide-social-list ul li a {
    padding: 5px;
    margin: 0 10px;
    position: relative;
}

.slide-social-list ul li a:before {
    position: absolute;
    top: 3px;
    left: 3px;
    content: "\f09a";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 21px;
}

.slide-social-list ul li.twitter a:before {
    top: 3px;
    left: -2px;
    content: "\f099";
}

.slide-social-list ul li.vimeo a:before {
    top: 3px;
    left: -1px;
    content: "\f27d";
}

.slide-social-list ul li.instagram a:before {
    top: 3px;
    left: 1px;
    content: "\f16d";
}

.slide-social-list ul li.pinterest a:before {
    top: 3px;
    left: 1px;
    content: "\f0d2";
}

.slide-social-list ul li a:hover:before {
    color: #fd7e21;
}

/*Tour Grid view-more*/
.wrap-view-more {
    text-align: center;
    margin-top: 100px;
}

.wrap-view-more .viewmore {
    padding: 21px 68px 20px 72px;
}

/* Radio */
.wrap-radio {
	padding: 37px 0;
}

.wrap-radio.s3{
	padding: 27px 0;
}

.wrap-radio .radio {
   display: inline-block;
   margin-right: 14px;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio input[type="radio"] + .radio-label:before {
	content: '';
	background: #fdfaf2;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	padding: 7px;
	position: relative;
    top: 3px;
	margin-right: 10px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.radio input[type="radio"]:checked ~ .radio-label:before {
    background-color: #fd7e21;
    box-shadow: inset 0 0 0 3px #fdfaf2;
    border-color: #b4b4b4;
}

.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #b4b4b4;
}

.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.radio label {
	padding-left: 0
}

/* Map */
.gm-map {
    margin: 0 -15px;
}

.map {
	width: 100%;
	height: 218px;
}

/* List Review */
.flat-list-review {
	padding: 46px 39px 49px 36px;
	border: 1px solid #eaeaea;
}

.flat-list-review .list-review .item {
	margin-bottom: 34px;
}

.flat-list-review .list-review .item:last-child {
	margin-bottom: 0;
}

.flat-list-review ul.list-review li .thumb {
    float: left;
    margin-right: 31px;
    position: relative;
    overflow: hidden;
    margin-top: 3px;
}

.flat-list-review ul.list-review li .text h5,
.flat-list-review ul.list-review li .text .date {
	display: inline-block;
}

.flat-list-review ul.list-review li .text h5 {
	letter-spacing: 0.6px;
	margin-bottom: 9px;
}

.flat-list-review ul.list-review li .text {
	overflow: hidden;
}

.flat-list-review ul.list-review li .text .date {
	float: right;
	line-height: 17px;
}

.flat-list-review ul.list-review li .text .wrap-star.s2.v1 {
    margin-bottom: 9px;
}

.flat-list-review ul.list-review li .text .sub-title {
	padding-right: 50px;
}

.flat-list-review button.flat-button {
    padding: 15px 36px 12px 42px;
    font-size: 16px;
    margin-top: 44px;
    background: transparent;
    border: none;
    color: #fd7e21;
    border: 1px solid #eaeaea;
}

.notification > p > span > a {
	color: #fd7e21;
	position: relative;
}

.notification > p > span > a:before {
	width: 100%;
	height: 1px;
	background-color: #fd7e21;
	position: absolute;
	left: 0;
	bottom: 2px;
	content: "";
}

.notification .login {
	padding-left: 8px;
	margin-bottom: 10px;
}

.notification {
	margin-bottom: 77px;
}

.title-thank-you {
	padding: 34px 31px 28px 20px;
	border: 1px solid #eaeaea;
	margin-bottom: 41px;
}

.title-thank-you .left,
.title-thank-you .right {
	display: inline-block;
}

.title-thank-you .right {
	float: right;
}

.title-thank-you .right .print-details-submit {
    padding: 15px 31px 14px 33px;
    font-size: 16px;
}

.title-thank-you h4 {
	letter-spacing: 0.4px;
	color: #333333;
	margin-bottom: 5px;
}

.wrap-traveler-information {
	padding: 45px 0 7px 40px;
	border: 1px solid #eaeaea;
	overflow: hidden;
}

.wrap-traveler-information h4 {
	color: #333333;
	margin-bottom: 46px;
	letter-spacing: 0.5px;
}

.wrap-traveler-information .left {
	width: 40%;
	float: left;
}

.wrap-traveler-information .right {
	width: 60%;
	float: left;
	padding-left: 47px;
}

.wrap-traveler-information .info1 {
	color: #333333;
	font-size: 14px;
	font-weight: 700;
	font-family: "Lora", sans-serif;
	margin-bottom: 26px;
}

.wrap-traveler-information .info2 {
	letter-spacing: -0.1px;
    margin-bottom: 26px;
}

/* Destination Single Details */
.wrap-destination-detail {
	margin-top: 4px;
}

.box-trip-review {
	margin-bottom: 30px;
}
.box-trip-review .content-trip {
	padding: 25px 28px;
	border: 1px solid #eaeaea;
}

.box-trip-review .content-trip .title {
	color: #333333;
	letter-spacing: 0.5px;
}

.box-trip-review .content-trip .sub-title {
	letter-spacing: 0;
	margin-bottom: 6px;
	position: relative;
}

.box-trip-review .content-trip .sub-title:before {
	position: absolute;
	right: 1px;
    top: -5px;
	content: "\f045";
	font-family: "FontAwesome";
	color: #999999;
	font-size: 15px;
	cursor: pointer;
}

.box-filter-search {
	padding: 49px 34px 37px;
	border: 1px solid #eaeaea;
}

.box-filter-search .filter-search-input {
	margin: 0 -5px;
	overflow: hidden;
}

.filter-search-form .filter-search-input .search-input {
    width: 33.33%;
    float: left;
    padding: 0 5px;
    position: relative;
}

.filter-search-form input,
.filter-search-form select {
	width: 100%;
	height: 46px;
	letter-spacing: -0.5px;	   
}

.filter-search-form .search-input input {
	padding: 0 9px;    
}

.filter-search-form .search-input select,
.filter-search-form .search-filter-input select {
	padding: 0 10px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.filter-search-form .search-input:before {
    position: absolute;
    right: 25px;
    margin-top: 11px;
    content: "\f002";
    font-family: "FontAwesome";
    cursor: pointer;
    color: #999999;
    font-size: 15px;
}

.filter-search-form .search-input.search-form-date:before {
    position: absolute;
    right: 15px;
    margin-top: 11px;
    content: "\f073";
}

.filter-search-form .search-input.select:before,
.filter-search-form .select.search-filter-input:before {
    position: absolute;
    right: 15px;
    margin-top: 11px;
    content: "\f0d7";
    font-family: "FontAwesome";
    cursor: pointer;
    color: #999999;
    font-size: 15px;
}

.filter-search-form .filter-search .search-filter-input {   
    float: left;
    padding: 0 10px;
    position: relative;
}

.filter-search-form .filter-search .select {
	width: 51%;
}

.filter-search-form .filter-search .price {
	width: 49%;
}

.box-filter-search .filter-search {
	margin: 0 -10px;
	overflow: hidden;
}

/*.slider-range*/

.filter-search-form .filter-search .price-slider {
    width: 100%;
    overflow: visible;
    height: 6px;
    position: relative;
    border-radius: 0;
    background: #dddddd;
    border: none;
    margin-top: 11px;
}

.ui-slider .ui-slider-handle {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: 2px solid #fd7e21;
	border-radius: 50%;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #aaaaaa;
    color: #333333;
    font-weight: bold;
}

.ui-slider-horizontal .ui-slider-handle {
    top: 50%;
    margin-top: -6px;
}

.filter-search-form .filter-search .amount {
	text-align: center;
	 margin-top: 9px;
}

.filter-search-form .filter-search .amount input {	
    padding: 0;
    margin-bottom: 0;    
    background: transparent;
    display: inline-block;
    height: auto;
    width: 24%;
    border: none;    
}

.filter-search-form .filter-search .amount label,
.filter-search-form .filter-search .amount input {
	font-size: 14px;
	color: #888888;
}

.filter-search-form .form-filter-search-submit {
	text-align: center;
	margin-top: 10px;
}

.filter-search-form .filter-search-submit {
    padding: 21px 74px 20px 103px;
}

.filter-search-form .filter-search-submit:after {
    position: absolute;
    left: 74px;
    top: 20px;
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 18px;
    color: #fff;
}

.wrap-title h4 {
	color: #333333;
	letter-spacing: 0.5px;
}

.wrap-title {
	padding: 50px 0 37px;
}

.box-map {
	overflow: hidden;
}

.box-map .info-map {
	padding: 36px 0 7px 43px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    width: 46%;
    float: left;
}

.box-map .info-map .left,
.box-map .info-map .right {
	width: 50%;
	float: left;
}

.box-map .info-map .right {
	padding-left: 22px;
}

.box-map .info-map .left p,
.box-map .info-map .right p {
	margin-bottom: 26px;
}

.box-map .gm-map-v2 {
	width: 54%;
	float: left;	
}

.box-map .gm-map-v2 .map-v2 {
	width: 100%;
    height: 295px;
}

.wrap-title.s2 {
    padding: 50px 0 21px;
}

.wrap-title.s3 {
    padding: 41px 0 37px;
}

.wrap-imagebox {
	margin: 0 -15px;
}

.wrap-imagebox .wrap-item-imagebox {
	width: 33.33%;
	float: left;
	padding: 0 15px;
}

.flat-imagebox.style2.v3 .imagebox .box-image {
    margin-bottom: 21px;
    position: relative;
    overflow: hidden;
}

.flat-imagebox.style2.v3 .imagebox .box-content h4 {
    font-size: 20px;
    padding-top: 3px;
}

/* Page Error
-----------------------------------------------------------*/
.page-error .wrap-error {
    text-align: center;
}

.wrap-error .img-error {
    margin-bottom: 68px;
}

.wrap-error .title-error {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    font-family: "Lora";
    letter-spacing: 0.8px;
    margin-bottom: 17px;
    padding-left: 3px;
}

.wrap-error .sub-error {
    color: #333;
    letter-spacing: 0.34px;
    margin-bottom: 29px;
    padding-left: 3px;
}

.wrap-error .search-input {
    position: relative;
    width: 32%;
    margin: 0 auto;
}

.wrap-error .search-input::after {
    position: absolute;
    right: 17px;
    top: 11px;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 15px;
}

.wrap-error .search-input input#search {
    border-radius: 20px;
    width: 358px;
    height: 44px;
    font-size: 16px;
    font-weight: 700;
    color: #666666;
    font-family: "Lora";
    padding: 1px 0px 0px 18px;
    letter-spacing: 0.4px;
}

.wrap-error .link-back {
    padding-left: 3px;
}

.wrap-error .link-back a {
    position: relative;
    color: #333;
    letter-spacing: 0.3px;
    padding-left: 32px;
}

.wrap-error .link-back a:hover {
    color: #fd7e21;
}

.wrap-error .link-back a::before {
    position: absolute;
    left: 0;
    top: -1px;
    content: "\f122";
    font-family: 'FontAwesome';
    color: #fd7e21;
    font-size: 17px;
}
 
/* dividers */
.dividers {
	width: 100%;
	height: 50px;
}

.dividers.dividers-blog-pagination {
	height: 63px;
}

.dividers.dividers-blog-pagination-s2 {
	height: 35px;
}

.dividers.dividers-imagebox {
	height: 44px;
}

.dividers.dividers-imagebox.s2 {
	height: 33px;
}

.dividers.dividers-imagebox.s2.v2 {
	height: 40px;
}

.dividers.dividers-imagebox.s3 {
	height: 42px;
}

.dividers.dividers-galerry {
	height: 23px;
	display: inline-block;
}

.dividers.dividers-title-section {
	height: 127px;
}

.dividers.dividers-title-section.s2 {
	height: 129px;
}

.dividers.dividers-title-section.s3 {
	height: 13px;
}

.dividers.dividers-team {
	height: 5px;
}

.dividers.dividers-tour-grid {
	height: 40px;
}

.dividers.dividers-tour-grid-s2 {
	height: 30px;
}

.dividers.dividers-border-bottom {
	height: 45px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 25px;
}

.dividers.dividers-imagebox.s2.v3 {
    height: 43px;
}

/* border */
.border {
	width: 100%;
	background:#eaeaea; 
}

.border.blog1px {
	height: 1px; 
}

.border.border1px {
	height: 1px; 
}

.border.border-footer {
	background:#eeeeee;
	height: 1px; 
}

.border.blog1px-dividers {
	height: 1px;
	margin: 43px 0 46px; 
}

.pdtitle-section {
	padding: 232px 0 164px;
}

.flat-row.pdtitle-section.v1 {
	padding: 141px 0 159px;
}

.flat-row.pdtitle-section.v2 {
	padding: 141px 0 159px;
}

.flat-row.pdtitle-section.v3 {
	padding: 140px 0 140px;
}

.flat-row.pdtitle-section.v4 {
	padding: 126px 0 139px;
}

.flat-row.pdtitle-section.v5 {
    padding: 139px 0 139px;
}

.flat-row.pd-slider-inconbox {
	padding: 142px 0 147px;
}

.flat-row.pd-iconbox {
	padding: 122px 0 132px;
}

.flat-row.pd-imagebox {
	padding: 141px 0 137px;
}

.flat-row.pd-imagebox.v1 {
	padding: 141px 0 137px;
}

.flat-row.pd-imagebox.v2 {
	padding: 141px 0 136px;
}

.flat-row.pd-imagebox.v3 {
    padding: 139px 0 137px;
}

.flat-row.pd-imagebox.v4 {
    padding: 139px 0 140px;
}

.flat-row.pd-imagebox.v5 {
    padding: 139px 0 101px;
}

.flat-row.pd-imagebox.v6 {
    padding: 139px 0;
}

.flat-row.pd-slider-testimonials {
	padding: 251px 0 252px;
}

.flat-row.pd-galerry {
	padding: 141px 0 140px;
}

.flat-row.pd-team {
	padding: 142px 0 132px;
}

.flat-row.pd-postblog {
	padding: 142px 0 143px;
}

.flat-row.pd-postblog.v1 {
	padding: 140px 0 ;
}

.flat-row.pd-search-form {
	padding: 0 ;
}

.flat-row.pd-check-out {
	padding: 124px 0 93px;
}

.flat-row.pd-thank-you {
	padding: 130px 0 92px;
}

.flat-row.pd-destination-details {
    padding: 135px 0 132px;
}

.flat-row.pdtitle-section.v11 {
    padding: 132px 0 136px;
}

.flat-row.pdtitle-section.v12 {
    padding: 150px 0 146px;
}

.flat-row.pdtitle-section.v13 {
    padding: 119px 0 119px;
}

.flat-row.pdtitle-section.v14 {
    padding: 130px 0 140px;
}

.flat-row.pd-imageboxv15 {
    padding: 141px 0 132px;
}

.flat-row.pdtitle-section.v16 {
    padding: 122px 0 139px;
}

.flat-row.pd-imagebox.v17 {
    padding: 140px 0 134px;
}

.flat-row.pd-team11 {
    padding: 140px 0px;
}

.parallax11 {
    background-repeat: no-repeat ;
}
 
.dividers.v11 {
    height: 157px;
}

.dividers.v12pdl-70 {
    padding-left: 70px;
}

.dividers.v13h40{
    height: 40px;
}

.dividers.v14pdtl-95 {
    padding-top: 17px;
    padding-left: 95px;
}

.dividers.v15 {
    height: 128px;
}

.dividers.dividers-des-pagination {
    height: 69px;
}

/* Section Flex-thumbnail*/

.title-section.style11 {
    margin-bottom: 61px;
}

.title-section.style11 .sub-title p.italic {
    font-style: italic;
    letter-spacing: 0.6px;
    margin-bottom: 29px;
    font-size: 20px;
    line-height: 24px;
}

.title-section.style11 .sub-title p.italic {
    color: #333;
    margin-bottom: 28px;
    letter-spacing: 0.4px;
}

.title-section.style11 .sub-title {
    padding-left: 1px;
    margin-bottom: 37px;
}

.title-section.style11 .title {
    margin-bottom: 14px;
}

.title-section.style11 .sub-title p {
    letter-spacing: 0.35px;
}

.title-section.style11 button.flat-button {
    padding: 21px 43px 19px 45px;
    margin-left: 1px;
}

/* Title-img*/

.position-img {
    position: relative;
}

.title-adventures {
    position: absolute;
    left: -64.1%;
    top: 67.9%;
}

.flex-thumbnail-about {
    position: relative;
}

.flex-thumbnail-about::before {
    position: absolute;
    left: -70%;
    top: -1px;
    content: "";
    width: 170%;
    height: 1px;
    z-index: 1;
    background-color: #fd7e21;
}

.flat-adventures .flexslider {
    background: #f8f8f8;
    margin: 0;
}

.flex-control-nav.flex-control-thumbs {
	position: absolute;
	right: -105.4%;
	bottom: 0;
	width: auto;
}

.flex-control-nav.flex-control-thumbs li {
    position: relative;
}

.flex-control-nav.flex-control-thumbs li:last-child:before {
    position: absolute;
    left: 1px;
    top: 41px;
    content: "+15";
    width: 100%;
    font-size: 22px;
    color: #fd7e21;
    height: 100%;
    text-align: center;
}


.flat-adventures .flex-direction-nav {
    display: none;
}

.title-adventures .title-img {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    color: #fff;
    font-family: "Lora";
    letter-spacing: 0.92px;
    margin-bottom: 7px;
}

.title-adventures .sub-title {
    color: #fff;
    letter-spacing: 0.35px;
    text-align: right;
}

.title-adventures .sub-title span{
    color: #fd7e21;
    letter-spacing: 0.5px;
}

/* Icon-box Style 11 */
.iconbox.style11 .box-content .box-title {
    margin-bottom: 23px; 
}

.iconbox.style11 .box-icon {
    margin-bottom: 19px;
}

.iconbox.style11 .box-icon.style2 img {
    margin-top: -8px;
}

.iconbox.style11 .box-content p {
    padding-left: 0px;
    font-size: 17px;
    line-height: 24px;
    font-family: 'Alegreya';
    color: #fff;
    letter-spacing: 0.5px;
}

/* Page Error
-----------------------------------------------------------*/
.page-error .wrap-error {
    text-align: center;
}

.wrap-error .img-error {
    margin-bottom: 68px;
}

.wrap-error .title-error {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    font-family: "Lora";
    letter-spacing: 0.8px;
    margin-bottom: 17px;
    padding-left: 3px;
}

.wrap-error .sub-error {
    color: #333;
    letter-spacing: 0.34px;
    margin-bottom: 29px;
    padding-left: 3px;
}

.wrap-error .search-input {
    position: relative;
    width: 32%;
    margin: 0 auto;
}

.wrap-error .search-input::after {
    position: absolute;
    right: 17px;
    top: 11px;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 15px;
}

.wrap-error .search-input input#search {
    border-radius: 20px;
    width: 358px;
    height: 44px;
    font-size: 16px;
    font-weight: 700;
    color: #666666;
    font-family: "Lora";
    padding: 1px 0px 0px 18px;
    letter-spacing: 0.4px;
}

.wrap-error .link-back {
    padding-left: 3px;
}

.wrap-error .link-back a {
    position: relative;
    color: #333;
    letter-spacing: 0.3px;
    padding-left: 32px;
}

.wrap-error .link-back a:hover {
    color: #fd7e21;
}

.wrap-error .link-back a::before {
    position: absolute;
    left: 0;
    top: -1px;
    content: "\f122";
    font-family: 'FontAwesome';
    color: #fd7e21;
    font-size: 17px;
}

/* Page Login
-----------------------------------------------------------*/
.login-form {
    width: 470px;
    margin: 0 auto;
    text-align: center;
}

.title-section.style12 {
    margin-bottom: 46px;
}

.title-section.style12 .title {
    margin-bottom: 0px;
    letter-spacing: 1.5px;
    line-height: 46px;
}

.title-section.style12 .sub-title p {
    letter-spacing: 0.85px;
}

.wrap-login-register {
    margin-bottom: 49px;
}

.wrap-login-register .wrap-input {
    margin-bottom: 1px;
}

.wrap-login-register .wrap-input input {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.8px;
    height: 46px!important;
    background-color: transparent!important;
    padding: 2px 0px 0px 15px;
    margin-bottom: 15px;
}

.wrap-login-register .wrap-security {
    overflow: hidden;
    margin-bottom: 33px;
}

.wrap-login-register .wrap-security .security,
.other-account .flat-account {
    position: relative;
    font-size: 14px;
    color: #666;
    letter-spacing: 0.65px;
}

.wrap-login-register .wrap-security .security:hover {
    color: #fd7e21;
}

.wrap-login-register .wrap-security .security.remember {
    float: left;
    padding-left: 24px;
    margin: 2px 0px 0px 1px ;
    
}

.wrap-login-register .wrap-security .security.remember::before {
    position: absolute;
    left: 0;
    top: -2px;
    content: "\f058";
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #fd7e21;
}

.wrap-login-register .wrap-security .security.forgot {
    float: right;
}

.wrap-login-register p.form-submit {
    margin-bottom: 13px;
}

.wrap-login-register .form-submit button.login-submit {
    padding: 19px 71px 23px 72px;
}

.wrap-login-register .not-account p {
    font-size: 15px;
    color: #666;
    letter-spacing: 0.75px;
    padding-left: 2px;
}

.wrap-login-register .not-account p a {
    color: #fd7e21;
}

.wrap-login-register .not-account p a:hover {
    color: #666;
}

.other-account {
    position: relative;
    padding-top: 58px;
    border-top: 1px solid #eaeaea;
}

.other-account::before {
    position: absolute;
    left: 46.2%;
    top: -7.5%;
    content: "Or";
    width: 35px;
    height: 35px;
    background: #FFF;
    text-align: center;
    font-family: "Lora";
    font-size: 14px;
    border-radius: 50%;
    line-height: 35px;
    font-weight: 700;
    color: #666;
    border: 1px solid #eaeaea;
}

.other-account .flat-account {
    font-weight: 700;
    font-family: "Lora";
    display: block;
    border: 1px solid #3b5998;
    margin-bottom: 20px;
    height: 46px;
    line-height: 46px;
    padding-left: 23px;
    letter-spacing: 0.8px;
}

.other-account .flat-account:hover {
    background-color: #3b5998;
    color: #fff;
}

.other-account .flat-account::before {
    position: absolute;
    left: 32.6%;
    top: 0;
    content: "\f09a";
    font-family: 'FontAwesome';
    font-weight: 300;
}

.other-account .flat-account.acc-twiter {
    border-color: #55acee;
}

.other-account .flat-account.acc-twiter:hover {
    background-color: #55acee;
    color: #fff;
}

.other-account .flat-account.acc-twiter:before {
    content: "\f099";
    left: 33.8%;
}

.other-account .flat-account.acc-google {
    border-color: #dd4b39;
    padding-left: 30px;
}

.other-account .flat-account.acc-google:hover {
    background-color: #dd4b39;
    color: #fff;
}

.other-account .flat-account.acc-google::before {
    content: "\f0d5";
    left: 33.3%;
}

/* Page register
-----------------------------------------------------------*/
.wrap-register.wrap-login-register .wrap-input input {
    padding: 2px 0px 0px 14px;
    letter-spacing: 0.75px;
}

.wrap-register.wrap-login-register .wrap-input input#email {
    margin-bottom: 20px;
}

.wrap-register.wrap-login-register .wrap-input input#confirmpassword {
    margin-bottom: 5px;
}

.wrap-register.wrap-login-register .wrap-security .security.remember {
    letter-spacing: 0.7px;
}

.wrap-register.wrap-login-register .wrap-security {
    margin-bottom: 35px;
}

.wrap-register.wrap-login-register .form-submit button.register-submit {
    padding: 19px 59px 23px 59px;
}

/* Page Contact Us
-----------------------------------------------------------*/
.flat-map {
    height: 368px;
    margin-bottom: 45px;
}

.wrap-contact-title .flat-title {
    margin-bottom: 35px;
}

.wrap-contact-title .flat-title .title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    font-family: "Lora";
    letter-spacing: 0.5px;
    margin-bottom: 22px;
}

.wrap-contact-title .flat-title .sub-title {
    color: #333;
    letter-spacing: 0.35px;
}

.contact-form .wrap-input p.contact-input {
    width: 48%;
    float: left;
    margin: 0 2.68% 0 0;
}

.contact-form .wrap-input p.contact-input:nth-child(2n) {
    margin: 0;
}

.contact-form .wrap-input input {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.4px;
    height: 45px!important;
    background-color: transparent!important;
    padding: 3px 0px 0px 10px;
    margin-bottom: 20px;
}

.contact-form .contact-form-contact textarea {
    background-color: transparent!important;
    width: 98.58%;
    padding: 12px 10px;
    letter-spacing: 0.4px;
    font-size: 14px;
    height: 115px;
}

.contact-form p.contact-form-contact {
    margin-bottom: 23px;
}

.contact-form p.form-submit {
    text-align: center;
}

.contact-form p.form-submit button.contact-submit {
    padding: 21px 97px 20px 97px;
    margin-left: -8px;
}

/*.................*/
.wrap-contact-us.wrap-contact-title .flat-title {
    margin-bottom: 29px;
}

.wrap-contact-us .widget .footer-info li {
    position: relative;
    padding: 0 0 7px 34px;
    margin-bottom: 19px;
    color: #333333;
    letter-spacing: 0.5px;
}

.wrap-contact-us .widget .footer-info li:last-child {
    margin-bottom: 26px;
}

.wrap-contact-us .widget .footer-info li:before {
    content: "\f041";
    font-family: "FontAwesome";
    color: #333333;
    position: absolute;
    left: 6px;
    top: 1px;
    font-size: 15px;
}

.wrap-contact-us .widget .footer-info li.address:before {
    font-size: 19px;
}

.wrap-contact-us .widget .footer-info li.phone {
    margin-bottom: 21px;
}









.clear-loading {
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.loading-effect-2 {
	width: 100px;
	height: 100px;
}

.loading-effect-2 > span,
.loading-effect-2 > span:before,
.loading-effect-2 > span:after {
	content: "";
	display: block;
	border-radius: 50%;
	border: 2px solid #fd7e21;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		 -o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.loading-effect-2 > span {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-left-color: transparent;
	-webkit-animation: effect-2 2s infinite linear;
	   -moz-animation: effect-2 2s infinite linear;
	    -ms-animation: effect-2 2s infinite linear;
	     -o-animation: effect-2 2s infinite linear;
	        animation: effect-2 2s infinite linear;
}

.loading-effect-2 > span:before {
	width: 75%;
	height: 75%;
	border-right-color: transparent;
}

.loading-effect-2 > span:after {
	width: 50%;
	height: 50%;
	border-bottom-color: transparent;
}

@-webkit-keyframes effect-2 {
	from {
		-webkit-transform: rotate(0deg);
		   -moz-transform: rotate(0deg);
		    -ms-transform: rotate(0deg);
		     -o-transform: rotate(0deg);
		        transform: rotate(0deg);
	}	to {
		-webkit-transform: rotate(360deg);
		   -moz-transform: rotate(360deg);
		    -ms-transform: rotate(360deg);
			 -o-transform: rotate(360deg);
				transform: rotate(360deg);
	}
}

@keyframes effect-2 {
  from {
		-webkit-transform: rotate(0deg);
		   -moz-transform: rotate(0deg);
		    -ms-transform: rotate(0deg);
		     -o-transform: rotate(0deg);
				transform: rotate(0deg);
	}	to {
		-webkit-transform: rotate(360deg);
		   -moz-transform: rotate(360deg);
		    -ms-transform: rotate(360deg);
	       	 -o-transform: rotate(360deg);
				transform: rotate(360deg);
	}
}
.About{
    margin-top:5%;
}
.about{
    background:url(../img/about/about-banner.jpg);
}
.gallery {
    display: inline-block;
    margin-top: 20px;
}
.contact-form, .contact-add-box {
    background-color: #EFEFEF;
    margin-bottom: 30px;
    padding: 30px;
}

.contact-section h4 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
}

.form-control {
    height: 45px;
    border: 1px solid #242424;
    border-radius: 0px;
    font-size: 16px;
    color: #242424;
    padding: 0 10px 0 20px;
}

.contact-form textarea.form-control {
    height: 140px;
    resize: inherit;
    border-radius: 0px;
}

.comment-box {
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    text-transform: capitalize;
}

.contact-btn {
    border: 2px solid transparent;
    background-color: #fd7e21;
    color: #fff;
    margin-top: 10px;
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    outline: none;
}

    .contact-btn:hover {
        border: 2px solid #242424;
        background: green;
    }

/* Contact Add Box  */
.address-details {
    margin-top: 29px;
    margin-bottom: 45px;
}

.contact-add-box ul {
    list-style: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 37px;
}

.contact-add-box i {
    color: #fd7e21;
    padding-right: 10px;
    font-size: 18px;
}

/* Social Icons */
.social-icons {
    margin: 48px 0px 48px 0px;
}

    .social-icons i {
        margin-right: 10px;
        padding: 0px;
        font-size: 35px;
        color: #fd7e21;
    }

    .social-icons li {
        margin: 0px;
        padding: 0;
        display: inline-block;
    }

#social-fb:hover {
    color: #3B5998;
    transition: all .001s;
}

#social-tw:hover {
    color: #4099FF;
    transition: all .001s;
}

#social-gp:hover {
    color: #d34836;
    transition: all .001s;
}

#social-em:hover {
    color: #f39c12;
    transition: all .001s;
}

.contact{
    background:url(../img/banner/contact-us-banner.jpg);
    background-size:100% 100%;
}
.form {
    width: 100%;
    border-bottom: 1px solid #fd5b14 !important;
}
    .form:hover {
        box-shadow: 0px 2px 6px 0px #f1680087;
    }
.message {
    border-bottom: 1px solid #fd5b14 !important;
}.inquiry-bg {
    background-color: none !important;
}
.inquiry-1 {
    background: hsla(0, 0%, 0%, 0.18);
    padding: 20px;
}
.inquiry-1:hover{
    box-shadow: 0px 2px 8px 1px #00000052;
    transition:all 0.9s;
}










 

			.durpack-2 .vstbg{position:relative;  background:none;}
		  .durpack-2 .vstbg a h4{font-family:MuseoSans_500-webfont; font-size:15px; min-height:45px; line-height:22px; color:#000; }
		  .durpack-2 .vstbg span{color:#000;}
		  .durpack-2 .holi-content{padding-top:0px;}
		  
		  .durpack-2  .holi-content h5{display:none;}
		  .durpack-2 .vstbg{padding:5px 15px 5px 15px;}
		  .durpack-2 .item-tod p{   font: 11.4px/19px MuseoSans_500-webfont;
    letter-spacing: 0.1px;
    color: rgb(4, 103, 154);
    display: block;
    padding-top: 0;
	min-height:auto;
    margin: 5px 0 15px;
    font-weight: ;
    border-bottom: dotted 1px #ccc;
	padding-bottom:8px;
    width: 100%;}
	.durpack-2 .vstbg {min-height:auto!important; padding-bottom:0px;}
	.durpack-2 .holi{background:#f9f9f9;} 
	.durpack-2 .item-tod a{    
	font-family:ProximaNova-Reg;
	    background:#f9f9f9 url(images/bg-tod-red.png) no-repeat scroll right 6px!important;
    color: #ae1819!important;
    padding: 0px 20px 0px 20px;
    border: none!important;

    font-weight: 600;
    font-style: italic;}
	
		  .durpack-2 .item-tod .speach-text{    font: 12px/21px MuseoSans_500-webfont;
    color: rgb(145, 145, 145);
    padding-bottom: 12px;}

.create-app-todo input[type="text"] {

	border: none;
	padding: 12px;
	color: #000;
	background: #fff url(images/search-icon.png) no-repeat 6px 10px;
    width: 280px;
    padding-left: 35px;
    height: 47px;
    display: inline-table;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    outline: none;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}
.trvelogy-button{text-align:center;}
.destination-form .travelogy-submit small {

    height: 55px;
    width: 91px;
    font-size: 11px;
    line-height: 17px;
    font-weight: normal!important;
    float: left;
	margin-left:8px;
    display: block;
    padding-top:10px;
}
.destination-form .people-left {
	width: 47%;
	display: inline-block
}
.travelogy-arrivale{width:93%;}
.destination-form .people-right {
	width: 49%;
	display: inline-block
}
.contact-header {
    float: right;
    width: 235px;
    padding:0px 0 0px 0;
    display: table;
}
.contact-header span {
	color:rgb(204, 0, 51);
	display: inline-block;
	font-size: 12px;
	margin: 0 0 0 20px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: top
}

.contact-header span.email{}
.contact-header span.email img{    
	float: left;
    padding-right: 8px;
    margin-top: 2px;
    width: 25px;
}
.contact-header span.email .link{color:#07253F; font-size:14px; text-transform:lowercase; margin-top:0px; padding-top:0px; margin-left:0px;}
.contact-header span.cont{}
.contact-header span.cont img{    
    float: left;
    padding-right: 8px;
    margin-top: 0px;
    width: 27px;
}
.contact-header span.cont .mob{color:#07253F; font-size:14px; text-transform:lowercase; margin-top:0px; padding-top:0px; margin-left:0px;}
.contact-header span img {
	clear: both;
	display: block
}
.contact-header span:nth-child(2), .contact-header span:nth-child(3) {
	padding-top: 10px
}
section.main-navigation {
	background:#fbbc05;
	padding:0;
	position:relative;
	z-index:100;
	box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.25);

}
.dropdown-header {
	padding: 10px 0 0!important
}












