body {
  background-color: #fff !important;
  font-family: 'Open Sans', sans-serif,Helvetica, Arial;
  font-size: 14px;
}

.cz-w100 {
  width: 100% !important;
}

.row-no-padding a {
  //color: rgb(30,10,60) !important; 
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.4 !important;
}

a {
  color: #F4004D !important;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: none !important;
}

.toolbar-menu a,
.toolbar-shortcuts a {
  color: #fff !important;
}

.panel-title {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.ui-widget {
  font-family: 'Open Sans', sans-serif,Helvetica, Arial !important;
  font-size: 0.9em !important;
}

.logo {
  margin-top:33px;
  margin-bottom:33px;
}

.navbar {
  margin-bottom:0 !important;
}



.navbar-default {
  background-color: #fff !important;
}

.navbar-collapse {
  //margin-top: -60px;
}

.navbar-toggle {
  margin-top:0 !important;
  margin-bottom:0 !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  border: 0px solid transparent !important;
  border-radius: 0px !important;
}

.nav-shortcut {
  margin-top: -120px;
}


.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff !important;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgb(30,10,60) !important;
}

.region-content {
   background-color: #f5f5f5 !important;
}

.img-rounded {
  border-radius:0px !important;
}

button {
  outline: none !important;
}

h4 {
  font-size: 17px !important;
  color: rgb(30,10,60) !important;
}

h5 {
  font-size: 15px !important;
  color: rgb(137,12,88) !important;
}


h4, h5 {
  font-weight: 600;
}

h6 {
  font-size: 13px !important;
  font-weight: 600;
}

.navbar-collapse {
  float:right;
}

.nav-tabs > li > a {
  border-radius: 0 !important;
}

.region-navigation {
  height: 30px;
}

.header_bar {
  //background-color:rgb(30,10,60);
  background-color: #850921;
  padding:0 !important;
  //padding-left:30px !important;
  //padding-bottom:30px !important;
  //padding-top:30px !important;
  color: #fff;
  border-bottom: 40px solid rgb(30,10,60) !important;
}

.header_bar .breadcrumb li a {
   color: #fff !important;
}


.breadcrumb {
   background:none !important;
   border-radius: 0px !important;
   padding-left: 0px !important;
   text-transform: uppercase;
   margin-top: 20px;
   margin-bottom: 0px !important;
}


.page-header {
 font-size: 2.8em !important;
 border:0 !important;
}

.search-bar-container{
}


.event-search-register,
.home-search {
   //background-color:#34353D;
   padding: 15px;
   padding-left: 0px;
   padding-right: 0px;
   //border: 1px solid #cacaca;
}
.event-search-register {
  padding: 30px !important;
}

.event-search-register h5 {
  font-size: 18px !important;
}

#term, #term:focus,
.home-search input,
.home-search input:focus
 {
  border: 1px solid #cacaca;
  outline: none !important;
}

#term,
#smart-search-register,
#smart-search {
  width: 100%;
  padding: 9px;
  border-radius: 2px;
  font-size: 15px !important;
  border: 1px solid #cacaca !important;
}

#smart-search-register:hover, #smart-search-register:focus {
  outline: none !important;
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 28px;
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 12px 15px;
    pointer-events: none;
    background-color: rgb(30,10,60);
    color: #fff;
    font-size: 16px;
}

.icon-search:after {
  font-family: 'Open Sans', sans-serif,Helvetica, Arial;
  font-size: 16px;
  content: "SEARCH";
}


.icon-search-all:after {
  font-family: 'Open Sans', sans-serif,Helvetica, Arial;
  font-size: 16px;
  content: "" !important;
}

#search-all > div {
  margin-top:10px !important;
}

.right-inner-addon .i-search-txt {
  font-family: 'Open Sans', sans-serif,Helvetica, Arial;
  font-size: 16px;
}

/*.nav-search-event {*/
.nav-shortcut-desktop {
  float: right;
  line-height: 50px;
}

.content_wrap {
  padding: 15px;
}

.webform-submit {
    background-color: rgb(30,10,60) !important;
    color: #fff !important;
    border: 1px solid rgb(30,10,60) !important;
    border-radius: 2px!important;
    font-size: 14px!important;
    padding: 8px 16px!important;
    display: inline-block!important;
    transition: all 0.3s ease!important;
    text-decoration: none!important;
}

.webform-submit:hover, .webform-submit:focus {
   background-color: #fff !important;
   color: rgb(30,10,60) !important;
   transition: all 0.3s ease!important;
   text-decoration: none!important;
}

.btn-default,
.btn_dark {
    background-color: rgb(30,10,60) !important;
    color: #fff !important;
    //border: 1px solid rgb(30,10,60) !important;
    border-radius: 2px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif,Helvetica, Arial;
    padding: 8px 12px;
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none;
}


.btn-default:hover, .btn-default.active, .btn-default:focus,
.btn_dark:hover, .btn_dark.active, .btn_dark:focus {
   background-color: #fff !important;
   color: rgb(30,10,60) !important;
   transition: all 0.3s ease;
   text-decoration: none;
}

.btn_dark {
  border: 1px solid rgb(30,10,60) !important;
}

.btn_full_width {
  text-align:center;
  width:100%;
}



.terms {
  text-align:center;
  font-size:11px;
  background-color: #cacaca;
  padding: 10px;
  max-width: 1280px;
}

/*
.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
*/
.col-no-padding {
  padding: 0 !important;
}

.row-no-padding {
    margin-left: 0 !important;
    margin-right: 0 !important;
}


.search-bar-container > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.container {
  padding-left:0 !important;
  padding-right:0 !important;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
     margin-right: 0px !important;
     margin-left: 0px !important; 
}

/*
.footer {
   background-color: #34353D;
   color: #fff;
   margin-top: 0px !important;
   border: 0 !important;
   padding: 15px !important;
   font-size: 13px;
   max-width: 1280px;
}

[class*="footer_"] > ul {
  margin-left: -40px;
}

[class*="footer_"] > ul > li {
  list-style-type: none;
}

.fp_signup {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 2px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif,Helvetica, Arial;
    padding: 8px 16px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none;
}

.fp_signup:hover, .fp_signup:focus {
   background-color: #fff;
   color: #333;
   transition: all 0.3s ease;
   text-decoration: none;
}

.footer_5 > ul {
  columns: 3;
}

.footer_1 > ul > li, .footer_2 > ul > li, .footer_4 > ul > li {
    margin-bottom: 10px;
}

.footer_5 > ul > li {
    margin-bottom: 20px;
}

.phone:before {
   font-family: FontAwesome;
   top:0;
   left:-5px;
   padding-right: 8px;
   content: "\f095";
}

.email:before {
   font-family: FontAwesome;
   top:0;
   left:-5px;
   padding-right: 8px;
   content: "\f0e0";
}

.address {
  padding-left: 15px;
}

.address:before {
   font-family: FontAwesome;
   top:0;
   margin-left:-15px;
   padding-right: 8px;
   content: "\f041";
}

*/

/* Event Search */
/*
#cz-core-fn-search-events-filter-form {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -100px;
}

#edit-search-events {
   background: none !important;
   color: #fff;
   border: 0 !important;
   box-shadow: none !important;
}

.evt_filter_box {
  background-color: #9BB8D3;
  //background-color: #cacaca;
  padding: 10px;
  border-radius: 2px;
  color: #fff;
}
.panel-heading {
  padding-bottom:0px!important;
  float: right !important;
}
*/

.contact_content_row {
  background-color: #f7f7f7;
}


.contact_form h4:first-of-type,
.contact_info h4:first-of-type,
.contact_sidebar h4:first-of-type {
  margin-top: 0 !important;
}

.contact_form, .contact_info {
  padding:28px;
  font-size: 14px;
}

.contact_sidebar {
  background-color: #ebebeb;
  color: #737373;
  padding:20px;
  padding-top:28px !important;
  font-size: 14px;
}

.contact_info  .item-head {
  font-weight: 600;
  width: 99%;
  float: left;
  margin-bottom: 5px;
}

.contact_info  .item-info {
  width: 99%;
  float: left;
  margin-bottom: 20px;
}

.connect_social {
  margin-top:30px!important;
}

.contact_sidebar  .item-head {
  font-weight: 600;
  width: 50%;
  float: left;
  margin-bottom: 20px;
}

.contact_sidebar  .item-info {
  width: 49%;
  float: left;
  margin-bottom: 20px;
}

.contact_form > div > p {
  //margin-top: 10px !important;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.about_content_row {
  background-color: #f7f7f7;
}

.about_content {
  padding:28px;
  font-size: 14px;
}

.about_content img {
  max-width: 100%;
}

.about_sidebar {
  background-color: #ebebeb;
  color: #737373;
  padding:20px;
  padding-top:28px !important;
  font-size: 14px;
}


.about_sidebar > div > h5 {
  margin-top:0 !important;
}


.team-name {
  font-weight: 600;
}

.team-job-title {
  font-style: italic;
  color: #858585;
}

.team-company {
  font-weight: 600;
  color: #858585;
}


.team-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left:0 !important;
}

.team-content > [class*='col-'] {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       margin-bottom: 30px;
  padding-left:0 !important;
}


.team-photo {
  max-width:100%;
  width:220px;
}

.team-member {
  //overflow:hidden;
}

.team-member img {
  transition: all .4s ease-in-out;
}

.team-member:hover img {
     transform:scale(1.1);
    -ms-transform:scale(1.1); /* IE 9 */
    -moz-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
}

.our-team {
   max-width:100%;
}

.profile-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      background-color:#f1f1f1;
      padding-top:15px;
}

.profile-item > [class*='col-'] {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       margin-bottom: 30px;
}


.profile-item a,
.profile-item a:hover {
  color: rgb(224,0,77) !important;
}

.profile-name {
  font-weight:600;
  color: rgb(137,12,88);
  font-size: 15px; 
}

.profile-job-title {
  font-weight:600;
  font-size: 13px; 
}

.profile-contact {
  font-weight:600;
  text-transform: uppercase;
}

/*Login popup fix */
#drop-down-login-wrapper .dropdown {
  padding-bottom: 40px;
}

#drop-down-login-wrapper .dropdown ul {
  margin-bottom: 25px;
}

/**/


.sponsor_phone, .sponsor_email {
  margin-bottom: 25px;
}


.sponsor_phone:before {
   font-family: FontAwesome;
   top:0;
   left:-5px;
   padding-right: 8px;
   content: "\f095";
}

.sponsor_email:before {
   font-family: FontAwesome;
   top:0;
   left:-5px;
   padding-right: 8px;
   content: "\f0e0";
}

/* Modal Register */

.modal-content {
  border: 16px solid #cacaca!important;
  border-radius: 2px !important;
}

.modal-header {
  background-color: #cacaca;
}

.modal-body {
    padding-bottom: 0!important;
}

.evt_reg_tbl_head {
  padding: 5px;
  background-color: #cacaca;
}

.evt_reg_tbl_head > div {
  font-weight: 600 !important;
}

.evt_reg_tbl_info {
  padding: 5px;
  background-color: #cacaca;
  margin-top: 15px;
}

.row_wrap > div {
  padding: 5px;
  border-bottom: 1px solid #f7f7f7;
}

.row_wrap > div:nth-child(even){
  background-color: #ffffff;
}
.row_wrap > div:nth-child(odd){
  background-color: #f9f9f9;
}

.evt_reg_tbl_head {
/*.row_wrap > div {*/
  margin: 5px;
}


.tbl_head {
  padding: 5px;
  background-color: #a3a3a3;
  font-weight:600;
  color: #fff;
}

.tbl_info {
  padding: 5px;
  background-color: #cacaca;
  margin-top: 15px;
  margin-bottom: 20px;
}

.tbl_msg,
.tbl_head,
.row_wrap > div {
  margin: 5px;
}


/**/


.cz_content_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cz_content_row > [class*='col-']  {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top:10px;
}

ul.two-col {
     columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

div.space-border {
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #cacaca;
}


.quicktabs-hide {
  display: block;
  opacity: 0 !important;
  position: absolute;
  top: -999999px;
}

.quicktabs-tabpage {
  -webkit-transition:all 2s ease 0s;
  -moz-transition:all 2s ease 0s;
  -o-transition:all 2s ease 0s;
  transition:all 2s ease 0s;
}

.latest_video {
  width: 100%;
     display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    margin-bottom: 30px;
    padding:0!important;
}
.latest_video div {
    padding:0!important;
}
.latest_video_img {
  //width: 80px;
  float: left;
  //margin-right:15px;

       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;

}

.latest_video_info {
       //width: 70%;
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
  
}

.latest_video_info .video-title {
  font-size: 12px;
  font-weight: 600;
  color: #666;
}

.latest_video_info .video-speaker-name {
  font-size: 11px;
  font-weight: 600;
  color: #a3a3a3;
}


.latest_video_info .video-speaker-company {
  font-size: 11px;
  font-style: italic;
  color: #a3a3a3;
}

.latest_video_info .event-title {
  font-size: 11px;
  color: #666;
}

.spk-wrap {
     display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    margin-bottom: 30px;
}

.spk-item {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       padding-left: 0;
  margin-bottom: 25px;
}

.spk-item .spk-name {
  font-size: 12px;
  font-weight: 600;
  color: #333;
}

.spk-item .spk-job-title {
  font-size: 11px;
  font-weight: 600;
  color: #a3a3a3;
  font-style: italic;
}

.spk-item .spk-company {
  font-size: 12px;
  font-weight: 600;
  color: #a3a3a3;
}

.ui-corner-all,.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl,.ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-radius:0px !important;
}

.com_odd {
  //background-color: #e7e7e7;
  border-bottom: 1px solid #cacaca;
  margin-bottom:5px;
}

.com_even {
  //background-color: #f7f7f7;
  border-bottom: 1px solid #cacaca;
  margin-bottom:5px;
}

span.hl_results {
  background-color: #ffff66;
}

#block-system-main {
  //padding:20px;
}

#edit-field-pro-company-und-0-field-com-id {
  display: none;
}

.badge {
    background-color: #800000 !important;
    position: relative;
    top: -15px;
    left: -20px;
}

.top-img-nav {
  float:right;
  margin-top:20px;
  text-align:center;
  padding-left:10px;
}

.top-img-nav > li {
  float: left;
  list-style-type: none;
}

.top-img-nav > li > a {
  width: 50px;
  display:block;
  color: rgb(30,10,60) !important;
}

.navbar-default .navbar-nav > li >  a {
  font-size: 14px !important;
  color: rgb(30,10,60) !important;
  padding-bottom: 5px !important;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent !important;
  border-bottom: 6.5px solid #9BB8D3;
}

.navbar-default .navbar-nav > .dropdown > a:hover,
.navbar-default .navbar-nav > .dropdown > a.active,
.navbar-default .navbar-nav > .dropdown > a:focus,
.active-trail dropdown-toggle active {
   border-bottom: 0 !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent !important;
}

.dropdown-menu > li > a {
  color: rgb(30,10,60) !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color:rgb(30,10,60) !important;
  color: #fff !important;
}

.cz-block-content {
  padding: 28px;
}


.conferenz-user-login-form-wrapper,
#user-profile {
      padding: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#user-register-form .conferenz-user-login-form-wrapper,
#user-login .conferenz-user-login-form-wrapper {
   max-width: 594px!important;
}

.conferenz-user-login-form-wrapper .form-wrapper {
  width: 100%;
}

.user-profile-item {
  font-weight: 600;
  font-size: 13px;
}

.user-profile-item-val {
  font-size: 13px;
}

.cz_padding, .webform-client-form-1161 {
  padding: 20px;
}

#user-pass-reset {
  padding: 30px !important;
}

/* AutoComplete */


/* highlight results */

.auto-display-all {
  color: #e9004c !important;
  font-weight: bold;
}

.ui-autocomplete span.hl_results {
    background-color: #ffff66;
}

/* loading - the AJAX indicator */
.ui-autocomplete-loading {
    //background: white url('../img/ui-anim_basic_16x16.gif') right center no-repeat;
}

/* scroll results */
.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding for vertical scrollbar */
    //padding-right: 5px;
    border: 1px solid #cacaca;
    border-top: 0 !important;
    border-bottom: 15px solid #cacaca !important;
}

.ui-autocomplete li:last-child {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ui-autocomplete li {
    font-size: 13px !important;
    border-bottom: 1px solid rgba(30,10,60,0.05);
}

/*.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {*/
li.ui-state-hover,  li.ui-state-focus {
    border: 0 !important;
    border-bottom: 1px solid rgba(30,10,60,0.05) !important;
}

.ui-accordion-header .ui-state-hover {
   border: 1px solid rgba(30,10,60,0.05) !important;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  color: rgb(30,10,60) !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  color: rgb(137,12,88) !important;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: 0 !important;
}

.ui-menu-item a {
  color: rgb(30,10,60) !important;
}

.ui-menu-item a:hover {
  color: rgb(137,12,88) !important;
}

.ui-state-hover, .ui-state-focus {
   border: 1px solid rgba(30,10,60,0.9) !important;
   background-color:  rgba(30,10,60,0.2) !important;
   outline: none !important;
}



/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 250px;
}


/*footer */

.footer {
   color: #fff;
   border: 0 !important;
   padding: 28px !important;
   font-size: 12px;
   background-color: #34353D;
   color: #fff;
   margin-top: 0px !important;
   max-width: 1280px;
}


[class*="footer_"] {
  margin-bottom: 30px;
}

[class*="footer_"] h5 {
  color: #fff !important;
  font-size: 14px !important;
  margin-bottom: 20px;
}

[class*="footer_"] a {
  color: #fff !important;
}

[class*="footer_"] a:hover {
  color: #fff !important;
  text-decoration: underline;
}


[class*="footer_"] > ul {
  margin-left: -40px;
}

[class*="footer_"] > ul > li {
  list-style-type: none;
}

.footer_3 a {
    background: transparent;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 2px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif,Helvetica, Arial;
    padding: 5px 18px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.footer_3 a:hover, .footer_3 a:focus {
   background-color: #fff !important;
   color: #333 !important;
   transition: all 0.3s ease;
   text-decoration: none !important;
}

.footer_5 > ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

.footer_3 {
  //padding-right: 5px;
}

.footer_4 {
  //margin-left: 30px;
}

.footer_1 > ul > li, .footer_2 > ul > li, .footer_4 > ul > li {
    margin-bottom: 10px;
}

.footer_5 > ul > li {
    margin-bottom: 20px;
}

.footer img {
  max-width: 100%;
}

.phone:before {
   font-family: FontAwesome;
   top:0;
   left:-5px;
   padding-right: 18px;
   content: "\f095";
}

.email:before {
   font-family: FontAwesome;
   top:0;
   left:-5px;
   padding-right: 18px;
   content: "\f0e0";
}

.address {
  padding-left: 30px;
}

.address:before {
   font-family: FontAwesome;
   top:0;
   margin-left:-28px;
   padding-right: 20px;
   content: "\f041";
}

.contact_sidebar a,
.contact_info a {
  color: rgb(224,0,77) !important;
}


.contact_sidebar a:hover,
.contact_info a:hover {
  color: rgb(224,0,77) !important;
}

.team-content > div > a,
.team-content > div > a:hover {
  color: rgb(137,12,88)!important;
  text-decoration: none !important;
}

.ui-accordion-header-active {
  background-color: #eee !important;
  border: 1px solid #aaa !important;
  border-bottom: 0 !important;
  outline: none !important;
}

.sp-guest-wrap {
  padding: 15px;
  border: 1px solid #cacaca;
  margin-bottom: 20px;
}


.register-for-event {
  float:right;
  margin-top: 29px;
}

.register-for-event a {
    width: 200px;
    text-align: center;
    background-color: rgba(244,0,77,1) !important;
    color: #fff !important;
    border: 1px solid #c11700;
    border-radius: 2px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif,Helvetica, Arial;
    padding: 8px 12px;
    display: inline-block;
    transition: all 0.6s ease;
    text-decoration: none;
    text-transform: uppercase;
}


.register-for-event a:hover {
    transition: all 0.6s ease;
    color: rgba(244,0,77,1) !important;
    background-color: #fff !important;
}


#register_event {
    background-color: rgba(244,0,77,1) !important;
    color: #fff !important;
    border: 1px solid #c11700 !important;
    border-radius: 2px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif,Helvetica, Arial;
    padding: 8px 12px;
    display: inline-block;
    transition: all 0.6s ease;
    text-decoration: none;
    text-transform: uppercase;
    width: 120px;
    text-align: center;
}



#register_event:hover {
   background-color: #fff !important;
   color: rgba(244,0,77,1) !important;
   transition: all 0.3s ease;
   text-decoration: none;
}


.header_bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
/*
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
*/
}

.header_bar > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
/*
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
*/
}

.page-header-wrap {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
}

.page-img-wrap {
  padding: 0 !important;
  border: 1px solid #cacaca;
}

.header_bar > div > .header_title {
   align-self: center;
}

.page-img-wrap img {
    max-width: 100%;
    width: auto;
    background-color: #fff;
    display: block;
    text-align: center;
}

.testimonial_sb:before {
   font-family: FontAwesome;
   top:0;
   margin-left: -30px;
   padding-right: 5px;
   content: "\f10d";
   font-size: 25px;
   color: rgb(30,10,60) !important;
}

.testimonial_sb {
   margin-left: 30px;
}

.testimonial_sb div {
  margin-top: -25px !important;
}

.testimonial_sb div,
.testimonial_sb span {
  font-style: italic;
}

.testimonial_sb strong,
.testimonial_sb em {
   color: rgb(30,10,60) !important;
}

.rego-options {
  padding:28px;
}

.evt_reg_tbl_msg {
  padding-left: 0 !important;
}

.access-denied {
  padding: 30px !important;
  font-size: 14px;
  font-weight: 600;
}

.header_bar_shadow {
    opacity: 1;
    padding: 0px;
    border: 0px solid rgb(200, 200, 200);
    border-radius: 0px;
    width: 100%;
    height: 5px;
    background-image: linear-gradient(rgba(77, 77, 77, 0.419608) 0%, rgba(33, 33, 33, 0) 100%);
    background-color: transparent;
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: repeat;
}

.about_content h4:first-of-type {
  margin-top:0 !important;
}


.opt_collapse_true h6:after {
  position: absolute;
  font-family: 'FontAwesome';
  //right: 25px;
  //content: "\f146";
  content: "\f13a";
  padding-left: 15px;
  font-size:15px;
}


.opt_collapse_false h6:after {
  position: absolute;
  font-family: 'FontAwesome';
  //right: 25px;
  //content: "\f0fe";
  content: "\f139";
  padding-left: 15px;
  font-size:15px;
}

.sponsor-opt-head {
  cursor: pointer;
}

.sponsor-opt-head h6:before {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f0c8";
  color: #fff;
  font-size: 10px !important;
  //color: rgb(30,10,60);
  margin-left: -20px;
}


.sponsor-opt-head h6 {
  margin-left: 15px;
}

.cz_content_row > .col-sm-12 {
  padding-left:0 !important;
}
.sponsor-opt-desc {
  display: none;
}

.sp_opt_wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 25px !important;

      //display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;


}

.sp_opt_1, .sp_opt_2, .sp_opt_3, .sp_opt_4, .sp_opt_5, .sp_opt_6 {
  padding-left: 0 !important;

      //display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 20px;
}


.sp_opt_2,.sp_opt_4, .sp_opt_6 {
  padding-right: 0!important;
}

.sp_opt_5 > div,
.sp_opt_6 > div,
.sp_opt_1 > div,
.sp_opt_2 > div,
.sp_opt_3 > div,
.sp_opt_4 > div {
  border: 1px solid #cacaca;
  box-sizing: border-box;
  width: 99%;
  color: #fff !important;
  padding-bottom: 25px !important;
}


.sp_opt_1 > div {
   background-color: #890c58;
}

.sp_opt_2 > div {
   background-color: #f4004d;
}

.sp_opt_3 > div {
   background-color: rgb(30,10,60);
}

.sp_opt_4 > div {
   background-color: #f58220;
}

.sp_opt_head {
    padding: 15px;
    border-bottom: 2px solid #fff;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.sp_opt_head > h5 {
  color: #fff !important;
  font-size: 17px !important;
  margin-top: 0 !important;
}

.sp_opt_content > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*
.sp_opt_1 > div > .sp_opt_head {
    padding: 10px;
    border-bottom: 2px solid #890c58;
}

.sp_opt_2 > div > .sp_opt_head {
    padding: 10px;
    border-bottom: 2px solid #f4004d;
}

.sp_opt_3 > div > .sp_opt_head {
    padding: 10px;
    border-bottom: 2px solid #f58220;
}

.sp_opt_4 > div > .sp_opt_head {
    padding: 10px;
    border-bottom: 2px solid #9BB8D3;
}
*/

.sp_opt_content {
  padding: 25px;
}

.sponsor-opt-head h6 {
  font-size: 14px !important;
}

.modal-dialog {
  padding: 0 !important;
}

.evawards-wrap {
  padding: 25px !important;
  width:100%;
}

.evawards-wrap legend {
  background-color: #cacaca !important;
}

.evawards-wrap input[type="file"] {
    display: inline-block;
    width: 50%;
    margin-right: 20px;
}
