/*  TYPOGRAPHY's
/* ------------------------------------ */
/* Fool-proof @font-face */
/* Based on http://coding.smashingmagazine.com/2013/02/14/setting-weights-and-styles-at-font-face-declaration/ */
@font-face {
  font-family: BabelSans;
  src: url("../fonts/BabelSans.eot");
  src: url("../fonts/BabelSans.eot?#iefix") format("embedded-opentype"), url("../fonts/BabelSans.woff") format("woff"), url("../fonts/BabelSans.ttf") format("truetype"), url("../fonts/BabelSans.svg#BabelSans") format("svg");
  font-weight: 400;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: BabelSans;
    src: url("../fonts/BabelSans.svg#BabelSans") format("svg");
  }
}
@font-face {
  font-family: BabelSans-Oblique;
  src: url("../fonts/BabelSans-Oblique.eot");
  src: url("../fonts/BabelSans-Oblique.eot?#iefix") format("embedded-opentype"), url("../fonts/BabelSans-Oblique.woff") format("woff"), url("../fonts/BabelSans-Oblique.ttf") format("truetype"), url("../fonts/BabelSans-Oblique.svg#BabelSans-Oblique") format("svg");
  font-weight: 400;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: BabelSans-Oblique;
    src: url("../fonts/BabelSans-Oblique.svg#BabelSans-Oblique") format("svg");
  }
}
@font-face {
  font-family: BabelSans-Bold;
  src: url("../fonts/BabelSans-Bold.eot");
  src: url("../fonts/BabelSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BabelSans-Bold.woff") format("woff"), url("../fonts/BabelSans-Bold.ttf") format("truetype"), url("../fonts/BabelSans-Bold.svg#BabelSans-Bold") format("svg");
  font-weight: 600;
  font-style: bold;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: BabelSans-Bold;
    src: url("../fonts/BabelSans-Bold.svg#BabelSans-Bold") format("svg");
  }
}
@font-face {
  font-family: BebasNeueRegular;
  src: url("../fonts/BebasNeueRegular.eot");
  src: url("../fonts/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueRegular.woff") format("woff"), url("../fonts/BebasNeueRegular.ttf") format("truetype"), url("../fonts/BebasNeueRegular.svg#BebasNeueRegular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: BebasNeueRegular;
    src: url("../fonts/BebasNeueRegular.svg#BebasNeueRegular") format("svg");
  }
}
@font-face {
  font-family: BebasNeueBold;
  src: url("../fonts/BebasNeueBold.eot");
  src: url("../fonts/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueBold.woff") format("woff"), url("../fonts/BebasNeueBold.ttf") format("truetype"), url("../fonts/BebasNeueBold.svg#BebasNeueBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: BebasNeueBold;
    src: url("../fonts/BebasNeueBold.svg#BebasNeueBold") format("svg");
  }
}
/*--------------------------------------------------------------
# ELEMENTS
--------------------------------------------------------------*/
body, html {
  height: 100%;
}

body {
  font-family: "BabelSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  background: url("../imagemin/bg-body.jpg") no-repeat top center fixed;
  background-size: cover;
}

body.media{
  overflow: auto;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}
.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 15px;
  text-align: right;
}

.aligncenter {
  float: none;
  text-align: center;
  margin-bottom: 15px;
  width: 100% !important;
}
.aligncenter img {
  display: inline-block;
  margin-bottom: 18px;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.alignleft, 
.aligncenter,
.alignright{
  word-wrap: break-word;
  white-space: normal;
}


.alignleft img, 
.aligncenter img,
.alignright img{
   float: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

#preloader {
  z-index: 10001;
  background-color: white;
  width: 100%;
  height: 100%;
  position: fixed;
}

#status {
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one screen */
  background-repeat: no-repeat;
  background-position: center;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  /* is width and height divide by two */
  text-align: center;
}
#status img {
  top: 50%;
  position: relative;
  margin-top: -50px;
}

.video-wrapper {
  margin-bottom: 15px;
}

.video-js {
  padding-top: 56.25%;
}

.vjs-fullscreen {
  padding-top: 0;
}

/*--------------------------------------------------------------
# HELPER
--------------------------------------------------------------*/
.cb {
  clear: both;
}

.space15 {
  width: 100%;
  height: 15px;
}

.space30 {
  width: 100%;
  height: 30px;
}

.mt-30 {
  margin-top: 30px;
}

/*--------------------------------------------------------------
# HEADINGS
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "BebasNeueBold", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/*--------------------------------------------------------------
# NAVIGATION
--------------------------------------------------------------*/
a {
  -webkit-transition: all 350ms ease;
          transition: all 350ms ease;
}
a:hover, a:focus {
  text-decoration: none;
}

.main-navigation {
  font-family: "BebasNeueBold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  text-transform: uppercase;
}
.main-navigation ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
.main-navigation ul li {
  float: left;
  width: 20%;
  position: relative;
  text-align: center;
}
.main-navigation ul li:hover > a, .main-navigation ul li:focus > a, .main-navigation ul li.active > a {
  color: white;
  background-color: #282828;
}
.main-navigation ul li > a {
  position: relative;
  display: block;
  color: #282828;
  padding: 10px 30px;
  min-width: 90%;
  margin: 0 auto;
}
.main-navigation ul li > ul {
  z-index: 999;
  display: none;
  position: absolute;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 5px solid #3e5b6c;
  top: 100%;
  left: 0;
  background-color: #282828;
  box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.6);
  min-width: 100%;
}
.main-navigation ul li > ul li {
  float: none;
  display: block;
  text-align: center;
  width: auto;
}
.main-navigation ul li > ul li:hover > a, .main-navigation ul li > ul li:focus > a, .main-navigation ul li > ul li.active > a {
  background-color: #424242;
}
.main-navigation ul li > ul li > a {
  color: white;
  background-color: #282828;
  font-family: "BabelSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  padding: 8px;
}
.main-navigation ul li > ul li > ul {
    left:100%;
    top:-10px
}

.sidebar-nav {
  margin-left: -15px;
  margin-bottom: 30px;
}
.sidebar-nav ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
.sidebar-nav ul li {
  display: block;
}
.sidebar-nav ul li ul li a {
    padding-left: 35px;
    font-size: 18px;
}
.sidebar-nav ul li:hover > a, .sidebar-nav ul li:focus > a, .sidebar-nav ul li.active > a {
  background-color: #526c7b;
}
.sidebar-nav ul li:first-child > a {
  padding-top: 10px;
}
.sidebar-nav ul li:last-child > a {
  padding-bottom: 10px;
}
.sidebar-nav ul li > a {
  padding: 6px 20px;
  /*font-family: "BebasNeueBold", sans-serif;*/
  font-family: "BabelSans", sans-serif;
  font-weight: 400;
  /*font-weight: 600;*/
  font-style: normal;
  font-size: 22px;
  color: white;
  /*text-transform: uppercase;*/
  text-transform: capitalize;
  display: block;
  background: rgba(55, 98, 121, 0.8);
}

.footer-nav {
  float: right;
}
.footer-nav ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
.footer-nav ul li {
  display: inline-block;
  position: relative;
}
.footer-nav ul li:before {
  content: "|";
  position: absolute;
  left: 100%;
  top: -1px;
  color: white;
}
.footer-nav ul li:last-child > a {
  margin-right: 0;
}
.footer-nav ul li:last-child:before {
  content: "";
}
.footer-nav ul li:hover > a, .footer-nav ul li:focus > a {
  color: #EE3B32;
}
.footer-nav ul li > a {
  color: white;
  font-size: 13px;
  text-transform: capitalize;
  display: block;
  margin: 0 5px;
}

.photogallery-nav {
  text-align: center;
}
.photogallery-nav ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
.photogallery-nav li {
  float: left;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 18px;
}
@media screen and (min-width: 48em){
   .photogallery-nav li{
      width: 20%;
   }
   .photogallery-nav li:last-child {
    padding-right: 0;
  }
}
.photogallery-nav a {
  display: block;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  border: 1px solid #edeef0;
  font-size: 16px;
  color: #282828;
}
.photogallery-nav a:active, .photogallery-nav a:hover, .photogallery-nav a:focus {
  border-color: #EE3B32;
}

/*--------------------------------------------------------------
# FORMS + FIEDLS
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="search"]
input[type="url"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 1em;
  border: 1px solid #edeef0;
}

textarea {
  resize: horizontal;
}

.field-checkbox input[type="checkbox"] {
  display: none;
}
.field-checkbox input[type="checkbox"] + i {
  display: inline-block;
  position: relative;
  color: transparent;
  height: 17px;
  width: 17px;
  line-height: 17px;
  border: 1px solid #333;
  background-color: transparent;
  margin-right: 10px;
  font-size: 12px;
  text-align: center;
}
.field-checkbox input[type="checkbox"]:checked + span {
  color: white;
  background-color: #333;
}
.field-checkbox label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
}

.group-combo {
  width: 100%;
}
.group-combo .btn-combo {
  position: relative;
  width: 100%;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  border: 1px solid #edeef0;
  display: block;
  padding: 15px;
  color: #282828;
}
.group-combo .btn-combo i {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  line-height: 48px;
  width: 50px;
  font-size: 20px;
  text-align: center;
  border-left: 1px solid #edeef0;
  color: #edeef0;
}
.group-combo .btn-combo:hover, .group-combo .btn-combo:focus {
  color: #EE3B32;
}

.dropdown-menu {
  border-radius: 0;
  border: 1px solid #edeef0;
  width: 100% !important;
}
.dropdown-menu li {
  display: block;
  width: 100% !important;
  padding-right: 0 !important;
  margin-bottom: 0 !important;
}
.dropdown-menu li a {
  background-color: transparent;
  display: block;
  padding: 10px;
  text-transform: capitalize;
}
.dropdown-menu li.active{
  background-color: #337ab7;
}
.dropdown-menu li.active a{
  background-color: transparent;
}
.dropdown-menu li:hover, .dropdown-menu li:focus {
  background-color: #edeef0;
}
.dropdown-menu li:hover a, .dropdown-menu li:focus{
  background: transparent;
  color: #EE3B32;
}

.label-combo,
.label-combo-rwd {
  float: right;
  height: 48px;
  line-height: 48px;
  margin-right: 10px;
}

.label-combo-rwd {
  line-height: 1.2;
  height: auto;
  float: none;
  text-align: center;
  margin-right: 0;
  display: none;
}

.combo-newest {
  width: 25%;
  float: right;
}

.sort-box {
  margin-bottom: 15px;
}

form p {
  margin-bottom: 15px;
}
form p .label {
  font-family: "BebasNeueBold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #282828;
  display: block;
  margin-bottom: 5px;
  text-align: left;
  border-radius: 0.1;
}

.form-search-header {
  float: right;
}
@media screen and (min-width: 62em){
  .form-search-header {
    min-width: 350px;
  } 
}
.form-search-header ::-webkit-input-placeholder {
  font-size: 14px;
  color: #5a6d82;
}
.form-search-header :-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: #5a6d82;
}
.form-search-header ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: #5a6d82;
}
.form-search-header :-ms-input-placeholder {
  font-size: 14px;
  color: #5a6d82;
}
.form-search-header p {
  position: relative;
}
.form-search-header p:after {
  content: "";
  position: absolute;
  background-image: url("../imagemin/icon-search.png");
  width: 20px;
  height: 19px;
  right: 10px;
  top: 10px;
}
.form-search-header p input {
  border: none;
  position: relative;
  background-color: #273a4f;
  height: 40px;
  color: #5a6d82;
  padding: 1em 2em 1em 1em;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
}

.form-contact p input,
.form-contact p textarea,
.form-contact p .btn-red {
  margin-left: 10px;
}
.form-contact p .btn-red {
  padding: 6px 36px;
}

.videoposter-option {
  padding-left: 25px;
  padding-right: 17px;
}

.list-sorted {
  list-style: none outside none;
  padding: 0;
  margin: 0 -15px;
}
.list-sorted li {
  float: left;
  width: 25%;
  padding-right: 14px;
  padding-left: 15px;
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
# BUTTONS
--------------------------------------------------------------*/
.btn-red {
  display: inline-block;
  background-color: #EE3B32;
  padding: 12px 25px;
  color: white;
  text-transform: uppercase;
  box-shadow: inset 0 -3px 0px rgba(0, 0, 0, 0.7);
  font-family: "BebasNeueRegular", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
}
.btn-red:hover, .btn-red:focus {
  background-color: #d51a21;
  color: white;
}

.btn-fullwidth {
  width: 100%;
  box-shadow: none;
  text-align: center;
  padding: 6px;
}

.btn-s {
  font-size: 16px;
  padding: 6px 16px;
  box-shadow: none;
  font-family: "BabelSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}
.btn-s i {
  position: relative;
  top: 1px;
}

/*--------------------------------------------------------------
# CONTENT
--------------------------------------------------------------*/
.col-md-12.content-main {
  padding-left: 0;
  padding-right: 0;
}

.page-inner-container {
  padding-left: 10px;
}

.pagin-nav {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 18px;
}
.pagin-nav a,
.pagin-nav span {
  color: #282828;
  margin: 0 5px;
  text-transform: capitalize;
  display: inline-block;
}
.pagin-nav a:hover, .pagin-nav a:focus {
  color: #EE3B32;
}
.pagin-nav .current {
  color: #EE3B32;
}
.pagin-nav .prev {
  float: left;
  min-width: 80px;
}
.pagin-nav .prev i {
  width: 15px;
  padding-right: 5px;
}
.pagin-nav .next {
  float: right;
  min-width: 80px;
}
.pagin-nav .next i {
  width: 15px;
  padding-left: 5px;
}

.content-main {
  padding-bottom: 30px;
}

.content-page {
  margin-bottom: 20px;
  padding: 30px 20px;
  background-color: white;
  position: relative;
}
.content-page .title-content {
  color: #EE3B32;
  font-size: 25px;
}
.content-page .subtitle-content {
  font-size: 16px;
  margin-left: 10px;
  margin-top: -5px;
}
.content-page .content-header-extra {
  color: #808080;
  font-size: 16px;
  margin-left: 10px;
  margin-top: -5px;
}

.content-header .title-content {
  margin-top: 0;
}
.banner-new-carousel .owl-wrapper,
.banner-new-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  z-index: 999;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.banner-new-carousel .item {
  min-height: 250px;
  padding: 30px 0;
  padding-bottom: 20px;
  background-color: transparent;
}
.banner-new-carousel .slider-image {
  text-align: center;
  height: 280px;
  overflow: hidden;
}
.banner-new-carousel .slider-image a {
  display: block;
  text-align: center;
}
.banner-new-carousel .slider-image a img {
  -webkit-transition: opacity 250ms ease, -webkit-transform 250ms ease;
          transition: opacity 250ms ease, transform 250ms ease;
  opacity: 1;
  /*object-position: top;
  object-fit:cover;*/
}
.banner-new-carousel .slider-content {
  padding: 0 0 50px 25px;
}
.slider-content .btn-red{
      padding: 8px 25px;
      font-size: 20px;
}
.banner-new-carousel .title-banner {
  color: white;
  font-size: 39px;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 13px;
  line-height: 1em;
}
.banner-new-carousel .subtitle-banner {
  font-size: 23px;
  font-family: "BebasNeueRegular", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
}

.banner-carousel .owl-wrapper,
.banner-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  z-index: 999;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.banner-carousel .item {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 241px 0;
}
.banner-carousel .item .btn-arrow {
  float: right;
}
.banner-carousel .caption-item {
  position: absolute !important;
  background-color: rgba(10, 30, 53, 0.8);
  padding: 40px 0;
  top: 0;
  left: 0;
  width: 100%;
  height: auto !important;
  min-height: 180px;
}
.banner-carousel .title-banner {
  color: white;
  font-size: 45px;
  margin-top: 0;
  margin-bottom: 5px;
}
.banner-carousel .subtitle-banner {
  font-size: 25px;
  font-family: "BebasNeueRegular", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
}
.banner-carousel .owl-nav {
  position: absolute;
  top: 55%;
  width: 100%;
  left: 0;
}
.banner-carousel .owl-nav .owl-prev,
.banner-carousel .owl-nav .owl-next {
  z-index: 999;
  position: absolute;
  -webkit-transition: all 350ms ease;
          transition: all 350ms ease;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  padding: 20px 10px;
}
.banner-carousel .owl-nav .owl-prev:hover, .banner-carousel .owl-nav .owl-prev:focus,
.banner-carousel .owl-nav .owl-next:hover,
.banner-carousel .owl-nav .owl-next:focus {
  background-color: rgba(182, 32, 38, 0.6);
}
.banner-carousel .owl-nav .owl-prev {
  left: -2px;
}
.banner-carousel .owl-nav .owl-next {
  right: -2px;
}
.banner-carousel .owl-dots {
  position: absolute;
  text-align: center;
  bottom: 20px;
  width: 100%;
}
.banner-carousel .owl-dots .owl-dot {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 3px;
  border-radius: 50%;
  background-color: #282828;
}
.banner-carousel .owl-dots .owl-dot:hover, .banner-carousel .owl-dots .owl-dot:focus, .banner-carousel .owl-dots .owl-dot.active {
  background-color: #3e5b6c;
}
.speaker-container ul,.speaker-container ol{
    padding-left: 30px;
}
.speaker-container ul.column,ul.column,.speaker-container .gform_wrapper ul{
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
.speaker-container ul.column li, ul.column li, .speaker-container .gform_wrapper ul li {
  width: 48%;
  display: inline-block;
  padding: 10px 0;
  vertical-align: top;
}
@media screen and (min-width: 46em){
   .speaker-container ul.column li, ul.column li, .speaker-container .gform_wrapper ul li {
        width: 24%;
   }
}
.speaker-container .gform_wrapper ul li{
  width:50%;
}
.speaker-container.home ul li {
  min-height: 1px;
}
.speaker-container.home .owl-theme li{
  width: 100%;
}
.speaker-container.home .column{
  display:block;
}
.speaker-container .item-speaker {
  margin-bottom: 15px;
  text-align: center;
}
.speaker-container.home .item-speaker{
  margin-bottom:0;
}
.speaker-container .item-speaker .subitem-speaker:hover figure img, .speaker-container .item-speaker .subitem-speaker:focus figure img {
  opacity: .4;
}
.speaker-container .item-speaker header {
  padding: 10px 0;
  max-width: 130px;
  margin: 0 auto;
}
.speaker-container .item-speaker .title-speaker {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 25px;
  color: #282828;
}
.speaker-container.home .item-speaker .title-speaker{
  min-height: 54px;
}
.speaker-container .item-speaker .subtitle-speaker {
  font-size: 15px;
  margin-bottom: 0;
  color: #282828;
}
.speaker-container.home .item-speaker .subtitle-speaker{
  display:block;
  min-height: 86px;
}
.speaker-container .item-speaker figure {
  display: inline-block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  /*background-color: #EE3B32;*/
}
.speaker-container .item-speaker figure img {
  -webkit-transition: opacity 350ms ease, -webkit-transform 350ms ease;
          transition: opacity 350ms ease, transform 350ms ease;
  display: block;
  height: 180px;
  width: 180px;
  object-fit: cover;
  margin: 0 auto;
}
.speaker-container .gform_body #gform_fields_3 li{
 min-height: 100%;
    width: 65%;
}
.speaker-container form#gform_3 .gform_footer input[type="submit"]{
     display: inline-block;
    background-color: #EE3B32;
    color: #FFF;
    font-family: FontAwesome,"BabelSans",sans-serif;
    padding: 6px 36px !important;
    font-size: 16px;
    box-shadow: none;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: none;
    border: 0px;
}
.speaker-container #gform_fields_3 .ginput_container_email input {
    padding: 1em;
}
.speaker-container .owl-theme .owl-controls .owl-dot span{
  background: transparent;
}

.content-speaker {
  background-color: white;
  padding: 30px 20px;
}
.content-speaker .title-content {
  color: #EE3B32;
  font-size: 25px;
  margin-left: 10px;
}

.speaker-carousel .owl-wrapper,
.speaker-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  z-index: 999;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.speaker-carousel .owl-dots {
  position: absolute;
  text-align: center;
  bottom: -10px;
  width: 100%;
}
.speaker-carousel .owl-dots .owl-dot {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 3px;
  border-radius: 50%;
  background-color: #cccccc;
}
.speaker-carousel .owl-dots .owl-dot:hover, .speaker-carousel .owl-dots .owl-dot:focus, .speaker-carousel .owl-dots .owl-dot.active {
  background-color: #EE3B32;
}

.content-presentation-video {
  display: block;
}

.content-speaker, .content-presentation-video {
  margin-bottom: 20px;
}

.item-client {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.item-client figure img {
  margin: 0 auto;
  display: inline-block;
}

.info-box {
  margin-bottom: 15px;
}
.info-box .title-info {
  font-size: 20px;
  color: #282828;
  display: block;
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
  border-radius: 0;
}
.info-box p {
  font-size: 16px;
}
.info-box p a {
  color: #282828;
}
.info-box p a:hover, .info-box p a:focus {
  color: #EE3B32;
}

.leadership-container {
  padding-left: 10px;
}

.item-leadership {
  position: relative;
  margin-bottom: 30px;
}
.item-leadership figure {
  float: left;
  margin-right: 15px;
}
.item-leadership figure img {
  width: 130px;
  height: 130px;
}
.item-leadership figure + header {
  padding-top: 40px;
}
.item-leadership header .title-leadership {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.item-leadership header .subtitle-leadership {
  font-size: 16px;
  color: #282828;
}

.photogallery-container {
  padding: 0 0 0 20px;
}

.item-photogallery {
  margin-bottom: 15px;
  padding-left: 7.5px;
  padding-bottom: 7.5px;
}
.item-photogallery .subitem-photogallery img {
  margin: 0 auto;
  display: inline-block;
  width: 176px;
  height: 176px;
}

.pricing-container {
  padding-left: 10px;
}

.item-pricing {
  position: relative;
  margin-bottom: 30px;
}
.item-pricing .subitem-pricing {
  border: 3px solid #c8dbe5;
  text-align: center;
  padding: 20px 0px 10px;
}
.item-pricing .subitem-pricing h3 {
  font-family: "BebasNeueRegular", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3e5b6c;
  font-size: 25px;
  margin: 0 0 5px;
}
.item-pricing .subitem-pricing .pricing {
  font-family: "BebasNeueBold", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  color: #3e5b6c;
  font-size: 70px;
  margin-bottom: 0;
}
.item-pricing:hover .subitem-pricing {
    background: #3e5b6c;
    border-color: #3e5b6c;
}
.item-pricing:hover .subitem-pricing h3, .item-pricing:hover .subitem-pricing span {
    color: #fff;
}

.registration-container {
  padding-left: 10px;
}
.registration-container h2 {
  font-size: 35px;
  margin-top: 0;
  line-height: 1.2;
}
.registration-container p {
  font-size: 16px;
}

.news-container {
  padding-left: 25px;
  padding-right: 20px;
}
.news-container.news-panelwrap{
    padding-left: 0;
    padding-right: 0;
}

.item-news {
  position: relative;
  margin-bottom: 30px;
}
.item-news p {
  font-size: 16px;
  color: #282828;
}
.item-news .link-blue {
  color: #3a7a9e;
  cursor: pointer;
}
.item-news .link-blue:hover, .item-news .link-blue:focus {
  color: #EE3B32;
}
.item-news .news-header-extra {
  color: #808080;
}
.item-news .title-news {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 5px;
}
.press .item-news .title-news{
  display: list-item;
  margin-left:20px;
}

.item-video {
  position: relative;
  margin-bottom: 30px;
}
.item-video.in-small {
  margin-bottom: 15px;
  text-align: center;
}
.item-video.in-small .link-popup {
  font-size: 32px;
  height: 32px;
  width: 32px;
}
.item-video.in-small .caption {
  padding-bottom: 5px;
}
.item-video.in-small .caption h3 {
  font-size: 15px;
  margin-bottom: 0;
}
.item-video .subitem-video {
  position: relative;
}
.item-video .link-popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  font-size: 60px;
  color: white;
  display: block;
  z-index: 99;
  margin: auto;
}
.item-video .link-popup:hover, .item-video .link-popup:focus {
  opacity: .8;
}
.item-video .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  z-index: 22;
  background: -webkit-linear-gradient(top, rgba(89, 89, 89, 0.05) 19%, rgba(0, 0, 0, 0.5) 41%, rgba(0, 0, 0, 0.5) 55%, rgba(1, 1, 1, 0.6) 74%, #131313 100%);
  background: linear-gradient(to bottom, rgba(89, 89, 89, 0.05) 19%, rgba(0, 0, 0, 0.5) 41%, rgba(0, 0, 0, 0.5) 55%, rgba(1, 1, 1, 0.6) 74%, #131313 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#2b2b2b', GradientType=0 );
}
.item-video .caption h3 {
  color: white;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 5px;
}
.item-video .caption p {
  color: white;
}
.item-video img {
  width: 100%;
  position: relative;
}

.item-video-box {
  position: relative;
  margin-bottom: 15px;
}
.item-video-box figure {
  position: relative;
  margin-bottom: 15px;
}
.item-video-box figure i{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 56px;
  height: 56px;
  width: 56px;
  line-height: 1;
  color: white;
  display: block;
  z-index: 33;
  margin: auto;
}
.item-video-box figure:hover i, .item-video-box figure:focus i{
  opacity: .4;
}
.item-video-box figure img {
  position: relative;
}
.item-video-box h3 {
  padding: 0 15px;
  margin: 0;
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
  color:#000;
}
.item-video-box p {
  text-align: center;
}
.item-video-box p a {
  color: #282828;
}
.item-video-box p a:hover, .item-video-box p a:focus {
  color: #EE3B32;
}

/*--------------------------------------------------------------
# SITE-HEADER
--------------------------------------------------------------*/
.site-header {
  background-color: #131333;
  position: relative;
  width: 100%;
}

.site-header-top {
  padding: 15px 0;
}

.site-header-bottom {
  position: relative;
  background-color: white;
}

.logo {
  float: left;
  margin-top: 50px;
  margin-right: 9px;
}
.logo a {
  display: block;
}

.logo-information {
  float: left;
}
.logo-information .annual-logo{
  color: #78797d;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "BebasNeueBold", sans-serif;
  font-size: 18px;
}
.logo-information .annual-logo sup{
  font-size:60%;
}
.logo-information .title-logo {
  margin: 0;
  color: #ee3b32;
  letter-spacing: 5px;
  font-size: 32px;
  line-height: 1;
}
.logo-information .subtitle-logo {
  margin: 0;
  color: white;
  font-size: 40px;
  line-height: 1;
}
.logo-information .text-logo {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  color: white;
  margin-bottom: 0;
}
.logo-information .present-by label{
  vertical-align: bottom;
  font-size: 15px;
  margin-right: 5px;
  color: #fff;
  margin-bottom: 0;
  font-style: italic;
}

.link-header {
  float: right;
  padding-top: 15px;
  margin-bottom: 0;
}
.link-header a {
  font-family: "BebasNeueRegular", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  color: white;
  margin-left: 25px;
}
.link-header a:hover, .link-header a:focus {
  opacity: .6;
}
.link-header a i {
  color: #3e5b6c;
  margin-right: 5px;
}

/*--------------------------------------------------------------
# SITE-FOOTER
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  background: rgba(57, 98, 120,0.8);
}

.title-footer {
  color: white;
  font-size: 17px;
  letter-spacing: 2px;
}

.site-footer-top {
  padding: 20px 0;
  border-top: 5px solid #6b93a7;
  border-bottom: 1px solid #6b93a7;
  background-color: #110f2d;
  color: white;
}

.site-footer-middle {
  padding: 50px 0;
}
.site-footer-middle .widget {
  min-height: 245px;
  position: relative;
}
.site-footer-middle .widget header {
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.site-footer-middle .widget header .title-footer {
  margin: 0;
  line-height: 1;
}
.site-footer-middle .widget-single-sponsor {
  padding: 0;
  background-color: #110f2d;
}
.site-footer-middle .widget-single-sponsor header {
  padding: 19px 15px;
}
.site-footer-middle .widget-single-sponsor .item-sponsor {
  display: block;
  text-align: center;
  height: 190px;
  overflow: hidden;
}
.site-footer-middle .widget-single-sponsor img {
  margin: 14% auto;
  display: inline-block;
}
.site-footer-middle .widget-more-sponsor {
  padding: 0;
  background-color: white;
}
.site-footer-middle .widget-more-sponsor header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.site-footer-middle .widget-more-sponsor header .title-footer {
  display: inline-block;
}
.site-footer-middle .widget-more-sponsor header .sponsor-navigation {
  float: right;
}
.site-footer-middle .widget-more-sponsor .title-footer {
  color: rgba(57, 98, 120,0.8);
}
.site-footer-middle .sponsor-slider .item {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  height: 190px;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}
.sponsor-slider .item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.sponsor-slider .item img {
  display: inline-block;
  vertical-align: middle;
  width:auto;
}
.sponsor-slider.owl-theme .owl-controls{
  display:none;
}

.sponsor-navigation .prev,
.sponsor-navigation .next {
  cursor: pointer;
  color: #6b93a7;
}
.sponsor-navigation .prev:hover, .sponsor-navigation .prev:focus,
.sponsor-navigation .next:hover,
.sponsor-navigation .next:focus {
  color: #d51a21;
}
.sponsor-navigation .prev {
  margin-right: 5px;
}
.sponsor-navigation .next {
  margin-left: 5px;
}

.sponsor-slider .owl-wrapper,
.sponsor-slider .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  z-index: 999;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.site-footer-bottom {
  padding: 15px 0;
  border-top: 1px solid #6b93a7;
}
.site-footer-bottom .fix-padd-left {
  padding-left: 15px;
}
.site-footer-bottom .fix-padd-right {
  padding-right: 15px;
}

.copyright {
  float: left;
  font-size: 13px;
  color: white;
}

/*--------------------------------------------------------------
# WIDGETS
--------------------------------------------------------------*/
.widget {
  background: rgba(55, 98, 121, 0.8);
  /*opacity:0.85;*/
  padding: 30px 20px;
  margin-bottom: 20px;
}
.widget .title-widget {
  margin-top: 0;
  color: white;
  font-size: 25px;
}
.widget .meta-extra {
  color: #8da8b8 !important;
  text-transform: capitalize;
}

.widget-news ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
.widget-news ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid #396278;
  margin-bottom: 15px;
}
.widget-news ul li:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(245, 245, 245, 0.2);
}
.widget-news article header {
  margin-bottom: 0 !important;
}
.widget-news article h3 {
  margin: 0 0 5px;
  font-family: "BabelSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.3;
}
.widget-news article h3 a {
  color: white;
}
.widget-news article h3 a:hover, .widget-news article h3 a:focus {
  color: #d51a21;
}

.socmed-pane ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
  text-align: center;
}
.socmed-pane li[role="presentation"] {
  display: inline-block;
}
.socmed-pane li[role="presentation"].active a, .socmed-pane li[role="presentation"]:hover a, .socmed-pane li[role="presentation"]:focus a {
  background-color: #EE3B32;
}
.socmed-pane li[role="presentation"] a {
  display: block;
  margin: 0 15px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: white;
  border-radius: 50%;
  background-color: #396278;
  text-align: center;
  font-size: 18px;
}
.socmed-pane .tab-content {
  position: relative;
}
.socmed-pane div[role="tabpanel"] ul {
  text-align: left;
  margin-bottom: 0;
}
.socmed-pane div[role="tabpanel"] li {
  margin-bottom: 15px;
}
.socmed-pane div[role="tabpanel"] li:last-child {
  margin-bottom: 0;
}
.socmed-pane div[role="tabpanel"] article p {
  color: white;
  margin-bottom: 5px !important;
}
.socmed-pane div[role="tabpanel"] header {
  margin-bottom: 0px !important;
}
.socmed-pane div[role="tabpanel"] header figure {
  float: left;
  margin-bottom: 10px;
}
.socmed-pane div[role="tabpanel"] header figure img {
  height: 50px;
  width: 50px;
  display: block;
  border-radius: 6px;
}
.socmed-pane div[role="tabpanel"] header .subheader {
  text-align: left;
  margin-left: 60px;
}
.socmed-pane div[role="tabpanel"] h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  text-transform: capitalize;
  font-family: "BabelSans-Bold", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.socmed-pane div[role="tabpanel"] h3 a {
  color: white;
}
.socmed-pane div[role="tabpanel"] h3 a:hover, .socmed-pane div[role="tabpanel"] h3 a:focus {
  color: #EE3B32;
}
.socmed-pane div[role="tabpanel"] .link a {
  color: white;
}
.socmed-pane div[role="tabpanel"] .link a:hover, .socmed-pane div[role="tabpanel"] .link a:focus {
  color: #EE3B32;
}

/*--------------------------------------------------------------
# ARTICLES
--------------------------------------------------------------*/
article header {
  margin-bottom: 30px;
}
article .meta-extra {
  font-size: 13px;
}

/*--------------------------------------------------------------
# RWD-SIDEBAR
--------------------------------------------------------------*/
.btn-rwd {
  color: white;
  float: right;
  font-size: 18px;
  display: inline-block;
  cursor: pointer;
  margin-top: 30px;
  -webkit-transition: all 350ms ease;
          transition: all 350ms ease;
  display: none;
}
.btn-rwd:hover, .btn-rwd:focus {
  color: #EE3B32;
}

.btn-rwd-hide {
  color: white;
  font-size: 18px;
  display: inline-block;
  cursor: pointer;
  margin-top: 15px;
  margin-left: 20px;
  margin-bottom: 15px;
  -webkit-transition: all 350ms ease;
          transition: all 350ms ease;
  display: block;
}
.btn-rwd-hide:hover, .btn-rwd-hide:focus {
  color: #EE3B32;
}

.rwd-navigation ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
.rwd-navigation li {
  display: block;
}
.rwd-navigation li.has-children > a {
  position: relative;
}
.rwd-navigation li.has-children > a:after {
  content: "\f0d7";
  position: absolute;
  right: 15px;
  font-family: "FontAwesome";
  color: white;
}
.rwd-navigation li > a {
  color: white;
  display: block;
  padding: 5px 20px;
  text-transform: uppercase;
  font-size: 13px;
}
.rwd-navigation li > ul {
  padding-left: 15px;
}

.rwd-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.rwd-subcontainer {
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.1, 0, 0.95);
          transition: all 500ms cubic-bezier(0.25, 0.1, 0, 0.95);
  position: relative;
  width: 100%;
  display: block;
  margin-left: 0;
}

.rwd-active {
  margin-left: 40%;
  float: left;
}

.rwd-nav-sidebar {
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.1, 0, 0.95);
          transition: all 500ms cubic-bezier(0.25, 0.1, 0, 0.95);
  z-index: 999;
  width: 40%;
  margin-left: -40%;
  position: fixed;
  height: 100%;
  display: block;
  overflow-x: hidden;
  background-color: #131333;
}

.rwd-nav-active {
  margin-left: 0;
}

@media (max-width: 570px) {
  .rwd-nav-sidebar {
    width: 60%;
    margin-left: -60%;
  }

  .rwd-nav-active {
    margin-left: 0;
  }

  .rwd-active {
    margin-left: 60%;
  }
}
.rwd-sidebar .content-sidebar {
  width: 100%;
  display: none;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 62em){
  .rwd-sidebar .content-sidebar {
    padding-left: 0;
    padding-right: 0;
  }
}
.rwd-sidebar .sidebar-nav {
  margin-left: 0;
}

.rwd-contact-info {
  display: none;
}

/** PRESS CONVERAGE
===================================*/
.box-yearitem {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  text-align: center;
  width: 100%;
  padding: 0 8px;
  margin-bottom: 20px;
}
.box-yearitem a, .box-yearitem button {
  background: none;
  border: none;
  display: block;
  font-family: "BebasNeueBold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  border: 1px solid #9b9b9b;
  background: white;
  color: black;
  padding: 0.7em 1em;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.box-yearitem a:hover, .box-yearitem button:hover {
  text-decoration: none;
  background-color: #932035;
  border: 1px solid #932035;
  color: white;
  text-decoration: none;
}
@media screen and (min-width: 32em) {
  .box-yearitem {
    width: 49%;
  }
  .box-yearitem a {
    font-size: 23px;
  }
}

.press-type {
  padding-left: 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
.press-type h4 {
  margin: 0;
  margin-bottom: 17px;
  color: black;
  font: 17px 'Roboto', sans-serif;
  font-weight: 600;
}
.press-type ul, .press-type li {
  padding: 0;
}
.press-type ul {
  margin-bottom: 40px;
  padding-left: 5px;
}
.press-type li {
  display: block;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
  padding-left: 13px;
}
.press-type li:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 8px;
  background-color: black;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

/** PANELS
===================================*/
.panel-title {
  margin: 0;
  font-size: 27px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-family: "BebasNeueBold", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
}

.panel-item {
  border: 1px solid #9b9b9b;
  padding: 0 18px;
  margin-bottom: 16px;
}
.panel-item.toggleShow {
  border-color: #b53439;
}
.panel-item.toggleShow .panel-desc {
  border-color: #b53439;
}
.panel-item.toggleShow .panel-desc header h4 {
  color: #b53439;
}
.panel-item.toggleShow .panel-nav .fa {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.panel-item .panel-nav {
  display: none;
  float: left;
  color: #b53439;
  font-size: 20px;
  text-align: center;
  padding: 15px 15px 0 0;
  cursor: pointer;
}
@media screen and (min-width: 45em){
  .panel-item .panel-nav{
      display: block;
  }
}
.panel-item .panel-nav .fa {
  transition: all 0.25s;
}
.panel-item .panel-desc {
  overflow: hidden;
}
@media screen and (min-width: 45em){
  .panel-item .panel-desc {
    border-left: 1px solid #9b9b9b;
    padding-left: 20px;
  }
}
.panel-item .panel-desc header {
  overflow: hidden;
  padding: 20px 0 20px;
  margin-bottom: 0;
  cursor: pointer;
}
.panel-item .panel-desc header h4 {
  font-size: 17px;
  margin: 0;
  margin-top: 2px;
  margin-bottom: 8px;
}
@media screen and (min-width: 35em) {
  .panel-item .panel-desc header h4 {
    float: left;
    margin-bottom: 0;
  }
}
.panel-item .panel-desc header .date {
  color: #7e7e7e;
  font-size: 14px;
  margin: 0;
}
@media screen and (min-width: 35em) {
  .panel-item .panel-desc header .date {
    float: right;
  }
}
.panel-item .panel-desc h5 {
  font: 16px 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
}
.panel-item .panel-desc .contentText {
  display: none;
}
.panel-item .panel-speaker {
  text-align: center;
}
@media screen and (min-width: 40em) {
  .panel-item .panel-speaker {
    text-align: left;
  }
}
.panel-item .panel-speaker ul li {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 48%;
  overflow: hidden;
  text-align: center;
  padding: 0 15px;
}
@media screen and (min-width: 40em) {
  .panel-item .panel-speaker ul li {
    width: 23%;
  }
}
@media screen and (max-width: 36em){
     .panel-item .panel-speaker ul li{
        width: 100%;
        padding-right: 0;
        padding-left: 0;
     } 
}
.panel-item .panel-speaker ul li figure {
  width: 157px;
  overflow: hidden;
  margin: 0 auto 15px;
  cursor: pointer;
}
.panel-item .panel-speaker ul li figure img {
  margin-bottom: 15px;
}
.panel-item .panel-speaker ul li figure figcaption {
  font-size: 16px;
  display: block;
  font-family: "BebasNeueRegular", sans-serif;
  color: #333;
}
.panel-item .panel-speaker ul li .modal{ text-align: left;}

/*--------------------------------------------------------------
# MEDIA-QUERIES
--------------------------------------------------------------*/
@media (max-width: 1200px) {
  .logo {
    margin-top: 20px;
  }

  .logo-information .title-logo {
    font-size: 28px;
  }
  .logo-information .subtitle-logo {
    font-size: 36px;
  }
  .logo-information .text-logo {
    font-size: 13px;
  }

  .main-navigation {
    font-size: 21px;
  }

  .content-speaker .title-content,
  .content-speaker .subtitle-content,
  .content-speaker .content-header-extra,
  .content-page .title-content,
  .content-page .subtitle-content,
  .content-page .content-header-extra {
    text-align: center;
  }

  .form-contact p .label,
  .form-contact p input,
  .form-contact p .btn-red,
  .form-contact p textarea {
    margin-left: 0;
  }

  .speaker-container ul li {
    width: 25%;
  }
  .speaker-container .item-speaker .title-speaker {
    font-size: 21px;
  }

  .item-news {
    text-align: center;
  }
/*
  .alignleft,
  .alignright {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }
  .alignleft img,
  .alignright img {
    display: inline-block;
  }*/

  .item-video.in-small .link-popup {
    margin-top: auto !important;
  }
  .item-video .link-popup {
    margin-top: 30px;
  }
}
@media (max-width: 1150px) {
  .form-contact p .label {
    padding-left: 0;
  }

  .sidebar-nav ul li > a {
    font-size: 21px;
  }
}
@media (max-width: 995px) {
  .logo-information {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px;
    margin-top: 30px;
    background-color: #273a4f;
  }
  .logo-information:before, .logo-information:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #273a4f;
  }
  .logo-information:before {
    right: 100%;
  }
  .logo-information:after {
    left: 100%;
  }

  .link-header,
  .form-search-header {
    float: left;
  }

  .link-header {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .link-header a {
    margin-left: 0;
    margin-right: 15px;
  }

  .form-search-header {
    width: 100%;
  }

  .site-header-bottom {
    display: none;
  }

  .btn-rwd {
    display: block;
  }

  .banner-carousel .caption-item {
    text-align: center;
    min-height: 280px;
  }
  .banner-carousel .owl-nav {
    top: 65%;
  }

  .contact-info {
    display: none;
  }

  .rwd-contact-info {
    display: block;
  }
  .rwd-contact-info .contact-info {
    display: block;
  }

  .form-contact p .btn-red {
    text-align: center;
    width: 100%;
    padding: 12px;
  }
  .form-contact p .label {
    text-align: center;
  }

  .info-box {
    text-align: center;
  }
  .info-box .title-info {
    text-align: center;
  }

  .sidebar-nav {
    text-align: center;
  }
  .sidebar-nav li a {
    font-size: 21px !important;
  }
  .banner-new-carousel .item {
    min-height: initial;
  }
}
@media (max-width: 990px) {
  .site-footer-middle .widget-single-sponsor img {
    margin: 10% auto;
  }

  .site-footer-top {
    padding: 30px 0;
  }

  .site-footer-middle .sponsor-slider .item {
    height: auto !important;
  }

  .fix-padd-right,
  .fix-padd-left {
    padding-left: 0px;
    padding-right: 0px;
  }

  .content-sidebar {
    display: none;
  }

  .content-presentation-video .btn-red {
    text-align: center;
    width: 100%;
    padding: 12px;
  }

  .rwd-sidebar .content-sidebar {
    display: block;
  }
  .rwd-sidebar .btn-red {
    text-align: center;
    width: 100%;
    padding: 12px;
  }
  .rwd-sidebar .widget {
    background: transparent;
    padding: 10px 15px;
  }
  .rwd-sidebar .widget .title-widget {
    background-color: rgba(55, 98, 121, 0.8);
	/*opacity:0.85;*/
    padding: 30px 20px 10px;
    margin-bottom: 0;
  }
  .rwd-sidebar .widget ul {
    background-color: rgba(55, 98, 121, 0.8);
	/*opacity:0.85;*/
    padding: 10px 20px 10px;
    margin-bottom: 15px;
  }
  .rwd-sidebar .widget ul li:last-child {
    border-bottom: none;
  }
  .rwd-sidebar .widget ul li:last-child:after {
    height: 0;
  }
  .rwd-sidebar .widget .socmed-pane ul[role="tablist"] {
    margin-bottom: 0;
  }

  .site-footer {
    background-image: none;
    border-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .site-footer-bottom {
    padding: 30px 0;
    background-color: #131333;
  }

  .item-client {
    float: left;
    width: 33.33333%;
  }

  .copyright {
    color: #999999;
  }

  .item-leadership {
    float: left;
    width: 50%;
  }

  .item-photogallery {
    float: left;
    width: 33.33333%;
    text-align: center;
    margin-bottom: 45px;
  }

  .item-video {
    margin-bottom: 15px;
    text-align: center;
  }
  .item-video.in-small .link-popup {
    font-size: 60px;
    width: 60px;
    height: 60px;
    margin-top: auto !important;
  }
  .item-video.in-small .caption h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .item-video .link-popup {
    margin-top: auto;
  }

  .item-video-box {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .site-footer-top,
  .site-footer-middle,
  .site-footer-bottom {
    padding-left: 2%;
    padding-right: 2%;
  }

  .site-footer-middle .sponsor-slider .item {
    height: auto;
  }

  .site-footer-middle .widget-single-sponsor img {
    margin: 15% auto;
  }

  .sort-box {
    text-align: center;
  }

  .label-combo-rwd {
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;
  }

  .label-combo {
    display: none;
  }

  .list-sorted li {
    width: 50%;
  }
  .list-sorted li:nth-child(2) {
    padding-right: 0;
  }

  .combo-newest {
    width: 100%;
    text-align: left;
  }

  .item-video .caption p {
    display: none;
  }

  .item-leadership.without-pict {
    min-height: 85px;
  }
}
@media (max-width: 690px) {
  .banner-carousel .title-banner {
    font-size: 32px;
  }
  .banner-carousel .subtitle-banner {
    font-size: 18px;
  }
  .banner-carousel .caption-item {
    min-height: 210px;
  }

  .btn-red {
    font-size: 18px;
    padding: 10px 25px;
  }

  .speaker-container ul li {
    width: 33.33333%;
  }

  .content-main {
    padding-left: 0;
    padding-right: 0;
  }

  .content-speaker,
  .content-page {
    /*position: relative;
    padding-left: 0;
    padding-right: 0;*/
  }
  .content-speaker:before, .content-speaker:after,
  .content-page:before,
  .content-page:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: white;
    display: block;
  }
  .content-speaker:before,
  .content-page:before {
    right: 100%;
  }
  .content-speaker:after,
  .content-page:after {
    left: 100%;
  }

  .item-leadership {
    text-align: center;
    min-height: 225px;
  }
  .item-leadership.without-pict {
    min-height: 85px;
  }
  .item-leadership figure {
    float: none;
    width: 100%;
    display: block;
  }
  .item-leadership figure img {
    display: inline-block;
  }
  .item-leadership figure + header {
    padding-top: 0;
    margin-top: 10px;
  }
  .item-leadership .title-leadership {
    font-size: 21px;
  }

  .copyright {
    float: none;
    text-align: center;
  }

  .footer-nav {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }

  .item-photogallery {
    width: 50%;
    margin-bottom: 60px;
  }

  .item-video-box figure .link-popup {
    font-size: 32px;
    width: 32px;
    height: 32px;
  }
  .item-video-box h3 {
    font-size: 21px;
  }

  .pagin-nav {
    position: relative;
    margin-bottom: 45px;
  }
  .pagin-nav .prev,
  .pagin-nav .next {
    position: absolute;
    top: 45px;
  }
  .pagin-nav .prev {
    left: 5%;
  }
  .pagin-nav .next {
    right: 5%;
  }

  .content-main iframe, 
  iframe{
      width: 100%;
      height: 320px !important;
  }
  
}
@media (max-width: 570px) {
  .content-speaker:before,
  .content-page:before {
    right: 99.5%;
  }
  .content-speaker:after,
  .content-page:after {
    left: 99.5%;
  }

  .logo-information .title-logo {
    font-size: 24px;
  }
  .logo-information .subtitle-logo {
    font-size: 32px;
  }
  .logo-information .text-logo {
    font-size: 12px;
  }

  .banner-carousel .caption-item {
    min-height: 220px;
  }

  .speaker-container ul li {
    width: 50%;
  }

  .item-client {
    width: 50%;
  }

  .item-photogallery {
    margin-bottom: 30px;
  }

  .alignleft,
  .alignright{
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    text-align: center;
  }

  .alignleft img,
  .alignright img {
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .site-footer-middle .widget-single-sponsor img {
    margin: 25% auto;
  }
  
  .content-contact:after {
    left: 100%;
  }
  .list-sorted li {
    width: 100%;
  }

  .list-sorted li{
      padding-left: 0 !important;
      padding-right: 0 !important;
  }

  .item-video-box{
      width: 100%;
      text-align: center;
      margin-bottom: 40px;
      border-bottom: 1px dotted #cecece;
      padding-bottom: 20px;
  }
}

@media screen and (max-width: 380px){
  .item-leadership {
    width: 100%;
  }
}
@media (max-width: 325px) {
  .logo-information .title-logo {
    font-size: 22px;
  }
  .logo-information .subtitle-logo {
    font-size: 26px;
  }
  .logo-information .text-logo {
    font-size: 9px;
  }

  .link-header a {
    margin-right: 10px;
    font-size: 22px;
  }

  .banner-carousel .caption-item {
    min-height: 260px;
  }

  .item-video.in-small .caption {
    padding: 5px;
  }
  .item-video.in-small .caption h3 {
    font-size: 16px;
  }
  .item-video .caption {
    padding: 5px;
  }
  .item-video .caption h3 {
    font-size: 16px;
  }

  .site-footer-bottom {
    padding-bottom: 5px;
  }
}

.btntopspeaker{
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  margin-top: 20px;
}
.padbuttom{
  padding-bottom: 0;
}

.twitter-follow-button{
  visibility: inherit !important;
  width: 100% !important;
  height: 100% !important;
}