/*

  You can add your own CSS in this file, this code will overwrite main stylesheet file.

*/

/*

@import url(http://fonts.googleapis.com/css?family=example);

*/



/*

If you want to change fonts decomentate and overwrite with your font name

*/



/*

body {

	font-family: 'fontName';

}

*/

/*

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

	font-family: 'fontName';

}

*/

/*

p {

	font-family: 'fontName';

}

*/

/*

span {

	font-family: 'fontName';

}

*/

/*

input, textarea, select, label, small {

	font-family: 'fontName';

}

*/





/* 

  And some media queries for you

*/

@media screen and (max-width: 1024px) {



}

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

  

}
.choice {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 90%;
    font-size: 1.2em;
    font-weight: bold;
}

.choice-cell {
    width: 100%;
    display: table;
    padding: 5px;

    border: solid 1px #aaa;
    height: 60px;
    margin-bottom: 15px;
    margin-top: 10px;
    cursor: pointer;
}

.choice-cell:hover {
    -webkit-box-shadow: 4px 4px 11px 0px rgba(158,158,158,1);
    -moz-box-shadow: 4px 4px 11px 0px rgba(158,158,158,1);
    box-shadow: 4px 4px 11px 0px rgba(158,158,158,1);
}

.choice-check {
    display: table-cell;
    width: 10%;
    vertical-align: middle;
}


.participant {
    margin-bottom: 5px;
}

.participant > * {
    display: table-cell;
    vertical-align: middle;
}

.info-media img {
    width: 30%;
    height: auto;
    margin: 2px;
}

.participant-number {
    
    padding-top: 16px;
    font-size: 1.5em;
    color: #333;
    line-height: 50px;
}

.remove-participant {
    padding-top: 10px;
    cursor: pointer;
    color: #ddd;
}

.remove-participant:hover {
    color: #333;
}

.add-participant {
    margin-top: 0px;
}



.order-section h3{
    margin-top: 20px;    
}

#checkout-fail {
    color: red;
    font-size: 18px;
}

#checkout-success {
    color: green;
    font-size: 18px;
}

#paynow {
    
}

.paynowrow {
    margin-top: 20px;
}

.maplink {
    color: #617faf;
}

.xwrapper {
  width: 100%;
  /* whatever width you want */
  display: inline-block;
  position: relative;
}
.xwrapper:after {
  padding-top: 100%;  
  display: block;
  content: '';
}

.xmain {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /* fill parent */
    
    
    
  /* let's see it! */
  color: #333;    
}

.twrapper {
    display: table;
    width: 100%;
    height: 100%;
    border: 0px;
}

.tinner {
    display: table-cell;
    width: 100%;
    height: 100%;
    border: 0px;    
    vertical-align: middle;
    text-align: center;
    font-size: 2em;
    
    background: rgba(0, 0, 0, 0.52);
    color: #fff;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
}









.ws-topic .media {
  position: relative;
}
.ws-topic .media .info-media {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 96%;
  height: 94%;
  background: rgba(255, 255, 255, 1);
  padding: 20px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.ws-topic .media .info-media p {
  color: #171717;
  margin: 10px 0 0;
}
.ws-topic .media .info-media .social-icons a {
  background: #fff200;
  color: #171717;
  border: 1px solid #fff200;
}
.ws-topic .media .info-media .social-icons a:hover {
  border-color: #171717;
  background: none;
}
.ws-topic .speaker-meta {
  background: white;
  padding: 25px;
  text-align: center;
}
.ws-topic .speaker-meta h1, .ws-topic .speaker-meta h2, .ws-topic .speaker-meta h3, .ws-topic .speaker-meta h4, .ws-topic .speaker-meta h5, .ws-topic .speaker-meta h6 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}
.ws-topic .speaker-meta .company span, .ws-topic .speaker-meta .company a {
  color: #171717;
  text-transform: uppercase;
  font-family: "Open Sans", "sans-serif";
  font-size: 14px;
  font-weight: 500;
}
.ws-topic .speaker-meta .company a {
  border-bottom: 3px solid #fff200;
}
.ws-topic .speaker-meta .company a:hover {
  border-color: #171717;
}
.ws-topic:hover .info-media {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
#topics .row {
    margin-bottom: 25px;
}

.about-event {
    font-size: 17px;
}

.slide-content h1 {
    background: rgba(0, 0, 0, 0.35);
    padding: 20px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
}
#c-message {
    height: 245px;
}

#contactus input, #contactus textarea, #contactus .form-submit-progress{
    color: #fff;
}

.hidden {
    display: none;
}

.contact-request-sent {
    color: #fff;
    font-size: 20px;
}

.contact-request-error {
    color: red;
    font-size: 20px;
}

.total-cell, .total-cell * {
    font-size: 20px;
    color: #333;
    margin-top: 11px;
}

#apply-discount {
    background: #aaa;
}

#discount-result {
    color: #333;
    font-size: 20px;
}

.hotel.choice-cell {
    height: 90px;
}

.choice-cell .choice{
    border-bottom: solid 5px #fff;
}
.choice-cell.active .choice{
    border-bottom: solid 5px #fff200;
}



.participants-limit {
    width: 150px;
    height: 150px;
    text-align: center;
    display: inline-block;
    background: #ffffff;

    -webkit-box-shadow: 7px 7px 27px 0px rgba(143,143,143,1);
    -moz-box-shadow: 7px 7px 27px 0px rgba(143,143,143,1);
    box-shadow: 7px 7px 27px 0px rgba(143,143,143,1);
}

.participants-limit div {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: black;
    color: white;
    margin-top: 10px;
    border-radius: 10px;
    padding-top: 10px;
    font-size: 2.6em;
    font-weight: bold;
}

.participants-limit p {
    color: black;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 10px;
}



.logodiv {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
}

#discount-apply-error {
    color: red
}

.total-discount, .total-discount .discount {
    color: green;
}

.topic-entry {
    margin-bottom: 20px;
}

.topic-entry h3 {
    font-size: 24px;
    display: inline-block;
    line-height: 100%;
    background: white;
    font-weight: 700;
    letter-spacing: 1px;
}
.topic-entry p {
    margin-left: 50px;
    color: #747e86;

    border-left: 4px solid #fff200;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.speaker-note p {
    color: #747e86;
}

.speaker-note a {
    background: #fff200;
    color: #171717;
    border: 1px solid #fff200;
}

#speakers>.container>.row {
    margin-bottom: 10px;
}

#agenda .agenda-header {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    color: black;
    text-transform: uppercase;
    /* background: #f1f1f1; */
    box-shadow: none;
    border: none;
    height: 25px;
}

.agenda-day div {
    border: 1px solid #aaaaaa;
    padding: 5px;
    margin: 5px;
    box-shadow: 3px 3px 17px 0px rgba(143,143,143,1);
    margin-bottom: 15px;
    height: 90px;
    background: #ffffff;
}

.agenda-topic {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #171717;
    padding: 0;
    margin-bottom: 5px;
}

.agenda-time {
    text-align: center;
    font-size: 11px;
    color: gray;
    padding: 0;
    margin: 0;
}

.bg-gray {
    background: #cccccc;
}

#agenda .agenda-narrow {
    height: 65px;
}

.responsive ul.navmenu {
    display: none;
}

ul.navmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-top: -10px;
    margin-left: 50px;
}

ul.navmenu li {
    float: left;
}

ul.navmenu li a {
    display: block;
    padding: 15px;
    color: white;
    cursor: pointer;
    font-weight: normal;
}

.in-place ul.navmenu li a, ul.navmenu li a {
    color: #171717;
}

ul.navmenu li a:hover {
    color: #fff200;
}



.testimonialTwo blockquote{padding:30px 30px 20px;font-size:13px;line-height:24px;border-left:0;background:#fff; box-shadow: 7px 7px 27px 0px rgba(143,143,143,1);}
.testimonialTwo .media-left{padding-right:15px}
@media only screen and (max-width : 479px) {
    .testimonialTwo .media-left{padding-right:0;display:block;margin-bottom:20px}
}
.testimonialTwo .media img{width:140px;height:140px;border-radius:50%}
.testimonialTwo .media-heading{font-size:16px;line-height:14px;color:#ff4400;margin:0}
.testimonialTwo .media-body .date{font-size:14px;display:block;line-height:16px;margin-bottom:12px; margin-top: 7px}
.testimonialTwo blockquote footer{font-size:10px;color:#969595;text-transform:uppercase}
.testimonialTwo blockquote footer:before{content:''}
.testimonialTwo blockquote footer .rating li{display:inline-block}
.testimonialTwo blockquote footer .rating a{font-size:14px;color:#ffa200;line-height:16px}


a.inline {
    color: #969595;
    font-weight: normal;
    cursor: pointer;
}

a.redlink {
    color: #ff4400;
    font-weight: normal;
    cursor: pointer;
}

.hidesoft {
    display: none;
}

#discount-result {
    color: #ff4400;
}