body {
	width: 100%;
	max-width: 100%;
	color: #2b2b2b;
	background-color: #2b2b2b;
    font-family: OpenSansRegular, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
hr {
	border-color: #dce0e2;
    border-width: 2px 0 0;
}
.pvd-1 {
	padding-top: 1em;
	padding-bottom: 1em;
}
.pvd-2 {
	padding-top: 2em;
	padding-bottom: 2em;
}
.pvd-3 {
	padding-top: 3em;
	padding-bottom: 3em;
}
.btn-esi-red {
    background-color: #f15a22;
    border-color: #f15a22;
	color: #fff;
}
.btn-esi-red:hover {
    background-color: #f15a22;
    border-color: #f15a22;
	color: #000;
}
.icon-hp {
	width: 80px;
	height: 80px;
	background: url(../img/c_hp_icons_80_80.png) no-repeat center center scroll;
}
.icon-hp-01 {
	background-position: 0 0;
}
.icon-hp-02 {
	background-position: 0 -80px;
}
.icon-hp-03 {
	background-position: 0 -160px;
}
.icon-hp-04 {
	background-position: 0 -240px;
}
.icon-hp-in {
	background-position: 0 -320px;
}
.icon-hp-fb {
	background-position: 0 -400px;
}
.icon-hp-tw {
	background-position: 0 -480px;
}
.icon-hp-gp {
	background-position: 0 -560px;
}
.icon-hp-ma {
	background-position: 0 -640px;
}
.form-control::-webkit-input-placeholder {
   font-style: italic;
}
.form-control:-moz-placeholder {
   font-style: italic;
}
.form-control::-moz-placeholder {
   font-style: italic;
}
.form-control:-ms-input-placeholder {
   font-style: italic;
}
.content {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}
.navbar {
	margin-bottom: 0;
	border-radius: 0;
}
.header {
	height: 88px;
	line-height: 75px;
	background: url(../img/h_bottomline_1920_8_v01.png) no-repeat bottom center scroll;
	background-size: 100% 8px;
	background-color: #2b2b2b;
	border: 0;
}
.footer {
	color: #bbc2c6;
	background-color: #2b2b2b;
	font-size: 12px;
	line-height: 35px;
}
.video {
	border-bottom: 6px solid #fff;
    max-width: 100%;
    overflow-x: hidden;
    width: 100%;
	height: auto;
}
.video .row {
	margin: 0;
}
.video .video-wrapper {
    position: relative;
	padding: 0;
	overflow: hidden;
}

.video #vrifyLeadBgVid {
    position: relative;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	vertical-align: middle;
    z-index: -100;
	background-size: cover;
}
.video h2 {
	display: block;
    position: absolute;
	margin: 0;
	left: 5%;
	top: 15%;
    font-family: OpenSansBoldItalic;
	font-size: 2.85vw;
	line-height: 3.2vw;
}
.video h3 {
	display: block;
    position: absolute;
	margin: 0;
	left: 5%;
	top: 50%;
	font-size: 24px;
	line-height: 34px;
	font-size: 1.42vw;
	line-height: 2vw;
}
.video .badge {
	display: block;
    position: absolute;
	right: 0;
	top: 30%;
	padding: 2vh 2vh 3vh 2vh;
	border-radius: 1vh;
	color: #fff;
	background-color: #f49712;
	font-size: 1.5vw;
	line-height: 1.6vw;
	font-style: italic;
	text-align: left;
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
}
.video .badge span {
	display: block;
    padding-bottom: 2vh;
    padding-top: 1vh;
	font-size: 2.5vw;
    font-family: OpenSansBoldItalic;
	font-style: normal;
}
.video .badge a {
	color: #fff;
}
.content-wapper {
	width: 100%;
	background-color: #eaedee;
}
.join-form {
    padding-bottom: 1.5em;
    padding-top: 2.5em;
}
.join-form .form-inline {
	width: 99.99%;
}
.join-form .form-inline .input-group {
	width: 90%;
}
@media screen and (min-width: 1200px) {
	.join-form .form-inline .input-group {
		width: 75%;
	}
}
@media screen and (min-width: 1500px) {
	.join-form .form-inline .input-group {
		width: 65%;
	}
}
.join-form .form-inline .form-control {
	width: 99.99%;
	border-radius: 6px 0 0 6px;
	border-color: #fff;
	box-shadow: none;
}
.join-form .form-inline .input-group-addon {
	padding: 0;
	margin: 0;
	border: 0;
}
.join-form .form-inline .input-group-addon .btn {
	width: 99.99%;
	min-width: 70px;
	border-radius: 0 6px 6px 0;
	border-left: 0;
}
.hp-features {
    margin: 0 auto;
    width: 90%;
}
.hp-features hr {
    margin-bottom: 10px;
    margin-top: 10px;
}
.hp-features h3, .join-form h3 {
    font-family: OpenSansBoldItalic;
	font-size: 26px;
	color: #333;
}
.hp-features h4, .join-form h4 {
	font-family: OpenSansLight;
	font-size: 18px;
	line-height: 28px;
	color: #333;
}
.footer a {
	color: #bbc2c6;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}
.footer .legal {
	padding-left: 2.5em;
}
.footer .copyright {
	padding-right: 2.5em;
}
/* share page */
.share-page .share-pr {
	padding-top: 3em;
}
.share-page .share-sm {
	padding-top: 10em;
}
.share-page h2 {
    font-family: OpenSansBoldItalic;
	font-size: 40px;
	line-height: 36px;
}
.share-page h4, .share-status h4 {
    font-family: OpenSansBoldItalic;
	font-size: 24px;
	line-height: 34px;
	margin: 0;
}
.share-status h5 {
    font-family: OpenSansBoldItalic;
	font-size: 20px;
	line-height: 22px;
	margin: 0;
    white-space: nowrap;
}
.share-page img.engine-image {
	text-align: center;
}
.share-status {
    margin-top: -60px;
}
.share-page .input-group {
	width: 100%;
}
.share-page .form-control#shareLink {
	width: 75%;
	margin: 0 12%;
	background-color: #fff;
	border: 0;
	color: #2b2b2b;
	font-style: italic;
	text-align: center;
}
.form-control#shareLink::-webkit-input-placeholder {
	color: #2b2b2b;
	text-align: center;
}
.form-control#shareLink:-moz-placeholder {
   	color: #2b2b2b;
	text-align: center;
}
.form-control#shareLink::-moz-placeholder {
   	color: #2b2b2b;
	text-align: center;
}
.form-control#shareLink:-ms-input-placeholder {
   	color: #2b2b2b;
	text-align: center;
}
@media screen and (max-width: 1200px) and (min-width: 767px) {
	.hp-features h3 {
		height: 40px;
		font-size: 20px;
	}
	.hp-features h4 {
		height: 90px;
		overflow: hidden;
		font-size: 16px;
		line-height: 20px;
	}
	.share-page .share-pr h4 {
		font-size: 18px;
		line-height: 22px;
	}
	.share-pr .engine-image {
		max-width: 100%;
		height: auto;
	}
	.share-page h2 {
		font-size: 30px;
		line-height: 28px;
	}
	.share-page p {
		width: 90%;
		margin: 0 auto;
	}
	.share-status {
		 margin-top: -20px;
	}
	.share-status h5 {
		font-size: 1.5vw;
	}
	.share-page .share-sm {
		padding-top: 5em;
	}
	.share-sm .list-inline {
		white-space: nowrap;
	}
	.share-sm .list-inline>li {
		padding: 0;
	}
}
@media (max-width: 992px) {
	.share-page .share-sm {
		padding-top: 0;
	}
	.share-status {
		 margin-top: 30px;
	}
	.video .badge {
		font-size: 1.8vw;
	}
}
@media (max-width: 767px) {
    .hp-features .col-xs-12 {
        margin-top: 2.5em;
    }
	.text-center-xs {
		text-align: center;
	}
	.share-pr .engine-image {
		width: 80%;
		height: auto;
	}
	.share-page .share-pr h4 {
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 2em;
	}
	.share-page h2 {
		font-size: 18px;
		line-height: 22px;
	}
	.share-page p {
		width: 80%;
		margin: 0 auto;
		font-size: 14px;
	}
	.share-status h4 {
		font-size: 18px;
		line-height: 22px;
	}
	.share-sm .list-inline {
		white-space: normal;
	}
	.share-status {
		 margin-top: 3em;
	}
	.share-status h5 {
		font-size: 2vw;
		line-height: 2vw;
		white-space: normal;
	}
}
@media (max-width: 600px) {
	.video .badge {
		font-size: 3vw;
		top: 20%;
		padding: 1vh 1.5vh 2vh;
	}
	.video .badge span {
		padding-bottom: 2vh;
		padding-top: 1vh;
		font-size: 4vw;
	}
}
/* extending bootstrap */
@media (max-width: 767px) {
    .text-xs-left { text-align: left; }
    .text-xs-right { text-align: right; }
    .text-xs-center { text-align: center; }
    .text-xs-justify { text-align: justify; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}
@media (min-width: 992px)  and (max-width: 1199px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}
@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}
/* /extending bootstrap */