/*--------------------------------------------------------------
#0.2	Theme reset style
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
	.section-title h2,
	.section-title h3 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 575px) {
	.section-title h2,
	.section-title h3,
	h2,
	h3 {
		font-size: 22px;
	}
	.section-title p {
		font-size: 13px;
	}
	footer .container .row:first-child > .col {
		min-height: auto !important;
	}
	footer .copyright p {
		font-size: 12px;
		line-height: 15px;
		margin-top: 10px;
	}
	footer .copyright p a {
		font-size: 12px;
	}
}
@media only screen and (max-width: 767px) {
	
	footer .container .row:first-child > .col {
		min-height: 270px;
	}
	.section-title h2 {
		font-size: 25px !important;
	}
	.section-title h2,
	.section-title h3,
	h2,
	h3 {
		font-size: 25px;
	}
	.section-title p {
		font-size: 15px !important;
	}
	a.back-to-top {
		display: none !important;
	}
}
@media only screen and (max-width: 575px) {	
	footer .copyright ul li {
		width: 60px !important;
	}
	footer .copyright ul li img {
		margin: 0 auto;
	}
	.about-content {
		padding-left: 0;
		margin-top: 20px;
	}
	.about-content h3 {
		line-height: 40px;
		font-size: 32px;
	}
	.service .section-title h2 {
		margin: 0;
	}
	.faeture .featInner {		
		top: 15px;
		padding: 50px 15px;
	}
	.faeture {
		margin-bottom: 30px;
	}
	.featInner h2 {
		font-size: 36px;
		padding: 0 0px;
	}
	#first-feature, #second-feature, #third-feature, #fourth-feature, #fifth-feature {
		border-width: 0px 0px 1px 0px;
	}
}
/*--------------------------------------------------------------
#1.1	header
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
	header .navbar-header {
		margin-bottom: 20px;
		position: relative;
		left: 50%;
		-webkit-transform: translate(-50%);
		transform: translate(-50%);
	}
	header #navbar {
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width: 991px) {
	/******************** navigation setting ********************/
	header .navbar > .container {
		padding-left: 0;
		padding-right: 0;
	}
	header .navbar-header {
		width: 100%;
	}
	header .navbar-brand {
		position: relative;
		left: 50%;
		-webkit-transform: translate(-50%);
		transform: translate(-50%);
	}
	header .navbar #navbar {
		margin-top: 60px;
	}
	header .navbar #navbar .dropdown li {
		margin-left: 0;
	}
	header .search-wrapper {
		position: absolute;
		top: 50px;
		right: 33px;
	}
}
@media only screen and (max-width: 767px) {
	/******************** navigation setting ********************/
	header  {
		background: transparent !important;
	}
	header .navbar .navbar-nav {
		visibility: visible !important;
		opacity: 1 !important;
	}
	header .open-menu {
		display: none;
	}
	header .navbar {
		padding-bottom: 0px !important;
	}
	header  #navbar {
		width: 300px;
		padding-left: 20px;
		margin-top: 0px !important;
		position: absolute;
		z-index: 10;
	}
	header .navbar-header {
		background: #111;
		padding-top: 10px;
		margin: 0 !important;
		height: 160px;
	}
	header .navbar-header button {
		border: 1px solid #fff;
		position: absolute;
		left: 25px;
		bottom: 20px;
	}
	header .navbar-header button span {
		background-color: #fff;
	}
	header .navbar .pull-right {
		float: none !important;
	}
	header .navbar #navbar ul > li {
		margin-left: 0;
	}
	header .navbar #navbar ul > li > a {
		padding: 10px 15px 10px 35px;
	}
	/*search-wrapper*/
	header .search-wrapper .search-box {
		top: 85px;
	}
	
	header .search-wrapper {
		top: 70px !important;
	}
	.common-header .navbar #navbar {
		z-index: 1000;
	}
	/*drop-down-menu*/
	header .navbar a {
		position: relative;
	}
	header .navbar a i {
		position: absolute;
		right: 25px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	header .dropdown-menu {
		background: #fff !important;
		position: absolute !important;
		width: 100% !important;
		visibility: visible;
	}
	header .dropdown-menu a {
		padding-left: 45px !important;
	}
	.dropdown-menu:before {
		display: none;
	}
}
@media only screen and (max-width: 1199px) {
	.common-header .navbar #navbar > ul > li {
		margin-left: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.common-header .navbar #navbar > ul > li {
		margin-left: 0;
	}
}
/*--------------------------------------------------------------
#1.2	hero
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
	.hero > a {
		top: -190px;
	}
	/******************** title-box ********************/
	.hero .container .box {
		background: url(../images/home-2/slide-title-sm-bg.png) no-repeat;
		width: 650px;
		height: 203px;
	}
	.hero .box span {
		font-size: 20px;
	}
	.hero .box h2 {
		font-size: 62px;
		line-height: 70px;
		top: 20px;
	}
	/******************** slider-button ********************/
	.hero .owl-prev,
	.hero .owl-next {
		right: 1%;
	}
	.hero .owl-next {
		top: 56%;
		-webkit-transform: translateY(-56%);
		transform: translateY(-56%);
	}
}
@media only screen and (max-width: 991px) {
	.hero .box + p {
		margin: 33px 0 68px;
	}
	.hero .item img {
		height: 500px !important;
	}
	
	/******************** slider-button ********************/
	.hero .owl-next {
		top: 57%;
		-webkit-transform: translateY(-57%);
		transform: translateY(-57%);
	}
}
@media only screen and (max-width: 767px) {	
	.hero > a {
		top: -50px;
	}
	/*hero for home style-2*/
	.hero .item {
		height: 500px;
	}
	/******************** title-box ********************/
	.hero .container {
		width: 100%;
	}
	.hero .container .box {
		background: url(../images/home-2/slide-title-xs-bg.png) no-repeat;
		width: 400px;
		height: 125px;
	}
	.hero .box span {
		font-size: 12px;
	}
	.hero .box h2 {
		font-size: 32px;
		line-height: 40px;
		top: 12px;
	}
	.hero .box + p {
		font-size: 16px;
		line-height: 28px;
		padding: 0 25px;
		margin: 23px 0 38px;
	}
	/******************** slider-button ********************/
	.hero .owl-prev,
	.hero .owl-next {
		top: 90%;
		-webkit-transform: translateY(-90%);
		transform: translateY(-90%);
	}
	.hero .owl-next {
		top: 82%;
		-webkit-transform: translateY(-82%);
		transform: translateY(-82%);
	}
	#main-hero .owl-controls {
		margin-top: -50px;
	}
}
@media only screen and (max-width: 575px) {	
	.hero > a {
		top: -10px;
	}	
	
	.hero .container .box {
		background: url(../images/home-2/slide-title-tin-bg.png) no-repeat;
		width: 300px;
		height: 110px;
		margin-top:250px;
	}
	.hero .box span {
		font-size: 14px;
	}
	.hero .box h2 {
		font-size: 24px;
		line-height: 30px;
		top: 18px;
	}
	.hero .box + p {
		font-size: 14px;
	}
	/*home-2*/
	#home-2 .hero .box + p {
		padding-left: 0;
		padding-right: 0;
		margin: 0;
	}
	#home-2 .hero .col a {
	    width: 180px;
	}
	#home-2 .hero .owl-buttons {
		display: none;
	}
}
@media only screen and (max-width: 320px) {
	.hero .container .box {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#home-2 .hero .item {
		height: 400px !important;
	}
}
/*--------------------------------------------------------------
#1.5	service
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
	.service .owl-prev {
		left: 10px;
	}
	.service .owl-prev {
		left: -7px;
	}
}
@media only screen and (max-width: 767px) {
	#home-2 .service {
		padding: 70px 0;
	}
	#home-2 .service .section-title {
		margin-bottom: 70px;
	}
}
@media only screen and (max-width: 575px) {
	.service .service-slider h3 {
		font-size: 20px;
	}
}
/*--------------------------------------------------------------
#1.6	faeture
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
	.faeture .col {
		padding: 40px 20px;
	}
}
@media only screen and (max-width: 575px) {
	.faeture .col {
		width: 100%;
	}
	.faeture .col i:before {
		margin-left: 0;
		font-size: 25px;
	}
	.faeture h3 {
		margin: 1em 0;
	}
}
/*--------------------------------------------------------------
#1.7.1	news
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
	/*Luxury spa and resort*/
	.news-shop .news .portfolio + h3 {
		font-size: 45px;
	}
	.news-shop .news .portfolio + h3 span {
		font-size: 25px;
	}
}
@media only screen and (max-width: 767px) {
	.news-shop {
		padding: 70px 0;
	}
	#home-2 .news-shop h3 {
		margin: 10px 0 15px;
	}
	#home-2 .news-shop .playfair {
		color: #fff;
	}
	#home-2 .news-shop .news-slider {
		margin-bottom: 30px;
	}
	#home-2 .news-shop .news-slider .owl-buttons {
		position: relative;
		top: 0px;
	}
	.news-shop .news .portfolio h3 + p {
		margin-bottom: 1em;
	}
	.news-shop .news .portfolio span {
		font-size: 16px;
	}
}
@media only screen and (max-width: 575px) {
	/*portfoliio*/
	#home-2 .portfolio + h3 {
		margin-top: 50px !important;
	}
	.news-shop .news .portfolio h3 {
		font-size: 20px;
	}
	.news-shop .news .portfolio h3 + p {
	    font-size: 17px;
	    line-height: 25px;
	}
	.news-shop .news .portfolio span {
    	font-size: 15px;
	}
	/*luxery text*/
	.news-shop .news .portfolio + h3 {
		font-size: 40px;
		line-height: 35px;
		padding-bottom: 10px;
	}
	.news-shop .news .portfolio + h3 span {
		font-size: 25px;
	}
	.news-shop .news-slider .news-details h3 {
		font-size: 20px;
	}
	.news-shop .sort-about p:first-child {
		font-size: 15px;
	}
	/*news-slider*/
	.news-shop .news-slider .date > div {
		width: 60px;
		padding: 10px 0;
	}
	.news-shop .news-slider .date {
		padding-left: 0;
	}
	.news-shop .news-slider .date p {
		font-size: 20px;
		line-height: 20px;
	}
	.news-shop .news-slider .date p span {
		font-size: 14px;
	}
}
/*--------------------------------------------------------------
#1.7.2	shop
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
	.news-shop .shop .item > .col {
		padding: 0 4px;
	}
}
@media only screen and (max-width: 991px) {
	.news-shop .shop {
		margin-top: 100px;
	}
}
@media only screen and (max-width: 767px) {
	.news-shop .shop .item > .col {
		padding: 0 15px;
	}
}
@media only screen and (max-width: 575px) {
	.news-shop .shop .item > .col {
		width: 100%;
	}
}
/*--------------------------------------------------------------
#1.10	footer
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
	footer .row:first-child .col:nth-child(1),
	footer .row:first-child .col:nth-child(2) {
		margin-bottom: 70px;
	}
	/*copyright*/
	footer .copyright .col:last-child {
		padding-left: 0;
		margin-top: 25px;
	}
	footer .copyright .pull-right {
		float: left !important;
	}
}
@media only screen and (max-width: 767px) {
	footer {
		padding: 70px 0 23px;
	}
	footer .row:first-child {
		padding-bottom: 40px;
	}
	footer .row:first-child .col:nth-child(1), 
	footer .row:first-child .col:nth-child(2) {
		margin-bottom: 30px;
	}
	footer h2 {
	    font-size: 22px;
	    margin: 0 0 20px 0;
	    padding: 0 0 15px 0;
	}
	footer .nav li {
		display: inline-block !important;
	}
	
	/*copyright*/
	footer .copyright {
		margin-left: 10px;
		margin-right: 10px;
	}
	footer .copyright .nav {
		padding-left: 15px;
	}
}
@media only screen and (max-width: 575px) {
	footer h2 {
		font-size: 20px;
		margin: 25px 0 25px 0;
		padding: 0 0 25px 0;
	}
	footer .row:first-child > .col {
		width: 100%;
	}
	footer .row:first-child .col {
		margin-bottom: 70px;
	}
	footer .row:first-child .col:last-child {
		margin-bottom: 0;
	}
	footer .copyright .col:first-child {
		line-height: auto;
	}
	footer .copyright .nav li {
		margin-left: 5px;
	}
	footer .copyright img {
		display: block;
		width: 100%;
	}
}
/*--------------------------------------------------------------
#2	gallery-2
--------------------------------------------------------------*/
@media only screen and (max-width: 991px){
	.gallery-content .hover-content h3 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px){
	.gallery-content {
		padding-bottom: 60px !important;
	}
	.gallery-content .hover-content h3 {
		font-size: 15px;
	}
	.gallery-content .hover-content a {
		width: 100px;
		height: 35px;
		line-height: 35px;
	}
}
@media only screen and (max-width: 575px){
	.gallery-content .col {
		width: 100%;
    flex: auto;
	}
	.gallery-content .container > a {
	    width: 120px;
	    height: 35px;
	    line-height: 35px;
	    border-radius: 0;
	    font-size: 12px;
	    margin-top: 38px !important;
	}
	#gallery-3 .my-gallery > .col {
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 767px){
	
	#gallery-3 .thumbnail h3 {
		font-size: 18px;
	}
}
@media only screen and (max-width: 575px){
	#gallery-3 .thumbnail h3 {
		font-size: 14px;
	}
}
/*--------------------------------------------------------------
#4	service
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.1	banar
--------------------------------------------------------------*/
@media only screen and (max-width: 991px){
	#service .services h2 {
		font-size: 38px !important;
	}
}
@media only screen and (max-width: 767px) {
	#service .services {
		padding-top: 70px;
	}
	#service .services .section-title p {
		margin-bottom: 60px;
	}
	#service .services h2 {
		font-size: 30px !important;
	}
	.services .left,
	.services .right {
		margin-left: 15px;
		margin-right: 15px;
	}
	.services .facial .like-comment, 
	.services .body .like-comment, 
	.services .foot .like-comment {
		margin-top: 40px;
	}
	
	#service .banar .col {
		text-align: center;
	}
}
@media only screen and (max-width: 575px) {
	#service .services h2 {
		font-size: 20px !important;
	}
	.spa-advantages .advantages .row {
		margin-bottom: 15px;
	}
	.spa-advantages .advantages .icon {
		width: 50px;
	    height: 50px;
    }
	.spa-advantages .advantages i {
	    width: 40px;
	    height: 40px;
	}
	.spa-advantages .advantages i:before {
		font-size: 25px;
	}
	.spa-advantages .playfair {
		font-size: 13px;
	}
	.spa-advantages .advantages h3 {
		font-size: 14px;
		line-height: 20px;
	}
}
/*--------------------------------------------------------------
#9	contact
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
	#contact .keep-in-touch h2,
	#contact .leave-message .right-col .section-title h2 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 575px) {
	#contact .keep-in-touch h2,
	#contact .leave-message .right-col .section-title h2 {
		font-size: 25px;
	}
	.section-title h2 {
		font-size: 20px !important;
		margin-bottom: 15px !important;
	}
}
/*--------------------------------------------------------------
#9.1	keep-in-touch
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	#contact .keep-in-touch {
		padding: 50px 0;
	}
	#contact .keep-in-touch .content .col {
		margin-bottom: 80px;
		border: 0;
	}
	#contact .keep-in-touch .content .col:last-child {
		margin-bottom: 0;
	}
	#contact .keep-in-touch .content h3 {
		margin: 1em 0;
		font-size: 18px;
	}
	#contact .keep-in-touch .container > a {
		width: 160px;
	    height: 35px;
	    line-height: 35px;
	    border-radius: 25px;
	    margin-top: 80px;
	    font-size: 12px;
	}
}
/*--------------------------------------------------------------
#9.2	leave-message
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
	/*right-col*/
	#contact .leave-message .right-col {
		padding: 80px 20px;
	}
	#contact .leave-message .right-col .section-title {
		padding-bottom: 72px;
		margin-bottom: 40px;
	}
	#contact .leave-message .right-col .section-title div {
		left: 0 !important;
		top: 80px;
	}
	#contact .form-inline .col label {
		color: #fff;
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	#contact .leave-message .left-col {
		height: 400px !important;
	}
	#contact .leave-message .right-col {
		padding: 80px 30px;
	}
	#contact .form-inline .col {
		padding-left: 0 !important;
	}
	#contact .leave-message .form-inline input[type="submit"] {
	    width: 120px;
	    height: 35px;
	    line-height: 30px;
	    border: 1px solid #fff;
	    font-size: 14px;
	}
}
@media only screen and (max-width: 575px) {
	#contact .leave-message .right-col {
		padding: 60px 30px;
	}
	#contact .keep-in-touch .section-title {
		margin-bottom: 50px;
	}
	#contact .keep-in-touch .content span {
	    width: 80px;
	    height: 80px;
	}
	#contact .keep-in-touch .content span i {
	    width: 70px;
	    height: 70px;
	}
}
@media (max-width:1919px) and (min-width:1200px) {
	
    .about .section-title {
    	width: 100%;
    	margin-left: 0;
    }
	
	#contact .leave-message .right-col {
		background-color: #d34908;
		padding: 70px 60px ;
	}
}
