@import url(http://fonts.googleapis.com/css?family=Lato:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900);
.lato {
	font-family: 'Lato', sans-serif;
}
.sourceSans {
	font-family: 'Source Sans Pro', sans-serif;
}
.raleWay {
	font-family: 'Raleway', sans-serif;
}
body{
	font-size: 18px;	
	font-family: 'Source Sans Pro', sans-serif;
}
a {
	color: #0D0F42;
}
a:hover, a:active, a:focus {
	color: #31325E;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, a, p {
	font-family: 'Lato', sans-serif;
}
.red {
	color: #CC0000 !important;
}
.darkRed {
	color: #831618 !important;
}
.soip-banner{
	clear: both;
	background-image: url(img/header_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: #7d1617;
}
.soip-banner .container{
}
#opening_video .container, #when-join .container, #youll-receive .container, #testimonials .container, #ctaSection .container {
	padding-top: 80px;
	padding-bottom: 35px;
}
@media (max-width:768px) {
	#testimonials .container {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#testimonials.blackArrowTop .container {
		padding-top: 40px;
	}
}
#ctaSection .container {
	padding-bottom: 115px;
}
.redArrowTop:before {
	content: " ";
	display: block;
	width: 110px;
	height: 52px;
	position: absolute;
	left: 50%;
	margin-left: -55px;
	background-image: url(img/redArrow.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.whiteArrowTop:before {
	content: " ";
	display: block;
	width: 110px;
	height: 52px;
	position: absolute;
	left: 50%;
	margin-left: -55px;
	background-image: url(img/whiteArrow.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.blackArrowTop:before {
	content: " ";
	display: block;
	width: 110px;
	height: 52px;
	position: absolute;
	left: 50%;
	margin-left: -55px;
	background-image: url(img/blackArrow.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.card{
	background-color: #efefef;
	border-radius:12px;
	padding: 3.5% 4%;	
	box-shadow:0 2px 3px rgba(0,0,0,0.11);	
}
.spacer{
	padding-top:2%;
	padding-bottom:2%;	
}
.img-shadowed{
	border:0;
	box-shadow:0 2px 3px rgba(0,0,0,0.4);	
}
.text-orange{
	color:#C69C23;	
}
.text-blue{
	color: #31325E;	
}
.shaded-bg{
	background:#e8e8e8;	
}
@media (max-width:768px) {
	.soip-banner {
		background-position: top left;
	}
}
/* BOOTSTRAP */
.btn-group-hg > .btn, .btn-hg {
    border-radius: 8px;
    font-size: 20px;
    line-height: 1.33333;
    padding: 20px 25px;
}
.btn-success{
	background: #31b730; /* Old browsers */
	background: -moz-linear-gradient(top,  #31325E 0%, #0D0F42 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#31325E), color-stop(100%,#0D0F42)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #31325E 0%,#207730 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #31325E 0%,#0D0F42 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #31325E 0%,#0D0F42 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #31325E 0%,#0D0F42 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31325E', endColorstr='#0D0F42',GradientType=0 ); /* IE6-9 */
	color:white;
	border:1px solid #0D0F42;
}
.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    background-color: #262752;
    border-color: #262752;
    color: #ffffff;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    border-color: #262752;
}

/* Begin Orange Button*/
.btn-orange {
    background-color: #dda32e;
    border: 0 none;
    border-radius: 10px;
    bottom: 0;
    box-shadow: 0 4px 0 #b58118;
    color: white;
    font-size: 21px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}
.btn-orange:hover, .btn-orange:active, .btn-orange:focus, .btn-orange.focus {
    background-color: #b58118;
    color: white !important;
    transition: all 0.2s ease 0s;
}

.btn-orange.btn-lg {
    padding: 10px 43px;
}
.btn-orange.btn-hg {
    padding: 20px 43px;
}
.btn-orange:active {
    bottom: -4px;
}
/*End Orange Button*/


#guarantee {
	background:	url(img/guarantee_bg.png) no-repeat top center #000000;
	background-size:cover;
	color: white;
}
#guarantee .container {
	padding-top: 90px;
	padding-bottom: 35px;
}
#guarantee h2 {
	color: white;
}
ul.smallClocks, ul.smallStars {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.smallClocks li {
    background-image: url("img/clockIcon.png");
    background-position: left top;
    background-repeat: no-repeat;
    /*line-height: 21px;*/
    list-style: none;
    margin-bottom: 0;
    margin-left: 20px;
    min-height: 2em;
    padding-bottom: 20px;
    padding-left: 40px;
	margin: 0px 0px 4px 0px;
	/*line-height: 18px;*/
}
ul.smallStars li {
    background-image: url("img/starIcon.png");
    background-position: left top;
    background-repeat: no-repeat;
    /*line-height: 21px;*/
    list-style: none;
    margin-bottom: 0;
    margin-left: 20px;
    min-height: 2em;
    padding-bottom: 20px;
    padding-left: 40px;
	margin: 0px 0px 4px 0px;
}
.goldDashFrame {
	width: 760px;
	margin: 0px auto;
	max-width: 100%;
}
.goldDash {
	border: dashed 7px #dda32e;
	padding: 20px;
}
@media (max-width:768px) {
	.goldDash {
		border: dashed 5px #dda32e;
		padding: 15px;
	}
}
/* END BOOTSTRAP */

#footer, #footer a{
    background-color: #060606;
    color: #ffffff;
    font-family: "Trajan Pro","TrajanPro",Arial,sans-serif;
}
#footer p {
    font-family: "Trajan Pro","TrajanPro",Arial,sans-serif;
}
#footer a {
    color: #cccccc;
    padding: 0.6em;
    text-decoration: none;
}
#footer a:hover {
    background: none repeat scroll 0 0 #ffffff;
    color: #000000;
    padding-bottom: 1px;
    text-decoration: none;
}
.copyright {
    font-size: 12px;
    line-height: 26px;
    padding: 10px 0;
    text-align: center;
}
.footerSocial {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0;
    text-align: center;
}
.footerSocial #join {
    vertical-align: text-top;
}
#footer .footerSocial a {
    padding-bottom: 4px;
}
#footer .footerSocial a:hover {
    padding-bottom: 3px;
}
.disclaimer {
    color: #cccccc;
    font-size: 11px;
    line-height: 14px;
    padding: 10px 0;
    text-align: center;
}
.disclaimer sup {
    font-size: 7px;
}
#footer .nav-tabs > li, .nav-pills > li {
    display: inline-block;
    float: none;
}
@media (min-width:768px) {
	.container {
		width: 750px
	}
}
@media (min-width:992px) {
	.container {
		width: 880px
	}
}
@media (min-width:1200px) {
	.container {
		/*width: 1170px;*/
		width: 880px
	}
}
.padding0 {
	padding: 0px !important;
}
.padding0t {
	padding-top: 0px !important;
}
.padding0b {
	padding-bottom: 0px !important;
}
.padding5 {
	padding: 5px !important;
}
.padding5t {
	padding-top: 5px !important;
}
.padding5b {
	padding-bottom: 5px !important;
}
.padding10 {
	padding: 10px !important;
}
.padding10t {
	padding-top: 10px !important;
}
.padding10b {
	padding-bottom: 10px !important;
}
.nomargin {
	margin: 0px !important;
}
.nomargin-t {
	margin-top: 0px !important;
}
.nomargin-b {
	margin-bottom: 0px !important;
}
.font08 {
	font-size: 8px !important;
}
.font09 {
	font-size: 9px !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font31 {
	font-size: 31px !important;
}
.font32 {
	font-size: 32px !important;
}
.font33 {
	font-size: 33px !important;
}
.font34 {
	font-size: 34px !important;
}
.font35 {
	font-size: 35px !important;
}
.font36 {
	font-size: 36px !important;
}
.font37 {
	font-size: 37px !important;
}
.font38 {
	font-size: 38px !important;
}
.font39 {
	font-size: 39px !important;
}
.font40 {
	font-size: 40px !important;
}
.font41 {
	font-size: 41px !important;
}
.font42 {
	font-size: 42px !important;
}
.font43 {
	font-size: 43px !important;
}
.font44 {
	font-size: 44px !important;
}
.font45 {
	font-size: 45px !important;
}
.font46 {
	font-size: 46px !important;
}
.font47 {
	font-size: 47px !important;
}
.font48 {
	font-size: 48px !important;
}
.font49 {
	font-size: 49px !important;
}
.font50 {
	font-size: 50px !important;
}
.line08 {
	line-height: 8px !important;
}
.line09 {
	line-height: 9px !important;
}
.line10 {
	line-height: 10px !important;
}
.line11 {
	line-height: 11px !important;
}
.line12 {
	line-height: 12px !important;
}
.line13 {
	line-height: 13px !important;
}
.line14 {
	line-height: 14px !important;
}
.line15 {
	line-height: 15px !important;
}
.line16 {
	line-height: 16px !important;
}
.line17 {
	line-height: 17px !important;
}
.line18 {
	line-height: 18px !important;
}
.line19 {
	line-height: 19px !important;
}
.line20 {
	line-height: 20px !important;
}
.line21 {
	line-height: 21px !important;
}
.line22 {
	line-height: 22px !important;
}
.line23 {
	line-height: 23px !important;
}
.line24 {
	line-height: 24px !important;
}
.line25 {
	line-height: 25px !important;
}
.line26 {
	line-height: 26px !important;
}
.line27 {
	line-height: 27px !important;
}
.line28 {
	line-height: 28px !important;
}
.line29 {
	line-height: 29px !important;
}
.line30 {
	line-height: 30px !important;
}
.line31 {
	line-height: 31px !important;
}
.line32 {
	line-height: 32px !important;
}
.line33 {
	line-height: 33px !important;
}
.line34 {
	line-height: 34px !important;
}
.line35 {
	line-height: 35px !important;
}
.line36 {
	line-height: 36px !important;
}
.line37 {
	line-height: 37px !important;
}
.line38 {
	line-height: 38px !important;
}
.line39 {
	line-height: 39px !important;
}
.line40 {
	line-height: 40px !important;
}
.line41 {
	line-height: 41px !important;
}
.line42 {
	line-height: 42px !important;
}
.line43 {
	line-height: 43px !important;
}
.line44 {
	line-height: 44px !important;
}
.line45 {
	line-height: 45px !important;
}
.line46 {
	line-height: 46px !important;
}
.line47 {
	line-height: 47px !important;
}
.line48 {
	line-height: 48px !important;
}
.line49 {
	line-height: 49px !important;
}
.line50 {
	line-height: 50px !important;
}
.weight300 {
	font-weight: 300 !important;
}
.weight400 {
	font-weight: 400 !important;
}
.weight600 {
	font-weight: 600 !important;
}
.weight700 {
	font-weight: 700 !important;
}
.weight800 {
	font-weight: 800 !important;
}
.weight900 {
	font-weight: 900 !important;
}
@media (max-width: 400px) {
	#footer .nav-pills > li {
		display: block;
		width: 100%;
	}
	#footer .nav-pills a {
		padding-bottom: 0.6em;
		padding-top: 0.6em;
	}
}
.faq {
    padding: 4% 0 0;
}
.faq .panel-heading {
	padding: 15px;
}