/*Colors*/
/*#bcdca2 light green
#4f5e20 dark green
#0eb593 medium green
#3f3f3f grey
 */

/*Clearfix*/
.cf:after {
	content: " ";
	display: table;
	clear: both;
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 400;
}
.wrapper {
	max-width: 640px;
	height: 400px;
	padding: 0;
	border: 1px solid #3f3f3f;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
}
header {
	background-color: #666;
	width: 100%;
	height: 90px;
	padding: 0;
}
header img {
	margin: 1%;
	max-width: 365px;
}
.header-right {
	margin-top: 0;
}
.header-right p {
	display: block;
}
.nav {
	display: inline;
	color: #000;
}
#flip {
	margin-left: 50px;
	margin-top: -77px;
	width: 600px;
}
body {
	/*To hide the horizontal scroller appearing during the animation*/
	overflow: hidden;
}
.header-right p span {
	color: #005874;
}
.tabs {
	margin-bottom: 0px !important;
}
.tabs dd, .tabs .tab-title {
	position: relative;
	margin-bottom: 0px !important;
	list-style: outside none none;
	float: left;
	width: 15%;
	border-bottom: 2px solid #fff;
}
.tabs dd > a, .tabs .tab-title > a {
	display: block;
	padding: 50px;
}
/*.tabs dd.active a, .tabs .tab-title.active a {
	color: #fff;
	background: url('../img/button1.png') no-repeat;
}*/
.tabs dd:first-child a {
	border-right: 2px solid #fff;
	background: url('../img/prev.png') no-repeat;
}
.tabs dd:last-child a {
	border-right: 2px solid #fff;
	background: url('../img/next.png') no-repeat;
}
.tabs dd:nth-child(2) a {
	border-right: 2px solid #fff;
	background: url('../img/home.png') no-repeat;
}
/*Content for tabs   */

.tabs-content {
	margin-bottom: 0;
	width: 105%;
	margin-left: -15px; /*-54px;*/
	position: relative;
}
.tabs-content .answer {
	margin: 15px 35px 15px 35px;
	position: relative;
	top: 250px;
}
.tabs-content .answer h2 {
	font: 300 34px/34px "Open Sans", sans-serif;
	color: #bcdca2;
	text-transform: uppercase;
}
.tabs-content .js-choosing.answer h2 {
	color: #0eb593;
}
.tabs-content .js-tracking.answer h2 {
	color: #bcdca2;
}
.tabs-content .answer p {
	font: 400 15px/21px "Open Sans", sans-serif;
	color: #fff;
}
.tabs-content .content {
	background: url('../img/index_bg.jpg') no-repeat left top;
}
.tabs-content .content:first-child {
	background: url('../img/index_bg.jpg') no-repeat left top;
}
.tabs-content .content:nth-child(2) {
	background: url('../img/index_bg.jpg') no-repeat left top;
}
.tabs-content .content:last-child {
	background: url('../img/index_bg.jpg') no-repeat left top;
}
/*intro screen for desktop*/
#intro-screen {
	display: block;
	padding: 1em 5em;
	z-index: 1000;
	background: url('../img/index_bg.jpg') no-repeat left top;
}
.intro-text {
	font: 300 24px/30px "Open Sans", sans-serif;
	color: #fff;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.title {
	text-align: center;
	font: bold 43px/37px "Open Sans", sans-serif;
	color: #fff;
	font-weight: bold;
	width: 500px;
	padding-top: 10px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 20px;
}
.disclaimer {
	text-align: center;
	font: 300 14px/18px "Open Sans", sans-serif;
	color: #FFF;
	padding-top: 1em;
	margin: 0 auto;
	position: relative;
}
.button {
	font: 400 20px/22px "Open Sans", sans-serif;
	display: inline-block;
	color: #FFF;
	background-color: #666;
	padding: .4em 2em;
	text-decoration: none;
	width: 200px;
	border: 2px solid #FFF;
	margin: 1em;
}
.button:hover {
	background-color: rgba(0,0,0,0.30);
}
.icon {
	display: inline;
	float: left;
}
#left {
	float: left;
	display: inline;
	width: 530px;
	padding-left: 40px;
}
#left p {
	font: bold 25px/37px "Open Sans", sans-serif;
	color: #333;
	font-weight: bold;
}
.left_button {
	padding-left: 40px;
	float: left;
}
#left .red {
	color: #800008;
	font: bold 35px "Open Sans", sans-serif;
}
#left .footnote {
	font: 12px "Open Sans", sans-serif;
}
#footer {
	color: #333;
	float: left;
	font: 9px "Open Sans", sans-serif;
	padding-left: 40px;
	width: 500px;
}
/*TOOLTIP*/
	
.tooltip {
	position: absolute;
	z-index: 1020;
	display: block;
	padding: 5px;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: visible;
	font-style: italic;
}
.tooltip.in {
	opacity: 1;
	filter: alpha(opacity=100);
}
.tooltip.top {
	margin-top: -2px;
}
.tooltip.right {
	margin-left: 2px;
}
.tooltip.bottom {
	margin-top: 25px;
}
.tooltip.left {
	margin-left: 2px;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: 15px;
	border-top: 5px solid #444;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #444;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #444;
	border-left: 5px solid transparent;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
}
.tooltip-inner {
	max-width: 300px;
	padding: 4px 10px;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	background-color: #444;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-left: 210px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	padding: 2px;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-ms-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.tab-right {
	position: absolute;
	right: -3px;
	bottom: 85px;
	width: 300px;
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
====================================================================== */
@media only screen and (max-width: 568px) {
img {
	height: auto;
	max-width: 78%;
}
.wrapper {
	background: url('../img/index_bg.jpg') repeat-y;
	height: 2400px;
}
#intro-screen {
	height: auto;
	padding-top: 18px;
	background: url('../img/index_bg.jpg') repeat-y;
	height: 1000px;
}
.intro-text {
	width: 320px;
	font: 300 19px/30px "Open Sans", sans-serif;
	margin: 0px;
}
.introbutton {
	background-color: #666666;
	color: #fff;
	font: 300 25px/0px "Open Sans", sans-serif;
	height: 70px;
	left: 80px;
	padding: 31px 0 0 56px;
	position: relative;
	top: 48px;
	width: 180px;
}
.tabs dd:last-child a {
	margin-left: 110px;
}
.tabs dd:nth-child(2) a {
	margin-left: 56px;
}
.title {
	color: #fff;
	display: inline;
	float: left;
	font: bold 24px/32px "Open Sans", sans-serif;
	padding-left: 10px;
	padding-top: 10px;
	width: 320px;
}
.disclaimer {
	color: #fff;
	font: 300 14px/18px "Open Sans", sans-serif;
	padding-left: 20px;
	padding-top: 97px;
	position: relative;
	float: left;
	text-align: center;
	width: 314px;
}
header {
	height: 110px;
}
.header-left {
	padding-left: 0px;
	width: 130%
}
}
