@font-face {
	font-family: 'HelveticaNeue';
	src: url('/stylesheets/HelveticaNeue.otf');
	font-weight: 300;
}

@font-face {
	font-family: 'HelveticaNeueLight';
	src: url('/stylesheets/HelveticaNeueLTPro-Lt.otf');
	font-weight: 300;
}
@font-face {
	font-family: 'HelveticaNeueBold';
	src: url('/stylesheets/HelveticaNeueLTPro-Bd.otf');
	font-weight: 700;
}

@font-face {
	font-family: 'HelveticaNeueCondensedBold';
	src: url('/stylesheets/HelveticaNeue-CondensedBold.otf');
	font-weight: 700;
}

@font-face {
	font-family: 'Avenir-Black';
	src: url('/stylesheets/AvenirLTStd-Black.otf');
	font-weight: 700;
}

@font-face {
	font-family: 'Avenir-Book';
	src: url('/stylesheets/AvenirLTStd-Book.otf');
	font-weight: 300;
}

@font-face {
	font-family: 'Avenir-Medium';
	src: url('/stylesheets/AvenirLTStd-Medium.otf');
	font-weight: 400;
}

body {
  font-family: 'HelveticaNeueLight', sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  background-color: #FF2b1F;
  color: rgba(255,255,255,1);
}

.page-footer {
	margin-top: 60px;
}

.footer-right li {
	list-style-type: none;
}

.footer-right ul {
	margin-bottom: 0;
	padding: 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #fff;
}

.top-banner {
	background-color: #F05632;
	padding: 15px 0;
	color: #fff;
	font-size: 20px;
}

.center-text {
	text-align: center;
}

.main {
	margin: 30px 0;
}

.main-text {
	padding: 30px 15px;
	/*max-width: 300px;*/
}

.header {
	padding-top: 30px;
}

.images a img {
	padding: 0 15px;
	filter: brightness(0) invert(1);
}

.after-load {
	display: none;
}

.before-load {
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	width: 391px;
	height: 600px;
}

.logo {
	height: auto;
	width: 80px;
	max-width: 100%;
}

.clickable {
	cursor: pointer;
	cursor: hand;
}

.device {
	max-width: 100%;
	margin-bottom: 45px;
	max-height: 450px;
}

.tw-title {
	font-size: 40px;
    text-align: left;
	font-family: 'Avenir-Black', 'HelveticaNeueLTPro-Bd', sans-serif;
	font-weight: bold;
	white-space: nowrap;
}

.plus {
	padding-right: 10px;
	width: 35px;
	height: auto;
	margin-bottom: 5px;
}


.tw-subtitle {
	font-family: 'Avenir-Book';
	font-size: 20px;
	max-width: 400px;
	padding: 30px 0;
	padding-top: 15px;
	text-align: left;
	margin: 0 auto;
}

.modal-dialog {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 650px;
    margin: auto;
}

#videoModal .modal-dialog {
	width: 800px;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

#videoContent {
	border-radius: 8px;
	height: 450px;
	background-color: transparent;
}

#videoContent video {
	/*background: transparent no-repeat url('/images/placeholder.png');
	background-size: cover;*/
	border-radius: 6px;
	width: 800px;
	height: 450px;
}

.x {
	position: absolute;
    top: -30px;
    right: -30px;
    width: 20px;
    height: 20px;
    opacity: 0.75;
}

.tw-buttons {
	margin: 10px 0 30px;
}

.tw-buttons > a > img {
	transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	width: calc(50% - 30px);
	max-width: 100%;
	height: auto;
	border-radius: 6px;
	margin: 15px;
}
.tw-buttons > a > img:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.23);
}

.modal-content {
	box-shadow: none !important;
	border: none !important;
}

video {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.fullscreen-player {
	width: 100%;
	height: 100%;
	background-color: #000;
}

.footer {
/*	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;*/
	clear: both;
	background-color: rgba(39,113,36,1);
	padding: 30px;
}

.footer .footer-left {
	display: inline-block;
}

.footer .footer-left > * {
	display: inline-block;
	padding: 0px 8px;
}

.footer .footer-right {
	float: right;
}

.footer .footer-right li {
	display: inline-block;
	padding: 0px 8px;
}

.translucent {
	color: rgba(255,255,255,0.5);
}

.modal-overflow {
	position: relative;
	height: 600px;
	overflow: hidden;
}
.modal-inner {
	overflow-y: scroll;
	height: 100%;
	color: #333;
	padding: 30px;
}

.section-title {
	font-size: 40px;
	font-weight: bold;
}

.section-subtitle {
	font-size: 24px;
	margin: 15px 0;
}

.section-text {
	text-align: justify;
	margin-bottom: 15px;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
}

.bold {
	font-weight: 700;
}

.disclaimer-wrapper {
	background-color: rgba(0,0,0,0.1);
	padding:45px;
	border-radius:6px;
}

.privacy {
	background-color: #1B1B1D;
	font-family: 'Avenir-Book';
	font-size: 16px;
}

.privacy h1 {
	padding-top: 60px;
	padding-bottom: 30px;
	text-align: center;
	font-family: 'Avenir-Black';
	font-weight: 700;
}

.privacy h3 {
	padding-bottom: 15px;
	font-family: 'Avenir-Medium';
}

.trending-news {
	font-family: Avenir-Black;
	font-size: 32px;
	color: #FFFFFF;
	letter-spacing: 0px;
    margin-top: 100px;
}

.trending-videos {
	position: relative;
    margin: 0 auto;
    text-align: center;
}

.reporters {
	width: 100%;
    position: absolute;
    margin-top: -3%;
}

.bot-icons {
	margin-top: 25px;
	z-index: 10;
}

.index-press {
	z-index: 10;
	margin-top: 7px;
}

.index-press a {
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

.index-press a:hover {
	opacity: 1;
}

.logoAndKittens {
	display: inline-block;
	position: relative;
}

.kitten {
	display: none;
	top: 69%;
    position: absolute;
    left: -12%;
    z-index: -1;
    width: 30%;
}

.press-link:hover {
    opacity: 1;
}

/*press page css*/

.press-title {
    margin-top: 30px;
    font-family: Avenir-Black;
    font-size: 53px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.press-title-text {
    margin-bottom: 30px;
    opacity: 0.64;
    font-family: Avenir-Book;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.press-main {
    background: #FFFFFF;
}

.press-section-name {
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: Avenir-Black;
    font-size: 32px;
    color: #1D1D1F;
    letter-spacing: 0;
}

.press-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.press-img-wrapper {
    display: inline-block;
}

.press-img-wrapper:hover {
    background: #000000; 
}

.press-img-wrapper:hover > .press-image {
    opacity: 0.25;
}

.press-img-wrapper:hover > .press-download {
    display: block;
}

.image-download {
    display: none;
}

.press-download {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    cursor: pointer;
}

.logo-outer {
    height: 425px;
}

.logo-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.press-item-name {
    font-family: Avenir-Medium;
    font-size: 16px;
    color: #1D1D1F;
    letter-spacing: 0;
}

.press-size {
    font-family: Avenir-Book;
    font-size: 16px;
    color: #1D1D1F;
    letter-spacing: 0;
}

.press-facebook {
    margin-right: 25px;
}

.press-icons {
    margin-top: 100px;
}

.press-bot {
    padding-bottom: 30px;
    margin-top: 10px;
    opacity: 0.64;
    font-family: Avenir-Book;
    font-size: 16px;
    color: #1D1D1F;
    letter-spacing: 0;
}

/**/


@media (min-width: 992px) {
	.device {
		margin-left: 15px;
	}

	.main-text {
		padding-top: 90px;
		margin-right: 15px;
		float: right;
	}

	.app-btn {
		float: left;
	}

	.main {
		padding-top: 30px;
	}

	.images a img{
		-moz-filter: brightness(0) invert(1);
		-webkit-filter: brightness(0) invert(1);
		opacity: 0.33;

		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;

		-webkit-transition-timing-function: cubic-bezier(0,.91,.44,1);
		transition-timing-function: cubic-bezier(0,.91,.44,1);
		-moz-transition-timing-function: cubic-bezier(0,.91,.44,1);
	}

	.images a img:hover {
		filter: brightness(1);
		-moz-filter: brightness(1);
		-webkit-filter: brightness(1);
		opacity: 1;
	}
}

@media (max-width: 991px) {
	.main-text {
		margin: 0 auto;
	}

	.col-md-6 {
		text-align: center;
	}
	.tw-title {
    	text-align: center;
	}
	.tw-subtitle {
		text-align: center;
	}
}

@media (max-width: 360px) {
	.tw-title {
		margin-left: -15px;
	}
}

@media (min-height: 790px) and (min-width: 992px) {
	.images {
		left: 0;
		right: 0;
		bottom: 30px;
	}
}

*[placeholder]{

	color:rgba(114,114,114,0.5);
}
::-webkit-input-placeholder {
	color:rgba(114,114,114,0.5);
}

:-moz-placeholder { /* Firefox 18- */
	color:rgba(114,114,114,0.5);
}

::-moz-placeholder {  /* Firefox 19+ */
	color:rgba(114,114,114,0.5);
}

:-ms-input-placeholder {
	color:rgba(114,114,114,0.5);
}