﻿@import "animate.css";@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);@import url(//fonts.googleapis.com/css?family=Fjalla+One);@import url(//fonts.googleapis.com/css?family=Open+Sans:400);@import url(//fonts.googleapis.com/css?family=Open+Sans:300);@import url(//fonts.googleapis.com/css?family=Open+Sans:600);@import url(//fonts.googleapis.com/css?family=Ubuntu:300);body{font:400 14px/25px "Open Sans",sans-serif;color:#585858;background:#fff}a[href^="tel:"]{color:inherit;text-decoration:none}a{text-decoration:none;color:inherit;-webkit-transition:all .3s ease;transition:all .3s ease}a:hover{color:#3ebd9d}img{max-width:100%}*{-webkit-text-size-adjust:none}h2{font:400 38px/60px "Fjalla One",sans-serif;color:#3c3c3c;text-transform:uppercase}@media (max-width:479px){h2{font-size:30px;line-height:35px}}.header1{margin-top:82px;margin-bottom:21px}h3{font:26px/26px "Fjalla One",sans-serif;text-transform:uppercase;color:#fff}h4{font:400 18px/25px "Fjalla One",sans-serif;color:#2d2d2d}h5{font:300 22px/29px "Open Sans",sans-serif;color:#454545}h6{
	font: 400 48px/60px "Fjalla One",sans-serif;
	text-transform: uppercase;
	color: #FFFFFF
}@media (max-width:767px){h6{font-size:30px;line-height:36px}}.btn-default{display:inline-block;font:400 13px/13px "Fjalla One",sans-serif;text-transform:uppercase;background:#3ebd9d;padding:13px 17px 10px 18px;color:#fff}.btn-default:hover{background:#35ae92;color:#fff}

a.amount_btn {
    color: #000;
	display: inline-block;
	padding: 12px 30px;
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 6px;
    text-transform: uppercase;
    background: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    width: 45px;
    text-align:center;
}

a.amount_btn:hover {
    background: #aaaaaa;
}

a.amount_btn.active {
    background: #3ebd9d;
    color: #fff;
}

input.amount_input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
	border: 0;
    margin-left: 5px;
    padding: 5px 5px;
    width: 50px;
    border-radius: 6px;
}

.currencyinput {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    padding: 15px 10px;
    background-color: #cccccc;
	border-radius: 6px;
}

.currencyinput:hover {
    background-color: #aaaaaa;
}

.currencyinput.active {
    background-color:#3ebd9d;
    color: #fff;
}

.monthly_radio {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    padding: 15px 10px;
    background-color: #cccccc;
	border-radius: 6px;
    margin-right: 10px;
}

.monthly_radio:hover {
    background-color: #aaaaaa;
}

.monthly_radio.active {
    background-color:#3ebd9d;
    color:#fff;
}

input.month_amount {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
	border: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 5px;
    width: 30px;
    border-radius: 6px;
}

input.fat {
    padding: 10px;
    font-size: 16px;
    font-weight:600;
    color: #35ae92;
}

span.required {
    color: #f40000;
}

div.errors {
    margin-top: 20px;
    color: #f40000;
}

btn-defred {
	display: inline-block;
	font: 400 13px/13px "Fjalla One", sans-serif;
	text-transform: uppercase;
	padding: 13px 17px 10px 18px;
	color: #fff;
	background-color: #F00;
}
.btn-defred:hover {
	background: #fc353e;
	color: #fff
}
.simple-button {
	display: inline-block;
	font: 400 13px/13px "Fjalla One", sans-serif;
	text-transform: uppercase;
	color: #fff
}
.simple-button:hover {
	color: #3c3c3c
}
.__display-none {
	display: none
}
.__display-inline {
	display: inline
}
.__hover-color {
	color: #3ebd9d
}
.__upper {
	text-transform: uppercase
}
.__normal {
	font-weight: 400
}
.__relative {
	position: relative
}
.wrapper1 {
	background: url(../images/background1.png) repeat;
	padding: 72px 0 83px
}
.wrapper2 {
	padding: 0 0 64px
}
.wrapper3 {
	padding: 0 0 45px
}
.wrapper4 {
	padding: 0 0 102px
}
#header {
	border-top: 4px solid #3ebd9d;
	padding: 23px 0 20px
}
@media (max-width: 979px) {
	#header {
		text-align: center
	}
}
#header.common {
	border-bottom: 1px solid #ddd;
	margin-bottom: 72px
}
h1 {
	display: inline-block
}
h1 .first-letter {
	font: 400 47px/47px "Fjalla One", sans-serif;
	text-transform: uppercase;
	color: #3ebd9d
}
h1 .main {
	display: inline-block;
	font: 400 37px/55px "Fjalla One", sans-serif;
	color: #404040;
	text-transform: uppercase;
	padding-right: 19px;
	margin-right: 15px;
	position: relative
}
@media (max-width: 1199px) {
	h1 .main {
		display: block;
		margin-right: 0;
		padding-right: 0
	}
}
h1 .main:after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 16px;
	background: #d1d1d1;
	right: 0;
	top: 17px
}
@media (max-width: 1199px) {
	h1 .main:after {
		display: none
	}
}
h1 .secondary {
	display: inline-block;
	color: #727272;
	font-weight: 400;
	margin-top: 12px
}
@media (max-width: 1199px) {
	h1 .secondary {
        text-align: center;
		display: block;
		margin-top: 0
	}
}
nav {
	float: right;
	margin-top: 21px
}
@media (max-width: 1199px) {
    nav {
        margin-top: 30px;
    }
}
@media (max-width: 979px) {
	nav {
		float: none;
		display: inline-block
	}
}
.sf-menu > li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	position: relative;
	text-align: center
}
.sf-menu > li+ li {
	margin-left: 27px
}
.sf-menu > li > .sf-with-ul:after {
	font-family: FontAwesome;
	font-size: 10px;
	position: absolute;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	cursor: default;
	content: "\f0d7";
	color: #575757;
	bottom: -10px;
	left: 50%;
	margin-left: -3px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.sf-menu > li > a {
	text-transform: uppercase;
	font: 400 18px/18px "Fjalla One", sans-serif;
	display: inline-block;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	color: #575757
}
.sf-menu > li > a:hover {
	color: #3d3d3d;
	-webkit-transition: .3s all ease;
	transition: .3s all ease
}
.sf-menu > li > a:active {
	background: 0 0;
	color: #3d3d3d
}
.sf-menu .sfHover > a:after {
	color: #3d3d3d
}
.sf-menu > li.current > a {
	color: #3d3d3d
}
.sf-menu > li.current > a:before {
	content: '';
	width: 14px;
	height: 8px;
	display: block;
	position: absolute;
	background: url(../images/menu_active.png) no-repeat center 0;
	left: 50%;
	margin-left: -7px;
	top: -14px
}
.sf-menu > li.current > .sf-with-ul:after {
	color: #3d3d3d
}
.sf-menu > li.sfHover > a {
	color: #3d3d3d
}
.sf-menu a {
	-webkit-transition: .3s all ease;
	transition: .3s all ease
}
.sf-menu a:hover {
	-webkit-transition: .3s all ease;
	transition: .3s all ease
}
.sf-menu ul {
	display: none;
	width: 180px;
	font: 400 14px/14px "Fjalla One", sans-serif;
	position: absolute;
	top: 54px;
	left: 50%;
	margin-left: -90px;
	background: #35ae92;
	text-align: center;
	padding: 28px 0 32px;
	z-index: 2
}
.sf-menu ul > li+ li {
	margin-top: 23px
}
.sf-menu ul li {
	position: relative;
	display: block
}
.sf-menu ul li > .sf-with-ul:after {
	font-family: FontAwesome;
	font-size: 10px;
	position: absolute;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	cursor: default;
	content: "\f0da";
	color: #575757;
	bottom: -1px;
	right: 15px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.sf-menu ul li a {
	color: #2e2d2d;
	text-transform: none
}
.sf-menu ul li a:hover {
	color: #fff
}
.sf-menu ul > .sfHover > a:after {
	color: #fff
}
.sf-menu ul li.sfHover > a {
	color: #fff
}
.sf-menu ul ul {
	position: absolute;
	top: -26px;
	left: 180px;
	margin-left: 0;
	background: #3ebd9d;
	padding: 17px 0 24px;
	z-index: 4;
	text-align: center
}
.sf-menu ul ul li {
	line-height: 27px
}
.sf-menu ul ul li a {
	color: #3d3d3d;
	text-transform: none;
	display: block
}
.sf-menu ul ul li:hover {
	background: #35ae92
}
.sf-menu ul ul li:hover a {
	color: #fff
}
.sf-menu ul ul li+ li {
	margin-top: 8px
}
@media only screen and (max-width: 767px) {
	.sf-menu {
		display: none
	}
	nav {
		width: 100%;
		float: none
	}
	.select-menu {
		border-radius: none;
		display: block;
		text-transform: capitalize;
		float: none;
		color: #3ebd9d;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 10px;
		background: #fff;
		font: 22px/28px "Fjalla One", sans-serif;
		text-align: left;
		border: 1px solid #c1c1c1;
		padding: 2px 0;
		position: relative
	}
	.select-menu option {
		text-align: left;
		position: relative
	}
}
.isStuck {
	z-index: 999;
	position: fixed;
	-webkit-box-shadow: 0 0 4px 0 #000;
	box-shadow: 0 0 4px 0 #000;
	background: #FFF
}
.isStuck h1 {
	margin-top: 5px
}
@media only screen and (max-width: 979px) {
	.isStuck {
		display: none !important
	}
}
.banner1 {
	background-size: cover;
	padding: 108px 0 94px;
	background-image: url(../images/HOME_BANNER.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
@media (max-width: 479px) {
	.banner1 {
		padding: 50px 0
	}
}
.banner1 .caption {
	margin-left: 39px
}
.banner1 .caption .secondary {
	display: block;
	margin-top: 28px;
	font: 400 22px/22px "Open Sans", sans-serif;
	color: #454545
}
.banner1 .caption .btn-default {
	margin-top: 42px
}
.post1 {
	position: relative;
	text-align: center
}
@media (max-width: 767px) {
	.post1 {
		margin-bottom: 60px
	}
}
.post1:before {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	width: 75px;
	left: 0;
	top: 45px;
	background: url(../images/divider1.png) repeat-x center 0
}
@media (max-width: 1199px) {
	.post1:before {
		width: 45px
	}
}
@media (max-width: 979px) {
	.post1:before {
		width: 30px
	}
}
@media (max-width: 767px) {
	.post1:before {
		width: 130px
	}
}
@media (max-width: 479px) {
	.post1:before {
		width: 60px
	}
}
.post1:after {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	width: 75px;
	right: 0;
	top: 45px;
	background: url(../images/divider1.png) repeat-x center 0
}
@media (max-width: 1199px) {
	.post1:after {
		width: 45px
	}
}
@media (max-width: 979px) {
	.post1:after {
		width: 30px
	}
}
@media (max-width: 767px) {
	.post1:after {
		width: 130px
	}
}
@media (max-width: 479px) {
	.post1:after {
		width: 60px
	}
}
.post1 img {
	background: #35ae92;
	border-radius: 200px;
	border: 2px solid #2ea287;
	margin-bottom: 29px
}
.post1 .content {
	padding: 0 5px 41px;
	border-bottom: 1px solid #2ea287;
	-webkit-box-shadow: 0 1px 0 0 #44cdab;
	box-shadow: 0 1px 0 0 #44cdab
}
.post1 h3 {
	margin-bottom: 24px
}
.post1 h3 a:hover {
	color: #3c3c3c
}
.post1 p {
	color: #fff
}
.post1 .simple-button {
	margin-top: 41px
}
.post2 .header {
	font: 300 22px/29px "Open Sans", sans-serif;
	color: #454545;
	display: block;
	margin-bottom: 30px;
	padding-right: 65px
}
.post2 p {
	margin-bottom: 26px
}
.post2 .btn-default {
	margin-top: 15px
}
.post3 {
	margin-bottom: 29px
}
.post3 img {
	background: #c9c9c9;
	border-radius: 200px;
	margin-top: 7px
}
.post3 .progress {
	width: 100%;
	border: 1px solid #efeeee;
	border-radius: 4px;
	height: 8px;
	background: #fff;
	overflow: hidden;
	margin-top: 14px
}
.post3 .progress .inner {
	height: 100%;
	background: #c9c9c9
}
.post3 .progress .inner.__progress1 {
	width: 100%
}
.post3 .progress .inner.__progress2 {
	width: 100%
}
.post3 .progress .inner.__progress3 {
	width: 100%
}
.post3 p {
	margin-top: 11px
}
.banner2 {
	background: url(../images/page1_img9.jpg) no-repeat center;
	background-size: cover;
	padding: 137px 0 127px;
	text-align: right
}
@media (max-width: 479px) {
	.banner2 {
		padding: 50px 0
	}
}
.banner2 h6, .banner2 span, .banner2 p {
	color: #fff
}
.banner2 .header, .banner2 .big {
	display: block;
	font-size: 22px;
	line-height: 22px;
	font-weight: 300
}
.banner2 h6 {
	margin-bottom: 31px;
	letter-spacing: -1px
}
.banner2 .header {
	margin-bottom: 28px
}
.banner2 p {
	margin-bottom: 25px
}
.banner2 .big {
	margin-bottom: 25px
}
.banner2 .btn-default {
	margin-top: 12px
}
.blockquote1 {
	margin-top: 7px;
	margin-bottom: 50px;
	border: 1px solid #ddd;
	padding-top: 77px
}
.blockquote1 .cite {
	padding: 0 28px 51px
}
.blockquote1 .cite p {
	position: relative
}
.blockquote1 .cite p:before {
	position: absolute;
	content: '“';
	font-family: Ubuntu, sans-serif;
	font-size: 86px;
	top: -18px;
	left: -6px;
	color: #42c09f;
	font-weight: 300
}
.blockquote1 .who {
	padding: 23px 11px 24px 28px;
	border-top: 1px solid #ddd;
	position: relative
}
.blockquote1 .who h4 {
	margin-bottom: -4px;
	padding-right: 79px
}
.blockquote1 .who p {
	padding-right: 79px
}
.blockquote1 .who img {
	position: absolute;
	top: 13px;
	right: 11px
}
@media (max-width: 1199px) {
	.blockquote1 .who img {
		top: 50%;
		margin-top: -34px
	}
}
.google-map_main iframe {
	width: 100%;
	height: 419px
}
@media (max-width: 767px) {
	.google-map_main iframe {
		height: 200px
	}
}
.post4 {
	margin-top: 21px;
	margin-bottom: 84px
}
.post4 img {
	float: left;
	margin-right: 30px;
	margin-top: 7px
}
@media (max-width: 767px) {
	.post4 img {
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%
	}
}
.post4 h5 {
	margin-bottom: 30px
}
.post4 p {
	margin-bottom: 21px
}
.post4 .btn-default {
	margin-top: 20px
}
.banner3 {
	background-size: cover;
	padding: 77px 0 107px;
	color: #fff;
	background-image: url(../images/page2_img2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
@media (max-width: 479px) {
	.banner3 {
		padding: 50px 0
	}
}
.banner3 h5 {
	color: #fff
}
.banner3 h6 {
	color: #fff;
	margin-bottom: 28px
}
.banner3 .post5 {
	margin-bottom: 27px
}
.banner3 .post5 h5 {
	margin-bottom: 4px
}
.banner3 .btn-default {
	margin-top: 9px
}
@media (max-width: 767px) {
	.post5 {
		margin-bottom: 20px
	}
}
.post5 i {
	margin-top: 6px;
	text-align: center;
	font-size: 30px;
	display: block;
	height: 70px;
	width: 70px;
	line-height: 66px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 200px;
	border: 2px solid #ffe5e5
}
@media (max-width: 1199px) {
	.post5 i {
		width: 60px;
		height: 60px;
		line-height: 56px;
		font-size: 26px
	}
}
@media (max-width: 979px) {
	.post5 i {
		width: 44px;
		height: 44px;
		line-height: 40px;
		font-size: 22px
	}
}
@media (max-width: 767px) {
	.post5 i {
		width: 80px;
		height: 80px;
		line-height: 76px;
		font-size: 38px;
		margin-bottom: 10px
	}
}
.post6 {
	margin-top: 31px;
	margin-bottom: 37px;
	position: relative;
	padding-left: 53px
}
.post6 .label {
	position: absolute;
	font: 400 30px/30px "Fjalla One", sans-serif;
	color: #3c3c3c;
	left: 0;
	top: -3px
}
.post6 h5 {
	margin-bottom: 9px
}
.socials2 li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 10px
}
.socials2 li a i {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dedede;
	color: #2d2d2d;
	text-align: center;
	font-size: 14px;
	display: block;
	width: 31px;
	height: 31px;
	line-height: 29px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.socials2 li a i:hover {
	color: #3ebd9d
}
.banner4 {
	margin-top: 35px;
	background: url(../images/background1.png) repeat;
	padding: 78px 0 0
}
@media (max-width: 479px) {
	.banner4 {
		padding: 50px 0 0
	}
}
.post7 {
	margin-bottom: 58px
}
.post7 .header {
	font: 400 34px/48px "Fjalla One", sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 21px
}
@media (max-width: 979px) {
	.post7 .header {
		font-size: 20px;
		line-height: 24px
	}
}
.post7 img {
	margin-bottom: 21px
}
.post7 p {
	color: #fff
}
.post7 .list1 {
	margin-top: 26px
}
.post7 .big {
	font: 600 16px/25px "Open Sans", sans-serif;
	color: #fff;
	display: block;
	margin-top: 25px;
	margin-bottom: 20px
}
.list1 li {
	padding-left: 16px;
	position: relative;
	font: 400 13px/15px "Fjalla One", sans-serif;
	color: #fff;
	text-transform: uppercase
}
.list1 li a:hover {
	color: #3c3c3c
}
.list1 li:before {
	content: '\f101';
	font-family: FontAwesome;
	display: block;
	font-size: 13px;
	position: absolute;
	left: 0;
	top: -1px
}
.list1 li+ li {
	margin-top: 15px
}
.post8 {
	margin-top: 28px;
	margin-bottom: -2px
}
.post8 .img-wrapper {
	position: relative
}
.post8 .img-wrapper time {
	position: absolute;
	display: block;
	bottom: 0;
	text-align: center;
	background: #3ebd9d;
	padding: 15px 0 5px;
	min-width: 89px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
@media (min-width: 768px) and (max-width: 979px) {
	.post8 .img-wrapper time {
		min-width: 61px
	}
}
@media (max-width: 479px) {
	.post8 .img-wrapper time {
		min-width: 61px
	}
}
.post8 .img-wrapper time .date {
	font: 400 48px/48px "Fjalla One", sans-serif;
	color: #fff;
	display: block;
	margin-bottom: -2px
}
@media (min-width: 768px) and (max-width: 979px) {
	.post8 .img-wrapper time .date {
		font-size: 24px;
		line-height: 24px
	}
}
@media (max-width: 479px) {
	.post8 .img-wrapper time .date {
		font-size: 24px;
		line-height: 24px
	}
}
.post8 .img-wrapper time .month {
	font: 400 22px/25px "Fjalla One", sans-serif;
	text-transform: uppercase;
	color: #fff;
	display: block;
	margin-bottom: 5px
}
@media (min-width: 768px) and (max-width: 979px) {
	.post8 .img-wrapper time .month {
		font-size: 14px;
		line-height: 14px
	}
}
@media (max-width: 479px) {
	.post8 .img-wrapper time .month {
		font-size: 14px;
		line-height: 14px
	}
}
.post8 .img-wrapper .like {
	position: absolute;
	text-align: center;
	min-width: 89px;
	display: block;
	background: #3d3d3d;
	color: #fff;
	bottom: 0;
	left: 89px;
	font: 400 22px/25px "Fjalla One", sans-serif;
	text-transform: uppercase;
	padding: 16px 0 10px
}
@media (min-width: 768px) and (max-width: 979px) {
	.post8 .img-wrapper .like {
		left: 61px;
		min-width: 61px;
		font-size: 14px;
		line-height: 14px;
		padding-top: 12px
	}
}
@media (max-width: 479px) {
	.post8 .img-wrapper .like {
		left: 61px;
		min-width: 61px;
		font-size: 14px;
		line-height: 14px;
		padding-top: 12px
	}
}
.post8 .img-wrapper .like i {
	display: block;
	font-size: 40px;
	margin-bottom: 5px
}
@media (max-width: 479px) {
	.post8 .img-wrapper .like i {
		font-size: 20px;
		line-height: 20px
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.post8 .img-wrapper .like i {
		font-size: 20px;
		line-height: 20px
	}
}
.post8 .content {
	border: 1px solid #ddd;
	border-top: 0;
	padding: 31px 27px 23px
}
.post8 .content .header {
	font: 400 22px/25px "Fjalla One", sans-serif;
	text-transform: uppercase;
	color: #2d2d2d;
	margin-bottom: 4px
}
.post8 .content p {
	color: #2d2d2d
}
.post9 {
	margin-top: 30px;
	margin-bottom: -6px
}
.post9 .content {
	margin-top: 1px;
	border: 1px solid #ddd;
	display: block;
	padding: 22px 20px 31px
}
@media (max-width: 1199px) {
	.post9 .content {
		margin-top: 0;
		border-top: 0
	}
}
.post9 time {
	font: 400 22px/25px "Fjalla One", sans-serif;
	color: #2d2d2d;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px
}
.post9 .header {
	text-transform: uppercase;
	font: 400 22px/25px "Fjalla One", sans-serif;
	color: #2d2d2d;
	margin-bottom: 5px
}
.post9 p {
	color: #2d2d2d
}
.post9 img {
	float: left;
	margin-right: 25px
}
@media (max-width: 1199px) {
	.post9 img {
		float: none;
		margin-right: 0;
		width: 100%
	}
}
.google-map_contacts {
	margin-top: 28px;
	margin-bottom: 31px
}
.google-map_contacts iframe {
	width: 100%;
	height: 450px
}
@media (max-width: 767px) {
	.google-map_contacts iframe {
		height: 200px
	}
}
address {
	color: #3d3d3d;
	display: inline-block;
	margin-right: 60px;
	margin-top: 24px;
	margin-bottom: -7px;
	line-height: 24px;
	padding-left: 40px;
	position: relative
}
@media (max-width: 767px) {
	address {
		display: block
	}
}
address:before {
	font-family: FontAwesome;
	font-size: 30px;
	position: absolute;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	cursor: default;
	color: #3ebd9d;
	left: 0;
	top: 6px
}
address.home:before {
	content: '\f015'
}
address.phone:before {
	content: '\f095';
	left: 10px;
	top: 8px
}
address.mail:before {
	content: '\f0e0';
	top: 7px
}
address.mail a:hover {
	color: #3c3c3c
}
.post10 {
	margin-top: 21px;
	margin-bottom: 25px
}
.post10 .big {
	font: 600 16px/25px "Open Sans", sans-serif;
	color: #3c3c3c;
	display: block
}
.post10 .simple-link {
	margin-top: 46px;
	display: inline-block
}
.simple-link {
	color: #3ebd9d
}
.simple-link:hover {
	color: #35ae92
}
#footer {
	padding: 30px 0;
	background-color: #000
}
@media (max-width: 479px) {
	#footer {
		text-align: center;
		padding: 30px 0
	}
}
#footer.common {
	border-top: 0px solid #ddd
}
#footer .socials1 {/* float:left */
	text-align: center;
	padding-bottom: 20px
}
@media (max-width: 479px) {
	#footer .socials1 {
		float: none
	}
}
#footer .privacy-block {
	padding-top: 25px;
	border-top: 1px solid #545154;
	color: #928e92;
	font-size: 13px;
	line-height: 20px
}
@media (max-width: 479px) {
	#footer .privacy-block {
		float: none
	}
}
.socials1 li {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 50px
}
.socials1 li a i {
	color: #fff;
	text-align: center;
	font-size: 34px;
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 60px;
	line-height: 80px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.socials1 li a i.fa-facebook {
	background: #000000;
	border: 2px solid #ffffff
}
.socials1 li a i.fa-facebook:hover {
	background: #4e6eb3
}
.socials1 li a i.fa-twitter {
	background: #000000;
	border: 2px solid #ffffff
}
.socials1 li a i.fa-twitter:hover {
	background: #59c4f7
}
.socials1 li a i.DONATE {
	background: #000000;
	border: 2px solid #ffffff
}
.socials1 li a i.DONATE:hover {
	background: #3bb898
}
i.GETINVOLVED {
	background: #000000;
	border: 2px solid #ffffff
}
.socials1 li a i.GETINVOLVED:hover {
	background: #ff1818
}
.socials1 li a i.fa-google-plus {
	background: #d61119
}
.socials1 li a i.fa-google-plus:hover {
	background: #ea252d
}
.socials1 li a i.fa-linkedin {
	background: #1783bc
}
.socials1 li a i.fa-linkedin:hover {
	background: #2b97d0
}
.socials1 li a i.fa-envelope {
	background: #676767
}
.socials1 li a i.fa-envelope:hover {
	background: #7b7b7b
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: 0;
	color: #3c3c3c;
	width: 40px;
	height: 43px;
	font-size: 43px;
	line-height: 38px;
	z-index: 20;
	-webkit-transition: color .5s ease;
	transition: color .5s ease
}
#toTop:hover {
	outline: 0;
	color: #35ae92
}
@media only screen and (max-width: 1199px) {
	#toTop {
		display: none !important
	}
}

.ftr_Font{
	font:400 27px/40px "Fjalla One",sans-serif;color:#404040;}

/* BUTTONS */	
	
[class*='btn-'] {
	/* border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
	  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08); */
	color: #fff;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 16px;
	padding: 12px 30px;
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 6px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);	
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	  transition: background-color 0.3s linear;	
}

	[class*='btn-']:hover {
		cursor: pointer;
	}
	
	.btn-clearwhite {
		background-color: ;
		/* border: 1px solid rgb( 44, 91, 104 ); */	
		
		}
	
		.btn-clearwhite:hover {
			background-color: #fff;	
			outline: none;
			color:#000;
		}
		
		.btn-clearwhite:active {
			background-color: #fff;	
			color:#000;
		}
		
		
[class*='btnArrow-'] {
	/* border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
	  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08); */
	color: #fff;
	display: inline-block;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 16px;
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 6px;
	width:52px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);	
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	  transition: background-color 0.3s linear;	
}

	[class*='btnArrow-']:hover {
		cursor: pointer;
	}
	
	.btnArrow-left {
		background-color: ;
		background-position: 100% 50%;
		background-image: url(/images/left-arrow.png);
		background-repeat: no-repeat;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
		/*background-image:url(/images/left-arrow.png) -51px 0;*/	
			height:46px;
		/* border: 1px solid rgb( 44, 91, 104 ); */	
				}
	
		.btnArrow-left:hover {
			background-color: #fff;
			background-position: 0% 50%;
			background-image:url(/images/left-arrow.png);
			background-repeat: no-repeat;
			outline: none;
			color:#000;
		}
		
		.btnArrow-left:active {
			background-color: #fff;
			background-position: 0% 50%;
			background-image:url(/images/left-arrow.png);
			background-repeat: no-repeat;
			outline: none;
			color:#000;
		}
	
	.btnArrow-right {
		background-color: ;
		background-position: 0% 50%;
		background-image: url(/images/right-arrow.png);
		background-repeat: no-repeat;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
		/*background-image:url(/images/left-arrow.png) -51px 0;*/	
			height:46px;
		/* border: 1px solid rgb( 44, 91, 104 ); */	
				}
	
		.btnArrow-right:hover {
			background-color: #fff;
			background-position: 100% 50%;
			background-image:url(/images/right-arrow.png);
			background-repeat: no-repeat;
			outline: none;
			color:#000;
		}
		
		.btnArrow-right:active {
			background-color: #fff;
			background-position: 0% 50%;
			background-image:url(/images/right-arrow.png);
			background-repeat: no-repeat;
			outline: none;
			color:#000;
		}
	
.PadDiv{
	height: 5px;
	width:100%;
}

.fb-like span {
    vertical-align:top !important;
    margin-right: 10px;
}




.wrap {
  padding: 40px;
  text-align: center;
}
.btn {
  background: #428bca;
  border: #357ebd solid 1px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 8px 15px;
  text-decoration: none;
  text-align: center;
  min-width: 60px;
  position: relative;
  transition: color .1s ease;
  /* top: 40em;*/
}
.btn:hover {
  background: #357ebd;
}
.btn.btn-big {
  font-size: 18px;
  padding: 15px 20px;
  min-width: 100px;
}
.btn-close {
  color: #aaaaaa;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 5px;
  top: 0;
}
.btn-close:hover {
  color: #919191;
}
.cancelbtn {
  background: #919191;
  border: #717171 solid 1px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font: normal normal normal 13.3333330154419px/normal Arial;
  padding: 8px 15px;
  text-decoration: none;
  text-align: center;
  min-width: 60px;
  position: relative;
  transition: color .1s ease;
  /* top: 40em;*/
}
.cancelbtn:hover {
  background: #717171;
}

.modal-open:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.modal-open .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 10%;
}

.modal:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.modal:target:before {
  display: block;
}
.modal:target .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 10%;
}
.modal-dialog {
  background: #fefefe;
  border: #333333 solid 1px;
  border-radius: 5px;
  margin-left: -200px;
  position: absolute;
  left: 50%;
  top: -500px;
  z-index: 11;

  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal-body {
    height:auto;
}
.modal-header,
.modal-footer {
  padding: 0px 20px;
}
.modal-header {
  border-bottom: #eeeeee solid 1px;
}
.modal-header h2 {
  font-size: 20px;
}
.modal-footer {
  border-top: #eeeeee solid 1px;
  text-align: right;
  padding: 10px 20px;
  margin-top: 20px;
}
/*ADDED TO STOP SCROLLING TO TOP*/
#close {
  display: none;
}

.modal-body hr {
    border: 1px solid #eeeeee;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*Grid Hack*/
@media (max-width: 767px) {
    .grid_6 {
        width: inherit;
    }
}