/*!
 * FSCD 2016 copy css of freelancer.css
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    font-size: 20px;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

@media(max-width:768px) {
    body {
        font-size: 17px;
    }

    p {
        font-size: 17px;
    }

    p.small {
        font-size: 12px;
    }
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #18bc9c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}




hr.star-white,
hr.star-light,
hr.star-mine,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}
hr.star-white:after,
hr.star-light:after,
hr.star-mine:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}


hr.star-mine {
    border-color: #fff;
}

hr.star-mine:after {
    color: #fff;
    background-color: #2c3e50;
}


hr.star-white {
    border-color: #fff;
}

hr.star-white:after {
    color: #fff;
    background-color: #95a5a6;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}


/* ===========================
--- Header facebook_feeds
============================ */
#facebook_feeds{
    height: 450px;
    font-size: 17px;
    background: #eee;
    box-shadow: 0 10px 6px -6px #bbb;
    border: solid 1px #eee;
}

#facebook_feeds ul{
    padding: 0;
}
#facebook_feeds ul li {
    list-style: none;
    padding-top: 15px;
}
#facebook_feeds small{
    color: #b4bcc2;
    font-weight: light;
}

@media(max-width:992px) {
    #facebook_feeds{
        height: auto;
        font-size: 16px;
        box-shadow: none;
        border: 0;
    }
    #facebook_feeds h3{
        text-align: center;
    }

    #facebook_feeds ul{
        padding: 0 25px;
    }

    #facebook_feeds ul li {
        padding-top: 10px;
    }
}

header {
    padding-top: 110px;
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    font-weight: 700;
    font-size: 17px;
    padding: 25px 20px;
    margin-bottom: 0;
}

.navbar a:focus {
    outline: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #003366;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: white;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
    background-color: white;
}
.navbar-brand, .navbar-default .navbar-brand {
    color: #003366;
    padding: 0;
}
.navbar-default .navbar-nav>li>a{
    color: #003366;
    padding-left: 11px;
    padding-right: 11px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #2980b9;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #2980b9;
    background-color: white;
}

.navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a {
    background-color: inherit !important;
    color:#2980b9 !important;
}

/*Menu dropdown*/
.navbar-default .navbar-nav .dropdown-menu {
    border: 0px !important;
}

.navbar-default .navbar-nav .dropdown-menu > li > a {
    color:#2c3e50 !important;
    padding: 10px 20px !important;
}

.navbar-default .navbar-nav .dropdown-menu > li > a:hover {
    color:#2980b9 !important;
    background-color: inherit !important;
}

.navbar-default .navbar-nav .dropdown-menu > .active > a {
    background-color: inherit !important;
    color: #999999 !important;
}

.navbar-default .navbar-nav .dropdown-toggle.active {
    color: #999999 !important;
}

.navbar-brand img{
    padding: 15px 0 0 10px;
    height:40px;
    width: auto;
}

@media(min-width:1027px) {
    .navbar-brand img{
        padding: 13px 0 0 0;
        height:50px;
        width: auto;
    }
}

/*********************************
********Events* Poster*****************
**********************************/
#up_events{
    color: #fff;
    background: #95a5a6;
    height: 380px;
}

#up_events .btn-default{
    background-color: #798d8f;
    border-color: #798d8f;
}

#up_events .btn-default:hover{
    background-color: #95a5a6;
    border-color: #95a5a6;
}

#up_events ul li{
    list-style: none;
    font-size: 17px;
    padding-top: 10px;
}

#poster{
    color: #fff;
    background: #2c3e50;
    height: 380px;
}

#poster a, #up_events a {
    font-weight: bold;
    color: #fff;
}
#poster a:hover, #up_events a:hover {
    color: #18bc9c;
    text-decoration: none;
}
#poster img, #up_events img {
    padding-bottom: 20px;
}

@media(max-width:768px) {
    #up_events, #poster{
        height: auto;
    }
}
/*********************************
********SECTION******************
**********************************/

section {
    padding: 200px 0;
}

section.no-padding{
    padding: 0;
}

section h2 {
    margin: 0;
    font-size: 1.5em;
}
#quote, #workshops-section{
    padding: 60px 0 !important;
}
#quote{
    font-size: 0.9em;
}
#quote > div > div > div > i{
    font-size: 1.7em;
}

@media(max-width:480px) {
    #quote{
        font-size: 0.8em;
        padding: 25px 0 !important;
    }
}


@media(max-width:768px) {

    section.first {
        padding-top: 75px;
    }

    section h2 {
        font-size:1.8em;
    }

    #quote > div > div > div > i{
        font-size: 1.3em;
    }
}

section.submission {
    color: #fff;
    background: #003366;
}
section.speakers, section.venue, section.travel {
    color: #fff;
    background: #2c3e50;
}

section.topics {
    color: #fff;
    background: #95a5a6;
}

section.success {
    color: #fff;
    background: #18bc9c;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

/*********************************
********Partners/Sponsors******************
**********************************/

.parnters-items{
    overflow: hidden;
    text-align: center;
    margin: 0 0 2em 0;
}
.parnters-items .parnter-item {
    position: relative;
    display: inline-block;
    width: 13em;
    margin: 1em;
}

@media screen and (max-width: 768px){
    .parnters-items .parnter-item {
        width: 30%;
        margin: 1%;
    }
}

@media screen and (max-width: 480px){
    .parnters-items .parnter-item {
        width: 48%;
        margin: 0 0 15px 0;
    }
}


/*********************************
********INvidted speakers ********
**********************************/

.organizers{
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
}

.organizers h4{
    color: #2c3e50;
}
.organizers .organizer{
    position: relative;
    display: inline-block;
    width: 23%;
    margin: 5px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 0 10px;
    background: #f5f5f5;
    vertical-align: top;
}


.organizer img{
    margin: 0 auto;
    width: auto;
    padding: 10px 20px;
}

.organizer .speaker-data{
    margin: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
    color: #2c3e50;
}

.organizer button{
    margin-top: 10px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #2c3e50;
    border: 1px solid #2c3e50;
    border-radius: 0;
    background-color: transparent;
}

section.speakers .modal-header{
    text-align: left;
    color: #2c3e50;

}
section.speakers .modal-body, section.speakers .modal-body p {
    color: #2c3e50;
    text-align: justify;
    font-size: 16px;
    line-height: 20px;
}

@media (max-width: 1198px){
    .organizers .organizer  {
        width: 30%;
        margin: 5px;
    }
}

@media (max-width: 768px){
    .organizers .organizer  {
        width: 40%;
        margin: 5px;
    }
}


@media (max-width: 500px){
    .organizers .organizer  {
        width: 75%;
        margin: 15px;
    }
}
/*********************************
********PORTOFOLIO******************
**********************************/

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-col > p > a{
    color: white;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

/**Committees*/

#committee .nav-tabs > li, #committee .nav-pills > li,
.listTabs .nav-tabs > li, .listTabs .nav-pills > li {
    margin: 20px 0 0 0;
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    zoom:1; /* hasLayout ie7 trigger */
}

#committee .nav-tabs, #committee .nav-pills,
.listTabs .nav-tabs, .listTabs .nav-pills {
    text-align:center;
}

#committee .nav-tabs,
.listTabs .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px;
}

#committee .nav-tabs>li>a,
.listTabs .nav-tabs>li>a {
    font-size: 18px;
    background: white;
    color: #1abc9c;
    border: 2px solid #1abc9c;
    padding: 10px 30px;
    white-space: nowrap;
    border-radius: 4px;
}

#committee .nav>li>a:hover, #committee .nav>li>a:focus,
.listTabs .nav>li>a:hover, .listTabs .nav>li>a:focus {
    background: #18bc9c;
    border: 2px solid #1abc9c;
    color: white;
}

#committee .nav-tabs>li.active>a, #committee .nav-tabs>li.active>a:focus, #committee .nav-tabs>li.active>a:hover,
.listTabs .nav-tabs>li.active>a, .listTabs .nav-tabs>li.active>a:focus, .listTabs .nav-tabs>li.active>a:hover {
    border: none;
    background-color: #18bc9c;
    color:white;
}


/**Workshops*/
.panel-default>.panel-heading {
    text-align: left;
}
.panel-default>.panel-heading h4 {
    font-weight: 500;
    text-transform: none;
    padding: 12px 0;
}

.homepage{
    padding: 5px;
}

/**Carousel Header*/

.hidden-overflow{
    overflow: hidden;
}
#owl-header .owl-wrapper{
    overflow: hidden;
}

#owl-header .img-box {
    display: block;
    position: relative;
    overflow: hidden;
}

#owl-header .owl-controls{
    margin-top: 0;
}
#owl-header .owl-controls .owl-page span{
    background-color: #fff;
}
#owl-header .hardcoded{
    padding: 80px 75px 100px 70px;
}

@media(max-width:480px) {
    #owl-header .hardcoded{
        padding: 10px;
    }
}

@media(min-width:481px) and (max-width:768px) {
    #owl-header .hardcoded{
        padding: 30px;
    }
}

.postponed {
  text-decoration: line-through;
}

/* ===========================
--- Workshops front page
============================ */

#workshops{
    text-align: center;
}

#workshops figcaption a{border:1px solid #18bc9c;margin-top: 1em;display: inline-block;padding: 0 2em;}
#workshops figcaption a:hover{text-decoration: none;padding: 0 3em;}

/*figure.effect-sadie h2 {
    font-weight: 700;
    color: #BA171C;
    background-color: rgba(255, 255, 255, 0.5);
}*/
.grid {
	width: 100%;
	padding: 0;
	max-width: 100%;
}

.grid figure{
	display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 1%;
    float: none;
    background-color: #95a5a6;
    min-height: 220px;
    border-radius: 3px;
    width: 15%;
}

figure.effect-sadie h2{
    color: #fff;
    top:25%;
    word-spacing: 0.10em;
    font-weight: 600;
    font-size: 1.3em;
}

figure.effect-sadie p{
    padding:1em;
}
figure h4{
    padding-top: 22%;
    text-transform: none;
    font-weight: 300;
}
.grid figure figcaption{
    padding: 1em;
}

.grid figure figcaption,
.grid figure figcaption > a {
        position: relative;
        min-height: 220px;
}

/* ===========================
--- Calendar
============================ */
#calendar .fc-view .fc-event {
  border: 1px solid rgb(204, 204, 204);
  border-radius: 0px;
  font-size: 13px;
  text-decoration: none;
}

#calendar .fc-axis, #calendar .fc-day-header {
  font-size: 13px;
  color: black;
}

#calendar .fc-button-group .fc-button {
  font-size: 14px;
}

#calendar .fc-time-grid .fc-slats td {
    height: 35px !important;
}

#calendar .fc-view .fc-event .fc-content {
  padding: 0 4px;
}

#calendar .fc-view .fc-slats tr td {
  border: none;
}

#calendar .fc-view .keynote_session {
  background-color: rgb(192, 57, 43);
}

#calendar .fc-view .workshop_session {
  background-color: rgb(41, 128, 185);
}

#calendar .fc-view .article_session {
  background-color: rgb(22, 160, 133);
}

#calendar .fc-view .break {
  background-color: rgb(112, 132, 169);
}

#calendar .fc-view .social_event {
  background-color: rgb(142, 68, 173);
}

#calendar .fc-view .general {
  background-color: rgb(44, 62, 80);
}

/* ===========================
--- Others
============================ */
#workshop li{
	list-style: none;
}

.se-box{
	margin-top: 40px;
}

/* ===========================
--- Conference Programme + Workshop programme
============================ */

.conf_programme .title h4,
.conf_programme .title p,
.workshop_programme .tab-content .title,
.workshop_programme .tab-content .title h4,
.workshop_programme .paper-title,
.conf_programme .paper-title {
    display: inline !important;
}

.conf_programme .date_time,
.workshop_programme .date-day,
.conf_programme .main_title {
  background-color: rgba(184, 193, 195, 0.37);
  padding: 5px;
}

.workshop_programme .date-day {
  margin-bottom: 10px;
}

.conf_programme .paper:hover,
.workshop_programme .paper:hover {
  background-color: rgba(148, 153, 154, 0.37);
}

.conf_programme .paper-authors,
.workshop_programme .paper-authors {
  font-size: small;
  color: rgba(46, 110, 176, 1);
}

.business li {
  font-size: normal;
  color: rgba(46, 110, 176, 1);
}

.conf_programme .keynote {
  background-color: rgba(184, 193, 195, 0.37);
  padding: 5px;
}

.conf_programme .keynote .abstract > p{
  font-size: 14px;
}
