/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
input[type="button"],
input[type="submit"] {
	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,
.h4-class {
	padding: 0 0;
	margin: 0 2;
}
p {
	padding: 0 0;
	margin: 0 0;
	margin-bottom: 1em;
}
ul {
	padding: 0 0;
	margin: 0 0;
	list-style-type: none;
}
body {
	padding: 0 0;
	margin: 0 0;
	font-family: "Roboto", sans-serif;
}
.header-top {
	padding: 1em 0 0.2em;
	background: #3facfa;
}
.logo {
	float: left;
}
.contact-grid .address p {
	font-size: 16px;
}
.logo a {
	display: block;
}
.logo a {
	font-size: 3em;
	color: #fff;
	font-family: "Exo", sans-serif;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: 900;
}
.logo span {
	font-weight: 400;
}
.top-menu {
	float: right;
	margin-top: 1.5em;
	z-index: 99999999999999;
}
.top-menu ul li {
	display: inline-block;
	padding-top: 0.3em;
}
.top-menu ul li a {
	color: #fff;
	text-decoration: none;
	margin: 0 0.5em;
	font-size: 1.4em;
	text-transform: capitalize;
	font-family: "Exo", sans-serif;
}
.top-menu ul li a.active {
	color: #fff;
}
span.menu {
	display: none;
}
nav a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
	font-size: 1.35em;
}
nav a:hover,
nav a:focus {
	outline: none;
}
/* Effect 3: bottom line slides/fades in */
.cl-effect-3 a {
	padding: 8px 0;
}

.center {
	text-align: center;
	margin-bottom: 10px;
}

.center .yandex_pay {
	background: url("/images/blue-23954_960_720.png") center center no-repeat;
	background-size: cover;
	display: inline-block;
	width: 180px;
	height: 60px;
}

.elroomsop {
	margin-bottom: 4em;
	border: 10px solid #3facfa;
	border-radius: 15px;
	overflow: hidden;
}
.ndfgjner {
	padding: 2em;
	display: inline-block;
	width: 100%;
}
.bdrfgdfger {
	font-size: 2em;
	display: inline-block;
	width: 49.5%;
}
.breasdf {
	font-size: 1.6em;
	display: inline-block;
	width: 100%;
}
.besdfg {
	font-weight: bold;
	padding-right: 1em;
}
.asfdbd {
	display: inline-block;
	width: 50%;
	text-align: right;
}
.ngtyhdfg {
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
}

.vnsdtygd {
	border-bottom: 1px dotted #d8d8d8;
	width: 100%;
	padding-bottom: 1em;
}
.vnsdtygd span {
	padding-right: 1em;
}

.fghretyhdf td {
	padding: 1em;
}

.fghretyhdf {
	width: 100%;
}

/* POPUP BOX */
#overlay-box {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 999;
	-webkit-animation: fade 0.6s;
	-moz-animation: fade 0.6s;
	animation: fade 0.6s;
	overflow: auto;
}
#overlay-box .popup-box {
	top: 25%;
	left: 0;
	right: 0;
	font-size: 14px;
	margin: auto;
	width: 85%;
	min-width: 320px;
	max-width: 600px;
	position: absolute;
	padding: 15px 20px;
	border: 1px solid #383838;
	background: #fefefe;
	z-index: 1000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	font: 14px/18px "Tahoma", Arial, sans-serif;
	-webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
	-webkit-animation: fade 0.6s;
	-moz-animation: fade 0.6s;
	animation: fade 0.6s;
}
#overlay-box .popup-box .close {
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	position: absolute;
	border: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(0, 131, 119, 0.9);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	cursor: pointer;
	outline: none;
}
#overlay-box .popup-box .close:before {
	position: relative;
	top: -2px;
	color: rgba(255, 255, 255, 0.9);
	content: "X";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#overlay-box .popup-box .close:hover {
	background-color: rgba(252, 20, 0, 0.8);
}
/* AND POPUP BOX */

@media (max-width: 700px) {
	.fghretyhdf td {
		padding: 0;
		padding-left: 2px;
		padding-right: 2px;
	}

	.fghretyhdf * {
		font-size: 12px;
	}

	.sdfsdijm {
		display: none;
	}
}

.sdfsdfsdfsdf td {
	font-size: 16px;
}

.sdfsdfsdfsdf {
	width: 100%;
}
.sdfsdfsdfsdf td {
	padding: 10px;
}

@media (max-width: 768px) {
	.sdfsdfsdfsdf td {
		padding: 0;
		padding-left: 2px;
		padding-right: 2px;
		font-size: 8px;
	}
}

.center .yandex_pay a {
	color: #fff;
	display: block;
	font-size: 17px;
	margin-top: 18px;
	text-align: center;
}

.cl-effect-3 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: "";
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.right-grid h3 {
	font-size: 2.5em;
	color: #000000;
}
.top-menu ul li a:hover {
	color: #fff;
}
.about-section {
	text-align: center;
	padding: 4em 0;
	background: #1e1e1e;
}
.about-section h3 {
	font-size: 3em;
	text-transform: uppercase;
	color: #fff;
	font-family: "Exo", sans-serif;
	margin-bottom: 1.5em;
	font-weight: 700;
}
.about-section span {
	font-weight: 400;
	color: #3facfa;
}
.about-grids {
	margin-bottom: 3em;
}
.bout-grid h4,
.bout-grid .h4-class {
	font-size: 1.5em;
	color: #000;
	font-weight: 600;
}

.about-grid h4,
.about-grid .h4-class,
.about-grid .title_h4 {
	font-size: 1.7em;
	color: #fff;
	font-weight: 700;
	padding: 0.8em 0;
	font-family: "Exo", sans-serif;
}
.about-grid span {
	color: #3facfa;
	font-weight: 300;
}
.about-grid p {
	font-size: 1.2em;
	color: #797272;
	line-height: 1.8em;
	padding: 0 4px;
}
a.button {
	font-size: 1.5em;
	text-transform: uppercase;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: 500;
	background: #2098d1;
	color: #000;
	border: none;
	border-radius: 4px;
	font-family: "Exo", sans-serif;
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #2098d1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #e1e1e1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:active {
	color: white;
}
.hvr-shutter-in-vertical:hover:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:active:before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}
.services-section {
	padding: 4em 0 0;
}
.services-section h3 {
	font-size: 3em;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	font-family: "Exo", sans-serif;
	font-weight: 700;
}
.services-section span {
	font-weight: 400;
	color: #3facfa;
}
.services-grids {
	margin-top: 4em;
}
.left-grid1 {
	float: left;
	width: 15%;
	margin-right: 10%;
}
.left-grid1 h4,
.left-grid1 .h4-class,
.left-grid1 .title_h4 {
	font-size: 3em;
	text-align: center;
	border: 1px solid;
	border-radius: 10px;
	padding: 25px 5px;
	color: #fff;
	border: none;
	font-family: "Exo", sans-serif;
}
.left-grid1 h4:hover,
.left-grid1 .h4-class:hover {
	color: #3facfa;
	background: #fff;
	transition: 0.5s all;
}
.service2 {
	padding: 3em 0;
}
.left-grid2 {
	float: left;
	width: 72%;
	margin-top: 1em;
}
.left-grid2 h4,
.left-grid2 h4,
.left-grid2 .title_h4 {
	font-size: 1.5em;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0.2em;
	font-family: "Exo", sans-serif;
}
.left-grid2 p {
	font-size: 1.2em;
	color: #797272;
}
.gallery-section h3 {
	font-size: 3em;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	margin-bottom: 1em;
	font-family: "Exo", sans-serif;
	font-weight: 700;
}
.gallery-section span {
	font-weight: 400;
	color: #3facfa;
}
.gallery-section {
	padding: 4em 0 0;
}
.gallery-grids {
	background: #1395f2;
}
.gallery-grid1:hover {
	opacity: 0.7;
}
.gallery-grid01:hover {
	opacity: 0.7;
}
.gallery-grid02:hover {
	opacity: 0.7;
}
.gallery-grid03:hover {
	opacity: 0.7;
}
.gallery-grid img {
	width: 100%;
}
.gallery-grid {
	padding: 0px;
}
.gallery-grid10 {
	padding: 0px;
}
.gallery-grid01 img {
	width: 100%;
}
.gallery-grid02 img {
	width: 50%;
	float: left;
}
.gallery-grid03 img {
	width: 50%;
	float: left;
}

.gallery-grid11 {
	padding: 0;
}
/*----start-pricetables----*/
.price-tables {
	padding: 4em 0;
	background: #1e1e1e;
}
.price-tables h3 {
	font-family: "Exo", sans-serif;
	font-size: 3em;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin-bottom: 1em;
	font-weight: 700;
}
.price-tables h3 span {
	font-weight: 400;
	color: #3facfa;
}
.price-table-grid {
	float: left;
	width: 32%;
	margin-right: 2%;
	text-align: center;
}
.price-table-grid-info ul {
	list-style: none;
}
.price-table-grid:nth-child(3) {
	margin-right: 0;
}
.price-table-grid1 {
	background: #1d405c;
	padding-bottom: 3em;
	border-radius: 7px;
}
.price-table-grid-head1 {
	background: #1db1f2;
}
.price-table-grid-head {
	color: #fff;
	width: 60%;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: 100;
	padding: 0.5em;
}
.price-table-grid-head h2 {
	font-size: 1.2em;
	font-family: "Exo", sans-serif;
}
.price-table-grid-head h2 label {
	font-weight: 600;
	font-size: 1.5em;
	vertical-align: initial;
}
.price-table-grid-info h4,
.price-table-grid-info .h4-class {
	text-transform: uppercase;
	color: #fff;
	font-size: 1.3em;
	padding: 1em 0;
	font-family: "Exo", sans-serif;
}
.price-table-grid-info ul li {
	text-align: left;
}
.price-table-grid-info ul {
	margin: 0 auto 2em auto;
	width: 66%;
}
.price-table-grid-info ul li p {
	color: #fff;
	padding: 0.5em 0;
	display: block;
	text-decoration: none;
	font-size: 1.1em;
}
.price-table-grid1 ul li p:hover {
	color: none;
}
.price-table-grid-info ul li p span {
	width: 15px;
	height: 15px;
	display: inline-block;
	background: url("../images/arrow.png") no-repeat 0px 0px;
	vertical-align: middle;
	margin-right: 0.3em;
}
.btn1,
.btn2,
.btn3,
.price-table-grid ul li p {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.btn1 {
	color: #000;
	background: #1db1f2;
	padding: 0.5em 1.5em;
	display: inline-block;
	float: right;
	margin-top: 0.8em;
}
.btn1:hover {
	background: #8b0000;
	color: #fff;
	text-decoration: none;
}
.btn2 {
	background: #008080;
}
.btn2:hover {
	background: #1dbb90;
}
.price-table-grid2 {
	background: #8b0000;
	padding-bottom: 3em;
	border-radius: 7px;
}
.price-table-grid-head2 {
	background: #008080;
}
.price-table-grid2 ul li a:hover {
	color: #008080;
}
.price-table-grid3 {
	background: #008b8b;
	padding-bottom: 3em;
	border-radius: 7px;
}
.price-table-grid-head3 {
	background: #1d405c;
}
.btn3 {
	background: #1d405c;
}
.btn3:hover {
	background: #1db1f2;
}
.price-table-grid3 ul li a:hover {
	color: #8b0000;
}
/*----//End-pricetables----*/
.team-section {
	padding: 3em 0;
	background: #07010d;
}
.team-section h3 {
	font-size: 3em;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-family: "Exo", sans-serif;
	margin-bottom: 1em;
	font-weight: 700;
}
.team-section span {
	font-weight: 400;
	color: #3facfa;
}
/*--- slider-css --*/
.slider {
	position: relative;
}
.slider1 {
	position: relative;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0 0 3em 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	width: 10%;
	border: 9px solid#eee;
	margin: 0 auto;
	border-radius: 85px;
}
.caption {
	text-align: center;
	padding: 1em 0;
	width: 46%;
	margin: 0 auto;
}
.caption1 p {
	font-size: 1.2em;
	color: #797272;
	line-height: 1.8em;
}
.caption h4,
.caption .h4-class {
	color: #3facfa;
	line-height: 1.5em;
	font-size: 2em;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-family: "Exo", sans-serif;
}
.caption1 h2 {
	color: #007ee5;
	line-height: 1.5em;
	font-size: 2.3em;
	text-align: center;
	text-transform: capitalize;
	font-weight: 500;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 20px;
	width: 20px;
	display: inline-block;
	border: 5px solid #fff;
	border-radius: 50%;
}
.callbacks_here a:after {
	border: 5px solid #1395f2;
}
.callbacks_tabs a {
	visibility: hidden;
}
.callbacks_tabs li {
	display: inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: -10%;
	z-index: 999;
	left: 47%;
}
ul.callbacks_tabs.callbacks2_tabs {
	position: absolute;
	bottom: 10%;
	z-index: 999;
	left: 45%;
}
.gallery-section h2,
.gallery-section .is_h2 {
	color: #000;
	font-family: "Exo", sans-serif;
	font-size: 3em;
	font-weight: 700;
	margin-bottom: 1em;
	text-align: center;
	text-transform: uppercase;
}
/*-- responsive-mediaquries --*/
@media (max-width: 1024px) {
	.caption {
		width: 63%;
		top: 31%;
		left: 19%;
	}
}
@media (max-width: 768px) {
	.caption {
		width: 70%;
		top: 22%;
		left: 13%;
	}
}
@media (max-width: 640px) {
	.caption {
		width: 79%;
		top: 12%;
		left: 13%;
	}
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}
}
@media (max-width: 480px) {
	.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}
	.callbacks_tabs a:after {
		height: 4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
	.content p img {
		width: 100%;
		height: auto;
		margin: 1px 0;
	}
}
@media (max-width: 320px) {
	.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}
	.callbacks_tabs a:after {
		height: 4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}
.blog-section {
	padding: 0;
}
#reviews_list p {
	font-size: 16px;
}
.blog-section h3 {
	font-size: 3em;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	font-family: "Exo", sans-serif;
	margin-bottom: 1em;
	font-weight: 700;
}
.blog-section span {
	font-weight: 400;
	color: #3facfa;
}
.blog-leftgtid img {
	width: 100%;
	border: 10px solid #3facfa;
	border-radius: 15px;
}
.blog-rightgtid img {
	width: 100%;
	border: 10px solid #3facfa;
	border-radius: 15px;
}
.blog-grid a {
	font-size: 1.5em;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0.5em 0;
	font-family: "Exo", sans-serif;
	text-decoration: none;
	display: block;
}
.blog-grid p {
	font-size: 1.2em;
	color: #797272;
	line-height: 1.8em;
}
.blog-grid p.date {
	font-size: 1.3em;
	font-weight: 500;
	color: #1395f2;
}
.blog-grid p.date a {
	font-size: 1em;
	font-weight: 400;
	color: #1395f2;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Roboto", sans-serif;
}
.blog-grid1 p.date {
	font-size: 1.3em;
	font-weight: 500;
	color: #1395f2;
}
.blog-grid {
	margin-bottom: 3em;
}
.blog-grid1 h5 {
	font-size: 1.5em;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0.5em 0;
}
.blog-grid1 p {
	font-size: 1.2em;
	color: #797272;
	line-height: 1.8em;
}
#booking_form label,
#booking_form input,
#booking_form select,
#booking_form textarea {
	display: block;
	width: 100%;
}

#booking_form label {
	text-transform: uppercase;
}

.about-grids .about-grid {
	text-align: center;
}

#booking_form > div + div {
	margin: 1em 0;
}
#booking_form > p {
	font-size: 14px;
}
#booking_form .submit {
	background: #1ca4ea none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	color: #ffffff;
	font-size: 1.3em;
	font-weight: 400;
	margin: 0 55px 0 0;
	outline: medium none;
	padding: 10px 25px;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
}
#booking_form .submit:hover {
	background: red;
}
/*** contact***/
.contact-section {
	background: #eee;
	padding: 3em;
	margin-bottom: 15px;
}
.header .footer-section .container {
	margin-bottom: 0;
}
.contact-section .title_h3 {
	font-size: 3em;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	font-family: "Exo", sans-serif;
	margin-bottom: 1em;
	font-weight: 700;
}
.contact-section span {
	font-weight: 400;
	color: #3facfa;
}
.contactdetails-grid h5 span,
.contactdetails-grid .title_h5 span {
	color: #fe2121;
}
.contactdetails-grid h4,
.contactdetails-grid .h4-class {
	font-size: 2em;
	text-transform: capitalize;
	color: #000;
	margin-bottom: 1em;
	font-family: "Exo", sans-serif;
}
.contact-text p {
	color: #515862;
	font-size: 15px;
	margin: 0 auto;
	font-weight: 300;
	line-height: 1.5em;
}

.contactdetails-grid p span {
	color: #fe2121;
}
.contactdetails-grid h5,
.contactdetails-grid .title_h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 7px 3px;
	color: #000;
	font-family: "Exo", sans-serif;
}
.contactdetails-grid h4 span,
.contactdetails-grid .h4-class span {
	color: #fe2121;
}
.contactdetails-grid input[type="text"] {
	width: 90%;
	padding: 10px 10px;
	font-size: 15px;
	outline: none;
	border: 1px solid #dcdee0;
}
.contactdetails-grid select {
	width: 90%;
	padding: 10px 10px;
	font-size: 15px;
	outline: none;
	border: 1px solid #dcdee0;
}
.contactdetails-grid input[type="text"]:hover {
	border: 1px solid #ffd2d2;
}
.contactdetails-grid textarea {
	width: 90%;
	padding: 10px 10px;
	font-size: 15px;
	height: 20em;
	resize: none;
	outline: none;
	border: 1px solid #dcdee0;
}
.contactdetails-grid textarea:hover {
	border: 1px solid #ffd2d2;
}

.contactdetails-grid input[type="button"],
.contactdetails-grid input[type="submit"] {
	float: right;
	padding: 10px 25px;
	font-size: 1.3em;
	margin: 0 55px 0 0;
	color: #ffffff;
	font-weight: 400;
	border: none;
	border-radius: 3px;
	outline: none;
	text-transform: capitalize;
	background: #1ca4ea;
}
.contactdetails-grid input[type="button"]:hover,
.contactdetails-grid input[type="submit"]:hover {
	background: red;
}
.contactdetails-grid1 p {
	font-size: 1.1em;
	color: #928483;
	line-height: 1.8em;
	margin-top: 0.2em;
}
.contactdetails-grid1 h4,
.contactdetails-grid1 .h4-class {
	font-size: 2em;
	text-transform: capitalize;
	color: #000;
	margin-bottom: 1em;
	font-family: "Exo", sans-serif;
}
.google-map {
	margin-top: 1em;
}
.google-map iframe {
	padding: 15px 0;
	width: 100%;
	min-height: 400px;
	border: none;
}
.footer-section {
	padding: 4em 0;
	text-align: center;
	background: rgb(29, 29, 29);
}
.social-icons i {
	width: 64px;
	height: 64px;
	background: url("../images/img-sprite.png") no-repeat 0px 0px;
	display: inline-block;
	margin: 0 0 0 1em;
}

.is_red_price {
	color: red;
}

.discount-image-box img {
	float: left;
	margin: 0 1em 0 0;
	width: 40%;
}
.items_list .new-image-box img {
	float: left;
	margin: 0 1em 0 0;
}

.new-text {
	margin-left: 10px;
}

.new-text > p:not(:last-child) {
	text-align: center;
}

.discount-text {
	margin-right: 4px;
}

.social-icons i.icon1 {
	background: url("../images/img-sprite.png") no-repeat 0px 0px;
}
.social-icons i.icon1:hover {
	background-position: 0px -64px;
}
.social-icons i.icon2 {
	background: url("../images/img-sprite.png") no-repeat -64px 0px;
}
.social-icons i.icon2:hover {
	background-position: -64px -64px;
}
.social-icons i.icon3 {
	background: url("../images/img-sprite.png") no-repeat -128px 0px;
}
.social-icons i.icon3:hover {
	background-position: -128px -64px;
}
.container .as_h1 {
	margin: 1em 0;
	text-align: center;
	font-size: 36px;
	color: inherit;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
}
.footer-bottom {
	margin-top: 1em;
}
.footer-bottom p {
	font-size: 17px;
	color: #d5d6d7;
	font-weight: 400;
	display: inline-block;
}
.footer-bottom a {
	font-size: 19px;
	color: #1ca4ea;
	font-weight: 400;
	text-transform: capitalize;
	font-family: "Exo", sans-serif;
}
.footer-bottom a:hover {
	color: #d5d6d7;
}
.footer-bottom p a {
	margin: 0 6px 0 6px;
}
#sitemap ul {
	margin-left: 15px;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top2.png") no-repeat 0px 0px;
}
/*--single--*/
.header.head-top {
	min-height: 90px;
}
.single {
}
.single h2 {
	text-align: center;
	font-size: 1.5em;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0.5em 0;
	font-family: "Exo", sans-serif;
}
.single-section {
	margin-top: 1em;
}
.single-pic {
	text-align: center;
	margin-bottom: 1em;
}
.single-section h3 {
	color: #171414;
	font-size: 1.5em;
	margin-bottom: 0.7em;
	font-family: "Exo", sans-serif;
}
.single-section p {
	color: #777988;
	line-height: 1.8em;
	font-size: 1.1em;
	margin-bottom: 1em;
}
.content-grid-single p {
	color: #bba198;
	line-height: 1.8em;
	font-size: 0.95em;
	margin-top: 1em;
}
.single-pic img {
	border: 10px solid #3facfa;
	border-radius: 15px;
	width: 100%;
}
.content-form {
	margin-top: 2em;
}
.content-form h3,
.comments h3 {
	color: #3facfa;
	margin-bottom: 1em;
	text-decoration: none;
	display: block;
	font-family: "Exo", sans-serif;
	font-size: 1.7em;
}
.content-form form input[type="text"],
.content-form form textarea {
	padding: 10px 15px;
	width: 60%;
	color: #4e4f63;
	font-size: 1em;
	border: 1px solid #323352;
	background: transparent;
	outline: none;
	font-family: "Lato", sans-serif;
	display: block;
	margin: 10px 0;
}
.content-form form textarea {
	height: 150px;
	resize: none;
}
.content-form form input[type="submit"] {
	background: #3facfa;
	padding: 9px 1.3em;
	border: none;
	font-size: 1em;
	margin-bottom: 1em;
	color: #fff;
	outline: none;
	font-weight: 400;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.content-form form input[type="submit"]:hover {
	background: #323352;
}
.comments {
	margin-top: 2em;
}
.comment-info {
	margin-bottom: 2em;
}
.comment-info h4,
.comment-info .h4-class {
	font-size: 1em;
	color: #000;
	font-family: "Exo", sans-serif;
	margin: 0px;
	font-weight: 600;
	margin-bottom: 0.5em;
}
.comment-info p {
	color: #777988;
	line-height: 1.5em;
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
.comment-info h5 {
	color: #000;
	font-size: 0.95em;
	display: block;
	margin-bottom: 1em;
}
.comment-info a {
	color: #000;
	background: transparent;
	padding: 0.5em 1.5em;
	text-decoration: none;
	font-size: 0.85em;
	display: inline-block;
	border: 1px solid #323352;
}
.comment-info a:hover {
	color: #fff;
	background: #3facfa;
	border: 1px solid#3FACFA;
}
.comment-grid {
	margin-bottom: 2.5em;
}

.about-section h1 {
	color: #fff;
	font-family: "Exo", sans-serif;
	font-size: 3em;
	font-weight: 700;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}
.specials_list {
	text-align: center;
}
.specials_list > div {
	width: 160px;
	vertical-align: top;
	display: inline-block;
}
.specials__seven-col .specials_list > div {
	width: 150px;
}

.specials_list > div + div {
	margin-left: 10px;
}

/*-- responsive-mediaquries --*/
@media (max-width: 1280px) {
	.banner-info {
		width: 79%;
	}
}
@media (max-width: 1024px) {
	.logo a {
		font-size: 2.5em;
	}
	.top-menu ul li a {
		font-size: 1.2em;
	}
	.banner-info h1 {
		font-size: 2.5em;
	}
	.about-section h3 {
		font-size: 2.2em;
	}
	.about-grid h4,
	.about-grid .h4-class {
		font-size: 1.35em;
	}
	.about-grid p {
		font-size: 1.1em;
		padding: 0 1px;
	}
	a.button {
		font-size: 1.2em;
	}
	.services-section h3 {
		font-size: 2.2em;
	}
	.left-grid1 h4,
	.left-grid1 .h4-class {
		font-size: 2.2em;
		padding: 20px 17px;
	}
	.left-grid2 h4,
	.left-grid2 .h4-class {
		font-size: 1.2em;
	}
	.left-grid2 p {
		font-size: 1.1em;
	}
	.gallery-section h3 {
		font-size: 2.2em;
	}
	.price-tables h3 {
		font-size: 2.2em;
	}
	.price-table-grid-head h2 {
		font-size: 1.1em;
	}
	.price-table-grid-info h4,
	.price-table-grid-info .h4-class {
		font-size: 1.2em;
	}
	.price-table-grid-info ul li p {
		font-size: 1em;
	}
	.team-section h3 {
		font-size: 2.2em;
	}
	.caption h4,
	.caption .h4-class {
		font-size: 1.5em;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		left: 46%;
	}
	.blog-section h3 {
		font-size: 2.2em;
	}
	.rslides img {
		width: 13%;
	}
	.blog-grid a {
		font-size: 1.3em;
	}
	.blog-grid p {
		font-size: 1.1em;
	}
	.blog-grid p.date {
		font-size: 1.1em;
	}
	.blog-grid1 p.date {
		font-size: 1.1em;
	}
	.single h2 {
		font-size: 1.3em;
	}
	.single-section h3 {
		font-size: 1.3em;
	}
	.content-form h3,
	.comments h3 {
		font-size: 1.5em;
	}
	.contact-section h3 {
		font-size: 2.2em;
	}
	.contactdetails-grid h4,
	.contactdetails-grid .h4-class {
		font-size: 1.5em;
	}
	.contactdetails-grid1 h4,
	.contactdetails-grid1 .h4-class {
		font-size: 1.5em;
	}
	.contactdetails-grid h5 {
		font-size: 14px;
	}
	.contactdetails-grid1 p {
		font-size: 1.05em;
	}
	.contactdetails-grid input[type="button"] {
		margin: 0px 45px 0 0;
	}
	.footer-bottom p {
		font-size: 15px;
	}
	.footer-bottom p a {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	li a.mini_hide {
		display: none;
	}
	.logo {
		width: 47%;
	}
	span.menu {
		display: block;
		cursor: pointer;
	}
	.top-menu {
		float: none;
		width: 100%;
		text-align: right;
		margin-top: 0.8em;
	}
	.top-menu ul {
		display: none;
	}
	.top-menu ul li {
		font-size: 14px;
		display: block;
	}
	.top-menu ul li {
		display: block;
		float: none;
		margin: 0em;
		border-bottom: none;
		border-right: none;
	}
	.top-menu ul li {
		padding: 6px 0;
	}
	.top-menu ul {
		margin: 35px 0;
		z-index: 999;
		position: absolute;
		width: 96%;
		background: #21486f;
		text-align: center;
	}
	.top-menu ul li a {
		display: block;
		font-size: 1.2em;
		margin: 0 0.2em;
	}
	.header-top {
		padding: 1.5em 0;
	}
	.about-section {
		padding: 3em 0;
	}
	.about-section h3 {
		font-size: 1.6em;
	}
	.about-grid {
		float: left;
		width: 25%;
	}
	.about-grid h4,
	.about-grid .h4-class {
		font-size: 1.03em;
	}
	.about-grid p {
		font-size: 1em;
		height: 76px;
		overflow: hidden;
	}
	a.button {
		font-size: 1.1em;
		padding: 10px 15px;
	}
	.services-section {
		padding: 3em 0;
	}
	.services-section h3 {
		font-size: 1.6em;
	}
	.service-leftgrid {
		float: left;
		width: 100%;
	}
	.service-rightgrid {
		float: left;
		width: 100%;
	}
	.left-grid1 h4,
	.left-grid1 .h4-class {
		font-size: 1.5em;
		padding: 17px 13px;
	}
	.left-grid2 h4,
	.left-grid2 .h4-class {
		font-size: 1.1em;
		height: 18px;
		overflow: hidden;
	}
	.left-grid2 p {
		font-size: 1em;
		overflow: hidden;
	}
	.left-grid2 {
		margin-top: 0.1em;
	}
	.gallery-section {
		padding: 3em 0 0;
	}
	.gallery-section h3 {
		font-size: 1.6em;
	}
	.gallery-grid {
		float: left;
		width: 16%;
		overflow: hidden;
	}
	.gallery-grid10 {
		width: 42%;
		float: left;
		overflow: hidden;
	}
	.gallery-grid11 {
		width: 42%;
		float: left;
		overflow: hidden;
	}
	.price-tables h3 {
		font-size: 1.6em;
	}
	.price-table-grid-head h2 {
		font-size: 1em;
	}
	.price-table-grid-head h2 label {
		font-size: 1.2em;
	}
	.price-table-grid-info h4,
	.price-table-grid-info .h4-class {
		font-size: 1.1em;
	}
	.price-table-grid-info ul li p {
		font-size: 0.9em;
		height: 28px;
		overflow: hidden;
	}
	.price-table-grid1 {
		padding-bottom: 2em;
	}
	.price-table-grid2 {
		padding-bottom: 2em;
	}
	.price-table-grid3 {
		padding-bottom: 2em;
	}
	.btn1 {
		padding: 0.5em 1em;
	}
	.team-section h3 {
		font-size: 1.6em;
	}
	.rslides img {
		width: 16%;
	}
	.caption h4,
	.caption .h4-class {
		font-size: 1.2em;
	}
	.caption1 p {
		font-size: 1em;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		position: absolute;
		bottom: -15%;
		z-index: 999;
		left: 44%;
	}
	.blog-section h3 {
		font-size: 1.6em;
	}
	.blog-leftgtid {
		float: left;
		width: 50%;
	}
	.blog-rightgtid {
		float: left;
		width: 50%;
	}
	.blog-grid a {
		font-size: 1.1em;
	}
	.blog-grid p {
		font-size: 1em;
	}
	.blog-grid1 p.date {
		font-size: 1em;
	}
	.blog-grid p.date {
		font-size: 1em;
	}
	.blog-section {
		padding: 3em 0;
	}
	.single h2 {
		font-size: 1.1em;
	}
	.single-section p {
		font-size: 1em;
		height: 106px;
		overflow: hidden;
	}
	.comment-info p {
		font-size: 1em;
	}
	.content-form h3,
	.comments h3 {
		font-size: 1.4em;
	}
	.contact-section {
		padding: 3em 0;
	}
	.contact-section h3 {
		font-size: 1.6em;
	}
	.contactdetails-grid {
		float: left;
		width: 50%;
	}
	.contactdetails-grid1 {
		float: left;
		width: 50%;
	}
	.contactdetails-grid h4,
	.contactdetails-grid .h4-class {
		font-size: 1.35em;
	}
	.contactdetails-grid h5 {
		font-size: 13px;
	}
	.contactdetails-grid1 h4,
	.contactdetails-grid1 .h4-class {
		font-size: 1.35em;
	}
	.contactdetails-grid1 p {
		font-size: 1em;
	}
	.contactdetails-grid input[type="button"] {
		margin: 0px 37px 0 0;
		padding: 7px 20px;
	}
	.footer-bottom p {
		font-size: 14px;
	}
	.footer-bottom p a {
		font-size: 15px;
	}
}
@media (max-width: 640px) {
	.logo a {
		font-size: 2em;
	}
	.top-menu ul {
		margin: 29px 0;
	}
	.top-menu ul li a {
		display: block;
		font-size: 1em;
	}
	.top-menu ul {
		margin: 29px 0 0;
	}
	.top-menu {
		margin-top: 0.5em;
	}
	.about-section h3 {
		font-size: 1.4em;
	}
	.about-grid img {
		width: 100%;
	}
	.about-grid {
		float: none;
		width: 100%;
	}
	.about-grid h4,
	.about-grid .h4-class {
		font-size: 1.05em;
	}
	.about-grid p {
		font-size: 0.95em;
		height: 76px;
		overflow: hidden;
		padding: 0 81px;
	}
	.about-grids {
		margin-bottom: 1em;
	}
	a.button {
		font-size: 1em;
		padding: 10px 15px;
	}
	.services-section h3 {
		font-size: 1.4em;
	}
	.left-grid1 h4,
	.left-grid1 .h4-class {
		font-size: 1.3em;
		padding: 11px 9px;
	}
	.left-grid1 h4,
	.left-grid1 .h4-class {
		font-size: 1.3em;
		padding: 17px 10px;
		margin-top: 0.2em;
	}
	.left-grid2 {
		margin-top: 0.2em;
	}
	.left-grid2 h4,
	.left-grid2 .h4-class {
		font-size: 0.95em;
		height: 15px;
		overflow: hidden;
	}
	.left-grid2 p {
		font-size: 0.95em;
		overflow: hidden;
	}
	.gallery-section h3 {
		font-size: 1.4em;
	}
	.price-tables h3 {
		font-size: 1.4em;
	}
	.price-table-grid-head h2 {
		font-size: 0.81em;
	}
	.price-table-grid-info h4,
	.price-table-grid-info .h4-class {
		font-size: 1em;
	}
	.price-table-grid-info ul li p {
		font-size: 0.9em;
		height: 27px;
		overflow: hidden;
	}
	.btn1 {
		padding: 0.5em 0.9em;
	}
	.team-section h3 {
		font-size: 1.4em;
	}
	.caption h4,
	.caption .h4-class {
		font-size: 1.1em;
	}
	.caption1 p {
		font-size: 0.95em;
	}
	.blog-section h3 {
		font-size: 1.6em;
	}
	.blog-grid p {
		font-size: 0.95em;
		height: 40px;
		overflow: hidden;
	}
	.blog-grid {
		margin-bottom: 2em;
	}
	.blog-grid1 p.date {
		font-size: 0.9em;
		margin-bottom: -18px;
	}
	.blog-grid a {
		font-size: 1.05em;
	}
	.header.head-top {
		min-height: 82px;
	}
	.single h2 {
		font-size: 1.05em;
	}
	.blog-grid p.date {
		font-size: 0.9em;
		margin-bottom: -18px;
	}
	.single-section p {
		font-size: 0.95em;
		height: auto;
		overflow: hidden;
	}
	.content-form h3,
	.comments h3 {
		font-size: 1.3em;
	}
	.single-section h3 {
		font-size: 1.2em;
	}
	.content-form form input[type="text"],
	.content-form form textarea {
		width: 100%;
	}
	.comment-info h5 {
		margin-bottom: 0.5em;
	}
	.contact-section h3 {
		font-size: 1.4em;
	}
	.comment-info p {
		font-size: 0.9em;
	}

	.contactdetails-grid h4,
	.contactdetails-grid .h4-class {
		font-size: 1.2em;
	}
	.contactdetails-grid1 h4,
	.contactdetails-grid1 .h4-class {
		font-size: 1.2em;
	}
	.contactdetails-grid input[type="text"] {
		width: 100%;
		padding: 7px 10px;
		font-size: 15px;
	}
	.contactdetails-grid textarea {
		width: 100%;
		padding: 10px 10px;
		font-size: 15px;
		height: 16em;
	}
	.contactdetails-grid1 p {
		font-size: 0.9em;
	}
	.google-map iframe {
		padding: 15px 0;
		width: 100%;
		min-height: 345px;
	}
	.contactdetails-grid input[type="button"] {
		margin: 0px 1px 0 0;
		font-size: 1.1em;
	}

	.contactdetails-grid2 h4,
	.contactdetails-grid2 .h4-class {
		font-size: 1.2em;
	}
	.contactdetails-grid12 h4,
	.contactdetails-grid12 .h4-class {
		font-size: 1.2em;
	}
	.contactdetails-grid2 input[type="text"] {
		width: 100%;
		padding: 7px 10px;
		font-size: 15px;
	}
	.contactdetails-grid2 textarea {
		width: 100%;
		padding: 10px 10px;
		font-size: 15px;
		height: 16em;
	}
	.contactdetails-grid12 p {
		font-size: 0.9em;
	}
	.google-map iframe {
		padding: 15px 0;
		width: 100%;
		min-height: 345px;
	}
	.contactdetails-grid2 input[type="button"] {
		margin: 0px 1px 0 0;
		font-size: 1.1em;
	}
	.footer-section {
		padding: 3em 0;
	}
}
@media (max-width: 480px) {
	.discount-image-box img {
		width: 100%;
	}
	.discount-text {
		margin: 1em 1em 0 1em;
	}
	.logo a {
		font-size: 1.8em;
		margin-top: 0.2em;
	}
	.header-top {
		padding: 0.5em 0;
	}
	.top-menu {
		margin-top: 0.8em;
	}
	.top-menu ul {
		width: 94%;
		margin: 11px 0 0;
	}
	.top-menu ul li a {
		margin: 0 0.1em;
	}
	.top-menu ul li {
		padding: 5px 0;
	}
	.about-section {
		padding: 2em 0;
	}
	.about-section h3 {
		font-size: 1.2em;
	}
	.about-grid p {
		font-size: 0.9em;
		height: 76px;
		overflow: hidden;
		padding: 0 36px;
	}
	.about-grid {
		padding: 0;
	}
	a.button {
		font-size: 0.8em;
		padding: 9px 13px;
	}
	.services-section {
		padding: 2em 0;
	}
	.services-grids {
		margin-top: 2em;
	}
	.services-section h3 {
		font-size: 1.2em;
	}
	.service-leftgrid {
		float: none;
		width: 100%;
		padding: 0;
	}
	.service-rightgrid {
		float: none;
		width: 100%;
		padding: 0;
		margin-top: 1em;
	}
	.service2 {
		padding: 1em 0;
	}
	.left-grid1 h4,
	.left-grid1 .h4-class {
		font-size: 1.2em;
		padding: 22px 10px;
		margin-top: 0;
	}
	.left-grid2 h4,
	.left-grid2 .h4-class {
		font-size: 0.95em;
	}
	.left-grid2 p {
		font-size: 0.9em;
	}
	.gallery-section h3 {
		font-size: 1.2em;
	}
	.gallery-grid {
		float: none;
		width: 100%;
		overflow: hidden;
	}
	.gallery-grid10 {
		float: none;
		width: 100%;
		overflow: hidden;
	}
	.gallery-grid11 {
		float: none;
		width: 100%;
		overflow: hidden;
	}
	.price-tables {
		padding: 2em 0;
	}
	.price-tables h3 {
		font-size: 1.2em;
	}
	.price-table-grid {
		float: none;
		width: 100%;
	}
	.price-table-grids {
		padding: 0 3em;
	}
	.price-table-grid-info h4,
	.price-table-grid-info .h4-class {
		font-size: 0.95em;
	}
	.price-table-grid-head {
		width: 40%;
	}
	.price-table-grid-info ul {
		width: 41%;
	}
	.price-table-grid2 {
		margin: 1em 0;
	}
	.btn1 {
		float: center;
	}
	.price-table-grid1 {
		padding-bottom: 0.5em;
	}
	.price-table-grid2 {
		padding-bottom: 0.5em;
	}
	.price-table-grid3 {
		padding-bottom: 0.5em;
	}
	.rslides img {
		width: 25%;
	}
	.team-section {
		padding: 2em 0;
	}
	.team-section h3 {
		font-size: 1.2em;
	}
	.caption1 p {
		font-size: 0.9em;
	}
	.blog-leftgtid {
		float: none;
		width: 100%;
		padding: 0;
	}
	.blog-rightgtid {
		float: none;
		width: 100%;
		padding: 0;
	}
	.blog-section h3 {
		font-size: 1.3em;
	}
	.blog-grid a {
		font-size: 1em;
	}
	.header.head-top {
		min-height: 68px;
	}
	.single h2 {
		font-size: 1em;
	}
	.single-section p {
		font-size: 0.9em;
	}
	.single-section h3 {
		font-size: 1.05em;
	}
	.content-form h3,
	.comments h3 {
		font-size: 1.2em;
	}
	.comment-info h4,
	.comment-info .h4-class {
		font-size: 0.9em;
	}
	.comment-info p {
		height: 38px;
		overflow: hidden;
	}
	.contact-section {
		padding: 2em 0;
	}
	.contact-section h3 {
		font-size: 1.2em;
	}
	.contactdetails-grid h4,
	.contactdetails-grid .h4-class {
		font-size: 1.05em;
	}
	.contactdetails-grid h5 {
		font-size: 12px;
	}
	.contactdetails-grid1 h4,
	.contactdetails-grid1 .h4-class {
		font-size: 1.05em;
	}
	.contactdetails-grid {
		float: none;
		width: 100%;
		padding: 0;
	}
	.contactdetails-grid input[type="button"] {
		font-size: 1em;
	}
	.contactdetails-grid1 {
		float: none;
		width: 100%;
		padding: 0;
		margin-top: 4em;
	}
	.footer-section {
		padding: 2em 0;
	}
}
@media (max-width: 320px) {
	.logo {
		width: 74%;
	}

	.top-menu ul {
		width: 89%;
	}

	.top-menu ul li {
		padding: 3px 0;
	}

	.about-section {
		padding: 1.5em 0;
	}

	.about-section h3 {
		font-size: 1.1em;
	}

	.about-grid img {
		width: 35%;
	}

	.about-grid h4,
	.about-grid .h4-class {
		font-size: 1em;
	}

	.about-grid p {
		font-size: 0.9em;
		height: 49px;
		overflow: hidden;
		padding: 0 0px;
	}

	a.button {
		padding: 7px 10px;
	}

	.services-section {
		padding: 1.5em 0;
	}

	.services-section h3 {
		font-size: 1.1em;
	}

	.left-grid2 h4,
	.left-grid2 .h4-class {
		font-size: 0.85em;
		height: 13px;
		overflow: hidden;
	}

	.left-grid1 h4,
	.left-grid1 .h4-class {
		font-size: 1.2em;
		padding: 19px 10px;
	}

	.gallery-section {
		padding: 1.5em 0 0;
	}

	.gallery-section h3 {
		font-size: 1.1em;
	}

	.price-tables h3 {
		font-size: 1.1em;
	}

	.price-table-grid-head h2 label {
		font-size: 1em;
	}

	.price-table-grid-info h4,
	.price-table-grid-info .h4-class {
		font-size: 0.9em;
	}

	.price-table-grids {
		padding: 0 0em;
	}

	.btn1 {
		padding: 0.3em 0.7em;
	}

	.team-section h3 {
		font-size: 1.1em;
	}

	.caption h4,
	.caption .h4-class {
		font-size: 0.9em;
	}

	.caption1 p {
		height: 39px;
		overflow: hidden;
	}

	.caption {
		width: 94%;
	}

	.blog-section h3 {
		font-size: 1.2em;
	}

	.blog-section {
		padding: 1.5em 0;
	}

	.blog-grid a {
		font-size: 0.9em;
	}

	.blog-grid1 p {
		line-height: 1.5em;
	}

	.contact-section h3 {
		font-size: 1.1em;
	}

	.contactdetails-grid h4,
	.contactdetails-grid .h4-class {
		font-size: 0.99em;
	}

	.contactdetails-grid1 h4,
	.contactdetails-grid1 .h4-class {
		font-size: 0.95em;
	}

	.contactdetails-grid input[type="button"] {
		font-size: 0.95em;
		padding: 7px 15px;
	}

	.single {
		padding: 1em 0;
	}

	.single h2 {
		font-size: 0.9em;
		height: 14px;
		overflow: hidden;
	}

	.single-section h3 {
		font-size: 1em;
	}

	.content-form h3,
	.comments h3 {
		font-size: 1.05em;
	}

	.comment-info h4,
	.comment-info .h4-class {
		font-size: 0.85em;
	}

	.comment-info h5 {
		color: #000;
		font-size: 0.8em;
	}

	.comments {
		margin-top: 1em;
	}

	.content-form {
		margin-top: 1em;
	}
}
.rever .contactdetails-grid select,
#rever .mfcont input,
#rever .mfcont textarea {
	width: 100%;
}

.footer-menu {
	margin: 10px 0;
}

.footer-menu li {
	display: inline-block;
}
.footer-menu li a {
	color: #8b8b8b;
	text-transform: none;
	font-size: 0.8em;
}

.top-menu ul li a {
	text-transform: uppercase;
}
.cl-effect-3 li ul {
	display: none;
	position: absolute;
	background: #3facfa;
	border-bottom: 2px solid #1468a3;
	margin-bottom: 1em;
	z-index: 9999999999;
}
.cl-effect-3 li ul li {
	width: 100%;
	display: block;
}
.cl-effect-3 li:hover ul {
	display: block;
	position: absolute;
	background: #3facfa;
	border-bottom: 2px solid #1468a3;
	margin-bottom: 1em;
}
.flexslider .slides img {
	width: 100%;
}
.sdfsdaaa .link-btn a img:hover {
	border-radius: 231px;
	border: 12px solid #3facfa;
}
.sdfsdaaa .col-md-2 {
	width: 16%;
}

.top-menu ul li a {
	text-transform: uppercase;
}
.cl-effect-3 li ul {
	display: none;
	position: absolute;
	background: #3facfa;
	border-bottom: 2px solid #1468a3;
	margin-bottom: 1em;
	z-index: 9999999999;
}
.cl-effect-3 li ul li {
	width: 100%;
	display: block;
}
.cl-effect-3 li:hover ul {
	display: block;
	position: absolute;
	background: #3facfa;
	border-bottom: 2px solid #1468a3;
	margin-bottom: 1em;
}
.about-grids a {
	color: #ffffff;
}
.about-grids a:hover {
	text-decoration: none;
}
.sdfsdijm {
	background: url("/images/med-main.jpg") center center;
	height: auto;
	min-height: 260px;
	border-bottom: 10px solid #3facfa;
}
.items_list img {
	width: 300px;
	height: 220px;
}
.new-image {
	float: left;
	width: 300px;
	height: auto;
	margin: 0 10px 0 0;
}
.dfghdfghdhhhh {
	padding-right: 30px;
}
.sdfsdijm p {
	padding-bottom: 1em;
	font-size: 18px;
}

.sndfuiosdhfywe {
	color: #000;
	border-radius: 1em;
	text-shadow: 0px 0px 38px #fff;
}
.sndfuiosdhfywe p {
	padding-bottom: 1em;
	font-size: 18px;
}
.medicah1 {
	display: none;
}
.romsopis {
	font-size: 16px;
}

.about-grid h4 {
	font-size: 1.5em;
}
.about-section h3 {
	font-size: 1.8em;
	color: #3facfa;
	font-weight: normal;
}

.single h2.bh3 {
	font-size: 3em;
}

.info {
	font-size: 1.2em;
	font-weight: bold;
}
.info ul {
	margin-left: 1em;
}

.container h1 {
	text-align: center;
	margin-top: 1em;
}
.container p {
	font-size: 16px;
}
.container {
	margin-bottom: 20px;
}
#reviews__form label {
	font-size: 14px;
	position: relative;
	font-weight: normal;
}
#reviews__form .required label:after {
	content: "*";
	right: -10px;
	position: absolute;
}
#reviews__form .help-block-error {
	font-size: 14px;
}
#reviews__form .submit {
	background: #1ca4ea none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	color: #ffffff;
	font-size: 1.3em;
	font-weight: 400;
	margin: 0 55px 0 0;
	outline: medium none;
	padding: 10px 25px;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
	width: 220px;
}
#reviews__form .submit:hover {
	background: red;
}
#reviews__form textarea {
	height: 15em;
}
.blog-section .review {
	color: #000;
	background: #ffffff;
	font-size: 16px;
	margin-bottom: 2em;
	margin-top: 1.5em;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 2em;
}
.blog-section .review .ttl {
	margin-bottom: 10px;
	color: #000;
}
.blog-section .review .autor {
	font-size: 1.2em;
	color: #000;
}
.container .review .date {
	font-weight: bold;
	color: #000;
}
.blog-section .rating {
	font-weight: bold;
	color: #fff;
	background: #3facfa;
	padding: 0.2em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	border-radius: 5em;
	margin-right: 1em;
}
.container .review .info {
	background: #ffffff none repeat scroll 0 0;
	font-size: 16px;
	font-weight: normal;
	margin-top: 1em;
}

form .ttl {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}

form select,
form input {
	width: 20em;
	padding: 0.2em;
}
form textarea {
	width: 100%;
	padding: 0.2em;
	height: 10em;
}
.lines-form .ttl {
}
form h3.foh3 {
	font-size: 2.5em;
}

.lineromprop {
	margin-bottom: 1em;
	margin-top: 1em;
	border-bottom: 1px dotted #d8d8d8;
	width: 100%;
	padding-bottom: 1em;
}
.lineromprop li {
	display: inline-block;
	width: 100%;
	padding-right: 0.5em;
	font-weight: bold;
}
.lineromprop li span {
	color: #3facfa;
	padding-right: 1em;
}
.lineromprop2 {
	margin-bottom: 1em;
	margin-top: 1em;
	border-bottom: 1px dotted #d8d8d8;
	width: 100%;
	padding-bottom: 1em;
}
.lineromprop2 li {
	display: inline-block;
	width: 49%;
	padding-right: 0.5em;
	font-weight: bold;
}
.lineromprop2 li span {
	color: #3facfa;
	padding-right: 1em;
}
.lineromprop2 li a,
.lineromprop li a {
	color: #1b242f;
}
.lineromprop2 li a:hover,
.lineromprop2 li a:focus,
.lineromprop li a:hover,
.lineromprop li a:focus {
	color: #e74c3c;
	text-decoration: underline;
}
.gfhhh44 img {
	padding: 10px;
}
.single-content {
	float: none !important;
}
.table {
	border-collapse: collapse;
}
.table__row {
}
.table__header,
.table__cell {
	border: 1px solid;
	padding: 5px;
}
.table__cell {
}
@media screen and (max-width: 600px) {
	.table {
		width: 100%;
		margin-bottom: 20px;
		border: none;
	}
	.table__row {
		display: block;
		margin-bottom: 20px;
	}
	.table__row:first {
		margin: 0;
	}
	.table__row_header {
		border: none !important;
	}
	.table__header {
		display: none;
	}
	.table__cell {
		display: block;
		text-align: right;
		font-size: 15px;
		padding: 5px 5px !important;
	}
	.table__cell:before {
		content: attr(data-label);
		float: left;
		text-align: left;
		font-weight: 700;
	}
}
.tabs {
}
h2.tabs__header {
	text-align: left;
	margin-top: 2em;
}
.tabs__items {
	list-style: none;
	margin: 0 !important;
	padding: 0;
}
.tabs__item {
}
.tab {
}
.tab__header {
	text-decoration: none;
	font-size: 22px;
	color: #1b242f;
	border-bottom: 2px dotted;
	display: inline-block;
}
.tab__header_active {
	color: #6dce36;
}
.tab__content {
}
.tab__table {
	display: none;
}
.tab__table.table > thead > tr > th,
.tab__table.table > tbody > tr > th,
.tab__table.table > tfoot > tr > th,
.tab__table.table > thead > tr > td,
.tab__table.table > tbody > tr > td,
.tab__table.table > tfoot > tr > td {
	border: 1px solid #333333;
}
.tab__table_active {
	display: table;
}
.tab__description {
	border: none !important;
	font-weight: 600;
	text-align: left;
}
@media (max-width: 768px) {
	.sdfsdijm {
		display: none;
	}
	.medicah1 {
		display: block;
		padding: 15px;
		font-size: 1.5em;
		font-weight: bold;
	}
}
@media (max-width: 768px) {
	.cl-effect-3 li ul {
		position: inherit;
		background: none;
		border: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
}
.aksjdaklsdj_logo {
	background: url("/logo.png");
	width: 171px;
	height: 89px;
	display: block;
}

@media (max-width: 768px) {
	.aksjdaklsdj_logo {
		background: url("/userfiles/m-logo.png");
		width: 171px;
		height: 30px;
		display: block;
	}
}

.jssora05l,
.jssora05r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url("/wowslider/img/a17.png") no-repeat;
	overflow: hidden;
}
.jssora05l {
	background-position: -10px -40px;
}
.jssora05r {
	background-position: -70px -40px;
}
.jssora05l:hover {
	background-position: -130px -40px;
}
.jssora05r:hover {
	background-position: -190px -40px;
}
.jssora05l.jssora05ldn {
	background-position: -250px -40px;
}
.jssora05r.jssora05rdn {
	background-position: -310px -40px;
}

/* jssor slider thumbnail navigator skin 01 css */
/*
.jssort01-99-66 .p            (normal)
.jssort01-99-66 .p:hover      (normal mouseover)
.jssort01-99-66 .p.pav        (active)
.jssort01-99-66 .p.pdn        (mousedown)
*/
.jssort01-99-66 .p {
	position: absolute;
	top: 0;
	left: 0;
	width: 99px;
	height: 66px;
}

.jssort01-99-66 .t {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.jssort01-99-66 .w {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.jssort01-99-66 .c {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 95px;
	height: 62px;
	border: #fff 2px solid;
	box-sizing: content-box;
	background: url("/wowslider/img/t01.png") -800px -800px no-repeat;
	_background: none;
}

.jssort01-99-66 .pav .c {
	top: 2px;
	_top: 0px;
	left: 2px;
	_left: 0px;
	width: 95px;
	height: 62px;
	border: #000 0px solid;
	_border: #fff 2px solid;
	background-position: 50% 50%;
}

.jssort01-99-66 .p:hover .c {
	top: 0px;
	left: 0px;
	width: 97px;
	height: 64px;
	border: #fff 1px solid;
	background-position: 50% 50%;
}

.jssort01-99-66 .p.pdn .c {
	background-position: 50% 50%;
	width: 95px;
	height: 62px;
	border: #000 2px solid;
}

* html .jssort01-99-66 .c,
* html .jssort01-99-66 .pdn .c,
* html .jssort01-99-66 .pav .c {
	/* ie quirks mode adjust */
	width/**/: 99px;
	height/**/: 66px;
}
.breasdf span:nth-child(2) {
}

.perechertnuto {
	text-decoration: line-through;
}

.breasdf {
	display: inline-block;
	font-size: 1.6em;
	width: 69.5%;
}

.ngtyhdfg p {
	font-size: 16px;
}

.asfdbd {
	display: inline-block;
	text-align: right;
	width: 30%;
}
.menu-mobile {
	display: none;
}
.new-box {
	margin-bottom: 20px;
}

.specials_list .about-grid img {
	border: 6px solid #3facfa;
	height: auto;
	min-height: 160px;
}

.specials__seven-col .specials_list .about-grid img {
	min-height: auto;
}

.flexslider .slides img {
	width: 100%;
}

.about-grid img {
	border: 6px solid #fff;
	border-radius: 231px;
	width: 100%;
}

.services-grids .left-grid1 .title_h4 a {
	color: #ffffff;
}

.services-grids .left-grid2 .title_h4 a {
	color: #337ab7;
}

.services-grids .left-grid2 p a {
	color: #797272;
	font-size: 16px;
}

.services-grids .left-grid2 .title_h4 a:hover,
.services-grids .left-grid2 p a:hover,
.services-grids .left-grid1 .title_h4 a:hover {
	color: #23527c;
	text-decoration: underline;
}

.name_block_name_menu_images p + p {
	margin-left: 10px;
}

.name_block_name_menu_images p:first-child {
	color: #fff;
	font-family: "Exo", sans-serif;
	font-size: 3em;
	font-weight: 700;
	margin-bottom: 1.5em;
	text-transform: uppercase;
	display: inline-block;
}

.name_block_name_menu_images p:nth-child(2) {
	color: #3facfa;
	font-weight: 400;
	font-family: "Exo", sans-serif;
	font-size: 3em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
	display: inline-block;
}

.action .dfghttr p {
	font-size: 14px;
}
.action p img {
	width: 100%;
	height: auto;
}
.specials_list .title_h4 {
	text-align: center;
}
.specials_list .title_h4 a {
	font-weight: normal;
}

.specials_list .title_h4 a:hover {
	text-decoration: none;
}

.romsopis .lineromprop li {
	display: inline-block;
	font-weight: bold;
	padding-right: 0.5em;
	width: 49%;
}
.romsopis .lineromprop2 li {
	display: inline-block;
	font-weight: bold;
	padding-right: 0.5em;
	width: 100%;
}

.top-menu ul li a {
	text-transform: uppercase;
}
.cl-effect-3 li ul {
	display: none;
	position: absolute;
	background: #3facfa;
	border-bottom: 2px solid #1468a3;
	margin-bottom: 1em;
	z-index: 9999999999;
}
.cl-effect-3 li ul li {
	width: 100%;
	display: block;
}
.cl-effect-3 li:hover ul {
	display: block;
	position: absolute;
	background: #3facfa;
	border-bottom: 2px solid #1468a3;
	margin-bottom: 1em;
}

.form_contact label {
	color: #000;
	font-family: "Exo", sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 7px 3px;
	text-transform: uppercase;
	position: relative;
}

.form_contact .required label:after {
	content: "*";
	position: absolute;
	right: -10px;
	top: 5px;
}

.form_contact button:hover {
	background: red none repeat scroll 0 0;
}

.form_contact button {
	background: #1ca4ea none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	color: #ffffff;
	float: right;
	font-size: 1.3em;
	font-weight: 400;
	margin: 0 55px 0 0;
	outline: medium none;
	padding: 10px 25px;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}
@media (max-width: 768px) {
	.cl-effect-3 li ul {
		position: inherit;
		background: none;
		border: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
}
.aksjdaklsdj_logo {
	background: url("/logo.png");
	width: 171px;
	height: 89px;
	display: block;
}

@media (max-width: 768px) {
	.aksjdaklsdj_logo {
		background: url("/m-logo.png");
		width: 171px;
		height: 30px;
		display: block;
	}
}

.menu-mobile {
	display: none;
}

@media (max-width: 480px) {
	.menu-desktop {
		display: none;
	}
	.menu-desktop * {
		display: none;
	}
	.menu-mobile {
		display: block;
	}
	.romsopis .lineromprop li {
		width: 100%;
	}
	.ngtyhdfg {
		padding: 7px;
	}
	.ndfgjner,
	.breasdf {
		display: inline-block;
		font-size: 20px;
		padding: 7px;
		text-align: center;
		width: 100%;
	}
}

@media (max-width: 480px) {
	.menu-desktop {
		display: none;
	}
	.menu-desktop * {
		display: none;
	}
	.menu-mobile {
		display: block;
	}
	.new-image {
		float: none;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.cl-effect-3 li ul {
		position: inherit;
		background: none;
		border: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
}
.aksjdaklsdj_logo {
	background: url("/logo.png");
	width: 171px;
	height: 89px;
	display: block;
}

@media (max-width: 768px) {
	.aksjdaklsdj_logo {
		background: url("/userfiles/m-logo.png");
		width: 171px;
		height: 30px;
		display: block;
	}
}

.menu-mobile {
	display: none;
}
.page_image img {
	width: 100%;
	height: auto;
}
.contactdetails-grid .captcha {
	margin: 6px 0;
}
.contactdetails-grid .captcha input {
	display: inline-block;
	width: 160px;
	margin-left: 4em;
}
@media (max-width: 480px) {
	.menu-desktop {
		display: none;
	}
	.menu-desktop * {
		display: none;
	}
	.menu-mobile {
		display: block;
	}
	.services-grids .left-grid2 p a {
		font-size: 12px;
	}
	.left-grid2 p {
		height: auto;
	}
	.services-grids .left-grid1 .title_h4 a {
		font-size: 22px;
	}
	.name_block_name_menu_images p:first-child {
		margin: 0;
	}
	.sdfsdaaa .col-md-2 {
		width: 100%;
	}
	.form_contact button {
		text-align: center;
		margin: 0;
		width: 100%;
	}

	.footer-bottom p {
		display: block;
	}
	.contactdetails-grid .captcha input {
		display: block;
		width: 100%;
		margin: 4px 0 0 0;
	}
}
.specials_list .about-grid {
	width: auto;
}

.specials_list .about-grid img {
	width: 160px;
}
.mobile-gallery img + img {
	margin-top: 2px;
}
.mobile-gallery img {
	width: 100%;
	height: auto;
}

.content ul {
	margin: 0.5em 0 0.5em 2em;
	list-style-type: disc;
}
.table_prices .room_td:hover {
	cursor: pointer;
	text-decoration: underline;
}
.content ul.pagination {
	display: block;
	text-align: center;
}
.head__phone {
	color: #fff;
	font-weight: bold;
}
.head__phone a {
	color: #fff;
}
.head__phone p {
	margin: 0;
}

form .alert__box {
	position: fixed;
	top: 25%;
	left: 38%;
	z-index: 99999;
}
.alert__box {
	display: none;
	z-index: 100;
}
.alert .close {
	margin-right: -45px;
	margin-top: -42px;
	color: #333;
	opacity: 1;
	border: 1px solid #333;
	border-radius: 50%;
	padding: 0 6px;
}
.booking__box .alert__box {
	text-transform: none;
}

.alert-success {
	background: #1ca4ea;
	color: #333;
}
.alert {
	position: relative;
	padding: 10px 35px 10px 14px;
	margin: 20px 0;
	background: #1ca4ea;
	border-radius: 4px;
}
.close {
	background: #ccc;
}
@media (max-width: 480px) {
	.left-grid1,
	.left-grid2 {
		width: 100%;
	}
}
.r_reading {
	text-align: center;
}
.r_reading .item {
	display: inline-block;
	position: relative;
	max-width: 260px;
	overflow: hidden;
}
.r_reading .item img {
	width: 100%;
}
.r_reading .item:before {
	position: absolute;
	pointer-events: none;
	content: "";
	z-index: 0;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(21, 21, 21, 0);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0)), to(rgba(21, 21, 21, 0.7)));
	background: -webkit-linear-gradient(top, rgba(21, 21, 21, 0), rgba(21, 21, 21, 0.7));
	background: -moz-linear-gradient(top, rgba(21, 21, 21, 0), rgba(21, 21, 21, 0.7));
	background: -ms-linear-gradient(top, rgba(21, 21, 21, 0), rgba(21, 21, 21, 0.7));
	background: -o-linear-gradient(top, rgba(21, 21, 21, 0), rgba(21, 21, 21, 0.7));
}
.r_reading .item + .item {
	margin-left: 10px;
}

.r_reading .text__link {
	position: absolute;
	bottom: 1em;
	padding: 8px;
	color: #fff;
	font-size: 25px;
	width: 100%;
}
.r_reading .text__link-hover {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 1em;
	border: 2px solid #393736;
	background-color: rgba(255, 255, 255, 0.95);
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

.r_reading .item:hover .text__link-hover {
	opacity: 0.98;
	cursor: pointer;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.r_reading .item .text__link-hover .link {
	color: #000;
	font-size: 25px;
	margin-top: 25px;
}
.r_reading .item .text__link-hover .text {
	color: #898989;
	font-size: 15px;
	margin-bottom: 0;
	margin-top: 30px;
}
.r_reading .item .text__link-hover .button {
	font-weight: bold;
	padding: 10px 20px;
	border: 2px solid #dedede;
	width: 180px;
	display: block;
	font-size: 15px;
	text-align: center;
	margin: 2em auto 0;
	background: none;
}

.r_reading .item .text__link-hover .button:hover {
	border: 2px solid #337ab7;
}

@media (max-width: 532px) {
	.r_reading .item + .item {
		margin-left: 1em;
	}
	.r_reading .item {
		max-width: 100%;
		margin: 1em;
		display: block;
	}
}
