/* ---------------------------------------------------------------------
 *	Author: Daniely Wright
 *	Author URL: http://danielyewright.com
 *	Theme Name: BootCORP - Responsive One-Page Business Theme
 *	Version: 1.0
--------------------------------------------------------------------- */


/* Base Styles
--------------------------------------------------------------------- */

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

.ru {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

body {
    background-color: #f9f9f9;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
    font-weight: 300;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
}


/* Headings & Titles */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
    color: #333;
}


/* Paragraph & Typographic */

p {
    line-height: 28px;
    margin-bottom: 25px;
}

blockquote {
    border: 0 !important;
}


/* Links */

a {
    color: #57acd1;
    word-wrap: break-word;
}

a:hover,
a:focus {
    color: #005EAD;
    text-decoration: none;
    outline: 0;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}


/* Bootstrap Modifications */

.btn-theme {
    background-color: #005EAD;
    color: #fff;
}

.btn-theme:hover,
.btn-theme:focus {
    background-color: #57acd1;
    color: #fff;
}

.btn-wrap-text {
    white-space: normal !important;
    word-wrap: break-word !important;
}


/* Navigation
--------------------------------------------------------------------- */

.navbar {
    background-color: #fff;
    border-top: 3px solid #005EAD;

}

.navbar .navbar-brand {
    font-size: 20px;
    font-weight: 700;
    color: #808080;
}

.navbar .navbar-brand:hover {
    color: #808080;
}

.navbar .navbar-brand span {
    background-color: #005EAD;
    padding: 7px;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.navbar .navbar-right {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.navbar .navbar-right > li > a {
    color: #005EAD;
}

.navbar .navbar-right > li > a:hover,
.navbar .navbar-right > li > a:focus {
    color: #808080;
}

.navbar .navbar-right > li.active > a,
.navbar .navbar-right > li.active > a:hover,
.navbar .navbar-right > li.active > a:focus {
    background-color: transparent;
    color: #808080;
}

.title {
    margin-left: 10px !important;
}

.speaker_sch {
    margin-left: -25%;
}
.speaker{
    margin-left: 12px;
}

.talks, .workshops{
    font-style: italic;
}
.lobby{
    margin-left: -35%;
}

.social{
    width: 84px;
    margin-bottom: 20px;

}
.slides{
    margin-left: 15px;
}
@media (min-width: 300px) and (max-width: 920px) {
    .navbar {
        -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 {
        /* Customize the look and feel of the collapsed top nav here */
        padding: 0;
    }

    .navbar .navbar-brand {
        font-size: 11px;
    }

    .nav.navbar-nav.navbar-right {
        font-size: 10px;
    }

    .img-responsive.center-block {
        margin-top: 0px !important;
        width: 150px;
    }

    .img-responsive.center-block.sponsor_logo {
        margin-bottom: 5px;

    }

    .time, .title, .speaker {
        font-size: 16px !important;
    }

    .title {
        text-align: left !important;;
    }

    .speaker_sch {
        margin-left: -5% !important;
    }

    .talks, .workshops {
        margin-left: 0px !important;
        padding-left: 0px !important;
    }

    .tamashi{
        margin-left: auto !important;
        width: 300px!important;
    }

    hr {
        margin-top: 5px;
        padding-bottom: 5px !important;
    }
    .regform{
        width: 300px !important;
    }
    .social{
        width: 50px;

    }

}

@media (min-width: 480px) and (max-width: 787px) {
    .schedule {
        text-align: left !important;
    }

    .speaker_sch {
        margin-left: 15px !important;
    }
    .sponsor_logo{
       text-align: center;
    }
    .sponsor_logo > div {
        margin: 0 auto;
    }
}

@media (min-width: 920px) and (max-width: 1199px) {
    .top-nav-collapse {
        /* Customize the look and feel of the collapsed top nav here */
        padding: 0;
    }

    .navbar .navbar-brand {
        font-size: 13px !important;
        margin-left: -40px;
    }

    .nav.navbar-nav.navbar-right {
        font-size: 13px;
    }

    .img-responsive.center-block {
        margin-top: 0px !important;
        width: 200px !important;
    }

    .img-responsive.center-block.sponsor_logo {
        margin-bottom: 10px;
        width: 200px !important;

    }

    .time, .title, .speaker {
        font-size: 18px !important;
    }

    .speaker{
        margin-left: 22px;
    }
    .title {
        margin-left: 20px !important;
    }
    .lobby{
        margin-left: -25%;
    }
    .regform{
        width: 300px !important;
    }
}
@media (min-width: 920px) and (max-width: 991px) {
    .navbar .navbar-brand {
        font-size: 10px;
    }
    .nav.navbar-nav.navbar-right {
        font-size: 9px;
    }
}

/* Slit Slider
--------------------------------------------------------------------- */

.sl-slider-wrapper {
    width: 800px;
    height: 98px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}


/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sl-slide {
    z-index: 1;
}


/* The duplicate parts/slices */

.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
}


/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0px 200px 200px 200px;
}


/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0px;
}


/* Content wrapper. Width and height are set dynamically */

.sl-content-wrapper {
    position: absolute;
}

.sl-content {
    width: 100%;
    height: 100%;
    background: #fff;
}


/* Default styles for background colors */

.sl-slide-horizontal .sl-slide-inner {
    background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
    background: #ccc;
}


/* Wrap Sections
--------------------------------------------------------------------- */

.aboutwrap hr,
.serviceswrap hr {
    padding-bottom: 40px;
}


/* Intro Wrap */

.introwrap {
    text-align: center;
    background: #005EAD;
}


/* About Wrap */

.aboutwrap, .serviceswrap {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.aboutwrap h4 {
    font-weight: 700;
}

.aboutwrap .spacer {
    background-color: #005EAD;
    padding-top: 60px;
}

.aboutwrap .spacer h2 {
    color: #fff;
}


/* Services Wrap */

.serviceswrap {
    background-color: #f9f9f9;
    padding-top: 40px;
}

.serviceswrap h2,
.serviceswrap h4 {
    text-align: center;
}

.serviceswrap .icons span {
    font-size: 60px;
    color: #005EAD;
    vertical-align: middle;
}


/* Clients Wrap */

.clientswrap {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}


/* Contact Wrap */

.contactwrap {
    background: #fff;
}

.contactwrap .mapwrap {
    background: url(../img/map.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    min-height: 450px;
}

.contactwrap .mapwrap h2 {
    font-size: 50px;
    padding-top: 160px;
    color: #fff;
}

.contactwrap .mapwrap hr {
    width: 500px;
    border-width: 3px;
}

.contactwrap i {
    color: #005EAD;
}


/* Footer Wrap */

.footerwrap {
    background-color: #222;
    padding-top: 40px;
    color: #808080;
}

.footerwrap h4 {
    color: #808080;
}

.footerwrap i {
    color: #005EAD;
    padding-right: 10px;
}


/* Copyrght Wrap */

.copywrap {
    font-size: 14px;
    background-color: #333;
    color: #fff;
    padding-top: 30px;
}

.copywrap a {
    color: #fff;
    padding: 0 10px;
}

.copywrap a:hover,
.copywrap a:focus {
    color: #005EAD;
}


/* 404 Error Page
--------------------------------------------------------------------- */

.error-page {
    border-top: 3px solid #005EAD;
}

.error-page h1 {
    font-size: 90px;
}

.error-page img {
    display: table;
    margin: 0 auto;
}

.pull-left {
    margin-right: 15px;
}

.lang {
    vertical-align: top;
    margin-top: 3.5px;
}

.article-lang {
    vertical-align: middle;
    margin-left: 3.5px;
    margin-bottom: 3.5px;
}

.title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-right: 20px;
}

.time {
    font-size: 20px;
    color: #808080;
    margin: 0px 20px 0px 20px;
}

.speaker {
    font-size: 20px;
    font-style: italic;
    color: #808080;
}

.affiliation {
    font-size: 20px;
    color: #808080;
    margin-left: 6px;
}

.abstract {
    margin: 0px 50px 75px 50px;
}

.lunch {
    margin-top: 40px;
    margin-bottom: 40px;
}

.break {
    margin-bottom: 40px;
}

.speech {
    margin-bottom: 20px;
}

.position {
    position: relative;
    top: -70px;
    float: left;
}

.time.shifted {
    margin-left: 30px;
}

.title.shifted {
    margin-left: 12px;
}

.px {
    position: absolute;
}

.regform {
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    outline: none;
    padding: 21px;
    margin: 21px;
    position: relative;
    text-align: center;
    background: #005EAD;
    color: #fff;
    font-weight: bold;
    width: 90%;
    max-width: 500px;
    margin-top: 55px;
}

.regform:link,
.regform:hover,
.regform:active {
    color: #e9e9e9;
}

.speaker_photo {
    width: 200px;
    height: 200px;
    box-shadow: 1px 1px 25px -5px #606060;
}

#map {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}

#map iframe,
#map object,
#map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}