/* ==========================================================================
   Custom styles
   ========================================================================== */
html, body {
	height: 100%;
}
body {
	padding: 100px 0 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-family: 'PT Serif', serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 1.2;
	margin: 0 0 30px;
}
h2 {
	font-family: 'PT Serif', serif;
	font-weight: 700;
	font-size: 46px;
	line-height: 52px;
	color: #0c0e17;
	margin: 0 0 90px;
}
h3 {
	font-family: 'PT Serif', serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 32px;
	color: #0c0e17;
	margin: 0 0 10px;
}
h4 {
	font-family: 'PT Serif', serif;
	font-weight: 700;
	font-size: 29px;
	line-height: 34px;
	color: #e82c32;
	margin: 0 0 26px;
}
h5 {
	font-family: 'GothamProLight';
	font-weight: normal;
	font-size: 18px;
	line-height: 34px;
	color: #0c0e17;
	margin: 0 0 53px;
}
h6 {
	font-family: 'GothamProMedium';
	font-weight: normal;
	font-size: 18px;
	line-height: 34px;
	color: #e82c32;
	margin: 0 0 43px;
}
.lead {
	font-family: 'PT Serif', serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 64px;
	color: #0c0e17;
	margin: 0 0 70px;
}
a, .btn {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* Buttons */
.btn {
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 25px 34px;
}
.btn-lg {
	padding: 25px 60px;
}
.btn-primary {
	background: #212952;
}
.btn-primary:hover {
	background: #2d3769;
}
.btn-danger {
	background: #e82c32;
}
.btn-danger:hover {
	background: #fa353b;
}
#about iframe {
	width: 100%;
	max-width: 800px;
	height: 480px;
}
@media(max-width:640px) {
h1 {
	margin: 0 0 50px!important;
}
h2 {
	margin: 0 0 40px;
}
.lead {
	margin: 0 0 40px;
}
}
/* Main */
#main {
	height: 100%;
}
/* Navbar Brand */
.navbar-brand {
	padding: 0 30px;
	margin: 0!important;
	height: 100px;
}
.navbar-brand:before, .header-social li:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
.navbar-brand img, .header-social a {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.navbar-brand img {
	width: auto;
}
/* Navbar */
.navbar {
	background: #212952;
	min-height: 100px;
	border: none;
}
.navbar .container-fluid {
	padding: 0;
}
.nav {
	border-right: 1px solid #383f64;
	margin: 0;
}
.nav li a {
	font-family: 'GothamProMedium';
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	padding: 40px 42px;
	border-left: 1px solid #383f64;
}
.nav li a:hover, .nav li a:focus {
	background: #2c366a;
	color: #fff;
}
.nav li.active a, .nav li a:hover, .nav li a:focus {
	background: #e82c32;
	color: #fff;
}
.nav li:last-child {
	display: none;
}
.nav li:last-child a {
	background: #e82c32;
}
.nav li:last-child a:hover {
	background: #fa353b;
	color: #fff;
}
.scrolling .nav li:last-child {
	display: block;
}
.navbar .header-info {
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	list-style: none;
	margin: 0 15px 0 0;
	padding: 21px 44px 0;
	color: #fff;
}
.navbar .header-info strong {
	color: #e82c32;
	font-weight: 700;
}
.scrolling .header-info {
	display: none;
}
.header-social {
	float: left;
}
.header-social ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 4px;
}
.header-social ul li {
	float: left;
	padding: 0 10px 0 0;
}
.header-social ul li a {
	font-size: 30px;
	color: #4d5475;
	padding: 0 16px 0 18px;
	text-decoration: none;
}
.header-social ul li a:hover {
	color: #fff;
	opacity: 1;
}
.header-social ul li .fa-facebook:hover {
	color: #3b5998;
}
.header-social ul li .fa-twitter:hover {
	color: #00aced;
}
.header-social ul li .fa-instagram:hover {
	color: #125688;
}
.header-social ul li .fa-vine:hover {
	color: #00bf8f;
}
.header-social .social-share{
	padding:0 0 0 20px;
}
.header-social ul li a.btn-facebook, .header-social ul li a.btn-twitter {
	font-family: 'Open Sans', sans-serif;
	background: #2d609b;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	margin: 0;
	padding: 7px 15px 8px 10px!important;
	text-transform: none;
	letter-spacing: normal;
	opacity:.9;
}
.header-social ul li a.btn-twitter {
	background: #00c3f3;
}
.header-social ul li a:hover{
	opacity:1;
}
.header-social ul li a i {
	margin: 0 4px 0 0;
}
@media(max-width:1480px) {
.nav li a {
	padding-left: 30px;
	padding-right: 30px;
}
}
@media(max-width:1420px) {
.header-social ul li a {
	padding: 0 10px 0 12px;
}
.nav li a {
	padding-left: 25px;
	padding-right: 25px;
}
.navbar .header-info {
	padding: 21px 25px 0;
}
}
@media(max-width:1300px) {
.navbar-brand {
	padding-right: 15px;
}
.header-social ul li a {
	font-size: 24px;
	padding: 0 10px 0 12px;
}
.header-social .social-share{
	padding:0 0 0 10px;
}
.navbar .header-info {
	display: none;
}
}
@media(max-width:1200px) {
.header-social {
	/*display: none;*/
}
}
@media(min-width:1041px) {
.header-social.visible-tab {
	display: none;
}
.header-social ul li {
	height: 100px;
}
}
@media(max-width:1040px) {
body {
	padding-top: 85px;
}
.navbar-brand {
	height: 85px;
}
.navbar {
	min-height: 85px;
}
.navbar-header {
	display: block;
	float: none;
	margin: 0!important;
}
.nav-expander {
	float: right;
	padding: 9px 10px;
	position: relative;
}
.navbar-toggle, .nav-expander {
	display: block;
	margin-right: 20px;
	margin-top: 20px;
	cursor: pointer;
}
.navbar-toggle .icon-bar, .nav-expander .icon-bar {
	background-color: #e82c32;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
	height: 3px;
	width: 29px;
}
.navbar-toggle:hover .icon-bar, .nav-expander:hover .icon-bar {
	background-color: #fa353b;
}
.navbar-collapse {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-toggle .icon-bar + .icon-bar, .nav-expander .icon-bar + .icon-bar {
	margin-top: 8px;
}
body.nav-expanded {
	margin-left: 0;
	overflow: hidden;
	transition: right 0.4s ease-in-out 0s;
	-webkit-transition: right 0.4s ease-in-out 0s;
	-moz-transition: right 0.4s ease-in-out 0s;
	-o-transition: right 0.4s ease-in-out 0s;
}
#main, .navbar {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	width: 100%;
}
.nav-expanded #main, .nav-expanded .navbar {
	margin-left: -79%;
}
.nav-expanded .icon-bar.one, #nav-close .icon-bar.one {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin-top: 13px;
}
.nav-expanded .icon-bar.two, #nav-close .icon-bar.two {
	display: none;
}
.nav-expanded .icon-bar.three, #nav-close .icon-bar.three {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-top: -3px;
}
#navbar {
	height: 100%!important;
	max-height: none;
	overflow: auto!important;
	position: fixed;
	right: -79%;
	font-size: 15px;
	top: 0;
	width: 79%;
	z-index: 2000;
	margin: 0;
	padding: 0;
	background: #2c376a!important;
	transition: right 0.3s ease-in-out 0s;
	-webkit-transition: right 0.3s ease-in-out 0s;
	-moz-transition: right 0.3s ease-in-out 0s;
	-o-transition: right 0.3s ease-in-out 0s;
}
.nav-expanded #navbar {
	right: 0;
}
.navbar-nav {
	float: none!important;
	border: none;
	padding: 0 12%;
}
.navbar-nav li {
	display: block;
	float: none;
}
.navbar-nav li a {
	font-size: 18px;
	padding: 35px 0;
	border: none;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
	background: transparent;
	color: #e82c32;
}
.nav li:last-child {
	display: block;
	padding-top: 35px;
}
.nav li:last-child a {
	font-size: 16px;
	max-width: 200px;
	text-align: center;
	padding: 24px 10px;
}
.header-social {
	display: none;
}
.header-social ul{
	clear: both;
    display: block;
    float: none;
    margin: 0 0 20px;
    overflow: hidden;
}
.header-social.visible-tab {
	display: block;
	float: none;
	padding: 135px 12% 0;
	height: auto;
}
.header-social.visible-tab li a {
	font-size: 30px;
	text-align: center;
	padding: 0 32px;
}
.header-social.visible-tab li:first-child a {
	padding-left: 0;
}
}
@media(min-width:768px) and (max-width:1040px) {
.navbar-nav {
	padding-top: 100px;
}
}
@media(max-width:1040px) {
.header-social .social-share{
	padding:0 0 0 3px;
}
}
@media(max-width:820px) {
#about iframe {
	height: 320px;
}
}
@media(max-width:640px) {
.navbar-nav li a {
	padding: 30px 0;
}
.nav li:last-child {
	padding-top: 25px;
}
.nav li:last-child a {
	padding: 24px 10px;
}
.header-social.visible-tab {
	padding: 60px 12% 0;
}
.header-social.visible-tab li a {
	padding: 0 32px;
}
}
@media(max-width:560px) {
.navbar-brand {
	max-width: 54%;
}
.navbar-brand > img {
	width: 100%;
}
.header-social ul li a {
	font-size: 20px;
	padding: 0 8px 0 10px;
}
.header-social ul.social-share li{
	float:none;
	width:75%;
	margin:0 0 10px;
}
.header-social ul.social-share li a{
	text-align:left;
}
}


@media(max-width:480px) {
body {
	padding-top: 60px;
}
.navbar {
	min-height: 60px;
}
.navbar-brand {
	height: 60px;
}
.navbar-toggle, .nav-expander {
	margin-top: 10px;
}
.navbar-toggle .icon-bar + .icon-bar, .nav-expander .icon-bar + .icon-bar {
	margin-top: 6px;
}
.nav-expanded .icon-bar.three, #nav-close .icon-bar.three {
	margin-top: -3px;
}
.navbar-nav li a {
	padding: 15px 0;
	font-size: 14px;
}
.nav li:last-child {
	padding-top: 25px;
}
.nav li:last-child a {
	padding: 14px 10px;
}
.header-social.visible-tab {
	padding: 30px 12% 0;
}
.header-social.visible-tab li a {
	font-size: 24px;
	padding: 0 20px;
}
.header-social ul.social-share li{
	width:100%;
}
}
@media(max-width:420px) {
.navbar-brand {
	padding-left: 20px;
	padding-right: 10px;
}
.header-social ul li a {
	font-size: 14px;
	padding: 0 6px 0 8px;
}
.navbar-toggle, .nav-expander {
	margin-right: 10px;
}
}
@media(max-width:360px) {
.navbar-nav li a {
	padding: 20px 0;
	font-size: 14px;
}
.nav li:last-child {
	padding-top: 25px;
}
.nav li:last-child a {
	padding: 14px 10px;
}
.header-social.visible-tab {
	padding: 50px 12% 0;
}
.header-social.visible-tab li a {
	font-size: 24px;
	padding: 0 17px;
}
}
/* Jumbotron */
.section.jumbotron {
	background: #1b2246 url(../img/main-bg.png) no-repeat 117% 50%;
	color: #fff;
	margin: 0;
	padding: 0!important;
}
.jumbotron > div {
	padding: 0 125px;
}
.jumbotron h1 {
	margin: 0 0 29px!important;
}
.jumbotron h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 26px;
	line-height: 1.6;
	margin: 0 0 41px;
	color: #fff;
}
.jumbotron p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 34px;
	margin: 0 0 34px;
	max-width: 80%;
}
.jumbotron .btn {
	margin: 70px 0 30px;
}
 @media (min-width:1681px) {
.section.jumbotron {
	background: #1b2246 url(../img/main-bg.png) no-repeat 98% 50%;
}
}
@media (min-width:1801px) {
.section.jumbotron {
	background: #1b2246 url(../img/main-bg.png) no-repeat 92% 50%;
}
}
@media (max-width:960px) {
.section.jumbotron {
	background: #1b2246 url(../img/main-bg.png) no-repeat 50% 50%;
}
.jumbotron > div {
	background: rgba(27,34,70,.8);
}
}
@media (max-width:640px) {
.jumbotron .btn {
	margin: 30px 0;
}
}
/* Sections */
section, .jumbotron {
	display: table;
	width: 100%;
	height: 100%;
}
section > div, .jumbotron > div {
	display: table-cell;
	vertical-align: middle;
	padding-top: 120px;
	padding-bottom: 120px;
}
.jumbotron > div {
	padding-top: 50px;
	padding-bottom: 50px;
}
@media (max-width:640px) {
section > div, .jumbotron > div {
	padding-top: 45px!important;
	padding-bottom: 45px!important;
}
}
/* Our Goal */
.section-goal {
	background: url(../img/bg-02.jpg) no-repeat 100% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 0 100px;
}
.section-goal h5 {
	margin-top: 11px;
}
@media (max-width:991px) {
.section-goal h5 {
	margin-top: 50px;
}
}
/* What you get */
.section-you-get {
	background: url(../img/bg-03.jpg) no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 0 130px;
	color: #fff;
}
.section-you-get h1 {
	margin: 0 0 152px;
}
.section-you-get .text {
	max-width: 85%;
	padding-bottom: 60px;
}
.section-you-get h3 {
	margin: 45px 0 25px;
	color: #fff;
}
.section-you-get p {
	font-family: 'GothamProLight';
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: #d8d8db;
}
 @media (max-width:991px) and (min-width:667px) {
.section-you-get .row {
/*display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-content: flex-start;
	-webkit-align-content: flex-start;
	-moz-align-content: flex-start;
	-ms-align-content: flex-start;*/
}
.section-you-get .text {
	max-width: 95%;
}
}
/* About us */
.section-about {
	background: #f6f7f9;
	display: block;
	height: auto;
}
section.section-about > div {
	display: block;
	padding: 90px 15px 37px;
}
.section-about .col-custom {
	width: 48%;
	margin: 0 auto;
	padding: 0 15px;
}
.section-about h1 {
	margin: 0 0 36px;
}
@media(max-width:1600px) {
.section-about .col-custom {
	width: 58%;
}
}
@media(max-width:1400px) {
.section-about .col-custom {
	width: 65%;
}
}
@media(max-width:1200px) {
.section-about .col-custom {
	width: 80%;
}
}
@media(max-width:991px) {
.section-about .col-custom {
	width: 90%;
}
}
@media(max-width:480px) {
.section-about .col-custom {
	width: 100%;
}
}
/* Join the conversation */
.section-join {
	height: auto;
}
.section-join > div {
	padding-top: 72px;
	padding-bottom: 80px;
}
.section-join h1 {
	margin-bottom: 67px;
}
.form-elements {
	max-width: 1090px;
	margin: 0 auto;
}
.cmtx_approval_box. #cmtx_flag_dialog > div {
 text-align: center;
 color: #0c0e17;
 font-family: "PT Serif", serif;
 font-size: 20px;
 margin: 25px 0;
}
.form-group {
	border: 1px solid #ebedf0;
	position: relative;
	margin: 0;
	/*padding: 0 35px;*/
	float: left;
	height: 81px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.form-group.focused, .form-group.textarea-wrap.focused {
	border: 1px solid #000!important;
}
.form-group.error, .form-group.textarea-wrap.error {
	border: 1px solid #ff4747!important;
}
.form-group.success, .form-group.textarea-wrap.success {
	border-color: #ebedf0!important;
}
.form-group label {
	color: #5d5d62;
	font-family: "GothamProRegular";
	font-size: 10px;
	line-height: 1.5;
	font-weight: normal;
	/* line-height: 30px;*/
	padding: 32px 35px 0;
	float: none!important;
	width: auto!important;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/*white-space:nowrap;*/
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s, color 0.3s;
	transition: transform 0.3s, color 0.3s;
	text-rendering: geometricPrecision;
}
.textarea-wrap label {
	padding: 30px 35px 0;
}
.form-group.focused label, .form-group.has-value label {
	padding-top: 35px;
	color: #5d5d62;
	font-family: "GothamProLight";
	/*font-size: 10px;*/
	font-weight: normal;
	/*-webkit-transform: translate3d(11px, -23px, 0px) scale3d(0.7, 0.7, 1);
	transform: translate3d(11px, -23px, 0px) scale3d(0.7, 0.7, 1) translateZ(1px);*/
	-webkit-transform: translate3d(0, -23px, 0px);
	transform: translate3d(0, -23px, 0px) translateZ(1px);
}
.textarea-wrap.focused label, .textarea-wrap.has-value label {
	padding-top: 53px;
}
.form-group label.error {
	display: none!important;
}
.form-group label span {
	text-transform: none;
}
.form-group.textarea-wrap {
	width: 100%!important;
	float: none;
	height: 274px;
	border-bottom: none;
}
.form-group.textarea-wrap label {
	margin-bottom: 28px;
}
.form-group.textarea-wrap textarea, .form-group .form-control {
	background: transparent;
	resize: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
.form-group.textarea-wrap textarea {
	padding: 73px 35px 0;
	height: 274px;
}
.name-wrap {
	width: 21%;
}
.post-wrap {
	width: 18%;
	padding: 0 31px;
}
#join-conversation .email-wrap {
	padding: 0 31px;
	width: 18%;
}
.post-wrap > div {
	display: table;
	width: 100%;
	height: 79px;
}
.post-wrap .checkbox {
	display: table-cell;
	vertical-align: middle;
}
.location-wrap {
	width: 24%;
}
.file-wrap {
	width: 14%;
}
.name-wrap, .post-wrap, .location-wrap, .file-wrap, #join-conversation .email-wrap {
	border-right: 1px solid transparent;
}
.btn-wrap {
	float: left;
}
.section-join .btn {
	width: 100%;
	height: 81px;
	padding-left: 10px;
	padding-right: 10px;
}
label {
	font-family: 'GothamProLight';
	font-weight: normal;
	font-size: 10px;
	color: #5d5d62;
	text-transform: uppercase;
}
span.required {
	color: #fa4856;
}
.form-control, .textarea-wrap textarea {
	width: 100%!important;
	font-family: 'GothamProRegular';
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #0c0e17;
	border: none;
	padding: 29px 35px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.form-group input.form-control {
	height: 74px;
}
.form-control:focus, .textarea-wrap textarea:focus {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control::-moz-placeholder {
color:#0c0e17;
}
.form-control:-ms-input-placeholder {
color:#0c0e17
}
.form-control::-webkit-input-placeholder {
color:#0c0e17
}
/* Checkbox */
.checkbox {
	padding-left: 20px;
	margin: 0;
}
.checkbox label {
	font-size: 13px;
	line-height: 16px;
	color: #0c0e17;
	text-transform: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 19px;
	padding-top: 0;
	margin: 0;
}
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 23px;
	height: 23px;
	left: 0;
	top: 5px;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 0;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label:hover::before {
	border-color: #000;
}
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 5px;
	margin-left: -18px;
	padding-left: 4px;
	padding-top: 3px;
	font-size: 11px;
	color: #555555;
}
.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
	opacity: 0;
	z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before, .checkbox input[type="radio"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="radio"]:checked + label::after {
	font-family: "FontAwesome";
	content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label, .checkbox input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before, .checkbox input[type="radio"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}
.checkbox.checkbox-inline {
	margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before {
	background-color: #337ab7;
	border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after, .checkbox-primary input[type="radio"]:checked + label::after {
	color: #fff;
}
/* Radio */
.radio {
	padding-left: 20px;
	margin: 0;
}
.radio label {
	font-size: 13px;
	line-height: 16px;
	color: #0c0e17;
	text-transform: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 19px;
	margin: 0;
}
.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 23px;
	height: 23px;
	left: 0;
	top: 5px;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}
.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 11px;
	height: 11px;
	left: 6px;
	top: 11px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
	opacity: 0;
	z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
	cursor: not-allowed;
}
.radio.radio-inline {
	margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
	background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
	border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
	background-color: #337ab7;
}
input[type="checkbox"].styled:checked + label:after, input[type="radio"].styled:checked + label:after {
	font-family: 'FontAwesome';
	content: "\f00c";
	color: #e82c32;
}
input[type="checkbox"] .styled:checked + label::before, input[type="radio"] .styled:checked + label::before {
	color: #fff;
}
input[type="checkbox"] .styled:checked + label::after, input[type="radio"] .styled:checked + label::after {
	color: #fff;
}
/* Typeahead */
.location-wrap {
	padding: 0!important;
	border-right: none;
}
.location-wrap label {
	padding-left: 35px;
}
.typeahead {
	padding-left: 35px;
	padding-right: 35px;
}
.twitter-typeahead {
	width: 100%;
}
.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
	color: #999;
}
.tt-menu {
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	left: -1px!important;
	right: -1px!important;
	margin: 0;
	padding: 8px 0;
}
.tt-suggestion {
	font-family: 'GothamProRegular';
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #0c0e17;
	padding: 3px 35px;
}
.tt-suggestion:hover {
	cursor: pointer;
	color: #e82c32;
}
/* File Input */
.file-wrap {
	padding: 0;
}
.btn-file {
	display: block;
	width: 100%;
	height: 79px;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	background: url(../img/icons/icon-camera.png) no-repeat 50% 50%;
}
.btn-file>input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	/*transform: translate(-300px, 0) scale(4);
	-webkit-transform: translate(-300px, 0) scale(4);
	-moz-transform: translate(-300px, 0) scale(4);*/
	font-size: 23px;
	direction: ltr;
	cursor: pointer;
}
.btn-file span {
	display: none;
}
.fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists {
	display: none;
}
.fileupload-exists .btn-file {
	display: none!important;
	background-image: url(../img/icons/icon-refresh.png);
}
.fileupload-preview {
/*display: none!important;*/
}
.fileupload .close {
	width: 20px;
	height: 20px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 4px;
}
 @media (max-width:991px) {
.form-group label {
	padding-left: 23px;
	padding-right: 23px;
}
.typeahead {
	padding-left: 18px;
	padding-right: 18px;
}
.form-control, .form-group.textarea-wrap textarea, .tt-suggestion {
	padding-left: 23px;
	padding-right: 23px;
}
.location-wrap {
	padding-left: 0;
	padding-right: 0;
}
.location-wrap label {
	padding-left: 22px;
	padding-right: 22px;
}
.file-wrap {
	width: 12%;
}
}
@media(min-width:961px) {
.table-wrap {
	width: 100%;
	display: table;
}
.table-wrap > div {
	display: table-cell!important;
	float: none!important;
	vertical-align: middle;
}
}
@media(max-width:960px) {
.name-wrap {
	width: 30%;
	padding-top: 10px;
}
.post-wrap, #join-conversation .email-wrap {
	width: 25%;
	padding-left: 22px;
	padding-right: 22px;
}
.location-wrap {
	width: 30%;/*padding-top: 10px!important;*/
}
.file-wrap {
	width: 15%;
	border-right: 1px solid #ebedf0;
}
.btn-wrap {
	width: 100%;/*float: none;*/
}
}
@media(max-width:740px) {
.typeahead, .tt-suggestion {
	padding-left: 22px;
	padding-right: 22px;
}
.name-wrap {
	width: 50%;
	padding-top: 10px;
	border-bottom: none;
}
.post-wrap, #join-conversation .email-wrap {
	width: 50%;
	border-right: 1px solid #ebedf0;
	border-bottom: none;
	padding-left: 22px;
	padding-right: 22px;
}
.location-wrap {
	width: 50%;/*padding-top: 10px;*/
}
.file-wrap {
	width: 50%;
}
.btn-wrap {
}
}
@media(max-width:480px) {
.form-group label {
	padding-left: 27px;
	padding-right: 27px;
}
.tt-suggestion {
	padding-left: 22px;
	padding-right: 22px;
}
.form-control, .form-group.textarea-wrap textarea {
	padding-left: 26px;
	padding-right: 26px;
}
.form-group.textarea-wrap {
	padding: 20px 20px 0;
}
.table-wrap > div {
	float: none;
	width: 100%!important;
	padding-left: 23px;
	padding-right: 23px;
	border-bottom: none;
	border-right: 1px solid #ebedf0;
}
.table-wrap .location-wrap {
	padding-left: 0;
	padding-right: 0;
}
.location-wrap label {
	padding-left: 27px;
	padding-right: 27px;
}
.table-wrap .btn-wrap {
	border: none;
	padding-left: 0;
	padding-right: 0;
}
}
.section-blocks {
	padding: 0 125px;
}
.section-blocks > div {
	padding-top: 0;
	padding-bottom: 80px;
}
.block {
	background: #fafbfd;
	/*float: left;*/
	width: 30%;
	margin : 0 1.6% 60px;
}
.block img {
	width: 100%;
}
.block .text {
	padding: 20px 30px;
}
.block h3 {
	font-family: 'GothamProMedium';
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #0c0e17;
	margin: 14px 0 0;
}
.block h5 {
	font-family: 'GothamProLight';
	font-weight: normal;
	font-size: 15px;
	line-height: 30px;
	color: #a2a2a5;
	margin: 0 0 22px;
}
.block p {
	font-family: 'GothamProRegular';
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #a2a2a5;
	margin: 0 0 20px;
}
.block-action {
	overflow: hidden;
	padding: 14px 30px 20px;
}
.block-action a {
	font-family: 'GothamProRegular';
	font-weight: normal;
	font-size: 13px;
	line-height: 28px;
	color: #0c0e17;
	padding: 3px 0 0 37px;
	text-decoration: none;
	position: relative;
}
.block-action a:hover {
	text-decoration: underline;
}
.block-action .replies {
	float: right;
}
.block-action a::before {
	content: "";
	opacity: 0.3;
	left: 0;
	position: absolute;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.block-action a:hover::before {
	opacity: 1;
}
.block-action .replies::before {
	background: url(../img/icons/icon-replies.png) no-repeat 0 0;
	top: 6px;
	width: 19px;
	height: 19px;
}
.block-action .up-vote::before {
	background: url(../img/icons/icon-up.png) no-repeat 0 0;
	top: 1px;
	width: 23px;
	height: 21px;
}
.block-action .down-vote::before {
	background: url(../img/icons/icon-down.png) no-repeat 0 0;
	top: 8px;
	width: 23px;
	height: 21px;
}
.block-action .up-vote {
	float: left;
	padding-right: 29px;
}
.block-action .up-vote.active::before {
	background: url(../img/icons/icon-up-active.png) no-repeat 0 0;
	opacity: 1;
}
.block-action .down-vote {
	float: left;
}
.block-action .down-vote.active::before {
	background: url(../img/icons/icon-down-active.png) no-repeat 0 0;
	opacity: 1;
}
#infscr-loading {
	clear: both;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	color: #0c0e17;
	font-family: "GothamProRegular";
	font-size: 13px;
	font-weight: normal;
	line-height: 28px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#page-nav a {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	background: url(../img/icons/icon-refresh.png) no-repeat 0 0;
}
@media (max-width:1400px) {
.section, .jumbotron > div {
	padding-left: 60px!important;
	padding-right: 60px!important;
}
}
@media (max-width:1200px) {
.section, .jumbotron > div {
	padding-left: 30px!important;
	padding-right: 30px!important;
}
}
@media (max-width:1200px) and (min-width:992px) {
.block .text {
	padding: 20px;
}
.block-action a {
	padding-left: 30px;
}
.block-action .up-vote {
	padding-right: 15px;
}
}
@media (max-width:991px) {
.block {
	width: 46%;
	margin: 0 2% 30px;
}
}
@media (max-width:800px) {
.block {
	width: 100%;
	margin: 0 0 30px;
}
}
@media (max-width:480px) {
h1 {
	font-size: 12vmin!important;
}
}
@media (max-width:420px) {
.section {
	padding-left: 5px!important;
	padding-right: 5px!important;
}
}
@media (max-width:400px) {
.block-action a {
	float: none;
	width: 100%;
	margin: 0 0 7px;
}
}
/* Promo Request */
#promo-request-form .facebook-wrap, #promo-request-form .twitter-wrap {
	width: 100%!important;
}
#promo-request-form .twitter-wrap {
	border-bottom: none;
}
#promo-request-form .email-wrap {
	border-right: 1px solid #ebedf0;
	border-bottom: none;
}
#promo-request-form .btn-wrap {
	width: 100%;
}
/* Show/Hide */
@media(min-width:961px) {
.table-wrap .show-tablet {
	display: none!important;
}
}
@media(max-width:960px) {
.show-tablet {
	display: block;
}
.table-wrap .hide-tablet {
	display: none!important;
}
}
/* Modal */
.modal-backdrop.in {
	background: #fff;
	opacity: .95;
}
.modal-dialog {
	width: 95%;
	max-width: 869px;
}
.modal-content {
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	-moz-box-shadow: 0 10px 40px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 10px 40px rgba(0,0,0,.1);
	box-shadow: 0 10px 40px rgba(0,0,0,.1);
}
.modal-body {
	padding: 0;
}
.split-col {
	background: #fbfcfd;
	overflow: hidden;
}
div[id*="post-reply"] .split-col .col:first-child {
	width: 400px;
}
div[id*="post-reply"] .split-col .col img {
	width: 100%;
}
#post-reply .block-text {
	padding: 0 80px;
}
div[id*="post-reply"] .block-text h3 {
	font-family: 'GothamProMedium';
	font-size: 18px;
	line-height: 1.2;
	font-weight: normal;
	color: #0c0e17;
	margin: 0;
}
div[id*="post-reply"] h5 {
	font-family: 'GothamProLight';
	font-size: 15px;
	font-weight: normal;
	color: #a2a3a5;
	margin: 0 0 5px;
}
div[id*="post-reply"] .block-action {
	padding: 44px 0 0;
}
div[id*="post-reply"] .block-action a {
	padding-right: 29px;
}
div[id*="post-reply"] .block-action .replies {
	float: left;
}
.modal-body .text {
	padding: 45px 51px 32px;
}
.modal-body p {
	font-family: 'GothamProRegular';
	font-size: 16px;
	line-height: 2;
	color: #0c0e17;
}
/* Comments */
#comments {
	background: #fbfcfd;
	padding: 21px 0 13px;
}
.comment {
	padding: 20px 88px 0;
}
.comment .title {
	background: url(../img/icons/icon-reply.png) no-repeat 0 50%;
	padding: 0 0 0 33px;
	font-family: 'GothamProMedium';
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	color: #0c0e17;
	margin: 0 0 14px;
}
.comment p {
	margin: 0 0 19px;
	color: #a2a3a5;
}
/* Submit Video */
.section-video {
	padding-left: 102px;
	padding-right: 102px;
}
.section-video h1 {
	font-size: 46px;
	margin-bottom: 59px;
}
.section-video .lead {
	font-size: 26px;
	line-height: 50px;
	margin-bottom: 61px;
}
.section-video .table-wrap .form-group, .section-video .btn-wrap {
	width: 50%;
	float: left!important;
	display: block!important;/*padding-top: 10px;*/
}
.section-video .table-wrap .location-wrap {
	border-right: 1px solid #ebedf0;
	border-bottom: none;/*padding-top: 10px!important;*/
}
.section-video .table-wrap .name-wrap {
	border-bottom: none;
}
.section-video .table-wrap .email-wrap {
	border-right: none;
}
.section-video .btn-wrap, .section-video .table-wrap .file-wrap {
	width: 25%;
	padding-top: 0;
}
.section-video .btn {
	height: 81px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.section-video .fileupload-exists .btn-file {
	background-image: none;
}
.fileupload-preview {
	display: block!important;
	position: absolute;
	text-align: center;
	width: 96%;
	left: 2%;
	top: 50%;
	margin-top: -10px;
	color: #0c0e17;
	font-family: 'GothamProRegular';
	font-size: 12px;
	text-decoration: underline;
	overflow: hidden;
}
@media(max-width:540px) {
.section-video .table-wrap .file-wrap {
	width: 50%;
}
.section-video .table-wrap .btn-wrap {
	width: 100%;
}
}
@media(max-width:480px) {
.section-video .table-wrap .form-group {
	width: 100%;
}
.section-video .table-wrap .email-wrap {
	border-right: 1px solid #ebedf0;
}
}
/* Modal */
.modal .form-group {
	padding: 0 27px;
	border-left: 1px solid transparent;
	border-right: 1px solid #ebedf0;
}
.modal .name-wrap {
	/*width: 24%;*/
	width: 34%;
}
.modal .email-wrap {
/*width: 24%;*/
}
.modal .post-wrap {
	width: 18%;
}
.modal .textarea-wrap {
	height: 200px;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: none;
	padding: 40px 27px 0;
}
.modal .textarea-wrap textarea {
	height: 160px;
}
.modal .location-wrap {
	/*width: 20%;*/
	width: 33%;
	border-left: none;
}
.modal .tt-menu {
	top: auto!important;
	bottom: 33px;
	border-top: 1px solid #000;
	border-bottom: none;
}
.modal .location-wrap label {
	padding-left: 27px;
	padding-right: 27px;
}
.modal .typeahead {
	padding-left: 27px;
	padding-right: 27px;
}
.modal .tt-suggestion {
	padding-left: 27px;
	padding-right: 27px;
}
.modal .btn-wrap {
	/*width: auto;*/
	width: 33%;
}
.modal .btn-wrap .btn {
	width: 100%;
	height: 81px;
	background-image: url(../img/icons/icon-publish.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
button.close {
	position: absolute;
	right: 31px;
	top: 33px;
	width: 16px;
	height: 16px;
	opacity: 1;
}
button.close:hover {
	opacity: .8;
}
button.close span {
	display: block;
	text-indent: -99px;
	overflow: hidden;
	background: url(../img/icons/icon-close.png) no-repeat 0 0;
}
@media (max-width:991px) {
.modal .form-group {
	padding-left: 15px;
	padding-right: 15px;
}
.modal .location-wrap {
	padding-left: 0;
	padding-right: 0;
}
.modal .location-wrap label, .modal .typeahead, .modal .tt-suggestion {
	padding-left: 23px;
	padding-right: 23px;
}
}
@media(max-width:960px) {
.modal .form-group, .modal .location-wrap {
/*width: 25%;*/
}
.modal .location-wrap {
	border-right: 1px solid transparent;
}
.modal .name-wrap, .modal .email-wrap {
	padding-top: 10px;
}
.modal .location-wrap {
	padding-top: 10px!important;
}
.modal .tt-menu {
/*border-right: 1px solid transparent;*/
}
}
@media(max-width:900px) {
.split-col .col:first-child {
	float: none;
	width: 50%!important;
}
.split-col .col:first-child img {
	width: 100%;
}
#post-reply .block-text {
	padding: 0 10%;
}
}
 @media(max-width:767px) {
.split-col .col {
	float: none;
	width: 100%!important;
}
.split-col .col:first-child img {
	width: 100%;
}
#post-reply .block-text {
	padding: 30px 10%;
}
}
@media(min-width:681px) {
.split-col {
	display: table;
	width: 100%;
}
.split-col .col {
	display: table-cell;
	vertical-align: middle;
}
}
@media(max-width:680px) {
.split-col .col, .split-col .col:first-child {
	width: 100%!important;
}
.split-col .col:first-child img {
	width: 100%;
}
#post-reply .block-text {
	padding: 40px 51px;
}
}
@media(max-width:650px) {
.modal .form-group, .modal .location-wrap {
	width: 50%;
}
.modal .post-wrap, .modal .location-wrap {
	width: 50%;
	border-right: 1px solid transparent;
}
.modal .post-wrap {
	padding-left: 23px;
	padding-right: 23px;
}
.modal .btn-wrap {
	width: 100%;
}
}
 @media(max-width:480px) {
#post-reply .block-text, .modal-body .text {
	padding: 30px;
}
.modal .form-group, .modal .location-wrap {
	width: 100%;
}
.comment {
	padding: 20px 30px 0;
}
}
/* Thank You */
.section-thanks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.section-thanks ul li {
	display: block;
	margin: 0 0 6px;
	padding: 5px 0;
	text-align: center;
	color: #5d5d62;
	font-family: "GothamProMedium";
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	border: 1px solid #ebedf0;
}
/* @FontFace */
@font-face {
	font-family: 'GothamProLight';
	src: url('../fonts/GothamProLight.eot');
	src: url('../fonts/GothamProLight.eot') format('embedded-opentype'), url('../fonts/GothamProLight.woff2') format('woff2'), url('../fonts/GothamProLight.woff') format('woff'), url('../fonts/GothamProLight.ttf') format('truetype'), url('../fonts/GothamProLight.svg#GothamProLight') format('svg');
}
@font-face {
	font-family: 'GothamProRegular';
	src: url('../fonts/GothamProRegular.eot');
	src: url('../fonts/GothamProRegular.eot') format('embedded-opentype'), url('../fonts/GothamProRegular.woff2') format('woff2'), url('../fonts/GothamProRegular.woff') format('woff'), url('../fonts/GothamProRegular.ttf') format('truetype'), url('../fonts/GothamProRegular.svg#GothamProRegular') format('svg');
}
@font-face {
	font-family: 'GothamProMedium';
	src: url('../fonts/GothamProMedium.eot');
	src: url('../fonts/GothamProMedium.eot') format('embedded-opentype'), url('../fonts/GothamProMedium.woff2') format('woff2'), url('../fonts/GothamProMedium.woff') format('woff'), url('../fonts/GothamProMedium.ttf') format('truetype'), url('../fonts/GothamProMedium.svg#GothamProMedium') format('svg');
}
