/*
----------------------------------------------------------------------------
Page
----------------------------------------------------------------------------
*/
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	src: local('Ubuntu'), url(http://fonts.gstatic.com/s/ubuntu/v8/l61wsm10hTEpJuizfs2S_g.woff2) format('woff2');
}
body, button, .button, a, div, h1, h2, h3, h4, h5, h6, li {
	font-family: "Ubuntu", Trebuchet MS, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1rem;
}
h1 {
	font-size:2.15rem;
}
h2 {
	font-size:1.5rem;
}
.row {
    max-width: 60rem;
}
.center {
	margin: 0 auto;
}
i {
	font-size: 1.8rem;
	padding: 0rem 0.7rem;
}

/*
----------------------------------------------------------------------------
Modal
----------------------------------------------------------------------------
*/
.leadmodal {
	background: none;
	border: none;
	box-shadow: none;
}
.modalTitle {
	color: white;
}
/*
----------------------------------------------------------------------------
Button
----------------------------------------------------------------------------
*/
button, .button {
	padding: 0.9375rem 0.5rem;
	width: 100%;
}
/*
----------------------------------------------------------------------------
Alert
----------------------------------------------------------------------------
*/
.alert-box {
	padding: 0rem;
	font-size: 1rem;
}
.alert-dif {
	padding: 0.625rem 0 0.625rem 1.25rem;
}
/*
----------------------------------------------------------------------------
Form
----------------------------------------------------------------------------
*/

/*
----------------------------------------------------------------------------
Spec
----------------------------------------------------------------------------
*/
.border-white {
	border: 3px solid white;
	margin: 0 auto 20px !important;
	padding: 10px 0 0 !important;
}
.leadmodalarow {
	margin: 0 0 10px;
}
.xbig {
	font-size:2.15rem;
}
.big {
	font-size:1.5rem;
}
.medium {
	font-size:1.25rem;
}
.small {
	font-size:1rem;
}
.xsmall {
	font-size:0.75rem;
}
.nb {
	margin-top: -1.25rem;
}
.blue {
	color:#00b3ff;
}
.white {
	color:#fff;
}
.orange {
	color:#FC9F25;
}
button.orange {
	color:#fff;
	background:#FC9F25;
}
button.orange:hover  {
	color:#fff;
	background:#E88709;
}
.vs-text {
	padding: 0.85rem 0px;
	margin: 0px 0px 1.25rem;
}
.tab-title {
	width: 25% !important;
	background: #e88709;
	border-top: 1px solid #E88709 !important;
	border-left: 1px solid white !important;
	border-right: 1px solid white !important;
}
.tab-title i, .tab-title span {
	color: white !important;
}
li.tab-title.active {
	background: white !important;
	border-left: 1px solid #E88709 !important;
	border-right: 1px solid #E88709 !important;
}
.tab-title.active i, .tab-title.active span {
	color: #E88709 !important;
}
.tab-title > a {
  background: none !important;
  font-size: 1.25rem !important;
  height: 46px;
  padding: 0 !important;
  width: 184px;
}
.tab-title-desc {
  padding: 7px 0 0 20px;
}
.deactive {
	background:#F9C893 !important;
	border-top: 1px solid #F9C893 !important;
}
.deactive .tab-title-desc {
  font-size: 1.25rem;
}
.inwork {
  left: 0px;
  position: absolute;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.preloader {
	margin: 0 20px 0 -10px;
}
.bluebg, .bluebg:hover, .bluebg:focus {
    background: #00B3FF;
    color: #fff;
}
.BigButton, .SelectButton {
    font-size: 22px;
    background: #FC9F25 none repeat scroll 0% 0%;
    color: #FEFEFE !important;
    padding: 10px 0;
    width: 80%;
}
.audiosrc {
    float: left;
    text-align: center;
    width: 50%;
    margin-bottom: 20px;
}
