@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,500,600,700,900|Montserrat:300,400|Open+Sans:300,600');

html,body {
	font-family: 'Fira Sans', sans-serif;
}
h1, h2, .card_title {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
}
h1 {
	font-size: 42px;
	margin-bottom: 16px;
}
h2 {
	font-size: 30px;
}
p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #4D4D4D;
	line-height: 1.5;
}
.subtitle {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
}
.block-name {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	font-size: 30px;
}
.cont_us{
	visibility:visible;
}
#accordion ul li{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
/*.btn {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500; /*medium
 	display: inline-block;
 	font-size: 13px;
	height: 42px;
	width: 177px;
	border: none;
	border-radius: 20px;
	vertical-align: middle;
	transition: 0.2s;
	cursor: pointer;
	padding: 0 10px;
}*/
.btn-left {
	float: left;
	background-color: #fff;
	color: #B8975F;
	border: 1px solid #B8975F;
}
.btn-left:hover {
	background-color: #B8975F;
	color: #fff;
}
.btn-right {
	float: right;
	color: #fff;
	background-color: #B8975F;
}
.btn-right:hover {
	background-color: #fff;
	border: 1px solid #B8975F;
	color: #B8975F;
}
.btn-menu {
	display: none;
	float: right;
	padding: 5px 15px 5px 15px;
	font-size: 20px;
	margin: 3px  20px 0  0;
	background-color: #fff;
	border: 1px solid #B8975F;
	color: #B8975F;
	border-radius: 4px;
	z-index: 1;
	cursor: pointer;
}
.btn-menu:hover {
	color: #fff;
	background-color: #B8975F;
}
.fb_hv, .inst_hv, .you_hv {
	display: none;
}
.scroll_header {
	display: none;
	position: fixed;
	top: 0;
	z-index: 999;
}
.scroll_header_sd {
	position: fixed;
	z-index: 999;
}
.btn_top {
	display: none;
	width: 45px;
	height: 45px;
	position: fixed;
	right: 20px;
	text-align: center;
	padding-top: 5px;
	font-size: 30px;
	color: #B8975F;
	bottom: 200px;
	border-radius: 30px;
	background-color: #DFDFDF;
	transition: 0.2s;
	z-index: 15;
}
.btn_top:hover {
	padding-top: 8px;
	width: 50px;
	height: 50px;
}
/**************************** HEADER ********************************/

.header {
	height: 73px;
	background-color: #fff;
	z-index: 10;
}
.header-inner {
	padding: 15px 40px 15px 40px;
}
.nav {
	width: 700px;
   	position: absolute;
   	top: 10px;
   	bottom: 0;
   	right: 0;
   	left: 0;
   	margin: 0 auto;
	text-align: center;
}
.nav ul {
	display: block;
	margin-bottom: 0;
	height: 42px;
}
.nav ul li:hover > ol {
    display: block;
}
.nav ol:hover {
    display: block;
}
.nav ol {
    position: absolute;
    display: none;
    width: 265px;
    padding: 20px 15px 5px 15px;
    margin-left: -12px;
    background-color: #fff;
    text-align: left;
    z-index: 1000; 
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    -webkit-animation-duration: .7s;
    -webkit-animation-delay: 0s;
}
.nav ol li {
    display: block;
    padding: 5px 5px 5px 0;
    width: 100%;
    font-size: 12px;
    text-align: left;
}
.nav ul li {
	display: inline-block;
	padding-right: 14px;
}
.nav a, .nav select {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
}
.nav a:hover {
	color: #AA823F;
}
.nav i {
	font-size: 18px;
	font-weight: 100;
}
.nav select {
	display: inline-block;
	padding: 0 0 0 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
	width: 29px;
	height: 20px;
	-webkit-appearance: none;
	border: none; 
	text-align: left;
	cursor: pointer;
	background-color: transparent;
}
.nav select option {
	font-weight: 600;
	cursor: pointer;
}
.search {
	width: 12px;
	display: block;
	position: relative;
	top: -2px;
	font-weight: 300;
	margin-bottom: 28px;
	cursor: pointer;
}
.search_icon_hv {
	display: none;
}
#submit_search {
	width: 37px;
	height: 23px;
	display: inline-block;
	padding: 7px 2px 0 5px;
	border: none;
	background-color: transparent;
}
.s-input {
	display: none;
}
.s-input {
	display: none;
	position: absolute;
	border: 1px solid #B8975F;
	right: 74px;
	border-radius: 4px;
	background-color: #fff;
	top: 46px;
	width: 572px;
	height: 37px;
	z-index: 4;
	color: #fff;
	cursor: pointer;
}
.s-input input {
	border: none;
	float: left;
	width: 92%;
	height: 32px;
	font-weight: 600;
	font-size: 15px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
}
#finder:focus::-webkit-input-placeholder {
    color: transparent;
}
.menu_down {
	display: none;
	color: #319EA2;
	width: 20px;
	text-align: center;
	height: 20px;
	margin-bottom: 0;
	margin-left: 10px;
	cursor: pointer;
	z-index: 10;
}

/**************************** TIME ********************************/

.time {
	width: 100%;
	position: relative;
}
.mask_bg {
	width: 100%;
	position: relative;
	background-image: url('/images/bg/mask.png');
	background-position: top center;
	background-repeat:  no-repeat;
	padding: 347px 0 300px 0;
}
.time-bg {
	width: 100%;
	position: relative;
	background-image: url('/images/bg/bg-times.jpg');
	background-position: top center;
	background-repeat:  no-repeat;
}
.time-inner { 
	width: 50%;
	position: relative;
	left: 25%;
	text-align: center;
}
.time-inner h1 {
	margin-top: 66px;
}

/**************************** WELLNESS ********************************/
.wellness {
	width: 100%;
	padding-top: 77px;
	padding-bottom: 40px;
	background: url('/images/bg/bg-stones.png');
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.description {
	text-align: center;
}
.description .subtitle {
	line-height: 1.5;
	font-size: 15px;
	padding: 0 20px 0 20px;
}
.subtitle p{
	margin: 0;
}
.wellness .block-name {
	padding-bottom: 31px;
}
.elements {
	width: 100%;
	position: relative;
	padding-top: 58px;
}
.element {
	display: inline-block;
	border: 1px solid #DDDDDD;
	padding: 55px 3px 10px 3px;
	text-align: center;
	height: 427px;
	border-radius: 4px;
	cursor: pointer;
}
.element img {
	width: 124px;
	height: 128px;
	padding-bottom: 30px;
}
.element .subtitle {
	font-size: 13px;
	line-height: 1.5;
	color: #757575;
	padding: 0 10px 0 10px;
}
.element .subtitle br {
	display: none;
}
.el-name {
	padding-bottom: 22px;
	color: #B8975F;
}
.element .btn {
	background-color: #319EA2;
	color: #FFF;
	position: absolute;
	bottom: 45px;
	height: 52px;
	border-radius: 30px;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding-top: 15px;
	min-width: 180px;
}
.element .btn:hover {
	border: 1px solid #319EA2;
	background-color: #fff;
	color: #319EA2;
}
.element:hover .el-name {
	color: #319EA2;
	transition: 0.3s;
}
.el-name {
	font-size: 18px;
	font-weight: 600;
}
.pass {
	display: inline-block;
	text-align: center;
	width: 100%;
	padding-top: 12px;
}
.pass-btn {
	display: inline-block;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	padding: 0 15px 0 15px;
	background-color: #fff;
	z-index: 2;
}
.pass-btn img {
	width: 120px;
	padding-bottom: 5px;
	
}
.pass-btn a {
	display: block;
	width: 120px;
	padding-top: 5px;
	font-weight: 300;
	font-size: 14px;
	color: #BA9A62;
	border-bottom: 1px dotted #BA9A62;
	padding-bottom: 2px;
}

.line {
	display: inline-block;
	width: 100%;
	height: 1px;
	margin-bottom: -50px;
	position: relative;
	background-color: #DDDDDD;
	z-index: 1;
}

/**************************** GALLERY ********************************/
.gallery {
	width: 100%;
	background-color: #F7F7F7;
	padding: 68px 0 50px 0;
	text-align: center;
}
.gallery .block-name {
	padding-bottom: 36px;
}
.gallery .subtitle {
	padding-bottom: 90px;
}
.gallery .description {
	padding-top: 34px;
}
.gallery-inner img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.gallery-inner {
	margin-bottom: 36px;
}
.gallery-inner img {
    margin-bottom: 40px;
}
.gallery .pass-btn a {
	width: 155px;
}
.gallery .pass-btn {
	background-color: #F7F7F7;
}
.gal_img {
	cursor: pointer;
}
/**************************** TEAM ********************************/
.team {
	width: 100%;
	padding-top: 85px;
	text-align: center;
	padding-bottom: 80px;
}
.person .subtitle {
	color: #272727;
	line-height: 1.3;
	padding-bottom: 31px;
	font-size: 15px;
}
.person img {
	padding: 10px 0 26px 0;
}
/**************************** FOOTER ********************************/
#footer {
	background-image: url('/images/bg/bg_footer.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}
.icons .line {
	margin-bottom: -40px;
}
.icons {
	width: 100%;
}
.icons ul {
	padding: 0;
	text-align: center;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 370px;
	z-index: 2;
	background-color: #fff;
}
.icons ul li {
	display: inline-block;
	padding: 0 20px 0 20px; 
	z-index: 2;
}
.line-left {
	float: left;
}
.line-right {
	float: right;
}
.links {
	width: 100%;
	margin-top: 10px;
}
.links ul {
	position: relative;
   	top: 10px;
   	margin: 0 auto;
	text-align: center;
	padding-left: 0;
}
.main-links {
	width: 683px;
}
.main-links li {
	display: inline-block;
	padding: 0 10px 0 10px;
	color: #BA9A62;
}
.main-links  a {
	font-weight: 300;
	font-size: 14px;
	border-bottom: 1px dotted #BA9A62;
	padding-bottom: 2px;
}
.main-links  a:hover, .pass-btn a:hover {
	border-bottom: 1px solid transparent;
	color: #000;
}
.sublinks {
	padding-top: 15px;
}
.sublinks li {
	color: #3F3F3F;
	font-size: 12px;
	display: inline-block;
	padding: 0 10px 0 10px;
}
.sublinks li:hover {
	color: #308082;
}
.cards {
	width: 100%;
	display: block;
	position: relative;
   	top: 84px;
   	bottom: 0;
   	right: 0;
   	left: 0;
   	margin: 0 auto;
   	font-family: 'Fira Sans', sans-serif;
}
.card-inner img {
	float: left;
	width: 100px;
	height: 100%;
}
.card-inner li {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	list-style-type: none;
}
.card-inner {
	text-align: left;
}
.block {
	display: inline-block;
	width: 240px;
	padding-left: 20px;
}
.block ul {
	padding-left: 0;
}
.carts img {
	width: 56px;
}
.carts li{
	display: inline-block;
	padding-right: 5px;
}
.card-name {
	font-weight: 700;
	font-size: 18px;
	color: #B8975F;
}
.copyright {
	width: 100%;
	position: relative;
	margin-top: 140px;
	padding-bottom: 20px;
   	text-align: center;
   	font-family: 'Fira Sans', sans-serif;
   	font-size: 14px;
	font-weight: 300;
}

/************************************************************************************** MEDIA ********************************/

@media (max-width: 1199px){
	h1 {
		font-size: 28px;
	}
	.nav a, .nav select {
		font-size: 14px;
	}
	.header-inner {
		padding: 15px 10px 15px 10px;
	}
	.time-inner {
		top: 28%;
	}
	.s-input {
		width: 540px;
		right: 87px;
	}
}
@media (max-width: 1150px) {
	.card-inner img {
		margin-left: 40px;
		margin-bottom: 15px;
	}
	.carts img {
		margin-left: 0;
	}
	.card-inner {
		padding-left: 80px;
	}
}
@media (max-width: 1130px) {
	.element {
		height: 447px;	
	}
}
@media (max-width: 1024px) {
	.search {
		margin-bottom: 22px;
	}
	.btn {
		width: 177px;
		height: 38px;
	}
	/**************************** HEADER ********************************/
	.header {
		height: 68px;
	}
	
	.header-inner {
		padding: 15px 10px 15px 10px;
	}
	.nav {
		width: 600px;
	}
	.nav ul li {
		padding-right: 10px;
	}
	.nav a, .nav select {
		font-size: 13px;
	}
	.nav i {
		font-size: 13px;
	}
	.search img {
		width: 14px;
	}
	.s-input {
		right: 70px;
		width: 455px;
	}
	.s-input input {
		width: 91%;
		font-size: 13px;
	}
	#submit_search {
		padding: 7px 5px 0 5px;
	}
	/**************************** WELLNESS ********************************/
	.element br {
		display: none;
	}
	.pass .container {
		padding: 0;
	}
	
	.person br {
		display: none;
	}
	.gallery {
		padding: 55px 0 20px 0;
	}
	/**************************** FOOTER ********************************/
	.card-inner img{
		width: 80px;
	}
	.card-name {
		font-size: 17px;
	}
	.card-inner li {
		font-size: 13px;
	}
	.block {
		width: 220px;
	}
	.carts img {
		width: 55px;
	}
}
@media (max-width: 991px) {
	.btn {
		width: 130px;
		font-size: 10px;
	}
	.gallery .description {
		padding-top: 0px;
	}
	.gal_img{
		min-height: 250px !important;
	}
	.element {
		height: 436px;
	}
	.element .btn {
		width: 176px;
		height: 48px;
		bottom: 37px;
		font-size: 13px;
	}
	.header-inner {
		padding: 15px 5px 15px 5px;
	}
	.nav a, .nav select {
		font-size: 12px;
	}
	.nav ul li {
		padding-right: 5px;
	}
	.s-input {
		right: 94px;
		width: 394px;
	}
	.s-input input {
		width: 90%;
		height: 33px;
	}
	#submit_search {
		padding: 6px 5px 0 5px;
	}
	.mask_bg {
		padding: 343px 0 383px 0;
	}
	.description .subtitle {
		font-size: 14px;
	}
	.card-inner {
		padding-left: 40px;
	}
	.card-inner img {
		margin-left: 45px;
		padding-bottom: 10px;
	}
	.carts img {
		margin-left: 0;
	}
}

@media (max-width: 960px) {
	.element {
		width: 100%;
		margin-bottom: 15px;
		height: 278px;
	}
	.element .btn {
		font-size: 12px;
		/*width: 140px;*/
		float: none;
		margin-top:10px;
	}

	.element img {
		float: none;
		height: 128px;
		/*width: 124px;*/
		width: auto;
	}
	.element .subtitle {
		padding: 0 20px 0 20px;
		text-align: left;
	}
	.description .subtitle br {
		display: none;
	}
	.pass-btn {
		background-color: transparent;
	}
	.pass .line {
		display: none;
	}
}
@media (max-width: 850px) {
	.card-inner {
		padding-left: 20px;
	}
}
@media (max-width: 768px) {
	.nav .active {
		right: 0;
	}
	.header {
		height: 80px;
	}
	.header-inner {
		padding: 20px 5px 20px 10px;
	}
	.s-input {
		top: 289px;
		right: 45px;
		width: 230px;
	}
	.s-input input {
		width: 85%;
		height: 33px;
	}
	#submit_search {
		width: 34px;
		padding: 7px 8px 0 5px;
	}
	.btn {
		width: 140px;
		height: 40px;
		font-size: 10px;
	}	
	.btn-right {
		float: left;
		/*margin-left: 18px;*/
	}
	/*.close {
		display: block;
		position: absolute;
		font-weight: 100;
		float: right;
		top: 22px;
		right: 50px;
		width: 20px;
		height: 20px;
		color: #B8975F;
		cursor: pointer;
		text-align: center;
	} */
	.btn-menu {
		display: inline-block;
	}
	.block-name {
		font-size: 20px;
	}
	/**************************** HEADER ********************************/
	.header .btn {
		height: 40px;
		width: 140px;
	}
	.nav .close i {
		font-size: 25px;
	}
	.nav {
	    width: 320px;
	    height: 100%;
	    display: block;
	    position: fixed;
	    top: 0;
	    right: -9000px;
	    z-index: 2000;
	    border-left: 1px solid #B8975F;
	}
	.nav ul {
		background-color: #fff;
		position: relative;
		height: 1000px;
		padding: 25px 20px 10px 10px;
		margin: 0;
		text-align: right;
	}
	.nav ul li {
		float: left;
		width: 100%;
		display: block;
		margin-bottom: 10px;
		padding: 5px 20px 0 15px;
		color: #000;
		text-align: left;
		border-radius: 4px;
	}
	.nav a, .nav select {
		font-size: 17px;
		color: #B8975F;
	}
	.nav select {
		direction: ltr;
		padding-left: 0;
	}
	.nav option {
		text-align: left;
	}
	.nav ul li:hover > ol {
	    display: none;
	}
	.nav ol  {
		width: 100%;
		margin-left: 0;
	}
	.nav ol li {
		width: 100%;
		padding-left: 0;
		line-height: 1;
	}
	.nav ol li a {
		font-size: 13px;
	}
	.active_ol  {
		display: block !important;
		position: relative !important;
	}
	.menu_down {
		display: inline-block;
	}
	.search {
		width: 150px;
		margin-bottom: 0;
		float: left;
		display: block;
	}
	.search_icon {
		display: none;
	}
	.search_icon_hv {
		display: inline-block;
	}
	.nav i {
		font-size: 16px;
	}
	.nav .fa-angle-down {
		display: inline-block;
		color: #000;
	}
	/**************************** TIME ********************************/
	h1 {
		font-size: 30px;
	}
	p {
		font-size: 13px;
		color: #000;
	}
	.mask_bg {
		background-image: url('/images/bg/mask-sm.png');
		padding: 248px 0 303px 0;
	}
	.times-bg {
		background-image: url('/images/bg/bg-times-sm.jpg');
	}
	.time-inner {
		width: 70%;
		left: 15%;
	}
	
	/**************************** WELLNESS ********************************/
	.wellness {
		padding-top: 57px;
		background-position: 10% 100%;
	}
	.description .subtitle {
		font-size: 12px;
	}
	.element .subtitle {
		font-size: 13px;
		text-align: left;
	}
	.element {
		height: 312px;
	}
	
	/**************************** GALLERY ********************************/
	.gallery-inner img {
		margin-bottom: 25px;
	}
	.gallery {
		padding-top: 10px;
	}
	.gallery .subtitle {
		padding-bottom: 70px;
	}
	/**************************** TEAM ********************************/
	
	.team {
		padding-top: 60px;
	}
	.person .subtitle {
		font-size: 13px;
	}
	.person img {
		width: 210px;
	}
	/**************************** FOOTER ********************************/
	.icons .line {
		margin-bottom: -30px;
	}
	.icons img {
		width: 50px;
	}
	.icons ul {
		width: 300px;
	}
	.main-links li {
		padding: 0 7px 0 7px;
	}
	.main-links a {
		font-size: 12px;
	}
	.main-links {
		width: 400px;
	}
	.cards {
		top: 60px;
	}
	.card-inner {
		padding-left: 5px;
	}
	.card-inner img {
		padding-bottom: 5px;
		margin-left: 45px;
	}
	.card-name {
		font-size: 16px;
	}
	.carts img {
		width: 50px;
		margin-left: 2px;
	}
	.copyright {
		margin-top: 100px;
	}
}
@media (max-width: 650px) {
	.element img {
		padding: 0 15px 10px 0;
	}
	.element {
		height: 337px;
	}
}
@media (max-width: 599px) {
	h1 {
		font-size: 24px;
	}
	.block-name {
		font-size: 18px;
	}
	.block {
		text-align: left;
	}
	.element {
		height: 275px;
	}
	.element .subtitle {
		font-size: 14px;
	}
	.elment .btn {
		margin-right: ;
	}
	.person {
		margin-bottom: 20px;
	}
	.person img {
		width: 232px;
	}
	.card-inner {
		padding-bottom: 30px;
		width: 80%;
		position: relative;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0 auto;
		text-align: center;
	}
	.card-inner img {
		float: none;
		vertical-align: top;
	}
} 
@media (max-width: 475px) {
	.time-inner h1,.time-inner h2,.time-inner p span{
		font-size: 16px !important;
	}
	p{
		font-size: 12px;
		margin:0 5px;
	}
	.mask_bg {
		background-image: url('/images/bg/mask_xm.png');
		padding: 168px 0 244px 0;
	}
	.bx-viewport {
		height: 200px;
	}
	.time-inner h1
}
@media (max-width: 450px) {
	.time img {
		width: 100%;
	}
	.time-inner {
		width: 100%;
		left: 0;
		margin-top: 60px;
	}
	.sublinks li {
		padding: 0 10px 5px 10px;
	}
}
@media (max-width: 434px) {
	.block {
		text-align: left;
	}
	.card-inner img {
		margin-left: 0;
	}
}
@media (max-width: 425px) {
	
	.btn{
		width: 100px;
		height: 32px;
		font-size: 10px;
	}
	.btn-right {
		float: left;
		margin-left: 18px;
	}
	 
	.btn-menu {
		display: inline-block;
		margin: 3px  5px 0  0;
	}
	/**************************** HEADER ********************************/
	.nav .close i {
		font-size: 25px;
	}
	/*.nav {
		width: 300px;
		height: 581px;
		display: block;
		position: fixed;
		top: 0;
		right: -280px;
		z-index: 2;
		margin-right: -20px;
		transition: 0.3s;
	}*/
	.nav ul {
		background-color: #fff;
		position: relative;
		height: 1000px;
		padding: 25px 20px 10px 10px;
		margin: 0;
		text-align: right;
	}
	.nav ul li {
		display: block;
		margin-bottom: 15px;
		margin-right: 20px;
		color: #000;
	}
	.nav a, .nav select {
		font-size: 16px;
		color: #B8975F;
	}
	.nav ul li span {
		display: inline-block;
	}
	.nav i {
		font-size: 16px;
	}
	.s-input {
		width: 217px;
		top: 312px;
		right: 58px;
	}
	.s-input input {
		width: 84%;
	}
	.header .btn {
		width: 100px;
		font-size: 10px;
	}
	/**************************** WELLENSS  ********************************/
	
	.element .subtitle {
		font-size: 13px;
	}
	.element .btn {
		width: 155px;
	}
	
	/**************************** GALLERY  ********************************/
	
	.gallery .pass-btn a {
		padding-top: 26px;
		white-space: 125px;
		font-size: 14px;
	}
	/**************************** TEAM  ********************************/
	
	.team {
		padding-bottom: 60px;
	}
	/**************************** FOOTER ********************************/
	.icons .line {
		margin-bottom: -25px;
	}
	.icons ul {
		width: 210px;
	}
	.icons ul li {
		padding: 0 10px 0 10px;
	}
	.icons img {
		width: 40px;
	}
	.main-links {
		width: 400px;
	}
	.main-links a {
		font-size: 11px;
	}
	.sublinks li {
		display: block;
		margin-bottom: 10px;
		font-size: 13px;
	}
	.card-inner img {
		margin-bottom: 9px;
	}
	.copyright {
		font-size: 12px;
	}
}
@media (max-width: 416px) {
	.block {
		text-align: center;
		padding-left: 0;
	}
}
@media (max-width: 375px) {
	.header-inner {
		padding: 22px 2px 15px 0px;
	}
	.btn {
		width: 100px;
	}
	.btn-menu {
		margin: 0;
		margin-right: 5px;
	}
	.btn-right {
		margin-left: 10px;
	}
	.header .btn {
		width: 100px;
		height: 36px;
	}
	.time img {
		width: 100%;
		height: 250px;
	}
	.element .btn {
		width: 155px;
	}
	.element {
		height: 320px;
	}
	.description .subtitle br {
		display: none;
	}
	.gallery .pass-btn a {
		padding-top: 10px;
		margin-bottom: 20px;
	}
	.team {
		padding-bottom: 40px;
	}
	.main-links li {
		padding: 0 7px 7px 7px;
	}
	.main-links {
		width: 250px;
	}
	.card-inner {
		padding-left: 0;
		text-align: center;
	}
	.carts img {
		margin-left: 0;
	}
	.copyright {
		margin-top: 40px;
	}
}
@media (max-width: 360px) {
	.full-container {
		padding: 0 5px 0 5px;
	}
	.main-links {
		padding-bottom: 8px;
	}
	.btn-menu {
		margin-right: 10px;
	}
}
@media (max-width: 320px) {
	.header-inner {
		padding: 22px 2px 15px 2px;
	}
	.full-container {
		padding: 0 5px 0 5px;
	}
	.btn {
		width: 100px;
	}
	.btn-menu {
		margin-right: 0;
	}
	.element {
		height: 340px;
	}
	.element .btn {
		width: 135px;
	}
	.element .subtitle {
		text-align: left;
	}
	.cards {
		top: 40px;
	}
	.card-inner {
		padding-left: 0;
		text-align: center;
	}
	.block {
		padding-left: 0;
	}
	.carts li {
		width: 35%;
		display: inline-block;
	}
	.carts li img {
		margin-left: 0;
	}
	.copyright {
		margin-top: 50px;
	}
}
.btn_cont{
	display:none !important;
}

@-moz-document url-prefix() {
  select {
    -moz-appearance: none;
    text-indent: -5px;
    text-overflow: "";
  }
}