HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME,
H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE,
A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE,
DFN, IMG, INS, KBD, Q, SAMP,
VAR, CENTER,
DL, DT, DD, OL, UL, LI,
FIELDSET, FORM, LABEL, LEGEND,
TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD,
ARTICLE, ASIDE, CANVAS, DETAILS, EMBED,
FIGURE, FIGCAPTION, FOOTER, HEADER, HGROUP,
MENU, NAV, OUTPUT, RUBY, SECTION, SUMMARY,
TIME, MARK, AUDIO, VIDEO {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
ARTICLE, ASIDE, DETAILS, FIGCAPTION, FIGURE,
FOOTER, HEADER, HGROUP, MENU, NAV, SECTION {
	display:block;
}
BODY, HTML {
	width: 100%;
	height: 100%;
}
BODY {
	font-family: 'Ubuntu', sans-serif;
	font-size: 25px;
	line-height: 1.3;
	font-weight: 400;
	background: #fff;
}
DIV {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
OL, UL {
	list-style:none;
}
BLOCKQUOTE, Q {
	quotes:none;
}
BLOCKQUOTE:before, BLOCKQUOTE:after,
Q:before, Q:after {
	content:'';
	content:none;
}
TABLE {
	border-collapse:collapse;
	border-spacing:0;
}
IMG {
	vertical-align:top;
}
BUTTON:focus {
	outline: none;
}
a {
	text-decoration: none;
}
.clear {
	clear: both;
}
.valign {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}

body.popup--visible {
	overflow: hidden;
}

.main {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.content {
	padding: 180px 60px 0 220px;
}

/* BUTTONS*/
.btn {
	position: relative;
	display: inline-block;
	padding: 0 75px 0 95px;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 60px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: none;
	outline: none;
	font-family: 'Ubuntu', sans-serif;
}
.no-touchevents .btn {
	cursor: pointer;
}
.btn:after {
	content: '';
	position: absolute;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.btn:hover:after {
	height: 100%;
}
.btn span {
	position: relative;
	z-index: 3;
}
.btn i {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 35px;
	height: 30px;
	z-index: 3;
}

.btn_color_blue {
	background: #00b6e7;
	color: #fff;
}
.btn_color_blue:after {
	background: #8cc555;
}
.btn_color_blue i {
	background: url(../i/sprite.png) 0 0 no-repeat;
}

.btn_color_white {
	background: #fff;
	color: #000;
}
.btn_color_white:after {
	background: #8cc555;
}
.btn_color_white i:before,
.btn_color_white i:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn_color_white i:before {
	background: url(../i/sprite.png) 0 -32px no-repeat;
	opacity:1;
}
.btn_color_white i:after {
	background: url(../i/sprite.png) 0 0 no-repeat;
	opacity: 0;
}
.btn_color_white:hover {
	color: #fff;
}
.btn_color_white:hover i:before {
	opacity: 0;
}
.btn_color_white:hover i:after {
	opacity: 1;
}

.btn_color_red {
	background: #ec4541;
	color: #fff;
}
.btn_color_red:after {
	background: #8cc555;
}
.btn_color_red i {
	background: url(../i/sprite.png) 0 0 no-repeat;
}

.btn_ribbon {
	padding: 0 40px;
}

.btn_ribbon i {
	background: url(../i/ribbon.png) no-repeat center;
	top: 0;
	right: 20px;
	left: auto;
	width: 12px;
	height: 16px;
}

.fnd {}

.donate-btn {
	position: relative;
	display: inline-block;
	padding: 0 0 0 85px;
	line-height: 67px;
}
.donate-btn i {
	position: absolute;
	top: 0;
	left: 0;
	width: 67px;
	height: 67px;
	background: #ec4541;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.donate-btn i:after {
	content: "";
	position: absolute;
	top: 19px;
	left: 16px;
	width: 35px;
	height: 30px;
	background: url(../i/sprite.png) 0 0 no-repeat;
	z-index: 3;
}
.donate-btn span {
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
}
.donate-btn:hover i {
	background: none;
	-webkit-transition: background 0s 0.3s;
	-moz-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
}
.donate-btn i:before {
	content: '';
	position: absolute;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: #8cc555;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.donate-btn:hover i:before {
	height: 100%;
}

/* links hover */
.link--hover {
	padding: 0 0 2px;
	position: relative;
	outline: none;
}

.link--hover::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	background: #ec4541;
	content: '';
	opacity: 1;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	z-index: 15;
}

.link--hover:hover::after,
.link--hover:focus::after {
	height: 1px;
	opacity: 0;
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	transform: translateY(8px);
}
.link--hover-wrap:hover span.link--hover::after,
.link--hover-wrap:focus span.link--hover::after {
	height: 1px;
	opacity: 0;
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	transform: translateY(8px);
}
.link--hover_color_green::after {
	background: #88c747;
}
.link--hover_color_blue::after {
	background: #00b6e7;
}
.link--hover_color_yellow::after {
	background: #c3c02f;
}
.link--hover_height_big::after {
	height: 4px;
}

/* nav-links hover */
.nav--hover {
	padding: 0 0 3px;
	position: relative;
	outline: none;
}

.nav--hover::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #8cc555;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
	z-index: 15;
}

.nav--hover:hover::after,
.nav--hover:focus::after {
	height: 3px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.nav--hover-wrap:hover span.nav--hover::after,
.nav--hover-wrap:focus span.nav--hover::after {
	height: 3px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
/* --- */