#wrapper{
	padding: 0 15px;
	overflow: hidden;
}
section{
	margin: 0 -15px;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.section-holder{
	max-width: 970px;
	margin: 0 auto;
}

/* ABOUT SECTION */
body.about {
	font: 25px/1.6 'PT Sans Narrow', Arial, Verdana, sans-serif;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    margin: 0;
    background: #fff;
    letter-spacing: 0.5px;
}

#about{
	text-align: center;
	margin: 0 0 39px;
}
#about h2{
	color: #959595;
	font-size: 50px;
	line-height: 1;
	font-weight: normal;
	margin: 0 0 17px;
	padding: 0;
	letter-spacing: 0.5px;
}
#about h1:after{display: none;}
.about-menu{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	word-spacing: -3px;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
}
.about-menu li{
	word-spacing: 0;
	letter-spacing: 0;
	display: inline-block;
	margin: 0 6px;
}
.about-menu li a{
	display: block;
	border: 3px solid #959595;
	box-sizing: border-box;
	width: 157px;
	color: #959595;
	padding: 0 0 1px;
	letter-spacing: 1px;
}
.about-menu li a:hover{
	color: #fff;
	background: #959595;
}
/* BLUE SECTION */
h1{
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 10px;
	padding: 0 0 35px;
	position: relative;
	letter-spacing: 2px;
	line-height: 1.5;
	text-transform: uppercase;
	color:#000;
}
h1:after{
	content: '-------';
	font-size: 25px;
	font-weight: 400;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: -9px;
}
p{margin: 0;}
.blue-section{
	background: #e5f2f8;
	padding: 51px 0 58px;
	font-size: 32px;
	line-height: 1.4;
}
/* PHILOSOPHY SECTION */
#philosophy{
	background: url("/images/aboutpage/bg-image-1.jpg") no-repeat 50% 50%;
	background-size: cover;
	color: #fff;
	padding: 76px 0 103px;
	font-size: 32px;
	line-height: 1.4;
	letter-spacing: 0;
}
#philosophy h1,
#philosophy p {
	color:#fff;
}

/* SHARI PAGE */
#shari_page, #shari_page_description{
	font-family:'PT Sans Narrow', Arial, Verdana, sans-serif;
}

#shari_page{
	background: url("/images/aboutpage/shari_page_desktop.jpg") no-repeat 50% 50%;
	background-size: cover;
	color: #fff;
	padding: 76px 0 103px;
	font-size: 32px;
	line-height: 1.4;
	letter-spacing: 0;
}
#shari_page h1,
#shari_page p {
	color:#fff;
	text-align:left;
}
#shari_page h1{
	font: 52px/1.6 'PT Sans Narrow', Arial, Verdana, sans-serif;
}
#shari_page h1:after{
	content:'';
}
#shari_page .section-content{
	width:45%;
	font: 25px/1.6 'PT Sans Narrow', Arial, Verdana, sans-serif;
	font-weight: normal;
}
#shari_page_description .section-holder{
	max-width:965px;
}
#shari_page_description p{
	font-size:21px;
	margin-top:20px;
}
#shari_page_description p:first-child{
	margin-top:40px;
}
#shari_page_description p a{
	color:#40BEF2;

}

/* HOW WE GO SECTION */
#how{
	line-height: 1.6;
	padding: 76px 0 60px;
	color: #231f20;
}
#how h1{margin: 0 0 15px;}
#how p{margin: 0 0 59px;}
#how .section-content ul{
	margin: 0;
	padding: 0;
	list-style: none;
	-moz-column-count: 2;
	column-count: 2;
 -moz-column-gap: 50px;
 column-gap: 50px;
	font-size: 20px;
	line-height: 1.2;
}
#how .section-content ul li{
	page-break-inside: avoid;
	break-inside: avoid;
}
#how .section-content ul h3{
	color: #0ab0ed;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	letter-spacing: 1px;
}
#how .section-content ul p{margin: 0 0 48px;}
/* FOUNDER SECTION */
h1 span{
	display: block;
	font-size: 20px;
	margin: -3px 0 3px;
}
.person-block{
	overflow: hidden;
	padding: 8px 0 11px;
}
.person-block .photo{
	border-radius: 50%;
	width: 25.36%;
	float: left;
	margin: 10px 75px 0 0;
}
.person-block .photo img{
	border-radius: 50%;
}
.person-block .description{
	overflow: hidden;
	font-size: 25px;
	line-height: 1.52;
	letter-spacing: 0;
}
.person-block .description a{text-decoration: underline;}
/* TEAM SECTION */
#team{padding: 62px 0 72px;}
#team h1{margin: 0 0 13px}
#team .section-content > p{margin: 0 0 56px;}
.team-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.team-list:after{
	content: "";
	display: block;
	clear: both;
}
.team-list li{
	float: left;
	/*width: 33.33%;*/
	position: relative;

	/* new version*/
	width: 31.33%;
	margin: 0 2% 2% 0;
}

/* new version*/
.gsWrapper{
	overflow:hidden;
}


.team-list .person-box{
	position: relative;
	cursor: pointer;
}
.team-list .person-box img{width: 100%;}
.team-list .person-info{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #000;
	color: #fff;
	padding: 11px 15px 12px;
	box-sizing: border-box;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 1px;
	display:none;
}
.team-list li.peach:hover .person-info,
.team-list li.peach:hover .person-description h4:after{background: #fdc58c;}
.team-list li.pink:hover .person-info,
.team-list li.pink:hover .person-description h4:after{background: #f36d7d;}
.team-list li.blue:hover .person-info,
.team-list li.blue:hover .person-description h4:after{background: #00aeef;}
.team-list li.green:hover .person-info,
.team-list li.green:hover .person-description h4:after{background: #7cc576;}
.team-list li.orange:hover .person-info,
.team-list li.orange:hover .person-description h4:after{background: #fba73b;}
.team-list li.purple:hover .person-info,
.team-list li.purple:hover .person-description h4:after{background: #8560a8;}
.team-list li.peach.active .person-info,
.team-list li.peach.active .person-description h4:after{background: #fdc58c;}
.team-list li.pink.active .person-info,
.team-list li.pink.active .person-description h4:after{background: #f36d7d;}
.team-list li.blue.active .person-info,
.team-list li.blue.active .person-description h4:after{background: #00aeef;}
.team-list li.green.active .person-info,
.team-list li.green.active .person-description h4:after{background: #7cc576;}
.team-list li.orange.active .person-info,
.team-list li.orange.active .person-description h4:after{background: #fba73b;}
.team-list li.purple.active .person-info,
.team-list li.purple.active .person-description h4:after{background: #8560a8;}

.team-list li.peach:hover .person-description h5.peach{color: #fdc58c;}
.team-list li.pink:hover .person-description h5.pink{color: #f36d7d;}
.team-list li.blue:hover .person-description h5.blue{color: #00aeef;}
.team-list li.green:hover .person-description h5.green{color: #7cc576;}
.team-list li.orange:hover .person-description h5.orange{color: #fba73b;}
.team-list li.purple:hover .person-description h5.purple{color: #8560a8;}

.team-list li.peach.active .person-description h5.peach{color: #fdc58c;}
.team-list li.pink.active .person-description h5.pink{color: #f36d7d;}
.team-list li.blue.active .person-description h5.blue{color: #00aeef;}
.team-list li.green.active .person-description h5.green{color: #7cc576;}
.team-list li.orange.active .person-description h5.orange{color: #fba73b;}
.team-list li.purple.active .person-description h5.purple{color: #8560a8;}



.team-list li.active canvas{
	transition:all 0.3s;
	opacity: 0 !important;
}
.team-list .person-info .name{
	display: block;
	font-size: 16px;
	font-weight: 700;
}
.team-list .person-info .position{
	display: block;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.team-list .person-description{
	position: absolute;
	width: 100%;
	/*left: 100%;*/
	top: 0;
	display: none;
	z-index: 100;
	/*color: #fff;*/
	/*background: #000;*/
	/*padding: 30px 33px;*/
	/*font-size: 22px;*/
	/*line-height: 1.36;*/

	/* New version */
	padding: 18px 14px;
	font-size: 15px;
	line-height: 1.25;
	left: 0%;
	color:#000;
	box-sizing: border-box;
	letter-spacing: 0;
}

.team-list .person-description a{color: #fff;}

.team-list .right .person-description{
	left: auto;
	right: 100%;
}
.team-list .bottom .person-description{
	top: auto;
	bottom: 0;
}
/*
.team-list .peach .person-description{background: #fdc58c;}
.team-list .pink .person-description{background: #f36d7d;}
.team-list .blue .person-description{background: #00aeef;}
.team-list .green .person-description{background: #7cc576;}
.team-list .orange .person-description{background: #fba73b;}
.team-list .purple .person-description{background: #8560a8;}
*/
.team-list .peach .person-description,
.team-list .pink .person-description,
.team-list .blue .person-description,
.team-list .green .person-description,
.team-list .orange .person-description,
.team-list .purple .person-description {
	background: rgba(255,255,255,0.9);
}

.team-list .person-description h3{

	/*font-size: 28px;*/

	/* New Version*/
	font-size: 20px; /*font-size: 22px;*/
	padding-top: 5px;

	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 2px;
}
.team-list .person-description h4{
	/*New Version*/
	font-size: 15px;
	margin: -3px 0 13px;
	padding: 0 0 8px;
	letter-spacing: 1px;


	/*font-size: 18px;*/
	font-weight: 700;
	text-transform: uppercase;
	/*margin: -3px 0 32px;*/
	/*padding: 0 0 20px;*/
	position: relative;
}
.team-list .person-description h4:after{
	/*
	content: "------";
	position: absolute;
	left: 0;
	bottom: -7px;
	font-size: 25px;
	font-weight: 400;
	*/

	/*new version*/
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	height: 3px;
	font-size: 25px;
	font-weight: 400;
	color: #00aeef;
	background-color: #00aeef;
	width: 40px;
}
.team-list .person-description p{
	/*new version*/
	margin: 0 0 21px;

	/*margin: 0 0 30px;*/
}
.team-list .person-description h5{
	margin: 0;
	font-size: 17px;  /*font-size: 22px;*/
	font-weight: 700;
}
.team-list .person-description blockquote{margin: 0;}
q:before,
q:after{
	quotes: none;
}
.team-list .person-description q{display: block;}
.team-list .person-description cite{
	display: block;
	font-style: normal;
}
.team-list .person-description cite:before{
	content: "- ";
}
.team-list li canvas{
	display:none !important;

}
/* PARTNERSHIP SECTION */
#partnership{
	background: #fdc58c;
	padding: 73px 0 60px;
}
#partnership h1{
	color: #fff;
	margin: 0 0 26px;
}
#partnership .section-content > p{margin: 0 0 54px;}
#partnership .section-content ul{
	margin: 0;
	padding: 0 0 25px;
	list-style: none;
	-moz-column-count: 2;
	column-count: 2;
 -moz-column-gap: 50px;
 column-gap: 50px;
	font-size: 20px;
	line-height: 1.2;
}
#partnership .section-content ul li{
	page-break-inside: avoid;
	break-inside: avoid;
	padding: 0 0 24px;
}
#partnership .section-content ul h2{
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#partnership .section-content ul p{margin: 0;}
img.ico{
	display: block;
	margin: 0 auto 59px;
}
.contact-box-hodler{text-align: center;}
.contact-box{
	display: inline-block;
	background: #fff;
	padding: 13px 36px 16px;
	font-size: 20px;
}
.contact-box strong{font-weight: 700;}
.contact-box a{text-decoration: underline;}
/* PARTNERS SECTION */
#partners{padding: 70px 0 116px;}
#partners h1{
	color: #fdc58c;
	margin: 0 0 59px;
}
.partners-list{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	vertical-align: top;
}
.partners-list li{
	float: left;
	width: 20%;
	vertical-align: middle;
	height: 195px;
	position: relative;
	display: table;
	box-sizing: border-box;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	margin: -1px 1px 1px -1px;
}
.partners-list li.partners-bigitems{
	width:50%;
}
.partners-list li .image-holder{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.partners-list li img{
	opacity: 0;
	transition:all 0.3s;
}
.partners-list li:hover img{opacity: 1;}
/* CONNECT SECTION */
#connect{
	background: #0ab0ed;
	padding: 84px 0 118px;
}
#connect h1{
	color: #fff;
	margin: 0 0 95px;
}
.blocks-holder{overflow: hidden;}
.connect-block{
	width: 33.33%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 22px;
	line-height: 1.36;
}
.connect-block .image-holder{margin: 0 0 41px;}
.connect-block h2{
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 1px;
	letter-spacing: 1px;
}
.connect-block p{margin: 0 0 54px;}
.btn{
	display: block;
	margin: 0 auto;
	background: #fff;
	color: #0ab0ed;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	width: 182px;
	line-height: 40px;
	border-radius: 10px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.btn:after{
	content: "";
	position: absolute;
	right: 10px;
	top: 15px;
	background: url("/images/aboutpage/arrow.png") no-repeat;
	width: 14px;
	height: 10px;
}
.btn:hover{background: rgba(255,255,255,0.7);}
section .social-networks{
	margin: -3px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
section .social-networks li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 13px;
}
section .social-networks li a{
	display: block;
	background: url("/images/aboutpage/social-networks-icons-2.png") no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
section .social-networks li a:hover{opacity: 0.7;}
section .social-networks li.facebook a{
	width: 11px;
	height: 24px;
	background-position: 0 0;
}
section .social-networks li.twitter a{
	width: 24px;
	height: 20px;
	background-position: 0 -24px;
}
.about .googleplus, .about .pinterest {
	background-image:none;
}
.about .pinterest {
	background-image:none;
}
section .social-networks li.googleplus a{
	width: 24px;
	height: 24px;
	background-position: 0 -68px;
}
section .social-networks li.youtube a{
	width: 24px;
	height: 24px;
	background-position: 0 -115px;
}
section .social-networks li.pinterest a{
	width: 24px;
	height: 20px;
	background-position: 0 -44px;
}
section .social-networks li.linkedin a{
	width: 21px;
	height: 21px;
	background-position: 0 -92px;
}
/* some logo block */
.logo-block{
	text-align: center;
	padding: 25px 0 41px;
	font-size: 20px;
	line-height: 1.5;
}
.logo-block p{
	margin: 0 0 36px;
}
	/* FOOTER */
#footer {
	margin: 0 -15px;
	padding: 47px 15px 85px;
	color: #fff;
	min-height: 318px;
	background: url("/images/aboutpage/goodnet_footer_images_13.jpg") no-repeat 50% 0;
	background-size: cover;
	overflow: hidden;
}
.limiter {
	max-width: 968px;
	margin: 0 auto;
}
#footer .limiter > .left {
	float: left;
	width: 30.99%;
}
#footer .right {
	position: relative;
	width: 67.15%;
	min-height: 345px;
	float: right;

}
#footer .right p {
	font-size: 40px;
	line-height: 40px;
	font-family: 'PT Sans Narrow';
	color: #fff;
}

#footer .inner {
	z-index: 100;
	padding: 10px 20px;
	color: #fff !important;
	background: rgba(0,0,0,0.5);
	overflow: hidden;
}
#footer .blue{color: #00aeef !important;}
#footer .subscribe {
	background: #fff;
	height: 38px;
	width: 324px;
	float: right;
	border: 8px solid #e5e4e2;
}

#footer .subscribe input,#footer .subscribe button {
	margin: 5px;
	border: none;
}

#footer .subscribe input {
	line-height: 24px;
	height: 24px;
	width: 240px;
	padding-left: 10px;
	float: left;
}

.subscribe button {
	height: 29px;
	width: 48px;
	background: #959595;
	margin: 8px 0px 0 0;
	overflow: visible !important;
	text-align: center;
	border: none;
	color: #FFFFFF;
	float: right;
	border-radius: 7px;
	font-weight: 700;
}

#bottom_links {
	margin-top: 50px;
	font-size: 15px;
	line-height: 25px;
	overflow: hidden;
}

#bottom_links dt {
	font-weight: bold;
}

#bottom_links dl {
	width: 24.42%;
	padding-right: 12px;
	float: left;
	margin: 0;
}
#bottom_links dl:nth-child(2){width: 37.21%}

#bottom_links dl a {
	width: 149px;
	margin-right: 12px;
	color: #FFFFFF;
}

#bottom_links dl a:hover {
	color: #00aeef;
}
#bottom_links dd{margin: 0;}
#bottom_links #find_us dd a {
	padding-left: 30px;
	background: url("/images/aboutpage/sprite.png") no-repeat;
	margin: 0px;
}

#bottom_links #find_us dd a.twitter {
	background-position: -340px -118px;
}

#bottom_links #find_us dd a.fb {
	background-position: -340px -139px;
}

#bottom_links #find_us dd a.linkedin {
	background-position: -340px -159px;
}

#bottom_links #find_us dd a.tumblr {
	background-position: -340px -179px;
}

#bottom_links #find_us dd a.googleplus {
	width: 20px;
	height: 20px;
	background: url('/images/aboutpage/footer_google_plus.png') no-repeat;
}
#bottom_links #find_us dd a.youtube {
	width: 20px;
	height: 20px;
	background: url('/images/aboutpage/footer_youtube.png') no-repeat;
}
#bottom_links #find_us dd a.pinterest {
	width: 20px;
	height: 20px;
	background: url('/images/aboutpage/pinterest_18x18_footer.png') no-repeat;
}

.w_dove {
	position: absolute;
	background: url("/images/aboutpage/sprite.png") no-repeat -171px -4px;
	width: 21px;
	height: 21px;
	bottom: 56px;
	right: 28px;
}
#copyright {
	background: #ebe9e7;
	padding: 12px 15px 9px;
	overflow: hidden;
	margin: 0 -15px 4px;
	font-family: 'PT Sans', Verdana, Tahoma, sans-serif;
    font-size: 16px;
    color: #959595;
}
.about #copyright {
	background: #ebe9e7;
	padding: 66px 0 9px 0;
	margin:0 auto;
}

#copyright a {
	height: 27px;
	display: block;
}
.about #copyright .footerlinks{
	letter-spacing:0px;
}
/*
#copyright a:first-child {
	width: 120px;
}*/

#copyright .left{float: left;}
#copyright .right{float: right;}
.mobile-footer{
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 46px 35px 60px;
	display: none;
}
.mobile-footer .footer-menu{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 25px;
	font-family: 'Pt Sans', Arial, Helvetica, sans-serif;
	text-indent: -1px;
}
.mobile-footer .footer-menu li{
    float: left;
    margin: 0 25px 0 0;
}
.mobile-footer .footer-menu li a{color: #7d7d7d;}
.mobile-footer .footer-menu li a:hover{color: #00aeef;}
.mobile-footer .social-networks{
	float: right;
	margin: -10px 0 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
.mobile-footer .social-networks li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 45px;
}
.mobile-footer .social-networks li a{
	display: block;
	background: url("/images/aboutpage/social-networks-icons-3.png") no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	text-align: left;
}
.mobile-footer .social-networks li.facebook a{
	width: 11px;
	height: 24px;
	background-position: 0 0;
}
.mobile-footer .social-networks li.twitter a{
	width: 24px;
	height: 20px;
	background-position: 0 -24px;
}
.mobile-footer .social-networks li.googleplus a{
	width: 24px;
	height: 20px;
	background-position: 0 -44px;
}
.mobile-footer .social-networks li.youtube a{
	width: 24px;
	height: 20px;
	background-position: 0 -44px;
}
#team > div > div > ul > li:focus,
#team > div > div > ul > li:active {
	outline:0;
}