
body{
	overflow-x: hidden;
	font-family: Roboto Regular;
}
input:-webkit-autofill, textarea:-webkit-autofill{
	 -webkit-box-shadow: 0 0 0 1000px white inset;
}
.main{
	display: block;
}
.main > h3, .main > h5{
	text-align: center;
	margin-bottom: 20px;
}
.main > h5{
	color: #898989;
}
.navbar{
	margin-bottom: 0;
}
.navbar-brand{
	padding: 5px;
}
.navbar-brand img:first-child{
	width: 30%;
}
.navbar-brand img{
	display: inline-block;
}

.navbar-right{
	text-align: right;
	float: none !important;
}
.navbar-right > div {
	display: inline-block;
}
.navbar-right > div > div{
	display: table;
}
.navbar-right > div > div > * {
	display: table-cell;
	vertical-align: middle;
}
.navbar-right p{
	color: #fff;
}

.nav{
	display: table;
}
.nav > *{
	display: table-cell;
	vertical-align: middle;
}

.category{
	background: #fff;
	cursor: pointer;
	text-align: center;
	height: 300px;
	padding-top: 70px;
	border: 5px solid #F1F1F1;
}
.category:hover{
	background: #0071bc;
	color: #fff;
}
.category:hover .two-icon-div > img{
	margin-left: -100%;
}
.category:hover p{
	color: #fff;
}
.category-icon{
	width: 72px;
	display: inline-block;
}
.category p{
	height: 90px;
	padding-top: 15px;
	color: #898989;
}
.two-icon-div{
	overflow: hidden;
}
.two-icon-div > img{
	width: 200%;
}



.secondary {
	display: none;
}
.bg {
	position: absolute;
	width: 100%;
}
.bg > .col-xs-8 {
	min-height: 94vh;
	background: #fff;
}

.secondary .col-xs-4{
	padding-right: 0;
}
.nav-stacked {
	width: 65%;
	float: right;
}
.nav-stacked a{
	color: #000;
}

.stacked-category{
	display: table;
}
.stacked-category > *{
	display: table-cell;
	vertical-align: middle;
}
.tab-icon {
	width: 10%;
}
.tab-name {
	padding-left: 5%;
}

.nav-tabs>li.active>a, .nav-tabs>li:hover>a{
	background-color: #0071bc !important;
	color: #fff !important;
}
.nav-tabs>li.active>a .two-icon-div > img, .nav-tabs>li:hover .two-icon-div > img{
	margin-left: -100%;
}

.tab-content {
	width: 85%;
}

.tab-pane > h4 {
	text-transform: uppercase;
	font-weight: bold;
}
.tab-pane > p {
	text-indent: 50px;
}

.radio-row {
	display: table;
	width: 100%;
}
.radio-row label {
	display: table-cell;
	width: 50%;
}

.radio-image-div {
	overflow: hidden;
	width: 17px;
	display: inline-block;
	vertical-align: middle;
}

.radio-image-div > img {
	width: 300%;
	margin-left: -100%;
}

label > input {
	display: none;
}

.radio-desc {
	display: inline-block;
	vertical-align: middle;
}

label > input:checked + .radio-image-div > img {
	margin-left: 0;
}

.form-group:nth-child(3) {
	margin-bottom: 0;
}
.form-group:last-child > div {
	text-align: right;
}

.form-group textarea {
	resize: none;
	height: 150px;
}
.form-message {
	text-align: left !important;
}

.app-photo-wrapper {
	text-align: center;
	width: 100%;
}
.app-photo {
	text-align: center;
	width: 55%;
	display: inline-block;
}
.app-photo img {
	width: 100%;
}
.google-play {
	width: 87% !important;
}

