@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('../fonts/MonoSocialIconsFont-1.10.eot');
    src: url('../fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('../fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('../fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('../fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'JoseffinSans';
    src: url('../fonts/JosefinSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#map-canvas {
	height: 300px;
	width: 100%;
	margin: 0px;
	padding: 0px
}

a{
	color: #fff;
}

#venue a{
	color: #000;
}

.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    
    font-size: 32px;
}

a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
}

.symbol:hover{
	//color: #F1152C;
	cursor: pointer;
}

.symbol:visited{
	color: #ffffff;
	cursor: pointer;
}

body {
    width: 100%;
    height: 100%;
    //font-family: 'Open Sans', sans-serif;
    font-family: helvetica;
    font-size: 16px;
}

html {
    width: 100%;
    height: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

	font-weight: 300;

}

.nav{
	font-size: 14px;
}

.nav > li > a {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}

.navbar-brand > img {
    position: relative;
    top: -5px;
}

#lang-nav{
	font-size:13px;
	margin-left: 25px;
	display: inline-block;
}


@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

/**
navigation CSS
**/

/*
.social-icons{
	list-style-type: none;
}

.social-icons li{
	display: inline-block;
	padding: 5px 5px 0px 3px;
}

.social-icons a{
	color: black;
}
*/

#social-nav{
	padding-left: 45px;
}

#social-nav a{
	display: inline-block;
	padding-right: 4px;
	padding-left: 4px;
}

/**
Sections CSS
**/

section{
	//min-height: 100px;
}

.intro-section {
    //min-height: 100%;
    padding-top: 150px;
    padding-bottom: 50px;
    text-align: center;
    background: #ffffff;
}

@media(max-width:768px) {
    .intro-section {
	    padding-top: 100px;
	}
}



.tedx-section {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 350px;
    background-color: #ECECEC;
    font-size: 14px;
}

	.tedx-section a{
		color: #FF2B06;
		text-decoration: underline;		
	}

.tedxpatras-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ECECEC;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    background-image: url(../img/team-bg2.jpg);
    background-size: cover;
}

#tedxpatras h1, #tedxpatras .row > div{
	background: #fff;
	padding-bottom: 20px;
}

.tickets-section {
    padding-top: 50px;
    padding-bottom: 50px;
    //min-height: 350px;
    background: #FF0000;
    color: #ffffff;
}

.speakers-section {
    padding-top: 50px;
    padding-bottom: 20px;
}

.venue-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ECECEC;
}

.simulcast-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ECECEC;
}

.partners-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.team-section {
    padding-top: 50px;
    padding-bottom: 50px;
    //background: #F8F8F8;
}

.contact-section {
    padding-top: 20px;
    padding-bottom: 40px;
    background: #464646;
    background: #262626;
    color: #ffffff;
}

.contact-section h1{
   color: #ffffff;
}

.blog-section {
    padding-top: 50px;
    padding-bottom: 50px;
}



.section-title-theme{
	//margin-bottom: 50px;
	//padding-bottom: 10px;
	color: #F1152C;
	//border-bottom: 1px solid #F1152C;
	font-family: 'JoseffinSans', Arial, sans-serif;
}

.section-title{
	margin-bottom: 50px;
	padding-bottom: 10px;
	font-size: 40px;
	color: #F1152C;
	color: #000;
	//border-bottom: 1px solid #F1152C;
}

.section-title::after {
    content: "";
    display: block;
    height: 5px;
    margin: 20px auto -3px;
    position: relative;
    width: 120px;
    background: red;
}


.tickets-section .section-title{
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 40px;
	color: #fff;
}

.tickets-section .section-title::after {
    content: "";
    display: block;
    height: 5px;
    margin: 20px auto -3px;
    position: relative;
    width: 120px;
    background: #fff;
}

/**

intro css

**/
#theme-image-2015 img{
	width: 80%;
}

/**
speakers CSS
**/

/**
venue-section
**/
.venue-section img{
    width: 100%;
}

.venue-section h2{
	padding-top: 0px;
	margin-top: 0px;
}

/**
simulcast-section
**/
.simulcast-section img{
    width: 100%;
}

.simulcast-section h2{
	padding-top: 0px;
	margin-top: 0px;
}


a.btn-custom{
	font-size: 15px;
	margin-bottom: 20px;
}


#venue a.btn-custom{
	color: #fff;
}

/*
partners
*/

#partners{
    text-align: center;
    background: #1E2A36;
}

/*
#partners h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: 400;
}
*/

#partners h2 {
	margin-top: 80px;
	margin-bottom: 30px;
	font-weight: 500;
	color: #f3f3f3;
}

#partners h1 {
	color: #f3f3f3;
}

#partners h2:first-child {
	margin-top: 10px;
}

#partners div.img-wrapper {
	display: inline-block;
	height: 220px;
	width: 220px;
	padding: 2px;
	//border: 1px solid #aaa;
	margin-bottom: 30px;
	background: #fff;
}

#partners img {
	width: 97%;
}

/**
team form CSS
**/


#team img{
	width: 100%;
	border-radius: 20px 5px 20px 5px;
}

#team span{
	display: block;
	text-align: center;
}

#team span.member-name{
	padding-top: 6px;
	font-weight: 700;
	font-size: 14px;
}

#team span.member-title{
	font-size: 13px;
}

.member-social a{
	color: #252525;
}

.member-social a:hover{
	color: #FF0000;
}

/**
contact form CSS
**/

#contact_form input[type=text], #contact_form input[type=email]{
	border: 1px solid #1D1D1D;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #393939;
	height: 50px;
	color:#fff;
}

#contact_form textarea{
	border: 1px solid #1D1D1D;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #393939;
	color:#fff;
}

#contact_form input[type=submit]{
	background: #FF2B06;
}

/**
footer CSS
**/

#footer{
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
    background: #111111;
}

#footer img {
   width: 250px;
}

#copyright{
	padding-top: 30px;
	padding-bottom: 5px;
	font-size: 15px;
	color: #ffffff;
}

.footer-social a{
	text-decoration: none;
}

.footer-social a:hover{
	color: #FF2B06;
}

footer small{
	font-size: 11px;
}



/////////



.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


.clear{
	clear: both;
}


/* navba */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

.navbar-default .navbar-nav > li > a#first-child {
    margin-left: 35px;
}

@media(max-width:992px) {
    .navbar-default .navbar-nav > li > a#first-child {
	    margin-left: 0px;
	}
}
