@font-face {
    font-family: "Yekan";
    src: url( "/Fonts/W_YEKAN_0.TTF" );
    src: local( "?" ), url( "../Fonts/W_YEKAN_0.TTF" )format( "truetype" );
}
*{
font-family:Yekan;
}

body{
	direction:rtl;
}
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
html, body{
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 100%;
	/*background: #ffffff;*/
}
@font-face {
    font-family: 'PoiretOne-Regular';
    src: url(../Fonts/yekan.ttf)format('truetype'); /*/Theme-Contactus/PoiretOne-Regular.ttf*/
}
a:hover{
 text-decoration:none;
}
input[type="button"],input[type="submit"],li.parallelogram{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
 font-family:  'Yekan','Italianno', cursive;
}	
p{
	margin:0;
	font-family: 'Yekan','Merriweather Sans', sans-serif;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}

.blog-section {
    padding: 6em 0;
}
/*-- contact-page --*/
h3.tittle {
    font-size: 5em;
    color: #333;
}
.arrows-three{
	    position:relative;
		color:#FF7A73;
		font-size:2em;
}
.arrows-three:before{
      content: '';
    position: absolute;
    bottom:43%;
    right: 22.5%;
    background: #333;
    width: 22%;
    height: 3px;
}
.arrows-three:after{
     content: '';
    position: absolute;
  bottom: 43%;
    left: 22.5%;
    background: #333;
     width: 22%;
    height: 3px;
}
.contact-grid {
    padding-right:0;
	text-align: center;
}
form#filldetails {
  width:98%;
  margin: 0 auto;
}
form .field {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
form .field label {
    position: absolute;
    top: 0;
    right: 0;
    background:#333;
    width: 100%;
    padding: 16px 0;
    font-size: 15px;
    letter-spacing: 0.075em;
    color: #EAEAEA;
    -webkit-transition: all 333ms ease-in-out;
    -moz-transition: all 333ms ease-in-out;
    -o-transition: all 333ms ease-in-out;
    -ms-transition: all 333ms ease-in-out;
    transition: all 333ms ease-in-out;
	    font-weight: 400;
}
form .field label + span {
    opacity: 0;
    color: white;
    display: block;
    position: absolute;
    top: 7px;
    right: 4%;
    font-size: 25px;
    text-shadow: 1px 2px 0 #cd6302;
    -webkit-transition: all 333ms ease-in-out;
    -moz-transition: all 333ms ease-in-out;
    -o-transition: all 333ms ease-in-out;
    -ms-transition: all 333ms ease-in-out;
    transition: all 333ms ease-in-out;
}
form .field input[type="text"],
form .field textarea {
  border: none;
  background: #E8E9EA;
  width: 100%;
  margin: 0;
  padding: 18px 0;
  padding-right: 22%;
  color: #313A3D;
  font-size: 13px;
  letter-spacing: 0.05em;
      font-family: 'Merriweather Sans', sans-serif;
}
form .field input[type="text"]#msg,
form .field textarea#msg {
  resize: none;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
      font-family: 'Merriweather Sans', sans-serif;
	      height: 55px;
    overflow: hidden;

}
form .field input[type="text"]:focus, form .field input[type="text"].focused,
form .field textarea:focus,
form .field textarea.focused {
  outline: none;
}
form .field input[type="text"]:focus#msg, form .field input[type="text"].focused#msg,
form .field textarea:focus#msg,
form .field textarea.focused#msg {
  padding-bottom: 150px;
}
form .field input[type="text"]:focus + label, form .field input[type="text"].focused + label,
form .field textarea:focus + label,
form .field textarea.focused + label {
  width: 18%;
  background:#FF7A73;
  color: #fff;
}
form .field input[type="text"].focused + label,
form .field textarea.focused + label {
  color: #FF7A73;
}
/*New*/
form .field input[type="email"],
form .field textarea {
  border: none;
  background: #E8E9EA;
  width: 100%;
  margin: 0;
  padding: 18px 0;
  padding-right: 22%;
  color: #313A3D;
  font-size: 13px;
  letter-spacing: 0.05em;
      font-family: 'Merriweather Sans', sans-serif;
}
form .field input[type="email"]#msg,
form .field textarea#msg {
  resize: none;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
      font-family: 'Merriweather Sans', sans-serif;
	      height: 55px;
    overflow: hidden;

}
form .field input[type="email"]:focus, form .field input[type="email"].focused,
form .field textarea:focus,
form .field textarea.focused {
  outline: none;
}
form .field input[type="email"]:focus#msg, form .field input[type="email"].focused#msg,
form .field textarea:focus#msg,
form .field textarea.focused#msg {
  padding-bottom: 150px;
}
form .field input[type="email"]:focus + label, form .field input[type="email"].focused + label,
form .field textarea:focus + label,
form .field textarea.focused + label {
  width: 18%;
  background:#FF7A73;
  color: #fff;
}
form .field input[type="email"].focused + label,
form .field textarea.focused + label {
  color: #FF7A73;
}
/*end*/
form .field:hover label {
  width: 20%;
  background:#FF7A73;
  color: white;
}
form input[type="submit"]:focus {
  outline: none;
  background: #cd6302;
}
.send {
    margin-top:2em;
}
.send input[type="submit"]{
       border: none;
    background: #F4716A;
    cursor: pointer;
    border-radius: 0px;
    width: 155px;
    color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
     padding: 1em 1em;
	font-size:1em;
	outline:none;
	-webkit-appearance:none;
}
.send input[type="submit"]:hover {
	  -webkit-transform: translateY(-3px);
	  -ms-transform: translateY(-3px);
	  transform: translateY(-3px);
	  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
	  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
	   -o-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
	    -moz-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
}

.map {
   margin-top: 4em;
}
.map iframe {
    height: 400px;
    border: none;
    width: 100%;
}
.con-top ul li,.con-top ul li a {
    display: block;
    line-height: 2em;
    font-size: 1em;
    color: #777;
	list-style:none;
}
.con-top ul li a {
  color: #FF7A73;
  text-decoration:none;
}
.con-top {
    margin-top: 2em;
	    margin-top: 2em;
    float: right;
}
.con-top.two {
    margin-right: 3em;
}
#contact {
    padding: 6em 0;
}
.con-top h4 ,h4.info{
        font-size: 1.4em;
    color: #FF7A73;/*#efa52c*/
    font-weight: bold;
    font-family:  'Yekan','Merriweather Sans', sans-serif;
    text-transform: uppercase;
	margin-bottom: 0.5em;
}
h4.info{
	font-size:2em;
}
p.para1,p.wel-text {
    color: #777;
    font-size: 1em;
    line-height: 1.9em;
}
p.wel-text{
	margin:1em 0;
}
.contact-in {
    margin-top: 4em;
}

/*-- responsive-design starts-here --*/
/*
@media (max-width: 1440px) {
	.banner-info p {
		font-size: 3em;
	}
}
@media (max-width: 1366px) {
	.ab-text p,.services-gd p,.test-review p,.bottom-top p,p.wel-text,p.para1,.con-top ul li, .con-top ul li ,.single-img p{
		font-size:0.9em;
	}
	
	h3.tittle,h3.single {
		font-size: 4.5em;
	}
	
	
}
@media (max-width:1280px) {
	#about,#team,#gallery,#contact,.blog-section{
		    padding:5em 0;
	}
	#services{
		 padding:6em 0;
	}
	.info-gal-con h4 {
		font-size: 45px;
		margin-bottom: 14px;
	}
}
@media (max-width:1024px) {
	.link-effect-4 a {
		padding: 0 10px;
		margin: 0 8px;
	}
	.banner-info p {
		font-size: 2.5em;
	}
	.banner-info h3 {
       font-size: 4em;
	}
	.banner-info {
		padding: 4em 2em;
		z-index: 999;
		margin: 11% auto 0;
		width: 54%;
	}
	.arrows:before {
		content: '';
		position: absolute;
		bottom: 45%;
		right: 19.5%;
		width: 22%;
		height: 3px;
	}
	.bottom-top p {
		margin: 1em auto;
		width: 65%;
	}
	.arrows:after {
		content: '';
		position: absolute;
		bottom: 45%;
		left: 19.5%;
		width: 22%;
		height: 3px;
	}
	.callbacks_tabs {
		bottom: -10%;
		right: 45%;
	}
	.banner {
      min-height:700px;
	}
	.down {
		position: absolute;
		right: 43%;
		    top: 87%;
	}
	.services-gd h4 {
      font-size: 1.2em;
	}
	.view {
		width: 212px;
		    height: 307px;
	}
	.view-fifth h4 {
      font-size: 16px;
	}
	.view .mask, .view .content{
		    width: 233px;
    height: 330px;
		
	}
	.s-1 h3, .s-2 h3, .s-3 h3, .s-1 h3, .s-2 h3, .s-4 h3 {
		font-size: 1.3em;
		padding-top: 17em;
	}
	.view p {
		font-size: 0.8em;
		padding: 10px 10px 0px 20px;
	}
	.test-monials {
		text-align: center;
		float: left;
		margin-top: 6em;
		padding: 0;
	}
	.arrows-serve:before {
		content: '';
		position: absolute;
		bottom: 43%;
		right: 29.5%;
		width: 13%;
		height: 3px;
	}
	.arrows-serve:after {
		content: '';
		position: absolute;
		bottom: 43%;
		left: 29.5%;
		width: 13%;
		height: 3px;
	}
	.arrows-three:before {
		content: '';
		position: absolute;
		bottom: 43%;
		right: 23.5%;
		width: 18%;
		height: 3px;
	}
	.arrows-three:after {
		content: '';
		position: absolute;
		bottom: 43%;
		left: 22.5%;
		width: 18%;
		height: 3px;
	}
	.con-top.two {
		margin-right: 1em;
	}
	.contact-in {
		margin-top: 4em;
		padding: 0;
	}
	.banner.two {
		min-height: 200px;
	}
	figure.effect-jazz h4 {
    padding-top: 29%;
	}
	.arrows-serve.test:before {
		content: '';
		position: absolute;
		bottom: 43%;
		right: 32.5%;
		width: 9%;
		height: 3px;
	}
	.arrows-serve.test:after {
		content: '';
		position: absolute;
		bottom: 43%;
		left: 32.5%;
		width: 9%;
		height: 3px;
	}
	.view h4 {
      padding: 18px 10px;
	}
	.grid figure figcaption {
      padding: 2em 0;
	}
	.arrows-reserve:before {
		content: '';
		position: absolute;
		bottom: 43%;
		right: 31.5%;
		background: #fff;
		width: 11%;
		height: 3px;
	}
	.arrows-reserve:after {
		content: '';
		position: absolute;
		bottom: 43%;
		left: 31.5%;
		background: #fff;
		width: 11%;
		height: 3px;
	}
}
@media (max-width:991px) {
	.top-menu li a {
		font-size: 0.87em;
	}
	.top-menu {
		margin-top: 1.5em;
	}
	.link-effect-4 a {
		padding: 0 10px;
		margin: 0 3px;
	}
	.s-1,.s-2,.s-3,.s-4 {
		float: right;
		width:50%;
	}
	.view {
	    width: 301px;
    height: 325px;
    margin: 0 2em;
	}
	.view p {
		font-size: 0.8em;
		padding: 21px 0px 0px 40px;
	}
	.view-fifth img {
		width: 100%;
	}
	.view .mask, .view .content {
		width: 341px;
		height: 325px;
		    right: -41px;
	}
	.test-right-img {
		min-height: 500px;
	}
	.test-monials {
		text-align: center;
		float: none;
		margin-top: 0;
		padding: 0;
		width: 100%;
		padding: 5em 0;
	}
	.reservation-info {
		margin-top: 3em;
	}
	.book-reservation {
		margin-top:0em;
	}
	#reservation {
		min-height:750px;
		padding-bottom: 3em;
	}
	.book-reservation label {
       font-size: 1.3em;
	}
	.book-reservation select.form-control {
		font-size: 1em;
		padding: 1em 1em;
		height: 66px;
		background: none;
		margin-bottom: 1.5em;
	}
	.baner-top {
	    padding: 10px 10px;
		float: right;
		width: 50%;
	}
	.ban-mar {
		margin:0px!important;
	}
	.bottom-top span {
      font-size: 2.5em;
	}
	.contact-in {
		margin-top: 4em;
		padding: 0 10px;
	}
	.con-top.two {
		margin-right: 5em;
	}
	.down {
		position: absolute;
		right: 43%;
		top: 90%;
	}
	.banner-info p {
		font-size: 2.3em;
	}
	.services-gd{
		float: right;
		width: 50%;
	}
	.services-gd:nth-child(3),.services-gd:nth-child(4),.s-3,.s-4{
		margin-top:1em;
	}
	.ab-text {
		text-align: center;
		margin-top:0em;
	}
	.ab-right {
		float: none;
	}
	.ab-text {
		margin-top: 2em;
	}
	.preview {
		float: right;
	}
	.single_grid2 p {
		font-size: 0.9em;
		line-height: 1.9em;
		margin-top: 0.5em;
	}
	.data {
		float: left;
		width: 86%;
	}
	.logo a h1 {
    font-weight: bold;
    font-size: 4em;
	}
}
@media (max-width:800px) {
	.banner-info {
		padding: 4em 2em;
		margin: 11% auto 0;
		width: 71%;
	}
	.logo a h1 {

      font-size: 4em;
	}
	a.blog-text {
      font-size: 1.4em;
	}
	.down {
		position: absolute;
		right: 42%;
		top: 90%;
	}

	.data {
		float: left;
		width: 86%;
	}
	.view {
		width: 282px;
		height: 325px;
		margin: 0 1em;
	}
	.view p {
		font-size: 0.8em;
		padding: 10px 53px 0px 60px;
		text-align: center;
	}
	.view h4 {
		padding: 18px 35px;
	}
}
@media (max-width:768px) {
	.top-menu ul {
		margin: 103px 0;
		padding: 2% 0;
		width: 96%;
		z-index: 99999;
	}
	.banner {
		min-height: 600px;
	}
	.banner-info {
		padding: 2em 2em;
		margin: 13% auto 0;
		width: 71%;
	}
	#about, #team, #gallery, #contact, .blog-section,.test-monials {
		padding: 3.5em 0;
	}
	#services {
		padding: 4em 0;
	}
	.test-right-img {
		min-height: 400px;
	}
	h3.single {
		margin-bottom: 0.5em;
	}
	.blog-single h3 {

		line-height: 2em;
		font-size: 1.3em;
	}
}
@media (max-width:667px) {
	.banner-info p {
		font-size: 2em;
	}
	.banner-info h3 {
		font-size: 3em;
	}
	.logo a h1 {
		font-size: 4em;
	}
	.banner-info span {
		letter-spacing: 2px;
		font-size: 0.9em;
	}
	.banner {
		min-height: 500px;
	}
	.banner-info {
		padding: 2em 2em;
		margin: 6% auto 0;
		width: 71%;
	}
	.callbacks_tabs {
		bottom: -14%;
		right: 43%;
	}
	.down {
		position: absolute;
		right: 38%;
		top: 90%;
	}
	.view {
		width: 256px;
		height: 330px;
		margin: 0 0em;
	}
	.test-right-img {
		min-height: 350px;
	}
	.info-gal-con p {
		font-size: 12px;
		line-height: 2em;
	}
	.info-gal-con h4 {
		font-size: 38px;
		margin-bottom: 14px;
	}
	.callbacks_tabs a:after {
		height: 12px;
		width: 12px;
	}
	.callbacks_tabs li {
		display: inline-block;
		margin: 0 .2em;
	}
	.grid figure figcaption {
		padding: 0em 1em;
		color: #fff;
		font-size: 1.25em;
	}
	.arrows-reserve:before {
		bottom: 43%;
		right: 32.5%;
		width: 11%;
		height: 3px;
	}
	.arrows-reserve:after {
		content: '';
		position: absolute;
		bottom: 43%;
		left: 31.5%;
		width: 11%;
		height: 3px;
	}
	.make input[type=submit] {
		padding: 0.7em 1.5em;
		font-size: 1.2em;
	}
	.book-reservation input[type="text"], .book-reservation input[type="date"], .book-reservation input[type="time"] {
		width: 100%;
		outline: none;
		font-size: 1em;
		padding: 0.7em 0.8em;
	}
	.book-reservation select.form-control {
		font-size: 1em;
		padding: 0.7em 0.8em;
		height: 54px;
		background: none;
		margin-bottom: 1.5em;
	}
	.bottom-top span {
		font-size: 2.2em;
	}
	.bottom-top h3 {
		font-size: 3em;
	}
	.bottom {
		min-height:450px;
	}
	.bottom-top {
		padding-top: 5em;
	}
	.bottom-top p {
		margin: 1em auto;
		width: 100%;
	}
	a.blog-text {
		font-size: 1.2em;
	}
	.leave h4, h4.tz-title-4.tzcolor-blue {
		font-size: 3.5em;
		font-weight: 400;
		margin-top: 0em;
	}
	.data {
		float: left;
		width: 83%;
	}
}
@media (max-width:640px) {
	.banner-info p {
		font-size: 2em;
	}
	.banner-info h3 {
		font-size: 3em;
	}
	.logo a h1 {
		font-size: 3.3em;
	}
	.banner-info span {
		letter-spacing: 2px;
		font-size: 0.8em;
	}
	.banner {
		min-height: 500px;
	}
	.banner-info {
		padding: 2em 2em;
		margin: 6% auto 0;
		width: 71%;
	}
	.callbacks_tabs {
		bottom: -14%;
		right: 43%;
	}
	.down {
		position: absolute;
		right: 38%;
		top: 90%;
	}
	.view {
		width: 256px;
		height: 330px;
		margin: 0 0em;
	}
	.test-right-img {
		min-height: 350px;
	}
	.info-gal-con p {
		font-size: 12px;
		line-height: 2em;
	}
	.info-gal-con h4 {
		font-size: 38px;
		margin-bottom: 14px;
	}
	.callbacks_tabs a:after {
		height: 12px;
		width: 12px;
	}
	.callbacks_tabs li {
		display: inline-block;
		margin: 0 .2em;
	}
	.grid figure figcaption {
		padding: 0em 1em;
		color: #fff;
		font-size: 1.25em;
	}
	.arrows-reserve:before {
		bottom: 43%;
		right: 32.5%;
		width: 11%;
		height: 3px;
	}
	.arrows-reserve:after {
		content: '';
		position: absolute;
		bottom: 43%;
		left: 31.5%;
		width: 11%;
		height: 3px;
	}
	.make input[type=submit] {
		padding: 0.7em 1.5em;
		font-size: 1.2em;
	}
	.book-reservation input[type="text"], .book-reservation input[type="date"], .book-reservation input[type="time"] {
		width: 100%;
		outline: none;
		font-size: 1em;
		padding: 0.7em 0.8em;
	}
	.book-reservation select.form-control {
		font-size: 1em;
		padding: 0.7em 0.8em;
		height: 54px;
		background: none;
		margin-bottom: 1.5em;
	}
	.bottom-top span {
		font-size: 2.2em;
	}
	.bottom-top h3 {
		font-size: 3em;
	}
	.bottom {
		min-height:450px;
	}
	.bottom-top {
		padding-top: 5em;
	}
	.bottom-top p {
		margin: 1em auto;
		width: 100%;
	}
	a.blog-text {
		font-size: 1.2em;
	}
	.leave h4, h4.tz-title-4.tzcolor-blue {
		font-size: 3.5em;
		font-weight: 400;
		margin-top: 0em;
	}
	.data {
		float: left;
		width: 83%;
	}
}
@media (max-width:600px) {
	.data {
		float: left;
		width: 74%;
		padding: 0;
	}
	.logo p {
		font-size: 0.7em;
		text-transform: uppercase;
		letter-spacing: 0px;
	}
	.logo a h1 {
		font-size: 4em;
	}
	.map iframe {
      height: 300px;
	}
	.social-icons li a {
		margin-left: 1em;
	}
	.logo2 a h2 {
		font-weight: bold;
		font-size: 4em;
	}
	a.flag_tag2 {
		font-size: 1em;
	}
	p.copy-left {
		font-size: 0.9em;
		line-height: 1.9em;
	}
	.top-menu ul {
		margin: 83px 0;
		padding: 2% 0;
		width: 93%;
		z-index: 99999;
	}
	h3.tittle, h3.single {
		font-size: 4em;
	}
	.s-1, .s-2, .s-3, .s-4 {
		float: right;
		width: 100%;
	}
	.view {
		width: 256px;
		height: 330px;
		    margin: 0 8em;
	}
	.services-gd:nth-child(3), .services-gd:nth-child(4),.s-1, .s-2 .s-3, .s-4 {
		margin-top: 1em;
	}
	.banner-info p {
		font-size: 1.6em;
	}
	.banner-info h3 {
		font-size: 2.5em;
	}
	.banner-info {
		padding: 2em 1em;
		margin: 4% auto 0;
		width: 82%;
	}
	.banner {
		min-height: 432px;
	}
	.down {
		position: absolute;
		right: 36%;
		top: 90%;
	}
	figure.effect-jazz p {
		padding: 0em 0em;
		text-transform: none;
		font-size: 0.6em;
		opacity: 0;
		line-height: 1.8em;
	}
	figure.effect-jazz h4 {
		padding-top:50%;
		font-size: 1.7em;
	}
	.arrows:before {
		content: '';
		position: absolute;
		bottom: 45%;
		right: 16.5%;
		width: 22%;
		height: 3px;
	}
	.arrows:after {
		content: '';
		position: absolute;
		bottom: 45%;
		left: 15.5%;
		width: 22%;
		height: 3px;
	}
	.test-right-img {
		min-height: 250px;
	}
	.book-reservation label {
		font-size: 1em;
	}
	#reservation {
		min-height: 681px;
		padding-bottom: 0em;
	}
	.baner-top {
		padding:8px 10px;
		float: right;
		width: 100%;
	}
	h4.info {
		font-size: 1.6em;
	}
	.con-top h4, h4.info {
      font-size: 1.2em;
	}
	.con-top.two {
		margin-right: 0em;
	}
}
@media (max-width:568px) {
	.logo a h1 {
		font-size: 4em;
	}
	
	.social-icons li a {
		margin-left: 1em;
	}
	.logo2 a h2 {
		font-weight: bold;
		font-size: 4em;
	}
	a.flag_tag2 {
		font-size: 1em;
	}
	p.copy-left {
		font-size: 0.9em;
		line-height: 1.9em;
	}
	.top-menu ul {
		margin: 83px 0;
		padding: 2% 0;
		width: 93%;
	}
	h3.tittle, h3.single {
		font-size: 4em;
	}
	.s-1, .s-2, .s-3, .s-4 {
		float: right;
		width: 100%;
	}
	.view {
		width: 256px;
		height: 330px;
		margin: 0 4em;
	}
	.services-gd:nth-child(3), .services-gd:nth-child(4),.s-1, .s-2 .s-3, .s-4 {
		margin-top: 1em;
	}
	.banner-info p {
		font-size: 1.6em;
	}
	.banner-info h3 {
		font-size: 2.5em;
	}
	.banner-info {
		padding: 2em 1em;
		margin: 4% auto 0;
		width: 82%;
	}
	.banner {
		min-height: 432px;
	}
	.down {
		position: absolute;
		right: 36%;
		top: 90%;
	}
	figure.effect-jazz p {
		padding: 0em 0em;
		text-transform: none;
		font-size: 0.6em;
		opacity: 0;
		line-height: 1.8em;
	}
	figure.effect-jazz h4 {
		padding-top:50%;
		font-size: 1.7em;
	}
	.arrows:before {
		content: '';
		position: absolute;
		bottom: 45%;
		right: 16.5%;
		width: 22%;
		height: 3px;
	}
	.arrows:after {
		content: '';
		position: absolute;
		bottom: 45%;
		left: 15.5%;
		width: 22%;
		height: 3px;
	}
	.test-right-img {
		min-height: 250px;
	}
	.book-reservation label {
		font-size: 1em;
	}
	#reservation {
		min-height: 681px;
		padding-bottom: 0em;
	}
	.baner-top {
		float: right;
		width: 100%;
	}
	h4.info {
		font-size: 1.6em;
	}
	.con-top h4, h4.info {
      font-size: 1.2em;
	}
	.con-top.two {
		margin-right: 0em;
	}
}
@media (max-width:480px) {
	.logo a h1 {
		font-size: 4em;
	}
	.social-icons li a {
		margin-left: 0em;
	}
	.logo2 a h2 {
		font-weight: bold;
		font-size: 4em;
	}
	a.flag_tag2 {
		font-size: 1em;
	}
	p.copy-left {
		font-size: 0.9em;
		line-height: 1.9em;
	}
	.top-menu ul {
		margin: 83px 0;
		padding: 2% 0;
		width: 93%;
		z-index: 99999;
	}
	h3.tittle, h3.single {
		font-size: 4em;
	}
	.s-1, .s-2, .s-3, .s-4 {
		float: right;
		width: 100%;
		margin-bottom: 1em;
	}
	.s-1, .s-2 .s-3, .s-4 {
		margin-top:0em;
	}
	.view {
		width: 256px;
		    height: 323px;
		margin: 0 4em;
	}
	.services-gd:nth-child(3), .services-gd:nth-child(4){
		margin-top: 1em;
	}
	.banner-info p {
		font-size: 1.6em;
	}
	.banner-info h3 {
		font-size: 2.5em;
	}
	.banner-info {
		padding: 2em 1em;
		margin: 4% auto 0;
		width: 82%;
	}
	ul.social {

    margin: 2em auto 0;
	}
	.banner {
		min-height: 432px;
	}
	.down {
		position: absolute;
		right: 36%;
		top: 90%;
	}
	figure.effect-jazz p {
		padding: 0em 0em;
		text-transform: none;
		font-size: 0.6em;
		opacity: 0;
		line-height: 1.8em;
	}
	figure.effect-jazz h4 {
		padding-top:50%;
		font-size: 1.7em;
	}
	.arrows:before {
		    content: '';
			position: absolute;
			bottom: 45%;
			right: 16.5%;
			width: 19%;
			height: 2px
	}
	.arrows:after {
		content: '';
		position: absolute;
		bottom: 45%;
		left: 16.5%;
		width:19%;
		height:2px;
	}
	.test-right-img {
		min-height: 250px;
	}
	.book-reservation label {
		font-size: 1em;
	}
	#reservation {
		min-height: 681px;
		padding-bottom: 0em;
	}
	.baner-top {
		padding: 8px 10px;
		float: right;
		width: 100%;
	}
	h4.info {
		font-size: 1.6em;
	}
	.con-top h4, h4.info {
      font-size: 1.2em;
	}
	.con-top.two {
		margin-right: 0em;
	}
	span.menu {
		width: 35px;
		height: 35px;
		background: url(../images/nav.png)no-repeat 0px 0px;
		display: inline-block;
		float: left;
		cursor: pointer;
		margin: 19px 3px;
	}
	ul.social-icons {
      margin: 2em auto 0;
	}
	.gallery-grids {
		margin-top: 1em;
	}
	.top-menu {
		margin-top: 0.5em;
	}
	#about, #team, #gallery, #contact, .blog-section, .test-monials,#services {
		padding: 2.5em 0;
	}
	.inst-grids {
		margin: 1em 0 0 0;
	}
	.blog-single h3 {
		line-height: 2em;
		font-size: 1.2em;
	}

	.contact-grid {
		padding-right: 0;
		text-align: center;
		padding: 0;
	}
}
@media (max-width:414px) {
	.h-f {
		margin-bottom: 1em;
	}
	.h-f {
		width: 100%;
		float: right;
		margin-left: 0%;
	}
	figure.effect-jazz p {
		padding: 0em 0em;
		text-transform: none;
		font-size: 0.7em;
	}
	.ab-text p, .services-gd p, .test-review p, .bottom-top p, p.wel-text, p.para1, .con-top ul li, .con-top ul li, .single-img p {
		font-size: 0.875em;
	}
	.s-1, .s-2 .s-3, .s-4 {
		margin-top: 1em;
	}
	.services-gd:nth-child(3), .services-gd:nth-child(4){
		margin:0
	}
	.services-gd {
		float: right;
		width: 100%;
		margin-bottom: 1em;
	}
	.start a {
      padding: 13px 25px;
	}
	.inst-grids,.box2 {
		margin: 1em 0 0 0;
	}
	.view {
		width: 256px;
		height: 330px;
		margin: 0 2em;
	}
	.bottom-top span {
		font-size: 1.6em;
	}
	.bottom-top h3 {
		font-size: 2.2em;
		margin-bottom: 10px;
	}
	h3.tittle, h3.single {
		font-size: 3.5em;
	}
	.start a {
		padding: 11px 20px;
		font-size: 0.85em;
	}
	.arrows-two:before {
		content: '';
		position: absolute;
		bottom: 42%;
		right: 22.5%;
		width: 16%;
		height: 2px;
	}
	.arrows-two:after {
		content: '';
		position: absolute;
		bottom: 42%;
		left: 22.5%;
		width: 15%;
		height: 2px;
	}
	.arrows-serve:before {
		content: '';
		position: absolute;
		bottom: 43%;
		right: 27.5%;
		width: 12%;
		height: 2px;
	}
	.arrows-serve:after {
		content: '';
		position: absolute;
		bottom: 43%;
		left: 26.5%;
		width: 12%;
		height: 2px;
	}
	.arrows-reserve:before {
		bottom: 43%;
		right: 27.5%;
		width: 11%;
		height: 2px;
	}
	.arrows-reserve:after {
		content: '';
		position: absolute;
		bottom: 43%;
		left: 26.5%;
		width: 11%;
		height: 2px;
	}
	a.blog-text {
		font-size: 1.1em;
	}
	.data {
		float: left;
		width: 72%;
		padding: 0;
	}
	h5.m_26 a {
		float: left;
		margin-top: 1em;
		padding: 0.8em 1.5em;
		font-size: 0.9em;
		line-height: 13px;
	}
	#about, #team, #gallery, #contact, .blog-section, .test-monials {
		padding: 2em 0;
	}
	#services {
		padding: 2.5em 0;
	}
	.banner-info p {
		font-size: 1.4em;
	}
	.callbacks_tabs {
		bottom: -14%;
		right: 38%;
	}
	.down {
		position: absolute;
		right: 31%;
		top: 90%;
	}
	.test-monials h5 {
      font-size: 1.5em;
	}
	
	.test-review p {
		margin: 1em 0em;
	}
	
}
@media (max-width:384px) {
	.banner-info p {
		font-size: 1.2em;
	}
	.banner-info h3 {
		font-size: 2em;
	}
	.down {
		position: absolute;
		right: 30%;
		top: 86%;
	}
	.s-3, .s-4{
		margin-top:0;
	}
	.blog-single h3 {
		line-height: 2em;
		font-size: 1em;
	}
	.banner.two {
		min-height: 150px;
	}
	.contact-grid {
		padding-right: 0;
		text-align: center;
		padding: 0;
	}
	form .field label {
    position: absolute;
    top: 0;
    right: 0;
    background: #333;
    width: 100%;
    padding: 18px 0;
    font-size: 13px;
    letter-spacing: 0em;
	}
}
@media (max-width:375px) {
	.banner-info {
		padding: 1em 0em;
		margin: 4% auto 0;
		width: 82%;
	}
	.banner {
		min-height: 300px;
	}
	.banner-info h3 {
		font-size: 1.6em;
	}
	.banner-info p {
		font-size: 1em;
	}
	.arrows {
		font-size: 1em;
	}
	.banner-info span {
		letter-spacing: 1px;
		font-size: 0.6em;
	}
	.logo a h1 {
		font-size: 3em;
	}
	.down img {
		width: 50%;
	}
	
	.callbacks_tabs a:after {
		height:10px;
		width:10px;
	}
	.callbacks_tabs {
		bottom: -19%;
		right: 38%;
	}
	.down {
		position: absolute;
		right: 39%;
		top: 89%;
	}
	div#about {
		padding: 0 0 2em 0;
	}
	.arrows img,.arrows-two img,.arrows-serve img,.arrows-reserve img {
		width: 14%;
	}
	h3.tittle, h3.single {
		font-size: 3em;
	}
	.top-menu ul {
		margin: 68px 0;
		padding: 2% 0;
		width: 89%;
		z-index: 99999;
	}
	.view {
		width: 241px;
		height: 310px;
		margin: 0 2em;
	}
	.s-1 h3, .s-2 h3, .s-3 h3, .s-1 h3, .s-2 h3, .s-4 h3 {
		font-size: 1.2em;
		padding-top: 17em;
	}
	.view p {
		font-size: 0.8em;
    padding: 10px 50px 0px 35px;
	}
	.services-gd h4 {
		font-size: 1em;
	}
	.book-reservation label {
		font-size: 0.9em;
	}
	.make input[type=submit] {
		padding: 0.7em 1.5em;
		font-size: 1em;
	}
	.book-reservation input[type="text"], .book-reservation input[type="date"], .book-reservation input[type="time"] {
		width: 100%;
		outline: none;
		font-size: 0.8em;
		padding: 0.4em 0.8em;
	}
	.book-reservation select.form-control {
		font-size: 0.8em;
		padding: 0.7em 0.8em;
		height: 42px;
		background: none;
		margin-bottom: 1.5em;
	}
	#reservation {
		min-height: 580px;
		padding-bottom: 0em;
	}
	.reservation-info {
		margin-top: 2em;
	}
	.test-right-img {
		min-height: 150px;
	}
	.bottom-top span {
		font-size: 1.4em;
	}
	.bottom-top {
		padding-top: 2em;
	}
	.bottom {
		    min-height: 356px;
	}
	.input__label {
		display: inline-block;
		float: left;
		padding: 0 0.5em;
		font-weight: bold;
		font-size: 0.9em;
	}
	.input--kuro {
		max-width: 91%;
		margin-bottom: 2em;
	}
	.info-gal-con h4 {
		font-size: 30px;
		margin-bottom: 4px;
	}
	.info-gal-con p {
		font-size: 11px;
		line-height: 1.8em;
	}
	.inst-grids, .box2 {
		margin: 0em 0 0 0;
	}
	.social-icons li {
		display: inline-block;
		float: right;
		margin-right: 2px;
	}
	a.flag_tag2 {
		font-size: 0.9em;
	}
	ul.social-icons {
		margin: 1em auto 0;
	}
	.footer {
		padding: 1em 0;
	}
	.leave h4, h4.tz-title-4.tzcolor-blue {
      font-size: 2.5em;
	}
	#commentform label {
		display: block;
		font-size: 0.9em;
	}
	.title a {
		font-size: 1em;
	}
	span.m_14 {
		font-size: 0.8em;
	}
	.preview {
		float: right;
		width: 30%;
		padding: 0;
	}
	.single_grid2 p {
      font-size: 0.875em;
	}
	.data {
		float: left;
		width: 69%;
		padding: 0;
	}
	.logo2 {
		margin: 0 0 1em 0;
	}
	ul.social li {
		display: inline-block;
		float: right;
		width: 11%;
		margin: 0 1em;
	}
	ul.social li a.tw,ul.social li a.fb,ul.social li a.in,ul.social li a.dott {
		    width: 84px;
         height: 54px;
		display: block;
		background: url(../images/tw.png)no-repeat 0px 0px;
		background-size: 57%;
	}
	ul.social li a.fb {
		background: url(../images/fb.png)no-repeat 0px 0px;
		background-size: 57%;
	}
	ul.social li a.in {
		background: url(../images/gg.png)no-repeat 0px 0px;
		background-size: 57%;
	}
	ul.social li a.dott {
	  background: url(../images/db.png)no-repeat 0px 0px;
	  background-size: 57%;
	}
	.header-bottom {
      padding: 0;
	}
	span.menu {
		width: 35px;
		height: 35px;
		background: url(../images/nav.png)no-repeat 0px 0px;
		display: inline-block;
		float: left;
		cursor: pointer;
		margin: 11px 3px;
	}
}
@media (max-width:320px) {
	.view {
		width: 241px;
		height: 310px;
		margin: 0 0em;
	}
	.social-icons li {
		display: inline-block;
		float: right;
	   
		width: 25%;
	}
		p.copy-left {
		font-size: 0.87em;
		line-height: 1.9em;
	}
	.logo2 a h2 {
		font-size: 3em;
	}
	.logo2 p {
		font-size: 0.6em;
		letter-spacing: 1px;
		padding: 0;
		margin: -2px 0 12px 0;
	}
	h3.tittle, h3.single {
		font-size: 2.8em;
		margin-bottom: 0.3em;
	}
	a.blog-text {
		font-size:1em;
	}
	#commentform input[type="submit"] {
		padding: 0.8em 3em;
		font-size: 0.9em;
	}
	.bottom {
		min-height: 407px;
	}
	form .field label {
    position: absolute;
    top: 0;
    right: 0;
    background: #333;
    width: 100%;
    padding: 18px 0;
    font-size: 13px;
    letter-spacing: 0em;
	}
}*/
