@font-face {
	font-family: "cora-bold";
	src: url("fonts/cora-bold.otf");
}
@font-face {
	font-family: "cora-bold-italic";
	src: url("fonts/cora-bold-italic.otf");
}
@font-face {
	font-family: "cora-italic";
	src: url("fonts/cora-italic.otf");
}
@font-face {
	font-family: "cora-medium-italic";
	src: url("fonts/cora-medium-italic.otf");
}
@font-face {
	font-family: "cora-regular";
	src: url("fonts/cora-regular.otf");
}

.modal {
  text-align: center;
	border-radius: 0;
}

.modal-content {
	border-radius: 0;
}

.body {
  min-width: 992px !important;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
	
	.modal-dialog {
		width: 700px;
		margin: 30px auto;
	}	
}
@media (max-width:480px) {

	/***** custom style *****/
	.main-text p{
		font-size: 30px !important;
	}
	.research-kit-container {
		font-size: 20px !important;
	}
	.success-message p {
  		font-size: 20px !important;
	}
	.few-left-message p{
		line-height:30px !important;
		font-size: 18px !important;
	}
	.footer{
		font-size: 15px;
	}
	/***** end ********/
}
@media (max-width:360px){

	/*** custom style **/
	.research-kit-container {
		font-size: 16px !important;
	}
	/*** end ***/

}




.modal-dialog {
  display: inline-block;
}


body {
	font-family: cora-regular;
	font-size: 16px;
}

.header {
	height: 120px;
	background-color: #002749;
}

.header .container {
	line-height: 100px;
}

.header .container  img {
	vertical-align: middle;
}

.content-head {
	background-image: url('../../images/researchKit/house_bg.png');
	background-size:     cover;                     
	background-repeat:   no-repeat;
	background-position: center center; 
	height: 500px;
	position: relative;
}

.layer {
	  background-color: rgba(0,39,73,0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.layer .container {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
}

.main-text {
	
}

.main-text p {
	font-family: cora-regular, 'sans-serif', Verdana;
	font-size: 40px;
	color: #FFF;
	text-align: center;
	line-height: 40px;
}

.main-text p.green {
	color: #8ec640;
}

.main-text p.green_bold {
	color: #8ec640;
	font-family: cora-bold, cora-regular, Verdana;
}


.top-secret-contaner {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.top-secret-contaner .how-they-did {
	height: 40px;
	border-radius: 4px;
	color: #FFF;
	background-color: #29acd0;
	vertical-align: middle;
	line-height: 40px;
	font-size: 24px;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
}

.secret-container {
	position: relative;
	top: -50px;
	margin-bottom: -30px;
	z-index: 999;
}

.quote {
	float: right;
	margin-bottom: -90px;
	z-index: 888888;	
}

.top-secret-contaner img {
	max-width: 350px;
	position: relative;
	width: 100%;
	width: -moz-available;          /* WebKit-based browsers will ignore this. */
	width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */	
	margin-top: 30px;
}

.success-message {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 36px;	
}

.success-message p {
	font-size: 22px;
	line-height: 24px;
	text-align: center;
}

.success-message p .green_bold {
	font-family: cora-bold, cora-regular, Verdana, sans-serif;
	font-weight: bold;
	color: #8ec640;
	font-size: 22px;
}

.testimonials-container {
	width: 100%;
	background-color: #f7f7f7;
	padding: 20px;
	margin-top: 30px;
	position: relative;
	display: flex;
}

.testimonials-container .container {
	max-width: 700px;
	position: relative;	
}

.testimonials-container img{
	margin-right: 12px;
	vertical-align: middle;
	float: left;
	height: 100px;
}

.testimonials-container  .testimonials-value {
	margin-right: 12px;
	vertical-align: middle;
	font-size: 16px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .testimonials-container  .testimonials-value {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
   }
}

.testimonials-container  .testimonials-value span {
	color: #8ec640;
}

.testimonials-container  .testimonials-value br {
	height:5px;
}

.i-want {
	
}

.i-want-left {
	background-image: url('../../images/researchKit/arrow_left.png');
	background-repeat: no-repeat;
	background-position: 90%;
	height: 97px;
	margin-top: -36px;
	background-size: 32%;
	width: 25%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.i-want-right{
	background-image: url('../../images/researchKit/arrow_right.png');
	background-repeat: no-repeat;
	background-position: 11%;
	height: 97px;
	margin-top: -40px;
	background-size: 32%; 
	width: 25%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;	
}

.i-want-it-message {
	background-color: #8ec640;
	height: 50px;
	margin: auto;
	position: relative;
	margin-top: 36px;
	border-bottom: 5px solid #679d1d;
	width: 50%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;	
}


.i-want-it-message:hover {
	cursor: pointer;
}

.i-want-it-message p {
	vertical-align: middle;
	line-height: 50px;
	text-align: center;
	font-size: 26px;
	color: #FFF;
}

.few-left-message {
	background-color: #EDEDED;
	height: 64px;
	max-width: 420px;
	width: auto;
	margin: auto;
	position: relative;
	margin-top: 70px;
	padding: 0 16px;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
}

.few-left-message:hover {
	cursor: pointer;
}

.few-left-message p {
	vertical-align: middle;
	line-height: 64px;
	text-align: center;
	font-size: 20px;
	color: #838383;
	font-family: Verdana;
	margin-left: 72px;
}

.few-left-message span {
	background-image: url('../../images/researchKit/clock.png');
	background-repeat: no-repeat;
	background-position: 0%;
	background-size: 20px;
	position: relative;
	height: 20px;
	width: 20px;
	display: inline-block;
	margin-right: 6px;
	margin-top: -6px;
	vertical-align: middle;
}

.few-left-message-line {
	width: 100%;
	border-top: 1px solid #BEBEBF;
	margin-top: -32px;
}

.limited-time-container {
	margin-bottom: 50px;
	margin-top: -25px;
}

.footer {
	background-color: #121212;
	color: #FFF;
	height: 80px;
	line-height: 40px;
	vertical-align: middle;
	font-family: Verdana;
	text-align: center;
}

/*--- Modal CSS ----*/

.almost-there {
	font-size: 20px;
	color: 5d5c5c;
	margin-top: 30px !important;
}

.modal-row {
	margin: 20px auto 0 auto;
	max-width: 500px;
}

.progress-bar-container {
	background: -moz-linear-gradient(top, rgba(231,224,217,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(231,224,217,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(231,224,217,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e0d9', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */	
	height: 50px;
	border-radius: 5px;
	margin: 15px auto 0 auto;
	padding: 10px;
}

.progress-bar-container  .progress {
	height: 30px !important;
}

.progress-bar {
	border-radius: 5px;
	height: 30px;
	font-size: 16px;
	padding-top: 6px;
	text-align: right;
	padding-right: 8px;
}

.research-kit-container {
	font-size: 26px;
}

.research-kit-container .research-kit-text {
  width: intrinsic;           /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;    /* Firefox/Gecko */
  width: -webkit-max-content; /* Chrome */
	margin-left: auto;
	margin-right: auto;
	border-left: 25px solid #FFF;
	border-right: 25px solid #FFF;	
	display: inline-block;
	background-color: #fff;
}

.research-kit-line {
	width: 100%;
	border-top: 1px solid #6f6f70;
	margin: -20px auto auto auto;
	max-width: 500px;
}

.research-kit-container span {
	color: #8ec640;
}

.form-container {
	margin-top: 40px;
}

.meta-data-container .meta-data-label {
	text-align: left;
}

.meta-data-container .meta-data-input input {
	width: 100%;
	border: 1px solid #d6dde2;
	font-size: 24px;
	padding: 8px;
	border-radius: 5px;
	
}

.meta-data-container  .default-submit {
	width: 100%;
	border: none;
	color: #FFF;
	background-color: #8ec640;
	font-size: 25px;
	padding: 10px;
	border-radius: 4px;
}

.reval-logo-footer img {
	margin-right: 0;
	opacity: 0.2;
}

.reval-logo-footer {
	border-top: none;
}

.alert {
  margin-bottom: 0 !important;
}