* {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
}
body {
	font: 15px/1.5 Montserrat, Arial, Helvetica, sans-serif;
	font-weight: 400;
	background: #e1e1e1 url(bg.jpg) no-repeat fixed;
	color: #000000;

	padding: 25px 0;
    background-size: cover;
}
a {
	text-decoration: none;
	color: inherit;
	font-weight: inherit;
}
a:hover {
	text-decoration: underline;
	color: inherit;
}

a,
em, .mark {
	color: #ae005f;
}

.main {
	margin: 25px auto;
/* 	max-width: 1140px; */
	max-width: 790px;
	
	background: #ffffff;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;

	box-shadow: 0px 0px 25px -12px rgba(0,0,0,0.5);
}
body:before,
body:after,
.main:before {
    content: "\00a0";
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
}
body:before {
	bottom: 13%;
	height: 13%;
	background: linear-gradient(0deg, rgba(237,237,237,1) 0%, rgba(237,237,237,.9) 33%, rgba(237,237,237,0) 100%);
}
body:after {
	height: 13%;
    bottom: 0;
    background: rgba(237,237,237,1);
}
.main:before {
    z-index: -1;
    top: 0;
    bottom: 0;
    background: rgba(237,237,237,.3);
}

.logo {
	display: block;
	font-size: 0;
	text-align: left;
}
.logo img {
	display: block;
	max-width: 340px;
	padding: 22px 0 25px 72px;
}
.columns {
	columns: 2;
}
.nobreaker {
	page-break-inside: avoid;
}
.head {
	position: relative;
}
.head div {
	padding: 40px 80px 0 80px;
}
.head div h3:first-child {
	padding-top: 0;
	margin-top: -3px;
}
.head img {
	display: block;
}
.slider_wrap {
    max-width: 100%;
}
.content {
	padding: 0 80px;
}
.footer div {
	padding: 0 80px 40px 80px;
}
div.important {
}
.box_left {
    float: left;
    width: 48%;
}
.box_right {
    float: right;
    width: 48%;
}
.footer_left {
    width: 48%;
	float: left;
}
.footer_right {
    width: 48%;
	float: right;
}
.iframe_container {
    position: relative;
    padding: 0 0 56.15% 0;
    height: 0;
    overflow: hidden;
}
.iframe_container iframe,
.iframe_container object,
.iframe_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
h1, h2, h3, h4 {
    text-transform: inherit;
	line-height: inherit;
	color: #ae005f;
}
h2, h3, h4 {
	font-size: 1.15em;
	padding: .5em 0;
}
h1 {
    text-transform: inherit;
	font-size: 1.9em;
	line-height: 1.2;
	padding: .25em 0 1.15em 0;
}
h1 + p {
	padding-top: .6em;
}
h1 span {
    text-transform: inherit;
    font-size: .8em;
    font-weight: 400;
}
.h1_small {
	font-family: ;
    font-size: 0.7em;
    text-transform: inherit;
	font-weight: 400;
	padding: inherit;
	color: inherit;
}
h2 {
	font-size: ;
	padding: ;
	color: ;
}
h3 {
 	font-size: ;
	padding: ;
	color: ;
}
h1, h1 strong, h1 b {
	font-weight: 700;
}
h2, h2 strong, h2 b {
	font-weight: 700;
}
h3, h3 strong, h3 b {
	font-weight: 700;
}
b, strong {
	font-weight: 700;
}
p {
	padding: 0 0 1.25em 0;
}
ul  {
    padding: 0 0 1.25em 3em;
}
ul ol,
ol ul,
ol ol,
ul ul {
	padding-bottom: 0;
	padding-left: 20px;
}
li {
    padding: 0 0 .25em 0;
    position: relative;
    list-style-type: none;
}
ul > li:last-child {
	padding-bottom: 0;
}
li:before {
    content: "\2022";
	position: absolute;
 	font-size: 1.5em;
	line-height: 0.44;
	color: inherit;
	margin: 5px 0 0 -0.9em;
}
ol > li {
	list-style-type: decimal;
}
ul > li ul > li {
	padding-left: 0;
	list-style-type: circle;
}
ul > li ul > li ul > li {
	list-style-type: square;
}
ul > li ul > li:before {
/*
	content: "\25AB";
*/
	display: none;
    background: none;
 	border: 1px solid #000000;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}
small {
 	font-size: 75%;
}
div.breaker {
	clear: both;
	overflow: hidden;
}
.mobile {
	display: none;
}
.btn {
	font-family: inherit;
	display: inline-block;
    font-size: inherit;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    text-transform: inherit;
    padding: 1em 4em;
    margin: 2.5em auto 2em auto;
    color: #ffffff;
    background: #ae005f;
    border: 1px solid #ae005f;
    border-radius: 8px;

}
.btn:hover {
    border-color: #ffc5e4;
    background: #ffc5e4;
    color: #000000;
    text-decoration: none;
}
@media only screen and (max-height:500px) {
	body:before,
	body:after {
 		display: none;
	}
}
@media only screen and (max-width:810px) {
	* {
		padding: 0;
		margin: 0;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	body {
		padding: 0;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	body:before,
	body:after,
	.main:before {
		display: none;
	}
	.main {
		margin: 0 auto;
		margin: 2% auto;
	    width: 96%;
	    border: 0;
/* 	    font-size: .875em; */
	}
	body:before,
	body:after,
	.main:before {
	}
	.logo {
		position: static;
		margin: 0;
	    float: none;
	    width: auto;
	}
	.logo img {
		margin: 0;
		max-width: 100%;
		width: 280px;
		padding: 20px 5%;
	}
	.columns {
		columns: 1;
	}
	.head div {
	    float: none;
	    width: auto;
		margin: 0;
		padding: 4% 5% 0 5%;
	}
	.head div h3:first-child {
		padding-top: 0;
		margin-top: inherit;
	}
	.content {
	    float: none;
	    width: auto;
		margin: 0;
		padding: 0 5%;
	}
	.footer div {
	    float: none;
	    width: auto;
		margin: 0;
		padding: 0 5% 5% 5%;
/*
		padding: 0 5%;
 */
	}
	div.important {
		position: static;
	}
 	.box_left,
	.box_right {
	    float: none;
	    width: 100%;
		padding: 0;
		margin: 0;
	}
	.footer_left,
	.footer_right {
	    width: 100%;
		float: none;
		padding: 0;
		margin: 0;
	}
	h1, h2, h3, h4 {
	}
	h1 {
		font-size: 1.4em;
	}
	h2 {
	}
	h3 {
	}
	.h1_small {
	}
	.mobile {
		display: block;
	}
	.nonmobile  {
		display: none;
	}
}
@media only screen and (max-width:410px) {

}
@media print  {
	@page {
		margin: 0;
		padding: 0;
	}
	html, body {
		margin: 0 auto;
		padding: 0;
	    width: 100%;
		height: auto;
	}
	body {
		color: Black;
	}
}
