<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Template: Mandarina Landing page
Version 1.0
Author: Laura AgustÃ­
Author URL: http://www.lauraagusti.com/
 Tempplate URL: http://mildthemes.com/templates/mandarina/
*/

@charset "utf-8";

/* CSS Document */

/* General */

::selection {
	background-color: #27AE60;
	color: white;
}

::-moz-selection {
	background-color: #27AE60;
	color: white;
}

body {
	margin: 0;
	min-width: 960px;
	padding: 0;
}

blockquote, p {
	margin: 0;
	color: #9D9D9D;
	line-height: 180%;
}

blockquote {
	margin: 20px 0;
	padding: 0 20px;
	border-left: 4px solid #E0E0E0;
}

blockquote.big {
	margin: 20px 60px;
	font-size: 22px;
	color: #5F5F5F;
	font-style: italic;
	border-left: none;
}

blockquote, p, ul {
	font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust: 0.488;
	font-weight: 300;
	font-style: normal;
}

a, a:visited {
	color: #C8503E;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img, img a {
	border: 0;
}

#contact iframe {
	width: 95%;
	margin-top: 20px;
	border: none;
}

strong {
	font-weight: bolder;
}

i {
	font-style: italic;
	line-height: 180%;
}

h1, #pixels {
	font-family: 'Roboto', Verdana, serif;
	font-size-adjust: 0.40;
	font-weight: 700;
	font-style: normal;
}

h2 {
	font-family: 'Roboto', Verdana, sans-serif;
	font-size: 36px;
	font-weight: 400;
	font-style: normal;
}

h3 {
	font-family: 'Roboto', Verdana, sans-serif;
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	color: #3E3E3E;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
	margin: 0 auto;
}

* {
	/*-webkit-transition: all 0.2s ease;*/
}

/* Header */

header {
	border-bottom: 1px solid #E0E0E0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	margin: 0;
	background-color: white;
}

.logo {
	background: url(http://newslab.ru/images/new_logo.png) no-repeat;
	background-size: 100%;
	width: 250px;
	height: 45px;
	float: left;
	background-size: auto;
	margin-top: 27px;
}

#menu {
	background: url(../images/menu.png) no-repeat;
	float: right;
	width: 50px;
	height: 50px;
	padding: 25px 0 0;
	display: none;
	background-size: 50px auto;
	background-position: right top;
	margin-top: 25px;
	position: absolute;
	right: 10px;
}

.menu {
	display: none;
	margin-top: 70px;
	position: absolute;
	right: 10px;
	z-index: -1;
}

ul.menu {
	background-color: white;
	border-radius: 5px;
	padding: 0 15px 15px;
	border: 1px solid #E0E0E0;
	width: 200px;
	display: none;
}

ul.menu li {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #E0E0E0;
	text-align: center;
}

ul.menu li a {
	color: #9D9D9D;
	text-decoration: none;
	display: block;
}

ul.menu li a:hover {
	color: #C8503E;
	text-decoration: none;
}

#nav {
	list-style: none;
	float: right;
	padding: 20px 0;
	margin: 10px 0px;
}

#nav li {
	margin: 0 20px 0;
	display: inline;
}

#nav li a {
	text-decoration: none;
	color: #9D9D9D;
	padding-bottom: 3px;
	font-size: 17px;
}

#nav li a:hover {
	border-bottom: 2px solid #C8503E;
}

#nav li a.selected {
	border-bottom: 2px solid #C8503E;
}

/* Content */

#overview .wrapper, #features .wrapper, #more-features .wrapper, #testimonials .wrapper, #pricing .wrapper, #contact .wrapper {
	/*padding: 20px 0;*/
}

.wrapper {
	margin: 0 auto;
	/*min-width: 960px;*/
	/*width: 960px;*/
    max-width: 960px;
	position: relative;
}

.top-wrapper {
	margin: 0 auto;
	/*min-width: 960px;*/
	/*width: 960px;*/
    max-width: 960px;
	position: relative;
	margin-top: 120px;
}

.column {
	width: 28%;
	margin: 20px 2.5%;
	float: left;
	text-align: center;
}

.left-box {
	float: left;
	margin: 0 0 0 20px;
}

.right-box {
	float: right;
	margin: 0 20px 0 0;
}

.wrapper .left-box, .wrapper .right-box {
	padding: 0;
	position: relative;
	width: 45%;
	text-align: justify;
}

/* Intro */



#intro {
	background: url(../images/slider1.jpg) no-repeat fixed;
	background-size: 100%;
	width: 100%;
	color: white;
	margin: 0px auto;
	padding: 0;
	overflow: hidden;
	background-color: black;
	position: relative;
}

.grid {
	background: url(../images/grids/grid2.png) repeat;
	opacity: 0.8;
	top: 0px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 650px;
	position: absolute;
}

.intro-wrapper {
	width: 100%;
	margin-top: 150px;
	margin-bottom: 50px;
}

#intro iframe {
	margin: 0px 50px 20px 0;
	float: left;
	text-align: left;
	border: none;
}


.intro-text {
	/*margin: 30px auto;
	min-width: 960px;
	width: 960px;
	height:100%;
	position:relative;*/
}

.intro-text p {
	font-size: 20px;
	line-height: 130%;
	color: white;
	margin: 10px 0;
	text-shadow: 0 0 10px rgba(50, 50, 50, 0.7);
}

/* Overview */

#overview {
	color: #C8503E;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	/*border-bottom:1px solid #E0E0E0;*/
	text-align: center;
	padding-bottom: 30px;
}

/* Gallery */


#gallery {
	width: 100%;
	margin: 0 auto;
	display: block;
}


.gallery-item {
	float: left;
	width: 150px;
	height: auto;
	margin: 5px;
}

.gallery-item img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	z-index: 99999;
}

#lightbox p {
	color: white;
	margin-right: 20px;
	margin-top: 10px;
	font-size: 12px;
	cursor: pointer;
	display: inline-block;
	background-color: rgba(66,66,66,0.65);
	padding: 5px 10px 4px;
	border-radius: 5px;
}

#lightbox img {
	margin-top: 10px;
	box-shadow: 0 0 25px #111;
	-webkit-box-shadow: 0 0 25px #111;
	-moz-box-shadow: 0 0 25px #111;
	max-width: 940px;
	width: auto;
}

/* Features */

#features {
	background-color: #f2f2f2;
	color: #C8503E;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid #E0E0E0;
	text-align: center;
	padding-bottom: 30px;
}

.featured-1 {
	background-image: url('../images/camera.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 108px;
	height: 102px;
	margin: 0 auto;
}

.featured-2 {
	background-image: url('../images/upload.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 108px;
	height: 102px;
	margin: 0 auto;
}

.featured-3 {
	background-image: url('../images/competition.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 108px;
	height: 102px;
	margin: 0 auto;
}

/* More features */

#more-features {
	color: #C8503E;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid #E0E0E0;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

ul.content {
	margin: 10px 0;
	color: #9D9D9D;
	line-height: 180%;
	padding: 0px;
}

ul.content li {
	list-style-type: none;
	background-image: url('../images/check-grey.png');
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

#go {
	background-color: white;
	height: auto;
	margin: 60px auto 50px;
	text-align: center;
	color: #C8503E;
	padding-bottom: 30px;
}

/* Contact */

#contact {
	background-color: white;
	height: auto;
	margin: 0 auto;
	text-align: center;
	color: #C8503E;
	padding-bottom: 30px;
}

form#contact-form input, form#contact-form textarea {
	margin-top: 20px;
	background-color: #E0E0E0;
	padding: 15px;
	border-radius: 3px;
	border: none;
	display: block;
	font-size: 16px;
	color: #6C6C6C;
	width: 90%;
}

form#contact-form textarea {
	height: 50px;
}

form#contact-form input#submit-contact {
	margin-top: 10px;
	background-color: #C8503E;
	padding: 15px;
	border-radius: 3px;
	border: none;
	display: block;
	width: auto;
	font-size: 18px;
	color: white;
	margin: 20px auto 0;
	cursor: pointer;
}

form#contact-form input#submit-contact:hover {
	background-color: #D5832C;
}

/* Footer */

footer {
	background: url(../images/footer.jpg) 50% 0 repeat fixed;
	background-color: black;
	height: auto;
	background-size: cover;
	text-align: center;
	padding-bottom: 0px;
    margin-bottom: 0px;
    
}


    footer .wrapper {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
footer p {
	color: white;
}

ul.social {
	margin: 0px auto;
	width: auto;
	padding: 25px 0 10px;
}

ul.social li {
	display: inline;
	list-style: none;
	margin: 0 5px;
}

/* Images */

img.iphone {
	margin: -30px 100px 0 0;
	float: left;
}

/* Tabs */

#tabs ul {
	padding: 0;
	margin: 0;
	width: 100%;
}


#tabs div {
	clear: both;
	border-bottom: 1px solid #E0E0E0;
	padding: 20px;
	text-align: left;
}

#tabs ul li {
	display: block;
	padding: 8px;
	float: left;
	border: 1px solid #E0E0E0;
	border-radius: 6px 6px 0 0;
	background-color: #f2f2f2;
}

.content {
	font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust: 0.488;
	font-weight: 300;
	font-style: normal;
	line-height: 180%;
}

.content li {
	text-align: left;
	color: #9D9D9D;
}

.content h4 {
	color: #9D9D9D;
	text-align: left;
	margin: 25px 0px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	font-weight: bolder;
	background-color: white !important;
	border-bottom: none !important;
}

.ui-state-active {
	background-color: white;
}

#tabs ul li a {
	text-decoration: none;
	color: #C8503E;
	padding: 5px 10px;
}

#tabs ul li:focus, #tabs ul li a:focus {
	outline: none;
}

/* Buttons */

.button {
	font-family: "Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	background-color: #9D9D9D;
	font-size: 16px;
	padding: 15px 22px;
	width: auto;
	border-radius: 3px;
	margin: 10px 5px 0;
	text-align: center;
	color: white;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
}

a.big {
	font-size: 23px;
	padding: 20px 25px;
}

.button:hover {
	background-color: #D5832C;
	color: white;
}

.green {
	background-color: #27AE60;
}

.red {
	background-color: #C8503E;
}

/*html,
body {
    height: 100%;
}*/
/* Wrapper for page content to push down footer */
/*#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -120px;
    background: url(../images/slider1.jpg) no-repeat fixed;
    -moz-background-size: 100%; /* Firefox 3.6+ */
/* -webkit-background-size: 100%; /* Safari 3.1+ Ð¸ Chrome 4.0+ */
/* -o-background-size: 100%; /* Opera 9.6+ */
/* background-size: 100%; /* Ð¡Ð¾Ð²Ñ€ÐµÐ¼ÐµÐ½Ð½Ñ‹Ðµ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ñ‹ */
/* background-color: black;
   /* background-position: 0 85px;
}*/

/*#push {
    height: 120px;
}*/

#footer {
	height: 160px;
	position: relative;
}

#progress, #progress2 {
	margin-top: 20px;
}

#files {
	margin-top: 10px;
}

input#retry {
	background-color: #C8503E;
	padding: 15px;
	border-radius: 3px;
	border: 1px solid #C8604E;
	display: inline-block;
	font-size: 16px;
	width: auto;
	color: white;
	cursor: pointer;
	margin-left: 20px;
}

input#retry:hover {
	background-color: #B8402E;
	border: 1px solid #A8301E;
}

input#publish, input#save {
	background-color: #27AE60;
	border: 1px solid #4CAE4C;
	padding: 15px;
	border-radius: 3px;
	display: inline-block;
	font-size: 16px;
	width: auto;
	color: white;
	cursor: pointer;
}

input#publish:hover, input#save:hover {
	background-color: #47a447;
	border: 1px solid #398439;
}

video {
	border: 3px solid rgba(150, 150, 150, 0.25);
	margin-bottom: 10px;
}

#player {
	margin: 0 auto;
    max-width: 720px;
    width: 100%;
}

#player video {
	width: 100%;
}

.sort-type {
	margin: 20px 15px;
	text-align: right;
	height: 40px;
}

.sort-type a {
	text-decoration: none;
}

.sort-type ul {
	/*float: right;*/
}

.sort-type .nav-pills &gt; li.active &gt; a, .sort-type .nav-pills &gt; li.active &gt; a:hover, .sort-type .nav-pills &gt; li.active &gt; a:focus {
	background-color: #27AE60;
}

#video-list {
	width: 100%;
	margin: 0 auto;
	display: block;
	height: auto;
	clear: both;
}

#video-list .video-minitumb {
	/*margin: 5px;*/
	position: relative;
	/*margin-bottom: 30px;*/
	margin: 0 auto;
	max-width: 270px;
	box-shadow: 2px 2px 5px rgba(150, 150, 150, 0.5);
}

#video-list .thumbnail-container {
	margin-bottom: 30px;
}

#video-list .video-minitumb span {
	color: #5F5F5F;
}

#video-list .video-minitumb .title {
	height: 45px;
	overflow: hidden;
	color: #C8503E;
	font-size: 15px;
}


#video-list .video-minitumb a {
	display: block;
	opacity: 0.7;
}

#video-list .video-minitumb a:hover {
	opacity: 1;
}

#video-list .video-minitumb i {
	background-image: url("../images/video-play.png");
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 202px;
	display: block;
	top: 0px;
	left: 0px;
}

#video-list .video-minitumb i:hover {
	background-image: url("../images/video-play-hover.png");
}

#video-list .video-minitumb img {
	width: 100%;
}

.back_video {
	text-decoration: none;
	line-height: inherit;
}

.back_video:hover {
	text-decoration: underline;
}

.breadcrumbs {
	text-align: left;
}

.video-screen {
}

.video-screen .author {
	color: #9D9D9D;
	margin: 5px 0px;
}

.video-screen .author span {
	font-weight: bold;
}

.ugauga {
	font-size: 12px;
	margin: 20px;
}

#steps {
	list-style: none;
	height: 70px;
	text-align: center;
	margin: 0px auto;
	padding: 15px 0px;
}

#steps li {
	display: inline-table;
	height: 70px;
	margin: 0 1.5%;
	width: 30%;
	background-color: #8D8B8C;
	color: white;
	border-radius: 6px;
	padding: 15px;
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	-webkit-box-shadow: 0px 0px 20px 0px #BABABA;
	box-shadow: 0px 0px 20px 0px #BABABA;
}

#steps li span {
	display: block;
	clear: both;
	font-size: 14px;
	font-weight: normal;
}

#steps li.current {
	background-color: #ECB083;
}

label.error {
	display: block;
}

form#mainForm {
	margin: 0 auto;
	text-align: center;
	/*width: 600px;*/
	margin-top: 50px;
}

form#mainForm input[type="text"], form#mainForm input[type="email"] {
	margin-top: 20px;
	background-color: #E0E0E0;
	padding: 15px;
	border-radius: 3px;
	border: none;
	display: inline-block;
	font-size: 16px;
	width: 100%;
	color: #6C6C6C;
	margin: 3px;
	max-width: 500px;
}

form#mainForm input[type="text"]:focus, form#mainForm input[type="email"]:focus {
	border: 3px solid #4CAE4C;
	margin: 0;
}

form#mainForm input, .fileinput-button, form#mainForm input {
	margin: 3px;
}

form#mainForm ol {
	padding-left: 0;
	list-style-type: none;
}

form#mainForm li {
	text-align: center;
	margin-bottom: 20px;
}

form#mainForm .upload-btn {
	font-size: 16px;
	line-height: 1em;
}

form#mainForm input#create {
	background-color: #C8503E;
	padding: 15px;
	border-radius: 3px;
	border: 1px solid #C8604E;
	display: inline-block;
	font-size: 16px;
	width: auto;
	color: white;
	cursor: pointer;
}

form#mainForm input#create:hover {
	background-color: #B8402E;
	border: 1px solid #A8301E;
}

form#mainForm .fileinput-button {
	padding: 15px;
}

#progress2label {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
	border-image: none;
	border-style: none none solid;
	border-width: 0 0 1px;
	color: #333333;
	display: block;
	font-size: 21px;
	line-height: inherit;
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
	font-weight: normal;
	margin-top: 25px;
}

a.button.green.big:visited {
	color: #fff;
}

.intro-text h2 {
	margin-top: 0;
}

.intro-text li {
	font-size: 20px;
}

#vk_comments {
	margin: 20px auto 0;
}</pre></body></html>