@font-face {
	font-family: 'OpenSansLight';
	src: url('../fonts/OpenSans-Light-webfont.eot');
	src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'myriad_pro_lightregular';
	src: url('../fonts/myriadpro-light-webfont.eot');
	src: url('../fonts/myriadpro-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro-light-webfont.woff') format('woff'), url('../fonts/myriadpro-light-webfont.ttf') format('truetype'), url('../fonts/myriadpro-light-webfont.svg#myriad_pro_lightregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadProRegular';
	src: url('../fonts/pro-regular-webfont.eot');
	src: url('../fonts/pro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pro-regular-webfont.woff') format('woff'), url('../fonts/pro-regular-webfont.ttf') format('truetype'), url('../fonts/pro-regular-webfont.svg#MyriadProRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadProBold';
	src: url('../fonts/pro-bold-webfont.eot');
	src: url('../fonts/pro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pro-bold-webfont.woff') format('woff'), url('../fonts/pro-bold-webfont.ttf') format('truetype'), url('../fonts/pro-bold-webfont.svg#MyriadProBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	border: 0px;
}
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style-type: none;
	font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	text-decoration: none;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
a:focus {
	outline: none;
}
a:hover {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
textarea {
	resize: none;
}
input:focus {
	outline: none;
}
body,html {
	background-color: #FFF;
	overflow-x: hidden;
	-webkit-overflow-scrolling:touch;
}
h1 {
	font-size: 36px;
	color: #000000;
	font-family: "myriad_pro_lightregular";
	margin-bottom: 20px;
	background-image: url(../img/hi-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
h1 span {
	display: inline-block;
	padding-right: 14px;
	padding-left: 14px;
	background-color: #FFF;
}
p {
	font-size: 13px;
	color: #535252;
	font-family: MyriadProRegular;
	line-height: 16px;
	padding-bottom: 18px;
}
p strong {
	font-family: "MyriadProRegular";
	font-weight: normal;
}
.text-warning {
	color: #bc9f63;
}
.help-block {
	margin-bottom: 20px;
	margin-top: 0px;
}
.btn-primary {
	border: 1px solid #e2e1e1;
	border-radius: 0px;
	color: #000;
	font-family: MyriadProBold;
	font-size: 16px;
	width: 200px;
	padding-top: 12px;
	padding-bottom: 12px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	background-color: #FFF;
}
.btn-primary:hover, .btn-primary:focus{
	color: #bc9f63;
	background-color: #FFFFFF;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	border-top-color: #DCCDAF;
	border-right-color: #DCCDAF;
	border-bottom-color: #DCCDAF;
	border-left-color: #DCCDAF;
}
.btn-success{
	font-family: MyriadProBold;
	font-size: 16px;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 0px;
	color: #FFF;
	background-color: #000;
	padding-top: 12px;
	padding-right: 45px;
	padding-bottom: 12px;
	padding-left: 45px;
}
.btn-success:hover, .btn-success:focus{
	color: #FFF;
	background-color: #DCCDAF;
}
/*#########################################################*/
.bg-primary {
	background-color: transparent;
	background-image: url(../img/primary-bg.jpg), url(../img/primary-bg2.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center 556px;
	height: 1180px;
	min-width: 320px;
	position: relative;
}
.top {
	position: absolute;
	top: 0px;
}
.navbar-brand {
	float: none;
	height: inherit;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 65px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.navbar {
	border-radius: 0px;
	min-height: inherit;
	background-color: transparent;
	border: none;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 9999;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 10px;
	display: block;
	width: 320px;
}

.navbar-header{
	text-align: center;
	display: block;
	width: 100%;
}
.navbar-header img{
	cursor: pointer;	
}
.navbar-default .navbar-nav {
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	float: none;
	background-image: url(../img/nav-scroll-bg.png);
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 3px;
	border: 4px solid #927937;
}
.navbar-default .navbar-nav > li {
	float: none;
	display: block;
}
.navbar-default .navbar-nav > li > a {
	font-family: OpenSansLight;
	font-size: 16px;
	color: #FFF;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	line-height: normal;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #bc9f63;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #bc9f63;
	background-color: transparent;
}
.undernav{
	font-family: "myriad_pro_lightregular";
	color: #bc9f63;
}
.map {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 117px;
	width: 224px;
	position: relative;
}
.mapimg1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 224px;
}
.mapimg2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 224px;
}
.mapimg3 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 224px;
	-webkit-animation: mapimg3 2.5s linear 1s infinite; 
	animation: mapimg3 2.5s linear 1s infinite;
}

@-webkit-keyframes mapimg3 {
0% {
-ms-transform: scale(1,1); 
    -webkit-transform: scale(1,1); 
    transform: scale(1,1);
}
50% {
-ms-transform: scale(1.2,1.2); 
    -webkit-transform: scale(1.2,1.2); 
    transform: scale(1.2,1.2);
}
100% {
-ms-transform: scale(1,1); 
    -webkit-transform: scale(1,1); 
    transform: scale(1,1);
}
}


@keyframes mapimg3 {
0% {
-ms-transform: scale(1,1); 
    -webkit-transform: scale(1,1); 
    transform: scale(1,1);
}
50% {
-ms-transform: scale(1.2,1.2); 
    -webkit-transform: scale(1.2,1.2); 
    transform: scale(1.2,1.2);
}
100% {
-ms-transform: scale(1,1); 
    -webkit-transform: scale(1,1); 
    transform: scale(1,1);
}
}

.topArrow {
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	z-index: 99;
}
.relative {
	position: relative;
	
}

.box {
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	background-color: transparent;
}
.box img {
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
}

.small1 {
	height: 110px;
	width: 110px;
	position: absolute;
	left: 27px;
	top: 226px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}

.small1 img {
	position: absolute;
	top: -22px;
	left: -22px;
}
.small2 {
	right: 27px;
	top: 226px;
	left:inherit;
}
.small3 {
	left: 27px;
	top: 524px;
	
}
.small4 {
	right: 27px;
	top: 524px;
	left: inherit;
}
.small5 {
	left: 27px;
	top: 820px;
}
.small6 {
	right: 27px;
	top: 820px;
	left: inherit;
}
.small7 {
	left: 27px;
	top: 78px;
}
.small8 {
	right: 27px;
	top: 78px;
	left: inherit;
}
.small9 {
	top: 375px;
	left: 27px;
}
.small10 {
	right: 27px;
	top: 375px;
	left: inherit;
}
.small11 {
	left: 27px;
	top: 1117px;
	
}
.small12 {
	right: 27px;
	top: 1117px;
	left: inherit;
}
.small13 {
	right: 0px;
	top: 1195px;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
}
.big1 {
	height: 210px;
	width: 210px;
	position: absolute;
	left: -80px;
	top: 504px;
}

.big1 img {
	position: absolute;
	top: -43px;
	left: -43px;
}
.hope {
	right: 0px;
	top: 325px;
	left: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/big5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-animation: hopeBG 70s linear 2s infinite; /* Chrome, Safari, Opera */
	animation: hopeBG 70s linear 2s infinite;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes hopeBG {
0% {
background-position: center center;
}
20% {
background-position: left top;
}
40% {
background-position: left bottom;
}
60% {
background-position: right top;
}
80% {
background-position: right bottom;
}
100% {
background-position: center center;
}
}

/* Standard syntax */
@keyframes hopeBG {
0% {
background-position: center center;
}
20% {
background-position: left top;
}
40% {
background-position: left bottom;
}
60% {
background-position: right top;
}
80% {
background-position: right bottom;
}
100% {
background-position: center center;
}
}
.hopeContent {
	right: 0px;
	top: 325px;
	left: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 35px;
	width: 210px;
	position: absolute;
}
.hopeContent figure {
	margin-bottom: 10px;
}
.box.hope .content img {
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
	position: inherit;
}
.hopeContent h3 {
	font-size: 36px;
	color: #FFF;
	font-family: "myriad_pro_lightregular";
	padding-bottom: 0px;
}
.big6 {
	left: 231px;
	top: 731px;
}
.big7 {
	right: 231px;
	top: 731px;
	left: inherit;
}
.big8 {
	right: 0px;
	top: 929px;
	left: 0px;
	margin-right: auto;
	margin-left: auto;
}
.glow {
	height: 0px;
	width: 0px;
	position: absolute;
	z-index: 99;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	bottom: 0px;
	left: 0px;
	background: -moz-linear-gradient(45deg, rgba(255,246,142,0.15) 0%, rgba(255,246,142,0.15) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,246,142,0.15)), color-stop(100%, rgba(255,246,142,0.15))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(255,246,142,0.15) 0%, rgba(255,246,142,0.15) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(255,246,142,0.15) 0%, rgba(255,246,142,0.15) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(255,246,142,0.15) 0%, rgba(255,246,142,0.15) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(255,246,142,0.15) 0%, rgba(255,246,142,0.15) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26fff68e', endColorstr='#26fff68e', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.box:hover > .glow {
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.boxTriangle {
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	overflow: hidden;
	width: 560px;
	height: 560px;
}

.vision {
	position: absolute;
	top: 622px;
	left: 0px;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
}

.mission {
	position: absolute;
	top: 919px;
	right: 0px;
	left: 0px;
}
.plan {
	position: absolute;
	top: 177px;
	left: 0px;
	background-image: url(../img/plan.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
}

.clockCircle {
	background-image: url(../img/clock-circle.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	height: 64px;
	width: 64px;
}
.clockBig {
	background-image: url(../img/clock-big-stick.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 64px;
	width: 64px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.clockSmall {
	background-image: url(../img/clock-small-stick.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 64px;
	width: 64px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.coffee {
	background-image: url(../img/coffee.png);
	height: 64px;
	width: 64px;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 6px;
	background-position: left top;
}
.coffeeBar1 {
	margin-right: 1px;
	float: left;
	margin-top: 2px;
}
.coffeeBar2 {
	margin-right: 1px;
	float: left;
	margin-top: 0px;
}
.success {
	top: 474px;
	
}
.twoTriangle{
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: 1094px;
	right: 0px;
	text-align: center;
}
.twoTriangleTwo{
	top: 650px;
}
.twoTriangleThree{
	top: 202px;
}
.twoTriangleFour{top: 1250px;}
.twoTriangleFive{top: 797px;}
.boxTriangleContent {
	position: absolute;
	width: 210px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	top: 474px;
	right: 0px;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
}
.boxTriangleContent figure {
	margin-bottom: 10px;
}
.boxTriangleContent.planText {
	top: 177px;
	right: 0px;
	left: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
.boxTriangleContent.planWidth{
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 15px;
}
.boxTriangleContent.planWidth2{
	padding-left: 15px;
	padding-right: 15px;
	padding-top:20px;
}
.boxTriangleContent.missionText {
	top: 919px;
	right: 0px;
	left: 0px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.boxTriangleContent.visionText {
	top: 622px;
	left: 0px;
	right: 0px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.boxTriangleContent h2 {
	font-size: 36px;
	color: #bc9f63;
	padding-bottom: 4px;
	font-family: "myriad_pro_lightregular";
}
.boxTriangleContent p {
	font-size: 13px;
	color: #FFFFFF;
	padding-bottom: 12px;
	font-family: "MyriadProRegular";
	line-height: 16px;
}

.overView {
	position: relative;
	padding-top: 20px;
	z-index: 999;
}
.overviewAnchor {
	position: absolute;
	top: -30px;
}
/*#########################################################*/
.bg-info {
	background-color: transparent;
	background-image: url(../img/info-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 919px;
	position: relative;
	z-index: 2;
	min-width: 320px;
	margin-top: -116px;
	padding-top: 189px;
}
.bg-info.arrowBg {
	background-image: url(../img/info-bg.png), url(../img/info-bg2.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;

}
.theJourney {
	font-family: "myriad_pro_lightregular";
	font-size: 42px;
	color: #FFF;
	margin-top: 275px;
	margin-bottom: 10px;
}
.theJourneyIcon {
	line-height: 112px;
	background-image: url(../img/the-journy-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	display: inline-block;
	height: 112px;
	width: 112px;
	position: relative;
	z-index: 99;	
}
.theJourneyIcon2{background-image: url(../img/the-journy-icon2.png);}
.theJourneyIcon img{
	-webkit-transition: all 0.5s ease-in-out 0.1s;
	-moz-transition: all 0.5s ease-in-out 0.1s;
	-ms-transition: all 0.5s ease-in-out 0.1s;
	-o-transition: all 0.5s ease-in-out 0.1s;
	transition: all 0.5s ease-in-out 0.1s;
}
.theJourneyIcon:hover > img{
	-ms-transform: rotate(120deg); /* IE 9 */
	-webkit-transform: rotate(120deg); /* Chrome, Safari, Opera */
	transform: rotate(120deg);
	-webkit-transition: all 0.5s ease-in-out 0.1s;
	-moz-transition: all 0.5s ease-in-out 0.1s;
	-ms-transition: all 0.5s ease-in-out 0.1s;
	-o-transition: all 0.5s ease-in-out 0.1s;
	transition: all 0.5s ease-in-out 0.1s;
}
/*#########################################################*/
.bg-success {
	background-image: url(../img/success-bg.jpg);
	background-color: transparent;
	position: relative;
	min-width: 320px;
	background-size: contain;
	background-repeat: repeat;
	background-position: center top;
}
.corner  {
	background-image: url(../img/corner.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 461px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 1;
}
.people  {
	background-image: url(../img/footer-people.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 723px;
	min-width: 320px;
	overflow: hidden;
	position: relative;
	z-index: 2;	
}
.ceo {
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: 284px;
	right: 0px;
	width: 290px;
}
.footerSmall1 {
	left: 27px;
	top: 539px;

}
.footerSmall2 {
	right: 27px;
	top: 539px;
	left: inherit;
	
}
.socialBox1 {
	height: 210px;
	width: 210px;
	left: 0px;
	top: 43px;
	background-color: #000;
	position: absolute;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
}
.socialBox1 .content {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	text-align: center;
	padding-top: 70px;
	z-index: 1;	
	
}

.socialIcon {
	position: absolute;
	height: 53px;
	width: 53px;
}
.socialIcon img {
	position: absolute;
	left: -11px;
	top: -11px;
}
.youTube {
	left: 3px;
	top: 116px;
}
.twitter {
	left: 41px;
	top: 153px;
}
.googlePlus {
	left: 0px;
	top: 190px;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
}
.viemo {
	right: 41px;
	top: 153px;
	left: inherit;
}
.facebook {
	right: 3px;
	top: 116px;
	left: inherit;
}
.socialBox2 {
	top: 340px;
}
.socialBoxContent {
	position: absolute;
	text-align: center;
	left: 0px;
	top: 43px;
	width: 210px;
	padding-top: 55px;
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
}
.socialBoxContent.socialBoxContent2 {
	top: 340px;
	z-index: 2;
	padding-top: 30px;
}
.socialBoxContent h3 {
	font-family: "myriad_pro_lightregular";
	font-size: 28px;
	color: #FFF;
	padding-bottom: 14px;
}
.socialBoxContent p {
	font-family: MyriadProRegular;
	font-size: 13px;
	color: #797979;
	padding-bottom: 16px;
	line-height: 16px;
}

.socialBoxContent .form-group {
	width: 150px;
}
.socialBoxContent .form-group .form-control {
	font-size: 12px;
	color: #797979;
	font-family: MyriadProRegular;
	border-radius: 0px;
	height: 28px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.socialBoxContent .form-group .btn-default {
	color: #FFF;
	border-radius: 0px;
	height: 28px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #363636;
}
.socialBoxContent .form-group .btn-default i {
	color: #FFF;
	font-size: 20px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.socialBoxContent .form-group .btn-default:hover > i {
	color: #000000;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.socialBoxContent .form-group .btn-default:hover {
	z-index: inherit;
	background-color: #e3ce95;
}
.copyRights {
	height: 210px;
	width: 210px;
	left: 0px;
	top: 638px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
	position: absolute;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.copyRightsContent {
	position: absolute;
	width: 210px;
	left: 0px;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
	top: 600px;
	text-align: center;
}
.copyRightsContent .backTop {
	margin-bottom: 10px;
	position: relative;
	line-height: 80px;
	height: 80px;
	width: 80px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	right: 0px;
}
.copyRightsContent h5 {
	font-family: MyriadProBold;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 0px;
}

/*inner*/


.phone {
	position: absolute;
	top: 325px;
	left: 0px;
	background-image: url(../img/contact-phone-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
}
.phoneContent {
	width: 260px;
	text-align: center;
	top: 455px;
	left: 100px;
}
.phoneContent figure{
	margin-bottom:25px;
}
.phoneContent h2{
	font-family: "myriad_pro_lightregular";
	font-size: 24px;
	color: #FFF;
	padding-bottom: 0px;
}
.phoneContent h2 a, .phoneContent h2 a:hover, .phoneContent h2 a:focus{
	color: #FFF;
	text-decoration:none;
}
.email {
	right: 0px;
	left: 0px;
	margin-right: auto;
	margin-left: auto;
	top: 622px;		
}
.emailContent {
	right: 100px;
	left:inherit;
}
.contactWe{
	background-image: url(../img/contactbg1.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 397px;
	width: 793px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: 653px;
	right: 0px;
}
.contactWeContent{
	width: 310px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: 790px;
	right: 0px;
}
.contactWeContent h2{
	font-family: "myriad_pro_lightregular";
	font-size: 24px;
	color: #FFF;
	padding-bottom: 15px;
}
.contactWeContent p{
	font-size: 16px;
	color: #797979;
	font-family: MyriadProRegular;
	line-height: 16px;
}
.contactMap{
	margin-top: -330px;
	padding-top: 593px;
	z-index: 1;
}
.contactBig1 {
	left: 32px;
	top: 712px;
	box-shadow:0px 0px 5px #999;
}
.contactBig2 {
	left: 231px;
	top: 910px;
}
.contactBig3 {
	left: 0px;
	top: 1108px;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
}
.contactBig4 {
	right: 231px;
	top: 910px;
	left:inherit;
}
.contactBig5 {
	right: 32px;
	top: 712px;
	left:inherit;
}

.contactBig6 {
	left: 32px;
	top: 1108px;
}
.contactBig7 {
	left: 231px;
	top:1306px;
}
.contactBig8 {
	left: 0px;
	top: 1504px;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
	background-color: #FFF;
	background-image: none;
}
.contactBig9 {
	right: 231px;
	top: 1306px;
	left:inherit;
}
.contactBig10 {
	right: 32px;
	top: 1108px;
	left:inherit;
}

.contactContent1 {
	left: 50px;
	top: 780px;
	text-align: center;
	width: 240px;
	position: absolute;
}
.contactContent1 h2{
	font-size: 24px;
	color: #000000;
	font-family: MyriadProBold;
	text-transform: uppercase;
	padding-bottom: 18px;
}
.contactContent1 h3{
	font-size: 16px;
	color: #000000;
	font-family: MyriadProBold;
	text-transform: uppercase;
	padding-bottom: 18px;
	line-height: 22px;
}
.contactContent1 h4{
	font-size: 16px;
	color: #797979;
	font-family: MyriadProRegular;
	padding-bottom: 16px;
	line-height: 20px;
}
.contactContent1 h5{
	font-size: 30px;
	color: #000000;
	font-family: myriad_pro_lightregular;
	padding-bottom: 0px;
	margin-top: 5px;
}
.contactContent1 p{
	font-size: 13px;
	color: #826933;
	font-family: MyriadProRegular;
	padding-bottom: 3px;
	line-height: normal;
}
.contactContent1 p a{
	color: #826933;
	text-decoration:none;
}
.contactContent1 p i{
	color: #000000;
	margin-right: 5px;	
}
.contactContent1 figure{
	margin-bottom:10px;
}
.contactContent2 {
	left: 250px;
	top: 980px;
}
.contactContent3 {
	left: 0px;
	top: 1180px;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
}
.contactContent4 {
	right: 250px;
	top: 980px;
	left:inherit;
}
.contactContent5 {
	right: 50px;
	top: 780px;
	left:inherit;
}

.contactContent6 {
	left: 50px;
	top: 1180px;
}
.contactContent7 {
	left: 250px;
	top: 1375px;
}
.contactContent8 {
	left: 0px;
	top: 1540px;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
}
.contactContent9 {
	right: 250px;
	top: 1375px;
	left:inherit;
}
.contactContent10 {
	right: 50px;
	top: 1180px;
	left:inherit;
}
.documentaryMap{
	margin-top: -330px;
	padding-top: 195px;
	z-index: 1;
	background-image: none;
}
.documentaryTriangle{
	background-image: url(../img/documentarybg1.png);
	
}
.documentaryTriangleContent{
	width: 530px;
	top: 710px;
}
.documentaryTriangleContent figure{
	margin-bottom:24px;
	position: relative;
}
.documentaryTriangleContent .form-group{
	margin-bottom:20px;
}
.documentaryTriangleContent .form-control{
	width: 325px;
	display: inline-block;
	border-radius: 0px;
	height: auto;
	font-size: 13px;
	text-transform: uppercase;
	color: #9a9a9a;
	font-family: "myriad_pro_lightregular";
	background-color: #404040;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 11px;
	padding-right: 20px;
	padding-bottom: 11px;
	padding-left: 20px;
	box-shadow:inset 0px 0px 15px #1b1b1b;
}
.documentaryTriangleContent .form-control::-moz-placeholder {
  color: #9a9a9a;
  opacity: 1;
}
.documentaryTriangleContent .form-control:-ms-input-placeholder {
  color: #9a9a9a;
}
.documentaryTriangleContent .form-control::-webkit-input-placeholder {
 color: #9a9a9a;
}
.documentaryTriangleContent .btn-default{
	border-radius: 0px;
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
	font-family: MyriadProBold;
	border: 1px solid #d6d5d5;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 12px;
	padding-left: 30px;
	line-height: normal;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.documentaryTriangleContent .btn-default:hover, .documentaryTriangleContent .btn-default:focus{
	color: #bc9f63;
	background-color: #FFFFFF;
	border-top-color: #bc9f63;
	border-right-color: #bc9f63;
	border-bottom-color: #bc9f63;
	border-left-color: #bc9f63;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}

.documentaryBox1 {
	left: 118px;
	top: 797px;
}
.documentaryBox2 {
	left: 376px;
	top: 970px;
}
.documentaryBox3 {
	left: 263px;
	top: 1084px;
}
.documentaryBox4 {
	left: 0px;
	top: 1108px;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
}
.documentaryBox5 {
	right: 376px;
	top: 970px;
	left:inherit;
}
.documentaryBox6 {
	right: 263px;
	top: 1084px;
	left:inherit;
}
.documentaryBox7 {
	right: 118px;
	top: 797px;
	left:inherit;
}
.videoiconBig{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index:999;
}
.documentaryBoxContent{
	left: 0px;
	top: 1190px;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
	position: absolute;
	width: 245px;
	text-align: center;
}
.documentaryBoxContent h3{
	font-size: 16px;
	color: #ffffff;
	font-family: MyriadProRegular;
	padding-bottom: 10px;
}
.documentaryBoxContent h5{
	font-size: 30px;
	color: #ffffff;
	font-family: "myriad_pro_lightregular";
	padding-bottom: 0px;
}
.documentaryBoxContent figure{
	margin-bottom: 12px;
	
}
.videoPop{
	background-image: url(../img/video-popup.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1000px;
	padding: 20px;
}
.videoPop .close{
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 20px;
	color: #FFF;
}
.donateBg{
	background-image: url(../img/donatebg.jpg);
	background-repeat: no-repeat;
	background-position: center 45px;
	background-size: auto;
	height: 451px;
	padding-top: 170px;
}
.schooling{
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	top: 325px;
	right: 0px;
}
.medicare{
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: 622px;
	right: 0px;	
}
.donateTriangle{
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	top: 919px;
	right: 0px;		
}

.donateTriangleContent{
	width: 220px;
	top: 919px;
}
.schoolingContent{
	top: 325px;
	left: 0px;
	width: 210px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	right: 0px;
	position: absolute;
}
.medicareContent{
	top: 622px;
	right: 0px;
	left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	width: 210px;
}
.donateTriangleContent figure{
	margin-bottom: 10px;
}
.documentaryArrow{
	position:relative;}
.donateTriangleContent h2{
	line-height:28px;
	font-size:32px;
}
.donateTriangleContent h4{
	font-size: 18px;
	color: #bc9f63;
	padding-bottom: 0px;
	font-family: "myriad_pro_lightregular";
}
.donateTriangleContent h4 a, .donateTriangleContent h4 a:hover, .donateTriangleContent h4 a:focus{
	color: #bc9f63;
	text-decoration:none;
}

.donateTriangleContent .btn-primary{
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	text-transform: uppercase;
	color: #bc9f63;
	border-top-color: #bc9f63;
	border-right-color: #bc9f63;
	border-bottom-color: #bc9f63;
	border-left-color: #bc9f63;
	font-size: 11px;
	font-family: MyriadProBold;
	padding-top: 6px;
	padding-bottom: 6px;
}
.donateContent{
	padding-top: 30px;
	position: relative;
	z-index: 99;
	padding-bottom: 30px;
	}
	
.donateContent hr{
	margin-bottom:30px;
	margin-top:10px;
	}
.donateContent h2{
	font-size: 24px;
	color: #000000;
	text-transform: uppercase;
	padding-bottom: 28px;
	font-family: MyriadProBold;
	}
.donateContent h3{
	font-size: 16px;
	color: #bc9f63;
	text-transform: uppercase;
	padding-bottom: 28px;
	font-family: MyriadProBold;
	}
.donateContent h4{
	font-size: 16px;
	color: #232323;
	text-transform: uppercase;
	padding-bottom: 28px;
	font-family: MyriadProBold;
	
	}
.donateContent h4 img{
	margin-left: 15px;
	margin-bottom: 15px;	
	}
	.donateContent h5{
	font-size: 18px;
	color: #535252;
	padding-bottom: 20px;
	font-family: "myriad_pro_lightregular";	
}

.donateContent .form{
	width:330px;
	}
.donateContent .form .radio-inline{
	color: #535252;
	font-size: 13px;
	font-family: "MyriadProRegular";
	}
.donateContent .form .radio-inline input{
	position:relative;
	top:1px;
	}
.donateContent .form .form-control{
	font-size: 12px;
	color: #797979;
	font-family: MyriadProRegular;
	border-radius: 0px;
	height: auto;
	border-color: #e2e1e1;
	box-shadow: inset 0px 0px 5px #c9c9c9;
	padding-top: 12px;
	padding-right: 22px;
	padding-bottom: 12px;
	padding-left: 22px;
	}
.donateContent .form .form-group{
	margin-bottom:22px;
	}
.donateContent .form .btn-primary{
	margin-bottom: 22px;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	width: auto;
	padding-right: 30px;
	padding-left: 30px;
	}
.donateContent .form .btn-primary:hover, .donateContent .form .btn-primary:focus{
	color: #bc9f63;
	border-top-color: #bc9f63;
	border-right-color: #bc9f63;
	border-bottom-color: #bc9f63;
	border-left-color: #bc9f63;
	background-color: #FFF;
	}
.donateFooterTriangle{
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: 28px;
	right: 0px;
}
.donateFooterTriangleContent{
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: 28px;
	right: 0px;
	width: 250px;
	padding-top: 50px;
}
.donateFooterTriangleContent h2{
	font-family: "myriad_pro_lightregular";
	font-size: 36px;
	padding-bottom: 0px;
	color: #FFF;
}
.donateFooterTriangleContent h3{
	font-family: "myriad_pro_lightregular";
	font-size: 20px;
	padding-bottom: 15px;
	color: #FFF;
}

.volunteerBg{
	padding-top: 490px;
	margin-top: -350px;
	z-index: 1;
	background-image: url(../img/volenterbg.jpg);
	background-repeat: no-repeat;
	background-position: center 24px;
	background-size: auto;
}
.payment1{
	background-image: url(../img/payment1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.payment1:hover{
	background-position: center -33px;
}
.payment2{
	background-image: url(../img/payment2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.payment2:hover{
	background-position: center -36px;
}
.payment3{
	background-image: url(../img/payment3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.payment3:hover{
	background-position: center -32px;
}
.payment4{
	background-image: url(../img/payment4.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.payment4:hover{
	background-position: center -41px;
}
.payment5{
	background-image: url(../img/payment5.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.payment5:hover{
	background-position: center -19px;
}
.volunteerTriangle{
	background-image: url(../img/volunteer-trianglebg.png);
}
.volunteerTriangleContent{
	width: 440px;
	top: 720px;
}
.volunteerTriangleContent h3{
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
	font-family: MyriadProBold;
	padding-bottom: 16px;
}
.volunteerTriangleContent p{
	font-size: 18px;
	color: #535252;
	font-family: "myriad_pro_lightregular";
	line-height: 23px;
	padding-bottom: 30px;
}
.volunteerTriangleContent .btn-primary{
	text-transform: uppercase;
	padding-right: 30px;
	padding-left: 30px;
	width: auto;
}

.volunteerTriangleContent figure{
	margin-top: 88px;
	position: relative;	
}
.volunteerArrow{
	position: relative;	
}
.letsJoinHands{
	top: 400px;
	left: 50px;
	margin: 0px;
	padding-right:30px;
	padding-left:30px;
}
.letsJoinHands h2{
	color:#FFF;
	font-size:32px;
	padding-bottom:15px;
}
.letsJoinHands p{
	color: #797979;
	font-family: MyriadProRegular;
}
.commitments{
	top: 400px;
	right: 50px;
	margin: 0px;
	left:inherit;
	padding-right:30px;
	padding-left:30px;
}
.teamBg{
	padding-top: 639px;
	margin-top: -323px;
	z-index: 1;
	background-image: url(../img/teambg.jpg);
	background-repeat: no-repeat;
	background-position: center -3px;
	background-size: auto;
}
.overlayTeam{
	background-image: url(../img/team-overlay.png);
	background-repeat: repeat;
	text-align: center;
	overflow: hidden;
}
.overlayTeam .text{
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	padding-top: 40%;
}
.overlayTeam h4{
	font-family: "myriad_pro_lightregular";
	font-size: 18px;
	color: #FFF;
	padding-bottom: 4px;
	
}
.overlayTeam h5{
	font-family: MyriadProRegular;
	font-size: 13px;
	color: #7e7e7e;
	padding-bottom: 0px;
	
}
.teamBox1 {
	left: 232px;
	top: 910px;
}
.teamBox2 {
	right: 232px;
	top: 910px;
	left:inherit;
}
.teamBox3 {
	right: 0px;
	top: 1083px;
	left: 0px;
	margin-right: auto;
	margin-left: auto;
}
.teamBox4 {
	left: 178px;
	top: 1168px;
}
.teamBox5 {
	left: 377px;
	top: 1196px;
}
.teamBox6 {
	right: 377px;
	top: 1196px;
	left:inherit;
}
.teamBox7 {
	right: 178px;
	top: 1168px;
	left:inherit;
}
.teamBox8 {
	left:264px;
	top: 1309px;
}
.teamBox9 {
	left: 0px;
	right:0px;
	margin-right: auto;
	margin-left: auto;
	top: 1309px;
}
.teamBox10 {
	right:264px;
	top: 1309px;
	left:inherit;
}
.teamBox11 {
	top: 1422px;
	left:151px;
}
.teamBox12 {
	top: 1422px;
	left:377px;
}
.teamBox13 {
	top: 1422px;
	right:377px;
	left:inherit;
}
.teamBox14 {
	top: 1422px;
	right:151px;
	left:inherit;
}
.teamBox15 {
	left: 0px;
	right:0px;
	margin-right: auto;
	margin-left: auto;
	top: 1560px;
}
.teamBox15Content {
	left: 0px;
	right: 0px;
	margin-right: auto;
	margin-left: auto;
	top: 1670px;
	position: absolute;
	width: 280px;
	text-align: center;
}
.teamBox15Content h2{
	font-size: 30px;
	line-height: 28px;
	color: #FFF;
	padding-bottom: 0px;
	font-family: "myriad_pro_lightregular";
}
.investBg{
	height:1330px;
}
.investBg2{
	background-image: url(../img/invest-bg.jpg);	
}
.investFooterTriangle{
	background-image: url(../img/invest-footer-triangle.png);	
}
.investYellowTriangle{
	background-image: url(../img/invest-triangle.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 210px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: 919px;
	right: 0px;
	padding-top: 25px;
}
.investYellowTriangle h2{
	color: #FFF;
	font-family: "myriad_pro_lightregular";
	font-size: 36px;
	padding-bottom: 32px;
	line-height: 32px;
}
.investTransparentTriangle{
	left: 0px;
	top: 919px;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
}
.investTransparentTriangle2{
	right: 118px;
	top: 654px;
	left:inherit;
}
.ourStoryBg{
	background-position: center top, center 556px;
	height: 876px;
}
.ourStoryBg2{
	background-image: url(../img/ourstory-bg2.jpg);	
}
.ourStoryMission{
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	top: 325px;
	right: 0px;		
	}
.ourStoryVision{
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	top: 622px;
	right: 0px;		
	}

/*RequestPop*/
.modal-sm{
	width: 300px !important;
	float: none !important;
	margin-right: auto !important;
	margin-left: auto !important;
	margin-top: 70px;	
	}
.modal-sm .modal-content {border-radius:0px;}
.modal-sm .modal-body{
	padding-top: 30px;
	position: relative;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
.modal-sm .close{
	position: absolute;
	top: 4px;
	right: 10px;
}
.modal-sm h4{
	font-size: 24px;
	color: #000000;
	font-family: "myriad_pro_lightregular";
	margin-bottom: 0px;
	padding-bottom: 15px;
	}
.modal-sm .form-control{
	border-radius: 0px;
	font-family: "myriad_pro_lightregular";
	font-size: 14px;
	color: #000;
	height: auto;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;	
	}
.modal-sm .form-control:focus{
	border-top-color: #bc9f63;
	border-right-color: #bc9f63;
	border-bottom-color: #bc9f63;
	border-left-color: #bc9f63;
	box-shadow:none;
	outline:none;		
	}
.modal-sm .btn-success{
	font-size: 14px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

