@charset "UTF-8";
textarea {
    resize: vertical
}

.text-warning {
    color: #e0b91c !important;
}

.bg-dark {
    background-color: #333;
}

.wrap-link {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    display: inherit
}

.countries-list h3 {
    background: #082b41;
    margin-top: 0
}

.countries-list li {
    margin: 10px
}

.countries-list img {
    border: 0;
    border-radius: 0
}

.box-shadow {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.padding-md {
    padding: 10px
}

.padding-sm {
    padding: 5px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.navbar-default .navbar-nav>li>a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Oswald, sans-serif
}

a.btn+a.btn {
    margin-left: 20px
}

.btn {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.btn-black {
    color: #FFF;
    background-color: #333;
    border-color: #333
}

.btn-black.active,
.btn-black:active,
.btn-black:focus,
.btn-black:hover,
.open .dropdown-toggle.btn-black {
    color: #FFF;
    background-color: #4D4C4C;
    border-color: #333
}

.btn-black.active,
.btn-black:active,
.open .dropdown-toggle.btn-black {
    background-image: none
}

.btn-black.disabled,
.btn-black.disabled.active,
.btn-black.disabled:active,
.btn-black.disabled:focus,
.btn-black.disabled:hover,
.btn-black[disabled],
.btn-black[disabled].active,
.btn-black[disabled]:active,
.btn-black[disabled]:focus,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black,
fieldset[disabled] .btn-black.active,
fieldset[disabled] .btn-black:active,
fieldset[disabled] .btn-black:focus,
fieldset[disabled] .btn-black:hover {
    background-color: #333;
    border-color: #333
}

.btn-black .badge {
    color: #333;
    background-color: #FFF
}

.btn-danger {
    background-color: #c9302c
}

.text-white {
    color: #fff
}

.text-primary {
    color: #524b1b
}

.text-danger {
    color: #c9302c
}

body {
    background: #dac895 url(../images/euroscicon-main.png);
}

.navbar-default {
    background: rgba(66, 61, 13, .9);
    border-color: #a2942e;
}


/* .navbar-default .navbar-nav>li>a {
    color: #060608;
    padding: 10px 15px;
} */

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff
}

header form {
    margin: 15px 0
}

header .form-control {
    background-color: transparent;
    border-color: #333
}

header .form-control:focus {
    border-color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(51, 51, 51, .33);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(51, 51, 51, .33)
}


/* .landing-info-main h3 {
    background: rgba(245, 245, 220, 0.2);
    border: 1px solid #eadcb2;
} */

.title-main h1>span>span {
    color: #811529;
}

.title-main h1>span>span.char5,
.title-main h1>span>span.char6,
.title-main h1>span>span.char7 {
    color: #000
}

.conference-details {
    background: #fff
}

.conference-details .img-container {
    height: 150px;
    overflow: hidden;
    background: #c9302c
}

.img-container>img {
    height: 100%;
    width: 100%
}

.conference-info>h3>a {
    display: block;
    color: #000
}

.conference-info>h3>a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, .6)
}

.conference-info a {
    color: #333
}

.conference-info>p:first-child time {
    background: #c9302c;
    padding: 4px;
    color: beige
}

footer {
    background: url(../images/arches.png) rgba(142, 134, 110, .34)
}

.social>a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 12px 25px;
    width: 67px;
    height: 67px;
    color: #000;
    background: #fff;
    font-size: 30px;
    border-radius: 50%;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.social>a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.social>a:focus,
.social>a:hover {
    color: #333
}

.about-company {
    background: #524b1b;
    padding: 20px 15px;
    font-size: 12px;
    line-height: 1.5;
    color: #e3e3e3
}

.about-company a {
    color: #dac895;
    text-decoration: underline;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover,
.navbar-toggle {
    background-color: beige
}

@media only screen and (max-width :479px) {
    .ribbon:after,
    .ribbon:before {
        content: none!important
    }
}

@media only screen and (max-width :767px) {
    .submitBtn {
  
    margin-top: 20px;
}
    footer .call .text-left {
        text-align: center
    }
    .conf-wise ul>li {
        width: 50%;
        float: left
    }
    
    .call .col-md-4 {
    border-bottom: 1px solid #696543;
    border-top: 1px solid #867f54;
}
        .call .col-md-4:first-child {
   
    border-top: 0;
}
     .call .col-md-4:last-child {
   
    border-bottom: 0;
}
}

@media only screen and (min-width :768px) and (max-width :991px) {
    .conf-wise ul>li {
        display: inline-block;
        width: 30%
    }
}

@media only screen and (min-width :992px) {
    
    a.logo {
        display: inline-block;
    }
    /* .conf-wise ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .conf-wise ul>li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center
    } */
    .title-container {
        border: 1px solid #a2942e;
        border-left: 0;
        border-right: 0;
        margin: 50px 0
    }
    .title-main h1 {
        background: rgba(98, 90, 0, .8);
        margin: 10px 0;
        position: relative
    }
    .title-main h1:after,
    .title-main h1:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
        border-top: 35px solid transparent;
        border-bottom: 35px solid transparent
    }
    .title-main h1:before {
        left: 0;
        border-left: 35px solid #decc97
    }
    .title-main h1:after {
        right: 0;
        border-right: 35px solid #decc97
    }
    .title-main h1>span {
        position: relative;
        top: 0;
        background: #a2942e;
        color: black;
        padding: 15px 25px;
        font-size: 65px;
    }
    .title-main h1>span:after,
    .title-main h1>span:before {
        content: "";
        display: block;
        width: 85%;
        margin: 0 auto;
        height: 2px;
        background: #a2942e;
        position: absolute;
        left: 0;
        right: 0
    }
    .title-main h1>span:before {
        top: -10px
    }
    .title-main h1>span:after {
        bottom: -10px
    }
    .conferences-list-sub .conference-details-main:nth-of-type(4n+1) {
        clear: left
    }
}

footer .call .h2,
footer .call h3 {
    color: orange
}

footer .call {
    padding: 20px 0 30px;
    background: #79744d;
    border-bottom: 1px solid #696543;
    color: white;
}

footer .contact {
    background: #79744d;
    border-top: 1px solid #867f54;
}

footer a,
footer a:focus,
footer a:hover {
    color: #fff;
    text-decoration: none
}

a[href^=mailto],
a[href^=tel] {
    position: relative;
    padding-left: 25px
}

a[href^=mailto]:before,
a[href^=tel]:before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 18px;
    padding-right: .5em;
    position: absolute;
    top: 0;
    left: 0;
}

a[href^=tel]:before {
    content: "\f095"
}

footer a[href^=tel]:before {
    top: 7px
}

.telephonic {
    position: fixed;
    bottom: 100px;
    right: 45px;
    z-index: 9999
}

.telephonic h3 {
    background: orange;
    margin: -10px -10px 20px
}

.telephonic .form-group {
    position: relative
}

.telephonic .form-group label {
    position: absolute;
    color: #333;
    top: 1px;
    font-size: 22px;
    left: 7px;
    border-right: 2px solid #e3e3e3;
    padding-right: 7px
}

.telephonic .form-control {
    margin-bottom: 20px;
    padding-left: 45px
}

.telephonic .collapse,
.telephonic .collapsing {
    background: #082b41
}

.telephonic .telephone {
    display: block;
    background: orange;
    font-size: 45px;
    border-radius: 50%;
    text-align: center;
    color: #333;
    border: 4px solid #fff;
    box-shadow: 0 5px 5px 2px rgba(0, 0, 0, .3)
}

.conf-wise li>a>span+span,
.ribbon {
    color: #fff;
    padding: 4px 0;
    position: absolute
}

#uptocall-mini #uptocall-mini-main {
    -moz-border-radius: 50%!important;
    -webkit-border-radius: 50%!important;
    border-radius: 50%!important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #34495e;
    width: 75px;
    height: 75px;
    float: right
}

.uptocall-mini-activ {
    -webkit-animation: uptocallmini 1.5s 0s ease-out infinite;
    -moz-animation: uptocallmini 1.5s 0s ease-out infinite;
    animation: uptocallmini 1.5s 0s ease-out infinite
}

.uptocall-mini-activ:before {
    -webkit-animation: uptocallphone 1.5s linear infinite;
    -moz-animation: uptocallphone 1.5s linear infinite;
    animation: uptocallphone 1.5s linear infinite
}

.telephonic .collapse.in+#uptocall-mini .uptocall-mini-activ {
    animation: none
}

@-webkit-keyframes uptocallphone {
    0%,
    100%,
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
}

@-moz-keyframes uptocallphone {
    0%,
    100%,
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
}

@keyframes uptocallphone {
    0%,
    100%,
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
}

@-webkit-keyframes uptocallmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(64, 104, 156, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(64, 104, 156, 0)
    }
    10% {
        box-shadow: 0 0 8px 6px #fff, 0 0 12px 10px transparent, 0 0 12px 14px #fff
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(64, 104, 156, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(64, 104, 156, 0)
    }
}

@-moz-keyframes uptocallmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(64, 104, 156, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(64, 104, 156, 0)
    }
    10% {
        box-shadow: 0 0 8px 6px #fff, 0 0 12px 10px transparent, 0 0 12px 14px #fff
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(64, 104, 156, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(64, 104, 156, 0)
    }
}

@keyframes uptocallmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(64, 104, 156, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(64, 104, 156, 0)
    }
    10% {
        box-shadow: 0 0 8px 6px #fff, 0 0 12px 10px transparent, 0 0 12px 14px #40689c
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(64, 104, 156, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(64, 104, 156, 0)
    }
}

.conf-wise ul>li {
    text-align: center;
    margin: 5px 0
}

.conf-wise li>a {
    position: relative;
    display: inline-block;
    margin-bottom: 35px
}

.conf-wise li>a:focus,
.conf-wise li>a:hover {
    text-decoration: none
}

.conf-wise li>a>span {
    background: #a2942e;
    background: -moz-linear-gradient(top, #a2942e 0, #7a711f 100%);
    background: -webkit-linear-gradient(top, #a2942e 0, #7a711f 100%);
    background: linear-gradient(to bottom, #a2942e 0, #7a711f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a2942e', endColorstr='#7a711f', GradientType=0)
}

.conf-wise li:nth-child(even)>a>span {
    background: #fb504c;
    background: -moz-linear-gradient(top, #fb504c 0, #c9302c 100%);
    background: -webkit-linear-gradient(top, #fb504c 0, #c9302c 100%);
    background: linear-gradient(to bottom, #fb504c 0, #c9302c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fb504c', endColorstr='#c9302c', GradientType=0)
}

.conf-wise li:nth-child(even) .ribbon {
    background: #fb504c
}

.conf-wise li:nth-child(even) .ribbon:after,
.conf-wise li:nth-child(even) .ribbon:before {
    border-color: #ce3d3a
}

.conf-wise li>a>span:first-of-type {
    font-size: 45px;
    display: block;
    padding-top: 4px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .3)
}

.conf-wise li>a>span:first-of-type em {
    font-size: 12px;
    padding-left: 4px;
    display: block;
    position: relative;
    top: -10px
}

.conf-wise li>a>span+span {
    font-size: 18px;
    text-align: center;
    display: block;
    border-radius: 4px;
    bottom: -10px;
    left: 0;
    right: 0
}

.ribbon {
    bottom: -15px;
    left: -30px;
    right: -30px;
    font-size: 20px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 0 20px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .4);
    background: #ab9c31
}

.ribbon:after,
.ribbon:before {
    content: "";
    width: .2em;
    bottom: 0;
    position: absolute;
    display: block;
    border: .8em solid #92852b;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3)
}

.ribbon:before {
    left: -31px;
    border-right-width: .75em;
    border-left-color: transparent!important
}

.ribbon:after {
    right: -31px;
    border-left-width: .75em;
    border-right-color: transparent!important
}

.searchEventsSection {
    background: #7a711e;
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #1d1d1d;
}

.searchEventsSection .form-control option {
    background: #524b1b;
}

h2.eventshead {
    color: #fff;
    font-size: 24px;
    margin: 8px 0px;
}

.searchEventsSection .form-control {
    border: 1px solid #fff;
    background: transparent;
    color: #fefefe;
    border-radius: 0;
    height: 42px;
}

.submitBtn {
    background: #fff;
    color: #524b1b;
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.submitBtn,
.submitBtn2 {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.submitBtn,
.submitBtn2 {
    font-size: 13px;
    height: 42px;
}

.monthListing {
    border-top: 1px solid #545454;
    border-bottom: 1px solid #545454;
    background: #1d1d1d;
}

.months a.monthName {
    position: relative;
    color: #FFF;
    padding: 12px 20px;
    display: inline-block;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.months a.monthName:hover,
.months a.monthName:hover:before {
    color: #1d1d1d;
    background: #dac895;
    text-decoration: none;
}

.months a.monthName:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 12px;
    left: 4px;
    color: #999;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.searchEventsSection-main {
    margin-bottom: 30px;
}

.eventsIn a {
    display: inline-block;
    text-align: left;
    color: #555;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 10px 15px;
    padding-left: 25px;
    position: relative;
}

.eventsIn a .before {
    content: "";
    background-color: transparent;
    display: block;
    width: 15px;
    height: 15px;
    border: 4px solid #00ff50;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
    z-index: 5;
}

.eventsIn a .point {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    left: -1px;
    top: 1px;
    box-shadow: 0 0 0 1px #00ff50;
    -webkit-animation: pin-point 2s linear infinite;
    animation: pin-point 2s linear infinite;
}

.eventsIn a:nth-of-type(8n+1) .before {
    border-color: #d1253d;
}

.eventsIn a:nth-of-type(8n+1) .point {
    box-shadow: 0 0 0 1px #d1253d;
}

.eventsIn a:nth-of-type(8n+2) .before {
    border-color: #00bec5;
}

.eventsIn a:nth-of-type(8n+2) .point {
    box-shadow: 0 0 0 1px #00bec5;
}

.eventsIn a:nth-of-type(8n+3) .before {
    border-color: #598e07;
}

.eventsIn a:nth-of-type(8n+3) .point {
    box-shadow: 0 0 0 1px #598e07;
}

.eventsIn a:nth-of-type(8n+4) .before {
    border-color: #E0B91C;
}

.eventsIn a:nth-of-type(8n+4) .point {
    box-shadow: 0 0 0 1px #E0B91C;
}

.eventsIn a:nth-of-type(8n+5) .before {
    border-color: #F46517;
}

.eventsIn a:nth-of-type(8n+5) .point {
    box-shadow: 0 0 0 1px #F46517;
}

.eventsIn a:nth-of-type(8n+6) .before {
    border-color: #E10000;
}

.eventsIn a:nth-of-type(8n+6) .point {
    box-shadow: 0 0 0 1px #E10000;
}

.eventsIn a:nth-of-type(8n+7) .before {
    border-color: #7D14E8;
}

.eventsIn a:nth-of-type(8n+7) .point {
    box-shadow: 0 0 0 1px #7D14E8;
}

.locationListing {
    background: #1d1d1d;
    border-top: 1px solid #080808;
}

.locationListing a {
    color: white;
}

@-webkit-keyframes pin-point {
    0% {
        -webkit-transform: scale(1);
        opacity: .8
    }
    50% {
        opacity: .8
    }
    100% {
        -webkit-transform: scale(1.6);
        opacity: 0
    }
}

@keyframes pin-point {
    0% {
        transform: scale(1);
        opacity: .8
    }
    50% {
        opacity: .8
    }
    100% {
        transform: scale(1.6);
        opacity: 0
    }
}

.conferences-list-by-stream {
    border-top: 3px solid currentColor;
    margin-top: 55px;
}

.listingHeading {
    margin: -25px 0 25px;
}

.listingHeading>span {
    display: inline-block;
    background-color: #dac895;
}

.listingHeading>span>span {
    display: inline-block;
    padding: 10px 15px;
    background-color: #1d1d1d;
    color: #e0b91c;
    border-left: 8px solid #dac895;
    border-right: 8px solid #dac895;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
	font-family: impact;
	letter-spacing: 1px;
}


/* 
.btn-icon {
    position: relative;
}

.btn-icon span {
    padding-right: 40px;
}

.btn-icon .fa {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 15px;
    color: white;
} */

.conference-details-main {
    margin-bottom: 20px
}

.navbar-default .navbar-brand {
    padding: 0;
}

.navbar-brand>img {
    width: 180px;
    background: beige;
    padding: 0 15px;
}

.navbar-default .navbar-nav>li>a {
    color: #dac895;
    font-size: 20px;
}

.landing-info-main h3 {
    background: rgba(245, 245, 220, 0.38);
    color: #811529;
}