	a{
		/*color:#a5732a;*/
		}

	a:hover {
		/*color:#dab074;*/
		}

	.btn-common {
		font-size: 14px;
		color: #797979;
		border: 1px solid #d1df41;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		padding: 10px 25px;
		background-color: #fff;
		}

	#action .col-sm-5{
		position: absolute;
		top: 0;
		height: 100%;
		right: 0;
		}

	.btn-common:hover, 
	.btn-common:focus{
		outline: none;
		background-color: #000;
		/*background: none;*/
		box-shadow: none;
		color: #d1df41;
		border-color:#d1df41;
		}


/*************************
*******Header******
**************************/

.social-icons ul li a:hover,
.social-icons ul li a:focus{
	color:#dbb075;
	background: none;
	}

#header .navbar {
	background: #fff;
	border: 0;
	margin-bottom: 0;
	}
#header .navbar-toggle{
	margin-top: 20px;
	}
#header .navbar-brand{
	padding: 0;
	margin-left: 0;
	}
#header .navbar-brand h1{
	padding: 0;
	margin: 0;
	margin-top: -20px;
	}

@media only screen and (min-width: 692px){
	#header .navbar-nav.navbar-right >li:last-child{
		margin-right: 20px;
		}
}
#header .navbar-nav.navbar-right >li a {
	color: #000;
	font-size: 12px;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 300;
	}

#header .navbar-inverse .navbar-nav	li.active > a,	
#header .navbar-inverse .navbar-nav	li.active > a:focus, 
#header .navbar-nav.navbar-right li > a:hover,
.navbar-inverse .navbar-nav > .open > a {
	background-color: inherit;
	border: 0;
	color: #d29948;
}

#header .navbar-inverse .navbar-nav	li a:hover{
	color: #d29948;
}


/*Dropdown menu*/

ul.sub-menu {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
}

#header .navbar-nav{
	border-color: #dbb075;
}
#header .navbar-nav li:nth-of-type(n+2){
	border-top-color: #dbb075;
}

#header .navbar-nav li ul.sub-menu li a {
	color: #818285;
	padding: 5px 0;
	font-size: 13px;
	display: block;
	text-transform: capitalize;
}

#header .navbar-nav li ul.sub-menu li .active{
	background: #fef7ee;
	color: #d29948;
	position: relative;
}

#header .navbar-nav li ul.sub-menu li .active i{
	position: absolute;
	font-size: 56px;
	top: -13px;
	color: #dab074;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-right{
	left: -3px;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-left{
	right: -3px;
}

#header .navbar-nav li ul.sub-menu li a:hover,
#header .navbar-nav li ul.sub-menu li a:focus{
	background: #fef7ee;
	color: #d29948;
}

.fa-angle-down{
	padding-left: 5px; 
}

.scaleIn {
	-webkit-animation-name: scaleIn;
	animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

/*************************
*******video-wrapper******
**************************/

.fluid-width-video-wrapper{
	width:100%;
	position:relative;
	padding:0;
	}
.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}

#_RASdivShopListFilter{
	display: inline-block;
}

#_RASdivShopListFilter{
	margin-left: 5px;
}

#_RASdivShopListSortSelector{
	position: relative;
	margin:0;
	display:inline-block;
	transition: 300ms;
}

#_RASdivShopListSortSelector:hover{
	color: #00aeef;
}

#_RASdivShopListSortSelector ul{
	min-width: 100px;
}

#_RASdivShopListSortSelector span,
#_RASdivShopListSortSelector ul{
	position: relative;
	cursor: pointer;
}

#_RASdivShopListSortSelector ul{
	padding:10px 0;
	display:none;
	z-index: 999;
	background: #fff;
	color: #555;
}

#_RASdivShopListSortSelector li{
	padding: 0 10px;
	transition: 300ms;
}

#_RASdivShopListSortSelector:hover ul,
#_RASdivShopListSortSelector ul:hover{
	display:block;
	position:absolute;
	border: 1px solid #aaa;
}

#_RASdivShopListSortSelector li:hover{
	color: #000;
	background: #ddd;
}

/*************************
*******Footer******
**************************/

#footer {
	padding-bottom: 75px;
	background-image: url(../images/_home/footer.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: contain;
}

#footer h1{
	margin-bottom: 65px;
	margin-top: 36px;
}

#footer .bottom-separator {
	margin-bottom: 60px;
}

#message {
	height: 110px;
	resize: none;
}

.bottom > h2 {
	margin-top: 0;
	margin-bottom: 26px;
}

.bottom .media-body h3 {
	margin-top: 0;
	padding-left: 25px;
}

.bottom .media-body h3 a{
	color: #d99c4e;
}

.testimonial .media{
	margin-top: 0;
	margin-bottom: 25px;
}

.testimonial .media>.pull-left{
	margin-right: 25px;
}

.testimonial .media>.pull-left img{
	margin-top: 6px;
}

.testimonial .media .media-body blockquote{
	display:inline-block;
	max-width:calc(100% - 80px);
	padding-left: 25px;
	padding-right: 30px;
	position: relative;
	border-left: 0;
	margin-bottom: 0;
}

.testimonial .media .media-body blockquote:before{
	position: absolute;
	left: 5px;
	top: 8px;
	content: '"';
	font-size: 40px;
	color: #d99c4e;
	font-family: 'Noto Sans', sans-serif;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Opera, Chrome, and Safari */
	line-height: 0;
}

.testimonial .media .media-body blockquote:after{
	position: absolute;
	right: 30px;
	bottom: 14px;
	content: '"';
	font-size: 40px;
	color: #d99c4e;
	font-family: 'Noto Sans', sans-serif;
	line-height: 0;
}

.bottom > address {
	line-height: 22px;
	margin-bottom: 40px;
}

.form-control {
	border: 1px solid #d99c4e;
	font-weight: 300;
	outline: none;
	box-shadow: none;
	height: 40px;
}

.form-control:hover, 
.form-control:focus{
	border-color: #d29948;
	outline: none;
	box-shadow: none;
}

.btn-submit {
	width: 100%;
	background-color: #d1df41;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 5px;
	text-transform: uppercase;
	border-radius: 3px;
	margin-top: 5px;
	border-bottom: 3px solid #98a139;
	box-shadow: none;
	padding: 10px;
}

.btn-submit:hover, 
.btn-submit:focus{
	color: #fff;
	outline: none;
	box-shadow: none;
	opacity: .8;
}

.copyright-text{
	margin-top: 10px;
}

/*************************
*******Home Page******
**************************/

#home-slider {
	background: url(../images/_home/slider-bg.png) 0 100% repeat-x;
	position: relative;
}

#home-slider .main-slider {
	position: relative;
	height: 350px;
}

#home-slider .slide-text{
	position: absolute;
	top: 30px;
	left: 0;
	/*width: 450px;*/
	width: 70%;
}

.animate-in .slide-text {
	-webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
	animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
}

#home-slider .slider-P1 {
	position: absolute;
	left: 33px;
	bottom: -5px;
	}
#home-slider .slider-P2 {
	position: absolute;
	left: 80px;
	bottom: 5px;
	}
#home-slider .slider-P3 {
	position: absolute;
	left: 280px;
	bottom: 5px;
	}
	.animate-in .slider-P3 {
	-webkit-animation: bounceIn 1500ms ease-in-out 900ms both;
	animation: bounceIn 1500ms ease-in-out 900ms both;
	}
#home-slider .slider-P4 {
	position: absolute;
	right: 150px;
	bottom: 5px;
	}
	.animate-in .slider-P4 {
	-webkit-animation: bounceIn 1500ms ease-in-out 900ms both;
	animation: bounceIn 1500ms ease-in-out 900ms both;
	}
#home-slider .slider-P5 {
	position: absolute;
	right: 50px;
	bottom: 15px;
	}
	.animate-in .slider-P5 {
	-webkit-animation: slideInLeft 4000ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
	animation: slideInLeft 4000ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
	}





#home-slider .slider-house {
	position: absolute;
	right: 0;
	bottom: 0;
}

.animate-in .slider-house {
	-webkit-animation: fadeInDown 700ms ease-in-out 200ms both;
	animation: fadeInDown 700ms ease-in-out 200ms both;
}

#home-slider .slider-circle1 {
	position: absolute;
	right: 430px;
	bottom: 210px;
}

.animate-in .slider-circle1 {
	-webkit-animation: bounceIn 500ms ease-in-out 900ms both;
	animation: bounceIn 500ms ease-in-out 900ms both;
}

#home-slider .slider-circle2 {
	position: absolute;
	right: 420px;
	bottom: 245px;
}

.animate-in .slider-circle2 {
	-webkit-animation: bounceIn 500ms ease-in-out 1100ms both;
	animation: bounceIn 500ms ease-in-out 1100ms both;
}

#home-slider .slider-cloud1 {
	position: absolute;
	right: 290px;
	bottom: 250px;
}

.animate-in .slider-cloud1 {
	-webkit-animation: bounceIn 500ms ease-in-out 1300ms both;
	animation: bounceIn 500ms ease-in-out 1300ms both;
}

#home-slider .slider-cloud2 {
	position: absolute;
	right: 375px;
	bottom: 330px;
}

.animate-in .slider-cloud2 {
	-webkit-animation: bounceIn 500ms ease-in-out 1500ms both;
	animation: bounceIn 500ms ease-in-out 1500ms both;
}

#home-slider .slider-cloud3 {
	position: absolute;
	right: 75px;
	bottom: 300px;
}

.animate-in .slider-cloud3 {
	-webkit-animation: bounceIn 500ms ease-in-out 1700ms both;
	animation: bounceIn 500ms ease-in-out 1700ms both;
}

#home-slider .slider-sun {
	position: absolute;
	right: 190px;
	bottom: 300px;
}

.animate-in .slider-sun {
	-webkit-animation: bounceIn 800ms ease-in-out 1900ms both;
	animation: bounceIn 800ms ease-in-out 1900ms both;
}

#home-slider .slider-cycle {
	position: absolute;
	right: 500px;
	bottom: 0;
}

.animate-in .slider-cycle {
	-webkit-animation: slideInLeft 4000ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
	animation: slideInLeft 4000ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
}

.onoCS {
	-webkit-animation: slideInLeft 500ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
	animation:				 slideInLeft 500ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
}

.onoC {
	-webkit-animation: slideInRight 2000ms cubic-bezier(0.190,1.000,0.220,1.000) 1000ms both;
	animation:				 slideInRight 2000ms cubic-bezier(0.190,1.000,0.220,1.000) 1000ms both;
}

#onoL1 {
	-webkit-animation: flip 2000ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
	animation:				 logoFlip 2000ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
	animation-iteration-count: infinite;
}
#onoL2 {
	-webkit-animation: flip 4000ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
	animation:				 logoFlip 4000ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
	animation-iteration-count: infinite;
}
#onoL3 {
	-webkit-animation: flip 6000ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
	animation:				 logoFlip 6000ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
	animation-iteration-count: infinite;
}

.rotate-sun {
	-webkit-animation: rotateIn ;
	animation:				 rotateIn ;
	animation-iteration-count: infinite;
}

#home-slider h1{
	margin-top: 20px;
	margin-bottom: 25px;
}

#home-slider .btn-common {
	margin-top: 2px;
}

#home-slider .preloader {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #fafafa;
	text-align: center;
}
.common-preloader {
	position: relative;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height:100px;
	background: #fafafa;
	text-align: center;
	z-index:100;
}
#home-slider .preloader > i,
.common-preloader > i {
	font-size: 48px;
	height: 48px;
	line-height: 48px;
	color: #dbb075;
	position: absolute;
	left: 50%;
	margin-left: -24px;
	top: 50%;
	margin-top: -24px;
}


#action, 
#page-breadcrumb {
	background-image: url(../images/_home/tour-bg.png);
	background-color: #fbfafa;
	background-repeat: repeat-x;
	height: 155px;
	background-position: center;
	display: table;
	position: static;
	width: 100%;
}

.vertical-center{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	position: statice;
}

.sun{
	background-image: url(../images/_home/tour-icon1.png);
	background-repeat: no-repeat;
	background-position: 100% bottom;
}


.single-service{
	overflow: hidden;
	display: block;
}

.single-service img {
	/*margin-bottom: 35px;*/
}

.single-service .fold {
	margin-bottom: 35px;
}

.single-service h2 {
	margin-top: 0;
	margin-bottom: 15px;
}

.single-service p {
	padding: 0 20px;
	text-align: left;
}

.action h1{
	margin-top: 0;
}

.action p{
	font-size: 12px;
	margin-bottom: 0;
	font-weight: 300;
}

.action .btn-common{
	margin-top: 55px;
	float: left;
}

.title {
	color: #404040;
	font-weight: 300;
}

.single-features {
	overflow: hidden;
	padding-top: 65px;
	padding-bottom: 40px;
}

.single-features:last-child {
	padding-bottom: 95px;
}

.single-features h2{
	margin-bottom: 15px;
}

#clients{
	padding-bottom: 45px;
}

.clients {
	margin-bottom: 45px;
}

.clients img {
	display: inline-block;
}

.clients-logo {
	overflow: hidden;
	margin-bottom: 10px;
}

.clients-logo div p{
	width: 130px;
	height: 130px;
	padding-top: 60px;
	line-height: 60px;
	overflow: hidden;
}


/*************************
*******About Us Page******
**************************/
.jstree li.jstree-open > a.jstree-anchor > i.jstree-checkbox, 
.jstree li.jstree-closed > a.jstree-anchor > i.jstree-checkbox { display:none; }
tr.SeatInfo{cursor:pointer;}

#action , 
#page-breadcrumb{
	position: relative;
}

#team {
	padding: 85px 0;
}

#team-carousel {
	margin-top: 80px;
}

#company-information .padding-top{
	padding-top: 105px;
	
}

.single-service img {
/*	height: 150px;*/
}

.tour-button {
	background-image: url(../images/_home/tour-icon2.png);
	height: 100%;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	left: 0;
	background-position: 151px 4px;
}

.team-single {
	position: relative;
}

.person-thumb {
	position: relative;
}

.social-profile {
	background: none repeat scroll 0 0 rgba(137, 97, 46, 0.8);
	display: none;
	height: 100%;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	width: 100%;
}

.team-single:hover .social-profile{
	display: block;
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.social-profile .nav-pills {
	display: inline-block;
	margin-top: -26px;
	padding: 0;
	position: relative;
	top: 50%;
}

.social-profile .nav-pills li {
	display: inline-block;
	margin: 0 5px;
}

.social-profile .nav-pills li a {
	color: #fff;
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0;
	border-radius: 40px;
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.social-profile .nav-pills li a:hover {
	color: #89612e;
	border-color: #89612e;
}

.person-info h2 {
	font-weight: 300;
	margin-bottom: 5px;
}

.person-info h3 {
	font-size: 16px;
	color: #686868;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0;
}

.team-carousel-control {
	position: absolute;
	top: 36%;
	width: 13px;
	height: 16px;
	text-indent: -9999999px;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.right.team-carousel-control {
	right: -50px;
	background-image: url(../images/aboutus/right.png);
}

.left.team-carousel-control {
	left: -50px;
	background-image: url(../images/aboutus/left.png);
}

.team-carousel-control:hover{
	background-position: 0 -18px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition:	all 0.5s ease 0s;
}

.count h1{
	font-size: 60px;
	color: #dab074;
}

.count h3{
	font-size: 16px;
}

.progress .progress-bar.six-sec-ease-in-out {
	-webkit-transition: width 1s ease-in-out;
	-moz-transition: width 1s ease-in-out;
	-ms-transition: width 1s ease-in-out;
	-o-transition: width 1s ease-in-out;
	transition:	width 1s ease-in-out;
}

.top-zero{
	margin-top: 0;
}

h3.top-zero{
	font-size: 20px;
}

#company-information .about-us h2{
	margin-bottom: 45px;
}

.single-skill h3{
	font-size: 16px;
}

.progress{
	height: 30px;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.progress-bar{
	line-height: 30px;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.progress-bar.progress-bar-primary{
	background: #dab074;
}



/*************************
*******Service Page******
**************************/
#popup_content.alert {
	float: none;
	text-align: start;
}


#recent-projects{
	padding: 85px 0;
}

.recent-projects .team-single{
	height: 355px;
}

.recent-projects p.padding-bottom{
	padding-bottom: 50px;
}

.choose{
	padding-top: 30px;
}

#company-information.choose .padding-top{
	padding-top: 78px;
}

#company-information h2{
	margin-bottom: 25px;
	margin-top: 0;
}

ul.elements{
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}

ul.elements li{
	margin: 6px 0;
}

ul.elements li > i{
	color: #d29948;
	display: inline-block;
	margin-right: 10px;
}

#company-information h1.margin-bottom{
	margin-bottom: 26px;
}


/*************************
*******ShopLineup Default**
**************************/

#_RASdivShopLineup .shopLineup-item{
	margin-bottom: 10px;
}

#_RASdivShopLineup .ShopLineupIMG {
	display: inline-block;
	width: 100%;
	height: 150px;
	vertical-align: middle;
	background-color: rgb(51, 51, 51);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: 0.3s;
}
#_RASdivShopLineup .ShopLineupIMG:hover {
	box-shadow: 0px 0px 20px 12px rgba(255,255,255,0.5) inset,
					0px 0px 5px 3px rgba(0, 0, 0, 0.3);
	/*opacity:0.7;*/
	/*border: solid 20px rgba(255,255,255,0.3);*/
	transform:scale(1.4, 1.4);
	transition: 0.5s;
}

/*
@media (min-width: 992px){
	.col-md-5 {
		width: 20%;
	}
}
*/

/*************************
*******Portfolio Default**
**************************/
.ShopListIMG {
	display: inline-block;
	width: 260px;
	height: 260px;
	vertical-align: middle;
	/*background-color: rgb(51, 51, 51);*/
	background-color: rgb(255, 255, 255);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.portfolio-single {
	position: relative;
}

.portfolio-thumb {
	position: relative;
}

.portfolio-thumb img {
	width: 100%;
}

.portfolio-single:hover .portfolio-view{
	display: block;
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;
}

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

.portfolio-view{
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	background: rgba(137, 97, 46, 0.8);
	width: 100%;
	text-align: center;	
}

.portfolio-view .nav-pills {
	padding: 0;
	display: inline-block;
	margin-top: -26px;
	top: 50%;
	position: relative;
}

.portfolio-view .nav-pills li {
	display: inline-block;
	margin: 0 5px;
}

.portfolio-view .nav-pills li a {
	color: #fff;
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	padding: 0;
	border-radius: 40px;
	-webkit-animation: scaleIn 400ms linear 100ms both;
	animation: scaleIn 400ms linear 100ms both;
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.portfolio-view .nav-pills li a:hover {
	color: #89612e;
	border-color: #89612e;
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.portfolio-info {
	overflow: hidden;
	margin-bottom: 30px;
  transition: 0.3s;
}

.portfolio-info h2 {
	font-size: 18px;
	margin: 15px 0 0;
  transition: 0.3s;
}

.portfolio-filter {
	margin: 20px 0;
	padding: 0;
}

.portfolio-filter li {
	display: inline-block;
	position: relative;
	color: #cdcdcd;
	font-size: 12px;
	font-weight: 300;
	padding: 0 8px;
	}

.portfolio-filter li a {
	border-radius: 0;
	color: #686868;
	font-size: 12px;
	font-weight: 300;
	padding: 0 10px;
	text-transform: capitalize;
	border: none;
}

.portfolio-filter li .active{
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.portfolio-filter li a:hover, 
.portfolio-filter li a:focus,
.portfolio-filter li a.active {
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.portfolio-filter li a.active:before{
	position: absolute;

	content: "";
	left: 0;
	width: 13px;
	height: 16px;
	background: url(../images/portfolio/icon.png);
	top: 5px;
}

.portfolio-pagination{
	text-align: center;
	
	padding-top: 40px;
	padding-bottom: 90px;
}

.pagination li{
	display: inline-block;
	margin: 0 10px;
}

.pagination li a{
	color: #000;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #fff;
}

.pagination li:first-child a{
	background: url(../images/portfolio/left.png);
	background-repeat: no-repeat;
	text-indent: -999999999px;
	background-position: center top 10px;
	width: 32px;
	height: 36px;
	border: none;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.pagination li:first-child a:hover{
	background: url(../images/portfolio/left.png);
	background-position: center top -37px;
	background-repeat: no-repeat;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.pagination li:last-child a{
	background: url(../images/portfolio/right.png);
	background-repeat: no-repeat;
	text-indent: -999999999px;
	background-position: center top 10px;
	width: 32px;
	height: 36px;
	border: none;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.pagination li:last-child a:hover{
	background: url(../images/portfolio/right.png);
	background-position: center top -37px;
	background-repeat: no-repeat;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.pagination li a:hover,
.pagination .active a,
.pagination .active a:hover,
.pagination .active a:focus{
	background: none;
	border-color: #cc9b59;
	color: #cc9b59;
}


/*****************************
Portfolio with right sidebar
*****************************/

.sidebar h3 {
	color: #404040;
	margin-top: 2px;
	border-bottom: 2px solid #ececec;
	margin-bottom: 6px;
	padding-bottom: 2px;
}

.sidebar-item{
	margin-bottom: 48px;
}

.categories .navbar-stacked li {
	border-bottom: 1px solid #ececec;
}

.categories .navbar-stacked li:last-child {
	border-bottom: 0px solid #ececec;
}

.categories .navbar-stacked li a {
	font-size: 16px;
	color: #6a6a6a;
	padding: 8px 0;
	padding-left: 0;
}

.categories .navbar-stacked li a:hover{
	background: none;
	margin-left: 20px;
	color: #dab074;
	opacity: 1;
}

.categories .navbar-stacked li.active a{
	color: #dab074;
	padding-left: 20px;
}

.categories .navbar-stacked li.active a:before{
	position: absolute;
	content: "";
	border-color: transparent transparent transparent #dab074;
	border-width: 8px;
	border-style: solid;
	left: 0;
	top: 13px;
	margin-top: 0;
	z-index: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.categories .navbar-stacked li.active a:after {
	position: absolute;
	content: "";
	border-color: transparent transparent transparent #fff;
	border-width: 6px;
	border-style: solid;
	left: 0px;
	top: 15px;
	margin-top: 0;
	z-index: 1;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.sidebar-item .media{
	border-bottom: 1px solid #ececec;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-top: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.sidebar-item .media:last-child{
	border-bottom: 0px solid #ececec;	
	padding-bottom: 0; 
}

.sidebar-item .media:hover{
	border-left: 2px solid #dab074;
	padding-left: 5px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.sidebar-item .media:hover.media .media-body h4 a{
	color: #dab074;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.sidebar-item .media .media-body h4 {
	margin-top: 0;
	margin-bottom: 2px;
}

.sidebar-item .media .media-body h4 a{
	color: #7d7d7d;
	font-size: 12px;
}

.sidebar-item .media .media-body p {
	color: #b4b4b4;
	font-size: 12px;
	line-height: 12px;
	text-align: right;
}

.tag-cloud .nav-pills{
	margin-top: 16px;
}

.tag-cloud .nav-pills li{
	margin: 0;
	margin-top: 6px;
	margin-right: 4px;
}

.tag-cloud .nav-pills li a{
	font-size: 14px;
	font-weight: 300;
	padding: 5px 15px;
	background: #bbbbbb;
	color: #fff;
	border-radius: 3px;
}

.tag-cloud .nav-pills li a:hover{
	background: #dab074;
}

.popular ul.gallery {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 10px -8px;
}

.popular ul.gallery li {
	display: block;
	width: 33.33%;
	float: left;
	padding: 8px;
}

.popular ul.gallery li a {
	display: block;
}

.popular ul.gallery li a img {
	width: 100%;
	transition: border-radius 300ms ease-in;
	-webkit-transition: border-radius 300ms ease-in;
}

.popular ul.gallery li a img:hover {
	border-radius: 60px;
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}




/*****************************
Portfolio Details
*****************************/

#portfolio-information.padding-top{
	padding-top: 100px;
}

.project-name h2{
	margin-top: 0;
	margin-bottom: 15px;
}

#related-work .title{
	margin-bottom: 55px;
	margin-top: 10px;
	background-image: url(../images/_home/tour-bg.png);
	background-color: #fbfafa;
	background-repeat: repeat-x;
	background-position: center;
	width: 100%;
	position: static;
}

.navbar-default {
	background: none;
	padding: 0;
}

.navbar-default li a{
	font-size: 12px;
	padding: 0;
	padding-right: 15px;
}

.navbar-default li a i{
	padding-right: 8px;
}

.navbar-default li a:hover{
	color: #dab074;
	background: none;
}

.skills .navbar-default,
.client .navbar-default{
	margin-left: 35px;
	
}

.live-preview .btn-common{
	margin-top: 21px;
	padding: 13px 45px;
}


/*****************************
Blog Default
*****************************/

.single-blog.timeline {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-bottom: 0;
	position: relative;
	padding-bottom: 0;
}

.timeline .post-content {
	padding: 20px 20px 0;
}

.post-thumb{
	margin: -1px -1px 0;
	position: relative;
	overflow: hidden;
}

.timeline .post-thumb img {
	width: 100%;
}

.post-thumb iframe{
	width: 100%;
	min-height: 270px;
	border: 0;
}

.post-overlay{
	position: absolute;
	top: 50%;
	display: none;
	width: 94px;
	height: 140px;
	margin-top: -70px;
	overflow: hidden;
}

.post-overlay span{
	position: absolute;
	left: 50%;
	bottom: 0; 
	margin-left: -60px;
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;
	z-index: 9;
}

.post-overlay span:before{
	position: absolute;
	bottom: 0;
	border-style: solid;
	border-width: 60px;
	content: "";
	border-color: transparent transparent #dab074 transparent;
	z-index: -1;
	cursor: initial;
}

.post-overlay span a{
	font-size: 30px;
	color: #fff;
	background: transparent;
	padding: 0; 
	margin-left: 50px;
}

.single-blog:hover .post-overlay{
	display: block;
	-webkit-animation: fadeIn 300ms;
	animation: fadeIn 300ms;
}

.timeline-divider{
	position: relative;
	padding-top: 50px;
}

.timeline-divider:before{
	position: absolute;
	top: 0;
	content: "";
	border-left-style: solid;
	border-left-width: 1px;
	height: 100%;
	border-left-color: #dab074;
	left: 50%;
	margin-left: -2px;
}

.timeline-blog .col-sm-6.padding-top{
	padding-top: 70px;
}

.post-content{
	padding: 0px 0px 20px;
}

.timeline-date .btn-common{
	font-size: 18px;
	color: #4a4a4a;
	font-weight: 300;
	border-radius: 0;
	padding: 17px 40px;
}

.arrow-right{
	position: relative;
}

.arrow-right:after{
	position: absolute;
	right: 1px;
	content: "";
	top: 15px;
	background: url(../images/blog/left.png);
	width: 43px;
	height: 54px;
}

.arrow-left{
	position: relative;
}

.arrow-left:before{
	position: absolute;
	left: -2px;
	content: "";
	top: 86px;
	background: url(../images/blog/right.png);
	width: 43px;
	height: 54px;
}

.post-title {
	margin-top: 0;
}

.post-title a,
.comments-number a{
	color: #686868;
}

.post-title a:hover,
.comments-number a:hover{
	color: #dab074;
}

.post-content .post-author{
	margin-top: 0;
	
}

.post-content	.post-author a{
	font-weight: 300;
	font-size: 14px;
}

.post-content h2, .post-content h3{
	margin-bottom: 0px ;
	}

a.read-more{
	color: #a5732a;
	font-weight: 300;
}

a.read-more:hover{
	opacity: .8;
}

.post-bottom{
	border-top: 1px solid #eeeeee;
}


/*****************************
Blog with right sidebar
*****************************/

.single-blog{
	/* padding-bottom: 30px; */
}

.single-blog .post-bottom{
	border-bottom: 1px solid #eeeeee;
	padding-top: 10px;
	padding-bottom: 10px;
}

.single-blog .post-overlay span{
	left: 0;
	top: 0;
	margin-left: 0;
	width: 94px;
	height: 140px;
	background: url(../images/blog/blog-arrow.png);
	-webkit-animation: fadeInLeft 400ms;
	animation: fadeInLeft 400ms;
}

.single-blog .post-overlay span a{
	margin-left: 8px;
	font-weight: 700;
	font-size: 36px;
	line-height: 18px;
	position: absolute;
	top: 50px;
}

.single-blog .post-overlay span a small{
	font-size: 16px;
	font-weight: 300;
	margin-left: 5px;
}

.single-blog .post-overlay span:before{
	border-color: transparent;
	border-width: 0;
}

.post-nav{
	margin:0;
	padding: 0;
}

.post-nav li a{
	padding: 0;
	text-align: left;
}

.post-nav li a i{
	color: #dab074;
	margin-right: 8px;
}

.post-nav li a:hover{
	background: none;
}

.blog-padding-right{
	padding-right:35px;
}

.blog-pagination {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 55px;
}

/*****************************
Blog with right sidebar
*****************************/

.masonery_area .single-blog{}
.masonery_area .single-blog .post-thumb{
	height: auto;
}

.masonery_area .single-blog .post-title{
	margin-top: 5px;
}

.masonery_area .single-blog .post-title a{
	font-size: 20px;
}

.masonery_area .single-blog .post-thumb img{
	height:auto;
}

.masonery_area .single-blog .post-bottom{
	border-top:0;
	padding-top:0;
	margin-top:15px;
}

/* Audio CSS */

.audiojs{
	background: #dab074;
	height: 45px;
	width: 100%;
}

.audiojs .scrubber{
	background: #fff;
	
	height: 8px;
	border-top: 0;
	width: 170px;
	margin-top: 19px;
	margin-left: 12px;
	border-radius: 10px;
}

.audiojs .play-pause{
	background: #cca46c;
	width: 68px;
	height: 45px;
	padding: 0;
	padding-left: 24px;
	padding-top: 10px;
	border-right: 0;
}

.audiojs .time{
	display: none;
	
}

.audiojs .progress{
	background: #a5732a;

	height: 8px;
	border-radius: 10px;
}

.audiojs .loaded{
	background: #ba9663;
	height: 8px;
	border-radius: 10px;
}


/*****************************
Blog Details
*****************************/

.navbar-nav.post-nav li{
	margin-right: 60px;
}

.single_Pickup.Pickup_info .post-content{
	padding-top: 30px;
}

.single_Pickup.Pickup_info .post-bottom{
	margin-top: 55px;
}

.single_Pickup-wrapper{
	position: relative;
}

.blog-share{
	margin-top: 40px;
	display: inline-block;
	padding: 0;
}

span.stMainServices,
span.stButton_gradient, 
.stButton .chicklets{
	height:24px !important;
}

.author-profile.padding{
	padding-top:50px;
}

.author-profile .col-sm-2 img{
	width: 100%;
	border-left: 3px solid #dab074;
}

.author-profile h3{
	margin-top:0;
	color: #3a424c;
}

.author-profile p{
	color: #3a424c;
	font-weight: 400;
}

.author-profile span a{
	color: #a5732a;
}

.response-area{
	border-bottom: 0;
}

.response-area h2{
	margin-top: 0;
	
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 20px;
}

.post-comment{
	padding-left: 70px;
	padding-top: 36px;
	border-top: 1px solid #f1e8dd;
}

.post-comment .pull-left img{
	margin-right: 60px;
	border-left: 3px solid #dab074;
}

.post-comment .media-body{
	padding-top: 6px;
	border-bottom: 0;
	padding-bottom: 50px;
}

.post-comment .media-body p{
	margin-top:10px;
}

.post-comment .media-body span i{
	color: #a5732a;
	margin-right: 10px;
}

.post-comment .media-body span a{
	color: #a5732a;
	font-weight: 700;
}

.post-comment .media-body .post-nav li a{
	font-weight: 300;
}

.parrent .media-list{
	margin-left: 190px;
}

.parrent .post-comment{
	padding-left: 0;
	margin-left: 70px;
}


/****************************
********* Contact Us*********
*****************************/
#map-section {
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
}

#gmap {
	height: 350px;
}

.get-in-touch img {
	margin-top: 35px;
	margin-bottom: 32px;
}

.get-in-touch p {
	font-size: 18px;
	font-weight: 300;
}

#map-section .contact-info {
	position: absolute;
	background-color: #fff;
	right: 0;
	top: 0;
	width: 33%;
	height: 100%;
	padding:25px 50px;
	opacity: 0.9
}

#map-section .contact-info h2, 
#map-section address a:hover {
	color: #a5732a
}

#contact-form #message{
	resize:none;
}

#contact-form .btn-submit {
	width: 28%;
	margin: 5px auto;
}

.corporate-info .corporate-address {
	background-image: url("../images/contact-bg.png");
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-bottom: 50px;
}

.corporate-info .corporate-address address {
	background-image: url("../images/icon-map.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 40px;
}


/****************************
****** Price-table CSS*******
*****************************/

#price-table {
	margin-top: 88px;
	margin-bottom: 90px;
}

.single-price ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.table-heading {
	background-color: transparent !important;
	color: #FFFFFF !important;
	overflow: hidden;
	padding: 0 !important;
	text-align: center;
}

.single-price .plan-name { 
	background-color: #D4D4D4;
	color: #696969;
	font-size: 20px;
	margin-bottom: 0;
	padding: 10px 0;
	text-transform: capitalize;
}

.single-price .plan-price { 
	color: #696969;
	float: none;
	font-size: 14px;
	height: 110px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	z-index: 5;
	padding-top: 15px;
}


.plan-price .dollar-sign {
	font-size: 18px;
}

.plan-price .price {
	font-size: 24px;
}

.plan-price .month {
	display: block;
	margin-top: -6px;
}

.single-price .plan-price:after {
	border-color: #c4c4c4 transparent transparent;
	border-style: solid;
	border-width: 110px;
	content: "";
	height: 0;
	left:50%;
	position: absolute;
	top: 0;
	width: 0;
	z-index: -1;
	margin-left: -110px;
}

.single-price ul li, 
.single-table ul li {
	padding: 12px 18px;
	background-color: #f7f7f7;
	margin-bottom: 5px;
	color: #696969;
}

.single-price ul li span, 
.single-table ul li span {
	float: right;
}

.single-price .btn-buynow {
	background-color: #c4c4c4;
	border-radius: 0;
	color: #fff;
	padding: 12px;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: block;
}

.single-price .btn-buynow:hover {
	background-color: #b4b3b3;
}

.highligh-table .plan-name {
	background-color: #b07b2c;
	color: #fff;
}

.highligh-table .plan-price {
	color: #fff;
}

.highligh-table .plan-price:after {
	border-color: #a56d1a transparent transparent;
}

.highligh-table .btn-buynow {
	background-color: #a5732a;
}

.highligh-table .btn-buynow:hover {
	background-color: #976a28;
}


#price-table2 {
	margin-bottom: 180px;
}

.table-header {
	background-color: #C4C4C4;
	overflow: hidden;
	padding:20px;
}

.single-table {
	position: relative;
	padding-top: 60px;
}

.single-table:before {
	border-color: transparent transparent #b5b5b5;
	border-style: solid;
	border-width: 0 130px 60px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.table-header h2 {
	color: #696969;
	float: left;
	font-size: 24px;
	margin-top: 7px;
}

.table-header .plan-price {
	float: right;
	margin: 0;
	overflow: hidden;
	padding-top: 1px;
}

.single-table .btn-signup {
	display: block;
	text-align: center;
	position:relative;
	z-index:1
}

.single-table ul {
	margin: 0;
	padding: 0;
}

.single-table .btn-signup:after {
	content: "";
	position: absolute;
	border-color: #c4c4c4 transparent transparent;
	border-style: solid;
	border-width: 78px 130px 0;	
	height: 0;
	left: 0; 
	top: -1px;
	width: 100%;
	z-index: -1;
}

.single-table .btn-signup a {
	color: #696969;
	display: inline-block;
	overflow: hidden;
	padding: 20px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.single-table .btn-signup:hover a {
	color: #fff;
}

.single-table .btn-signup:hover.btn-signup:after{
	border-color: #b3b2b2 transparent transparent;
}

.single-table.highligh-table .table-header {
	background-color: #b07b2c
}

.highligh-table .btn-signup a, 
.highligh-table .table-header h2 {
	color: #fff;
}

.highligh-table .btn-signup.btn-signup:hover:after {

	border-color: #a07028 transparent transparent;
}

.highligh-table .btn-signup:after {
	border-color: #b07b2c transparent transparent;
}

.highligh-table:before {
	border-color:transparent transparent #a56d1a;
}


/*************************
********404 page CSS******
**************************/

#error-page {
	display: table;
	height: 100%;
	min-height: 100%;
	width: 100%;
	color: #686868;
	font-size: 18px;
	font-weight: 300;
	padding: 100px 0;
}

#error-page .container-fluid {
	overflow: hidden;
}

.error-page-inner {
	display: table-cell;
	vertical-align: middle;
}

.bg-404 {
	background-image: url("../images/_home/tour-bg.png");
	background-repeat: repeat-x;
	background-position: center top;
}

.error-image {
	display: inline-block;
	padding-top: 50px;
	padding-bottom: 50px;
}

.error-image img {
	width: 100%;
}

#error-page h2 {
	font-size:36px;
	text-transform: uppercase;
}

.btn-error {
	font-weight: 300;
	margin-top: 30px;
	padding:25px 55px;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 5px;
	background-color: transparent;
	border: 1px solid #cc9b59;
	margin-top: 50px;
	margin-bottom: 50px;
}

.btn-error:hover, .btn-error:focus	{
	background-color: #cc9b59;
	border-color:#cc9b59;
	color:#fff;
}

#error-page i, #coming-soon i {
	border: 1px solid #cc9b59;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #cc9b59;
	font-size: 17px;
	margin:0 15px;
	border-radius: 50%;
	-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;
}

#error-page i:hover, #coming-soon i:hover {
	background-color: #cc9b59;
	color: #fff;
	-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;
}


/*************************
********404 page CSS******
**************************/

#error-page {
	display: table;
	height: 100%;
	min-height: 100%;
	width: 100%;
	color: #686868;
	font-size: 18px;
	font-weight: 300;
	padding: 100px 0;
}

#error-page .container-fluid {
	overflow: hidden;
}

.error-page-inner {
	display: table-cell;
	vertical-align: middle;
}

.bg-404 {
	background-image: url("../images/_home/tour-bg.png");
	background-repeat: repeat-x;
	background-position: center top;
}

.error-image {
	display: inline-block;
	padding-top: 50px;
	padding-bottom: 50px;
}

.error-image img {
	width: 100%;
}

#error-page h2 {
	font-size:36px;
	text-transform: uppercase;
}

.btn-error {
	font-weight: 300;
	margin-top: 30px;
	padding:25px 55px;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 5px;
	background-color: transparent;
	border: 1px solid #cc9b59;
	margin-top: 50px;
	margin-bottom: 50px;
}

.btn-error:hover, .btn-error:focus	{
	background-color: #cc9b59;
	border-color:#cc9b59;
	color:#fff;
}

#error-page i, #coming-soon i, #_RASdivEventdetails .social-link i {
	border: 1px solid #cc9b59;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #cc9b59;
	font-size: 17px;
	margin:0 15px;
	border-radius: 50%;
	-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;
}

#error-page i:hover, #coming-soon i:hover, #_RASdivEventdetails .social-link i:hover {
	background-color: #cc9b59;
	color: #fff;
	-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;
}

/*************************
******Coming Soon CSS*****
**************************/

.logo-image {
	display: block;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 95px;
}

.logo-image img {
	display: inline-block;
	animation-duration: 1500ms;
	animation-iteration-count: infinite;
	animation-name: pulse;
	animation-timing-function: ease;
	-webkit-animation-duration: 1500ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: pulse;
	-webkit-animation-timing-function: ease;
}

#_RASdivEventdetails_Body .logo-image img {
	width: 30%;
}

#coming-soon {
	background-image: url("../images/_home/tour-bg.png");
	background-position: center top;
	background-repeat: repeat-x;
	padding: 40px 0;
	overflow: hidden;
}

#coming-soon .social-link {
	margin-top: 35px;
}

.time-count {
	display: block;
}

.time-count ul {
	padding-left: 0;
}

#countdown {
	display: inline-block;

}


#countdown li {
	float: left;
	margin-right: 100px;	
	color: #757575;	
	font-weight: 300;
	font-size: 20px;
	position: relative;
	z-index:1;
	padding-top: 20px;
}

#countdown li:last-child {
	margin-right: 0;
	margin-left: 20px;
}

#countdown li span {
	display: block;
	font-size: 72px;
	margin-bottom: 25px;
}

#_RASdivEventdetails #countdown li,
#_RASdivRegister  #countdown li,
#_RASdivEntry  #countdown li{
	margin-right: 30px;
}

#_RASdivEventdetails	#countdown li:last-child,
#_RASdivRegister  #countdown li:last-child,
#_RASdivEntry  #countdown li:last-child{
	margin-right: 0;
	margin-left: 0;
}

#_RASdivEventdetails #countdown li span,
#_RASdivRegister #countdown li span,
#_RASdivEntry #countdown li span{
	font-size: 40px;
	margin-bottom: 10px;
}

#_RASdivRegister #countdown,
#_RASdivEntry #countdown{
	padding-left:0;
}
@media only screen and (max-width: 768px){
	#_RASdivRegister #countdown,
	#_RASdivEntry #countdown{
	    margin-bottom: 0;
	    margin-top: 0px;
	}
}
/*
#countdown li.angle-one:before {
	border-color: #D29948 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 250px 145px 0;
	content: "";
	left: -80px;
	position: absolute;
	top: -5px;
	z-index: -1;
}

#countdown li.angle-one:after{
	border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 236px 137px 0;
	content: "";
	left: -72px;
	position: absolute;
	top: 0;
	z-index:-1;
}

#countdown li.angle-two:before {
	border-color: rgba(0, 0, 0, 0) #a5732a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 250px 290px 0 0;
	content: "";
	left: -175px;
	position: absolute;
	top: -5px;
	z-index:-1;
	-moz-transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
	-o-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	transform: skewX(30deg);
}

#countdown li.angle-two:after {
	border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 235px 272px 0 0;
	content: "";
	left: -162px;
	position: absolute;
	top: 5px;
	z-index: -1;
	-moz-transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
	-o-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	transform: skewX(30deg);
}
#countdown li.angle-two span{
	padding-top: 90px;
}

*/
#countdown li.angle-one span.minutes, 
#countdown li.angle-one .minute {
	margin-left: 25px;
}


#subscribe {
	background-color: #565656;
	color: #FFFFFF;
	padding: 40px 0 50px;
}

#subscribe h2 {
	color: #fff;
	text-transform: uppercase;
}

#subscribe .fa-envelope-o {
	color: #dab074;
	margin-right: 5px;
}

#subscribe .form-control {
	background-color: transparent;
	height: 52px;
	color: #fff;
}

#newsletter {
	margin-top: 35px;
	position: relative;
}

#newsletter i {
	color: #DAB074;
	font-size: 36px;
	position: absolute;
	right: 12px;
	top: 7px;
}

.newsletter p {
	color: #919191;
	font-size: 12px;
	margin-top: 10px;
}

#coming-soon-footer {
	padding: 45px 0;
	line-height: 15px;
	overflow: hidden;
}

#coming-soon-footer a {
	color: #d89b4e;
}

#coming-soon-footer a:hover {
	color: #b38040
}

/*Shortcodes CSS*/
.bs-example{
	margin: 0 0 20px;
}

.panel-group{
	border: 1px solid #eee;
}
.panel-default{
	border: 0;
}
.panel-group .panel{
	border-radius: 0;
}
.panel-group .panel+.panel{
	margin-top: 0;
}

.panel-default>.panel-heading{
	background-color: transparent;
	border-top: 1px solid #eee;
}

.panel-group .panel-default:first-child>.panel-heading{
	border-top: 0;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
	border-top-color: #eee;
}


.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
	background-color: #dab074;
}

.tab-content {
	padding-top: 20px;
}

.dsp_price{
	font-weight:300;
	color:rgb(0, 153, 174);
	font-size:14px;
	line-height:15.4px;
	text-shadow:rgb(204, 204, 204) 2px 2px 2px;
	/*transition-delay:0s;
	transition-duration:0.3s;
	transition-property:all;
	transition-timing-function:ease;
	text-align:right;
	box-sizing:border-box;
	height:auto;
	text-decoration:none;
	display:inline;
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "ＭＳ Ｐゴシック";
	background-color:rgba(0, 0, 0, 0);*/
	}

/*Features*/
.feature-inner{
	text-align: center;
}

#_RASdivRecommendedShop h2, 
#_RASdivRecommendedShop h3{
	text-shadow: 2px 2px 2px #ccc;
	text-align:center;
	}

#_RASdivRecommendedShop h3{
	font-weight: lighter;
	text-align: left;
	font-size: 24px;
	}

.icon-wrapper{
	display: inline-block;
	background-color: #d29948;
	color: #fff;
	padding: 25px;
	box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
	-webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
	border-radius: 100%;
	margin: 10px 0;
}

dt{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	width: 150px;
	float: left;
	clear: both;
	text-align:right;
	}

dd{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 170px;
	}
.hoverZoom{
	width:120px;
	height:100px;
	overflow: hidden;
	position:relative;
	z-index:1;
}
.hoverZoom img{
	width:120px;
	height:100px;
}
.hoverZoom:hover{
	overflow: visible;
	top:-100px;
	left:-50px;
	z-index: 1000;
}
.hoverZoom:hover img{
	height:240px;
	width:240px;
}

#_RASdivEventInfo .single-service{
	margin: 25px 0 35px 0;
}

.sidebar-item .media h3{
	height:23px;
	overflow:hidden;
	word-break:break-all;
}
.sidebar-item .media:hover h3{
	height:23px;
}
.sidebar-item .media h4{
	height:38px;
	overflow:hidden;
	word-break:break-all;
}

.single-topic{
	padding: 3px 0 8px	30px;
	margin: 5px 0 3px 0;
	border-bottom: 1px solid #808080;
}
.single-topic:last-child{
	border-bottom: none;
}

.single-topic .topic-type{
	margin-bottom: 5px;
	border-left: 3px solid #c3882b;
	font-weight:bold;
}

.single-topic .topic-media,
.single-topic .topic-body{
	display:inline-block;
	vertical-align:top;
}
.single-topic .topic-media{
	margin-right: 10px;
}
.single-topic .topic-body{
	margin-top: 3px;
	max-width: 705px;
}
.single-topic .topic-body h3{
	margin: 0 0 5px 0;
}
.single-topic .topic-body .topic-dsc{
	color:#797979;
}

.single-topic .topic-type .topic-typeName{
	color:#fff;
	border-radius:4px;
}
.single-topic .topic-type .topic-typeName.topic-typeEvent{
	background-color:#f00;
}
.single-topic .topic-type .topic-typeName.topic-typeShop{
	background-color:#07a007;
}
.single-topic .topic-type .topic-typeName.topic-typePickup{
	background-color:#2c2cff;
}
.single-topic .topic-type .topic-typeName.topic-typeAbout,
.single-topic .topic-type .topic-typeName.topic-typeUpdate{
	background-color:#ff7a00;
}

#_RASdivEventdetails div.post-bottom{
	text-align: right;
	border-top: 0;
}

#_RASdivEventdetails div.time-count{
	text-align: right;
	border-top:1px solid #eeeeee
}

#RAS_SNSLogin_Facebook{
	color: #fff;
	background: #4267b2;
}

#RAS_SNSLogin_Twitter{
	color: #fff;
	background: #1da1f2;
}

.edtLike,
.edtComment,
.showMap{
	transition: 0.3s;
	color: #a5732a;
	cursor:pointer;
}
.edtLike:hover,
.edtComment:hover,
.showMap:hover{
	color: #dab074;
}
.edtLike.addedLike{
	color: #ff4500;
}
.edtLike.addedLike:hover{
	color: #ff8c61;
}
.edtComment.addedComment{
	color: #09f;
}
.edtComment.addedComment:hover{
	color: #8cf;
}


.social-icons ul li i{
	font-size: 18px;
	color: #d3d3d3;
	padding: 0;
	}
.social-icons ul li i:hover .fa-facebook {
	color:#0884d5;
	}
.social-icons ul li i:hover .fa-twitter {
	color:#2AA7DC;
	}
.social-icons ul li i:hover .fa-google-plus {
	color:#A22523;
	}
.social-icons ul li i:hover .fa-dribbble {
	color:#E94989;
	}
.social-icons ul li i:hover .fa-linkedin {
	color:#006DC0;
	}

.social-icons ul li i:hover,
.social-icons ul li i:focus{
	color:#dbb075;
	background: none;
}

.Link-banner{
	margin: 10px auto;
}

.gMap_info p{
	margin: 0;
}

#_RASdivTopics_Shop h2, 
#_RASdivTopics_Shop h3{
	text-shadow: 2px 2px 2px #ccc;
	}
	
#_RASdivTopics_Shop h3{
	font-weight: lighter;
	font-size: 24px;
	}	
	
	
#_RASdivTopics_Shop img{
	box-shadow: 2px 2px 3px #000;
	}
#sponser{
	margin: 45px auto;
	background-image: url(../images/_home/tour-bg.png);
	background-color: #fbfafa;
	width: 100%;
}

#sponser .clients{
	margin: 0;
}


.ui-datepicker .ui-datepicker-prev span,
 .ui-datepicker .ui-datepicker-next span {
		color: transparent;
}

#holidaySelect_accordionArea.ui-accordion .ui-accordion-content{
	padding:0;
}

.ui-datepicker .ui-datepicker-calendar td.day .ui-state-default{
	transition: 0.3s;
	border:transparent 1px solid;
	background:none;
} 
#holidayCalendar .ui-datepicker .ui-datepicker-calendar td.day .ui-state-default:hover{
	border:#f00 solid 1px;
	border-radius:50%;
} 

/*td.ui-datepicker-week-end.sunday a,*/
th.ui-datepicker-week-end span[title=Sunday] {
	color:#af0000;
}
/*td.ui-datepicker-week-end.saturday a,*/
th.ui-datepicker-week-end span[title=Saturday]{
	color:#0000af;
}
#holidayCalendar .ui-datepicker{
	margin:none;
}
#holidayCalendar .ui-datepicker-group table{
	line-height: 20px;
}
#holidayCalendar .ui-datepicker td.day{
	padding:0;
}
#holidayCalendar .ui-datepicker td.day a{
	text-align:center;
	padding: 0;
}
#holidayCalendar .ui-datepicker .ui-datepicker-calendar td.holiday a{
	background: #fdd !important;
	color:#af0000;
}

#_RASdivShopdetails_Menu .title{
	margin-bottom: 55px;
	margin-top: 10px;
	background-image: url(../images/_home/tour-bg.png);
	background-color: #fbfafa;
	background-repeat: repeat-x;
	background-position: center;
	width: 100%;
	position: static;
}


.hoverMenu{
	background:#4ec6f3;
}

.selectedMenu{
	border: solid #ccc 2px;
}

.ui-timepicker-table td a {
  display: inline !important;
}

#_RASdivServiceTable{
	padding-bottom:10px;
}

#_RASdivServiceTable > div.filteringItem.even-row > .row{
	background-color: #fff3d3;
	z-index:-1;
}

#_RASdivServiceTable > .filteringItem > .row{
	border: solid 1px #d29948;
}

#_RASdivServiceTable > .filteringItem ~ .filteringItem > .row{
	border-top-width: 0px;
}

#_RASdivServiceTable > .filteringItem > .row > div{
	border-left: solid 1px #d29948;
	border-right: solid 1px #d29948;
	margin-left: -1px;
}
#_RASdivServiceTable > .filteringItem > .row > div:first-of-type{
	border-left: 0;
}
#_RASdivServiceTable > .filteringItem > .row > div:last-of-type{
	border-right: 0;
}

.row.row-eq-height{
	display: flex;
	flex-wrap: wrap;
}

#_RASdivShopdetails_Service .title{
  margin-bottom: 55px;
  margin-top: 10px;
  background-image: url(../images/_home/tour-bg.png);
  background-color: #fbfafa;
  background-repeat: repeat-x;
  background-position: center;
  width: 100%;
  position: static;
}

div.timeline-Header{
  padding: 0 0 10px 10px;
}


.fb_dialog_advanced{
  width: 100%;
  left: 0px !important;
}
.FB_UI_Dialog{
  min-width: 100%;
}
.fb_dialog_iframe iframe{
  max-width: 100%;
}

#currentReviews{
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo UI, 'ＭＳ Ｐゴシック';
  position:absolute;
  padding: 5px;
  background-color:#fff;
  border:solid 2px #dab074;
  border-radius:5px;
  color:#333;
  text-align:left;
  cursor: auto;
}

#currentReviews > div:not(:first-of-type){
  border-top: solid 1px #dab074;
  padding-top: 5px;
}
#currentReviews > div:not(:last-of-type){
  padding-bottom: 5px;
}

.Customerreviews .CustomerreviewsImgL img{
  max-width:76px;
  max-height:76px;
  border-radius: 7px;
}

#Dlg_UsrPropatySNS span{
	padding: 2px;
	border-radius: 4px;
}

.swiper-pagination-bullet-active {
    background: #a5732a !important;
}
.swiper-button-next{
	color:black;
	background-image:url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23a5732a'%2F><%2Fsvg>") !important;
}

.swiper-button-prev{
	color:black;
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23a5732a'%2F%3E%3C%2Fsvg%3E") !important;
}

.placeholder{
	height: 380px;
}

#_RASdivEventInfo .image-responsive.h200{
	max-height: 200px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

@keyframes logoFlip{
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}

