@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 850px) {


#desktop {
	display:none!important;
}
#mobile {
	display:block!important;
}
#top-wrap {
	position: relative;
	float:left;
	width: 100%;
	height: auto;
}
header {
	position: relative;
	float:left;
	width: 100%;
	height: auto;
	padding: 0;
	margin:0 0 10px 0;
	background:#fff;
	z-index:9999;
}
#logo {
	position:relative;
	float:left;
	display:inline-block;
	margin:10px auto 0 auto;
	width:80%;
	height:auto;
	padding:0 0px 0 0;
	left: 50%;
	transform: translateX(-50%);
}
#strap {
	position:relative;
	top:auto;
	right:auto;
	float:left;
	font-size:18px;
	text-align:center;
	color:#29176A;
	margin:0;
	width:100%;
	height:auto;
}
#slider {
	position:relative;
	float:left;
	width: 100%;
	height: auto;
	margin:0px 0 0px 0;
}     
#slider img{
	max-width: 100%;
}
.wide-text {
	position:relative;
	float:left;
	width:96%;
	height:auto;
	font-size: 18px;
	line-height:24px;
	text-align: left;
	margin:20px 2% 20px 2%;	
}
footer {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	margin:30px 0 0 0;
	padding: 50px 0 20px 0;
	background-color:#083F5E;
	color:#fff;
}
#footer-logo {
	position:relative;
	float:none;
	width: 200px;
	height:auto;
	margin:0px auto 0 auto;
	padding:0px;
}
#footer-left {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	font-size:12px;
	text-align:left;
	margin:0px;
	padding:0px;
}
#footer-right {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	font-size:12px;
	text-align:center;
	margin:0px;
	padding:0px;
}
.footer-tag {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	margin:0px;
	padding:0px;
	text-align:center;
}
}