@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300&subset=latin,latin-ext|Oswald);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext);
/* style.css content.
	0. GENERAL / SHARED
	1. HEADER
	2. FOOTER
	3. SIDEBAR
	4. CONTENT
	5. HOMEPAGE

	
*/

/* 0. GENERAL / SHARED */
html {
	font-weight:300;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', sans-serif;
	font-smooth: 1em;
}

.img-responsive {
	margin: 0 auto;
}
.nav > li > a {
	padding: 10px;
}

.tedx-btn-1px, .tedx-btn-1px:hover  {
	display: inline-block;
	padding: 5px 25px;
	border-radius: 2px;
	background-color: #D92E2E;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 19px;
}

.tedx-btn-1px.tedx-btn-large {
	font-size: 27px;
}

.navbar-toggle {
    position: relative;
    margin-top:50px;
    border: 1px solid #D92E2E;
    background-color: #D92E2E;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #000000;
}



/* 1. HEADER */
.navbar {
	margin-bottom: 0px;
	border-bottom: 5px solid #D92E2E;
	background: #111111;
	text-align: center;
	font-size: 16px;
}
.navbar .navbar-brand {
	padding: 35px 15px;
}

.navbar .nav > li > a {
	padding-top: 50px;	
	color: #FFFFFF;
	font-weight: 300;
}

.navbar .nav > li > a:hover, .navbar .nav > li.active > a {
	background: none;	
	color: #D92E2E;
}

@media (max-width:1000px) and (min-width:768px){ 

	.navbar-header {
		width:100%;
		text-align:center;
	}
	.navbar-brand {
		float: none;
		display: inline-block;
	}
	.navbar-nav {
		width:100%;
		text-align: center;
	}
	.navbar .nav > li > a {
		padding-top: 10px;
	}
}

@media (max-width: 767px) {
	.navbar-header {
		width:100%;
		text-align:center;
	}
	.navbar-brand {
		float: none;
		display: inline-block;
	}
	.navbar-nav {
		width:100%;
		text-align: center;
		float: none;
	}
	.navbar .nav > li {
		width: 50%;
		float:left;
	}
	.navbar .nav > li > a {
		margin:0 5%;
		width:90%;
		padding-top: 20px;
		padding-bottom: 20px;
		float: left;
		text-align: center;
		border-bottom: 1px solid #1A1A1A;
	}

	.navbar .nav > li > a:hover, .navbar .nav > li.active > a {
		border-bottom: 1px solid #D92E2E;
	}
}

@media (min-width:768px) {

	.navbar .nav {
		float:right;
	}
	.nav > li { 
		-webkit-transition : border 500ms ease-out;
		-moz-transition : border 500ms ease-out;
		-o-transition : border 500ms ease-out;
		transition : border 500ms ease-out;
	}
	.navbar .nav > li {
		border-top: 1px solid #111111;
	}
	.navbar .nav > li:hover, .navbar .nav > li.active {
		border-top: 1px solid #D92E2E;
	}
	.navbar .nav > li
	{
		display:inline-block;
		float:none;
		vertical-align: top;

	}
}


/* 2. FOOTER */

.footer-container {
	background-color: #ff3d3d;
	color: #FFFFFF;
	font-size: 18px;
}

.footer-container .container {
	position: relative;
}

.footer-container p {
	display:	inline-block;
	padding: 30px 0 0 0;
	color: #FFFFFF;
}

.footer-container .official {
	background:#111111;
	color:#FFFFFF;
	font-size:16px; 
}

.footer-container .official p {
	padding:30px 0;
}
.footer-container .pixelete {
	display:block;
	overflow: hidden;
	margin-top:30px;
	padding-top: 32px;
	width: 63px;
	height: 0px;
	background:transparent url(../img/pixelete.png) no-repeat;
}
.footer-container .official a, .footer-container .official a:hover {
	color:#FF3D3D;
}

.footer-nav {
	margin:0 -20px;
	padding-top:30px;
	padding-bottom:0px;
	width:100%;
}
.footer-nav.nav > li {
	padding-bottom:28px;
	border-bottom: 2px solid transparent;
}
.footer-nav.nav > li:hover, .footer-nav.nav > li.active {
	border-bottom: 2px solid #111111;
}
.footer-nav.nav > li > a {
	padding: 10px;
}
.footer-nav.navbar-nav{
	margin:0;
}
.footer-nav.nav > li > a, .footer-nav.nav > li > a:focus {
	background: transparent;
	color: #FFFFFF;
	
}

.footer-nav.nav > li > a:hover, .footer-nav.nav > li > a.active {
	color:#111111;
}

.footer-container .container ul.social-icons {
	position: absolute;
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
	top: 35px;
	right: 14px;
}

.footer-container .container ul.social-icons li {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
}

.footer-container .container ul.social-icons li a {
	color: #fff;	
}

.footer-container .container ul.social-icons li a i {
	display: block;
	width: 27px;
	height: 25px;
	opacity: 0.5;
}

.footer-container .container ul.social-icons li a:hover i {
	opacity: 1;
}

.footer-container .container ul.social-icons li a i.twitter-icon {
	background: transparent url(../img/twitter-icon.png) center no-repeat;
}

.footer-container .container ul.social-icons li a i.facebook-icon {
	background: transparent url(../img/facebook-icon.png) center no-repeat;
}

.footer-container .container ul.social-icons li a i.instagram-icon {
	background: transparent url(../img/instagram-icon.png) center no-repeat;
}

.footer-container .container ul.social-icons li a i.flickr-icon {
	background: transparent url(../img/flickr-icon.png) center no-repeat;
}

/* 3. SIDEBAR */
	.sidebar .img-padding {
		padding-bottom:30px;
	}

	.sidebar .hashtag {
		font-weight: 300;
	}
	.sidebar .subscribe {
		float:left;
		padding-bottom:30px;
	}
	.sidebar .subscribe h2 {
		font-weight: 300;
	}
	.sidebar .subscribe .input-group-addon {
		background-color: #ff3d3d;
		color: #FFFFFF;
	}
	.sidebar .subscribe button {
		margin-top:20px;
		background-color: #ff3d3d;
		color: #FFFFFF;
		line-height: 20px;
	}

	.sidebar .unsubscribe, .sidebar .unsubscribe:hover {
		margin-top:20px;
		padding-top:6px;
		color:#a9a9a9;
		text-decoration: underline;
		line-height: 20px;

	}
	.sidebar .sidebar-buttons {
		padding:0px 0 30px 0;
	}
	.sidebar .button-sprite {
		margin:10px 0;
		width: 300px;
		height: 0;
		padding-top: 90px;
		overflow: hidden;
		background: transparent url(../img/btn_side_sprite.png) no-repeat;
		display: block;
		
		   -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;

	}
	.sidebar .button-sprite.speakerbtn { background-position:0 0; }
	.sidebar .button-sprite.speakerbtn:hover { background-position:0 -90px; }
	.sidebar .button-sprite.sponsorbtn { background-position:0 -180px; }
	.sidebar .button-sprite.sponsorbtn:hover { background-position:0 -270px; }
	.sidebar .button-sprite.eventregbtn { background-position:0 -360px; }
	.sidebar .button-sprite.eventregbtn:hover { background-position:0 -450px; }

/* 4. CONTENT*/
.heading-container {
	height:83px;
	background:transparent url(../img/heading_bg.jpg) top center no-repeat;
	background-position: cover;
}

.heading-container h1 {
	margin: 0;
	padding:0;
	color:#FFFFFF;
	font-weight: 300;
	font-size:35px;
	line-height: 83px;
}

.content-container {
	padding-bottom:30px;
}

@media (min-width: 1680px) {
	.content-container {
		padding-bottom:100px;
		background: transparent url(../img/tvbokstas.png) bottom right no-repeat;
	}
}

.content.container {
	padding-top:30px;
}

.content-header {
	display: block;
	border-bottom: 1px solid #D92E2E;
	margin-bottom: 20px;
}

.featured-videos {
	width: 100%;
}

.featured-videos .video-item {
	width: 33.33333%;
	max-width: 33.33333%;
	box-sizing: border-box;
	padding: 5px;
	display: inline-block;
	position: relative;
}

.featured-videos .video-item a {
	display: block;
	position: relative;
	width: 100%;
}

.featured-videos .video-item a img {
	width: 100%;
}

.featured-videos .video-item a span.video-title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	height: 30px;
	width: 100%;
	background-color: rgba(0,0,0,0.3);
}

/* 4.1 PAGINATION */


.pagination > li > a, .pagination > li > span {
	margin:0 3px;
	border: 0px solid transparent;
	border-radius:3px;
	background: transparent;
	color:#060606;
	font-size: 21px;
}
.pagination > li.active > a, .pagination > li.active > span, .pagination > li.active > a:hover, .pagination > li > a:hover {
	background: #FF3D3D;
	color: #FFFFFF;
}

/* X. SLIDER*/

.slider-container {
	height:380px;
	
}


/* X. NEWS */
.news.row {
	margin-right: 0;
	margin-left: 0;
}

.news .news-item {
	padding-right: 1px;
	padding-bottom:30px;
	padding-left:	1px;
	max-height: 446px;
}
.news-item .news-img {
	display:block;
	border-bottom: 5px solid #D92E2E;
}

.news-item .ni-content {
	position:relative;
	overflow: hidden;
	padding:0 5px;
	height:190px;
}

.news-item .ni-content h2, .news-item .ni-content h2 a, .news-item .ni-content h2 a:hover{
	color: #000;
	font-weight:300;
	font-size:23px;
}
.news-item .ni-content p {
	color: #656565;
	font-size: 16px;
}

.ni-content .gradient {
	position:absolute;
	top:0;
	z-index: 1000;
	width:100%;
	height:100%;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 67%, rgba(255,255,255,0.69) 77%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(67%,rgba(255,255,255,0)), color-stop(77%,rgba(255,255,255,0.69)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 67%,rgba(255,255,255,0.69) 77%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 67%,rgba(255,255,255,0.69) 77%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 67%,rgba(255,255,255,0.69) 77%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 67%,rgba(255,255,255,0.69) 77%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjY5Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);	
}

.news-item .news-date {
	padding:0 5px;
	color: #000000;
	font-weight: 300;
	font-size: 16px;
}



/* X. SPEAKERS */
.speakers {
	padding-bottom: 0px;
}

.speakers .speakers-title {
	padding-bottom: 50px;
	padding-left: 10px;
	color: #BEBEBE;
	font-weight: 300;
	font-size: 50px;
	letter-spacing: -1px;
}

.speaker {
	padding-bottom:40px;
	text-align:center;
	letter-spacing: -1px;
	z-index: 1;
}

.speaker .photo {
	display: block;
	padding-bottom:20px;
}
.speaker span {
	display: block;
}

.speaker .name {
	color: #161616;
	font-size: 18px;
}
.speaker .role {
	color: #505050;
	font-size: 16px;
}

/* X. SPONSORS GRID*/
.sponsors-partners {
	padding-bottom:100px;
}
.sponsors-partners .col-6 .row .col-6 {
	height:80px;
}

.sponsors-partners h3 {
	padding-bottom: 50px;
	color: #626262;
	font-weight: 300;
	font-size: 23px;
}
/* X. SINGLE */

.red-line {
	float:left;
	clear:both;
	width:290px;
	border-bottom:5px solid #ff3d3d;
}

h1.title {
	color: #000000;
	font-weight: 300;
	font-size: 36px;
}
h2.meta {
	font-weight: 300;
	font-size: 26px
	color:#000000;
}

p {
	padding-bottom: 30px;
	color: #646464;
	font-size:16px;
}

a.btn, a.btn:hover {
	color: #FFF;
	text-decoration:none;
}

/* default button style */
.btn {
	position: relative;
	display: inline-block;
	padding: 15px 25px;
	border: 0;
	color: white;
	text-align: center;
}
.btn:active {
	top: 4px;	
}

/* color classes for .btn */
.btn, .btn-two {
	margin: 9px;
}
.btn-gradient {
	margin: 5px;
}
a[class*="btn"] {text-decoration: none;}
input[class*="btn"], 
button[class*="btn"] {border: 0;}

/* Here you can change the button sizes */
.btn.large, 
.btn-two.large, 
.btn-effect.large {
  padding: 20px 40px; 
  font-size: 22px;
}
.btn.small, 
.btn-two.small, 
.btn-gradient.small, 
.btn-effect.small {
  padding: 8px 18px;  
  font-size: 14px;
}
.btn.mini, 
.btn-two.mini, 
.btn-gradient.mini, 
.btn-effect.mini {
  padding: 4px 12px;  
  font-size: 12px;
}
.btn.block, 
.btn-two.block, 
.btn-gradient.block, 
.btn-effect.block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 60%;
  text-align: center;
}
.btn-gradient.large {
  padding: 15px 45px; 
  font-size: 22px;
}

/* Colors for .btn and .btn-two */
.btn.blue, .btn-two.blue     {background-color: #7fb1bf;}
.btn.green, .btn-two.green   {background-color: #9abf7f;}
.btn.red, .btn-two.red       {background-color: #fa5a5a;}
.btn.purple, .btn-two.purple {background-color: #cb99c5;}
.btn.cyan, .btn-two.cyan     {background-color: #7fccde;}
.btn.yellow, .btn-two.yellow {background-color: #f0d264;}

.rounded {
  border-radius: 10px;
}

/* default button style */
.btn {
	position: relative;
	display: inline-block;
	padding: 15px 25px;
	border: 0;
	color: white;
	text-align: center;
}
.btn:active {
	top: 4px;	
}
/*.btn.red {box-shadow:0px 4px 0px 2#E0434;}*/
.btn.red:active { background-color: #ff4c4b;box-shadow: 0 0 #ff4c4b;}
/* Button two - I have no creativity for names */
.btn-two {
	display: inline-block;	
	padding: 15px 25px;
	border: 1px solid rgba(0,0,0,0.21);
	border-bottom-color: rgba(0,0,0,0.34);
	box-shadow: 0 1px 0 rgba(255,255,255,0.34) inset, 
				      0 2px 0 -1px rgba(0,0,0,0.13), 
				      0 3px 0 -1px rgba(0,0,0,0.08), 
				      0 3px 13px -1px rgba(0,0,0,0.21);
	color: white;
	text-shadow:0 1px 0 rgba(0,0,0,0.15);
}
.btn-two:active {
	position: relative;
	top: 1px;
	border-color: rgba(0,0,0,0.34) rgba(0,0,0,0.21) rgba(0,0,0,0.21);
	box-shadow: 0 1px 0 rgba(255,255,255,0.89),0 1px rgba(0,0,0,0.05) inset;
}
/* 3D Button */
.btn-3d {
	position: relative;
	display: inline-block;
	margin: 20px 10px 10px;
	padding: 20px 60px;
	border-radius: 6px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	font-size: 22px;
	transition: top .01s linear;
}
.btn-3d.red:hover    {background-color: #e74c3c;}
.btn-3d:active {
	top: 9px;
}

/* 3D button colors */
.btn-3d.red {
	background-color: #e74c3c;
	box-shadow: 0 0 0 1px #c63702 inset,
        0 0 0 2px rgba(255,255,255,0.15) inset,
        0 8px 0 0 #C24032,
        0 8px 0 1px rgba(0,0,0,0.4),
				0 8px 8px 1px rgba(0,0,0,0.5);
}

/* Gradient buttons */
.btn-gradient {
	position: relative;
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid rgba(0,0,0,0.21);
	border-bottom: 4px solid rgba(0,0,0,0.21);
	border-radius: 4px;
	color: white;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}
.btn-gradient:hover, .btn-gradient:active {
	border-color:#810e0e;
}
/* Gradient - ugly css is ugly */
.btn-gradient.red{ 
	background: rgba(250,90,90,1);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(250,90,90,1)), to(rgba(232,81,81,1)));
	background: -webkit-linear-gradient(rgba(250,90,90,1) 0%, rgba(232,81,81,1) 100%);
	background: -moz-linear-gradient(rgba(250,90,90,1) 0%, rgba(232,81,81,1) 100%);
	background: -o-linear-gradient(rgba(250,90,90,1) 0%, rgba(232,81,81,1) 100%);
	background: linear-gradient(rgba(250,90,90,1) 0%, rgba(232,81,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5a5a', endColorstr='#e85151', GradientType=0 );
}
.btn-gradient.red:active 	  {background: #E35252;}

/*Counter*/

.daysLeftCounter {
	width:300px;
	height:70px;
	display:block;
	margin-bottom: 30px;
	margin-left: -17px;
}
.daysLeftCounter .days {
  float: left;
  text-align:left;
  width:124px;
  height:70px;
  color:#000000;
  font-weight: 300;
  font-size:90px;
  line-height:65px;
  margin:0;
  padding:0;
}
.daysLeftCounter .text {
  color:#414141;
  text-align:center;
  font-weight:normal;
  font-size:28px;
  border-top:5px solid #D92E2E;
  float:left;
  width:176px;
  text-transform:uppercase;
  position:relative;
  height:70px;
}

.daysLeftCounter .text .days-left {
	display: block;
    font-size: 36px;
    line-height: 36px;
    padding-top: 6px;
}

.daysLeftCounter .text .until {
	font-size: 18px;
	position:absolute;
	bottom:0;
	width:100%;
	float:left;
	left:0;
	line-height:18px;
}





img.desaturate
{
	filter: url(/Themes/TEDxVilniusNew/styles/filters.svg#grayscale); 
    filter: gray; 
    -webkit-filter: grayscale(1); 
	   -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
	
}


img.desaturate:hover {
   -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;

  filter: none;
  -webkit-filter: grayscale(0%);
  
}

.sidebar .button-media{
		margin:10px 0;
		width: 300px;
		height: 0;
		padding-top: 90px;
		overflow: hidden;
		background: transparent url(../img/btn_side_sprite.png) no-repeat;
		display: block;
}


.sidebar .button-media{
		margin:10px 0;
		width: 300px;
		height: 0;
		padding-top: 90px;
		overflow: hidden;
		background: transparent url(../img/media.png) no-repeat;
		display: block;
}

.sidebar .button-media:hover { background: transparent url(../img/mediah.png) no-repeat;

 }

.speaker
{
min-height: 315px;

}


#reqform {
	margin: 0;
	padding: 0;
	width: 80%;
}
	#reqform br {
		clear: both;
		font-size: 1px;
	}
	#reqform label {
		display: block;
		margin: 3px 0 0 0;
	}
	#reqform-name,
	#reqform-mail,
	#reqform-text {
		padding: 4px;
		margin-top: 5px;
		width: 95%;
	}
	#reqform-text {
		height: 100px;
		width: 96%;
	}
	#reqform-send {
		margin-top: 5px;
	}
	
	
.sponsor-page .img-responsive
{

}

.blog-post p 
{
	padding-bottom: 10px;
}


article p {
margin-bottom: 0px;
padding-bottom: 14px;
}
