/* Table of Content */
/* -------------------- */
/* 1. Imports & Clears */
/* 2. Reset */
/* 3. General */
/* 4. Main Container */
/* 5. Header */
/* 6. Topics */
/* 7. Speakers */
/* 8. Schedule */
/* 9. Testimonials */
/* 10. Registration & Sponsors */
/* 11. Footer Section */
/* -------------------- */
/* 1. Imports & Clears */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&subset=latin,latin-ext);
.header .menu:after, .header ul:after, .when:after, .where:after, .topics .container:after, .speakers:after, .featured:after, .schedule ul:after, .day:after, .event:after, .event .event-info div:after, .bullets:after, .registration:after, .sponsors .container:after, .info:after, .social div:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden; }

/* all default colors

#ea4c0f - orange, original color
#10a1d6 - light blue
#008CD2- blue
#95a5a5 - gray
#913d88 - purple
#c51330 - red
#eb7f9f - pink
#f39c11 - yellow
#1bbc9b - light green
#4daf7c - green

*/
/* natural box layout model to all elements */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* 2. Reset */
body, h1, h2, h3, h4, h5, h6, ul, li, form, div, p, ol, button, hr, blockquote {
  margin: 0;
  padding: 0; }

blockquote{ border-left: 0px; }

article, figure, footer, header, nav, section, details, summary {
  display: block; }

/* 3. General */
html {
  background: white; }


@font-face {
 font-family: "myriad-pro";
 src: url("../fonts/MyriadPro-Light.otf")
}

body {
  font: 14px  "myriad-pro",Verdana Open Sans, sans-serif;
  text-align: center;
  color: black; }
  @media all and (max-width: 640px) {
    body {
      font-size: 13px; } }

p.text { font-size: 14px; /*font-size: 12px;*/ font-family: "myriad-pro",Verdana, Open Sans, sans-serif;
  color: black; /*color: #8888a5; */
  margin-bottom: 10px;}

p.text_white {font-size: 11px; font-family:"myriad-pro",Verdana, Open Sans, sans-serif;
  color: white;
  margin-bottom: 10px;}

h1, h2, h3 {
  margin-bottom: 30px;
  line-height: 1.1em; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif; }

p, h4, h5, h6 {
  margin-bottom: 10px; }

input:focus, textarea:focus {
  outline: none; }

textarea {
  resize: none; }

h1, h2 {
  font-size: 4.5em;
  font-weight: bold; }
  @media all and (max-width: 1180px) {
    h1, h2 {
      font-size: 4.57143em; } }
  @media all and (max-width: 940px) {
    h1, h2 {
      font-size: 4em; } }
  @media all and (max-width: 780px) {
    h1, h2 {
      font-size: 3.42857em; } }
  @media all and (max-width: 480px) {
    h1, h2 {
      font-size: 2.85714em; } }

h2 {
  font-weight: 300; }

div {
  width: auto;
  height: auto;
  margin: 0 auto; }

a {
  text-decoration: none;  /*text-decoration: underline;*/
  color: black;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover {
    text-decoration: none;
    color: black; }

.subtitle, .topics h3 {
  font-size: 1.5em;
  font-family: "myriad-pro",Roboto Condensed, sans-serif;
  font-weight: 300;
  text-transform: uppercase; }
  @media all and (max-width: 1180px) {
    .subtitle, .topics h3 {
      font-size: 1.78571em; } }
  @media all and (max-width: 940px) {
    .subtitle, .topics h3 {
      font-size: 1.71429em; } }
  @media all and (max-width: 780px) {
    .subtitle, .topics h3 {
      font-size: 1.57143em; } }
  @media all and (max-width: 480px) {
    .subtitle, .topics h3 {
      font-size: 1.5em; } }

/* 4. Main Container */
.page {
  text-align: left;
  overflow: hidden; }
  /*.page .container {
    max-width: 1180px; }
    @media all and (max-width: 1180px) {
      .page .container {
        width: 98%; } }*/

/* 5. Header */
.header {
  height: 1002px;
  /*background: #888888 url("../images/main.jpg") 50% 0 no-repeat;*/
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*-webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 80%);
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 80%); */
  color: white;
  z-index: 1; }
  @media all and (max-width: 940px) {
    .header { position: relative;
      height: auto; } }
  .header .down-arrow {
	text-align: center; position: absolute; left: 0px; bottom: 1.5em; width: 100%; height: 5em;
  }
  .header .down-arrow a{
	height: 100%; display: inline-block;
  }
  .header .down-arrow img{
	 max-height: 98%; max-width: 100%;
  }
  .header .container {
    position: relative;
    height: 100%; }
  .header-menu .navbar-default{ background: #008CD2; border: 0px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
  .header-menu .navbar-default .navbar-nav>li a{ color: #fff; text-transform: capitalize; text-decoration: none; }
  .header-menu .navbar-default .navbar-nav>li a i{  width: 20px;}
  .header-menu .navbar-default .navbar-nav>li a:hover, .header-menu .navbar-default .navbar-nav>li.active a{ /*background: rgba(0, 129, 198, 0.8);*/ color: black;  }
  .header-menu .navbar-default .navbar-brand img{max-width: 100%; max-height: 100%; display: inline-block; height: auto; width: auto;}
  .header-menu .navbar-default .navbar-brand .white_logo{display: inline-block;}
  .header-menu .navbar-default .navbar-brand .color_logo{display: none;}
  .header-menu .navbar-default .navbar-brand{color: #fff; padding-top: 10px; padding-bottom: 10px;}
  .header-menu .navbar-default .navbar-toggle{border-color: #fff;}
  .header-menu .navbar-default .navbar-toggle:hover, .header-menu .navbar-default .navbar-toggle:focus{ background-color: #85c1e9; /*background-color: #008CD2;*/ color: black;  }
  .header-menu .navbar-default .navbar-toggle .icon-bar{background-color: #fff;}
  .header-menu .navbar-default .dropdown-menu{background: #008CD2;}
  .header-menu .navbar-default .navbar-nav>.open>a, .header-menu .navbar-default .navbar-nav>.open>a:focus, .header-menu .navbar-default .navbar-nav>.open>a:hover{ background: #008CD2; }
  @media (min-width: 971px) {
	.header-menu .navbar-default .navbar-nav>li a{ font-size: 1.2em; }
	.header-menu .navbar-default .navbar-nav>li>a{ line-height: 30px; text-transform: uppercase; }
	.header-menu .navbar-header{ height: 5em; }
	.header-menu .navbar-header a.navbar-brand{ height: 100%; }
  }

  .header-menu .navbar-alt{
	border-bottom: 4px solid #008CD2; background-color: #FFFFFF;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	animation-name: slideDown;
	-webkit-animation-name: slideDown;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease; }
  .header-menu .navbar-alt .navbar-nav>li a{ color: #008CD2; text-decoration: none; }
  .header-menu .navbar-alt .navbar-brand .white_logo{display: none;}
  .header-menu .navbar-alt .navbar-brand .color_logo{display: inline-block;}
  .header-menu .navbar-alt .navbar-toggle{border-color: #008CD2;}
  .header-menu .navbar-alt .navbar-toggle:hover, .header-menu .navbar-alt .navbar-toggle:focus{ background-color: #e4e5e6; color: #008CD2;  }
  .header-menu .navbar-alt .navbar-toggle .icon-bar{background-color: #008CD2;}

  /*.header .menu {
    background: rgba(0, 129, 198, 0.8); }
  .header ul {
    list-style-type: none;
    padding: 15px 60px;
    max-width: 1180px;
    margin: 0 auto; }
    .header ul li {
      float: left;
      margin-right: 10px; }
      .header ul li a {
        font-size: 0.9em;
		font-family:Verdana, Geneva, sans-serif;
        color: white;
        text-transform: uppercase;
        font-weight: 300; }
        .header ul li a:hover, .header ul li a.active {
          color: black; }*/
  .header h1 {
    padding-top: 100px;
    margin-bottom: 0; }
  .header .subtitle {
    margin-bottom: 80px; }
  .header a {
    text-decoration: none;
    color: white; }


.event_details{
	position: relative; padding-top: 3em; color: black;
	}
	.event_details .title{ margin-bottom: 0px; text-transform: capitalize; font-size: 3.8em; color: black; }
	.event_details .title a{text-decoration: none;}
	.event_details .subtitle{ font-size: 1.3em; color: black; }


.when, .where, .register-now {
  font-size: 1.1em;
  font-weight: 300;  }
  /*@media all and (max-width: 940px) {
    .when, .where, .register-now {
      position: static;
      margin-top: 50px; } }*/
  .when span, .where span, .register-now span {
    font-size: 1.33333em; }

.where {
   }

@media all and (max-width: 940px) {
  .when, .where {
    width: 100%; } }

/*Modified By iFactum*/
/*
.when, .where{display: table; width: 100%; }
.when .icon-holder, .when > div, .where .icon-holder, .where > div{display: table-cell; vertical-align: middle; text-align: left; white-space: normal;}
.when > div, .where > div{ padding-left: 1em;}
*/
/*End: Modified By iFactum*/


.when div, .where div {
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 5px; }
.when .icon-holder, .where .icon-holder {
  background-color: #008CD2;
  color: #fff;
  width: 64px;
  padding: 18px 0;
  text-align: center;
  font-size: 1.5em;
  -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
  margin-right: 10px;  }
.when p, .where p {
  margin-bottom: 0;
  line-height: 1.6em; }
.when strong, .where strong {
  font-weight: bold;
  text-transform: uppercase; }

.when, .where{display: table; width: 100%; }
.when .cell, .where .cell{display: table-cell; vertical-align: top; text-align: left; white-space: normal; text-align: left;}
.when .icon-cell, .where .icon-cell{ width: 3.5em; text-align: left;}
/*
.when div, .where div {
  float: left;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 5px; }
.when .icon-holder, .where .icon-holder {
  background-color: #008CD2;
  color: #fff;
  width: 64px;
  padding: 18px 0;
  text-align: center;
  font-size: 1.5em;
  -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
  margin-right: 10px;  }
.when p, .where p {
  margin-bottom: 0;
  line-height: 1.6em; }
.when strong, .where strong {
  font-weight: bold;
  text-transform: uppercase; }
@media all and (max-width: 768px) {
	.when > div, .where > div{ width: 75%; display: inline-block; }
	.when .icon-holder, .where .icon-holder { width: 64px; }
}
*/

.register-now {
  /*right: 0;
  text-align: right;*/ }
  @media all and (max-width: 1180px) {
    .register-now {
      text-align: center; } }
  .register-now a.button {
    display: inline-block;
    font-size: 1.5em; }
    @media all and (max-width: 480px) {
      .register-now a.button {
        text-align: center;
        font-size: 1.33333em;
        padding: 0 26px;
        line-height: 50px; } }



.button_link_micro {
	background: #fff;
	border: 1px solid #008CD2;
	padding: 0 1.4em;
	padding: 0 46px;
	min-width: 12em;
	text-decoration: none;
	color: #008CD2;
	text-transform: uppercase;
	line-height: 44px;
	font-weight: bold;
	font-family:  "myriad-pro","Roboto Condensed", sans-serif;
	height: 48px !important;
	display: block;
	border-radius: 3px !important;
	font-size: 1.3em;
}

.button_link_micro:hover {
    background: #008CD2;

    color: #fff;
}

.button {
 /* background: #008CD2;
  border: 3px solid #008CD2;
  padding: 0 1.4em;	/*padding: 0 46px; min-width: 12em;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  line-height: 60px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif; */
	background: #fff;
	border: 1px solid #008CD2;
	padding: 0 1.4em;
	padding: 0 46px;
	min-width: 12em;
	text-decoration: none;
	color: #008CD2 !important;
	text-transform: uppercase;
	line-height: 60px;
	font-weight: 600 !important;
	font-family: "myriad-pro", sans-serif;
	border-radius: 3px;

  }
  .button:hover {
    background: #008CD2;
    color: #fff !important; }

/* 6. Topics */
.topics {
  /*margin-top: -338px;*/
  position: relative;
  z-index: 10; }
  @media all and (max-width: 940px) {
    .topics {
      margin-top: 0; } }
  .topics .container {
    background: white;
    padding-top: 4.28em; padding-bottom: 4.28em; }
    /*.topics .container div {
      width: 33.333%;
      padding-right: 50px;
      margin-top: 30px;
      float: left; }*/
      @media all and (max-width: 780px) {
        .topics .container div {
          width: 100%;
          padding-right: 0; } }
      .topics .container div h4, .topics .container div .fa {
        color: #008CD2;
        margin-bottom: 20px; }
        @media all and (max-width: 780px) {
          .topics .container div h4, .topics .container div .fa {
            margin-bottom: 10px; } }
      .topics .container div h4 {
        font-size: 1.28571em;
        font-weight: 300; }
      .topics .container div p {
        font-size: 1em; }
  .topics p {
    color: #000000;
    font-size: 1.28571em; }

.speakers, .schedule, .why, .registration, .sponsors {
  margin-bottom: 60px; }

.speakers h2, .speakers .subtitle, .schedule h2, .schedule .subtitle {
  padding: 0px;
  margin-bottom: 0; }
.speakers .subtitle, .schedule .subtitle {
  margin-bottom: 50px; }

/* 7. Speakers */
.featured {
  background: #008CD2; }
  .featured img {
    float: left;
    width: 100%; }
  .featured h3, .featured .title {
    line-height: 1.1em;
    font-weight: 300; }
  .featured h3 {
    font-size: 2.3em; /*font-size: 2.57143em; */
    margin-bottom: 0.4em; }
    @media all and (max-width: 1180px) {
      .featured h3 {
        font-size: 2.28571em; } }
  .featured .title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.28571em;
    margin-bottom: 40px; }
    @media all and (max-width: 1180px) {
      .featured .title {
        font-size: 1.21429em;
        margin-bottom: 20px; } }
  .featured p {
    font-size: 1.14286em; }
    @media all and (max-width: 1180px) {
      .featured p {
        font-size: 1em; } }
  .featured div {
    float: left;
    width: 75%;
    padding: 20px 40px;
    color: white;
    font-weight: 300; }
   .featured div.image{ width: 25%; }
    @media all and (max-width: 980px) {
      .featured div {
        width: 100%; } }
    .featured div.image {
      padding: 0; }

.single {
  width: 25%;
  float: left;
  position: relative;
  cursor: pointer; }
  @media all and (max-width: 980px) {
    .single {
      width: 33.333%; } }
  @media all and (max-width: 780px) {
    .single {
      width: 50%; } }
  .single img {
    float: left;
    width: 100%;
    height: auto; }
  .single div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
	background: rgba(86, 177, 70, 0.85);
    padding: 20px;
    display: none;
    color: white; }
  .single h3 {
    font-size: 2.57143em;
    font-weight: 300;
    line-height: 1.1em; }
    @media all and (max-width: 780px) {
      .single h3 {
        font-size: 1.71429em; } }
  .single p {
    margin-bottom: 0; }
    .single p:last-child {
      margin-top: 6px; }
  .single strong {
    font-size: 1.28571em;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    display: inline-block; }
    @media all and (max-width: 780px) {
      .single strong {
        font-size: 1.14286em; } }
    .single strong:before {
      content: '';
      width: 30px;
      height: 5px;
      background: white;
      display: block;
      margin-bottom: 10px; }
  .single a {
    color: white;
    margin-right: 10px;
    opacity: .6; }
    .single a:hover {
      opacity: 1; }

/* 8. Schedule */
.schedule ul {
  list-style-type: none; }
  .schedule ul li {
    float: left;
    background-color: #f0f0f0;
    min-width: 33.333%;
    /*width: 33.333%; max-width: 290px;*/ }
    .schedule ul li a {
      font-weight: bold;
      text-decoration: none;
      font-size: 1.6em;
      font-family: "Roboto Condensed", sans-serif;
      line-height: 50px;
      display: block;
      padding: 0 30px; }
      @media all and (max-width: 780px) {
        .schedule ul li a {
          font-size: 1.28571em;
          padding: 0 20px;
          line-height: 40px; } }
.schedule .day {
  padding: 46px 20px;
  /*border: 3px solid #f0f0f0;*/ }

/* jQuery Tabs UI styles overwrite */
.ui-tabs {
  padding: 0; }
  .ui-tabs .ui-tabs-nav {
    padding: 0;
    margin-bottom: 10px; }
    .ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li.ui-tabs-active {
      padding: 0;
      margin: 0; }
    .ui-tabs .ui-tabs-nav li {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .ui-tabs .ui-tabs-nav li.ui-state-active, .ui-tabs .ui-tabs-nav li.ui-state-active.ui-state-hover {
        background-color: #008CD2;
        color: white; }
        .ui-tabs .ui-tabs-nav li.ui-state-active a, .ui-tabs .ui-tabs-nav li.ui-state-active.ui-state-hover a {
          color: white; }
      .ui-tabs .ui-tabs-nav li.ui-state-hover {
        background-color: white;
        color: white; }
@media all and (max-width: 750px) {
	.ui-tabs .ui-tabs-nav { width: 100%; }
	.ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li.ui-tabs-active{display: block; width: 100%; margin-bottom: 5px;}
}

.event.extend .event-time span, .event.extended .event-time span {
  width: 31px;
height: 31px;
top: 7px;
right: -16px;
line-height: 33px;
cursor: pointer; }
.event:last-child .event-info div {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }
.event .event-time, .event .event-info {
  float: left; }
.event .event-time {
  width: 25.57319%;
  text-align: right;
  padding-right: 33px;
  position: relative; }
  .event .event-time span {
    display: block;
    /*width: 11px; height: 11px; right: -6px;*/
    width: 18px; height: 18px; right: -10px;
    background-color: #56B146; /*background-color: #FF5F0F; */
	-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
    position: absolute;
    top: 17px;
    color: white;
    text-align: center; }
.event .event-time, .event .event-info h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.71429em;
  font-weight: 300;
  color: #008CD2;
  line-height: 1.82em; }
  @media all and (max-width: 780px) {
    .event .event-time, .event .event-info h4 {
      font-size: 1.28571em; } }
.event .event-info {
  width: 74.42681%;
  padding-left: 57px;
  border-left: 1px solid #f0f0f0; }
  .event .event-info h4 {
    margin-bottom: 0; }
    @media all and (max-width: 780px) {
      .event .event-info h4 {
        font-size: 1.57143em; } }
    .event .event-info h4 a {
      text-decoration: none;
      color: #008CD2; }
  .event .event-info div {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding-bottom: 20px; }
  .event .event-info img {
    float: right;
    padding: 10px; }

.speaker {
  text-transform: uppercase;
  font-size: 1.28571em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  margin-bottom: 10px; }
  .speaker strong {
    text-transform: none;
    font-size: 1.33333em;
    font-weight: bold; }
    @media all and (max-width: 780px) {
      .speaker strong {
        font-size: 1.22222em; } }

.why {
  background: black url("images/14gfPkZbw.jpg") no-repeat 50% 0 fixed;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("images/testimonials.jpg") no-repeat 50% 0 fixed;
  /* Saf4+, Chrome */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("images/testimonials.jpg") no-repeat 50% 0 fixed;
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("images/testimonials.jpg") no-repeat 50% 0 fixed;
  /* FF3.6+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("images/testimonials.jpg") no-repeat 50% 0 fixed;
  /* IE10 */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("images/testimonials.jpg") no-repeat 50% 0 fixed;
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("images/testimonials.jpg") no-repeat 50% 0 fixed;
  /* W3C */
  color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .why .container {
    padding: 48px 0; }

/* 9. Testimonials */
.testimonials {
  background: #ccc; opacity: 0.8;  /*background-color: white;*/
  color: #888888;
  padding: 70px 110px;
  text-align: center;
  margin-bottom: 70px;
  position: relative; }
  .testimonials h4 {
    font-size: 1.85714em;
    text-transform: uppercase;
    color: black;
    font-weight: 300;
    margin-bottom: 35px;
    background: url("images/quote.png") top center no-repeat;
    padding: 25px 0 10px; }
  .testimonials blockquote {
    font-size: 1.28571em; color: black;
    font-style: italic; }
  .testimonials cite {
    display: block;
    font-style: normal;
    font-size: 0.77778em;
    margin-top: 20px;
    color: #008CD2;
    font-family: "Roboto Condensed", sans-serif; }
    .testimonials cite span {
      text-transform: uppercase;
      color: black; }
  .testimonials ul.flex-direction-nav {
    list-style-type: none; }
    .testimonials ul.flex-direction-nav .flex-prev, .testimonials ul.flex-direction-nav .flex-next {
      display: block;
      position: absolute;
      width: 64px;
      background-color: #fff; /*background-color: #008CD2;*/
	  -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
      color: black;
      font-size: 1.9em;
      padding: 14px 0;
      top: 50%;
      margin-top: -32px; }
      .testimonials ul.flex-direction-nav .flex-prev:hover, .testimonials ul.flex-direction-nav .flex-next:hover {
        background-color: #85d9ea; }
    .testimonials ul.flex-direction-nav .flex-prev {
      left: 1em; }
    .testimonials ul.flex-direction-nav .flex-next {
      right: 1em; }

.bullets {
  padding: 0 30px; }
  .bullets h3, .bullets h4 {
    font-size: 1.71429em;
    font-weight: 300; }
  .bullets h3 {
    text-transform: capitalize; font-size: 3.5em;
    padding: 0 30px; }
    @media all and (max-width: 780px) {
      .bullets h3 {
        padding: 0; } }
  .bullets h4 {
    color: #fff; margin-bottom: 3px; }
  .bullets .details { margin-left: 2.2em; font-family:Verdana, Geneva, sans-serif; font-size:1em; line-height: 1.2em; }
  .bullets div {
    padding: 0 30px;
    width: 50%;
    min-height: 140px;
    float: left; }
    @media all and (max-width: 780px) {
      .bullets div {
        width: 100%;
        padding: 0; } }

/* 10. Registration & Sponsors */
.registration .container, .sponsors .container {
  /*padding: 0 60px;*/ }
.registration h2, .sponsors h2 {
  margin-bottom: 0; }

.registration .desc {
  font-size: 1.21429em;
  line-height: 1.2em;
  color: #888888; }
.registration .subtitle, .registration .desc {
  margin-bottom: 20px; margin-top: 10px; text-transform: capitalize; }
.registration h3 {
  font-size: 1.85714em;
  font-weight: 300;
  color: #008CD2; }

.form, .price {
  /*float: left;
  width: 50%;*/ }
  @media all and (max-width: 1180px) {
    .form, .price {
      width: 100%; } }

.form {
  padding-right: 15px; }
  @media all and (max-width: 1180px) {
    .form {
      padding: 0;
      margin-bottom: 20px; } }



.form input[type=text], .form input[type=email], .form input[type=number], .form input[type=password], .form textarea, .form select {
    width: 100%;
    display: block;
    margin-bottom: 8px;
    border: 1px solid #ecebe7;
    background-color: #fefffe;
    padding: 10px;
    height: 48px;
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    color: black;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 3px;
}

.form label{margin-top: 10px;}

input:hover{

    border: 2px solid #e2e1dd;
    background-color: #f6f6f6;

}

/*
.form input, .form textarea, .form select {
  width: 100%;
  display: block;
  margin-bottom: 8px;
  border: 3px solid #f0f0f0;
  background-color: #f0f0f0;
  padding: 10px;
  /*height: 52px;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  color: black;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .form input:focus, .form input:hover, .form textarea:focus, .form textarea:hover, .form select:focus, .form select:hover {
    background-color: white; }*/
.form button {
	color: white;
	background-color: #fff;
	border: 1px solid #008CD2;
	width: 100%;
	height: 81px;
	padding: 10px;
	font-family: "myriad-pro", sans-serif;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	height: 48px !important;
	border-radius: 3px;
	color: #008CD2;
	font-weight: 600;
	font-size: 1.5em;
  }



 /* font-size: 1.6; font-size: 1.71429em;*/
 /* color: white;
  background-color: #008CD2;
  border: 3px solid #008CD2;
  width: 100%;
  /*height: 81px; padding: 10px;
  font-family: "Roboto Condensed", sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; */


  .form button:hover {
    background: #008CD2 ;
    color: #ffffff; }
  .form input[type=checkbox], .form  input[type=radio]{ display: inline; width: auto; }

.form button:disabled,
.form button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
.form input.error, .form textarea.error, .form select.error{ background-color: #FEE9EA; border-color: #DE888A; margin-bottom: 0px; margin-top: 0.6em; }
.form input.valid, .form textarea.valid, .form select.valid{ background-color: #F0FEE9; border-color: #A5D491; }
.form label.error{ font-size: 0.9em; font-weight: normal; font-style: italic; color: darkred;  display: block; text-align: left; margin-bottom: 0.2em; }

.price {
  padding-left: 15px; }
  @media all and (max-width: 1180px) {
    .price {
      padding: 0; } }
  .price h4 {
    font-size: 1.78571em;
    font-weight: bold;
    margin-top: 20px;
    padding-right: 25px; }
    .price h4 span {
      color: #008CD2; }
  .price p {
    color: #888888;
    margin-right: 25px; }
  .price div {
    border: 3px solid #f0f0f0;
    position: relative;
    height: 160px;
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media all and (max-width: 640px) {
      .price div {
        height: auto;
        padding: 10px; } }
    .price div.active, .price div:hover {
      border: 3px solid #008CD2; }
    .price div:last-child {
      margin-bottom: 0; }
    .price div .amount {
      background-color: #008CD2;
      float: left;
      height: 160px;
      width: 160px;
      margin: -3px 25px 0 -3px;
      color: white;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 3.42857em;
      font-weight: bold;
      line-height: 160px;
      text-align: center; }
      @media all and (max-width: 640px) {
        .price div .amount {
          height: auto;
          width: auto;
          margin: 0;
          float: none;
          line-height: 1;
          background-color: white;
          color: #008CD2;
          text-align: left; } }

.sponsors .container {
  position: relative; }
.sponsors .subtitle {
  margin-bottom: 90px; }
  .sponsors .subtitle a {
    font-weight: bold;
    color: #008CD2;
    border-bottom: 2px solid #dcf4f9;
    text-decoration: none;
    display: inline-block;
    line-height: 1em; }
    .sponsors .subtitle a:hover {
      border-bottom: 2px solid #008CD2; }
.sponsors .slides {
  /*border: 3px solid #f0f0f0;*/
  padding: 2em 5em;	/*padding: 2em 4.3em;*/
  position: relative; }
.sponsors ul {
  list-style-type: none; }
  .sponsors ul li {
    display: inline-block;
    text-align: center; }
.sponsors .flex-prev, .sponsors .flex-next {
 /* position: absolute;
  top: 50%;
  display: block;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  line-height: 70px;
  text-align: center;
   background-color: #008CD2; color: #fff;
  -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
  color: white;
  font-size: 1.9em; */

    position: absolute;
top: 58%;
display: block;
width: 50px;
height: 50px;
margin-top: -5px;
line-height: 50px;
text-align: center;
background-color: #008CD2;
font-size: 1em !important;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color: white;
font-size: 0.8em !important;
right: 0em !important;






  }
  .sponsors .flex-prev:hover, .sponsors .flex-next:hover {
    background-color: #888888; }
.sponsors .flex-prev {
  left: 0; }
.sponsors .flex-next {
  right: 0; }

.location h2 {
  margin-bottom: 0; }
.location h2, .location .subtitle {
  padding: 0 0px; }

.location {
  padding-top: 4em;
  padding-bottom: 8em;
  position: relative;
  /* Saf4+, Chrome */
  /* Chrome 10+, Saf5.1+ */
  /* FF3.6+ */
  /* IE10 */
  /* Opera 11.10+ */
  /* W3C */
  background: black url("../images/BG1.jpg") no-repeat 50% 0 fixed;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url("../images/BG1.jpg") no-repeat  0 fixed;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/BG1.jpg") no-repeat  0 fixed;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/BG1.jpg") no-repeat  0 fixed;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/BG1.jpg") no-repeat  0 fixed;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/BG1.jpg") no-repeat  0 fixed;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/BG1.jpg") no-repeat  0 fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .location .container {
    z-index: 10;
    position: relative; }
  .location h2, .location .subtitle {
    color: white; }

.info {
  background: #dddddd; opacity: 0.95;
  padding: 60px;
  margin-top: 4em;
  z-index: 2; }
  .info p:last-child {
    margin-bottom: 0; }

.maps, .address {
  float: left;
  width: 50%; }
  @media all and (max-width: 880px) {
    .maps, .address {
      width: 100%;
      margin-bottom: 20px; } }

.maps .images, .maps #map_canvas {
  border: 3px solid #f0f0f0; }
.maps .images {
  margin-bottom: 15px; }
.maps img {
  display: block;
  width: 100%; }

#map_canvas {
  height: 328px; }

.address {
  color: #888888;
  padding-left: 25px; }
  @media all and (max-width: 880px) {
    .address {
      padding-left: 0; } }
  .address h5, .address h4 {
    font-weight: 300;
    color: black; }
  .address h4 {
    font-size: 1.71429em;
    margin-bottom: 40px; }
  .address h5 {
    font-size: 1.28571em;
    text-transform: uppercase;
    margin-bottom: 20px; }
    .address h5 i {
      color: #008CD2; }
  .address h5, .address h4, .address p {
    line-height: 1.2em; }
  .address p {
    font-size: 1em; }

.venue {
  margin-bottom: 15px; }
  .venue p {
    margin-bottom: 0; }
  .venue a, .venue span {
    color: #008CD2; }

.social {
  background-color: #008CD2;
  color: white;
  position: relative;
  z-index: 5;
  /*-webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 40%, 0% 0%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 40%, 0% 0%); */ }
  .social .top { display: inline-block; float: none;
	background: #fff; color: #008CD2;   -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; text-align: center; height: 3em; width: 3em;  font-size: 1.8em; line-height: 1em;  }
  .social .top i {  }
  .social .container {
    max-width: 100%;
    padding-top: 1em;

    }
    @media all and (max-width: 1180px) {
      .social .container {
        /*width: 100%;*/ } }
  .social div {
    /*padding: 0 0px;*/
    /*max-width: 1180px;*/ }
  .social h2 { font-size: 3.8em;
    margin-bottom: 0; }
  .social .subtitle {
    margin-bottom: 20px; text-transform: capitalize; font-size: 1.4em; }
  .social input, .social button, .social a {
    float: left;
    height: 60px;
    line-height: 60px; }
  .social input, .social button {
    border: none; }
  .social input {
    padding: 10px 20px;
    font-family: "Roboto Condensed", sans-serif;
	color: black;
    font-size: 18px; }
  .social button {
    cursor: pointer; }
  .social button, .social a {
    margin-right: 1px;
    width: 60px;
    text-align: center;
    color: white;
    background-color: black;
    font-size: 24px; }
	.social a{ margin-left: 0.5em;}
    .social button:hover, .social a:hover {
      color: #008CD2; }
	.social button[disabled]{
	  border: 1px solid #999999;
	  background-color: #cccccc;
	  color: #666666; cursor: wait; }
	.social input.error, .form textarea.error, .form select.error{ background-color: #FEE9EA; border: 2px solid darkred; }
	.social input.valid, .form textarea.valid, .form select.valid{ background-color: #F0FEE9; border-color: #A5D491; }

/* 11. Footer Section */
.footer { background-color: #008CD2; color: #fff;
  font-family: "Roboto Condensed", sans-serif; }
  .footer .container {
    padding: 1em 0;
    text-align: center; }
  .footer p {
    font-size: 1.28571em;
    font-weight: 300; }
  .footer a {
    color: #fff;
    text-decoration: none; }

  .footer ul {
    list-style-type: none; text-align: center;
    padding: 15px 60px;
    max-width: 1180px;
    margin: 0 auto; }
    .footer ul li {
      /*float: left;*/ display: inline-block;
      margin-right: 10px; }
      .footer ul li a {
        font-size: 1em;  /*font-size: 0.8em;*/
		font-family:Verdana, Geneva, sans-serif;
        color: white;
        text-transform: uppercase;
        font-weight: 300; }
        .footer ul li a:hover, .footer ul li a.active {
          color: black; }
   .footer .copyright{ clear: both; text-align: center; font-size: 1.1em; font-weight: 500; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999; }

.contact-form {
  padding: 50px 72px 72px;
  width: 50%;
  max-width: 675px;
  border: 3px solid #f0f0f0;
  background-color: white;
  text-align: left;
  margin-top: 3%; /*margin-top: 10%;*/
  position: relative;
  font-family: "Roboto Condensed", sans-serif; }
  @media all and (max-width: 980px) {
    .contact-form {
      width: 96%;
      max-width: none;
      padding: 25px; } }
  @media all and (max-width: 640px) {
    .contact-form {
      width: 98%;
      max-width: none;
      padding: 20px; } }
  .contact-form h3 {
    font-size: 5.14286em;
    font-weight: 300;
    margin-bottom: 0; }
    @media all and (max-width: 980px) {
      .contact-form h3 {
        font-size: 4em; } }
    @media all and (max-width: 640px) {
      .contact-form h3 {
        font-size: 2.57143em; } }
  .contact-form p {
    font-size: 1.71429em;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 45px; }
    @media all and (max-width: 980px) {
      .contact-form p {
        font-size: 1.42857em; } }
    @media all and (max-width: 640px) {
      .contact-form p {
        font-size: 1.28571em; } }
    .contact-form p.error, .contact-form p.message {
      text-transform: none;
      font-size: 1em;
      margin: 0;
      margin-top: 7px;
      font-family: "Open Sans", sans-serif; }
    .contact-form p.error.active {
      padding: 10px;
      background: #fef0f0;
      color: #ea0001;
      border: 3px solid #f8b2b2; }
  .contact-form .form {
    float: none;
    width: 100%;
    padding-right: 0; }
  .contact-form input, .contact-form textarea {
    margin-bottom: 7px; }
    .contact-form input.error, .contact-form textarea.error {
      border: 3px solid #f8b2b2; }
  .contact-form textarea {
    height: 220px; }
    @media all and (max-width: 640px) {
      .contact-form textarea {
        height: 150px; } }
  .contact-form a {
    position: absolute;
    color: #008CD2;
    top: 18px;
    right: 18px; }
    .contact-form a:hover {
      opacity: .5; }

.back {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99; }
  .back .container {
    position: relative;
    max-width: 1180px; }
  .back a {
    width: 50px;
    height: 50px;
    background: #008CD2;
    text-align: center;
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .back a:hover {
      bottom: -6px; }

.anchor {
  display: block;
  height: 0px; }












 /* Corousel Speakers */
.owl-speakers-container{ position: relative; }
.owl-speakers{ max-width: 80%; margin: 1em auto;
	position: initial; }
	.owl-speakers .owl-next, .owl-speakers .owl-prev{ display: inline-block; position: absolute; top:50%;  -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);  background-color: #008CD2; color: #fff;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; width: 6em; height: 6em; text-align: center; vertical-align: middle; line-height: 8em;
	}
	.owl-speakers .owl-next i, .owl-speakers .owl-prev i{ font-size: 4em; display: inline-block; }
	.owl-speakers .owl-next{ right: 0px; }
	.owl-speakers .owl-prev{ left: 0; }
	.owl-speakers .item{ padding-left: 0.3em; padding-right: 0.3em; }
	/*.owl-speakers .item .image{ margin-bottom: 1em; padding-left: 2em; padding-right: 2em; }*/
	.owl-speakers .item .image{ clip-path: circle(40% at center); overflow: hidden; text-align: center; height: 270px; }
	.owl-speakers .item .image img{ max-width: 100%; width: auto; max-height: 100%; display: inline-block; min-height: 100%; }
	.owl-speakers .item .name{ text-transform: capitalize; text-align: center; font-size: 1.4em; }
	.owl-speakers .item .title{ text-transform: uppercase; text-align: center; font-size: 1.2em; }
	.owl-speakers .item .description{ text-align: center; font-size: 0.9em; }
	.owl-speakers .item .social-icons{ text-align: center; color: #008CD2; }
	.owl-speakers .item .social-icons i{ color: #008CD2; margin-right: 0.2em; margin-left: 0.2em; font-size: 1.6em; }
/* End: Corousel Speakers */



/* Main Speakers */
.keynote_speaker_item{ background: #008CD2; color: #fff; margin-bottom: 3em; }
.keynote_speaker_item .image{ padding: 0px; overflow: hidden; position: relative; }
/*.keynote_speaker_item .image img{ width: 100%; max-width: 100%; }*/
.keynote_speaker_item .image img{ display: inline-block; width: 100%; min-height: 20em; max-height: 100%; max-width: 100%; /*position: absolute; top:50%; left:50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); */ }
.keynote_speaker_item .note{ padding-top: 2em; padding-bottom: 2em; }
.keynote_speaker_item .note .title{ font-size: 2em !important; margin-bottom: 0.4em; line-height: 1.1em; font-weight: 400; }
.keynote_speaker_item .note .details{font-family:"myriad-pro",Verdana, Geneva, sans-serif !important;padding-right: 1.5em; font-size:1.1em !important; text-align: justify;line-height: 1.5em; }
/* End: Main Speakers */





/* Aditional Information */
.additional_information{ margin-top: 6em; margin-bottom: 8em;}
.additional_information .item{ margin-bottom: 2em; position: relative; padding-left: 2em; }
.additional_information .item .additional_icon{ position: absolute; left: 0px; top: 0.2em; font-size: 1.4em; color: #008CD2; }
.additional_information .item .additional_title{ font-size: 1.3em; text-transform: uppercase; margin-bottom: 0.5em; }
.additional_information .item .additional_description{ font-size: 1.1em; text-align: justify; }
.additional_information .item .additional_links{ margin-top: 0.2em; }
.additional_information .item .additional_links a{ text-decoration: none; color: #008CD2; margin-right: 1em; }
/* End: Aditional Information */





.event-title{
	font-family: "Roboto Condensed",sans-serif;
	font-size: 4.5em !important;
	font-weight: bold;
}
.event-subtitle{
	font-family: "Roboto Condensed",sans-serif;
	font-size: 1.5em !important;
	font-weight: 300;
	text-transform: uppercase;
}









/* Surveys */
.survey{}
.survey .survey_item{ margin-top: 2em; }
.survey .survey_item .survey_title{ margin-top: 2em; font-size: 1.4em; color: #56B146; }
.survey .survey_item .survey_options{ font-size: 1.2em; color: #6B7178; }
/* End: Surveys */


p ,span, strong, li ,ul,h1,h2,h3,h4,h5,h6{font-family:   "myriad-pro",Verdana Open Sans, sans-serif !important;}


@media (max-width: 3000px) {
	.imgsponsor{
       height: 148px; padding-top: 30px;padding-bottom: 30px;
	}
}


@media (max-width: 736px) {
	.imgsponsor{
		height: 132px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	._ImgDownArrow{

		display:none;
	}


}






/* Magnific Poup */
.mfp-container, .mfp-content{height: 100%;}
.white-popup-block {
    background: #FFF;
    padding: 0px;
    text-align: left;
    max-width: 95%;
	min-height: 90vh;
    margin: 40px auto;
    position: relative;
}
.white-popup-block .mfp-close { color: #fff; top: -26px; border: 2px solid #fff; opacity: 1; font-size: 20px; line-height: 20px; width: 24px; height: 24px; -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; }
/* End Magnific Poup */
th.sort_header{
  cursor:pointer;
}

.open-speaker-modal {
 cursor:pointer;
}
.color-status-3 {
  color:#008CD2;
}
.color-status-2{
  color:#F59A11;
}
.color-status-4{
  color:darkred;
}

.booths-design,
.booths-manage{
  width: 100%;
  padding: 0 5%;
  display: flex;
  flex-wrap: wrap;
}
.booths-design h2,
.booths-manage h2 {
  width: 100%;
  font-weight: bold;
  margin-top: 20px;
  font-size: 45px;
}
.booths-design ul,
.booths-manage ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.booths-design ul li,
.booths-manage ul li{
  width: 20%;
  margin: 10px 2%;
  border: 1px solid gray;
  border-radius: 5px;
  min-height: 150px;
  list-style: none;
  cursor: pointer;
}
.booths-design-modal{
  position: fixed;
  top: 0;
  z-index: 1030;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none
}
.booths-design-modal .booths-design-modal_content{
  background: white;
  border-radius: 15px;
  height: 96vh;
  width: 96%;
}
.booths-design-modal .booths-design-modal_header{
  height: 50px;
  border-bottom: 1px solid gray;
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding-left: 10px
}
.booths-design-modal .booths-design-modal_body{
  height: calc(90vh - 100px);
  padding: 2%;
  position: relative;
}
.booths-design-modal .booths-design-modal_body .stand{
  width: 100%;
  height: 100%;
}

.stand foreignObject{
  position: relative;
}
.stand img{
	width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.booths-design-modal .booths-design-modal_body svg{
  width: 100%;
  height: 100%;
}
.booths-design-modal .booths-design-modal_header h4{
  height: 50px;
  border-bottom: 1px solid gray;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  margin: 0;
  width: 100%;
  cursor: default;
}
.booths-design-modal .booths-design-modal_close {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #626262;
  position: absolute;
  right: 20px;
  top: 12px;
  font-size: 20px;
  cursor: pointer;
}

.booths-design-element {
  text-align: center;
}

.booths-design-element img {
  margin-bottom: 10px;
}

._btn-green{
    background: #56B146; color: #ffffff;
    border: 1px solid #56B146;
    font-family: "myriad-pro", sans-serif;
    padding: 10px;
    font-size: 1.1em;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 1rem;
}
._btn-green:hover, ._btn-green:active, ._btn-green:focus{
    border: 1px solid #56B146;
    background-color: #ffffff; color: #56B146;
    text-decoration: none;
}
._btn-green._btn-block{
    width: 100%; display: block;
}
.isDisabled{
    /*color: currentColor;*/
    cursor: not-allowed;
    opacity: 0.6;
    text-decoration: none;
}

.registration_buttons{
    display: -webkit-box;
    display: -moz-box;
    display: box;

    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;

    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;

    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;

    align-items: center;
}
.registration_buttons a{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;

    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    margin-right: 1rem;
    width: auto !important;
}
.registration_buttons a:last-child{
    margin-right: 0;
}

.container-go-to-virtualshow {
  padding:10px;
  border:1px solid #CCC;
  max-width: 220px;
}
.container-go-to-virtualshow img {
  max-width: 200px;
  display: block;
}
.container-go-to-virtualshow h5 {

  text-transform: uppercase;
  font-weight: 300;
  margin: 10px 0px;
  font-size: 14px;
  color: #626262;
  letter-spacing: 2px;
}

.container-go-to-virtualshow h5 a:hover {
  color:#008CD2;
  font-weight: bold;
}


/************************** Hiring Events **************************/

.hiring-event-companies {
  margin-bottom: 60px;
}

.hiring-event-companies .container.filters {
  margin-bottom: 30px;
}

.hiring-event-companies .container.filters .filter {
  width: 300px;
  margin: 10px auto;
}

.hiring-event-companies .container.filters select {
  border: 1px solid black;
  padding:10px;
  font-size: 24px;
  width: 300px;
  margin: 20px auto;
}

.hiring-event-companies .container.companies {
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  max-width: 1200px;
}


/***** Carousel *****/
/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}


.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  content: '•';
  font-size: 70px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: .25;
  color: black;
}
/***** END Carousel *****/

.hiring-event-companies .container.companies .item{
  box-shadow: 4px 4px 6px 0px #a8a8a840;
  width: 250px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 55px;
  padding-right: 10px;
  padding-bottom: 20px;
  text-align: center;
  padding-left: 10px;
}

.hiring-event-companies .container.companies .container-logo {
  height: 85px;
  display: inline-block;
  padding-top: 10px;
}

.hiring-event-companies .container.companies .container-logo img {
  max-height: 90px;
  max-width: 235px;
}

.hiring-event-companies .container.companies .item h3 {
  margin: 17px 0;
  font-family: Roboto!important;
  font-size: 18px!important;
  font-style: italic;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
}

.hiring-event-companies .container.companies .item p {
  height: 135px;
  font-family: Roboto!important;
  font-size: 15px!important;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 30px;
}

.hiring-event-companies .company-register {
  background-color: #008DD3;
  padding: 10px 30px;
  color: white;
  width: 120px;
  border: 0px;
  border-radius: 5px;
  margin: 10px auto;
  display: block;
  letter-spacing: 1.1px;

  font-family: Roboto!important;
  font-size: 13px!important;
  font-style: italic;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
}

/* Register Form */

.hiring-event-companies .selected-company-imagen {
  width: 100%;
  height: 580px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.hiring-event-companies .selected-company-imagen .selected-logo{
  margin-top: 40px;
  margin-left: 40px;
}

.hiring-event-companies .selected-form .container {
  display: block;
  max-width: 600px;
}

.hiring-event-companies .selected-form .position-label {
  border: 1px solid black;
  font-size: 24px;
  padding:10px;
}

.hiring-event-companies .selected-form .positions-list {
  list-style: none;
  font-size: 20px;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hiring-event-companies .selected-form .positions-list li {
  padding: 5px;
}

.hiring-event-companies .selected-form .fields {
  margin:20px 0;
}

.hiring-event-companies .selected-form .fields input {
  padding: 7px;
  border: 1px solid black;
  font-size: 24px;
  width: 100%;
}

.hiring-event-companies .selected-form .save-register {
  width: 95%;
  background-color: #56B146;
  color: white;
  border: 0;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1px;
  display: block;
  margin: 0 auto;
}

/*Remove css conflict */
.hiring-event-companies .selected-form .single,
.hiring-event-companies .container.filters .single {
  float: inherit;
  position: inherit;
  width: inherit;
  cursor: inherit;
}


.hiring-event-companies .selected-form .single div,
.hiring-event-companies .container.filters .single div {
  position: inherit;
  width: 100%;
  height: inherit;
  background: inherit;
  padding: inherit;
  display: inherit;
  color:black;
  font-size: 21px;
  padding: 4px;
  margin: 0px;
  box-shadow:none;
}

.hiring-event-companies .selected-form .selectize-input.items,
.hiring-event-companies .container.filters .selectize-input.items {
  padding: 7px;
  border: 1px solid black;
  border-radius: 1px;
}

.hiring-event-companies .container.filters .selectize-input.items  {
  border: 1px solid #7A7A7A;
}

.hiring-event-companies .selected-form .selectize-input.items .item,
.hiring-event-companies .container.filters .selectize-input.items .item {
  width: auto;
  display:inline-block;
}

.hiring-event-companies .selected-form .selectize-input.items .option {
  padding: 0px!important;
  margin:0px!important;
  width:auto!important;
  display:inline-block!important;
}

.registrating-done {
  text-align: center;
  margin-bottom: 200px;
}

.registrating-done h3 {
  font-size: 24px!important;
  font-weight: bold;
  margin-bottom: 55px;
}

.registrating-done span {
  display: block;
  font-size: 20px;
}

.registrating-done .banner {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 21px;
  height: 278px;
}


.hiring-event-companies .selectize-control.single .selectize-input.dropdown-active:after {
  content: '\e260';
  font-family: "Glyphicons Halflings";
  background-color: white;
  padding-right: 2px;
  top: -5px;
}

.hiring-event-companies .selectize-control.single .selectize-input:after {
  content: '\e259';
  font-family: "Glyphicons Halflings";
  line-height: 3;
  display: block;
  position: absolute;
  top: -10px;
  right: 19px;
  background-color: white;
  padding-right: 2px;
  color:#7A7A7A;
}

.hiring-event-companies .selectize-control.single .selectize-input.items {
  position: relative;
}

.hiring-form-title h3 {
  font-family: Roboto!important;
  font-size: 32px!important;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 10px;
}

.hiring-form-title p {
  font-family: Roboto!important;
  font-size: 24px!important;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 35px;
}

/************************** End Hiring Events **************************/

.header .down-arrow {
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 100%;
  height: 4em;
}

.header .down-arrow img {
  max-height: 80%;
}

.hiring-event-date .option:hover {
  background-color: #56B146!important;
  color:white!important;
}

.hiring-event-date .option:hover .text {
  color:white!important;
}

@media (max-width: 768px) {
  .hiring-event-companies .container.companies {
    /*width:370px;*/
  }
  .hiring-event-companies .selected-company-imagen {
    margin-top: 40px;
    margin-bottom: 20px;
    min-height: 92px;
    height: auto;
  }
}

.page .header.header-menu {
  z-index: 99999;
}

.btn-external-url {
  font-size: 1.5em;
  display: inline-block;
  top: 24px;
  float: right;
  position: relative;
  right: 45px;
  font-weight:bold;
  z-index: 100;
}