@charset "UTF-8";
/**************IEREK  WEBSITE********************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/*****colors***/
/********/
/*******parameters***/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
:root {
  --main-bg-color: #201f1f;
  --navbar-color: white;
  --main-color: #d8d8d8;
  --secondary-color: #1c6793;
  --secondary-color-hover: #338cc3;
  --action-btn-color: #de2c2c;
  --action-btn-color-hover: #eb2929;
  --darker-faded-color: #aaa8a8;
  --faded-color: #e4e4e4;
  --posts-bg-color: white;
  --main-menu-height: 95px;
  --body-font-color: #333;
  --body-font-size: 15px;
  --sidebar_card-main_title: #bbbbbb;
  --banner-font-color: white;
  --banner-bg-color: #2b6e9d;
  --light-green: #225a80;
  --separator-border-color: #e4e4e4;
  --footer-bg-color: #6e6e6e;
  --footer-text-color: #d8d8d8;
  --link-visited: #2b6e9d;
  --separator-border-color: #e4e4e4;
  --footer-bg-color: #6e6e6e;
  --footer-text-color: #d8d8d8; }

body {
  background-color: #ECECEC;
  background: url(../images/bgAllSite.jpg) top repeat-x #ececec !important;
  border-top: 3px solid #A97F18;
  border-bottom: 3px solid #A97F18;
  font-size: 16px !important;
  font-family: 'Source Sans Pro', sans-serif;
  transition: .2s all ease-in-out;
  min-height: 100vh; }

a {
  color: #0c3852;
  text-decoration: none;
  font-family: 'Source Sans Pro', sans-serif; }

.ui-widget-header .ui-icon {
  background-image: url("../images/jquery-ui-imgs/ui-icons_ffffff_256x240.png"); }

a.ui-datepicker-prev.ui-corner-all, a.ui-datepicker-next.ui-corner-all {
  background-color: #A97F18;
  border: 1px solid #A97F18; }

a:hover, a:focus {
  text-decoration: none;
  outline: 0; }

.ui-datepicker td span, .ui-datepicker td a:hover {
  color: black;
  border: 1px solid grey;
  background-color: transparent; }

.ui-widget-header {
  color: #aa7f00; }

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 0; }

p {
  font-size: 1em; }

.nav > li > a {
  padding: 15px 10px; }

.cover-img {
  background-color: #fff;
  margin-bottom: 15px; }
  .cover-img img {
    width: 100%;
    padding: 7px; }

@media (max-width: 700px) {
  .cover-img {
    background-color: #fff; }
    .cover-img img {
      width: 100%;
      height: auto;
      padding: 7px; } }
.section p {
  text-align: justify !important;
  font-size: 14px !important;
  width: 100%;
  clear: both;
  font-family: 'Open Sans', sans-serif !important;
  line-height: 24px; }

.section strong {
  font-size: 14px !important; }

.nomargin-after {
  margin-bottom: 1px; }

.no-padd {
  padding: 0 !important; }

.topic-title {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px !important;
  padding: 0 0.5em;
  font-weight: 700; }

span, label {
  font-size: 1em; }

.regErrors {
  color: red; }

.panel-heading {
  background-color: #A97F18 !important;
  color: #fff !important;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }
  .panel-heading i {
    margin-right: 5px; }

.ierekpanel-b {
  background-color: #F5F5F5; }

.insidepanel {
  border: 1px solid #dfdfdf;
  padding: 1%;
  background-color: #fff;
  margin-bottom: 10px; }

.insidepanell {
  padding: 1%;
  margin-bottom: 1%; }

.padll {
  padding-left: 0px; }

@media (max-width: 700px) {
  .padll {
    padding-left: 0px;
    padding-right: 0px; } }
.padmid {
  padding: 0px 5px 0px 5px; }

/***extended classes*****/
.buttonstyle, #CONDETAILP .buttons-group a {
  background-color: #A97F18;
  color: #fff;
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: none; }
  .buttonstyle:hover, #CONDETAILP .buttons-group a:hover, .buttonstyle:focus, #CONDETAILP .buttons-group a:focus, .buttonstyle:active, #CONDETAILP .buttons-group a:active {
    background-color: #0C3852;
    color: #fff;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

.buttonstyle2, #CONTACTP .pull-right, #SCIENDETAILP .scien-caption button {
  background-color: #0C3852;
  color: #fff;
  border: none;
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }
  .buttonstyle2:hover, #CONTACTP .pull-right:hover, #SCIENDETAILP .scien-caption button:hover, .buttonstyle2:focus, #CONTACTP .pull-right:focus, #SCIENDETAILP .scien-caption button:focus, .buttonstyle2:active, #CONTACTP .pull-right:active, #SCIENDETAILP .scien-caption button:active {
    background-color: #A97F18;
    color: #fff;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

.sign-in-navbar {
  background-color: lightgrey; }

.radius, #NEWSP .insidepanel .buttcont, #NEWSDETAILP .insidepanel .buttcont, #BLOGDETAILP .insidepanel .buttcont, #NEWSP .insidepanel .buttcont:hover, #NEWSDETAILP .insidepanel .buttcont:hover, #BLOGDETAILP .insidepanel .buttcont:hover {
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

/*------right Side-----*/
.breifing .images-side {
  margin-top: 20px; }
  .breifing .images-side figure img {
    width: 100%; }
.breifing .Authorities {
  padding: 1%;
  margin-bottom: 20px; }

/*-----------------------------------Header--------------------------------*/
#masthead {
  height: 115px; }

header .btn-default {
  color: #333;
  background-color: #0C3852; }
  header .btn-default:hover {
    background-color: #A97F18; }
header i {
  color: #fff; }
header .dropdown-menu {
  background-color: #0C3852; }
  header .dropdown-menu li a {
    color: #fff; }
    header .dropdown-menu li a:hover {
      background-color: #135379; }
header .navbar-default {
  padding: 0px;
  background-color: transparent !important; }
header .navbar {
  font-weight: 500;
  border: none; }
header .navbar-nav {
  float: none;
  margin: 0px 0px;
  border-top: 2px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7; }
  header .navbar-nav li {
    margin: 0 auto; }
    header .navbar-nav li a {
      border-bottom: 3px solid transparent; }
header .navbar-default .navbar-nav > li > a:hover, header .navbar-default
.navbar-nav > li > a:focus {
  background-color: #fff;
  border-bottom: 3px solid #c2c2c2 !important; }
header .navbar-default .navbar-nav > .active > a, header .navbar-default .navbar-nav > .active > a:hover,
header .navbar-default .navbar-nav > .active > a:focus {
  background-color: #fff;
  border-bottom: 3px solid #A97F18; }

.categories-home {
  display: flex;
  justify-content: center;
  padding-top: 1%;
  padding-bottom: 1em; }
  .categories-home ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .categories-home ul li {
      width: 12%;
      display: inline-block;
      background-color: #0A293B;
      padding: 15px 0px 0px 0px;
      margin-right: .55%;
      border-bottom: 3px solid #0A293B;
      margin-bottom: 1.5%;
      text-align: center; }
      .categories-home ul li:hover {
        /*background-color:#CCD5CD;*/
        color: #999;
        border-bottom: 3px solid red;
        background-color: #aa812c; }
      .categories-home ul li a img {
        height: 65px;
        margin: 0 auto;
        display: block;
        margin-bottom: 5px; }
      .categories-home ul li a h6 {
        background: #fff;
        padding: 9px 0px 9px 0px;
        margin: 0;
        color: #999 !important;
        font-size: 12.5px;
        height: auto;
        margin-top: 15px; }
      .categories-home ul li:last-child {
        margin-right: 0px !important; }
    .categories-home ul:hover h6 {
      color: #fff; }
    @media (max-width: 700px) {
      .categories-home ul li {
        width: 24%;
        display: inline-block;
        background-color: #0A293B;
        padding: 15px 0px 0px 0px;
        margin-right: .55%;
        border-bottom: 3px solid #0A293B;
        margin-bottom: 1.5%;
        text-align: center; }
        .categories-home ul li:hover {
          /*background-color:#CCD5CD;*/
          color: #999;
          border-bottom: 3px solid red;
          background-color: #aa812c; }
        .categories-home ul li a img {
          height: 65px;
          margin: 0 auto;
          display: block;
          margin-bottom: 5px; }
        .categories-home ul li a h6 {
          background: #fff;
          /* padding: 9px 17px; */
          margin: 0;
          color: #999 !important;
          font-size: 11.5px;
          height: auto;
          margin-top: 15px;
          height: 30px;
          padding-top: 7px; }
        .categories-home ul li:last-child {
          margin-right: 0px !important; }
      .categories-home ul:hover h6 {
        color: #fff; } }

.categories-home-row {
  display: flex;
  justify-content: center; }

.categories-home-row {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0px;
  margin-left: 0px; }

.categories-home-card-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #0C3852;
  flex: 1; }

.categories-home-card-container:hover .categories-home-card-container-title {
  border-bottom: 5px solid #ED1D24; }

.categories-home-card-container:hover {
  background-color: #A97F18; }

.categories-home-card-container-title {
  width: 100%;
  text-align: center;
  background: white;
  padding: 5px;
  border-bottom: 5px solid #0C3852;
  color: black;
  font-size: .8em;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 43px; }

.categories-home-card-container-title-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500; }

@media (min-width: 992px) and (max-width: 1200px) {
  .categories-home-card-container-title {
    font-size: .65em; } }
@media (min-width: 768px) and (max-width: 992px) {
  .categories-home-card-container-title {
    font-size: .5em; } }
@media (max-width: 768px) {
  .categories-home-card-container-title {
    font-size: .7em;
    min-height: 45px; }

  .categories-home-card-container-title-text {
    font-weight: 100; } }
.categories-home-card-container-img img {
  width: 100%;
  padding: 10px; }

.categories-home-card-main-container {
  flex: 1;
  width: 100%;
  margin: 5px; }

/*---------------------------end header------------------------------------------*/
/*-------------------footer----------------------------------------------------*/
footer {
  text-align: center; }
  footer .button-footer ul li {
    display: inline-block; }
    @media (min-width: 992px) {
      footer .button-footer ul li a {
        color: white; } }
    footer .button-footer ul li a:hover {
      color: black; }
  footer .button-footer .nav > li > a:hover, footer .button-footer .nav > li > a:focus {
    background-color: #FFFFFF; }
  footer .social-icons ul {
    margin-bottom: 0px; }
    footer .social-icons ul li {
      display: inline-block; }
      footer .social-icons ul li a i {
        color: #A97F18; }
      footer .social-icons ul li a .fa-linkedin-square:hover {
        color: #2087D6; }
      footer .social-icons ul li a .fa-facebook-square:hover {
        color: #495E93; }
      footer .social-icons ul li a .fa-twitter-square:hover {
        color: #6ACCEF; }
      footer .social-icons ul li a .fa-instagram:hover {
        color: #D7C9AF; }
      footer .social-icons ul li a .fa-youtube-square:hover {
        color: #E32A21; }
      footer .social-icons ul li a .fa-android:hover {
        color: #A2C437; }
  footer .banks ul {
    margin-bottom: 0px; }
    footer .banks ul li {
      display: inline-block; }

/*------------------------end footer---------------------------------------------*/
/*********************chat*******************/
#Chat .chatfloating {
  float: right; }
#Chat .panel-primary > .panel-heading {
  background-color: #4CAF50 !important;
  border: none; }
#Chat .chat {
  list-style: none;
  margin: 0;
  padding: 0; }
#Chat .chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #B3A9A9; }
#Chat .chat li.left .chat-body {
  margin-left: 60px; }
#Chat .chat li.right .chat-body {
  margin-right: 60px; }
#Chat .chat li .chat-body p {
  margin: 0;
  color: #777777; }
#Chat .panel .slidedown .glyphicon, #Chat .chat .glyphicon {
  margin-right: 5px; }
#Chat .panel-body {
  overflow-y: scroll;
  height: 250px; }
#Chat .panel {
  margin-bottom: 0px;
  border: none; }
#Chat ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5; }
#Chat ::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }
#Chat ::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555; }

/*-----------------------------------Aboutpage----------------------------------------*/
#ABOUTP .panel .panel-body ul li h4 {
  color: #A97F18;
  border-bottom: 2px solid #A97F18;
  font-size: 16px;
  font-weight: 600;
  width: 10%; }
#ABOUTP .panel .panel-body ul li p {
  font-size: 14px; }

/*---------------------------------------contact page---------------------------------*/
#CONTACTP {
  margin-bottom: 2%; }
  #CONTACTP #map {
    margin-top: -2%;
    padding: 10px 10px;
    background: #F8F8F8;
    width: 100%;
    border-radius: 1px;
    height: 300px; }
  #CONTACTP .countries {
    margin-top: 2%; }
    #CONTACTP .countries .hvr-icon-drop {
      display: block;
      padding-bottom: 3%;
      padding-top: 3%; }
    #CONTACTP .countries li {
      border-bottom: 1px solid #e7e7e7;
      padding-left: 2%; }
      #CONTACTP .countries li a {
        font-size: 15px;
        font-weight: 600;
        color: #aa812c; }
      #CONTACTP .countries li p {
        font-size: 12px !important;
        color: #0A293B; }
      #CONTACTP .countries li:hover, #CONTACTP .countries li:active, #CONTACTP .countries li:focus {
        background-color: #e7e7e7;
        border-left: 2px solid #A97F18; }

/*----------------------news page---------------------------------------------*/
#NEWSP .insidepanel h4, #NEWSDETAILP .insidepanel h4, #BLOGDETAILP .insidepanel h4 {
  font-size: 15px;
  font-weight: 600;
  border-bottom: 2px solid #A97F18;
  display: table; }
  #NEWSP .insidepanel h4 a, #NEWSDETAILP .insidepanel h4 a, #BLOGDETAILP .insidepanel h4 a {
    color: #777; }
    #NEWSP .insidepanel h4 a:hover, #NEWSDETAILP .insidepanel h4 a:hover, #BLOGDETAILP .insidepanel h4 a:hover {
      color: #999; }
#NEWSP .insidepanel span, #NEWSDETAILP .insidepanel span, #BLOGDETAILP .insidepanel span {
  margin-right: 2%; }
  #NEWSP .insidepanel span i, #NEWSDETAILP .insidepanel span i, #BLOGDETAILP .insidepanel span i {
    color: #ED1D24;
    margin-right: 3px; }
#NEWSP .insidepanel p img, #NEWSDETAILP .insidepanel p img, #BLOGDETAILP .insidepanel p img {
  margin-right: 1%;
  width: 100px;
  height: 24px; }
#NEWSP .insidepanel .buttcont, #NEWSDETAILP .insidepanel .buttcont, #BLOGDETAILP .insidepanel .buttcont {
  padding: 5px;
  border: 1px solid #ddd;
  color: #0C3852; }
  #NEWSP .insidepanel .buttcont:hover, #NEWSDETAILP .insidepanel .buttcont:hover, #BLOGDETAILP .insidepanel .buttcont:hover {
    background-color: #0C3852;
    color: #fff; }
  #NEWSP .insidepanel .buttcont i, #NEWSDETAILP .insidepanel .buttcont i, #BLOGDETAILP .insidepanel .buttcont i {
    margin-left: 5px; }
#NEWSP .sharing-icons, #NEWSDETAILP .sharing-icons, #BLOGDETAILP .sharing-icons {
  display: block;
  float: right;
  /*   border: 1px solid #ddd;*/
  padding: 4px;
  width: 18%;
  border-radius: 4px;
  margin-top: -1%; }
@media (max-width: 900px) {
  #NEWSP .sharing-icons, #NEWSDETAILP .sharing-icons, #BLOGDETAILP .sharing-icons {
    display: block;
    float: inherit;
    border: 1px solid #ddd;
    padding: 4px;
    width: 81%;
    border-radius: 4px;
    margin-top: -1%;
    margin-bottom: 16px; } }
#NEWSP .stButton .chicklets, #NEWSDETAILP .stButton .chicklets, #BLOGDETAILP .stButton .chicklets {
  padding-left: 16px;
  padding-right: 0px; }

#NEWSDETAILP .sharing-icons, #BLOGDETAILP .sharing-icons {
  margin-top: 0; }

/*-------------------------------------SCIENTIFICPage-------------------------------------*/
#SCIENTIFICP .thumbnail {
  border: none;
  background-color: transparent; }
  #SCIENTIFICP .thumbnail figure {
    background-color: #fff;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 10px; }
    #SCIENTIFICP .thumbnail figure img {
      border-radius: 10px;
      width: 100px;
      height: 100px;
      padding: 3%; }
  #SCIENTIFICP .thumbnail .caption {
    background-color: #fff;
    margin-top: -40px;
    padding-top: 26px;
    text-align: center;
    min-height: 180px;
    max-height: 194px;
    border-top: 2px solid #A97F18; }
    #SCIENTIFICP .thumbnail .caption h3 a {
      color: #A97F18;
      font-size: 15px;
      font-weight: 600; }
      #SCIENTIFICP .thumbnail .caption h3 a:hover {
        color: #999; }
    #SCIENTIFICP .thumbnail .caption p {
      text-align: justify;
      min-height: 180px;
      max-height: 194px;
      font-size: 13px !important;
      padding: 2% !important;
      font-weight: 600;
      color: #6e6f6f; }
      #SCIENTIFICP .thumbnail .caption p a {
        color: #0C3852;
        font-size: 12px; }
        #SCIENTIFICP .thumbnail .caption p a:hover {
          color: #0C3852; }

/*-----------------------------scientific detail page----------------------------------------------------*/
#SCIENDETAILP .thumbnail {
  border: none;
  background-color: transparent;
  padding: 0px; }
  #SCIENDETAILP .thumbnail figure {
    background-color: #fff;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 10px; }
    #SCIENDETAILP .thumbnail figure img {
      border-radius: 10px;
      width: 100px;
      height: 100px;
      padding: 3%; }
  #SCIENDETAILP .thumbnail .caption {
    background-color: #fff;
    margin-top: -40px;
    padding-top: 26px;
    text-align: center;
    border-top: 2px solid #A97F18; }
    #SCIENDETAILP .thumbnail .caption h2 {
      color: #A97F18;
      font-weight: 600; }
#SCIENDETAILP .scien-caption {
  background-color: #fff;
  padding: 2%; }
  #SCIENDETAILP .scien-caption button {
    border: none;
    padding: 7px;
    margin-top: -51px;
    float: right;
    margin-right: 2%; }

/*---------------------------------------Workshop page --------------------------------------*/
.ierekpanel-workshop {
  height: 175px;
  overflow: scroll; }
  .ierekpanel-workshop .insidepanel {
    background-color: transparent;
    border: 0px; }

.ierek-workshop .conference-item-cover img {
  min-height: auto !important; }
.ierek-workshop .conference-item-title {
  height: 80px; }

.ierek-work-event {
  height: 480px; }

/*--------------------------------------conference page-------------------------------------*/
#CONFERENCEP .nav-tabs {
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  display: table;
  width: 100%;
  margin-top: 10px;
  margin-top: 10px; }
#CONFERENCEP .nav-tabs > li.active > a, #CONFERENCEP .nav-tabs > li.active > a:hover, #CONFERENCEP .nav-tabs > li.active > a:focus {
  background-color: #0C3852;
  color: #fff; }
#CONFERENCEP .nav-tabs > li > a {
  border-right: 1px solid #ddd;
  margin-right: 0px;
  font-weight: 600;
  min-width: 100px;
  text-align: center;
  color: #999; }
  #CONFERENCEP .nav-tabs > li > a:hover {
    background-color: #A97F18;
    color: #fff; }
@media (max-width: 700px) {
  #CONFERENCEP .nav-tabs > li > a {
    border-right: 1px solid #ddd;
    margin-right: 0px;
    font-weight: 300;
    min-width: auto !important;
    text-align: center;
    color: #999; }
    #CONFERENCEP .nav-tabs > li > a:hover {
      background-color: #A97F18;
      color: #fff; } }
#CONFERENCEP .ierekpanel-b {
  height: 400px;
  overflow: scroll; }
  #CONFERENCEP .ierekpanel-b .insidepanel {
    background-color: transparent;
    border: 0px; }
#CONFERENCEP .breifing figure img {
  width: 100%; }
#CONFERENCEP .tabsyears .tab-pane {
  margin-top: 2%;
  min-height: 26vh; }
#CONFERENCEP .tabsyears .thumbnail-images .thumbnail {
  padding: 2%; }
  #CONFERENCEP .tabsyears .thumbnail-images .thumbnail img {
    width: 100%; }
#CONFERENCEP .tabsyears .thumbnail-images .caption h4 {
  padding: 3%;
  font-size: 13px;
  font-weight: 600;
  background-color: #F5F5F5; }
#CONFERENCEP .tabsyears .thumbnail-images .caption h5 {
  border-top: 1px solid #F5F5F5;
  font-size: 13px;
  padding-top: 3%; }
#CONFERENCEP .tabsyears .thumbnail-images .caption h6 {
  color: #A97F18; }

/*----------------------------------conferene dtail page-----------------------------------------------*/
#CONDETAILP .ierekpanel-b2 {
  padding: 0px; }
  #CONDETAILP .ierekpanel-b2 .tabspanel {
    margin-bottom: 0px; }
    #CONDETAILP .ierekpanel-b2 .tabspanel li {
      border-bottom: 1px solid #ddd;
      padding: 2%;
      padding-left: 6%; }
      #CONDETAILP .ierekpanel-b2 .tabspanel li a {
        font-size: 15px;
        color: #0C3852; }
      #CONDETAILP .ierekpanel-b2 .tabspanel li:hover, #CONDETAILP .ierekpanel-b2 .tabspanel li:focus, #CONDETAILP .ierekpanel-b2 .tabspanel li:active {
        background-color: #F5F5F5;
        border-left: 2px solid #A97F18; }
#CONDETAILP .buttons-group .but2 span {
  float: right; }
#CONDETAILP .buttons-group .but1 span {
  float: left; }
#CONDETAILP .buttons-group span {
  background-color: #BE901E;
  color: #DCD2B4;
  padding: 9px 0px 8px 8px; }
#CONDETAILP .buttons-group a {
  background-color: #A97F18;
  color: #fff;
  padding: 10px; }

/**************************--------forms-------********************/
.formquicklinks section p {
  background-color: #D9EDF7;
  color: #999;
  padding: 1%; }
.formquicklinks form .form-group, .formquicklinks form .input-group {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 2%; }
.formquicklinks form label {
  margin-top: 6px; }
.formquicklinks form button {
  margin-top: 1%;
  border: none; }

/***************************---------tables--------*************************/
.custyle thead {
  background-color: #e7e7e7; }

/*------------------------upload full paper page------------------------------*/
#UploadFull .user-abstract label {
  border: 1px solid #ddd;
  padding: 5px 0px 5px 31px;
  width: 100%; }

/*--------------------------sign im Modal------------------------*/
#SignInModal .modal-content {
  background-color: rgba(255, 255, 255, 0.91);
  width: 93%; }
#SignInModal .modal-dialog {
  width: 100%; }
#SignInModal .modal-body .form-group i {
  width: 27px;
  padding: 7px;
  height: 28px;
  border-radius: 100%;
  background-color: #0C3852;
  margin-right: 2%;
  color: #fff; }
#SignInModal .modal-body .form-group .fa-lock {
  padding: 7px 9px; }
#SignInModal .modal-body .form-group:hover i, #SignInModal .modal-body .form-group:focus i, #SignInModal .modal-body .form-group:active i {
  background-color: #A97F18; }
#SignInModal .modal-header h4 {
  color: #A97F18; }
#SignInModal .modal-header button {
  float: right; }

#SignInModal .modal-content {
  background-color: rgba(255, 255, 255, 0.91);
  width: 93%;
  max-width: 400px;
  margin: 0 auto; }

@media (min-width: 992px) {
  #SignUpModal {
    height: 100%; }
    #SignUpModal .modal-dialog {
      margin: 30px 12px; }
    #SignUpModal .modal-content {
      border: 0px solid rgba(0, 0, 0, 0.2); } }
@media (max-width: 992px) {
  #SignInModal .modal-dialog {
    margin: 20px 0 0 0; } }
@media (min-width: 992px) {
  #SignUpModal .modal-dialog {
    margin: 30px auto; } }
div.userpro-overlay-inner {
  position: initial;
  margin-left: initial;
  width: 100%;
  top: initial;
  margin-left: inherit;
  margin: 0 auto;
  left: 50%; }

/******form*******************/
#profileform .form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px; }

/*--------------------------------------*/
/*home page***/
#crousel-main .carousel-inner img {
  width: 100%;
  height: auto; }
@media (max-width: 700px) {
  #crousel-main .carousel-inner img {
    width: 100%;
    height: auto; } }

#carousel-example-generic {
  margin-bottom: 10px;
  min-height: 10px; }

.crouslebg {
  background: url(../images/bannerLogo.png) top left no-repeat !important;
  opacity: 1 !important; }

@media (min-width: 700px) {
  .home-padding {
    padding-left: 0px; }

  .home-padding-right {
    padding: 0px 0px 0px 0px; } }
@media (max-width: 700px) {
  .home-padding {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: -10px !important;
    margin-left: -10px !important; }

  .home-padding-right {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: -10px !important;
    margin-left: -10px !important; } }
.home-blocks-container {
  background: #F5F7F6 none repeat scroll 0% 0%;
  border: 1px solid #DFDFDF;
  padding: 10px;
  display: table;
  width: 100%;
  margin-bottom: 10px; }

#HomeP .home-blocks-container {
  padding: 0px;
  margin-bottom: 0px;
  margin: 30px 0 0 0;
  background: transparent;
  border: 0px solid #DFDFDF; }
  #HomeP .home-blocks-container a img {
    max-height: 371px; }
@media (max-width: 992px) {
  #HomeP .home-blocks-container {
    margin: 15px 0 0 0; }
  #HomeP .latest-news-section {
    margin-top: 15px; } }
#HomeP .home-block-container:last-child {
  margin-bottom: 0px; }

.home-blocks-container-slider {
  margin: 0px 0px 20px;
  background: #F5F7F6 none repeat scroll 0% 0%;
  border: 1px solid #DFDFDF;
  padding: 10px;
  width: 100%; }

.home-block-container {
  width: 100%;
  margin-right: 2%;
  background: #fff;
  box-shadow: 0 0 1px 1px #dfdfdf; }

.home-block-container:last-child {
  margin-right: 0;
  margin-bottom: 10px; }

.home-block-title {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c90c3852', endColorstr='#0c3852', GradientType=0);
  color: #fff;
  padding: 4px;
  font-size: 16px;
  text-indent: 13px; }

.home-block-content {
  padding: 10px;
  max-height: 341px;
  overflow-y: auto; }

.news-list-item {
  margin-bottom: 10px;
  word-break: normal !important; }

.news-list-title {
  font-weight: 600;
  font-size: 1.1em;
  color: #283E4D; }

.news-list-content {
  font-size: 12px;
  text-align: justify;
  margin-top: 5px; }

.news-list-link > a {
  font-weight: 600;
  font-size: 13px;
  color: #0A293B;
  float: right; }
  .news-list-link > a:hover, .news-list-link > a:active, .news-list-link > a:focus {
    color: #aa812c; }

.brown {
  background-color: #AA822C;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9aa822c', endColorstr='#aa822c', GradientType=0); }

/**carosel fo confernces****/
.featured-conferences-item {
  min-height: 300px; }

#carouselCo {
  /* Global */
  /* Page Header */
  /* Mobile Only */ }
  #carouselCo img {
    max-width: 100%; }
  #carouselCo a {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease; }
  #carouselCo a:hover {
    filter: alpha(opacity=90);
    /* IE7 */
    opacity: 0.9;
    text-decoration: none; }
  #carouselCo .featured-conferences-item {
    float: left;
    background: #fff;
    border: 0px solid #dfdfdf;
    box-shadow: 0 0 1px 1px rgba(223, 223, 223, 0.32); }
  #carouselCo .featured-conferences-item-thumb > a > img {
    width: 100%;
    margin-bottom: 10px; }
  #carouselCo .to-be-published {
    top: -10px;
    position: relative;
    background: #0c3852;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    padding: 5px; }
  #carouselCo .featured-conferences-item-title > a {
    font-size: 1em;
    font-weight: 600;
    color: #09293C;
    display: table;
    height: 50px;
    margin-bottom: 5px; }
  #carouselCo .featured-conferences-item-sub-title {
    text-align: center;
    font-weight: 600;
    color: #AA822C;
    font-size: .8em; }
  #carouselCo .pulse1 {
    -webkit-animation: pulse1 .8s linear infinite;
    -moz-animation: pulse1 .8s linear infinite;
    -ms-animation: pulse1 .8s linear infinite;
    animation: pulse1 .8s linear infinite; }
  #carouselCo .featured-conferences-item-excerpt {
    font-size: 13px;
    margin-bottom: 12px;
    text-align: justify;
    line-height: 1.5; }
  #carouselCo .featured-conferences-item > a.btn {
    margin: 25px auto 10px;
    display: table; }
  #carouselCo .btn-primary, #carouselCo .label-primary {
    background-color: #0c3852;
    border-color: #0c3852; }
  #carouselCo .thumbnails li > .fff .caption {
    background: #fff !important;
    padding: 10px; }
  #carouselCo .page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase; }
  #carouselCo .page-header h3 {
    line-height: 0.88rem;
    color: #000; }
  #carouselCo ul.thumbnails {
    margin-bottom: 0px; }
  #carouselCo .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999; }
  #carouselCo .bx-wrapper .bx-prev {
    left: -50px; }
  #carouselCo .bx-wrapper .bx-prev {
    left: 10px;
    background: url(https://www.ierek.com/wp-content/themes/ierek/vendors/bxslider/images/controls.png) no-repeat 0 -32px; }
  #carouselCo .bx-wrapper .bx-controls-direction a {
    top: 245px !important; }
  #carouselCo .carousel-control {
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px; }
  @media (max-width: 767px) {
    #carouselCo .page-header, #carouselCo .control-box {
      text-align: center; } }
  @media (max-width: 479px) {
    #carouselCo .caption {
      word-break: break-all; } }
  #carouselCo li {
    list-style-type: none; }

.btn-primary, .label-primary {
  background-color: #0c3852;
  border-color: #0c3852; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .label-primary:hover, .label-primary:active, .label-primary:focus {
    background-color: #AA822C;
    border-color: #987324; }

.btn-success {
  color: #fff;
  background-color: #AA822C;
  border-color: #987324; }
  .btn-success:hover, .btn-success:active, .btn-success:focus {
    background-color: #0c3852;
    border-color: #0c3852; }

@media (max-width: 992px) {
  .buttonx {
    background-color: #aa812c;
    display: block;
    width: 100%;
    margin-right: 1%;
    color: #fff;
    font-weight: 600;
    padding: 5px !important; }

  .padle {
    margin-top: 10px; }

  .navbar-collapse.collapse {
    padding: 0px; } }
.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px; }

.faqpanel {
  background-color: #ECECEC !important;
  color: #0C3860 !important; }

.fc {
  direction: ltr;
  text-align: left; }

.fc table {
  border-collapse: collapse;
  border-spacing: 0; }

html .fc,
.fc table {
  font-size: 1em; }

.fc td,
.fc th {
  padding: 0;
  vertical-align: top; }

/* Header
------------------------------------------------------------------------*/
.fc-header td {
  white-space: nowrap; }

.fc-header-left {
  width: 25%;
  text-align: left; }

.fc-header-center {
  text-align: center; }

.fc-header-right {
  width: 25%;
  text-align: right; }

.fc-header-title {
  display: inline-block;
  vertical-align: top; }

.fc-header-title h2 {
  margin-top: 0;
  white-space: nowrap; }

.fc .fc-header-space {
  padding-left: 10px; }

.fc-header .fc-button {
  margin-bottom: 1em;
  vertical-align: top; }

/* buttons edges butting together */
.fc-header .fc-button {
  margin-right: -1px; }

.fc-header .fc-corner-right,
.fc-header .ui-corner-right {
  /* theme */
  margin-right: 0;
  /* back to normal */ }

/* button layering (for border precedence) */
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2; }

.fc-header .fc-state-down {
  z-index: 3; }

.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4; }

/* Content
------------------------------------------------------------------------*/
.fc-content {
  clear: both;
  zoom: 1;
  /* for IE7, gives accurate coordinates for [un]freezeContentHeight */ }

.fc-view {
  width: 100%;
  overflow: hidden; }

/* Cell Styles
------------------------------------------------------------------------*/
.fc-widget-header,
.fc-widget-content {
  /* <td>, usually */
  border: 1px solid #ddd; }

.fc-state-highlight {
  /* <td> today cell */
  /* TODO: add .fc-today to <th> */
  background: #fcfcfc; }

.fc-cell-overlay {
  /* semi-transparent rectangle while dragging */
  background: #bcccbc;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

/* Buttons
------------------------------------------------------------------------*/
.fc-button {
  position: relative;
  display: inline-block;
  padding: 0 .6em;
  overflow: hidden;
  height: 1.9em;
  line-height: 1.9em;
  white-space: nowrap;
  cursor: pointer; }

.fc-text-arrow {
  margin: 0 .1em;
  font-size: 2em;
  font-family: "Courier New", Courier, monospace;
  vertical-align: baseline;
  /* for IE7 */ }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5; }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.55;
  filter: alpha(opacity=65);
  box-shadow: none; }

/* Global Event Styles
------------------------------------------------------------------------*/
.fc-event-container > * {
  z-index: 8; }

.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
  z-index: 9; }

.fc-event {
  border: 1px solid #0C3852;
  /* default BORDER color */
  background-color: #0C3852;
  /* default BACKGROUND color */
  color: #fff;
  /* default TEXT color */
  font-size: .85em;
  cursor: default; }

a.fc-event {
  text-decoration: none; }

a.fc-event,
.fc-event-draggable {
  cursor: pointer; }

.fc-rtl .fc-event {
  text-align: right; }

.fc-event-inner {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.fc-event-time,
.fc-event-title {
  padding: 0 1px; }

.fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  /* hacky spaces (IE6/7) */
  font-size: 300%;
  /* */
  line-height: 50%;
  /* */ }

/* Horizontal Events
------------------------------------------------------------------------*/
.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px; }

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
  border-left-width: 1px; }

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
  border-right-width: 1px; }

/* resizable */
.fc-event-hori .ui-resizable-e {
  top: 0 !important;
  /* importants override pre jquery ui 1.7 styles */
  right: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: e-resize; }

.fc-event-hori .ui-resizable-w {
  top: 0 !important;
  left: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: w-resize; }

.fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px;
  /* IE6 had 0 height */ }

table.fc-border-separate {
  border-collapse: separate; }

.fc-border-separate th,
.fc-border-separate td {
  border-width: 1px 0 0 1px; }

.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
  border-right-width: 1px; }

.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-bottom-width: 1px; }

.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0; }

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/
.fc-grid th {
  text-align: center; }

.fc .fc-week-number {
  width: 22px;
  text-align: center; }

.fc .fc-week-number div {
  padding: 0 2px; }

.fc-grid .fc-day-number {
  float: right;
  padding: 0 2px; }

.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
       might want to set the 'color' property instead
       making day-numbers bold also fixes the problem */ }

.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 1px;
  /* distance between events and day edges */ }

/* event styles */
.fc-grid .fc-event-time {
  font-weight: bold; }

/* right-to-left */
.fc-rtl .fc-grid .fc-day-number {
  float: left; }

.fc-rtl .fc-grid .fc-event-time {
  float: right; }

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/
.fc-agenda table {
  border-collapse: separate; }

.fc-agenda-days th {
  text-align: center; }

.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: normal; }

.fc-agenda .fc-week-number {
  font-weight: bold; }

.fc-agenda .fc-day-content {
  padding: 2px 2px 1px; }

/* make axis border take precedence */
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px; }

.fc-agenda-days .fc-col0 {
  border-left-width: 0; }

/* all-day area */
.fc-agenda-allday th {
  border-width: 0 1px; }

.fc-agenda-allday .fc-day-content {
  min-height: 34px;
  /* TODO: doesnt work well in quirksmode */
  _height: 34px; }

/* divider (between all-day and slots) */
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden; }

.fc-widget-header .fc-agenda-divider-inner {
  background: #eee; }

/* slot rows */
.fc-agenda-slots th {
  border-width: 1px 1px 0; }

.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none; }

.fc-agenda-slots td div {
  height: 20px; }

.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0; }

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted; }

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid;
  /* doesn't work with background in IE6/7 */ }

/* Vertical Events
------------------------------------------------------------------------*/
.fc-event-vert {
  border-width: 0 1px; }

.fc-event-vert.fc-event-start {
  border-top-width: 1px; }

.fc-event-vert.fc-event-end {
  border-bottom-width: 1px; }

.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px; }

.fc-event-vert .fc-event-inner {
  position: relative;
  z-index: 2; }

.fc-event-vert .fc-event-bg {
  /* makes the event lighter w/ a semi-transparent overlay  */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25); }

.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
  display: none \9;
  /* for IE6/7/8. nested opacity filters while dragging don't work */ }

/* resizable */
.fc-event-vert .ui-resizable-s {
  bottom: 0 !important;
  /* importants override pre jquery ui 1.7 styles */
  width: 100% !important;
  height: 8px !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

@media (max-width: 479px) {
  .container {
    max-width: 1000px !important;
    padding: -1px; } }
@media (max-width: 700px) {
  .minpadding {
    padding-right: 0px !important;
    padding-left: 0px !important; } }
.secactive a {
  background: #f4f4f4 none repeat scroll 0 0 !important;
  border-left-color: #f4f4f4 !important;
  text-indent: 15px !important;
  display: inline-table !important; }

.conbref {
  overflow: auto; }

@media (max-width: 700px) {
  .conbref {
    height: 400px;
    overflow: auto; } }
@media (max-width: 992px) {
  .conference-registration-btn {
    background-color: inherit !important;
    display: block !important;
    font-weight: 600 !important;
    padding: 0 10px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    line-height: 40px !important;
    float: initial !important;
    border-radius: 0px !important;
    margin-right: 0px !important;
    text-align: center !important;
    border: 3px solid #aa812c !important;
    color: #aa812c !important; } }
.comittee_inside .thumbnail {
  border: none;
  background-color: transparent; }
  .comittee_inside .thumbnail figure {
    width: 87px;
    margin: 0 auto; }
    .comittee_inside .thumbnail figure img {
      width: 85px;
      height: 85px;
      padding: 3%;
      background: 1px;
      background-color: #a97f18;
      border-radius: 10px; }
  .comittee_inside .thumbnail .caption {
    background-color: #fff;
    margin-top: -40px;
    padding-top: 26px;
    text-align: center;
    min-height: 180px;
    max-height: 194px;
    border-top: 2px solid #A97F18;
    box-shadow: 0px 0px 4px #ccc; }
    .comittee_inside .thumbnail .caption h3 a {
      color: #A97F18;
      font-size: 15px;
      font-weight: 600; }
      .comittee_inside .thumbnail .caption h3 a:hover {
        color: #999; }
    .comittee_inside .thumbnail .caption p {
      min-height: 180px;
      max-height: 194px;
      font-size: 13px !important;
      padding: 2%;
      color: #474848;
      text-align: justify;
      word-break: break-all;
      line-height: 1.7; }
      .comittee_inside .thumbnail .caption p a {
        color: #0C3852;
        font-size: 12px; }
        .comittee_inside .thumbnail .caption p a:hover {
          color: #0C3852; }

.conferences-list-item:hover {
  box-shadow: 3px 3px 3px 3px #C1C0C0; }

td.committe-organization,
td.table-committee-image {
  vertical-align: middle !important; }

.signup-btn:hover,
signup-btn {
  background: #09293B;
  color: #fff;
  line-height: 25px;
  display: inline-table;
  float: right;
  padding: 0 10px; }

.forget-btn {
  line-height: 25px;
  margin: 0 5px; }

.register-table {
  width: 100%;
  border: 1px solid #dfdfdf; }

.register-table > thead > tr > th {
  line-height: 34px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  border-right: 1px solid #dfdfdf; }

.register-table > tbody > tr > td > a {
  background: #BD8F31;
  color: #fff;
  width: 100%;
  display: table;
  text-align: center;
  line-height: 33px;
  font-size: 14px;
  border-bottom: 2px solid red; }

.register-table > tbody > tr > td {
  padding: 4px 3px;
  border-right: 1px solid #dfdfdf; }

.registration-form {
  background: #F4F4F4;
  display: table;
  padding: 15px 10px;
  margin: 10px;
  border: 1px solid #dfdfdf; }

.framed-box {
  background: #f5f5f5; }

.frame-title {
  background: #a97f18;
  color: #fff;
  font-size: 16px;
  text-indent: 10px;
  line-height: 32px; }

.frame-title:before {
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 14px;
  margin-right: 8px; }

.box-title,
.conference-title > a,
td > b {
  font-weight: 600; }

.framed-content {
  padding: 5px; }

.styled-box {
  background: #fff;
  padding: 7px;
  border: 1px solid #dfdfdf;
  margin-bottom: 10px;
  margin-top: 10px; }

.box-title {
  border-bottom: 2px solid #A97F18;
  display: table;
  margin-bottom: 10px; }

.box-content {
  font-size: 14px;
  position: relative; }

.topic-description {
  font-size: 1em;
  line-height: 1.4;
  border: 1px solid #dfdfdf;
  padding: 5px 10px 0; }

.quick-links > ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.quick-links > ul > li > a {
  background: #fff;
  display: inline-table;
  width: 100%;
  text-indent: 10px;
  font-size: 14px;
  color: black;
  font-weight: 500;
  line-height: 30px;
  border-left: 2px solid #fff; }

.quick-links > ul > li > a:hover {
  background: #F4F4F4 !important;
  border-left-color: #A97F18; }

.quick-links > ul > li > .active {
  text-indent: 15px;
  background: #F4F4F4;
  border-left-color: #F4F4F4; }

.quick-links > ul > li {
  border-bottom: 1px solid #F4F4F4;
  cursor: pointer; }

.event-thumbnail {
  border: 1px solid #dfdfdf;
  background: #fff;
  padding: 5px;
  margin-bottom: 15px; }

h2.box-title {
  font-size: 27px;
  margin: 0 auto 20px;
  padding-bottom: 7px; }

.conference-data > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }

.conference-data > ul > li {
  border-bottom: 1px solid #dfdfdf;
  line-height: 40px;
  display: table;
  margin: 0 auto;
  padding: 0 10px; }

.styled-list > li {
  line-height: 36px;
  border-bottom: 1px solid #F0F0F0; }

.styled-list {
  padding-left: 26px;
  font-size: 1em; }

.acf-map {
  width: 100%;
  height: 400px;
  border: 1px solid #ccc;
  margin: 20px 0; }

.conference-cover {
  border: 1px solid #dfdfdf;
  padding: 4px; }

.conference-registration-btn {
  background: #A97F18;
  color: #fff;
  /* padding-left: 10px; */
  line-height: 40px;
  min-width: 135px;
  padding: 0 10px;
  text-align: center;
  font-weight: 600;
  display: inline-table;
  font-size: 16px;
  border-bottom: 2px solid #A97F18; }

.conference-registration-btn:visited, .conference-registration-btn:focus {
  color: #fff; }

.conference-registration-btn > span {
  background: #BE901E;
  display: inline-table;
  padding: 0 10px;
  margin-left: 10px;
  font-weight: 600;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all 0.2s; }

.conference-registration-btn:hover {
  color: #fff; }

.event-tab {
  display: none; }

.conference-title {
  background: rgba(0, 0, 0, 0.68);
  text-align: center;
  line-height: 35px;
  position: absolute;
  width: 100%;
  bottom: 0; }

.conference-title > a {
  color: #fff; }

.centered-content {
  text-align: center; }

.centered-content .box-title {
  margin-left: auto;
  margin-right: auto; }

.message {
  padding: 15px;
  margin: 10px 0; }

.discount-note {
  font-size: 12px;
  margin-left: 10px;
  color: #0bae58;
  font-weight: 400; }

.payable-amount {
  margin-right: 6px !important;
  position: relative;
  top: -1px; }

.disounted-amount {
  text-decoration: line-through;
  color: red;
  margin-left: 10px; }

.pay-amount {
  font-size: 16px;
  text-align: center; }

.center-btn {
  margin: 25px auto;
  display: table; }

.conference-register-btns {
  display: none; }

.featured-conferences-item {
  float: left;
  background: #fff;
  border: 0px solid #dfdfdf;
  box-shadow: 0 0 1px 1px rgba(223, 223, 223, 0.32); }

.featured-conferences-item:last-child {
  margin-right: 0; }

.featured-conferences-item-title > a {
  font-size: 1em;
  font-weight: 600;
  color: #09293C;
  display: table;
  height: 50px;
  margin-bottom: 5px; }

.featured-conferences-item-thumb > a > img {
  width: 100%;
  margin-bottom: 10px; }

.featured-conferences-item-excerpt {
  font-size: 13px;
  margin-bottom: 12px;
  text-align: justify;
  line-height: 1.5;
  height: 38px;
  /* overflow-y: scroll; */
  /* min-height: 38px; */ }

.featured-conferences-item > a.btn {
  margin: 25px auto 10px;
  display: table; }

.featured-conferences {
  display: table;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%; }

.committee-item {
  width: 32%;
  float: left;
  margin-left: 2%;
  position: relative;
  background: #fff;
  box-shadow: 0 0 1px 1px #dfdfdf;
  padding: 10px;
  border-top: 4px solid #AA822C;
  margin-top: 70px; }

.committee-name {
  text-align: center;
  font-weight: 600;
  line-height: 47px;
  margin-top: -40px; }

.committee-image {
  width: 100px;
  height: 100px;
  position: relative;
  top: -60px;
  margin: 0 auto; }

.committee-item:nth-child(3n+1),
.conferences-list-item:nth-child(3n+1) {
  margin-left: 0; }

.committee-image > img {
  width: 100%;
  height: 100%;
  border: 5px solid #ECECEC;
  box-shadow: 0 0 1px 1px #CBCBCB;
  border-radius: 23px;
  background: #fff; }

.committee-details {
  font-size: 13px;
  text-align: left;
  padding: 7px;
  height: 147px; }

h1.page-title {
  font-size: 22px;
  font-weight: 600;
  background: #AA822C;
  color: #fff;
  line-height: 41px;
  text-indent: 15px;
  margin-bottom: 20px;
  box-shadow: 0 0 1px 1px rgba(65, 47, 8, 0.18);
  border: 1px solid #FFF; }

.page-thumbnail {
  background: #fff;
  padding: 4px;
  border: 1px solid #dfdfdf;
  box-shadow: 0 0 1px 1px rgba(223, 223, 223, 0.68); }

.conferences-timeline {
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  display: table;
  width: 100%;
  margin-top: 20px; }

.conferences-timeline > a {
  border-right: 1px solid #C7C7C7;
  line-height: 37px;
  float: left;
  width: 100px;
  text-align: center;
  font-weight: 600;
  position: relative; }

.conferences-timeline > a.active:after,
.conferences-timeline > a.active:before {
  font-family: FontAwesome;
  font-size: 23px;
  position: absolute;
  left: 41px;
  color: #0C3860; }

.conferences-timeline > a.active:before {
  content: "";
  top: -25px; }

.conferences-timeline > a.active:after {
  content: "";
  bottom: -25px; }

.conferences-timeline > a:hover {
  background: #AA822C;
  color: #fff; }

.conferences-timeline > a.active {
  background: #0C3860;
  color: #fff; }

.conferences-cover {
  background: #fff;
  padding: 10px;
  border: 1px solid #dfdfdf;
  box-shadow: 0 0 1px 1px rgba(223, 223, 223, 0.52);
  margin-bottom: 40px; }

.conferences-list-item {
  padding: 10px;
  background: #fff;
  margin-bottom: 35px;
  box-shadow: 0 0 1px 1px #dfdfdf; }

.conference-item-cover {
  width: 100% !important;
  display: table; }

.conference-item-cover > img {
  width: 100%;
  box-shadow: 0 0 1px 1px #C8C8C8;
  height: auto; }

.conference-item-title {
  color: #0C3860;
  font-weight: 500;
  font-size: 13px;
  height: 66px;
  margin-top: 10px;
  padding: 10px;
  font-size: .9em; }

.conference-item-detail {
  font-size: 12px;
  margin-top: 2px;
  color: #AA812C; }

.conference-item-detail > label {
  display: inline-table;
  width: 100px;
  text-align: right;
  padding-right: 10px; }

.conference-item-location {
  font-size: 13px;
  margin-top: 5px;
  border-top: 1px solid #ECECEC;
  padding-top: 5px;
  text-transform: capitalize; }

p.help-block {
  font-size: 16px; }

.home-icons {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 3px; }

.scientific-director-image > img {
  width: 70px; }

.scientific-director-name {
  float: left;
  font-weight: 600;
  display: table; }

.scientific-director-image {
  float: left;
  margin-right: 10px; }

.scientific-director-details {
  font-size: 12px;
  float: left;
  width: 67%; }

.scientific-director {
  border-bottom: 1px solid #dfdfdf;
  display: table;
  padding-top: 6px;
  padding-bottom: 3px; }

.partner {
  float: left;
  height: auto;
  border: 0px solid #C8C8C8;
  padding: 3px;
  margin-right: 4px;
  margin-left: 5px;
  margin-bottom: 10px;
  line-height: 75px; }

.about-us-block {
  height: 266px; }

.addthis_horizontal_follow_toolbox {
  float: left;
  width: 200px; }

.addthis_horizontal_follow_toolbox p {
  display: none; }

.featured-conferences-item-sub-title {
  text-align: center;
  font-weight: 600;
  color: #AA822C;
  font-size: .9em;
  margin-top: 6px; }

.chairman-item {
  margin-bottom: 10px; }

.conference-email {
  text-align: center;
  display: table;
  width: 100%;
  position: relative;
  text-align: center;
  left: 0px !important; }

.conference-email > a {
  text-decoration: underline; }

.blue-title {
  background: #09293C; }

.procedia-right {
  float: right;
  width: 76px;
  margin-right: 10px;
  margin-left: 20px;
  margin-bottom: 10px; }

.form-button {
  margin-left: 10px; }

.in-button-text {
  display: inline-table;
  width: 100%;
  clear: both;
  font-style: normal; }

td.table-committee-image {
  border-right: 0 !important; }

.table-committee-image > img {
  background: #F0F0F0;
  border: 2px solid #DDD;
  max-width: none;
  padding: 3px;
  float: left;
  box-shadow: 0 0 1px 1px rgba(192, 192, 192, 0.12);
  width: 90px;
  height: 90px; }

.table-committee-image > b {
  display: inline-table;
  width: 120px; }

.committe-organization {
  font-size: 13px;
  text-align: justify; }

.fixed-nav {
  width: 257.5px; }

.bx-wrapper .bx-controls-direction a {
  top: 245px !important; }

.pulse1 {
  -webkit-animation: pulse1 .8s linear infinite;
  -moz-animation: pulse1 .8s linear infinite;
  -ms-animation: pulse1 .8s linear infinite;
  animation: pulse1 0.8s linear infinite; }

@keyframes pulse1 {
  0%, 100% {
    color: #aa822c; }
  90% {
    color: rgba(170, 130, 44, 0.3); } }
@-moz-keyframes pulse1 {
  0%, 100% {
    color: #aa822c; }
  90% {
    color: rgba(170, 130, 44, 0.3); } }
@-webkit-keyframes pulse1 {
  0%, 100% {
    color: #aa822c; }
  90% {
    color: rgba(170, 130, 44, 0.3); } }
@-ms-keyframes pulse1 {
  0%, 100% {
    color: #aa822c; }
  90% {
    color: rgba(170, 130, 44, 0.3); } }
.related-conference {
  width: 32%;
  float: left;
  margin-right: 13px;
  background-color: #fff;
  padding: 5px; }

.related-conference:last-child {
  margin-right: 0; }

.related-conference img {
  width: 100%;
  height: 100px; }

.related-conference h4 {
  font-size: 13px;
  font-weight: 600; }

.notifications {
  background-color: #ED1D24;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 6px;
  bottom: 13px;
  font-size: 13px; }

.front-notification-container {
  background-color: #FFF;
  padding: 10px;
  box-shadow: 0 0 1px 1px #dfdfdf;
  margin: 10px 0; }

.notifiaction-title a {
  font-size: 18px;
  font-weight: 600; }

.notifiaction-title a i {
  color: #ED1D22 !important; }

.notitification-last-msg {
  max-height: 62px;
  overflow: hidden;
  padding: 7px;
  box-shadow: 0 0 1px 1px #EFEFEF;
  margin-top: 10px; }

.front-notification-container h4 {
  font-size: 14px;
  background-color: #F5F5F5;
  padding: 7px;
  margin: 5px 0; }

.no-messages {
  border: 1px dashed #dfdfdf;
  padding: 10px;
  margin: 15px 0;
  text-align: center;
  color: #E84A4A; }

.triangle-right {
  position: relative;
  padding: 15px;
  margin: 1em 0 3em;
  background: #F5F5F5;
  color: #8E8D8D; }

.triangle-right:after {
  content: "Your Message";
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  color: #A97F18; }

.admin-message {
  background-color: #A7A7A7;
  color: #fff; }

.admin-message:after {
  content: "IEREK Message";
  bottom: -20px;
  left: auto;
  right: 0;
  color: #A7A7A7; }

#messages-container {
  max-height: 400px;
  overflow-y: auto;
  margin-bottom: 30px;
  border-bottom: 2px solid #E5EAEF;
  padding: 0 10px; }

.dropdown-menu > li > a:hover {
  background-color: #135379; }

.userpro-right a {
  background-color: #2AAC96;
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 4px; }

.to-be-published {
  top: -10px;
  position: relative;
  background: #0c3852;
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  padding: 5px;
  height: 82px; }

input[type=number], span.xspinner > .add, span.xspinner > .sub {
  float: left;
  text-align: center;
  font-size: 1.2em;
  color: #A97F18;
  border: 2px solid #A97F18; }

input[type=number] {
  width: 75px;
  height: 35px;
  padding: 0;
  text-transform: uppercase;
  background: 0 0;
  outline: 0;
  pointer-events: none; }

span.xspinner {
  height: 40px;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  display: table; }

span.xspinner > .add, span.xspinner > .sub {
  display: block;
  width: 35px;
  height: 35px;
  font-family: Lato;
  font-weight: 700;
  line-height: 33px;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  cursor: pointer;
  transition: .1s linear;
  -o-transition: .1s linear;
  -ms-transition: .1s linear;
  -moz-transition: .1s linear;
  -webkit-transition: 0.1s linear; }

span.xspinner > .add {
  top: 0;
  border: 2px solid #A97F18;
  border-left: 0;
  border-radius: 0 2px 2px 0; }

span.xspinner > .add:hover, span.xspinner > .sub:hover {
  background: #A97F18;
  color: #FFF; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.details .mc_details,
.wpuf-author {
  display: none !important; }

h3,
h3.gold,
h3.widgettitle {
  text-transform: none; }

.mc-main .calendar-event .details,
.mc-main .calendar-events {
  position: absolute;
  left: 5%;
  width: auto !important; }

.mc-main .my-calendar-date-switcher {
  position: absolute;
  bottom: -26px !important;
  right: 0; }

.category-key ul li {
  margin-top: 20px;
  padding-top: 10px; }

#mc-calendar-year,
select#mc-calendar-month {
  padding: 2px; }

.button {
  min-height: 25px !important; }

.mc-time {
  position: absolute;
  bottom: -24px !important;
  font-size: 1.2em; }

span.colour {
  font-size: 20px;
  color: #aa812c; }

.dropdown-menu.amin {
  background: #fff !important; }

.dropdown-menu.amin li a {
  padding: 3px 20px !important;
  color: #0c3852 !important; }

.dropdown-menu.amin li a:hover {
  color: #aa812c !important; }

.form-control:focus {
  border-color: #0c3852;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.ui-widget-header {
  background: 0 0 !important; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.event_espresso_form_wrapper.event-data-display {
  background: #f5f5f5 !important; }

.event_prices span {
  display: none !important; }

.reg-log .submit {
  border: none !important;
  box-shadow: none;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

.event_prices select {
  width: 225px; }

.reg-log .tml-action-links {
  display: none; }

p.forgetmenot label {
  vertical-align: text-top; }

.reg-log p {
  display: inline-block; }

.form-allowed-tags,
.glyphicon.glyphicon-search,
.section-divider,
.site-description {
  display: none; }

.center {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-bottom: 10px; }

#event_reg_theme h2 {
  margin-top: 0;
  font-size: 30px; }

#social {
  text-align: right; }

#menu-user_menu {
  list-style: none;
  padding: 0 10px 0 0; }

h3 {
  color: #aa812c;
  font-weight: 700;
  padding-bottom: 6px;
  font-size: 18px; }

.site-branding,
.site-header {
  padding: 0 !important;
  margin: 0 !important; }

.f_right {
  float: right; }

.search-Box {
  z-index: 1;
  height: 100%; }
  .search-Box form {
    height: 100%;
    display: flex;
    align-items: center; }

.search-submit {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: 0 !important;
  height: 32px !important;
  width: 35px !important; }

.search-field.form-control {
  border: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background: #eee !important;
  height: 32px !important;
  font-size: 12px !important;
  width: 100% !important;
  min-width: 197px !important; }

.om-bar {
  border-bottom: 1px solid !important;
  border-top: 1px solid !important;
  border-color: #dfdfdf !important;
  min-height: 42px; }

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse {
  padding-left: 0;
  padding-right: 0; }

.border-around {
  border-top: 2px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7; }

.navbar.navbar-default {
  background: 0 0 !important;
  border-color: lightgray;
  border: 0px;
  border-radius: 0px; }

.navbar {
  padding-top: 0px;
  padding-bottom: 0;
  margin-bottom: 0; }

.navbar_container {
  min-height: 100%; }

@media (max-width: 768px) {
  .navbar-default {
    border-top: 0px; } }
.current-menu-item a {
  background-color: #fff !important;
  color: #0c3852 !important;
  border-bottom: 3px solid #aa812c !important;
  position: relative !important; }

#menu-primary li.menu-item a {
  display: block !important;
  line-height: 20px !important;
  padding: 10px 13px 7px !important;
  font-size: 14px !important;
  color: #999 !important;
  border-right: none !important; }

#menu-primary li.menu-item a:hover {
  background-color: #fff !important;
  color: #0c3852 !important;
  border-bottom: 3px solid #c2c2c2 !important; }

footer.site-footer {
  border-top: 1px solid #ccc;
  margin: 10px auto;
  background: 0 0 !important;
  font-size: 12px !important; }

.content-area {
  padding: 0 !important; }

.right.carousel-control span.glyphicon {
  width: 41px;
  height: 41px;
  font-family: none !important;
  text-indent: -9999999999px;
  right: 30px !important; }

.left.carousel-control span.glyphicon {
  font-family: none !important;
  width: 41px;
  height: 41px;
  text-indent: -9999999999px;
  left: 30px !important; }

.under_slider_box a img {
  height: auto;
  width: 100%;
  padding: 10px; }

@media (max-width: 768px) {
  .under_slider_box a img {
    width: 100%; } }
.under_slider_box a p {
  background: #fff;
  margin: 0;
  font-size: .5em;
  height: 36px;
  line-height: 36px; }

@media (min-width: 992px) {
  .under_slider_box a p {
    font-size: .7em; } }
.under_slider_box a {
  background: #0A293B;
  float: left;
  width: 100%;
  padding: 0;
  color: #646464;
  text-align: center;
  border-bottom: 3px solid #0A293B; }

.under_slider_box a:hover {
  background: #aa812c;
  text-decoration: none;
  border-bottom: 3px solid red; }

.rpwe-block h3 a:hover,
h3.widgettitle a:hover {
  text-decoration: underline; }

.home-widget-area.row {
  margin-top: -25px; }

h3.widgettitle {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 6px; }

h3.widgettitle a:hover {
  color: #aa812c !important; }

.rpwe-summary a.more-link:hover {
  background: 0 0 !important;
  text-decoration: underline; }

.rpwe-summary a.more-link {
  border: none;
  padding: 0;
  float: none;
  color: #aa812c !important; }

.rpwe-block h3 a {
  font-size: 14px;
  font-weight: 600;
  height: auto;
  line-height: 19.8px; }

.VideoCaption {
  color: #09293b !important;
  font-size: 16px !important;
  font-weight: 500;
  text-align: center; }

ul.conferencesList li a {
  font-size: 12px;
  color: #AA812C;
  text-decoration: none;
  height: auto;
  text-align: center; }

ul.conferencesList li a:hover {
  text-decoration: underline; }

ul.partenr li {
  list-style: none;
  float: left;
  text-align: center;
  font-size: 12px;
  border: 0 solid red;
  padding-left: 0; }

.newsletter-email,
.newsletter-firstname {
  float: right;
  width: 100%;
  margin-bottom: 5PX;
  border-radius: 0 !important;
  background: #FFF !important;
  border: 0 !important; }

input[type=submit].newsletter-submit {
  background-image: none !important;
  width: auto !important;
  color: #fff !important;
  background-color: #09293c !important;
  padding: 5px 36px;
  font-size: 15px; }

input.newsletter-submit:hover {
  background-color: #AA812C !important; }

.recent-posts-extended {
  padding: 0; }

.f-le {
  float: left; }

.align {
  text-align: left; }

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

.wpb_wrapper h2 {
  font-size: 16px; }

@media (max-width: 769px) {
  .container {
    max-width: 100%; }

  .featured-second img,
  .section-box img {
    width: 100% !important; }

  .no-padding {
    padding: 20px !important; }

  .f-le {
    float: none; }

  .align {
    text-align: center; }

  .navbar-nav {
    margin: 0 !important; } }
#logo {
  display: flex;
  width: 100%; }

#logo a img {
  width: 100%;
  height: auto; }

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  clear: both;
  color: #333;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 3px 20px !important;
  white-space: nowrap;
  border: none !important; }

.navbar-default .navbar-nav .open .dropdown-menu {
  padding: 5px 0 !important;
  background-color: #fff; }

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  background-color: #F5F5F5 !important;
  color: #262626 !important;
  text-decoration: none;
  padding: 3px 20px !important; }

li.menu-item.open a {
  background-color: #fff !important;
  color: #0c3852 !important;
  border-bottom: 1px solid #c2c2c2 !important; }

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

.conferencesDetails {
  width: 100%;
  padding: 16px 10px 16px 0;
  background: #F5F5F5;
  float: left;
  margin: 0 0 10px; }

.confh {
  font-size: 20px;
  margin-top: 0 !important; }

h3.gold {
  color: #aa812c;
  font-weight: 700;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 6px;
  font-size: 16px; }

ul.nav-tabs-side,
ul.nav-tabs-side li {
  float: left;
  margin: 0;
  width: 100%;
  padding: 0; }

h3.gold span {
  color: #09293b;
  font-weight: 400; }

ul.nav-tabs-side {
  background: #f5f5f5; }

ul.nav-tabs-side li {
  list-style: none;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #eee; }

ul.nav-tabs-side li a {
  margin: 0;
  padding: 5px 10px;
  display: block;
  color: #999;
  cursor: pointer;
  float: left;
  width: 100%; }

ul.nav-tabs-side li.active a {
  background: #AA812C;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid red; }

.btn-ierek {
  background-color: #bd8f31;
  color: #fff;
  border-color: red;
  border-radius: 0;
  border-width: 0 0 2px; }

#secondary {
  padding-left: 0; }

#espresso_calendar .fc-event-title {
  padding: 6px 4px 4px;
  font-size: 14px;
  display: none; }

.events .tab-content .tab-pane {
  box-shadow: none;
  border: none !important; }

.tab-content #alert, .tab-content #welcome {
  text-align: center;
  padding: 5px;
  border: 0;
  border-radius: 0;
  font-weight: 600; }

.secretary div {
  background: #f5f5f5;
  padding: 15px;
  border-top: 1px solid #d5d5d5; }

.section-box * {
  text-align: center;
  text-transform: capitalize; }

.section-box a:hover {
  color: #aa812c; }

.section-box {
  padding-left: 0; }

.featured-second img,
.section-box img {
  margin: 0;
  border: 1px solid #ccc;
  padding: 5px; }

.gold-btn {
  background-color: #bd8f31;
  color: #fff;
  border-color: red;
  border-radius: 0;
  border-width: 0 0 2px;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  word-wrap: normal;
  margin-right: 3px;
  margin-top: 48px;
  padding: 5px;
  border-bottom: 2px solid red;
  word-break: unset; }

.event_title.ui-widget-header {
  background: 0 0;
  border: none;
  color: #0c3852;
  padding-left: 0; }

#upcoming-events,
.widget.events ol {
  margin: 0;
  padding: 0;
  background: #f5f5f5; }

#ydy704,
.jcarousel-wrapper {
  background: 0 0 !important;
  border: none !important;
  box-shadow: none !important; }

.jw_easy_slider_name {
  display: none; }

.jcarousel-pagination {
  position: absolute;
  bottom: -10px !important;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0; }

.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  border: 1px solid #838698;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  background: #fff;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 7px; }

.jcarousel-pagination a.active {
  background: #aa812c !important;
  color: #fff;
  opacity: 1; }

.jcarousel img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: -20px !important;
  border: 1px solid #ccc !important;
  padding: 4px !important; }

.jcarousel-control-next,
.jcarousel-control-prev {
  position: absolute;
  top: -37px !important;
  width: 25px !important;
  height: 25px !important;
  text-align: center;
  background: #ccc !important;
  color: #fff !important;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 20px/24px Arial, sans-serif !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0 !important; }

.jcarousel-wrapper {
  margin: -5px auto !important; }

.rpwe_widget.recent-posts-extended {
  margin-bottom: -5px !important; }

.footer-cop {
  font-size: 11px;
  margin-top: 5px;
  color: #999; }

.page-numbers.current {
  background-color: #BD8F31;
  color: #fff;
  padding: 4px 8px;
  border: 1px solid #DDD; }

.future-event,
.widget.events li a {
  padding: 5px 10px 0 !important;
  list-style: none;
  border-bottom: 1px solid #fff !important;
  border-top: 1px solid #eee;
  margin: 0;
  background: #f5f5f5;
  display: block;
  color: #999;
  cursor: pointer;
  float: left;
  width: 100%; }

.future-event:hover,
.widget.events li a:hover {
  background: #fff;
  text-decoration: none; }

.widget.events h3.widget-title,
.widget_my_calendar_upcoming_widget h3 {
  color: #aa812c;
  font-weight: 700;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 5px;
  text-transform: none;
  margin-bottom: 0;
  font-size: 16px !important; }

.nav-next a:hover,
.nav-previous a:hover {
  background-color: #bd8f31 !important;
  color: #fff !important; }

.nav-next a:hover i.fa,
.nav-previous a:hover i.fa {
  background-color: #bd8f31 !important;
  color: red !important; }

.comment-reply-link,
.form-submit input[type=submit] {
  background-color: #aa812c;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 5px;
  padding: 5px;
  float: right;
  border: none !important; }

.comment-reply-link:hover,
.form-submit input[type=submit]:hover {
  background-color: #bd8f31;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 5px;
  padding: 5px; }

#primary {
  float: right !important; }

form#commentform {
  display: none; }

h3#reply-title {
  cursor: pointer; }

.search-Box .execphpwidget {
  float: right;
  display: block;
  width: 100%;
  text-align: right; }

.en-irek {
  width: 201px;
  float: right;
  padding-top: 5px;
  text-align: center; }

.en-irek a:hover {
  color: #aa812c;
  text-decoration: underline; }

.en-irek li {
  display: inline; }

@media (max-width: 768px) {
  .en-irek {
    width: 201px;
    padding-top: 5px;
    margin: 0 auto;
    text-align: center;
    float: none; }

  .col-sm-4.col-xs-4.col-md-4.home-widget {
    margin: 0;
    padding: 25px !important; } }
.tab-pane li {
  min-width: 100%;
  height: auto; }

@media (max-width: 480px) {
  .home-widget {
    width: 100% !important; }

  .xs-100 {
    width: 100% !important; } }
.widget.events ol {
  list-style: none; }

.boxer-side > div {
  color: #5b5b5b; }

.divider-xy {
  display: none;
  width: 100%;
  float: left; }

@media (max-width: 775px) {
  .divider-xy {
    display: block; }

  .home-widget {
    width: 100% !important; } }
.col-md-6.align {
  margin-top: 15px; }

.rightfeed {
  float: right;
  margin-left: 5px; }

.rightfeed img {
  background: #9c9b98 !important; }

.rightfeed img:hover {
  background: #aa812c !important; }

ul h5 {
  font-size: 17px !important; }

#reply-title {
  margin-top: 75px !important;
  font-size: 13px !important; }

.xcv {
  width: 50%;
  float: left; }

@media (max-width: 400px) {
  .xcv {
    width: 100%;
    float: right;
    min-height: 30px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center; }

  .fadata {
    display: table; }

  .rightfeed {
    float: none; } }
#home-about {
  width: 66%; }

.category_box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-right: 10px; }

.categories-home-lastRow .category_box:last-child {
  margin-right: 0px; }

.category_box a {
  background: #0A293B;
  float: left;
  width: 100%;
  padding: 0;
  color: #646464;
  text-align: center;
  border-bottom: 3px solid #0A293B; }

.category_box a:hover {
  background: #aa812c;
  text-decoration: none;
  border-bottom: 3px solid red; }

.category_box a img {
  height: auto;
  width: 100%;
  padding: 10px; }

.category_box a p {
  background: #fff;
  margin: 0;
  font-size: .5em;
  height: 36px;
  line-height: 36px; }

@media (max-width: 768px) {
  .categories-home-firstRow .category_box:last-child {
    margin-right: 0px; }

  .categories-home-firstRow {
    margin-bottom: 10px; }

  .category_box a p {
    font-size: .6em; }

  .category_box a img {
    width: 100%; } }
.carousel-container {
  padding-left: 0px;
  padding-right: 0px; }

@media (min-width: 768px) and (max-width: 992px) {
  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-toggle {
    display: block !important; }

  .navbar-header {
    float: none; }

  .collapse.in {
    display: block !important; }

  .nav.navbar-nav {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin: 0px; } }
.menu_button {
  position: relative;
  float: right; }

.menuLogo {
  width: 30px;
  height: auto;
  margin-left: 10px; }

.navbar-toggle {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px; }

.nav-icons-container {
  display: flex;
  justify-content: space-between; }

.rightIcons, .menu-container {
  display: flex;
  justify-content: center;
  align-items: center; }

.navbar-right {
  margin-right: 0px; }

.mainLogo {
  width: 850px; }

.navbar-brand {
  height: auto; }

.navbar-toggle:hover, .navbar-toggle:focus, .navbar-toggle:visited {
  opacity: .8; }

@media (max-width: 992px) {
  .dropdown_right_alignment {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: 0;
    right: auto; } }
.navbar-header, .nav-icons-container, .rightIcons, .menu-container, .login-container {
  height: 95px; }

.navbar-default .navbar-toggle {
  border: 0px; }

.navbar-brand {
  padding: 15px 5px 15px 0; }

.navbar-header {
  padding-right: 0px;
  padding-left: 0px; }

.navbar.navbar-default {
  margin-bottom: 20px; }

.menu-button-link-content {
  display: flex !important;
  justify-content: center;
  align-items: center; }

.menu-button-link-description {
  margin-left: 5px; }

a {
  color: #337ab7; }

.menu_button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .2s ease-in-out; }

.menu_button-container a {
  text-decoration: none;
  height: 100%; }

.menu_button-container a:hover {
  text-decoration: none; }

.menu_button-container div.username {
  padding: 3px 20px;
  color: var(--footer-text-color);
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: default; }

.menu_button-container-contents {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 10px 5px;
  color: black;
  font-size: .9em;
  font-weight: 900; }

.menu_button-container-contents:hover {
  filter: invert(100%) !important;
  color: black; }

.menu_button-container-contents:focus, .menu_button-container-contents:visited {
  filter: invert(100%) !important;
  color: black; }

.menu_button-container:hover {
  background-color: var(--secondary-color);
  /* Animation */
  -webkit-animation: shadow-drop-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: shadow-drop-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.menu_button-container a:hover {
  text-decoration: none; }

.menu_button-image img {
  width: 24px;
  margin: 0 1px; }

.menu_button-image > .badge {
  background-color: var(--secondary-color-hover);
  margin: 0px 0px 20px -18px;
  padding: 3px 5px;
  font-size: 10px; }

.menu_button-container-contents:hover .badge {
  color: white;
  background-color: black; }

.menu_button-title {
  margin-left: 5px;
  margin-top: 1px;
  font-weight: 600; }

.menu_button-title a {
  color: var(--body-font-color); }

.menu_button-title a:hover {
  text-decoration: none; }

/* Start login menu  */
.login-menu, .dropdown-menu {
  right: 0px;
  left: auto;
  background-color: var(--secondary-color);
  min-width: 0px; }

.login-menu .btn-no-default-styles, .login-menu .btn-no-default-styles:focus {
  width: 100%;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  color: white;
  text-align: start;
  padding: 5px 20px; }
.login-menu .btn-no-default-styles:hover {
  background-color: white;
  color: var(--secondary-color); }

@media (min-width: 992px) {
  #loggedinUsername {
    visibility: hidden;
    display: none; } }
.login-menu li, .dropdown-menu li {
  font-size: .85em; }

.dropdown-menu > li > a {
  color: var(--banner-font-color);
  display: flex;
  justify-content: space-between;
  align-items: center; }

.login-menu i, .dropdown-menu i {
  font-size: 16px; }

#closeLogin .menu-item, #closeLogin .activition {
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  margin: 7px 0; }
#closeLogin .activition a, #closeLogin .dropdown-menu .menu-item a {
  margin: 6px 0;
  padding-top: 5px;
  padding-bottom: 5px; }
#closeLogin .activition:hover a, #closeLogin .dropdown-menu .menu-item:hover a {
  background-color: white;
  padding-top: 5px;
  padding-bottom: 5px; }

.login_menu-option div {
  padding-right: 11px; }

/* End login menu */
.menu_button-active, #closeLogin.open {
  background-color: var(--secondary-color);
  /* Animation */
  -webkit-animation: shadow-drop-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: shadow-drop-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.menu_button-active > a, #closeLogin.open > a {
  filter: invert(100%); }

.menu_button-active a:hover *, #closeLogin.open a:hover * {
  filter: invert(0%);
  color: black; }

.menu_button-active .badge, #closeLogin.open .badge {
  background-color: black; }

.menu_button-active:hover > a > .menu_button-container-contents > a {
  filter: invert(100%);
  color: black; }

/* Start overlay modal styles  */
.overlayModal {
  opacity: 0;
  visibility: hidden;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  width: 100%;
  /* Full width */
  height: calc(100% - 95px);
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  animation-name: fadeOut;
  animation-duration: .2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; }

.contentOpened {
  animation-name: fadeIn;
  animation-duration: .2s;
  animation-timing-function: ease-in-out; }

/* Modal Content */
.overlay_modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  /* border: 1px solid #888; */
  width: 100%;
  border-radius: 0px;
  border: 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: slideUp;
  animation-duration: .4s;
  animation-fill-mode: backwards;
  animation-timing-function: ease-in-out; }

.overlay_modal-body {
  padding: 0px; }

.slideDown {
  animation-name: slideDown;
  animation-duration: .4s; }

/* Modal Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }
@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible; }
  to {
    opacity: 0;
    visibility: hidden; } }
@keyframes slideUp {
  from {
    top: 0%; }
  to {
    top: -100%; } }
@keyframes slideDown {
  from {
    top: -100%;
    opacity: 0; }
  to {
    top: 0%;
    opacity: 1; } }
/* Start login overlay */
.loginModal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 95px; }

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box; }

label.checkboxLabel {
  font-size: .8em; }

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: var(--darker-faded-color);
  border-width: 0px;
  color: white; }

.cancelbtn:hover {
  background-color: var(--secondary-color-hover); }

/* Center the image and position the close button */
.closeBtncontainer {
  text-align: center;
  position: relative; }

.loginOverlay-main_content-container {
  padding: 16px; }

.inputField_label {
  margin-bottom: 0px;
  margin-top: 5px; }

.input_field {
  margin: 12px 0;
  height: 40px;
  font-size: .8em; }

input[type=password] {
  margin: 12px 0; }

.loginOverlay-navigation_content-container {
  padding: 0px 16px 18px 16px; }

span.psw {
  float: right;
  padding: 10px 18px; }

span.psw a {
  text-decoration: none;
  color: var(--darker-faded-color); }

span.psw a:hover {
  color: var(--secondary-color-hover); }

/* Login button */
.loginButton {
  background-color: var(--secondary-color);
  color: white;
  padding: 10px 20px;
  margin: 12px 0;
  border: none;
  cursor: pointer;
  width: 100%; }

.loginButton:hover {
  background-color: var(--secondary-color-hover); }

/* Modal Content/Box */
.login_modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto;
  /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; }

@media (max-width: 992px) {
  .login_modal-content {
    width: 90%; } }
.login_modal-content {
  max-width: 400px; }

/* The Close Button (x) */
.loginClose {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 23px;
  font-weight: bold;
  top: 15px; }

.loginClose:hover, .loginClose:focus {
  color: grey;
  cursor: pointer; }

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s; }

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }
@keyframes animatezoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none; }

  .cancelbtn {
    width: 100%; } }
/* End login overlay */
/* End overlay modal styles  */
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; } }
.navbar-nav {
  margin: 0px; }

.collapsed-on-mobile {
  display: none;
  visibility: hidden; }

@media (max-width: 992px) {
  .collapsed-on-mobile {
    display: block;
    visibility: visible; } }
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

#bs-example-navbar-collapse-1 .nav.navbar-nav > li:hover {
  border-top: 3px solid transparent;
  border-bottom: 3px solid lightgrey; }
#bs-example-navbar-collapse-1 li.menu-item.active:hover {
  background-color: transparent; }

@media (min-width: 768px) and (max-width: 768px) {
  justify-content: flex-start; }
@media (min-width: 992px) {
  .navbar.navbar-default {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center; }

  #bs-example-navbar-collapse-1 {
    width: 100%; }

  .nav.navbar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px; } }
.dropdown-toggle, .activition a {
  font-size: 1em; }

.menu-item, .activition {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent; }

.menu-item:hover, .activition:hover a {
  background-color: #fff; }

.login-menu .menu-item:hover a, .login-menu .activition:hover a, .dropdown-menu .menu-item:hover a, .dropdown-menu .activition:hover a {
  color: #000; }

@media (max-width: 1200px) {
  .dropdown-toggle, .activition a {
    font-size: .8em; } }
.nav > li > a {
  padding: 10px; }

@media (min-width: 992px) {
  .navbar-header, .nav-icons-container, .rightIcons, .menu-container, .login-container {
    height: 137px; }

  .mainLogo {
    width: 850px; }

  .navbar-header {
    height: auto; } }
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%;
  height: auto; }

.btn {
  border-radius: 0px;
  border: 0px solid transparent; }

.featured-conferences-item-title a {
  margin-top: 10px; }

.home-block-content, .mCustomScrollbar {
  font-size: .8em; }

.home-block-title {
  font-weight: 600; }

.form-control {
  border-radius: 0px; }

.dropdown-menu {
  min-width: 96px;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px; }

.navbar-default .navbar-nav > li > a {
  font-weight: 500; }

@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    font-weight: 500;
    font-size: .9em; } }
.userpro-right a {
  padding: 7px !important;
  cursor: pointer !important;
  text-decoration: none; }

div.userpro-body a:hover, div.userpro-head div.userpro-right a:hover {
  text-decoration: none !important; }

@media (max-width: 992px) {
  div.userpro-body {
    line-height: inherit !important;
    padding: 0 15px 15px !important;
    height: 70vh !important;
    overflow-y: scroll !important; } }
.div.userpro-field {
  margin: 0px; }

.div.userpro-field:first-child {
  margin: 10px; }

div.userpro-input input[type=password], div.userpro-input input[type=text] {
  padding: 5px 8px !important;
  height: auto; }

.modal {
  top: 0%;
  padding-right: 0px !important; }

.panel-body {
  padding: 5px; }

.table-header-onMobile {
  display: none;
  visibility: hidden; }

@media (max-width: 992px) {
  #view-profile .table, #CONDETAILP .table {
    table-layout: fixed;
    font-size: .7em; }
  #view-profile td, #CONDETAILP td {
    word-wrap: break-word; }

  #CONDETAILP td,
  #CONFERENCEP td {
    text-align: center; }
  #CONDETAILP tr,
  #CONFERENCEP tr {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ddd; }
  #CONDETAILP thead tr,
  #CONFERENCEP thead tr {
    display: none; }
  #CONDETAILP caption,
  #CONFERENCEP caption {
    display: flex;
    flex-flow: column; }
    #CONDETAILP caption h3,
    #CONFERENCEP caption h3 {
      font-size: 1.3em;
      width: 100%; }
  #CONDETAILP .evgo,
  #CONFERENCEP .evgo {
    float: right;
    width: 80%;
    margin: 0 auto; }
  #CONDETAILP .table.table-hover .dropdown-menu,
  #CONFERENCEP .table.table-hover .dropdown-menu {
    width: 50%;
    right: 0px;
    left: 0;
    font-size: 1em;
    margin: 0 auto;
    border-radius: 0px;
    border: 0px;
    border-top: 1px solid grey; }
    #CONDETAILP .table.table-hover .dropdown-menu > li > a,
    #CONFERENCEP .table.table-hover .dropdown-menu > li > a {
      justify-content: center; }
  #CONDETAILP .payment-table-mobile td,
  #CONFERENCEP .payment-table-mobile td {
    display: flex;
    justify-content: space-between; }
    #CONDETAILP .payment-table-mobile td .table-header-onMobile,
    #CONFERENCEP .payment-table-mobile td .table-header-onMobile {
      display: block;
      visibility: visible; }

  .QuickLinks button {
    float: inherit; }

  .btn {
    color: white;
    width: 50%;
    padding: 8px; }

  .btn:hover {
    background-color: #AA822C;
    color: white;
    opacity: .9; }

  td {
    width: 100%; } }
.frame-box-content-mobile {
  padding: 10px !important;
  text-align: justify; }

@media (max-width: 992px) {
  .frame-box-content-mobile {
    padding: 0px !important; } }
.dropdown-menu {
  font-size: 1em; }

@media (min-width: 768px) {
  .dropdown-menu {
    font-size: 1em; } }
#bs-example-navbar-collapse-2 {
  width: 100%; }

.conference-item-cover img {
  height: auto !important;
  min-height: auto; }

.modal.fade.signingInModals.in {
  overflow-y: scroll !important;
  padding-left: 0px !important; }

.signingInModals {
  /*--profile start here--*/
  /* Change the white to any color ;) */
  /*----*/
  /*-- //slider --*/
  /*-- responsive --*/
  /*-- //responsive --*/ }
  .signingInModals input {
    border-radius: 0; }
  .signingInModals select {
    width: 100%;
    height: 40px;
    border-radius: 0px; }
  .signingInModals a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all; }
  .signingInModals a:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all; }
  .signingInModals .wrap {
    width: 34%;
    margin: 2em auto 0; }
  .signingInModals h1 {
    font-size: 3em;
    color: black;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase; }
  .signingInModals ::-webkit-input-placeholder {
    color: black !important; }
  .signingInModals .w3ls-subscribe, .signingInModals .w3ls-subscribe1 {
    background-color: #ffffff4a; }
  .signingInModals .agileits-border {
    padding: 2em; }
  .signingInModals .w3ls-subscribe h3 {
    color: black;
    font-size: 2em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px; }
  .signingInModals form {
    width: 93%;
    margin-top: 30px; }
  .signingInModals .w3ls-subscribe input[type="email"], .signingInModals input[type="date"], .signingInModals input[type="date"], .signingInModals select, .signingInModals .w3ls-subscribe input[type="text"], .signingInModals .w3ls-subscribe input[type="password"] {
    outline: none;
    padding: .7em;
    background: none;
    border: none;
    border-bottom: 1px solid #aa822c;
    color: #aa822c;
    font-size: .9em;
    margin: 0;
    width: 100%; }
  .signingInModals .gender {
    display: inline-block;
    color: #aa822c;
    font-size: .9em;
    margin-right: 10px;
    margin-left: 3px; }
  .signingInModals .w3ls-subscribe input[type="email"], .signingInModals input[type="date"], .signingInModals select, .signingInModals .w3ls-subscribe input[type="text"], .signingInModals .w3ls-subscribe input[type="password"] {
    -webkit-appearance: none; }
  .signingInModals select[id="country"] {
    box-shadow: none !important; }
  .signingInModals input[type="radio"] {
    border-bottom: 1px solid #aa822c;
    color: #aa822c;
    font-size: .9em;
    margin: 0 0 20px 0; }
  .signingInModals .signUpField {
    margin: 0; }
  .signingInModals .w3ls-subscribe input[type="email"]:hover, .signingInModals .w3ls-subscribe input[type="text"]:hover, .signingInModals .w3ls-subscribe input[type="password"]:hover {
    border-bottom: 1px solid #0c3852;
    color: #0c3852; }
  .signingInModals input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
    -webkit-text-fill-color: #aa822c !important; }
  .signingInModals .w3ls-subscribe input[type="submit"] {
    font-size: .9em;
    text-decoration: none;
    padding: .6em 3em;
    cursor: pointer;
    background: #aa822c;
    border: solid 1px #aa822c;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all; }
  .signingInModals .w3ls-subscribe input[type="submit"]:hover {
    background: #0c3852;
    border: solid 1px #0c3852;
    color: white; }
  .signingInModals .w3ls-subscribe h4 {
    color: #aa822c;
    font-size: 1em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px; }
  .signingInModals .w3ls-subscribe p {
    color: black;
    font-size: .9em;
    margin: 1em 0;
    line-height: 1.8em; }
  .signingInModals .wthree_footer_copy {
    margin: 2em 0 0 0;
    text-align: center; }
  .signingInModals .wthree_footer_copy p {
    font-size: .9em;
    color: black; }
  .signingInModals .wthree_footer_copy p a {
    color: black; }
  .signingInModals .wthree_footer_copy p a:hover {
    color: #000000; }
  .signingInModals .callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 110%;
    left: 45%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 999; }
  .signingInModals .slider-top span {
    font-weight: 600; }
  .signingInModals .callbacks_tabs li {
    display: inline-block;
    margin: 0; }
  .signingInModals .callbacks_tabs a {
    visibility: hidden; }
  .signingInModals .callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 8px;
    width: 8px;
    display: inline-block;
    background: none;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%; }
  .signingInModals .callbacks_here a:after {
    background: #ffffff;
    border: 2px solid #ffffff; }
  .signingInModals .agileinfo-follow {
    margin: 1em 0;
    text-align: center; }
  .signingInModals .agileinfo-follow h4 {
    color: black;
    font-size: 1em;
    font-weight: 600; }
  .signingInModals .agile-signin h4 {
    text-align: center;
    color: black;
    font-size: .9em;
    margin: 1em 0 0 0; }
  .signingInModals .agile-signin h4 a {
    color: #aa822c;
    text-decoration: none; }
  .signingInModals .agile-signin h4 button {
    color: #aa822c;
    text-decoration: none;
    -webkit-appearance: none;
    border: none;
    font-size: 1.1em; }
  .signingInModals .forget-password h4 a {
    color: lightgrey;
    text-decoration: none; }
  .signingInModals .agile-signin h4 a:hover {
    color: black; }
  @media (max-width: 1440px) {
    .signingInModals .wrap {
      width: 40%; } }
  @media (max-width: 1280px) {
    .signingInModals .wrap {
      width: 45%; } }
  @media (max-width: 1080px) {
    .signingInModals .wrap {
      width: 55%; } }
  @media (max-width: 900px) {
    .signingInModals .wrap {
      width: 65%; } }
  @media (max-width: 800px) {
    .signingInModals h1 {
      font-size: 2em; } }
  @media (max-width: 736px) {
    .signingInModals .agile-signin h4 {
      letter-spacing: 1px; } }
  @media (max-width: 667px) {
    .signingInModals .wrap {
      width: 71%; } }
  @media (max-width: 640px) {
    .signingInModals .wrap {
      width: 75%; } }
  @media (max-width: 600px) {
    .signingInModals .agileits-border {
      padding: 2em; } }
  @media (max-width: 480px) {
    .signingInModals h1 {
      font-size: 1.5em; }
    .signingInModals .wrap {
      width: 85%; }
    .signingInModals .callbacks_tabs {
      top: 112%; } }
  @media (max-width: 414px) {
    .signingInModals .agileits-border {
      padding: 1em; }
    .signingInModals .agileinfo-follow {
      margin: 3em 0 2em 0; }
    .signingInModals h1 {
      font-size: 1.4em; } }
  @media (max-width: 384px) {
    .signingInModals .agileinfo-follow {
      margin: 2em 0 1em 0; }
    .signingInModals h1 {
      font-size: 1.3em; } }
  @media (max-width: 375px) {
    .signingInModals body {
      padding: 2em 0; } }
  @media (max-width: 320px) {
    .signingInModals .agileinfo-social-grids ul a i.fa {
      height: 25px;
      width: 25px;
      line-height: 24px; }
    .signingInModals h1 {
      font-size: 1.1em; }
    .signingInModals .callbacks_tabs {
      left: 43%; } }
  .signingInModals .modal-body {
    padding: 0px !important; }
  .signingInModals ul {
    list-style-type: none; }
  .signingInModals ul {
    -webkit-padding-start: 0px; }
  @media (min-width: 768px) {
    .signingInModals .modal-content {
      border-radius: 0px; } }
  .signingInModals .modal-content {
    border-radius: 0px !important;
    border: 0px solid rgba(0, 0, 0, 0.2) !important; }

#HomeP .centering-flex-content {
  display: flex;
  justify-content: center;
  width: 100%; }

.font {
  font-weight: bold; }

.main-title {
  color: #A97F1D; }

.sucess-msg {
  color: green;
  height: 30px; }

.error-msg {
  color: red;
  height: 30px; }

.error-text {
  color: red; }

input.mar-bottom {
  margin-bottom: 0; }

.form {
  background-color: white; }

div#applying-area {
  background-color: white;
  padding-bottom: 20px; }

.fggsvgsg {
  color: red; }

.regular-label {
  font-size: 14px; }

.pl {
  padding-left: 0; }

.pr {
  padding-right: 0; }

.mr-top {
  margin-top: 20px; }

.pr {
  padding-right: 10px; }

.mr-bottom {
  margin-bottom: 20px; }

.agileinfo-social-grids {
  text-align: center;
  display: flex;
  justify-content: flex-end; }

.agileinfo-social-grids ul {
  padding: 0;
  margin: 0; }

.agileinfo-social-grids ul la {
  color: black;
  text-align: center;
  display: inline-block;
  margin: 0 .5em 0 0; }

.agileinfo-social-grids ul a i.fa {
  height: 32px;
  width: 32px;
  line-height: 33px;
  background: none;
  color: white;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all; }

.agileinfo-social-grids ul a i.fa:hover {
  opacity: 1; }

.agileinfo-social-grids ul a i {
  border-color: black;
  font-size: 20px; }

.agileinfo-social-grids ul a i.fa.fa-facebook:hover {
  background: #3b5998;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-youtube:hover {
  background: #dc1d22;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-instagram:hover {
  background: #dc5db0;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-android:hover {
  background: #2f9944;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-apple:hover {
  background: white;
  color: #000000; }

.agileinfo-social-grids ul a i.fa.fa-twitter:hover {
  background: #55acee;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-rss:hover {
  background: #f26522;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-vk:hover {
  background: #45668e;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-linkedin:hover {
  background: #0077b5;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-dribbble:hover {
  background: #ea4c89;
  color: #FFFFFF; }

@media (max-width: 320px) {
  .agileinfo-social-grids ul a i.fa {
    height: 25px;
    width: 25px;
    line-height: 24px; } }
.button-footer li a {
  padding: 5px;
  font-size: .9em;
  border-radius: 0px;
  opacity: 1; }

footer .flex-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 110px;
  margin-top: 10px; }
@media (max-width: 992px) {
  footer .flex-footer {
    flex-flow: column; } }
footer .banks {
  display: flex; }
footer .mastercardlogo {
  border-radius: 9px;
  width: 34px;
  margin: 0 3px; }
footer .ciblogo {
  width: 40px;
  margin: 0 3px; }

#navtabs-section .section-container-styles {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1em; }
#navtabs-section .nav-tabs > li.active > a, #navtabs-section .nav-tabs > li.active > a:focus, #navtabs-section .nav-tabs > li > a:hover {
  color: #555;
  background-color: #a97f18;
  border-radius: 0px; }
#navtabs-section .nav-tabs > li > a {
  margin-right: 0px; }
#navtabs-section .tab-content > .active {
  background-color: white; }
#navtabs-section h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center; }
#navtabs-section main {
  min-width: 320px;
  max-width: 800px;
  padding: 50px;
  margin: 0 auto;
  background: #fff; }
#navtabs-section input {
  display: none; }
#navtabs-section label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent; }
#navtabs-section label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px; }
#navtabs-section label[for*='1']:before {
  content: '\f1cb'; }
#navtabs-section label[for*='2']:before {
  content: '\f17d'; }
#navtabs-section label[for*='3']:before {
  content: '\f16b'; }
#navtabs-section label[for*='4']:before {
  content: '\f1a9'; }
#navtabs-section label:hover {
  color: #888;
  cursor: pointer; }
#navtabs-section input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff; }
#navtabs-section #tab1:checked ~ #content1,
#navtabs-section #tab2:checked ~ #content2,
#navtabs-section #tab3:checked ~ #content3,
#navtabs-section #tab4:checked ~ #content4 {
  display: block; }
@media screen and (max-width: 650px) {
  #navtabs-section label {
    font-size: 0; }
  #navtabs-section label:before {
    margin: 0;
    font-size: 18px; } }
@media screen and (max-width: 400px) {
  #navtabs-section label {
    padding: 15px; } }
#navtabs-section #myTab {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 20px;
  border-bottom: 0;
  display: flex;
  justify-content: center; }
  #navtabs-section #myTab li a {
    text-align: center;
    min-width: 130px;
    display: block;
    line-height: 50px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-color: #ddd;
    color: #383838;
    font-weight: 500;
    padding: 0px;
    border-radius: 0px;
    margin-left: 5px;
    font-size: .85em; }
  #navtabs-section #myTab li.active a, #navtabs-section #myTab li a:hover {
    background-color: #a97f18;
    color: white; }

@media (max-width: 992px) {
  #navtabs-section #myTab li a {
    text-align: center;
    min-width: auto;
    display: block;
    line-height: initial;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-color: #ddd;
    color: #a97f18;
    font-weight: 500;
    padding: 0px 5px;
    border-radius: 0px;
    font-size: .8em;
    border-radius: 11px;
    min-height: 50px;
    min-width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px; }
  #navtabs-section #myTab li:first-child a {
    margin-left: 0px; }
  #navtabs-section #myTab li {
    margin: 0; } }
@media (min-width: 1200px) {
  #navtabs-section #myTab li a {
    margin-right: 7px;
    margin-left: 7px; } }
#partnersLogos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  #partnersLogos .partner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    min-width: 70px;
    margin: 0 14px; }
    #partnersLogos .partner img {
      width: 100%; }
  @media (min-width: 1200px) {
    #partnersLogos .partner {
      width: 84px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    #partnersLogos .partner {
      width: 80px; } }

form#nlform {
  margin-top: 15px !important; }

.third-img-first-row-home {
  padding: 10px; }

div.form-group.newsletter-btn {
  text-align: center;
  margin-top: 30px; }

.newsletterContent .help-block {
  font-size: 1.6em;
  margin-top: 14px; }

#HomeP .latest-news-section .newsletterContent {
  padding: 0 10px; }
@media (max-width: 992px) {
  #HomeP .latest-news-section .home-block-content {
    margin-bottom: 30px; } }

.conferencesContainer {
  font-size: 1em;
  margin-bottom: 20px; }
  .conferencesContainer .centering-flex-content {
    width: 60%; }
  .conferencesContainer .conference-main-img {
    width: 100%; }
  .conferencesContainer .conference-main-img-container {
    min-height: 180px; }
  .conferencesContainer .summer-school-container {
    min-height: 150px; }
  .conferencesContainer .featured-conferences-item {
    display: flex;
    flex-flow: column; }
  .conferencesContainer .featured-conferences-item:hover {
    -webkit-box-shadow: 3px 8px 15px -2px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 3px 8px 15px -2px rgba(0, 0, 0, 0.37);
    box-shadow: 3px 8px 15px -2px rgba(0, 0, 0, 0.37);
    transition: .2s all ease-in-out; }
  .conferencesContainer .centering-flex-content {
    margin-bottom: 10px; }

.feature-conferences-item-text-container {
  padding: 10px; }

.featured-conferences-item-title {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  min-height: 60px;
  font-size: 0.9em;
  color: black;
  font-weight: 600; }

.featured-summer-schools {
  min-height: 275px; }

@media (max-width: 992px) {
  .featured-conferences-item {
    margin-bottom: 15px; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .featured-conferences-item {
    min-height: 275px; }

  .conferencesContainer .conference-main-img-container {
    min-height: 150px; }

  .feature-conferences-item-text-container {
    min-height: 104px; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .feature-conferences-item-text-container {
    min-height: auto; }

  .featured-conferences-item-title {
    min-height: 85px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .feature-conferences-item-text-container {
    min-height: 85px; } }
.conferences-page-conf-container {
  margin-bottom: 30px; }

.tabsyears .conferencesContainer .conference-main-img-container {
  min-height: 180px; }
.tabsyears .conference-item-title {
  margin-top: 0px;
  height: 100%;
  min-height: 66px;
  display: flex;
  align-items: center;
  padding: 0px; }
.tabsyears .featured-conferences-item {
  min-height: 333px; }
.tabsyears .conference-item-title h3 {
  position: absolute;
  bottom: 20px;
  right: 15px;
  padding: 0px;
  font-weight: 600; }
.tabsyears li.navs a, .tabsyears li.active a, .tabsyears li:hover a, .tabsyears li.navs a:hover {
  border-radius: 0px; }
.tabsyears .nav-styles {
  border-top-width: 0px !important;
  border-right-width: 1px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important; }

@media (max-width: 992px) {
  .margin-btm-30-mob {
    margin-bottom: 30px; }

  .tabsyears .featured-conferences-item {
    min-height: 315px; }
  .tabsyears .conference-item-title {
    min-height: 50px; }
  .tabsyears li.navs a {
    border-radius: 0px; }

  .conferencesContainer .conference-main-img-container {
    min-height: 175px !important; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .tabsyears .conferencesContainer .conference-main-img-container {
    min-height: 147px; }
  .tabsyears .featured-conferences-item {
    min-height: 300px; } }
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #efefef; }

::-webkit-scrollbar * {
  background: green; }

::-webkit-scrollbar-thumb {
  background: #ababab !important; }

.workshop-layout .conferences-list-item {
  padding: 0;
  min-height: 510px; }
.workshop-layout .conference-item-cover {
  min-height: 361px; }
.workshop-layout .conference-item-cover img {
  min-height: 275px;
  min-width: 100%;
  max-height: 361px;
  border: 0px; }
.workshop-layout .conference-details-text {
  padding: 10px; }
.workshop-layout .conference-item-cover > img {
  box-shadow: 0 0 0 0 transparent; }
@media (min-width: 992px) and (max-width: 1200px) {
  .workshop-layout .conference-item-cover {
    min-height: 292px; }
  .workshop-layout .conferences-list-item {
    min-height: 448px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .workshop-layout .conference-item-cover {
    min-height: auto; }
  .workshop-layout .conferences-list-item {
    min-height: 381px; }
  .workshop-layout .conference-item-cover img {
    min-height: auto; } }
@media (max-width: 992px) {
  .workshop-layout .conference-item-cover img {
    max-height: inherit;
    min-height: 221px; } }

.tabyears-book-service .conference-item-title {
  height: auto; }

@media (max-width: 992px) {
  .frame-title {
    line-height: 30px;
    text-align: center; }

  .framed-content {
    padding: 0px; }

  .quick-links-btn-mob {
    line-height: 40px; }

  .navbar-toggle {
    float: initial;
    border-radius: 29px; } }
.sidebar-btn {
  background-color: #aa812c;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 600;
  padding: 5px !important;
  margin-top: 0px;
  margin-bottom: 13px;
  line-height: 40px;
  float: initial;
  border-radius: 29px;
  margin-right: 0px !important;
  text-align: center; }

.fa.fa-caret-right {
  background: #aa812c;
  margin-top: 0px !important;
  font-weight: 600;
  font-size: 1em;
  width: 40px;
  height: 40px;
  float: right;
  padding: 0px;
  color: white;
  border-radius: 50%;
  line-height: 34px;
  border: 3px solid #f5f5f5; }

.sidebar-btn-container {
  margin: 15px 0px; }

.sidebar-btn:hover {
  color: #aa812c;
  background-color: #fff; }

.sidebar-btn:hover .fa.fa-caret-right {
  border: 3px solid #aa812c;
  background: #fff;
  color: #aa812c; }

#about-ierek-content .styled-box {
  border: 0px; }
#about-ierek-content .ierekpanel-b {
  padding: 0px; }

.tabyears-study-abroad .conferences-list-item {
  padding: 0px; }
.tabyears-study-abroad .conference-item-cover {
  min-height: 239px;
  max-height: 239px; }
.tabyears-study-abroad .feature-conferences-item-text-container {
  min-height: 162px; }
.tabyears-study-abroad .breifing {
  background-color: #d3d3d36b; }
  .tabyears-study-abroad .breifing figure {
    padding: 10px; }

@media (min-width: 992px) and (max-width: 1200px) {
  .tabyears-study-abroad .conference-item-cover {
    min-height: 190px; } }
@media (max-width: 1200px) {
  .conbref {
    height: auto;
    margin-bottom: 30px;
    padding: 5px; } }
.sidebar-sections-container .styled-box:first-child {
  margin-top: 0px; }

@media (max-width: 992px) {
  .conferences-page-container .conbref {
    height: 257px; } }
.conference-page-featured-conf {
  padding-top: 15px;
  background: white;
  height: auto; }
  .conference-page-featured-conf .featured-conferences-item {
    margin-bottom: 15px !important; }
  .conference-page-featured-conf .conferences-list-item {
    padding: 0px;
    margin-bottom: 15px; }
  @media (max-width: 992px) {
    .conference-page-featured-conf {
      height: auto; } }
  .conference-page-featured-conf .conference-main-img-container {
    min-height: 193px; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .conference-page-featured-conf .conference-main-img-container {
      min-height: 156px; } }
  @media (max-width: 992px) {
    .conference-page-featured-conf .conference-main-img-container {
      min-height: 122px !important; }
    .conference-page-featured-conf .featured-conferences-item {
      min-height: 260px; } }
  .conference-page-featured-conf .featured-conferences-item {
    border: 1px solid #dfdfdf; }
    .conference-page-featured-conf .featured-conferences-item .conference-item-title {
      padding: 0px;
      margin-top: 0px;
      display: flex;
      justify-content: center;
      align-items: center; }

.social-sharing-icons .box-title {
  margin: 10px auto 10px; }
  .social-sharing-icons .box-title .box-content effect .buttons {
    justify-content: center; }

.box-title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px; }
  .box-title-container .box-title {
    font-size: 1.3em; }

.content-from-textbox table {
  width: 100%; }
.content-from-textbox .action-btn-style {
  text-align: end; }
.content-from-textbox div {
  margin: 10px 0; }
.content-from-textbox table {
  margin: 10px 0;
  border: 1px solid lightgray; }
  .content-from-textbox table td {
    padding: 5px; }
.content-from-textbox p {
  margin: 0 !important;
  line-height: initial; }
.content-from-textbox #navtabs-section p {
  line-height: initial; }
.content-from-textbox .styled-list {
  font-size: 1em !important; }
.content-from-textbox .topic-description {
  font-size: 1em !important; }

.topic-description-container .topic-description {
  margin-top: 10px; }
.topic-description-container .topic-description-title-container {
  font-weight: 600; }

.Brief-Introduction {
  order: -1; }

.Brief-Introduction2 {
  order: 1; }

.main-box {
  padding: 0px;
  overflow-x: hidden;
  overflow-y: auto; }
  .main-box .styled-box {
    margin-bottom: 10px;
    border: 0px; }
  .main-box .pulse1 {
    font-size: 1.2em;
    padding-bottom: 7px; }
  .main-box .main-announcementBox-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center; }
    .main-box .main-announcementBox-container .flex-item {
      text-align: center;
      font-weight: 600;
      font-size: 1em; }

@media (max-width: 992px) {
  .main-box .styled-box {
    margin-top: 0px; }
  .main-box .pulse1 {
    text-align: center !important;
    display: flex;
    justify-content: center;
    align-items: center; } }
.styled-box {
  border: 0px;
  margin-top: 0px; }

.process input[type=text], .process input[type=password], .process input[type=email] {
  padding: 10px;
  margin: 0;
  border-radius: 0;
  min-height: 40px;
  font-size: 1em; }
.process .fees-title {
  font-size: 1em; }
.process .table-fees {
  margin-bottom: 10px; }
.process .form-control {
  height: 40px; }
.process .btn-block {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center; }
.process .account-block-container {
  padding: 30px 0px; }
.process .fees-title label {
  font-weight: 600; }

.fees-required > p {
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 0; }

.main-hr {
  border-top: 8px solid #eee; }

.conference-page-featured-conf {
  margin-top: 20px; }

.regErrors {
  font-size: .8em;
  font-weight: 500; }

.social-sharing-icons {
  /*common styles !!!YOU DON'T NEED THEM */
  /* jaques effect */ }
  .social-sharing-icons .container {
    margin: 60px auto 0px auto;
    text-align: center; }
    .social-sharing-icons .container h1 {
      font-family: 'Roboto', sans-serif;
      font-weight: 900;
      font-size: 30px;
      text-transform: uppercase;
      color: #212121;
      letter-spacing: 3px; }
      .social-sharing-icons .container h1 span {
        display: inline-block; }
        .social-sharing-icons .container h1 span:before, .social-sharing-icons .container h1 span:after {
          content: "";
          display: block;
          width: 34px;
          height: 2px;
          background-color: #212121;
          margin: 0px 0px 0px 2px; }
  .social-sharing-icons .effect {
    width: 100%;
    background-color: #212121; }
    .social-sharing-icons .effect h2 {
      color: #fff;
      font-family: 'Playfair Display', serif;
      font-weight: 400;
      font-size: 25px;
      letter-spacing: 3px; }
    .social-sharing-icons .effect:nth-child(2) {
      margin-top: 50px; }
    .social-sharing-icons .effect:nth-child(2n+1) {
      background-color: #fff; }
      .social-sharing-icons .effect:nth-child(2n+1) h2 {
        color: #212121; }
    .social-sharing-icons .effect .buttons {
      display: flex;
      justify-content: center; }
    .social-sharing-icons .effect a:last-child {
      margin-right: 0px; }
  .social-sharing-icons .effect {
    /*display: flex; */ }
    .social-sharing-icons .effect a {
      text-decoration: none !important;
      color: #fff;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0px;
      margin-right: 5px;
      font-size: 25px;
      overflow: hidden;
      position: relative; }
      .social-sharing-icons .effect a i {
        position: relative;
        z-index: 3; }
      .social-sharing-icons .effect a.fb {
        background-color: #3b5998; }
      .social-sharing-icons .effect a.tw {
        background-color: #00aced; }
      .social-sharing-icons .effect a.g-plus {
        background-color: #dd4b39; }
      .social-sharing-icons .effect a.dribbble {
        background-color: #ea4c89; }
      .social-sharing-icons .effect a.pinterest {
        background-color: #cb2027; }
      .social-sharing-icons .effect a.insta {
        background-color: #bc2a8d; }
      .social-sharing-icons .effect a.in {
        background-color: #007bb6; }
      .social-sharing-icons .effect a.vimeo {
        background-color: #1ab7ea; }
  .social-sharing-icons .effect.jaques a {
    transition: border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s; }
    .social-sharing-icons .effect.jaques a:hover {
      border-radius: 50%; }

.social-sharing-icons .effect a.a2a_button_skype {
  background-color: #00aef3; }

.univ-flex-container {
  display: flex;
  justify-content: center;
  align-items: center; }
  .univ-flex-container .text-center {
    margin: 15px; }

.appForm {
  margin-bootom: 10px; }

.main-download-btn {
  background-color: inherit;
  display: block;
  width: 100%;
  font-weight: 600;
  padding: 0px !important;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 40px;
  float: initial;
  border-radius: 0px;
  margin-right: 0px !important;
  text-align: center;
  border: 3px solid #aa812c;
  color: #aa812c; }

.fa.fa-caret-down {
  background: inherit;
  margin-top: 0px !important;
  font-weight: 600;
  font-size: 1em;
  width: 40px;
  height: 40px;
  float: right;
  padding: 0px;
  color: #aa812c;
  /* border-radius: 50%; */
  line-height: 40px;
  /* border: 3px solid #aa812c; */ }

.main-download-btn-text {
  padding-left: 10px;
  display: inline-block; }

.main-download-btn:hover {
  border: 3px solid inherit;
  color: white;
  background-color: #aa812c; }
  .main-download-btn:hover .fa.fa-caret-down {
    color: white; }

.quick-links-btn-container .sidebar-btn {
  border: 3px solid #aa812c; }
.quick-links-btn-container .fa.fa-caret-down {
  background: #aa812c;
  margin-top: 0px !important;
  font-weight: 600;
  font-size: 1em;
  width: 40px;
  height: 40px;
  float: right;
  padding: 0px;
  color: white;
  border-radius: 50%;
  line-height: 34px;
  border: 3px solid #f5f5f5; }
.quick-links-btn-container .plain-box:hover .fa.fa-caret-down, .quick-links-btn-container .plain-box:visited .fa.fa-caret-down {
  background: white;
  color: #aa812c;
  border: 3px solid #aa812c; }

#menu-quick-links .styled-box {
  padding: 2px;
  border: 1px solid #a97f18; }

.reviewer-container .reviewer-name {
  text-align: left;
  font-size: .9em;
  min-height: 155px;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  align-items: center; }
  .reviewer-container .reviewer-name h5 {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    text-align: center; }
.reviewer-container .reviewer-visit-profile a {
  background-color: #A97F18;
  color: #fff; }
.reviewer-container .reviewer-container-border {
  background: #f5f5f5;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 1em;
  -webkit-box-shadow: 2px 14px 26px -4px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 2px 14px 26px -4px rgba(0, 0, 0, 0.29);
  box-shadow: 2px 14px 26px -4px rgba(0, 0, 0, 0.29); }
  .reviewer-container .reviewer-container-border img {
    border-radius: 50%; }
.reviewer-container .btn {
  width: auto; }

@media (min-width: 992px) {
  .reviewer-container .reviewer-container-border {
    max-height: 275px;
    overflow: hidden; }
  .reviewer-container .reviewer-content {
    max-height: 125px; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .reviewer-container .reviewer-container-border {
    max-height: 280px;
    overflow: hidden; }
  .reviewer-container .reviewer-name {
    min-height: 159px; } }
@media (min-width: 1200px) {
  .reviewer-container .reviewer-name {
    min-height: 129px; } }
@media (max-width: 992px) {
  .reviewer-container .reviewer-name {
    min-height: auto; } }
#importantdates .table tr, #fees .table tr {
  margin-bottom: 10px; }

#fees {
  font-size: .9em; }

@media (max-width: 992px) {
  #importantdates .table-bordered, #fees .table-bordered {
    border: 0px solid #ddd; } }
#forauthors {
  font-size: .9em; }

#mainLoginMenu .username-showOnMobile-container {
  display: none;
  visibility: hidden; }
  #mainLoginMenu .username-showOnMobile-container a {
    color: lightgrey; }
#mainLoginMenu .username-showOnMobile {
  background-color: lightgrey;
  cursor: pointer; }

@media (max-width: 992px) {
  #mainLoginMenu .username-showOnMobile-container {
    display: block;
    visibility: visible;
    cursor: pointer; } }
#becomeASpeaker .input-group-addon, #becomeASponsor .input-group-addon, #mediaCoverage .input-group-addon, #applying-area .input-group-addon {
  border-radius: 0px; }
#becomeASpeaker #tab-General input[type=text], #becomeASpeaker #tab-General input[type=password], #becomeASponsor #tab-General input[type=text], #becomeASponsor #tab-General input[type=password], #mediaCoverage #tab-General input[type=text], #mediaCoverage #tab-General input[type=password], #applying-area #tab-General input[type=text], #applying-area #tab-General input[type=password] {
  margin: 0px; }
#becomeASpeaker #tab-General textarea, #becomeASponsor #tab-General textarea, #mediaCoverage #tab-General textarea, #applying-area #tab-General textarea {
  min-height: 100px; }
#becomeASpeaker #tab-General #organization, #becomeASponsor #tab-General #organization, #mediaCoverage #tab-General #organization, #applying-area #tab-General #organization {
  margin-right: 0px;
  margin-left: 0px; }
#becomeASpeaker #create_form .panel-footer, #becomeASponsor #create_form .panel-footer, #mediaCoverage #create_form .panel-footer, #applying-area #create_form .panel-footer {
  height: 54px; }
#becomeASpeaker #create_form .btn-file, #becomeASponsor #create_form .btn-file, #mediaCoverage #create_form .btn-file, #applying-area #create_form .btn-file {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center; }
#becomeASpeaker .image_file, #becomeASponsor .image_file, #mediaCoverage .image_file, #applying-area .image_file {
  background-color: lightgrey;
  padding: 10px;
  color: white; }
@media (max-width: 992px) {
  #becomeASpeaker .btn, #becomeASponsor .btn, #mediaCoverage .btn, #applying-area .btn {
    color: inherit;
    width: 100%; } }

#mediaCoverage #tab-General #organization {
  margin-right: -15px;
  margin-left: -15px; }

#payments .panel-body {
  padding: 15px; }
#payments .account-block-container {
  display: flex;
  flex-flow: column;
  padding: 10px; }
#payments .process .btn-block {
  height: auto; }
#payments .btn {
  width: 100%; }
#payments .data-input-field {
  margin-top: 10px;
  margin-bottom: 10px; }

.payment-content .alt-link {
  background-color: white;
  border: 1px solid #AA822C;
  color: #AA822C; }
.payment-content .alt-link:hover {
  background-color: #AA822C;
  color: white; }

.payment-sidebar .panel-body {
  padding: 10px; }

.btn-block + .btn-block {
  margin-top: 0px; }

@media (max-width: 992px) {
  .btn-block.order, .btn-block.review, .btn-full-width-mob {
    width: 100%; }

  .value-mobile {
    text-align: end; } }
.quick-links-sc {
  margin-bottom: 10px; }

.quick-links .menu-item:hover, .quick-links .activition:hover a {
  background-color: inherit; }

#bs-example-navbar-collapse-2 {
  margin-bottom: 20px; }

.iereklogosmall {
  padding-right: 5px !important; }

@media (max-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 14px !important; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-size: 12px; } }
.becomeASpeakerTemplate .btn.btn-default.btn-file, .becomeASpeakerTemplate .btn.btn-default.fileinput-remove.fileinput-remove-button {
  border: 1px solid lightgrey;
  margin-bottom: 5px;
  margin-top: 5px; }
.becomeASpeakerTemplate .close.fileinput-remove.text-right {
  display: none;
  visibility: hidden; }
.becomeASpeakerTemplate .input-group {
  width: 100%;
  border: 1px solid #A97F18; }
.becomeASpeakerTemplate .image_file input {
  display: none;
  visibility: hidden; }

#becomeASpeaker .main-submit-button, #becomeASponsor .main-submit-button, #mediaCoverage .main-submit-button, #applying-area .main-submit-button {
  background: #A97F18;
  color: #fff;
  min-width: 200px; }
#becomeASpeaker .main-submit-button:hover, #becomeASponsor .main-submit-button:hover, #mediaCoverage .main-submit-button:hover, #applying-area .main-submit-button:hover {
  opacity: .8; }
#becomeASpeaker .submitBTNMain, #becomeASponsor .submitBTNMain, #mediaCoverage .submitBTNMain, #applying-area .submitBTNMain {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px; }
#becomeASpeaker label, #becomeASponsor label, #mediaCoverage label, #applying-area label {
  font-weight: 500; }
#becomeASpeaker .centering-text, #becomeASponsor .centering-text, #mediaCoverage .centering-text, #applying-area .centering-text {
  text-align: center; }
#becomeASpeaker textarea, #becomeASpeaker input, #becomeASponsor textarea, #becomeASponsor input, #mediaCoverage textarea, #mediaCoverage input, #applying-area textarea, #applying-area input {
  outline: none;
  -webkit-appearance: none; }
#becomeASpeaker #brief_description textarea, #becomeASponsor #brief_description textarea, #mediaCoverage #brief_description textarea, #applying-area #brief_description textarea {
  width: 100%; }
#becomeASpeaker #organization .message, #becomeASponsor #organization .message, #mediaCoverage #organization .message, #applying-area #organization .message {
  margin: 0px; }

.new_input_field_container {
  /* style */ }
  .new_input_field_container .js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  .new_input_field_container .inputfile + label {
    max-width: 250px;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    width: 100%;
    /* 10px 20px */ }
  @media (max-width: 992px) {
    .new_input_field_container .inputfile + label {
      max-width: 100%; } }
  .new_input_field_container .no-js .inputfile + label {
    display: none; }
  .new_input_field_container .inputfile:focus + label,
  .new_input_field_container .inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px; }
  .new_input_field_container .inputfile + label * {
    line-height: 24px; }
  .new_input_field_container .inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */ }
  .new_input_field_container input[type=file] {
    display: none; }
  .new_input_field_container .inputfile-2 + label {
    color: #A97F18;
    border: 1px solid currentColor;
    height: 38px; }
  .new_input_field_container .inputfile-2:focus + label,
  .new_input_field_container .inputfile-2.has-focus + label,
  .new_input_field_container .inputfile-2 + label:hover {
    color: #956e17; }

.inputs-container input[type=text], .inputs-container textarea {
  -moz-box-shadow: 0 0 8px transparent;
  -webkit-box-shadow: 0 0 8px transparent;
  box-shadow: 0 0 8px transparent;
  border: 1px solid transparent; }
.inputs-container input {
  height: 34px; }
.inputs-container .has-error .checkbox, .inputs-container .has-error .checkbox-inline, .inputs-container .has-error .control-label, .inputs-container .has-error .help-block, .inputs-container .has-error .radio, .inputs-container .has-error .radio-inline, .inputs-container .has-error.checkbox label, .inputs-container .has-error.checkbox-inline label, .inputs-container .has-error.radio label, .inputs-container .has-error.radio-inline label {
  color: red; }
.inputs-container .text-brief {
  width: 100%;
  border: 0px; }

@media (max-width: 992px) {
  .becomeASpeakerImg {
    display: none;
    visibility: hidden; } }
.becomeASpeakerTitleMobile {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-weight: 600;
  color: #A97F18;
  visibility: visible;
  margin: 15px 0; }

@media (min-width: 992px) {
  .becomeASpeakerTitleMobile {
    display: none;
    visibility: hidden; } }
.finishedConference {
  filter: grayscale(100%); }

.social-sharing-icons .effect a.a2a_button_google_plus, .social-sharing-icons .effect a.a2a_button_pocket {
  background-color: #cf4434; }

.social-sharing-icons .effect a.a2a_button_pocket {
  background-color: #f33a54; }

.finishedConference:hover {
  filter: grayscale(0%); }

.committee-container .caption p {
  font-family: inherit !important; }

.downloadCV-container {
  text-align: center; }

.whitebackground {
  background: white; }
  .whitebackground p {
    margin: 0 0 0px !important;
    word-break: break-word; }
  .whitebackground .framed-content {
    padding: 10px; }
  .whitebackground .insidepanel-styles {
    margin-bottom: 0px !important; }

#view-profile {
  font-size: 14px; }
  #view-profile .btn {
    width: auto; }

#edit-profile .btn {
  width: auto; }

#message #delArea {
  text-align: right; }

@media (max-width: 992px) {
  #myEvents .table > tbody > tr > td, .myAbstracts .table > tbody > tr > td {
    border-top: 0px solid #ddd; } }

.view-profile-notifications .btn {
  color: initial; }

.myAbstracts .table {
  margin-bottom: 0px !important; }
.myAbstracts caption {
  padding-top: 0px;
  padding-bottom: 0px; }
.myAbstracts .go-to-event {
  line-height: inherit;
  background: #aa812c;
  color: white;
  font-size: 13px;
  padding: 5px 10px;
  font-weight: 500; }
.myAbstracts .go-to-event:hover {
  cursor: pointer;
  opacity: .8; }
.myAbstracts .caption-div h3 {
  margin-bottom: 0;
  margin-top: 0; }
.myAbstracts .caption-div-inner {
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  min-height: 50px; }
  .myAbstracts .caption-div-inner h3 {
    font-size: 16px !important; }
@media (max-width: 992px) {
  .myAbstracts .caption-div-inner {
    flex-flow: column;
    padding: 10px; } }
.myAbstracts .grayscaled {
  filter: grayscale(100%); }
.myAbstracts .grayscaled:hover {
  filter: grayscale(0%); }

.margin-b-0 {
  margin-bottom: 0; }

.brief-description {
  background: white;
  text-align: justify;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
  word-break: break-word; }
  .brief-description p {
    font-size: 1.2em;
    padding-left: 10px; }
  .brief-description > p {
    padding-bottom: 0px; }

.d-inline-block {
  diaply: inline-block; }

.brief-description-book-series p {
  padding: 0;
  padding-bottom: 3px; }

.overview_badge {
  position: absolute;
  z-index: 999;
  right: 6%;
  text-align: center;
  background: #a97f18;
  font-weight: 500;
  font-size: 16px;
  bottom: 9%;
  line-height: 17px; }

.applying-area {
  background: white;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 20px; }

#applying-area input[type=text], #applying-area input[type=email], #applying-area select {
  border: 1px solid #A97F18 !important;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  box-shadow: 0 0 8px transparent;
  border: 1px solid transparent;
  height: 34px;
  width: 100%;
  padding: 12px 20px; }
#applying-area label {
  width: auto; }
#applying-area textarea {
  border: 1px solid #A97F18 !important; }
#applying-area select {
  color: #555;
  border-radius: 0;
  padding: 0 20px;
  line-height: 20px; }

.main-footer {
  margin-top: 30px;
  background-color: #000000b3;
  padding-bottom: 40px; }

@media (max-width: 992px) {
  .main-footer {
    padding-bottom: 80px; } }
.footer {
  background-color: var(--footer-bg-color);
  color: white; }

.footer a, .footer p {
  color: var(--footer-text-color);
  text-decoration: none; }

.footer a:hover {
  color: var(--secondary-color-hover);
  text-decoration: none;
  cursor: pointer; }

.footer a.footer-link-active {
  color: var(--secondary-color-hover); }

.footer .pdf-badge {
  background-color: var(--darker-faded-color);
  color: white; }

.email-wrapper {
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  margin: 0 auto; }
  .email-wrapper table {
    margin-bottom: 24px;
    width: 100%; }
  .email-wrapper .cell-title {
    font-size: 16px;
    font-weight: bold; }
  .email-wrapper td {
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 9px;
    padding-bottom: 9px;
    min-width: 150px !important; }

.email-title-bg {
  background-color: orange;
  padding: 10px; }

@media (max-width: 992px) {
  td {
    width: 150px !important; } }
.sponsor-ship-table {
  min-width: 178px; }
  .sponsor-ship-table td {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 6px;
    text-align: center; }
  .sponsor-ship-table .text-left {
    text-align: left;
    padding-left: 3px; }
  .sponsor-ship-table .rule {
    color: #aa812c; }
  .sponsor-ship-table .sponsors-rules {
    text-align: justify; }

.border-bottom {
  border-bottom: 1px solid black;
  display: inline-block;
  padding-bottom: 6px; }

.register-text {
  padding-right: 5px;
  color: #007bb6; }

span.register {
  color: #ab8121;
  border: 1px solid #ab8121;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 7px;
  padding-top: 7px;
  margin-right: 5px; }

span.register:hover {
  color: white;
  background-color: #ab8121; }

.register-arrow {
  height: 28px;
  width: 15px; }

/* styles for '...' to limit text length */
.block-with-text {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 2.4em;
  /* fix problem when last visible word doesn't adjoin right side  */
  /* */
  padding-right: 1em; }

.block-with-text:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0; }

.margin-top {
  margin-top: 10px; }

.block-with-text:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  width: 1em;
  /* set width and height */
  height: 1em;
  margin-top: 0.2em;
  background: inherit; }

.one-line-max {
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 1.2em;
  /* fix problem when last visible word doesn't adjoin right side  */
  overflow: hidden; }

.three-line-max {
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 3.6em;
  /* fix problem when last visible word doesn't adjoin right side  */
  margin-bottom: 10px; }

.continue-btn {
  height: 15px;
  width: 22px; }

@media (max-width: 992px) {
  .block-with-text-mobile {
    overflow: auto;
    max-height: none; } }
.text-right {
  text-align: right; }

.four-line-max {
  line-height: 1.2em;
  max-height: 4.8em;
  overflow: hidden; }

/* End styles for '...' to limit text length */
@media (max-width: 992px) {
  .footer {
    text-align: center; } }
.grid-column {
  padding: 20px 30px; }

.copyrights-row {
  padding: 4px 16px; }

@media (max-width: 992px) {
  .copyrights-row {
    padding: 20px 20px; }

  .grid-column {
    padding: 5px 30px; } }
.grid-column-h4 {
  margin-bottom: 6px; }

.underline {
  border-bottom: 2px solid var(--separator-border-color); }

@media (min-width: 992px) {
  .underline {
    border-bottom: 0px solid var(--separator-border-color); } }
.grid-column-hr {
  margin-bottom: 10px;
  border-top: 1px solid var(--separator-border-color); }

@media (max-width: 992px) {
  .grid-column-hr {
    visibility: hidden;
    display: none; } }
.copyright-text {
  text-align: center; }

@media (max-width: 992px) {
  .copyright-text {
    text-align: center; } }
/* End footer */
.footer {
  padding-bottom: 20px;
  background-color: #000000b3; }
  .footer .grid-column {
    text-align: start !important; }
  .footer p {
    margin: 0; }
  .footer hr {
    margin-top: 0px; }
  .footer .grid-column-h4 {
    margin-bottom: 6px; }
  .footer h4 {
    font-size: 18px;
    margin-top: 10px; }

@media (min-width: 992px) {
  footer > .container > .row {
    display: flex;
    justify-content: center; } }
.card_pdf_image img {
  height: 20px; }

@media (max-width: 992px) {
  .card-text-content-container .card-text_title {
    font-size: .8em; }

  .card-text_description {
    font-size: .7em; } }
.grid-column-hr {
  margin-bottom: 10px;
  border-top: 1px solid var(--separator-border-color); }

.grid-column-hr-separator {
  margin-left: 15px;
  margin-right: 15px; }

.copyright_container {
  display: flex;
  justify-content: center;
  align-items: center; }

@media (max-width: 992px) {
  .footer .grid-column {
    text-align: center !important; }

  .copyrights-row {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 10px 20px; }
    .copyrights-row div[class*=col-] {
      min-height: 27px; }

  .copyright_container {
    margin-bottom: 4px; } }
.summerSchools .featured-conferences-item {
  width: 100%; }
@media (max-width: 1200px) and (min-width: 768px) {
  .summerSchools .conferencesContainer .conference-main-img-container {
    min-height: 196px; } }
.summerSchools .tabyears-study-abroad .feature-conferences-item-text-container {
  min-height: 140px; }

.study-in-italy img {
  height: 256px;
  width: 100%; }

@media (max-width: 1200px) {
  .study-in-italy img {
    height: 278px !important; } }
@media (max-width: 990px) {
  .study-in-italy img {
    height: 286px !important; } }
.study_abroad_intro .brief-description {
  background: inherit !important; }
.study_abroad_intro .brief-description {
  max-height: unset; }
.study_abroad_intro #forAuthors .card-link, .study_abroad_intro .main-study-abroad-btn {
  text-decoration: none;
  color: black; }
.study_abroad_intro .description {
  text-align: justify;
  font-size: 14px; }
.study_abroad_intro .announcements .description {
  padding: 15px 0 15px 0;
  border-top: 2px solid var(--announcement-border-color);
  margin-bottom: 10px; }
@media (max-width: 992px) {
  .study_abroad_intro .announcements .description {
    padding: 0px 0 30px 0; } }
.study_abroad_intro .description-icon {
  text-align: center; }
.study_abroad_intro .description-icon img {
  width: 100%;
  width: 70px; }
.study_abroad_intro .title h4 {
  text-align: center; }
@media (min-width: 768px) and (max-width: 1200px) {
  .study_abroad_intro .title h4 {
    height: 18px; } }
.study_abroad_intro .main-study-abroad-btn * {
  color: black; }
.study_abroad_intro .main-study-abroad-btn:hover * {
  opacity: .8; }
.study_abroad_intro .main-study-abroad-btn:hover {
  text-decoration: none;
  color: #949494; }
.study_abroad_intro .styled-box {
  padding: 7px 10px; }
@media (min-width: 1200px) {
  .study_abroad_intro #partnersLogos .partner {
    width: 95px; } }
.study_abroad_intro .iframe-box p {
  height: 400px; }
@media (min-width: 992px) and (max-width: 1200px) {
  .study_abroad_intro .iframe-box p {
    height: 300px; } }
@media (max-width: 992px) {
  .study_abroad_intro .iframe-box p {
    height: auto; }
  .study_abroad_intro .studyAbroadDescription .box-content p {
    padding: 5px 10px;
    max-height: 200px;
    overflow: auto; } }
.study_abroad_intro p {
  margin: 0; }

.summerSchoolLayout .additional-menu {
  margin-bottom: 10px; }

@media (max-width: 992px) {
  .normal-table-layout .table {
    font-size: 1em !important;
    width: 100% !important; }
  .normal-table-layout .table-bordered tr {
    display: block !important; }
    .normal-table-layout .table-bordered tr th, .normal-table-layout .table-bordered tr td {
      width: 30% !important; } }
.normal-table-layout .box-content {
  overflow-x: auto; }
.normal-table-layout .box-content * {
  max-width: 100%; }

.form-group-centeredContent {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center; }
  .form-group-centeredContent .row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.undergrad_studies_btn {
  color: white !important; }

.no-content-styles {
  min-height: 50vh; }

h3.panel-title {
  padding-bottom: 0; }

.book_series .studyabroad-data ul {
  list-style-type: none;
  padding-left: 0; }

@media (max-width: 992px) {
  .conf-btn-mob {
    display: flex;
    flex-flow: column; }
    .conf-btn-mob a {
      margin-top: 10px;
      margin-bottom: 10px;
      width: 100%; }

  .styled-box.section .box-content div {
    overflow-x: auto;
    height: auto; } }
#conferencetopics ul {
  list-style-type: none;
  padding-left: 0; }

.col-md-9.padle {
  font-size: 16px; }
  .col-md-9.padle p {
    font-size: 1em !important;
    line-height: initial !important; }
  .col-md-9.padle .box-content {
    padding: 0 15px; }
  .col-md-9.padle iframe {
    max-width: 100% !important; }
  .col-md-9.padle table {
    table-layout: auto !important;
    font-size: .9em !important; }
    .col-md-9.padle table p {
      text-align: center !important;
      font-size: 1em !important;
      width: 100% !important;
      font-family: inherit !important;
      line-height: initial !important; }
  .col-md-9.padle tr {
    display: table-row !important;
    width: 100% !important;
    border: 1px solid #ddd !important; }
  .col-md-9.padle td {
    border: 1px solid #ddd !important;
    font-size: 1em;
    font-family: 'Source Sans Pro', sans-serif;
    vertical-align: middle; }
    .col-md-9.padle td strong {
      font-size: 1em !important; }
  .col-md-9.padle .table-bordered {
    border: 0px solid #ddd; }
  .col-md-9.padle section table {
    overflow-x: scroll; }
  @media (max-width: 992px) {
    .col-md-9.padle .btn {
      width: 100% !important; }
    .col-md-9.padle iframe {
      min-height: auto !important; } }

#publishing section {
  overflow-x: scroll; }

@media (max-width: 992px) {
  .submit-your-paper .btn {
    width: auto !important; } }
@media (max-width: 992px) {
  .new-layout .conf-btn-mob {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center; }
  .new-layout .conf-btn-mob a {
    margin-top: 5px;
    margin-bottom: 5px;
    width: fit-content; }
  .new-layout .conference-registration-btn {
    line-height: 40px;
    min-width: 135px; } }

.bookseries-homeImage img {
  height: auto; }

@media (min-width: 992px) and (max-width: 1200px) {
  .bookseries-homeImage img {
    height: 369px; } }
@media (max-width: 992px) {
  .reviewer-description {
    visibility: hidden;
    display: none; } }
.featured-conference-container div[class=col-md-6]:first-child {
  padding-left: 0px !important; }

.featured-conference-container div[class=col-md-6]:last-child {
  padding-right: 0px !important; }

.section-padding {
  padding: 15px; }

@media (max-width: 992px) {
  .sidebar-widget-mobile .styled-box {
    padding-left: 15px;
    padding-right: 15px; } }
.sidebar-widget-desktop .styled-box {
  padding-left: 12px;
  padding-right: 12px; }

/*   */
img.img2 {
  display: none; }

@media only screen and (max-width: 700px) {
  img.img1 {
    display: none; }

  img.img2 {
    display: block;
    width: 100%; } }
/**************IEREK  WEBSITE********************/
/*****colors***/
/********/
/*******parameters***/
:root {
  --main-bg-color: #201f1f;
  --navbar-color: white;
  --main-color: #d8d8d8;
  --secondary-color: #1c6793;
  --secondary-color-hover: #338cc3;
  --action-btn-color: #de2c2c;
  --action-btn-color-hover: #eb2929;
  --darker-faded-color: #aaa8a8;
  --faded-color: #e4e4e4;
  --posts-bg-color: white;
  --main-menu-height: 95px;
  --body-font-color: #333;
  --body-font-size: 15px;
  --sidebar_card-main_title: #bbbbbb;
  --banner-font-color: white;
  --banner-bg-color: #2b6e9d;
  --light-green: #225a80;
  --separator-border-color: #e4e4e4;
  --footer-bg-color: #6e6e6e;
  --footer-text-color: #d8d8d8;
  --link-visited: #2b6e9d;
  --separator-border-color: #e4e4e4;
  --footer-bg-color: #6e6e6e;
  --footer-text-color: #d8d8d8; }

body {
  background-color: #ECECEC;
  background: url(../images/bgAllSite.jpg) top repeat-x #ececec !important;
  border-top: 3px solid #A97F18;
  border-bottom: 3px solid #A97F18;
  font-size: 16px !important;
  font-family: 'Source Sans Pro', sans-serif;
  transition: .2s all ease-in-out;
  min-height: 100vh; }

a {
  color: #0c3852;
  text-decoration: none;
  font-family: 'Source Sans Pro', sans-serif; }

.ui-widget-header .ui-icon {
  background-image: url("../images/jquery-ui-imgs/ui-icons_ffffff_256x240.png"); }

a.ui-datepicker-prev.ui-corner-all, a.ui-datepicker-next.ui-corner-all {
  background-color: #A97F18;
  border: 1px solid #A97F18; }

a:hover, a:focus {
  text-decoration: none;
  outline: 0; }

.ui-datepicker td span, .ui-datepicker td a:hover {
  color: black;
  border: 1px solid grey;
  background-color: transparent; }

.ui-widget-header {
  color: #aa7f00; }

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 0; }

p {
  font-size: 1em; }

.nav > li > a {
  padding: 15px 10px; }

.cover-img {
  background-color: #fff;
  margin-bottom: 15px; }
  .cover-img img {
    width: 100%;
    padding: 7px; }

@media (max-width: 700px) {
  .cover-img {
    background-color: #fff; }
    .cover-img img {
      width: 100%;
      height: auto;
      padding: 7px; } }
.section p {
  text-align: justify !important;
  font-size: 14px !important;
  width: 100%;
  clear: both;
  font-family: 'Open Sans', sans-serif !important;
  line-height: 24px; }

.section strong {
  font-size: 14px !important; }

.nomargin-after {
  margin-bottom: 1px; }

.no-padd {
  padding: 0 !important; }

.topic-title {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px !important;
  padding: 0 0.5em;
  font-weight: 700; }

span, label {
  font-size: 1em; }

.regErrors {
  color: red; }

.panel-heading {
  background-color: #A97F18 !important;
  color: #fff !important;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }
  .panel-heading i {
    margin-right: 5px; }

.ierekpanel-b {
  background-color: #F5F5F5; }

.insidepanel {
  border: 1px solid #dfdfdf;
  padding: 1%;
  background-color: #fff;
  margin-bottom: 10px; }

.insidepanell {
  padding: 1%;
  margin-bottom: 1%; }

.padll {
  padding-left: 0px; }

@media (max-width: 700px) {
  .padll {
    padding-left: 0px;
    padding-right: 0px; } }
.padmid {
  padding: 0px 5px 0px 5px; }

/***extended classes*****/
.buttonstyle, #CONDETAILP .buttons-group a {
  background-color: #A97F18;
  color: #fff;
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: none; }
  .buttonstyle:hover, #CONDETAILP .buttons-group a:hover, .buttonstyle:focus, #CONDETAILP .buttons-group a:focus, .buttonstyle:active, #CONDETAILP .buttons-group a:active {
    background-color: #0C3852;
    color: #fff;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

.buttonstyle2, #CONTACTP .pull-right, #SCIENDETAILP .scien-caption button {
  background-color: #0C3852;
  color: #fff;
  border: none;
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }
  .buttonstyle2:hover, #CONTACTP .pull-right:hover, #SCIENDETAILP .scien-caption button:hover, .buttonstyle2:focus, #CONTACTP .pull-right:focus, #SCIENDETAILP .scien-caption button:focus, .buttonstyle2:active, #CONTACTP .pull-right:active, #SCIENDETAILP .scien-caption button:active {
    background-color: #A97F18;
    color: #fff;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

.sign-in-navbar {
  background-color: lightgrey; }

.radius, #NEWSP .insidepanel .buttcont, #NEWSDETAILP .insidepanel .buttcont, #BLOGDETAILP .insidepanel .buttcont, #NEWSP .insidepanel .buttcont:hover, #NEWSDETAILP .insidepanel .buttcont:hover, #BLOGDETAILP .insidepanel .buttcont:hover {
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

/*------right Side-----*/
.breifing .images-side {
  margin-top: 20px; }
  .breifing .images-side figure img {
    width: 100%; }
.breifing .Authorities {
  padding: 1%;
  margin-bottom: 20px; }

/*-----------------------------------Header--------------------------------*/
#masthead {
  height: 115px; }

header .btn-default {
  color: #333;
  background-color: #0C3852; }
  header .btn-default:hover {
    background-color: #A97F18; }
header i {
  color: #fff; }
header .dropdown-menu {
  background-color: #0C3852; }
  header .dropdown-menu li a {
    color: #fff; }
    header .dropdown-menu li a:hover {
      background-color: #135379; }
header .navbar-default {
  padding: 0px;
  background-color: transparent !important; }
header .navbar {
  font-weight: 500;
  border: none; }
header .navbar-nav {
  float: none;
  margin: 0px 0px;
  border-top: 2px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7; }
  header .navbar-nav li {
    margin: 0 auto; }
    header .navbar-nav li a {
      border-bottom: 3px solid transparent; }
header .navbar-default .navbar-nav > li > a:hover, header .navbar-default
.navbar-nav > li > a:focus {
  background-color: #fff;
  border-bottom: 3px solid #c2c2c2 !important; }
header .navbar-default .navbar-nav > .active > a, header .navbar-default .navbar-nav > .active > a:hover,
header .navbar-default .navbar-nav > .active > a:focus {
  background-color: #fff;
  border-bottom: 3px solid #A97F18; }

.categories-home {
  display: flex;
  justify-content: center;
  padding-top: 1%;
  padding-bottom: 1em; }
  .categories-home ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .categories-home ul li {
      width: 12%;
      display: inline-block;
      background-color: #0A293B;
      padding: 15px 0px 0px 0px;
      margin-right: .55%;
      border-bottom: 3px solid #0A293B;
      margin-bottom: 1.5%;
      text-align: center; }
      .categories-home ul li:hover {
        /*background-color:#CCD5CD;*/
        color: #999;
        border-bottom: 3px solid red;
        background-color: #aa812c; }
      .categories-home ul li a img {
        height: 65px;
        margin: 0 auto;
        display: block;
        margin-bottom: 5px; }
      .categories-home ul li a h6 {
        background: #fff;
        padding: 9px 0px 9px 0px;
        margin: 0;
        color: #999 !important;
        font-size: 12.5px;
        height: auto;
        margin-top: 15px; }
      .categories-home ul li:last-child {
        margin-right: 0px !important; }
    .categories-home ul:hover h6 {
      color: #fff; }
    @media (max-width: 700px) {
      .categories-home ul li {
        width: 24%;
        display: inline-block;
        background-color: #0A293B;
        padding: 15px 0px 0px 0px;
        margin-right: .55%;
        border-bottom: 3px solid #0A293B;
        margin-bottom: 1.5%;
        text-align: center; }
        .categories-home ul li:hover {
          /*background-color:#CCD5CD;*/
          color: #999;
          border-bottom: 3px solid red;
          background-color: #aa812c; }
        .categories-home ul li a img {
          height: 65px;
          margin: 0 auto;
          display: block;
          margin-bottom: 5px; }
        .categories-home ul li a h6 {
          background: #fff;
          /* padding: 9px 17px; */
          margin: 0;
          color: #999 !important;
          font-size: 11.5px;
          height: auto;
          margin-top: 15px;
          height: 30px;
          padding-top: 7px; }
        .categories-home ul li:last-child {
          margin-right: 0px !important; }
      .categories-home ul:hover h6 {
        color: #fff; } }

.categories-home-row {
  display: flex;
  justify-content: center; }

.categories-home-row {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0px;
  margin-left: 0px; }

.categories-home-card-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #0C3852;
  flex: 1; }

.categories-home-card-container:hover .categories-home-card-container-title {
  border-bottom: 5px solid #ED1D24; }

.categories-home-card-container:hover {
  background-color: #A97F18; }

.categories-home-card-container-title {
  width: 100%;
  text-align: center;
  background: white;
  padding: 5px;
  border-bottom: 5px solid #0C3852;
  color: black;
  font-size: .8em;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 43px; }

.categories-home-card-container-title-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500; }

@media (min-width: 992px) and (max-width: 1200px) {
  .categories-home-card-container-title {
    font-size: .65em; } }
@media (min-width: 768px) and (max-width: 992px) {
  .categories-home-card-container-title {
    font-size: .5em; } }
@media (max-width: 768px) {
  .categories-home-card-container-title {
    font-size: .7em;
    min-height: 45px; }

  .categories-home-card-container-title-text {
    font-weight: 100; } }
.categories-home-card-container-img img {
  width: 100%;
  padding: 10px; }

.categories-home-card-main-container {
  flex: 1;
  width: 100%;
  margin: 5px; }

/*---------------------------end header------------------------------------------*/
/*-------------------footer----------------------------------------------------*/
footer {
  text-align: center; }
  footer .button-footer ul li {
    display: inline-block; }
    @media (min-width: 992px) {
      footer .button-footer ul li a {
        color: white; } }
    footer .button-footer ul li a:hover {
      color: black; }
  footer .button-footer .nav > li > a:hover, footer .button-footer .nav > li > a:focus {
    background-color: #FFFFFF; }
  footer .social-icons ul {
    margin-bottom: 0px; }
    footer .social-icons ul li {
      display: inline-block; }
      footer .social-icons ul li a i {
        color: #A97F18; }
      footer .social-icons ul li a .fa-linkedin-square:hover {
        color: #2087D6; }
      footer .social-icons ul li a .fa-facebook-square:hover {
        color: #495E93; }
      footer .social-icons ul li a .fa-twitter-square:hover {
        color: #6ACCEF; }
      footer .social-icons ul li a .fa-instagram:hover {
        color: #D7C9AF; }
      footer .social-icons ul li a .fa-youtube-square:hover {
        color: #E32A21; }
      footer .social-icons ul li a .fa-android:hover {
        color: #A2C437; }
  footer .banks ul {
    margin-bottom: 0px; }
    footer .banks ul li {
      display: inline-block; }

/*------------------------end footer---------------------------------------------*/
/*********************chat*******************/
#Chat .chatfloating {
  float: right; }
#Chat .panel-primary > .panel-heading {
  background-color: #4CAF50 !important;
  border: none; }
#Chat .chat {
  list-style: none;
  margin: 0;
  padding: 0; }
#Chat .chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #B3A9A9; }
#Chat .chat li.left .chat-body {
  margin-left: 60px; }
#Chat .chat li.right .chat-body {
  margin-right: 60px; }
#Chat .chat li .chat-body p {
  margin: 0;
  color: #777777; }
#Chat .panel .slidedown .glyphicon, #Chat .chat .glyphicon {
  margin-right: 5px; }
#Chat .panel-body {
  overflow-y: scroll;
  height: 250px; }
#Chat .panel {
  margin-bottom: 0px;
  border: none; }
#Chat ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5; }
#Chat ::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }
#Chat ::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555; }

/*-----------------------------------Aboutpage----------------------------------------*/
#ABOUTP .panel .panel-body ul li h4 {
  color: #A97F18;
  border-bottom: 2px solid #A97F18;
  font-size: 16px;
  font-weight: 600;
  width: 10%; }
#ABOUTP .panel .panel-body ul li p {
  font-size: 14px; }

/*---------------------------------------contact page---------------------------------*/
#CONTACTP {
  margin-bottom: 2%; }
  #CONTACTP #map {
    margin-top: -2%;
    padding: 10px 10px;
    background: #F8F8F8;
    width: 100%;
    border-radius: 1px;
    height: 300px; }
  #CONTACTP .countries {
    margin-top: 2%; }
    #CONTACTP .countries .hvr-icon-drop {
      display: block;
      padding-bottom: 3%;
      padding-top: 3%; }
    #CONTACTP .countries li {
      border-bottom: 1px solid #e7e7e7;
      padding-left: 2%; }
      #CONTACTP .countries li a {
        font-size: 15px;
        font-weight: 600;
        color: #aa812c; }
      #CONTACTP .countries li p {
        font-size: 12px !important;
        color: #0A293B; }
      #CONTACTP .countries li:hover, #CONTACTP .countries li:active, #CONTACTP .countries li:focus {
        background-color: #e7e7e7;
        border-left: 2px solid #A97F18; }

/*----------------------news page---------------------------------------------*/
#NEWSP .insidepanel h4, #NEWSDETAILP .insidepanel h4, #BLOGDETAILP .insidepanel h4 {
  font-size: 15px;
  font-weight: 600;
  border-bottom: 2px solid #A97F18;
  display: table; }
  #NEWSP .insidepanel h4 a, #NEWSDETAILP .insidepanel h4 a, #BLOGDETAILP .insidepanel h4 a {
    color: #777; }
    #NEWSP .insidepanel h4 a:hover, #NEWSDETAILP .insidepanel h4 a:hover, #BLOGDETAILP .insidepanel h4 a:hover {
      color: #999; }
#NEWSP .insidepanel span, #NEWSDETAILP .insidepanel span, #BLOGDETAILP .insidepanel span {
  margin-right: 2%; }
  #NEWSP .insidepanel span i, #NEWSDETAILP .insidepanel span i, #BLOGDETAILP .insidepanel span i {
    color: #ED1D24;
    margin-right: 3px; }
#NEWSP .insidepanel p img, #NEWSDETAILP .insidepanel p img, #BLOGDETAILP .insidepanel p img {
  margin-right: 1%;
  width: 100px;
  height: 24px; }
#NEWSP .insidepanel .buttcont, #NEWSDETAILP .insidepanel .buttcont, #BLOGDETAILP .insidepanel .buttcont {
  padding: 5px;
  border: 1px solid #ddd;
  color: #0C3852; }
  #NEWSP .insidepanel .buttcont:hover, #NEWSDETAILP .insidepanel .buttcont:hover, #BLOGDETAILP .insidepanel .buttcont:hover {
    background-color: #0C3852;
    color: #fff; }
  #NEWSP .insidepanel .buttcont i, #NEWSDETAILP .insidepanel .buttcont i, #BLOGDETAILP .insidepanel .buttcont i {
    margin-left: 5px; }
#NEWSP .sharing-icons, #NEWSDETAILP .sharing-icons, #BLOGDETAILP .sharing-icons {
  display: block;
  float: right;
  /*   border: 1px solid #ddd;*/
  padding: 4px;
  width: 18%;
  border-radius: 4px;
  margin-top: -1%; }
@media (max-width: 900px) {
  #NEWSP .sharing-icons, #NEWSDETAILP .sharing-icons, #BLOGDETAILP .sharing-icons {
    display: block;
    float: inherit;
    border: 1px solid #ddd;
    padding: 4px;
    width: 81%;
    border-radius: 4px;
    margin-top: -1%;
    margin-bottom: 16px; } }
#NEWSP .stButton .chicklets, #NEWSDETAILP .stButton .chicklets, #BLOGDETAILP .stButton .chicklets {
  padding-left: 16px;
  padding-right: 0px; }

#NEWSDETAILP .sharing-icons, #BLOGDETAILP .sharing-icons {
  margin-top: 0; }

/*-------------------------------------SCIENTIFICPage-------------------------------------*/
#SCIENTIFICP .thumbnail {
  border: none;
  background-color: transparent; }
  #SCIENTIFICP .thumbnail figure {
    background-color: #fff;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 10px; }
    #SCIENTIFICP .thumbnail figure img {
      border-radius: 10px;
      width: 100px;
      height: 100px;
      padding: 3%; }
  #SCIENTIFICP .thumbnail .caption {
    background-color: #fff;
    margin-top: -40px;
    padding-top: 26px;
    text-align: center;
    min-height: 180px;
    max-height: 194px;
    border-top: 2px solid #A97F18; }
    #SCIENTIFICP .thumbnail .caption h3 a {
      color: #A97F18;
      font-size: 15px;
      font-weight: 600; }
      #SCIENTIFICP .thumbnail .caption h3 a:hover {
        color: #999; }
    #SCIENTIFICP .thumbnail .caption p {
      text-align: justify;
      min-height: 180px;
      max-height: 194px;
      font-size: 13px !important;
      padding: 2% !important;
      font-weight: 600;
      color: #6e6f6f; }
      #SCIENTIFICP .thumbnail .caption p a {
        color: #0C3852;
        font-size: 12px; }
        #SCIENTIFICP .thumbnail .caption p a:hover {
          color: #0C3852; }

/*-----------------------------scientific detail page----------------------------------------------------*/
#SCIENDETAILP .thumbnail {
  border: none;
  background-color: transparent;
  padding: 0px; }
  #SCIENDETAILP .thumbnail figure {
    background-color: #fff;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 10px; }
    #SCIENDETAILP .thumbnail figure img {
      border-radius: 10px;
      width: 100px;
      height: 100px;
      padding: 3%; }
  #SCIENDETAILP .thumbnail .caption {
    background-color: #fff;
    margin-top: -40px;
    padding-top: 26px;
    text-align: center;
    border-top: 2px solid #A97F18; }
    #SCIENDETAILP .thumbnail .caption h2 {
      color: #A97F18;
      font-weight: 600; }
#SCIENDETAILP .scien-caption {
  background-color: #fff;
  padding: 2%; }
  #SCIENDETAILP .scien-caption button {
    border: none;
    padding: 7px;
    margin-top: -51px;
    float: right;
    margin-right: 2%; }

/*---------------------------------------Workshop page --------------------------------------*/
.ierekpanel-workshop {
  height: 175px;
  overflow: scroll; }
  .ierekpanel-workshop .insidepanel {
    background-color: transparent;
    border: 0px; }

.ierek-workshop .conference-item-cover img {
  min-height: auto !important; }
.ierek-workshop .conference-item-title {
  height: 80px; }

.ierek-work-event {
  height: 480px; }

/*--------------------------------------conference page-------------------------------------*/
#CONFERENCEP .nav-tabs {
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  display: table;
  width: 100%;
  margin-top: 10px;
  margin-top: 10px; }
#CONFERENCEP .nav-tabs > li.active > a, #CONFERENCEP .nav-tabs > li.active > a:hover, #CONFERENCEP .nav-tabs > li.active > a:focus {
  background-color: #0C3852;
  color: #fff; }
#CONFERENCEP .nav-tabs > li > a {
  border-right: 1px solid #ddd;
  margin-right: 0px;
  font-weight: 600;
  min-width: 100px;
  text-align: center;
  color: #999; }
  #CONFERENCEP .nav-tabs > li > a:hover {
    background-color: #A97F18;
    color: #fff; }
@media (max-width: 700px) {
  #CONFERENCEP .nav-tabs > li > a {
    border-right: 1px solid #ddd;
    margin-right: 0px;
    font-weight: 300;
    min-width: auto !important;
    text-align: center;
    color: #999; }
    #CONFERENCEP .nav-tabs > li > a:hover {
      background-color: #A97F18;
      color: #fff; } }
#CONFERENCEP .ierekpanel-b {
  height: 400px;
  overflow: scroll; }
  #CONFERENCEP .ierekpanel-b .insidepanel {
    background-color: transparent;
    border: 0px; }
#CONFERENCEP .breifing figure img {
  width: 100%; }
#CONFERENCEP .tabsyears .tab-pane {
  margin-top: 2%;
  min-height: 26vh; }
#CONFERENCEP .tabsyears .thumbnail-images .thumbnail {
  padding: 2%; }
  #CONFERENCEP .tabsyears .thumbnail-images .thumbnail img {
    width: 100%; }
#CONFERENCEP .tabsyears .thumbnail-images .caption h4 {
  padding: 3%;
  font-size: 13px;
  font-weight: 600;
  background-color: #F5F5F5; }
#CONFERENCEP .tabsyears .thumbnail-images .caption h5 {
  border-top: 1px solid #F5F5F5;
  font-size: 13px;
  padding-top: 3%; }
#CONFERENCEP .tabsyears .thumbnail-images .caption h6 {
  color: #A97F18; }

/*----------------------------------conferene dtail page-----------------------------------------------*/
#CONDETAILP .ierekpanel-b2 {
  padding: 0px; }
  #CONDETAILP .ierekpanel-b2 .tabspanel {
    margin-bottom: 0px; }
    #CONDETAILP .ierekpanel-b2 .tabspanel li {
      border-bottom: 1px solid #ddd;
      padding: 2%;
      padding-left: 6%; }
      #CONDETAILP .ierekpanel-b2 .tabspanel li a {
        font-size: 15px;
        color: #0C3852; }
      #CONDETAILP .ierekpanel-b2 .tabspanel li:hover, #CONDETAILP .ierekpanel-b2 .tabspanel li:focus, #CONDETAILP .ierekpanel-b2 .tabspanel li:active {
        background-color: #F5F5F5;
        border-left: 2px solid #A97F18; }
#CONDETAILP .buttons-group .but2 span {
  float: right; }
#CONDETAILP .buttons-group .but1 span {
  float: left; }
#CONDETAILP .buttons-group span {
  background-color: #BE901E;
  color: #DCD2B4;
  padding: 9px 0px 8px 8px; }
#CONDETAILP .buttons-group a {
  background-color: #A97F18;
  color: #fff;
  padding: 10px; }

/**************************--------forms-------********************/
.formquicklinks section p {
  background-color: #D9EDF7;
  color: #999;
  padding: 1%; }
.formquicklinks form .form-group, .formquicklinks form .input-group {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 2%; }
.formquicklinks form label {
  margin-top: 6px; }
.formquicklinks form button {
  margin-top: 1%;
  border: none; }

/***************************---------tables--------*************************/
.custyle thead {
  background-color: #e7e7e7; }

/*------------------------upload full paper page------------------------------*/
#UploadFull .user-abstract label {
  border: 1px solid #ddd;
  padding: 5px 0px 5px 31px;
  width: 100%; }

/*--------------------------sign im Modal------------------------*/
#SignInModal .modal-content {
  background-color: rgba(255, 255, 255, 0.91);
  width: 93%; }
#SignInModal .modal-dialog {
  width: 100%; }
#SignInModal .modal-body .form-group i {
  width: 27px;
  padding: 7px;
  height: 28px;
  border-radius: 100%;
  background-color: #0C3852;
  margin-right: 2%;
  color: #fff; }
#SignInModal .modal-body .form-group .fa-lock {
  padding: 7px 9px; }
#SignInModal .modal-body .form-group:hover i, #SignInModal .modal-body .form-group:focus i, #SignInModal .modal-body .form-group:active i {
  background-color: #A97F18; }
#SignInModal .modal-header h4 {
  color: #A97F18; }
#SignInModal .modal-header button {
  float: right; }

#SignInModal .modal-content {
  background-color: rgba(255, 255, 255, 0.91);
  width: 93%;
  max-width: 400px;
  margin: 0 auto; }

@media (min-width: 992px) {
  #SignUpModal {
    height: 100%; }
    #SignUpModal .modal-dialog {
      margin: 30px 12px; }
    #SignUpModal .modal-content {
      border: 0px solid rgba(0, 0, 0, 0.2); } }
@media (max-width: 992px) {
  #SignInModal .modal-dialog {
    margin: 20px 0 0 0; } }
@media (min-width: 992px) {
  #SignUpModal .modal-dialog {
    margin: 30px auto; } }
div.userpro-overlay-inner {
  position: initial;
  margin-left: initial;
  width: 100%;
  top: initial;
  margin-left: inherit;
  margin: 0 auto;
  left: 50%; }

/******form*******************/
#profileform .form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px; }

/*--------------------------------------*/
/*home page***/
#crousel-main .carousel-inner img {
  width: 100%;
  height: auto; }
@media (max-width: 700px) {
  #crousel-main .carousel-inner img {
    width: 100%;
    height: auto; } }

#carousel-example-generic {
  margin-bottom: 10px;
  min-height: 10px; }

.crouslebg {
  background: url(../images/bannerLogo.png) top left no-repeat !important;
  opacity: 1 !important; }

@media (min-width: 700px) {
  .home-padding {
    padding-left: 0px; }

  .home-padding-right {
    padding: 0px 0px 0px 0px; } }
@media (max-width: 700px) {
  .home-padding {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: -10px !important;
    margin-left: -10px !important; }

  .home-padding-right {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: -10px !important;
    margin-left: -10px !important; } }
.home-blocks-container {
  background: #F5F7F6 none repeat scroll 0% 0%;
  border: 1px solid #DFDFDF;
  padding: 10px;
  display: table;
  width: 100%;
  margin-bottom: 10px; }

#HomeP .home-blocks-container {
  padding: 0px;
  margin-bottom: 0px;
  margin: 30px 0 0 0;
  background: transparent;
  border: 0px solid #DFDFDF; }
  #HomeP .home-blocks-container a img {
    max-height: 371px; }
@media (max-width: 992px) {
  #HomeP .home-blocks-container {
    margin: 15px 0 0 0; }
  #HomeP .latest-news-section {
    margin-top: 15px; } }
#HomeP .home-block-container:last-child {
  margin-bottom: 0px; }

.home-blocks-container-slider {
  margin: 0px 0px 20px;
  background: #F5F7F6 none repeat scroll 0% 0%;
  border: 1px solid #DFDFDF;
  padding: 10px;
  width: 100%; }

.home-block-container {
  width: 100%;
  margin-right: 2%;
  background: #fff;
  box-shadow: 0 0 1px 1px #dfdfdf; }

.home-block-container:last-child {
  margin-right: 0;
  margin-bottom: 10px; }

.home-block-title {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c90c3852', endColorstr='#0c3852', GradientType=0);
  color: #fff;
  padding: 4px;
  font-size: 16px;
  text-indent: 13px; }

.home-block-content {
  padding: 10px;
  max-height: 341px;
  overflow-y: auto; }

.news-list-item {
  margin-bottom: 10px;
  word-break: normal !important; }

.news-list-title {
  font-weight: 600;
  font-size: 1.1em;
  color: #283E4D; }

.news-list-content {
  font-size: 12px;
  text-align: justify;
  margin-top: 5px; }

.news-list-link > a {
  font-weight: 600;
  font-size: 13px;
  color: #0A293B;
  float: right; }
  .news-list-link > a:hover, .news-list-link > a:active, .news-list-link > a:focus {
    color: #aa812c; }

.brown {
  background-color: #AA822C;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9aa822c', endColorstr='#aa822c', GradientType=0); }

/**carosel fo confernces****/
.featured-conferences-item {
  min-height: 300px; }

#carouselCo {
  /* Global */
  /* Page Header */
  /* Mobile Only */ }
  #carouselCo img {
    max-width: 100%; }
  #carouselCo a {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease; }
  #carouselCo a:hover {
    filter: alpha(opacity=90);
    /* IE7 */
    opacity: 0.9;
    text-decoration: none; }
  #carouselCo .featured-conferences-item {
    float: left;
    background: #fff;
    border: 0px solid #dfdfdf;
    box-shadow: 0 0 1px 1px rgba(223, 223, 223, 0.32); }
  #carouselCo .featured-conferences-item-thumb > a > img {
    width: 100%;
    margin-bottom: 10px; }
  #carouselCo .to-be-published {
    top: -10px;
    position: relative;
    background: #0c3852;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    padding: 5px; }
  #carouselCo .featured-conferences-item-title > a {
    font-size: 1em;
    font-weight: 600;
    color: #09293C;
    display: table;
    height: 50px;
    margin-bottom: 5px; }
  #carouselCo .featured-conferences-item-sub-title {
    text-align: center;
    font-weight: 600;
    color: #AA822C;
    font-size: .8em; }
  #carouselCo .pulse1 {
    -webkit-animation: pulse1 .8s linear infinite;
    -moz-animation: pulse1 .8s linear infinite;
    -ms-animation: pulse1 .8s linear infinite;
    animation: pulse1 .8s linear infinite; }
  #carouselCo .featured-conferences-item-excerpt {
    font-size: 13px;
    margin-bottom: 12px;
    text-align: justify;
    line-height: 1.5; }
  #carouselCo .featured-conferences-item > a.btn {
    margin: 25px auto 10px;
    display: table; }
  #carouselCo .btn-primary, #carouselCo .label-primary {
    background-color: #0c3852;
    border-color: #0c3852; }
  #carouselCo .thumbnails li > .fff .caption {
    background: #fff !important;
    padding: 10px; }
  #carouselCo .page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase; }
  #carouselCo .page-header h3 {
    line-height: 0.88rem;
    color: #000; }
  #carouselCo ul.thumbnails {
    margin-bottom: 0px; }
  #carouselCo .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999; }
  #carouselCo .bx-wrapper .bx-prev {
    left: -50px; }
  #carouselCo .bx-wrapper .bx-prev {
    left: 10px;
    background: url(https://www.ierek.com/wp-content/themes/ierek/vendors/bxslider/images/controls.png) no-repeat 0 -32px; }
  #carouselCo .bx-wrapper .bx-controls-direction a {
    top: 245px !important; }
  #carouselCo .carousel-control {
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px; }
  @media (max-width: 767px) {
    #carouselCo .page-header, #carouselCo .control-box {
      text-align: center; } }
  @media (max-width: 479px) {
    #carouselCo .caption {
      word-break: break-all; } }
  #carouselCo li {
    list-style-type: none; }

.btn-primary, .label-primary {
  background-color: #0c3852;
  border-color: #0c3852; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .label-primary:hover, .label-primary:active, .label-primary:focus {
    background-color: #AA822C;
    border-color: #987324; }

.btn-success {
  color: #fff;
  background-color: #AA822C;
  border-color: #987324; }
  .btn-success:hover, .btn-success:active, .btn-success:focus {
    background-color: #0c3852;
    border-color: #0c3852; }

@media (max-width: 992px) {
  .buttonx {
    background-color: #aa812c;
    display: block;
    width: 100%;
    margin-right: 1%;
    color: #fff;
    font-weight: 600;
    padding: 5px !important; }

  .padle {
    margin-top: 10px; }

  .navbar-collapse.collapse {
    padding: 0px; } }
.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px; }

.faqpanel {
  background-color: #ECECEC !important;
  color: #0C3860 !important; }

.fc {
  direction: ltr;
  text-align: left; }

.fc table {
  border-collapse: collapse;
  border-spacing: 0; }

html .fc,
.fc table {
  font-size: 1em; }

.fc td,
.fc th {
  padding: 0;
  vertical-align: top; }

/* Header
------------------------------------------------------------------------*/
.fc-header td {
  white-space: nowrap; }

.fc-header-left {
  width: 25%;
  text-align: left; }

.fc-header-center {
  text-align: center; }

.fc-header-right {
  width: 25%;
  text-align: right; }

.fc-header-title {
  display: inline-block;
  vertical-align: top; }

.fc-header-title h2 {
  margin-top: 0;
  white-space: nowrap; }

.fc .fc-header-space {
  padding-left: 10px; }

.fc-header .fc-button {
  margin-bottom: 1em;
  vertical-align: top; }

/* buttons edges butting together */
.fc-header .fc-button {
  margin-right: -1px; }

.fc-header .fc-corner-right,
.fc-header .ui-corner-right {
  /* theme */
  margin-right: 0;
  /* back to normal */ }

/* button layering (for border precedence) */
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2; }

.fc-header .fc-state-down {
  z-index: 3; }

.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4; }

/* Content
------------------------------------------------------------------------*/
.fc-content {
  clear: both;
  zoom: 1;
  /* for IE7, gives accurate coordinates for [un]freezeContentHeight */ }

.fc-view {
  width: 100%;
  overflow: hidden; }

/* Cell Styles
------------------------------------------------------------------------*/
.fc-widget-header,
.fc-widget-content {
  /* <td>, usually */
  border: 1px solid #ddd; }

.fc-state-highlight {
  /* <td> today cell */
  /* TODO: add .fc-today to <th> */
  background: #fcfcfc; }

.fc-cell-overlay {
  /* semi-transparent rectangle while dragging */
  background: #bcccbc;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

/* Buttons
------------------------------------------------------------------------*/
.fc-button {
  position: relative;
  display: inline-block;
  padding: 0 .6em;
  overflow: hidden;
  height: 1.9em;
  line-height: 1.9em;
  white-space: nowrap;
  cursor: pointer; }

.fc-text-arrow {
  margin: 0 .1em;
  font-size: 2em;
  font-family: "Courier New", Courier, monospace;
  vertical-align: baseline;
  /* for IE7 */ }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5; }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.55;
  filter: alpha(opacity=65);
  box-shadow: none; }

/* Global Event Styles
------------------------------------------------------------------------*/
.fc-event-container > * {
  z-index: 8; }

.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
  z-index: 9; }

.fc-event {
  border: 1px solid #0C3852;
  /* default BORDER color */
  background-color: #0C3852;
  /* default BACKGROUND color */
  color: #fff;
  /* default TEXT color */
  font-size: .85em;
  cursor: default; }

a.fc-event {
  text-decoration: none; }

a.fc-event,
.fc-event-draggable {
  cursor: pointer; }

.fc-rtl .fc-event {
  text-align: right; }

.fc-event-inner {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.fc-event-time,
.fc-event-title {
  padding: 0 1px; }

.fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  /* hacky spaces (IE6/7) */
  font-size: 300%;
  /* */
  line-height: 50%;
  /* */ }

/* Horizontal Events
------------------------------------------------------------------------*/
.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px; }

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
  border-left-width: 1px; }

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
  border-right-width: 1px; }

/* resizable */
.fc-event-hori .ui-resizable-e {
  top: 0 !important;
  /* importants override pre jquery ui 1.7 styles */
  right: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: e-resize; }

.fc-event-hori .ui-resizable-w {
  top: 0 !important;
  left: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: w-resize; }

.fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px;
  /* IE6 had 0 height */ }

table.fc-border-separate {
  border-collapse: separate; }

.fc-border-separate th,
.fc-border-separate td {
  border-width: 1px 0 0 1px; }

.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
  border-right-width: 1px; }

.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-bottom-width: 1px; }

.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0; }

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/
.fc-grid th {
  text-align: center; }

.fc .fc-week-number {
  width: 22px;
  text-align: center; }

.fc .fc-week-number div {
  padding: 0 2px; }

.fc-grid .fc-day-number {
  float: right;
  padding: 0 2px; }

.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
       might want to set the 'color' property instead
       making day-numbers bold also fixes the problem */ }

.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 1px;
  /* distance between events and day edges */ }

/* event styles */
.fc-grid .fc-event-time {
  font-weight: bold; }

/* right-to-left */
.fc-rtl .fc-grid .fc-day-number {
  float: left; }

.fc-rtl .fc-grid .fc-event-time {
  float: right; }

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/
.fc-agenda table {
  border-collapse: separate; }

.fc-agenda-days th {
  text-align: center; }

.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: normal; }

.fc-agenda .fc-week-number {
  font-weight: bold; }

.fc-agenda .fc-day-content {
  padding: 2px 2px 1px; }

/* make axis border take precedence */
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px; }

.fc-agenda-days .fc-col0 {
  border-left-width: 0; }

/* all-day area */
.fc-agenda-allday th {
  border-width: 0 1px; }

.fc-agenda-allday .fc-day-content {
  min-height: 34px;
  /* TODO: doesnt work well in quirksmode */
  _height: 34px; }

/* divider (between all-day and slots) */
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden; }

.fc-widget-header .fc-agenda-divider-inner {
  background: #eee; }

/* slot rows */
.fc-agenda-slots th {
  border-width: 1px 1px 0; }

.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none; }

.fc-agenda-slots td div {
  height: 20px; }

.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0; }

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted; }

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid;
  /* doesn't work with background in IE6/7 */ }

/* Vertical Events
------------------------------------------------------------------------*/
.fc-event-vert {
  border-width: 0 1px; }

.fc-event-vert.fc-event-start {
  border-top-width: 1px; }

.fc-event-vert.fc-event-end {
  border-bottom-width: 1px; }

.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px; }

.fc-event-vert .fc-event-inner {
  position: relative;
  z-index: 2; }

.fc-event-vert .fc-event-bg {
  /* makes the event lighter w/ a semi-transparent overlay  */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25); }

.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
  display: none \9;
  /* for IE6/7/8. nested opacity filters while dragging don't work */ }

/* resizable */
.fc-event-vert .ui-resizable-s {
  bottom: 0 !important;
  /* importants override pre jquery ui 1.7 styles */
  width: 100% !important;
  height: 8px !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

@media (max-width: 479px) {
  .container {
    max-width: 1000px !important;
    padding: -1px; } }
@media (max-width: 700px) {
  .minpadding {
    padding-right: 0px !important;
    padding-left: 0px !important; } }
.secactive a {
  background: #f4f4f4 none repeat scroll 0 0 !important;
  border-left-color: #f4f4f4 !important;
  text-indent: 15px !important;
  display: inline-table !important; }

.conbref {
  overflow: auto; }

@media (max-width: 700px) {
  .conbref {
    height: 400px;
    overflow: auto; } }
@media (max-width: 992px) {
  .conference-registration-btn {
    background-color: inherit !important;
    display: block !important;
    font-weight: 600 !important;
    padding: 0 10px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    line-height: 40px !important;
    float: initial !important;
    border-radius: 0px !important;
    margin-right: 0px !important;
    text-align: center !important;
    border: 3px solid #aa812c !important;
    color: #aa812c !important; } }
.comittee_inside .thumbnail {
  border: none;
  background-color: transparent; }
  .comittee_inside .thumbnail figure {
    width: 87px;
    margin: 0 auto; }
    .comittee_inside .thumbnail figure img {
      width: 85px;
      height: 85px;
      padding: 3%;
      background: 1px;
      background-color: #a97f18;
      border-radius: 10px; }
  .comittee_inside .thumbnail .caption {
    background-color: #fff;
    margin-top: -40px;
    padding-top: 26px;
    text-align: center;
    min-height: 180px;
    max-height: 194px;
    border-top: 2px solid #A97F18;
    box-shadow: 0px 0px 4px #ccc; }
    .comittee_inside .thumbnail .caption h3 a {
      color: #A97F18;
      font-size: 15px;
      font-weight: 600; }
      .comittee_inside .thumbnail .caption h3 a:hover {
        color: #999; }
    .comittee_inside .thumbnail .caption p {
      min-height: 180px;
      max-height: 194px;
      font-size: 13px !important;
      padding: 2%;
      color: #474848;
      text-align: justify;
      word-break: break-all;
      line-height: 1.7; }
      .comittee_inside .thumbnail .caption p a {
        color: #0C3852;
        font-size: 12px; }
        .comittee_inside .thumbnail .caption p a:hover {
          color: #0C3852; }

.conferences-list-item:hover {
  box-shadow: 3px 3px 3px 3px #C1C0C0; }

td.committe-organization,
td.table-committee-image {
  vertical-align: middle !important; }

.signup-btn:hover,
signup-btn {
  background: #09293B;
  color: #fff;
  line-height: 25px;
  display: inline-table;
  float: right;
  padding: 0 10px; }

.forget-btn {
  line-height: 25px;
  margin: 0 5px; }

.register-table {
  width: 100%;
  border: 1px solid #dfdfdf; }

.register-table > thead > tr > th {
  line-height: 34px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  border-right: 1px solid #dfdfdf; }

.register-table > tbody > tr > td > a {
  background: #BD8F31;
  color: #fff;
  width: 100%;
  display: table;
  text-align: center;
  line-height: 33px;
  font-size: 14px;
  border-bottom: 2px solid red; }

.register-table > tbody > tr > td {
  padding: 4px 3px;
  border-right: 1px solid #dfdfdf; }

.registration-form {
  background: #F4F4F4;
  display: table;
  padding: 15px 10px;
  margin: 10px;
  border: 1px solid #dfdfdf; }

.framed-box {
  background: #f5f5f5; }

.frame-title {
  background: #a97f18;
  color: #fff;
  font-size: 16px;
  text-indent: 10px;
  line-height: 32px; }

.frame-title:before {
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 14px;
  margin-right: 8px; }

.box-title,
.conference-title > a,
td > b {
  font-weight: 600; }

.framed-content {
  padding: 5px; }

.styled-box {
  background: #fff;
  padding: 7px;
  border: 1px solid #dfdfdf;
  margin-bottom: 10px;
  margin-top: 10px; }

.box-title {
  border-bottom: 2px solid #A97F18;
  display: table;
  margin-bottom: 10px; }

.box-content {
  font-size: 14px;
  position: relative; }

.topic-description {
  font-size: 1em;
  line-height: 1.4;
  border: 1px solid #dfdfdf;
  padding: 5px 10px 0; }

.quick-links > ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.quick-links > ul > li > a {
  background: #fff;
  display: inline-table;
  width: 100%;
  text-indent: 10px;
  font-size: 14px;
  color: black;
  font-weight: 500;
  line-height: 30px;
  border-left: 2px solid #fff; }

.quick-links > ul > li > a:hover {
  background: #F4F4F4 !important;
  border-left-color: #A97F18; }

.quick-links > ul > li > .active {
  text-indent: 15px;
  background: #F4F4F4;
  border-left-color: #F4F4F4; }

.quick-links > ul > li {
  border-bottom: 1px solid #F4F4F4;
  cursor: pointer; }

.event-thumbnail {
  border: 1px solid #dfdfdf;
  background: #fff;
  padding: 5px;
  margin-bottom: 15px; }

h2.box-title {
  font-size: 27px;
  margin: 0 auto 20px;
  padding-bottom: 7px; }

.conference-data > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }

.conference-data > ul > li {
  border-bottom: 1px solid #dfdfdf;
  line-height: 40px;
  display: table;
  margin: 0 auto;
  padding: 0 10px; }

.styled-list > li {
  line-height: 36px;
  border-bottom: 1px solid #F0F0F0; }

.styled-list {
  padding-left: 26px;
  font-size: 1em; }

.acf-map {
  width: 100%;
  height: 400px;
  border: 1px solid #ccc;
  margin: 20px 0; }

.conference-cover {
  border: 1px solid #dfdfdf;
  padding: 4px; }

.conference-registration-btn {
  background: #A97F18;
  color: #fff;
  /* padding-left: 10px; */
  line-height: 40px;
  min-width: 135px;
  padding: 0 10px;
  text-align: center;
  font-weight: 600;
  display: inline-table;
  font-size: 16px;
  border-bottom: 2px solid #A97F18; }

.conference-registration-btn:visited, .conference-registration-btn:focus {
  color: #fff; }

.conference-registration-btn > span {
  background: #BE901E;
  display: inline-table;
  padding: 0 10px;
  margin-left: 10px;
  font-weight: 600;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all 0.2s; }

.conference-registration-btn:hover {
  color: #fff; }

.event-tab {
  display: none; }

.conference-title {
  background: rgba(0, 0, 0, 0.68);
  text-align: center;
  line-height: 35px;
  position: absolute;
  width: 100%;
  bottom: 0; }

.conference-title > a {
  color: #fff; }

.centered-content {
  text-align: center; }

.centered-content .box-title {
  margin-left: auto;
  margin-right: auto; }

.message {
  padding: 15px;
  margin: 10px 0; }

.discount-note {
  font-size: 12px;
  margin-left: 10px;
  color: #0bae58;
  font-weight: 400; }

.payable-amount {
  margin-right: 6px !important;
  position: relative;
  top: -1px; }

.disounted-amount {
  text-decoration: line-through;
  color: red;
  margin-left: 10px; }

.pay-amount {
  font-size: 16px;
  text-align: center; }

.center-btn {
  margin: 25px auto;
  display: table; }

.conference-register-btns {
  display: none; }

.featured-conferences-item {
  float: left;
  background: #fff;
  border: 0px solid #dfdfdf;
  box-shadow: 0 0 1px 1px rgba(223, 223, 223, 0.32); }

.featured-conferences-item:last-child {
  margin-right: 0; }

.featured-conferences-item-title > a {
  font-size: 1em;
  font-weight: 600;
  color: #09293C;
  display: table;
  height: 50px;
  margin-bottom: 5px; }

.featured-conferences-item-thumb > a > img {
  width: 100%;
  margin-bottom: 10px; }

.featured-conferences-item-excerpt {
  font-size: 13px;
  margin-bottom: 12px;
  text-align: justify;
  line-height: 1.5;
  height: 38px;
  /* overflow-y: scroll; */
  /* min-height: 38px; */ }

.featured-conferences-item > a.btn {
  margin: 25px auto 10px;
  display: table; }

.featured-conferences {
  display: table;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%; }

.committee-item {
  width: 32%;
  float: left;
  margin-left: 2%;
  position: relative;
  background: #fff;
  box-shadow: 0 0 1px 1px #dfdfdf;
  padding: 10px;
  border-top: 4px solid #AA822C;
  margin-top: 70px; }

.committee-name {
  text-align: center;
  font-weight: 600;
  line-height: 47px;
  margin-top: -40px; }

.committee-image {
  width: 100px;
  height: 100px;
  position: relative;
  top: -60px;
  margin: 0 auto; }

.committee-item:nth-child(3n+1),
.conferences-list-item:nth-child(3n+1) {
  margin-left: 0; }

.committee-image > img {
  width: 100%;
  height: 100%;
  border: 5px solid #ECECEC;
  box-shadow: 0 0 1px 1px #CBCBCB;
  border-radius: 23px;
  background: #fff; }

.committee-details {
  font-size: 13px;
  text-align: left;
  padding: 7px;
  height: 147px; }

h1.page-title {
  font-size: 22px;
  font-weight: 600;
  background: #AA822C;
  color: #fff;
  line-height: 41px;
  text-indent: 15px;
  margin-bottom: 20px;
  box-shadow: 0 0 1px 1px rgba(65, 47, 8, 0.18);
  border: 1px solid #FFF; }

.page-thumbnail {
  background: #fff;
  padding: 4px;
  border: 1px solid #dfdfdf;
  box-shadow: 0 0 1px 1px rgba(223, 223, 223, 0.68); }

.conferences-timeline {
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  display: table;
  width: 100%;
  margin-top: 20px; }

.conferences-timeline > a {
  border-right: 1px solid #C7C7C7;
  line-height: 37px;
  float: left;
  width: 100px;
  text-align: center;
  font-weight: 600;
  position: relative; }

.conferences-timeline > a.active:after,
.conferences-timeline > a.active:before {
  font-family: FontAwesome;
  font-size: 23px;
  position: absolute;
  left: 41px;
  color: #0C3860; }

.conferences-timeline > a.active:before {
  content: "";
  top: -25px; }

.conferences-timeline > a.active:after {
  content: "";
  bottom: -25px; }

.conferences-timeline > a:hover {
  background: #AA822C;
  color: #fff; }

.conferences-timeline > a.active {
  background: #0C3860;
  color: #fff; }

.conferences-cover {
  background: #fff;
  padding: 10px;
  border: 1px solid #dfdfdf;
  box-shadow: 0 0 1px 1px rgba(223, 223, 223, 0.52);
  margin-bottom: 40px; }

.conferences-list-item {
  padding: 10px;
  background: #fff;
  margin-bottom: 35px;
  box-shadow: 0 0 1px 1px #dfdfdf; }

.conference-item-cover {
  width: 100% !important;
  display: table; }

.conference-item-cover > img {
  width: 100%;
  box-shadow: 0 0 1px 1px #C8C8C8;
  height: auto; }

.conference-item-title {
  color: #0C3860;
  font-weight: 500;
  font-size: 13px;
  height: 66px;
  margin-top: 10px;
  padding: 10px;
  font-size: .9em; }

.conference-item-detail {
  font-size: 12px;
  margin-top: 2px;
  color: #AA812C; }

.conference-item-detail > label {
  display: inline-table;
  width: 100px;
  text-align: right;
  padding-right: 10px; }

.conference-item-location {
  font-size: 13px;
  margin-top: 5px;
  border-top: 1px solid #ECECEC;
  padding-top: 5px;
  text-transform: capitalize; }

p.help-block {
  font-size: 16px; }

.home-icons {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 3px; }

.scientific-director-image > img {
  width: 70px; }

.scientific-director-name {
  float: left;
  font-weight: 600;
  display: table; }

.scientific-director-image {
  float: left;
  margin-right: 10px; }

.scientific-director-details {
  font-size: 12px;
  float: left;
  width: 67%; }

.scientific-director {
  border-bottom: 1px solid #dfdfdf;
  display: table;
  padding-top: 6px;
  padding-bottom: 3px; }

.partner {
  float: left;
  height: auto;
  border: 0px solid #C8C8C8;
  padding: 3px;
  margin-right: 4px;
  margin-left: 5px;
  margin-bottom: 10px;
  line-height: 75px; }

.about-us-block {
  height: 266px; }

.addthis_horizontal_follow_toolbox {
  float: left;
  width: 200px; }

.addthis_horizontal_follow_toolbox p {
  display: none; }

.featured-conferences-item-sub-title {
  text-align: center;
  font-weight: 600;
  color: #AA822C;
  font-size: .9em;
  margin-top: 6px; }

.chairman-item {
  margin-bottom: 10px; }

.conference-email {
  text-align: center;
  display: table;
  width: 100%;
  position: relative;
  text-align: center;
  left: 0px !important; }

.conference-email > a {
  text-decoration: underline; }

.blue-title {
  background: #09293C; }

.procedia-right {
  float: right;
  width: 76px;
  margin-right: 10px;
  margin-left: 20px;
  margin-bottom: 10px; }

.form-button {
  margin-left: 10px; }

.in-button-text {
  display: inline-table;
  width: 100%;
  clear: both;
  font-style: normal; }

td.table-committee-image {
  border-right: 0 !important; }

.table-committee-image > img {
  background: #F0F0F0;
  border: 2px solid #DDD;
  max-width: none;
  padding: 3px;
  float: left;
  box-shadow: 0 0 1px 1px rgba(192, 192, 192, 0.12);
  width: 90px;
  height: 90px; }

.table-committee-image > b {
  display: inline-table;
  width: 120px; }

.committe-organization {
  font-size: 13px;
  text-align: justify; }

.fixed-nav {
  width: 257.5px; }

.bx-wrapper .bx-controls-direction a {
  top: 245px !important; }

.pulse1 {
  -webkit-animation: pulse1 .8s linear infinite;
  -moz-animation: pulse1 .8s linear infinite;
  -ms-animation: pulse1 .8s linear infinite;
  animation: pulse1 0.8s linear infinite; }

@keyframes pulse1 {
  0%, 100% {
    color: #aa822c; }
  90% {
    color: rgba(170, 130, 44, 0.3); } }
@-moz-keyframes pulse1 {
  0%, 100% {
    color: #aa822c; }
  90% {
    color: rgba(170, 130, 44, 0.3); } }
@-webkit-keyframes pulse1 {
  0%, 100% {
    color: #aa822c; }
  90% {
    color: rgba(170, 130, 44, 0.3); } }
@-ms-keyframes pulse1 {
  0%, 100% {
    color: #aa822c; }
  90% {
    color: rgba(170, 130, 44, 0.3); } }
.related-conference {
  width: 32%;
  float: left;
  margin-right: 13px;
  background-color: #fff;
  padding: 5px; }

.related-conference:last-child {
  margin-right: 0; }

.related-conference img {
  width: 100%;
  height: 100px; }

.related-conference h4 {
  font-size: 13px;
  font-weight: 600; }

.notifications {
  background-color: #ED1D24;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 6px;
  bottom: 13px;
  font-size: 13px; }

.front-notification-container {
  background-color: #FFF;
  padding: 10px;
  box-shadow: 0 0 1px 1px #dfdfdf;
  margin: 10px 0; }

.notifiaction-title a {
  font-size: 18px;
  font-weight: 600; }

.notifiaction-title a i {
  color: #ED1D22 !important; }

.notitification-last-msg {
  max-height: 62px;
  overflow: hidden;
  padding: 7px;
  box-shadow: 0 0 1px 1px #EFEFEF;
  margin-top: 10px; }

.front-notification-container h4 {
  font-size: 14px;
  background-color: #F5F5F5;
  padding: 7px;
  margin: 5px 0; }

.no-messages {
  border: 1px dashed #dfdfdf;
  padding: 10px;
  margin: 15px 0;
  text-align: center;
  color: #E84A4A; }

.triangle-right {
  position: relative;
  padding: 15px;
  margin: 1em 0 3em;
  background: #F5F5F5;
  color: #8E8D8D; }

.triangle-right:after {
  content: "Your Message";
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  color: #A97F18; }

.admin-message {
  background-color: #A7A7A7;
  color: #fff; }

.admin-message:after {
  content: "IEREK Message";
  bottom: -20px;
  left: auto;
  right: 0;
  color: #A7A7A7; }

#messages-container {
  max-height: 400px;
  overflow-y: auto;
  margin-bottom: 30px;
  border-bottom: 2px solid #E5EAEF;
  padding: 0 10px; }

.dropdown-menu > li > a:hover {
  background-color: #135379; }

.userpro-right a {
  background-color: #2AAC96;
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 4px; }

.to-be-published {
  top: -10px;
  position: relative;
  background: #0c3852;
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  padding: 5px;
  height: 82px; }

input[type=number], span.xspinner > .add, span.xspinner > .sub {
  float: left;
  text-align: center;
  font-size: 1.2em;
  color: #A97F18;
  border: 2px solid #A97F18; }

input[type=number] {
  width: 75px;
  height: 35px;
  padding: 0;
  text-transform: uppercase;
  background: 0 0;
  outline: 0;
  pointer-events: none; }

span.xspinner {
  height: 40px;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  display: table; }

span.xspinner > .add, span.xspinner > .sub {
  display: block;
  width: 35px;
  height: 35px;
  font-family: Lato;
  font-weight: 700;
  line-height: 33px;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  cursor: pointer;
  transition: .1s linear;
  -o-transition: .1s linear;
  -ms-transition: .1s linear;
  -moz-transition: .1s linear;
  -webkit-transition: 0.1s linear; }

span.xspinner > .add {
  top: 0;
  border: 2px solid #A97F18;
  border-left: 0;
  border-radius: 0 2px 2px 0; }

span.xspinner > .add:hover, span.xspinner > .sub:hover {
  background: #A97F18;
  color: #FFF; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.details .mc_details,
.wpuf-author {
  display: none !important; }

h3,
h3.gold,
h3.widgettitle {
  text-transform: none; }

.mc-main .calendar-event .details,
.mc-main .calendar-events {
  position: absolute;
  left: 5%;
  width: auto !important; }

.mc-main .my-calendar-date-switcher {
  position: absolute;
  bottom: -26px !important;
  right: 0; }

.category-key ul li {
  margin-top: 20px;
  padding-top: 10px; }

#mc-calendar-year,
select#mc-calendar-month {
  padding: 2px; }

.button {
  min-height: 25px !important; }

.mc-time {
  position: absolute;
  bottom: -24px !important;
  font-size: 1.2em; }

span.colour {
  font-size: 20px;
  color: #aa812c; }

.dropdown-menu.amin {
  background: #fff !important; }

.dropdown-menu.amin li a {
  padding: 3px 20px !important;
  color: #0c3852 !important; }

.dropdown-menu.amin li a:hover {
  color: #aa812c !important; }

.form-control:focus {
  border-color: #0c3852;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.ui-widget-header {
  background: 0 0 !important; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.event_espresso_form_wrapper.event-data-display {
  background: #f5f5f5 !important; }

.event_prices span {
  display: none !important; }

.reg-log .submit {
  border: none !important;
  box-shadow: none;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

.event_prices select {
  width: 225px; }

.reg-log .tml-action-links {
  display: none; }

p.forgetmenot label {
  vertical-align: text-top; }

.reg-log p {
  display: inline-block; }

.form-allowed-tags,
.glyphicon.glyphicon-search,
.section-divider,
.site-description {
  display: none; }

.center {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-bottom: 10px; }

#event_reg_theme h2 {
  margin-top: 0;
  font-size: 30px; }

#social {
  text-align: right; }

#menu-user_menu {
  list-style: none;
  padding: 0 10px 0 0; }

h3 {
  color: #aa812c;
  font-weight: 700;
  padding-bottom: 6px;
  font-size: 18px; }

.site-branding,
.site-header {
  padding: 0 !important;
  margin: 0 !important; }

.f_right {
  float: right; }

.search-Box {
  z-index: 1;
  height: 100%; }
  .search-Box form {
    height: 100%;
    display: flex;
    align-items: center; }

.search-submit {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: 0 !important;
  height: 32px !important;
  width: 35px !important; }

.search-field.form-control {
  border: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background: #eee !important;
  height: 32px !important;
  font-size: 12px !important;
  width: 100% !important;
  min-width: 197px !important; }

.om-bar {
  border-bottom: 1px solid !important;
  border-top: 1px solid !important;
  border-color: #dfdfdf !important;
  min-height: 42px; }

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse {
  padding-left: 0;
  padding-right: 0; }

.border-around {
  border-top: 2px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7; }

.navbar.navbar-default {
  background: 0 0 !important;
  border-color: lightgray;
  border: 0px;
  border-radius: 0px; }

.navbar {
  padding-top: 0px;
  padding-bottom: 0;
  margin-bottom: 0; }

.navbar_container {
  min-height: 100%; }

@media (max-width: 768px) {
  .navbar-default {
    border-top: 0px; } }
.current-menu-item a {
  background-color: #fff !important;
  color: #0c3852 !important;
  border-bottom: 3px solid #aa812c !important;
  position: relative !important; }

#menu-primary li.menu-item a {
  display: block !important;
  line-height: 20px !important;
  padding: 10px 13px 7px !important;
  font-size: 14px !important;
  color: #999 !important;
  border-right: none !important; }

#menu-primary li.menu-item a:hover {
  background-color: #fff !important;
  color: #0c3852 !important;
  border-bottom: 3px solid #c2c2c2 !important; }

footer.site-footer {
  border-top: 1px solid #ccc;
  margin: 10px auto;
  background: 0 0 !important;
  font-size: 12px !important; }

.content-area {
  padding: 0 !important; }

.right.carousel-control span.glyphicon {
  width: 41px;
  height: 41px;
  font-family: none !important;
  text-indent: -9999999999px;
  right: 30px !important; }

.left.carousel-control span.glyphicon {
  font-family: none !important;
  width: 41px;
  height: 41px;
  text-indent: -9999999999px;
  left: 30px !important; }

.under_slider_box a img {
  height: auto;
  width: 100%;
  padding: 10px; }

@media (max-width: 768px) {
  .under_slider_box a img {
    width: 100%; } }
.under_slider_box a p {
  background: #fff;
  margin: 0;
  font-size: .5em;
  height: 36px;
  line-height: 36px; }

@media (min-width: 992px) {
  .under_slider_box a p {
    font-size: .7em; } }
.under_slider_box a {
  background: #0A293B;
  float: left;
  width: 100%;
  padding: 0;
  color: #646464;
  text-align: center;
  border-bottom: 3px solid #0A293B; }

.under_slider_box a:hover {
  background: #aa812c;
  text-decoration: none;
  border-bottom: 3px solid red; }

.rpwe-block h3 a:hover,
h3.widgettitle a:hover {
  text-decoration: underline; }

.home-widget-area.row {
  margin-top: -25px; }

h3.widgettitle {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 6px; }

h3.widgettitle a:hover {
  color: #aa812c !important; }

.rpwe-summary a.more-link:hover {
  background: 0 0 !important;
  text-decoration: underline; }

.rpwe-summary a.more-link {
  border: none;
  padding: 0;
  float: none;
  color: #aa812c !important; }

.rpwe-block h3 a {
  font-size: 14px;
  font-weight: 600;
  height: auto;
  line-height: 19.8px; }

.VideoCaption {
  color: #09293b !important;
  font-size: 16px !important;
  font-weight: 500;
  text-align: center; }

ul.conferencesList li a {
  font-size: 12px;
  color: #AA812C;
  text-decoration: none;
  height: auto;
  text-align: center; }

ul.conferencesList li a:hover {
  text-decoration: underline; }

ul.partenr li {
  list-style: none;
  float: left;
  text-align: center;
  font-size: 12px;
  border: 0 solid red;
  padding-left: 0; }

.newsletter-email,
.newsletter-firstname {
  float: right;
  width: 100%;
  margin-bottom: 5PX;
  border-radius: 0 !important;
  background: #FFF !important;
  border: 0 !important; }

input[type=submit].newsletter-submit {
  background-image: none !important;
  width: auto !important;
  color: #fff !important;
  background-color: #09293c !important;
  padding: 5px 36px;
  font-size: 15px; }

input.newsletter-submit:hover {
  background-color: #AA812C !important; }

.recent-posts-extended {
  padding: 0; }

.f-le {
  float: left; }

.align {
  text-align: left; }

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

.wpb_wrapper h2 {
  font-size: 16px; }

@media (max-width: 769px) {
  .container {
    max-width: 100%; }

  .featured-second img,
  .section-box img {
    width: 100% !important; }

  .no-padding {
    padding: 20px !important; }

  .f-le {
    float: none; }

  .align {
    text-align: center; }

  .navbar-nav {
    margin: 0 !important; } }
#logo {
  display: flex;
  width: 100%; }

#logo a img {
  width: 100%;
  height: auto; }

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  clear: both;
  color: #333;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 3px 20px !important;
  white-space: nowrap;
  border: none !important; }

.navbar-default .navbar-nav .open .dropdown-menu {
  padding: 5px 0 !important;
  background-color: #fff; }

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  background-color: #F5F5F5 !important;
  color: #262626 !important;
  text-decoration: none;
  padding: 3px 20px !important; }

li.menu-item.open a {
  background-color: #fff !important;
  color: #0c3852 !important;
  border-bottom: 1px solid #c2c2c2 !important; }

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

.conferencesDetails {
  width: 100%;
  padding: 16px 10px 16px 0;
  background: #F5F5F5;
  float: left;
  margin: 0 0 10px; }

.confh {
  font-size: 20px;
  margin-top: 0 !important; }

h3.gold {
  color: #aa812c;
  font-weight: 700;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 6px;
  font-size: 16px; }

ul.nav-tabs-side,
ul.nav-tabs-side li {
  float: left;
  margin: 0;
  width: 100%;
  padding: 0; }

h3.gold span {
  color: #09293b;
  font-weight: 400; }

ul.nav-tabs-side {
  background: #f5f5f5; }

ul.nav-tabs-side li {
  list-style: none;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #eee; }

ul.nav-tabs-side li a {
  margin: 0;
  padding: 5px 10px;
  display: block;
  color: #999;
  cursor: pointer;
  float: left;
  width: 100%; }

ul.nav-tabs-side li.active a {
  background: #AA812C;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid red; }

.btn-ierek {
  background-color: #bd8f31;
  color: #fff;
  border-color: red;
  border-radius: 0;
  border-width: 0 0 2px; }

#secondary {
  padding-left: 0; }

#espresso_calendar .fc-event-title {
  padding: 6px 4px 4px;
  font-size: 14px;
  display: none; }

.events .tab-content .tab-pane {
  box-shadow: none;
  border: none !important; }

.tab-content #alert, .tab-content #welcome {
  text-align: center;
  padding: 5px;
  border: 0;
  border-radius: 0;
  font-weight: 600; }

.secretary div {
  background: #f5f5f5;
  padding: 15px;
  border-top: 1px solid #d5d5d5; }

.section-box * {
  text-align: center;
  text-transform: capitalize; }

.section-box a:hover {
  color: #aa812c; }

.section-box {
  padding-left: 0; }

.featured-second img,
.section-box img {
  margin: 0;
  border: 1px solid #ccc;
  padding: 5px; }

.gold-btn {
  background-color: #bd8f31;
  color: #fff;
  border-color: red;
  border-radius: 0;
  border-width: 0 0 2px;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  word-wrap: normal;
  margin-right: 3px;
  margin-top: 48px;
  padding: 5px;
  border-bottom: 2px solid red;
  word-break: unset; }

.event_title.ui-widget-header {
  background: 0 0;
  border: none;
  color: #0c3852;
  padding-left: 0; }

#upcoming-events,
.widget.events ol {
  margin: 0;
  padding: 0;
  background: #f5f5f5; }

#ydy704,
.jcarousel-wrapper {
  background: 0 0 !important;
  border: none !important;
  box-shadow: none !important; }

.jw_easy_slider_name {
  display: none; }

.jcarousel-pagination {
  position: absolute;
  bottom: -10px !important;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0; }

.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  border: 1px solid #838698;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  background: #fff;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 7px; }

.jcarousel-pagination a.active {
  background: #aa812c !important;
  color: #fff;
  opacity: 1; }

.jcarousel img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: -20px !important;
  border: 1px solid #ccc !important;
  padding: 4px !important; }

.jcarousel-control-next,
.jcarousel-control-prev {
  position: absolute;
  top: -37px !important;
  width: 25px !important;
  height: 25px !important;
  text-align: center;
  background: #ccc !important;
  color: #fff !important;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 20px/24px Arial, sans-serif !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0 !important; }

.jcarousel-wrapper {
  margin: -5px auto !important; }

.rpwe_widget.recent-posts-extended {
  margin-bottom: -5px !important; }

.footer-cop {
  font-size: 11px;
  margin-top: 5px;
  color: #999; }

.page-numbers.current {
  background-color: #BD8F31;
  color: #fff;
  padding: 4px 8px;
  border: 1px solid #DDD; }

.future-event,
.widget.events li a {
  padding: 5px 10px 0 !important;
  list-style: none;
  border-bottom: 1px solid #fff !important;
  border-top: 1px solid #eee;
  margin: 0;
  background: #f5f5f5;
  display: block;
  color: #999;
  cursor: pointer;
  float: left;
  width: 100%; }

.future-event:hover,
.widget.events li a:hover {
  background: #fff;
  text-decoration: none; }

.widget.events h3.widget-title,
.widget_my_calendar_upcoming_widget h3 {
  color: #aa812c;
  font-weight: 700;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 5px;
  text-transform: none;
  margin-bottom: 0;
  font-size: 16px !important; }

.nav-next a:hover,
.nav-previous a:hover {
  background-color: #bd8f31 !important;
  color: #fff !important; }

.nav-next a:hover i.fa,
.nav-previous a:hover i.fa {
  background-color: #bd8f31 !important;
  color: red !important; }

.comment-reply-link,
.form-submit input[type=submit] {
  background-color: #aa812c;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 5px;
  padding: 5px;
  float: right;
  border: none !important; }

.comment-reply-link:hover,
.form-submit input[type=submit]:hover {
  background-color: #bd8f31;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 5px;
  padding: 5px; }

#primary {
  float: right !important; }

form#commentform {
  display: none; }

h3#reply-title {
  cursor: pointer; }

.search-Box .execphpwidget {
  float: right;
  display: block;
  width: 100%;
  text-align: right; }

.en-irek {
  width: 201px;
  float: right;
  padding-top: 5px;
  text-align: center; }

.en-irek a:hover {
  color: #aa812c;
  text-decoration: underline; }

.en-irek li {
  display: inline; }

@media (max-width: 768px) {
  .en-irek {
    width: 201px;
    padding-top: 5px;
    margin: 0 auto;
    text-align: center;
    float: none; }

  .col-sm-4.col-xs-4.col-md-4.home-widget {
    margin: 0;
    padding: 25px !important; } }
.tab-pane li {
  min-width: 100%;
  height: auto; }

@media (max-width: 480px) {
  .home-widget {
    width: 100% !important; }

  .xs-100 {
    width: 100% !important; } }
.widget.events ol {
  list-style: none; }

.boxer-side > div {
  color: #5b5b5b; }

.divider-xy {
  display: none;
  width: 100%;
  float: left; }

@media (max-width: 775px) {
  .divider-xy {
    display: block; }

  .home-widget {
    width: 100% !important; } }
.col-md-6.align {
  margin-top: 15px; }

.rightfeed {
  float: right;
  margin-left: 5px; }

.rightfeed img {
  background: #9c9b98 !important; }

.rightfeed img:hover {
  background: #aa812c !important; }

ul h5 {
  font-size: 17px !important; }

#reply-title {
  margin-top: 75px !important;
  font-size: 13px !important; }

.xcv {
  width: 50%;
  float: left; }

@media (max-width: 400px) {
  .xcv {
    width: 100%;
    float: right;
    min-height: 30px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center; }

  .fadata {
    display: table; }

  .rightfeed {
    float: none; } }
#home-about {
  width: 66%; }

.category_box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-right: 10px; }

.categories-home-lastRow .category_box:last-child {
  margin-right: 0px; }

.category_box a {
  background: #0A293B;
  float: left;
  width: 100%;
  padding: 0;
  color: #646464;
  text-align: center;
  border-bottom: 3px solid #0A293B; }

.category_box a:hover {
  background: #aa812c;
  text-decoration: none;
  border-bottom: 3px solid red; }

.category_box a img {
  height: auto;
  width: 100%;
  padding: 10px; }

.category_box a p {
  background: #fff;
  margin: 0;
  font-size: .5em;
  height: 36px;
  line-height: 36px; }

@media (max-width: 768px) {
  .categories-home-firstRow .category_box:last-child {
    margin-right: 0px; }

  .categories-home-firstRow {
    margin-bottom: 10px; }

  .category_box a p {
    font-size: .6em; }

  .category_box a img {
    width: 100%; } }
.carousel-container {
  padding-left: 0px;
  padding-right: 0px; }

@media (min-width: 768px) and (max-width: 992px) {
  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-toggle {
    display: block !important; }

  .navbar-header {
    float: none; }

  .collapse.in {
    display: block !important; }

  .nav.navbar-nav {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin: 0px; } }
.menu_button {
  position: relative;
  float: right; }

.menuLogo {
  width: 30px;
  height: auto;
  margin-left: 10px; }

.navbar-toggle {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px; }

.nav-icons-container {
  display: flex;
  justify-content: space-between; }

.rightIcons, .menu-container {
  display: flex;
  justify-content: center;
  align-items: center; }

.navbar-right {
  margin-right: 0px; }

.mainLogo {
  width: 320px; }

.navbar-brand {
  height: auto; }

.navbar-toggle:hover, .navbar-toggle:focus, .navbar-toggle:visited {
  opacity: .8; }

@media (max-width: 992px) {
  .dropdown_right_alignment {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: 0;
    right: auto; } }
.navbar-header, .nav-icons-container, .rightIcons, .menu-container, .login-container {
  height: 95px; }

.navbar-default .navbar-toggle {
  border: 0px; }

.navbar-brand {
  padding: 15px 5px 15px 0; }

.navbar-header {
  padding-right: 0px;
  padding-left: 0px; }

.navbar.navbar-default {
  margin-bottom: 20px; }

.menu-button-link-content {
  display: flex !important;
  justify-content: center;
  align-items: center; }

.menu-button-link-description {
  margin-left: 5px; }

a {
  color: #337ab7; }

.menu_button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .2s ease-in-out; }

.menu_button-container a {
  text-decoration: none;
  height: 100%; }

.menu_button-container a:hover {
  text-decoration: none; }

.menu_button-container div.username {
  padding: 3px 20px;
  color: var(--footer-text-color);
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: default; }

.menu_button-container-contents {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 10px 5px;
  color: black;
  font-size: .9em;
  font-weight: 900; }

.menu_button-container-contents:hover {
  filter: invert(100%) !important;
  color: black; }

.menu_button-container-contents:focus, .menu_button-container-contents:visited {
  filter: invert(100%) !important;
  color: black; }

.menu_button-container:hover {
  background-color: var(--secondary-color);
  /* Animation */
  -webkit-animation: shadow-drop-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: shadow-drop-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.menu_button-container a:hover {
  text-decoration: none; }

.menu_button-image img {
  width: 24px;
  margin: 0 1px; }

.menu_button-image > .badge {
  background-color: var(--secondary-color-hover);
  margin: 0px 0px 20px -18px;
  padding: 3px 5px;
  font-size: 10px; }

.menu_button-container-contents:hover .badge {
  color: white;
  background-color: black; }

.menu_button-title {
  margin-left: 5px;
  margin-top: 1px;
  font-weight: 600; }

.menu_button-title a {
  color: var(--body-font-color); }

.menu_button-title a:hover {
  text-decoration: none; }

/* Start login menu  */
.login-menu, .dropdown-menu {
  right: 0px;
  left: auto;
  background-color: var(--secondary-color);
  min-width: 0px; }

.login-menu .btn-no-default-styles, .login-menu .btn-no-default-styles:focus {
  width: 100%;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  color: white;
  text-align: start;
  padding: 5px 20px; }
.login-menu .btn-no-default-styles:hover {
  background-color: white;
  color: var(--secondary-color); }

@media (min-width: 992px) {
  #loggedinUsername {
    visibility: hidden;
    display: none; } }
.login-menu li, .dropdown-menu li {
  font-size: .85em; }

.dropdown-menu > li > a {
  color: var(--banner-font-color);
  display: flex;
  justify-content: space-between;
  align-items: center; }

.login-menu i, .dropdown-menu i {
  font-size: 16px; }

#closeLogin .menu-item, #closeLogin .activition {
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  margin: 7px 0; }
#closeLogin .activition a, #closeLogin .dropdown-menu .menu-item a {
  margin: 6px 0;
  padding-top: 5px;
  padding-bottom: 5px; }
#closeLogin .activition:hover a, #closeLogin .dropdown-menu .menu-item:hover a {
  background-color: white;
  padding-top: 5px;
  padding-bottom: 5px; }

.login_menu-option div {
  padding-right: 11px; }

/* End login menu */
.menu_button-active, #closeLogin.open {
  background-color: var(--secondary-color);
  /* Animation */
  -webkit-animation: shadow-drop-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: shadow-drop-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.menu_button-active > a, #closeLogin.open > a {
  filter: invert(100%); }

.menu_button-active a:hover *, #closeLogin.open a:hover * {
  filter: invert(0%);
  color: black; }

.menu_button-active .badge, #closeLogin.open .badge {
  background-color: black; }

.menu_button-active:hover > a > .menu_button-container-contents > a {
  filter: invert(100%);
  color: black; }

/* Start overlay modal styles  */
.overlayModal {
  opacity: 0;
  visibility: hidden;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  width: 100%;
  /* Full width */
  height: calc(100% - 95px);
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  animation-name: fadeOut;
  animation-duration: .2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; }

.contentOpened {
  animation-name: fadeIn;
  animation-duration: .2s;
  animation-timing-function: ease-in-out; }

/* Modal Content */
.overlay_modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  /* border: 1px solid #888; */
  width: 100%;
  border-radius: 0px;
  border: 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: slideUp;
  animation-duration: .4s;
  animation-fill-mode: backwards;
  animation-timing-function: ease-in-out; }

.overlay_modal-body {
  padding: 0px; }

.slideDown {
  animation-name: slideDown;
  animation-duration: .4s; }

/* Modal Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }
@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible; }
  to {
    opacity: 0;
    visibility: hidden; } }
@keyframes slideUp {
  from {
    top: 0%; }
  to {
    top: -100%; } }
@keyframes slideDown {
  from {
    top: -100%;
    opacity: 0; }
  to {
    top: 0%;
    opacity: 1; } }
/* Start login overlay */
.loginModal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 95px; }

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box; }

label.checkboxLabel {
  font-size: .8em; }

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: var(--darker-faded-color);
  border-width: 0px;
  color: white; }

.cancelbtn:hover {
  background-color: var(--secondary-color-hover); }

/* Center the image and position the close button */
.closeBtncontainer {
  text-align: center;
  position: relative; }

.loginOverlay-main_content-container {
  padding: 16px; }

.inputField_label {
  margin-bottom: 0px;
  margin-top: 5px; }

.input_field {
  margin: 12px 0;
  height: 40px;
  font-size: .8em; }

input[type=password] {
  margin: 12px 0; }

.loginOverlay-navigation_content-container {
  padding: 0px 16px 18px 16px; }

span.psw {
  float: right;
  padding: 10px 18px; }

span.psw a {
  text-decoration: none;
  color: var(--darker-faded-color); }

span.psw a:hover {
  color: var(--secondary-color-hover); }

/* Login button */
.loginButton {
  background-color: var(--secondary-color);
  color: white;
  padding: 10px 20px;
  margin: 12px 0;
  border: none;
  cursor: pointer;
  width: 100%; }

.loginButton:hover {
  background-color: var(--secondary-color-hover); }

/* Modal Content/Box */
.login_modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto;
  /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; }

@media (max-width: 992px) {
  .login_modal-content {
    width: 90%; } }
.login_modal-content {
  max-width: 400px; }

/* The Close Button (x) */
.loginClose {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 23px;
  font-weight: bold;
  top: 15px; }

.loginClose:hover, .loginClose:focus {
  color: grey;
  cursor: pointer; }

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s; }

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }
@keyframes animatezoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none; }

  .cancelbtn {
    width: 100%; } }
/* End login overlay */
/* End overlay modal styles  */
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; } }
.navbar-nav {
  margin: 0px; }

.collapsed-on-mobile {
  display: none;
  visibility: hidden; }

@media (max-width: 992px) {
  .collapsed-on-mobile {
    display: block;
    visibility: visible; } }
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

#bs-example-navbar-collapse-1 .nav.navbar-nav > li:hover {
  border-top: 3px solid transparent;
  border-bottom: 3px solid lightgrey; }
#bs-example-navbar-collapse-1 li.menu-item.active:hover {
  background-color: transparent; }

@media (min-width: 768px) and (max-width: 768px) {
  justify-content: flex-start; }
@media (min-width: 992px) {
  .navbar.navbar-default {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center; }

  #bs-example-navbar-collapse-1 {
    width: 100%; }

  .nav.navbar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px; } }
.dropdown-toggle, .activition a {
  font-size: 1em; }

.menu-item, .activition {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent; }

.menu-item:hover, .activition:hover a {
  background-color: #fff; }

.login-menu .menu-item:hover a, .login-menu .activition:hover a, .dropdown-menu .menu-item:hover a, .dropdown-menu .activition:hover a {
  color: #000; }

@media (max-width: 1200px) {
  .dropdown-toggle, .activition a {
    font-size: .8em; } }
.nav > li > a {
  padding: 10px; }

@media (min-width: 992px) {
  .navbar-header, .nav-icons-container, .rightIcons, .menu-container, .login-container {
    height: 137px; }

  .mainLogo {
    width: 850px; }

  .navbar-header {
    height: auto; } }
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%;
  height: auto; }

.btn {
  border-radius: 0px;
  border: 0px solid transparent; }

.featured-conferences-item-title a {
  margin-top: 10px; }

.home-block-content, .mCustomScrollbar {
  font-size: .8em; }

.home-block-title {
  font-weight: 600; }

.form-control {
  border-radius: 0px; }

.dropdown-menu {
  min-width: 96px;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px; }

.navbar-default .navbar-nav > li > a {
  font-weight: 500; }

@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    font-weight: 500;
    font-size: .9em; } }
.userpro-right a {
  padding: 7px !important;
  cursor: pointer !important;
  text-decoration: none; }

div.userpro-body a:hover, div.userpro-head div.userpro-right a:hover {
  text-decoration: none !important; }

@media (max-width: 992px) {
  div.userpro-body {
    line-height: inherit !important;
    padding: 0 15px 15px !important;
    height: 70vh !important;
    overflow-y: scroll !important; } }
.div.userpro-field {
  margin: 0px; }

.div.userpro-field:first-child {
  margin: 10px; }

div.userpro-input input[type=password], div.userpro-input input[type=text] {
  padding: 5px 8px !important;
  height: auto; }

.modal {
  top: 0%;
  padding-right: 0px !important; }

.panel-body {
  padding: 5px; }

.table-header-onMobile {
  display: none;
  visibility: hidden; }

@media (max-width: 992px) {
  #view-profile .table, #CONDETAILP .table {
    table-layout: fixed;
    font-size: .7em; }
  #view-profile td, #CONDETAILP td {
    word-wrap: break-word; }

  #CONDETAILP td,
  #CONFERENCEP td {
    text-align: center; }
  #CONDETAILP tr,
  #CONFERENCEP tr {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ddd; }
  #CONDETAILP thead tr,
  #CONFERENCEP thead tr {
    display: none; }
  #CONDETAILP caption,
  #CONFERENCEP caption {
    display: flex;
    flex-flow: column; }
    #CONDETAILP caption h3,
    #CONFERENCEP caption h3 {
      font-size: 1.3em;
      width: 100%; }
  #CONDETAILP .evgo,
  #CONFERENCEP .evgo {
    float: right;
    width: 80%;
    margin: 0 auto; }
  #CONDETAILP .table.table-hover .dropdown-menu,
  #CONFERENCEP .table.table-hover .dropdown-menu {
    width: 50%;
    right: 0px;
    left: 0;
    font-size: 1em;
    margin: 0 auto;
    border-radius: 0px;
    border: 0px;
    border-top: 1px solid grey; }
    #CONDETAILP .table.table-hover .dropdown-menu > li > a,
    #CONFERENCEP .table.table-hover .dropdown-menu > li > a {
      justify-content: center; }
  #CONDETAILP .payment-table-mobile td,
  #CONFERENCEP .payment-table-mobile td {
    display: flex;
    justify-content: space-between; }
    #CONDETAILP .payment-table-mobile td .table-header-onMobile,
    #CONFERENCEP .payment-table-mobile td .table-header-onMobile {
      display: block;
      visibility: visible; }

  .QuickLinks button {
    float: inherit; }

  .btn {
    color: white;
    width: 50%;
    padding: 8px; }

  .btn:hover {
    background-color: #AA822C;
    color: white;
    opacity: .9; }

  td {
    width: 100%; } }
.frame-box-content-mobile {
  padding: 10px !important;
  text-align: justify; }

@media (max-width: 992px) {
  .frame-box-content-mobile {
    padding: 0px !important; } }
.dropdown-menu {
  font-size: 1em; }

@media (min-width: 768px) {
  .dropdown-menu {
    font-size: 1em; } }
#bs-example-navbar-collapse-2 {
  width: 100%; }

.conference-item-cover img {
  height: auto !important;
  min-height: auto; }

.modal.fade.signingInModals.in {
  overflow-y: scroll !important;
  padding-left: 0px !important; }

.signingInModals {
  /*--profile start here--*/
  /* Change the white to any color ;) */
  /*----*/
  /*-- //slider --*/
  /*-- responsive --*/
  /*-- //responsive --*/ }
  .signingInModals input {
    border-radius: 0; }
  .signingInModals select {
    width: 100%;
    height: 40px;
    border-radius: 0px; }
  .signingInModals a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all; }
  .signingInModals a:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all; }
  .signingInModals .wrap {
    width: 34%;
    margin: 2em auto 0; }
  .signingInModals h1 {
    font-size: 3em;
    color: black;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase; }
  .signingInModals ::-webkit-input-placeholder {
    color: black !important; }
  .signingInModals .w3ls-subscribe, .signingInModals .w3ls-subscribe1 {
    background-color: #ffffff4a; }
  .signingInModals .agileits-border {
    padding: 2em; }
  .signingInModals .w3ls-subscribe h3 {
    color: black;
    font-size: 2em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px; }
  .signingInModals form {
    width: 93%;
    margin-top: 30px; }
  .signingInModals .w3ls-subscribe input[type="email"], .signingInModals input[type="date"], .signingInModals input[type="date"], .signingInModals select, .signingInModals .w3ls-subscribe input[type="text"], .signingInModals .w3ls-subscribe input[type="password"] {
    outline: none;
    padding: .7em;
    background: none;
    border: none;
    border-bottom: 1px solid #aa822c;
    color: #aa822c;
    font-size: .9em;
    margin: 0;
    width: 100%; }
  .signingInModals .gender {
    display: inline-block;
    color: #aa822c;
    font-size: .9em;
    margin-right: 10px;
    margin-left: 3px; }
  .signingInModals .w3ls-subscribe input[type="email"], .signingInModals input[type="date"], .signingInModals select, .signingInModals .w3ls-subscribe input[type="text"], .signingInModals .w3ls-subscribe input[type="password"] {
    -webkit-appearance: none; }
  .signingInModals select[id="country"] {
    box-shadow: none !important; }
  .signingInModals input[type="radio"] {
    border-bottom: 1px solid #aa822c;
    color: #aa822c;
    font-size: .9em;
    margin: 0 0 20px 0; }
  .signingInModals .signUpField {
    margin: 0; }
  .signingInModals .w3ls-subscribe input[type="email"]:hover, .signingInModals .w3ls-subscribe input[type="text"]:hover, .signingInModals .w3ls-subscribe input[type="password"]:hover {
    border-bottom: 1px solid #0c3852;
    color: #0c3852; }
  .signingInModals input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
    -webkit-text-fill-color: #aa822c !important; }
  .signingInModals .w3ls-subscribe input[type="submit"] {
    font-size: .9em;
    text-decoration: none;
    padding: .6em 3em;
    cursor: pointer;
    background: #aa822c;
    border: solid 1px #aa822c;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all; }
  .signingInModals .w3ls-subscribe input[type="submit"]:hover {
    background: #0c3852;
    border: solid 1px #0c3852;
    color: white; }
  .signingInModals .w3ls-subscribe h4 {
    color: #aa822c;
    font-size: 1em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px; }
  .signingInModals .w3ls-subscribe p {
    color: black;
    font-size: .9em;
    margin: 1em 0;
    line-height: 1.8em; }
  .signingInModals .wthree_footer_copy {
    margin: 2em 0 0 0;
    text-align: center; }
  .signingInModals .wthree_footer_copy p {
    font-size: .9em;
    color: black; }
  .signingInModals .wthree_footer_copy p a {
    color: black; }
  .signingInModals .wthree_footer_copy p a:hover {
    color: #000000; }
  .signingInModals .callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 110%;
    left: 45%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 999; }
  .signingInModals .slider-top span {
    font-weight: 600; }
  .signingInModals .callbacks_tabs li {
    display: inline-block;
    margin: 0; }
  .signingInModals .callbacks_tabs a {
    visibility: hidden; }
  .signingInModals .callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 8px;
    width: 8px;
    display: inline-block;
    background: none;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%; }
  .signingInModals .callbacks_here a:after {
    background: #ffffff;
    border: 2px solid #ffffff; }
  .signingInModals .agileinfo-follow {
    margin: 1em 0;
    text-align: center; }
  .signingInModals .agileinfo-follow h4 {
    color: black;
    font-size: 1em;
    font-weight: 600; }
  .signingInModals .agile-signin h4 {
    text-align: center;
    color: black;
    font-size: .9em;
    margin: 1em 0 0 0; }
  .signingInModals .agile-signin h4 a {
    color: #aa822c;
    text-decoration: none; }
  .signingInModals .agile-signin h4 button {
    color: #aa822c;
    text-decoration: none;
    -webkit-appearance: none;
    border: none;
    font-size: 1.1em; }
  .signingInModals .forget-password h4 a {
    color: lightgrey;
    text-decoration: none; }
  .signingInModals .agile-signin h4 a:hover {
    color: black; }
  @media (max-width: 1440px) {
    .signingInModals .wrap {
      width: 40%; } }
  @media (max-width: 1280px) {
    .signingInModals .wrap {
      width: 45%; } }
  @media (max-width: 1080px) {
    .signingInModals .wrap {
      width: 55%; } }
  @media (max-width: 900px) {
    .signingInModals .wrap {
      width: 65%; } }
  @media (max-width: 800px) {
    .signingInModals h1 {
      font-size: 2em; } }
  @media (max-width: 736px) {
    .signingInModals .agile-signin h4 {
      letter-spacing: 1px; } }
  @media (max-width: 667px) {
    .signingInModals .wrap {
      width: 71%; } }
  @media (max-width: 640px) {
    .signingInModals .wrap {
      width: 75%; } }
  @media (max-width: 600px) {
    .signingInModals .agileits-border {
      padding: 2em; } }
  @media (max-width: 480px) {
    .signingInModals h1 {
      font-size: 1.5em; }
    .signingInModals .wrap {
      width: 85%; }
    .signingInModals .callbacks_tabs {
      top: 112%; } }
  @media (max-width: 414px) {
    .signingInModals .agileits-border {
      padding: 1em; }
    .signingInModals .agileinfo-follow {
      margin: 3em 0 2em 0; }
    .signingInModals h1 {
      font-size: 1.4em; } }
  @media (max-width: 384px) {
    .signingInModals .agileinfo-follow {
      margin: 2em 0 1em 0; }
    .signingInModals h1 {
      font-size: 1.3em; } }
  @media (max-width: 375px) {
    .signingInModals body {
      padding: 2em 0; } }
  @media (max-width: 320px) {
    .signingInModals .agileinfo-social-grids ul a i.fa {
      height: 25px;
      width: 25px;
      line-height: 24px; }
    .signingInModals h1 {
      font-size: 1.1em; }
    .signingInModals .callbacks_tabs {
      left: 43%; } }
  .signingInModals .modal-body {
    padding: 0px !important; }
  .signingInModals ul {
    list-style-type: none; }
  .signingInModals ul {
    -webkit-padding-start: 0px; }
  @media (min-width: 768px) {
    .signingInModals .modal-content {
      border-radius: 0px; } }
  .signingInModals .modal-content {
    border-radius: 0px !important;
    border: 0px solid rgba(0, 0, 0, 0.2) !important; }

#HomeP .centering-flex-content {
  display: flex;
  justify-content: center;
  width: 100%; }

.font {
  font-weight: bold; }

.main-title {
  color: #A97F1D; }

.sucess-msg {
  color: green;
  height: 30px; }

.error-msg {
  color: red;
  height: 30px; }

.error-text {
  color: red; }

input.mar-bottom {
  margin-bottom: 0; }

.form {
  background-color: white; }

div#applying-area {
  background-color: white;
  padding-bottom: 20px; }

.fggsvgsg {
  color: red; }

.regular-label {
  font-size: 14px; }

.pl {
  padding-left: 0; }

.pr {
  padding-right: 0; }

.mr-top {
  margin-top: 20px; }

.pr {
  padding-right: 10px; }

.mr-bottom {
  margin-bottom: 20px; }

.agileinfo-social-grids {
  text-align: center;
  display: flex;
  justify-content: flex-end; }

.agileinfo-social-grids ul {
  padding: 0;
  margin: 0; }

.agileinfo-social-grids ul la {
  color: black;
  text-align: center;
  display: inline-block;
  margin: 0 .5em 0 0; }

.agileinfo-social-grids ul a i.fa {
  height: 32px;
  width: 32px;
  line-height: 33px;
  background: none;
  color: white;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all; }

.agileinfo-social-grids ul a i.fa:hover {
  opacity: 1; }

.agileinfo-social-grids ul a i {
  border-color: black;
  font-size: 20px; }

.agileinfo-social-grids ul a i.fa.fa-facebook:hover {
  background: #3b5998;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-youtube:hover {
  background: #dc1d22;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-instagram:hover {
  background: #dc5db0;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-android:hover {
  background: #2f9944;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-apple:hover {
  background: white;
  color: #000000; }

.agileinfo-social-grids ul a i.fa.fa-twitter:hover {
  background: #55acee;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-rss:hover {
  background: #f26522;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-vk:hover {
  background: #45668e;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-linkedin:hover {
  background: #0077b5;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-dribbble:hover {
  background: #ea4c89;
  color: #FFFFFF; }

@media (max-width: 320px) {
  .agileinfo-social-grids ul a i.fa {
    height: 25px;
    width: 25px;
    line-height: 24px; } }
.button-footer li a {
  padding: 5px;
  font-size: .9em;
  border-radius: 0px;
  opacity: 1; }

footer .flex-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 110px;
  margin-top: 10px; }
@media (max-width: 992px) {
  footer .flex-footer {
    flex-flow: column; } }
footer .banks {
  display: flex; }
footer .mastercardlogo {
  border-radius: 9px;
  width: 34px;
  margin: 0 3px; }
footer .ciblogo {
  width: 40px;
  margin: 0 3px; }

#navtabs-section .section-container-styles {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1em; }
#navtabs-section .nav-tabs > li.active > a, #navtabs-section .nav-tabs > li.active > a:focus, #navtabs-section .nav-tabs > li > a:hover {
  color: #555;
  background-color: #a97f18;
  border-radius: 0px; }
#navtabs-section .nav-tabs > li > a {
  margin-right: 0px; }
#navtabs-section .tab-content > .active {
  background-color: white; }
#navtabs-section h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center; }
#navtabs-section main {
  min-width: 320px;
  max-width: 800px;
  padding: 50px;
  margin: 0 auto;
  background: #fff; }
#navtabs-section input {
  display: none; }
#navtabs-section label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent; }
#navtabs-section label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px; }
#navtabs-section label[for*='1']:before {
  content: '\f1cb'; }
#navtabs-section label[for*='2']:before {
  content: '\f17d'; }
#navtabs-section label[for*='3']:before {
  content: '\f16b'; }
#navtabs-section label[for*='4']:before {
  content: '\f1a9'; }
#navtabs-section label:hover {
  color: #888;
  cursor: pointer; }
#navtabs-section input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff; }
#navtabs-section #tab1:checked ~ #content1,
#navtabs-section #tab2:checked ~ #content2,
#navtabs-section #tab3:checked ~ #content3,
#navtabs-section #tab4:checked ~ #content4 {
  display: block; }
@media screen and (max-width: 650px) {
  #navtabs-section label {
    font-size: 0; }
  #navtabs-section label:before {
    margin: 0;
    font-size: 18px; } }
@media screen and (max-width: 400px) {
  #navtabs-section label {
    padding: 15px; } }
#navtabs-section #myTab {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 20px;
  border-bottom: 0;
  display: flex;
  justify-content: center; }
  #navtabs-section #myTab li a {
    text-align: center;
    min-width: 130px;
    display: block;
    line-height: 50px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-color: #ddd;
    color: #383838;
    font-weight: 500;
    padding: 0px;
    border-radius: 0px;
    margin-left: 5px;
    font-size: .85em; }
  #navtabs-section #myTab li.active a, #navtabs-section #myTab li a:hover {
    background-color: #a97f18;
    color: white; }

@media (max-width: 992px) {
  #navtabs-section #myTab li a {
    text-align: center;
    min-width: auto;
    display: block;
    line-height: initial;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-color: #ddd;
    color: #a97f18;
    font-weight: 500;
    padding: 0px 5px;
    border-radius: 0px;
    font-size: .8em;
    border-radius: 11px;
    min-height: 50px;
    min-width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px; }
  #navtabs-section #myTab li:first-child a {
    margin-left: 0px; }
  #navtabs-section #myTab li {
    margin: 0; } }
@media (min-width: 1200px) {
  #navtabs-section #myTab li a {
    margin-right: 7px;
    margin-left: 7px; } }
#partnersLogos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  #partnersLogos .partner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    min-width: 70px;
    margin: 0 14px; }
    #partnersLogos .partner img {
      width: 100%; }
  @media (min-width: 1200px) {
    #partnersLogos .partner {
      width: 84px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    #partnersLogos .partner {
      width: 80px; } }

form#nlform {
  margin-top: 15px !important; }

.third-img-first-row-home {
  padding: 10px; }

div.form-group.newsletter-btn {
  text-align: center;
  margin-top: 30px; }

.newsletterContent .help-block {
  font-size: 1.6em;
  margin-top: 14px; }

#HomeP .latest-news-section .newsletterContent {
  padding: 0 10px; }
@media (max-width: 992px) {
  #HomeP .latest-news-section .home-block-content {
    margin-bottom: 30px; } }

.conferencesContainer {
  font-size: 1em;
  margin-bottom: 20px; }
  .conferencesContainer .centering-flex-content {
    width: 60%; }
  .conferencesContainer .conference-main-img {
    width: 100%; }
  .conferencesContainer .conference-main-img-container {
    min-height: 180px; }
  .conferencesContainer .summer-school-container {
    min-height: 150px; }
  .conferencesContainer .featured-conferences-item {
    display: flex;
    flex-flow: column; }
  .conferencesContainer .featured-conferences-item:hover {
    -webkit-box-shadow: 3px 8px 15px -2px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 3px 8px 15px -2px rgba(0, 0, 0, 0.37);
    box-shadow: 3px 8px 15px -2px rgba(0, 0, 0, 0.37);
    transition: .2s all ease-in-out; }
  .conferencesContainer .centering-flex-content {
    margin-bottom: 10px; }

.feature-conferences-item-text-container {
  padding: 10px; }

.featured-conferences-item-title {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  min-height: 60px;
  font-size: 0.9em;
  color: black;
  font-weight: 600; }

.featured-summer-schools {
  min-height: 275px; }

@media (max-width: 992px) {
  .featured-conferences-item {
    margin-bottom: 15px; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .featured-conferences-item {
    min-height: 275px; }

  .conferencesContainer .conference-main-img-container {
    min-height: 150px; }

  .feature-conferences-item-text-container {
    min-height: 104px; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .feature-conferences-item-text-container {
    min-height: auto; }

  .featured-conferences-item-title {
    min-height: 85px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .feature-conferences-item-text-container {
    min-height: 85px; } }
.conferences-page-conf-container {
  margin-bottom: 30px; }

.tabsyears .conferencesContainer .conference-main-img-container {
  min-height: 180px; }
.tabsyears .conference-item-title {
  margin-top: 0px;
  height: 100%;
  min-height: 66px;
  display: flex;
  align-items: center;
  padding: 0px; }
.tabsyears .featured-conferences-item {
  min-height: 333px; }
.tabsyears .conference-item-title h3 {
  position: absolute;
  bottom: 20px;
  right: 15px;
  padding: 0px;
  font-weight: 600; }
.tabsyears li.navs a, .tabsyears li.active a, .tabsyears li:hover a, .tabsyears li.navs a:hover {
  border-radius: 0px; }
.tabsyears .nav-styles {
  border-top-width: 0px !important;
  border-right-width: 1px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important; }

@media (max-width: 992px) {
  .margin-btm-30-mob {
    margin-bottom: 30px; }

  .tabsyears .featured-conferences-item {
    min-height: 315px; }
  .tabsyears .conference-item-title {
    min-height: 50px; }
  .tabsyears li.navs a {
    border-radius: 0px; }

  .conferencesContainer .conference-main-img-container {
    min-height: 175px !important; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .tabsyears .conferencesContainer .conference-main-img-container {
    min-height: 147px; }
  .tabsyears .featured-conferences-item {
    min-height: 300px; } }
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #efefef; }

::-webkit-scrollbar * {
  background: green; }

::-webkit-scrollbar-thumb {
  background: #ababab !important; }

.workshop-layout .conferences-list-item {
  padding: 0;
  min-height: 510px; }
.workshop-layout .conference-item-cover {
  min-height: 361px; }
.workshop-layout .conference-item-cover img {
  min-height: 275px;
  min-width: 100%;
  max-height: 361px;
  border: 0px; }
.workshop-layout .conference-details-text {
  padding: 10px; }
.workshop-layout .conference-item-cover > img {
  box-shadow: 0 0 0 0 transparent; }
@media (min-width: 992px) and (max-width: 1200px) {
  .workshop-layout .conference-item-cover {
    min-height: 292px; }
  .workshop-layout .conferences-list-item {
    min-height: 448px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .workshop-layout .conference-item-cover {
    min-height: auto; }
  .workshop-layout .conferences-list-item {
    min-height: 381px; }
  .workshop-layout .conference-item-cover img {
    min-height: auto; } }
@media (max-width: 992px) {
  .workshop-layout .conference-item-cover img {
    max-height: inherit;
    min-height: 221px; } }

.tabyears-book-service .conference-item-title {
  height: auto; }

@media (max-width: 992px) {
  .frame-title {
    line-height: 30px;
    text-align: center; }

  .framed-content {
    padding: 0px; }

  .quick-links-btn-mob {
    line-height: 40px; }

  .navbar-toggle {
    float: initial;
    border-radius: 29px; } }
.sidebar-btn {
  background-color: #aa812c;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 600;
  padding: 5px !important;
  margin-top: 0px;
  margin-bottom: 13px;
  line-height: 40px;
  float: initial;
  border-radius: 29px;
  margin-right: 0px !important;
  text-align: center; }

.fa.fa-caret-right {
  background: #aa812c;
  margin-top: 0px !important;
  font-weight: 600;
  font-size: 1em;
  width: 40px;
  height: 40px;
  float: right;
  padding: 0px;
  color: white;
  border-radius: 50%;
  line-height: 34px;
  border: 3px solid #f5f5f5; }

.sidebar-btn-container {
  margin: 15px 0px; }

.sidebar-btn:hover {
  color: #aa812c;
  background-color: #fff; }

.sidebar-btn:hover .fa.fa-caret-right {
  border: 3px solid #aa812c;
  background: #fff;
  color: #aa812c; }

#about-ierek-content .styled-box {
  border: 0px; }
#about-ierek-content .ierekpanel-b {
  padding: 0px; }

.tabyears-study-abroad .conferences-list-item {
  padding: 0px; }
.tabyears-study-abroad .conference-item-cover {
  min-height: 239px;
  max-height: 239px; }
.tabyears-study-abroad .feature-conferences-item-text-container {
  min-height: 162px; }
.tabyears-study-abroad .breifing {
  background-color: #d3d3d36b; }
  .tabyears-study-abroad .breifing figure {
    padding: 10px; }

@media (min-width: 992px) and (max-width: 1200px) {
  .tabyears-study-abroad .conference-item-cover {
    min-height: 190px; } }
@media (max-width: 1200px) {
  .conbref {
    height: auto;
    margin-bottom: 30px;
    padding: 5px; } }
.sidebar-sections-container .styled-box:first-child {
  margin-top: 0px; }

@media (max-width: 992px) {
  .conferences-page-container .conbref {
    height: 257px; } }
.conference-page-featured-conf {
  padding-top: 15px;
  background: white;
  height: auto; }
  .conference-page-featured-conf .featured-conferences-item {
    margin-bottom: 15px !important; }
  .conference-page-featured-conf .conferences-list-item {
    padding: 0px;
    margin-bottom: 15px; }
  @media (max-width: 992px) {
    .conference-page-featured-conf {
      height: auto; } }
  .conference-page-featured-conf .conference-main-img-container {
    min-height: 193px; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .conference-page-featured-conf .conference-main-img-container {
      min-height: 156px; } }
  @media (max-width: 992px) {
    .conference-page-featured-conf .conference-main-img-container {
      min-height: 122px !important; }
    .conference-page-featured-conf .featured-conferences-item {
      min-height: 260px; } }
  .conference-page-featured-conf .featured-conferences-item {
    border: 1px solid #dfdfdf; }
    .conference-page-featured-conf .featured-conferences-item .conference-item-title {
      padding: 0px;
      margin-top: 0px;
      display: flex;
      justify-content: center;
      align-items: center; }

.social-sharing-icons .box-title {
  margin: 10px auto 10px; }
  .social-sharing-icons .box-title .box-content effect .buttons {
    justify-content: center; }

.box-title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px; }
  .box-title-container .box-title {
    font-size: 1.3em; }

.content-from-textbox table {
  width: 100%; }
.content-from-textbox .action-btn-style {
  text-align: end; }
.content-from-textbox div {
  margin: 10px 0; }
.content-from-textbox table {
  margin: 10px 0;
  border: 1px solid lightgray; }
  .content-from-textbox table td {
    padding: 5px; }
.content-from-textbox p {
  margin: 0 !important;
  line-height: initial; }
.content-from-textbox #navtabs-section p {
  line-height: initial; }
.content-from-textbox .styled-list {
  font-size: 1em !important; }
.content-from-textbox .topic-description {
  font-size: 1em !important; }

.topic-description-container .topic-description {
  margin-top: 10px; }
.topic-description-container .topic-description-title-container {
  font-weight: 600; }

.Brief-Introduction {
  order: -1; }

.Brief-Introduction2 {
  order: 1; }

.main-box {
  padding: 0px;
  overflow-x: hidden;
  overflow-y: auto; }
  .main-box .styled-box {
    margin-bottom: 10px;
    border: 0px; }
  .main-box .pulse1 {
    font-size: 1.2em;
    padding-bottom: 7px; }
  .main-box .main-announcementBox-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center; }
    .main-box .main-announcementBox-container .flex-item {
      text-align: center;
      font-weight: 600;
      font-size: 1em; }

@media (max-width: 992px) {
  .main-box .styled-box {
    margin-top: 0px; }
  .main-box .pulse1 {
    text-align: center !important;
    display: flex;
    justify-content: center;
    align-items: center; } }
.styled-box {
  border: 0px;
  margin-top: 0px; }

.process input[type=text], .process input[type=password], .process input[type=email] {
  padding: 10px;
  margin: 0;
  border-radius: 0;
  min-height: 40px;
  font-size: 1em; }
.process .fees-title {
  font-size: 1em; }
.process .table-fees {
  margin-bottom: 10px; }
.process .form-control {
  height: 40px; }
.process .btn-block {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center; }
.process .account-block-container {
  padding: 30px 0px; }
.process .fees-title label {
  font-weight: 600; }

.fees-required > p {
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 0; }

.main-hr {
  border-top: 8px solid #eee; }

.conference-page-featured-conf {
  margin-top: 20px; }

.regErrors {
  font-size: .8em;
  font-weight: 500; }

.social-sharing-icons {
  /*common styles !!!YOU DON'T NEED THEM */
  /* jaques effect */ }
  .social-sharing-icons .container {
    margin: 60px auto 0px auto;
    text-align: center; }
    .social-sharing-icons .container h1 {
      font-family: 'Roboto', sans-serif;
      font-weight: 900;
      font-size: 30px;
      text-transform: uppercase;
      color: #212121;
      letter-spacing: 3px; }
      .social-sharing-icons .container h1 span {
        display: inline-block; }
        .social-sharing-icons .container h1 span:before, .social-sharing-icons .container h1 span:after {
          content: "";
          display: block;
          width: 34px;
          height: 2px;
          background-color: #212121;
          margin: 0px 0px 0px 2px; }
  .social-sharing-icons .effect {
    width: 100%;
    background-color: #212121; }
    .social-sharing-icons .effect h2 {
      color: #fff;
      font-family: 'Playfair Display', serif;
      font-weight: 400;
      font-size: 25px;
      letter-spacing: 3px; }
    .social-sharing-icons .effect:nth-child(2) {
      margin-top: 50px; }
    .social-sharing-icons .effect:nth-child(2n+1) {
      background-color: #fff; }
      .social-sharing-icons .effect:nth-child(2n+1) h2 {
        color: #212121; }
    .social-sharing-icons .effect .buttons {
      display: flex;
      justify-content: center; }
    .social-sharing-icons .effect a:last-child {
      margin-right: 0px; }
  .social-sharing-icons .effect {
    /*display: flex; */ }
    .social-sharing-icons .effect a {
      text-decoration: none !important;
      color: #fff;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0px;
      margin-right: 5px;
      font-size: 25px;
      overflow: hidden;
      position: relative; }
      .social-sharing-icons .effect a i {
        position: relative;
        z-index: 3; }
      .social-sharing-icons .effect a.fb {
        background-color: #3b5998; }
      .social-sharing-icons .effect a.tw {
        background-color: #00aced; }
      .social-sharing-icons .effect a.g-plus {
        background-color: #dd4b39; }
      .social-sharing-icons .effect a.dribbble {
        background-color: #ea4c89; }
      .social-sharing-icons .effect a.pinterest {
        background-color: #cb2027; }
      .social-sharing-icons .effect a.insta {
        background-color: #bc2a8d; }
      .social-sharing-icons .effect a.in {
        background-color: #007bb6; }
      .social-sharing-icons .effect a.vimeo {
        background-color: #1ab7ea; }
  .social-sharing-icons .effect.jaques a {
    transition: border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s; }
    .social-sharing-icons .effect.jaques a:hover {
      border-radius: 50%; }

.social-sharing-icons .effect a.a2a_button_skype {
  background-color: #00aef3; }

.univ-flex-container {
  display: flex;
  justify-content: center;
  align-items: center; }
  .univ-flex-container .text-center {
    margin: 15px; }

.appForm {
  margin-bootom: 10px; }

.main-download-btn {
  background-color: inherit;
  display: block;
  width: 100%;
  font-weight: 600;
  padding: 0px !important;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 40px;
  float: initial;
  border-radius: 0px;
  margin-right: 0px !important;
  text-align: center;
  border: 3px solid #aa812c;
  color: #aa812c; }

.fa.fa-caret-down {
  background: inherit;
  margin-top: 0px !important;
  font-weight: 600;
  font-size: 1em;
  width: 40px;
  height: 40px;
  float: right;
  padding: 0px;
  color: #aa812c;
  /* border-radius: 50%; */
  line-height: 40px;
  /* border: 3px solid #aa812c; */ }

.main-download-btn-text {
  padding-left: 10px;
  display: inline-block; }

.main-download-btn:hover {
  border: 3px solid inherit;
  color: white;
  background-color: #aa812c; }
  .main-download-btn:hover .fa.fa-caret-down {
    color: white; }

.quick-links-btn-container .sidebar-btn {
  border: 3px solid #aa812c; }
.quick-links-btn-container .fa.fa-caret-down {
  background: #aa812c;
  margin-top: 0px !important;
  font-weight: 600;
  font-size: 1em;
  width: 40px;
  height: 40px;
  float: right;
  padding: 0px;
  color: white;
  border-radius: 50%;
  line-height: 34px;
  border: 3px solid #f5f5f5; }
.quick-links-btn-container .plain-box:hover .fa.fa-caret-down, .quick-links-btn-container .plain-box:visited .fa.fa-caret-down {
  background: white;
  color: #aa812c;
  border: 3px solid #aa812c; }

#menu-quick-links .styled-box {
  padding: 2px;
  border: 1px solid #a97f18; }

.reviewer-container .reviewer-name {
  text-align: left;
  font-size: .9em;
  min-height: 155px;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  align-items: center; }
  .reviewer-container .reviewer-name h5 {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    text-align: center; }
.reviewer-container .reviewer-visit-profile a {
  background-color: #A97F18;
  color: #fff; }
.reviewer-container .reviewer-container-border {
  background: #f5f5f5;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 1em;
  -webkit-box-shadow: 2px 14px 26px -4px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 2px 14px 26px -4px rgba(0, 0, 0, 0.29);
  box-shadow: 2px 14px 26px -4px rgba(0, 0, 0, 0.29); }
  .reviewer-container .reviewer-container-border img {
    border-radius: 50%; }
.reviewer-container .btn {
  width: auto; }

@media (min-width: 992px) {
  .reviewer-container .reviewer-container-border {
    max-height: 275px;
    overflow: hidden; }
  .reviewer-container .reviewer-content {
    max-height: 125px; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .reviewer-container .reviewer-container-border {
    max-height: 280px;
    overflow: hidden; }
  .reviewer-container .reviewer-name {
    min-height: 159px; } }
@media (min-width: 1200px) {
  .reviewer-container .reviewer-name {
    min-height: 129px; } }
@media (max-width: 992px) {
  .reviewer-container .reviewer-name {
    min-height: auto; } }
#importantdates .table tr, #fees .table tr {
  margin-bottom: 10px; }

#fees {
  font-size: .9em; }

@media (max-width: 992px) {
  #importantdates .table-bordered, #fees .table-bordered {
    border: 0px solid #ddd; } }
#forauthors {
  font-size: .9em; }

#mainLoginMenu .username-showOnMobile-container {
  display: none;
  visibility: hidden; }
  #mainLoginMenu .username-showOnMobile-container a {
    color: lightgrey; }
#mainLoginMenu .username-showOnMobile {
  background-color: lightgrey;
  cursor: pointer; }

@media (max-width: 992px) {
  #mainLoginMenu .username-showOnMobile-container {
    display: block;
    visibility: visible;
    cursor: pointer; } }
#becomeASpeaker .input-group-addon, #becomeASponsor .input-group-addon, #mediaCoverage .input-group-addon, #applying-area .input-group-addon {
  border-radius: 0px; }
#becomeASpeaker #tab-General input[type=text], #becomeASpeaker #tab-General input[type=password], #becomeASponsor #tab-General input[type=text], #becomeASponsor #tab-General input[type=password], #mediaCoverage #tab-General input[type=text], #mediaCoverage #tab-General input[type=password], #applying-area #tab-General input[type=text], #applying-area #tab-General input[type=password] {
  margin: 0px; }
#becomeASpeaker #tab-General textarea, #becomeASponsor #tab-General textarea, #mediaCoverage #tab-General textarea, #applying-area #tab-General textarea {
  min-height: 100px; }
#becomeASpeaker #tab-General #organization, #becomeASponsor #tab-General #organization, #mediaCoverage #tab-General #organization, #applying-area #tab-General #organization {
  margin-right: 0px;
  margin-left: 0px; }
#becomeASpeaker #create_form .panel-footer, #becomeASponsor #create_form .panel-footer, #mediaCoverage #create_form .panel-footer, #applying-area #create_form .panel-footer {
  height: 54px; }
#becomeASpeaker #create_form .btn-file, #becomeASponsor #create_form .btn-file, #mediaCoverage #create_form .btn-file, #applying-area #create_form .btn-file {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center; }
#becomeASpeaker .image_file, #becomeASponsor .image_file, #mediaCoverage .image_file, #applying-area .image_file {
  background-color: lightgrey;
  padding: 10px;
  color: white; }
@media (max-width: 992px) {
  #becomeASpeaker .btn, #becomeASponsor .btn, #mediaCoverage .btn, #applying-area .btn {
    color: inherit;
    width: 100%; } }

#mediaCoverage #tab-General #organization {
  margin-right: -15px;
  margin-left: -15px; }

#payments .panel-body {
  padding: 15px; }
#payments .account-block-container {
  display: flex;
  flex-flow: column;
  padding: 10px; }
#payments .process .btn-block {
  height: auto; }
#payments .btn {
  width: 100%; }
#payments .data-input-field {
  margin-top: 10px;
  margin-bottom: 10px; }

.payment-content .alt-link {
  background-color: white;
  border: 1px solid #AA822C;
  color: #AA822C; }
.payment-content .alt-link:hover {
  background-color: #AA822C;
  color: white; }

.payment-sidebar .panel-body {
  padding: 10px; }

.btn-block + .btn-block {
  margin-top: 0px; }

@media (max-width: 992px) {
  .btn-block.order, .btn-block.review, .btn-full-width-mob {
    width: 100%; }

  .value-mobile {
    text-align: end; } }
.quick-links-sc {
  margin-bottom: 10px; }

.quick-links .menu-item:hover, .quick-links .activition:hover a {
  background-color: inherit; }

#bs-example-navbar-collapse-2 {
  margin-bottom: 20px; }

.iereklogosmall {
  padding-right: 5px !important; }

@media (max-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 14px !important; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-size: 12px; } }
.becomeASpeakerTemplate .btn.btn-default.btn-file, .becomeASpeakerTemplate .btn.btn-default.fileinput-remove.fileinput-remove-button {
  border: 1px solid lightgrey;
  margin-bottom: 5px;
  margin-top: 5px; }
.becomeASpeakerTemplate .close.fileinput-remove.text-right {
  display: none;
  visibility: hidden; }
.becomeASpeakerTemplate .input-group {
  width: 100%;
  border: 1px solid #A97F18; }
.becomeASpeakerTemplate .image_file input {
  display: none;
  visibility: hidden; }

#becomeASpeaker .main-submit-button, #becomeASponsor .main-submit-button, #mediaCoverage .main-submit-button, #applying-area .main-submit-button {
  background: #A97F18;
  color: #fff;
  min-width: 200px; }
#becomeASpeaker .main-submit-button:hover, #becomeASponsor .main-submit-button:hover, #mediaCoverage .main-submit-button:hover, #applying-area .main-submit-button:hover {
  opacity: .8; }
#becomeASpeaker .submitBTNMain, #becomeASponsor .submitBTNMain, #mediaCoverage .submitBTNMain, #applying-area .submitBTNMain {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px; }
#becomeASpeaker label, #becomeASponsor label, #mediaCoverage label, #applying-area label {
  font-weight: 500; }
#becomeASpeaker .centering-text, #becomeASponsor .centering-text, #mediaCoverage .centering-text, #applying-area .centering-text {
  text-align: center; }
#becomeASpeaker textarea, #becomeASpeaker input, #becomeASponsor textarea, #becomeASponsor input, #mediaCoverage textarea, #mediaCoverage input, #applying-area textarea, #applying-area input {
  outline: none;
  -webkit-appearance: none; }
#becomeASpeaker #brief_description textarea, #becomeASponsor #brief_description textarea, #mediaCoverage #brief_description textarea, #applying-area #brief_description textarea {
  width: 100%; }
#becomeASpeaker #organization .message, #becomeASponsor #organization .message, #mediaCoverage #organization .message, #applying-area #organization .message {
  margin: 0px; }

.new_input_field_container {
  /* style */ }
  .new_input_field_container .js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  .new_input_field_container .inputfile + label {
    max-width: 250px;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    width: 100%;
    /* 10px 20px */ }
  @media (max-width: 992px) {
    .new_input_field_container .inputfile + label {
      max-width: 100%; } }
  .new_input_field_container .no-js .inputfile + label {
    display: none; }
  .new_input_field_container .inputfile:focus + label,
  .new_input_field_container .inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px; }
  .new_input_field_container .inputfile + label * {
    line-height: 24px; }
  .new_input_field_container .inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */ }
  .new_input_field_container input[type=file] {
    display: none; }
  .new_input_field_container .inputfile-2 + label {
    color: #A97F18;
    border: 1px solid currentColor;
    height: 38px; }
  .new_input_field_container .inputfile-2:focus + label,
  .new_input_field_container .inputfile-2.has-focus + label,
  .new_input_field_container .inputfile-2 + label:hover {
    color: #956e17; }

.inputs-container input[type=text], .inputs-container textarea {
  -moz-box-shadow: 0 0 8px transparent;
  -webkit-box-shadow: 0 0 8px transparent;
  box-shadow: 0 0 8px transparent;
  border: 1px solid transparent; }
.inputs-container input {
  height: 34px; }
.inputs-container .has-error .checkbox, .inputs-container .has-error .checkbox-inline, .inputs-container .has-error .control-label, .inputs-container .has-error .help-block, .inputs-container .has-error .radio, .inputs-container .has-error .radio-inline, .inputs-container .has-error.checkbox label, .inputs-container .has-error.checkbox-inline label, .inputs-container .has-error.radio label, .inputs-container .has-error.radio-inline label {
  color: red; }
.inputs-container .text-brief {
  width: 100%;
  border: 0px; }

@media (max-width: 992px) {
  .becomeASpeakerImg {
    display: none;
    visibility: hidden; } }
.becomeASpeakerTitleMobile {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-weight: 600;
  color: #A97F18;
  visibility: visible;
  margin: 15px 0; }

@media (min-width: 992px) {
  .becomeASpeakerTitleMobile {
    display: none;
    visibility: hidden; } }
.finishedConference {
  filter: grayscale(100%); }

.social-sharing-icons .effect a.a2a_button_google_plus, .social-sharing-icons .effect a.a2a_button_pocket {
  background-color: #cf4434; }

.social-sharing-icons .effect a.a2a_button_pocket {
  background-color: #f33a54; }

.finishedConference:hover {
  filter: grayscale(0%); }

.committee-container .caption p {
  font-family: inherit !important; }

.downloadCV-container {
  text-align: center; }

.whitebackground {
  background: white; }
  .whitebackground p {
    margin: 0 0 0px !important;
    word-break: break-word; }
  .whitebackground .framed-content {
    padding: 10px; }
  .whitebackground .insidepanel-styles {
    margin-bottom: 0px !important; }

#view-profile {
  font-size: 14px; }
  #view-profile .btn {
    width: auto; }

#edit-profile .btn {
  width: auto; }

#message #delArea {
  text-align: right; }

@media (max-width: 992px) {
  #myEvents .table > tbody > tr > td, .myAbstracts .table > tbody > tr > td {
    border-top: 0px solid #ddd; } }

.view-profile-notifications .btn {
  color: initial; }

.myAbstracts .table {
  margin-bottom: 0px !important; }
.myAbstracts caption {
  padding-top: 0px;
  padding-bottom: 0px; }
.myAbstracts .go-to-event {
  line-height: inherit;
  background: #aa812c;
  color: white;
  font-size: 13px;
  padding: 5px 10px;
  font-weight: 500; }
.myAbstracts .go-to-event:hover {
  cursor: pointer;
  opacity: .8; }
.myAbstracts .caption-div h3 {
  margin-bottom: 0;
  margin-top: 0; }
.myAbstracts .caption-div-inner {
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  min-height: 50px; }
  .myAbstracts .caption-div-inner h3 {
    font-size: 16px !important; }
@media (max-width: 992px) {
  .myAbstracts .caption-div-inner {
    flex-flow: column;
    padding: 10px; } }
.myAbstracts .grayscaled {
  filter: grayscale(100%); }
.myAbstracts .grayscaled:hover {
  filter: grayscale(0%); }

.margin-b-0 {
  margin-bottom: 0; }

.brief-description {
  background: white;
  text-align: justify;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
  word-break: break-word; }
  .brief-description p {
    font-size: 1.2em;
    padding-left: 10px; }
  .brief-description > p {
    padding-bottom: 0px; }

.d-inline-block {
  diaply: inline-block; }

.brief-description-book-series p {
  padding: 0;
  padding-bottom: 3px; }

.overview_badge {
  position: absolute;
  z-index: 999;
  right: 6%;
  text-align: center;
  background: #a97f18;
  font-weight: 500;
  font-size: 16px;
  bottom: 9%;
  line-height: 17px; }

.applying-area {
  background: white;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 20px; }

#applying-area input[type=text], #applying-area input[type=email], #applying-area select {
  border: 1px solid #A97F18 !important;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  box-shadow: 0 0 8px transparent;
  border: 1px solid transparent;
  height: 34px;
  width: 100%;
  padding: 12px 20px; }
#applying-area label {
  width: auto; }
#applying-area textarea {
  border: 1px solid #A97F18 !important; }
#applying-area select {
  color: #555;
  border-radius: 0;
  padding: 0 20px;
  line-height: 20px; }

.main-footer {
  margin-top: 30px;
  background-color: #000000b3;
  padding-bottom: 40px; }

@media (max-width: 992px) {
  .main-footer {
    padding-bottom: 80px; } }
.footer {
  background-color: var(--footer-bg-color);
  color: white; }

.footer a, .footer p {
  color: var(--footer-text-color);
  text-decoration: none; }

.footer a:hover {
  color: var(--secondary-color-hover);
  text-decoration: none;
  cursor: pointer; }

.footer a.footer-link-active {
  color: var(--secondary-color-hover); }

.footer .pdf-badge {
  background-color: var(--darker-faded-color);
  color: white; }

.email-wrapper {
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  margin: 0 auto; }
  .email-wrapper table {
    margin-bottom: 24px;
    width: 100%; }
  .email-wrapper .cell-title {
    font-size: 16px;
    font-weight: bold; }
  .email-wrapper td {
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 9px;
    padding-bottom: 9px;
    min-width: 150px !important; }

.email-title-bg {
  background-color: orange;
  padding: 10px; }

@media (max-width: 992px) {
  td {
    width: 150px !important; } }
.sponsor-ship-table {
  min-width: 178px; }
  .sponsor-ship-table td {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 6px;
    text-align: center; }
  .sponsor-ship-table .text-left {
    text-align: left; }
  .sponsor-ship-table .rule {
    color: #aa812c; }
  .sponsor-ship-table .sponsors-rules {
    text-align: justify; }

.border-bottom {
  border-bottom: 1px solid black;
  display: inline-block;
  padding-bottom: 6px; }

.register-text {
  padding-right: 5px;
  color: #007bb6; }

a.register {
  color: #ab8121; }

.register-arrow {
  height: 28px;
  width: 15px; }

/* styles for '...' to limit text length */
.block-with-text {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 2.4em;
  /* fix problem when last visible word doesn't adjoin right side  */
  /* */
  padding-right: 1em; }

.block-with-text:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0; }

.margin-top {
  margin-top: 10px; }

.block-with-text:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  width: 1em;
  /* set width and height */
  height: 1em;
  margin-top: 0.2em;
  background: inherit; }

.one-line-max {
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 1.2em;
  /* fix problem when last visible word doesn't adjoin right side  */
  overflow: hidden; }

.three-line-max {
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 3.6em;
  /* fix problem when last visible word doesn't adjoin right side  */
  margin-bottom: 10px; }

.continue-btn {
  height: 15px;
  width: 22px; }

@media (max-width: 992px) {
  .block-with-text-mobile {
    overflow: auto;
    max-height: none; } }
.text-right {
  text-align: right; }

.four-line-max {
  line-height: 1.2em;
  max-height: 4.8em;
  overflow: hidden; }

/* End styles for '...' to limit text length */
@media (max-width: 992px) {
  .footer {
    text-align: center; } }
.grid-column {
  padding: 20px 30px; }

.copyrights-row {
  padding: 4px 16px; }

@media (max-width: 992px) {
  .copyrights-row {
    padding: 20px 20px; }

  .grid-column {
    padding: 5px 30px; } }
.grid-column-h4 {
  margin-bottom: 6px; }

.underline {
  border-bottom: 2px solid var(--separator-border-color); }

@media (min-width: 992px) {
  .underline {
    border-bottom: 0px solid var(--separator-border-color); } }
.grid-column-hr {
  margin-bottom: 10px;
  border-top: 1px solid var(--separator-border-color); }

@media (max-width: 992px) {
  .grid-column-hr {
    visibility: hidden;
    display: none; } }
.copyright-text {
  text-align: center; }

@media (max-width: 992px) {
  .copyright-text {
    text-align: center; } }
/* End footer */
.footer {
  padding-bottom: 20px;
  background-color: #000000b3; }
  .footer .grid-column {
    text-align: start !important; }
  .footer p {
    margin: 0; }
  .footer hr {
    margin-top: 0px; }
  .footer .grid-column-h4 {
    margin-bottom: 6px; }
  .footer h4 {
    font-size: 18px;
    margin-top: 10px; }

@media (min-width: 992px) {
  footer > .container > .row {
    display: flex;
    justify-content: center; } }
.card_pdf_image img {
  height: 20px; }

@media (max-width: 992px) {
  .card-text-content-container .card-text_title {
    font-size: .8em; }

  .card-text_description {
    font-size: .7em; } }
.grid-column-hr {
  margin-bottom: 10px;
  border-top: 1px solid var(--separator-border-color); }

.grid-column-hr-separator {
  margin-left: 15px;
  margin-right: 15px; }

.copyright_container {
  display: flex;
  justify-content: center;
  align-items: center; }

@media (max-width: 992px) {
  .footer .grid-column {
    text-align: center !important; }

  .copyrights-row {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 10px 20px; }
    .copyrights-row div[class*=col-] {
      min-height: 27px; }

  .copyright_container {
    margin-bottom: 4px; } }
.summerSchools .featured-conferences-item {
  width: 100%; }
@media (max-width: 1200px) and (min-width: 768px) {
  .summerSchools .conferencesContainer .conference-main-img-container {
    min-height: 196px; } }
.summerSchools .tabyears-study-abroad .feature-conferences-item-text-container {
  min-height: 140px; }

.study-in-italy img {
  height: 256px;
  width: 100%; }

@media (max-width: 1200px) {
  .study-in-italy img {
    height: 278px !important; } }
@media (max-width: 990px) {
  .study-in-italy img {
    height: 286px !important; } }
.study_abroad_intro .brief-description {
  background: inherit !important; }
.study_abroad_intro .brief-description {
  max-height: unset; }
.study_abroad_intro #forAuthors .card-link, .study_abroad_intro .main-study-abroad-btn {
  text-decoration: none;
  color: black; }
.study_abroad_intro .description {
  text-align: justify;
  font-size: 14px; }
.study_abroad_intro .announcements .description {
  padding: 15px 0 15px 0;
  border-top: 2px solid var(--announcement-border-color);
  margin-bottom: 10px; }
@media (max-width: 992px) {
  .study_abroad_intro .announcements .description {
    padding: 0px 0 30px 0; } }
.study_abroad_intro .description-icon {
  text-align: center; }
.study_abroad_intro .description-icon img {
  width: 100%;
  width: 70px; }
.study_abroad_intro .title h4 {
  text-align: center; }
@media (min-width: 768px) and (max-width: 1200px) {
  .study_abroad_intro .title h4 {
    height: 18px; } }
.study_abroad_intro .main-study-abroad-btn * {
  color: black; }
.study_abroad_intro .main-study-abroad-btn:hover * {
  opacity: .8; }
.study_abroad_intro .main-study-abroad-btn:hover {
  text-decoration: none;
  color: #949494; }
.study_abroad_intro .styled-box {
  padding: 7px 10px; }
@media (min-width: 1200px) {
  .study_abroad_intro #partnersLogos .partner {
    width: 95px; } }
.study_abroad_intro .iframe-box p {
  height: 400px; }
@media (min-width: 992px) and (max-width: 1200px) {
  .study_abroad_intro .iframe-box p {
    height: 300px; } }
@media (max-width: 992px) {
  .study_abroad_intro .iframe-box p {
    height: auto; }
  .study_abroad_intro .studyAbroadDescription .box-content p {
    padding: 5px 10px;
    max-height: 200px;
    overflow: auto; } }
.study_abroad_intro p {
  margin: 0; }

.summerSchoolLayout .additional-menu {
  margin-bottom: 10px; }

@media (max-width: 992px) {
  .normal-table-layout .table {
    font-size: 1em !important;
    width: 100% !important; }
  .normal-table-layout .table-bordered tr {
    display: block !important; }
    .normal-table-layout .table-bordered tr th, .normal-table-layout .table-bordered tr td {
      width: 30% !important; } }
.normal-table-layout .box-content {
  overflow-x: auto; }
.normal-table-layout .box-content * {
  max-width: 100%; }

.form-group-centeredContent {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center; }
  .form-group-centeredContent .row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.undergrad_studies_btn {
  color: white !important; }

.no-content-styles {
  min-height: 50vh; }

h3.panel-title {
  padding-bottom: 0; }

.book_series .studyabroad-data ul {
  list-style-type: none;
  padding-left: 0; }

@media (max-width: 992px) {
  .conf-btn-mob {
    display: flex;
    flex-flow: column; }
    .conf-btn-mob a {
      margin-top: 10px;
      margin-bottom: 10px;
      width: 100%; }

  .styled-box.section .box-content div {
    overflow-x: auto;
    height: auto; } }
#conferencetopics ul {
  list-style-type: none;
  padding-left: 0; }

.col-md-9.padle {
  font-size: 16px; }
  .col-md-9.padle p {
    font-size: 1em !important;
    line-height: initial !important; }
  .col-md-9.padle .box-content {
    padding: 0 15px; }
  .col-md-9.padle iframe {
    max-width: 100% !important; }
  .col-md-9.padle table {
    table-layout: auto !important;
    font-size: .9em !important; }
    .col-md-9.padle table p {
      text-align: center !important;
      font-size: 1em !important;
      width: 100% !important;
      font-family: inherit !important;
      line-height: initial !important; }
  .col-md-9.padle tr {
    display: table-row !important;
    width: 100% !important;
    border: 1px solid #ddd !important; }
  .col-md-9.padle td {
    border: 1px solid #ddd !important;
    font-size: 1em;
    font-family: 'Source Sans Pro', sans-serif;
    vertical-align: middle; }
    .col-md-9.padle td strong {
      font-size: 1em !important; }
  .col-md-9.padle .table-bordered {
    border: 0px solid #ddd; }
  .col-md-9.padle section table {
    overflow-x: scroll; }
  @media (max-width: 992px) {
    .col-md-9.padle .btn {
      width: 100% !important; }
    .col-md-9.padle iframe {
      min-height: auto !important; } }

#publishing section {
  overflow-x: scroll; }

@media (max-width: 992px) {
  .submit-your-paper .btn {
    width: auto !important; } }
@media (max-width: 992px) {
  .new-layout .conf-btn-mob {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center; }
  .new-layout .conf-btn-mob a {
    margin-top: 5px;
    margin-bottom: 5px;
    width: fit-content; }
  .new-layout .conference-registration-btn {
    line-height: 40px;
    min-width: 135px; } }

.bookseries-homeImage img {
  height: auto; }

.pl {
  padding-left: 10px; }

@media (min-width: 992px) and (max-width: 1200px) {
  .bookseries-homeImage img {
    height: 369px; } }
@media (max-width: 992px) {
  .reviewer-description {
    visibility: hidden;
    display: none; } }
.featured-conference-container div[class=col-md-6]:first-child {
  padding-left: 0px !important; }

.featured-conference-container div[class=col-md-6]:last-child {
  padding-right: 0px !important; }

.section-padding {
  padding: 15px; }

@media (max-width: 992px) {
  .sidebar-widget-mobile .styled-box {
    padding-left: 15px;
    padding-right: 15px; } }
.sidebar-widget-desktop .styled-box {
  padding-left: 12px;
  padding-right: 12px; }

/*   */
img.img2 {
  display: none; }

@media only screen and (max-width: 700px) {
  img.img1 {
    display: none; }

  img.img2 {
    display: block;
    width: 100%; } }
/**************IEREK  WEBSITE********************/
/*****colors***/
/********/
/*******parameters***/
:root {
  --main-bg-color: #201f1f;
  --navbar-color: white;
  --main-color: #d8d8d8;
  --secondary-color: #1c6793;
  --secondary-color-hover: #338cc3;
  --action-btn-color: #de2c2c;
  --action-btn-color-hover: #eb2929;
  --darker-faded-color: #aaa8a8;
  --faded-color: #e4e4e4;
  --posts-bg-color: white;
  --main-menu-height: 95px;
  --body-font-color: #333;
  --body-font-size: 15px;
  --sidebar_card-main_title: #bbbbbb;
  --banner-font-color: white;
  --banner-bg-color: #2b6e9d;
  --light-green: #225a80;
  --separator-border-color: #e4e4e4;
  --footer-bg-color: #6e6e6e;
  --footer-text-color: #d8d8d8;
  --link-visited: #2b6e9d;
  --separator-border-color: #e4e4e4;
  --footer-bg-color: #6e6e6e;
  --footer-text-color: #d8d8d8; }

body {
  background-color: #ECECEC;
  background: url(../images/bgAllSite.jpg) top repeat-x #ececec !important;
  border-top: 3px solid #A97F18;
  border-bottom: 3px solid #A97F18;
  font-size: 16px !important;
  font-family: 'Source Sans Pro', sans-serif;
  transition: .2s all ease-in-out;
  min-height: 100vh; }

a {
  color: #0c3852;
  text-decoration: none;
  font-family: 'Source Sans Pro', sans-serif; }

.ui-widget-header .ui-icon {
  background-image: url("../images/jquery-ui-imgs/ui-icons_ffffff_256x240.png"); }

a.ui-datepicker-prev.ui-corner-all, a.ui-datepicker-next.ui-corner-all {
  background-color: #A97F18;
  border: 1px solid #A97F18; }

a:hover, a:focus {
  text-decoration: none;
  outline: 0; }

.ui-datepicker td span, .ui-datepicker td a:hover {
  color: black;
  border: 1px solid grey;
  background-color: transparent; }

.ui-widget-header {
  color: #aa7f00; }

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 0; }

p {
  font-size: 1em; }

.nav > li > a {
  padding: 15px 10px; }

.cover-img {
  background-color: #fff;
  margin-bottom: 15px; }
  .cover-img img {
    width: 100%;
    padding: 7px; }

@media (max-width: 700px) {
  .cover-img {
    background-color: #fff; }
    .cover-img img {
      width: 100%;
      height: auto;
      padding: 7px; } }
.section p {
  text-align: justify !important;
  font-size: 14px !important;
  width: 100%;
  clear: both;
  font-family: 'Open Sans', sans-serif !important;
  line-height: 24px; }

.section strong {
  font-size: 14px !important; }

.nomargin-after {
  margin-bottom: 1px; }

.no-padd {
  padding: 0 !important; }

.topic-title {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px !important;
  padding: 0 0.5em;
  font-weight: 700; }

span, label {
  font-size: 1em; }

.regErrors {
  color: red; }

.panel-heading {
  background-color: #A97F18 !important;
  color: #fff !important;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }
  .panel-heading i {
    margin-right: 5px; }

.ierekpanel-b {
  background-color: #F5F5F5; }

.insidepanel {
  border: 1px solid #dfdfdf;
  padding: 1%;
  background-color: #fff;
  margin-bottom: 10px; }

.insidepanell {
  padding: 1%;
  margin-bottom: 1%; }

.padll {
  padding-left: 0px; }

@media (max-width: 700px) {
  .padll {
    padding-left: 0px;
    padding-right: 0px; } }
.padmid {
  padding: 0px 5px 0px 5px; }

/***extended classes*****/
.buttonstyle, #CONDETAILP .buttons-group a {
  background-color: #A97F18;
  color: #fff;
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: none; }
  .buttonstyle:hover, #CONDETAILP .buttons-group a:hover, .buttonstyle:focus, #CONDETAILP .buttons-group a:focus, .buttonstyle:active, #CONDETAILP .buttons-group a:active {
    background-color: #0C3852;
    color: #fff;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

.buttonstyle2, #CONTACTP .pull-right, #SCIENDETAILP .scien-caption button {
  background-color: #0C3852;
  color: #fff;
  border: none;
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }
  .buttonstyle2:hover, #CONTACTP .pull-right:hover, #SCIENDETAILP .scien-caption button:hover, .buttonstyle2:focus, #CONTACTP .pull-right:focus, #SCIENDETAILP .scien-caption button:focus, .buttonstyle2:active, #CONTACTP .pull-right:active, #SCIENDETAILP .scien-caption button:active {
    background-color: #A97F18;
    color: #fff;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

.sign-in-navbar {
  background-color: lightgrey; }

.radius, #NEWSP .insidepanel .buttcont, #NEWSDETAILP .insidepanel .buttcont, #BLOGDETAILP .insidepanel .buttcont, #NEWSP .insidepanel .buttcont:hover, #NEWSDETAILP .insidepanel .buttcont:hover, #BLOGDETAILP .insidepanel .buttcont:hover {
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

/*------right Side-----*/
.breifing .images-side {
  margin-top: 20px; }
  .breifing .images-side figure img {
    width: 100%; }
.breifing .Authorities {
  padding: 1%;
  margin-bottom: 20px; }

/*-----------------------------------Header--------------------------------*/
#masthead {
  height: 115px; }

header .btn-default {
  color: #333;
  background-color: #0C3852; }
  header .btn-default:hover {
    background-color: #A97F18; }
header i {
  color: #fff; }
header .dropdown-menu {
  background-color: #0C3852; }
  header .dropdown-menu li a {
    color: #fff; }
    header .dropdown-menu li a:hover {
      background-color: #135379; }
header .navbar-default {
  padding: 0px;
  background-color: transparent !important; }
header .navbar {
  font-weight: 500;
  border: none; }
header .navbar-nav {
  float: none;
  margin: 0px 0px;
  border-top: 2px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7; }
  header .navbar-nav li {
    margin: 0 auto; }
    header .navbar-nav li a {
      border-bottom: 3px solid transparent; }
header .navbar-default .navbar-nav > li > a:hover, header .navbar-default
.navbar-nav > li > a:focus {
  background-color: #fff;
  border-bottom: 3px solid #c2c2c2 !important; }
header .navbar-default .navbar-nav > .active > a, header .navbar-default .navbar-nav > .active > a:hover,
header .navbar-default .navbar-nav > .active > a:focus {
  background-color: #fff;
  border-bottom: 3px solid #A97F18; }

.categories-home {
  display: flex;
  justify-content: center;
  padding-top: 1%;
  padding-bottom: 1em; }
  .categories-home ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .categories-home ul li {
      width: 12%;
      display: inline-block;
      background-color: #0A293B;
      padding: 15px 0px 0px 0px;
      margin-right: .55%;
      border-bottom: 3px solid #0A293B;
      margin-bottom: 1.5%;
      text-align: center; }
      .categories-home ul li:hover {
        /*background-color:#CCD5CD;*/
        color: #999;
        border-bottom: 3px solid red;
        background-color: #aa812c; }
      .categories-home ul li a img {
        height: 65px;
        margin: 0 auto;
        display: block;
        margin-bottom: 5px; }
      .categories-home ul li a h6 {
        background: #fff;
        padding: 9px 0px 9px 0px;
        margin: 0;
        color: #999 !important;
        font-size: 12.5px;
        height: auto;
        margin-top: 15px; }
      .categories-home ul li:last-child {
        margin-right: 0px !important; }
    .categories-home ul:hover h6 {
      color: #fff; }
    @media (max-width: 700px) {
      .categories-home ul li {
        width: 24%;
        display: inline-block;
        background-color: #0A293B;
        padding: 15px 0px 0px 0px;
        margin-right: .55%;
        border-bottom: 3px solid #0A293B;
        margin-bottom: 1.5%;
        text-align: center; }
        .categories-home ul li:hover {
          /*background-color:#CCD5CD;*/
          color: #999;
          border-bottom: 3px solid red;
          background-color: #aa812c; }
        .categories-home ul li a img {
          height: 65px;
          margin: 0 auto;
          display: block;
          margin-bottom: 5px; }
        .categories-home ul li a h6 {
          background: #fff;
          /* padding: 9px 17px; */
          margin: 0;
          color: #999 !important;
          font-size: 11.5px;
          height: auto;
          margin-top: 15px;
          height: 30px;
          padding-top: 7px; }
        .categories-home ul li:last-child {
          margin-right: 0px !important; }
      .categories-home ul:hover h6 {
        color: #fff; } }

.categories-home-row {
  display: flex;
  justify-content: center; }

.categories-home-row {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0px;
  margin-left: 0px; }

.categories-home-card-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #0C3852;
  flex: 1; }

.categories-home-card-container:hover .categories-home-card-container-title {
  border-bottom: 5px solid #ED1D24; }

.categories-home-card-container:hover {
  background-color: #A97F18; }

.categories-home-card-container-title {
  width: 100%;
  text-align: center;
  background: white;
  padding: 5px;
  border-bottom: 5px solid #0C3852;
  color: black;
  font-size: .8em;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 43px; }

.categories-home-card-container-title-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500; }

@media (min-width: 992px) and (max-width: 1200px) {
  .categories-home-card-container-title {
    font-size: .65em; } }
@media (min-width: 768px) and (max-width: 992px) {
  .categories-home-card-container-title {
    font-size: .5em; } }
@media (max-width: 768px) {
  .categories-home-card-container-title {
    font-size: .7em;
    min-height: 45px; }

  .categories-home-card-container-title-text {
    font-weight: 100; } }
.categories-home-card-container-img img {
  width: 100%;
  padding: 10px; }

.categories-home-card-main-container {
  flex: 1;
  width: 100%;
  margin: 5px; }

/*---------------------------end header------------------------------------------*/
/*-------------------footer----------------------------------------------------*/
footer {
  text-align: center; }
  footer .button-footer ul li {
    display: inline-block; }
    @media (min-width: 992px) {
      footer .button-footer ul li a {
        color: white; } }
    footer .button-footer ul li a:hover {
      color: black; }
  footer .button-footer .nav > li > a:hover, footer .button-footer .nav > li > a:focus {
    background-color: #FFFFFF; }
  footer .social-icons ul {
    margin-bottom: 0px; }
    footer .social-icons ul li {
      display: inline-block; }
      footer .social-icons ul li a i {
        color: #A97F18; }
      footer .social-icons ul li a .fa-linkedin-square:hover {
        color: #2087D6; }
      footer .social-icons ul li a .fa-facebook-square:hover {
        color: #495E93; }
      footer .social-icons ul li a .fa-twitter-square:hover {
        color: #6ACCEF; }
      footer .social-icons ul li a .fa-instagram:hover {
        color: #D7C9AF; }
      footer .social-icons ul li a .fa-youtube-square:hover {
        color: #E32A21; }
      footer .social-icons ul li a .fa-android:hover {
        color: #A2C437; }
  footer .banks ul {
    margin-bottom: 0px; }
    footer .banks ul li {
      display: inline-block; }

/*------------------------end footer---------------------------------------------*/
/*********************chat*******************/
#Chat .chatfloating {
  float: right; }
#Chat .panel-primary > .panel-heading {
  background-color: #4CAF50 !important;
  border: none; }
#Chat .chat {
  list-style: none;
  margin: 0;
  padding: 0; }
#Chat .chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #B3A9A9; }
#Chat .chat li.left .chat-body {
  margin-left: 60px; }
#Chat .chat li.right .chat-body {
  margin-right: 60px; }
#Chat .chat li .chat-body p {
  margin: 0;
  color: #777777; }
#Chat .panel .slidedown .glyphicon, #Chat .chat .glyphicon {
  margin-right: 5px; }
#Chat .panel-body {
  overflow-y: scroll;
  height: 250px; }
#Chat .panel {
  margin-bottom: 0px;
  border: none; }
#Chat ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5; }
#Chat ::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }
#Chat ::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555; }

/*-----------------------------------Aboutpage----------------------------------------*/
#ABOUTP .panel .panel-body ul li h4 {
  color: #A97F18;
  border-bottom: 2px solid #A97F18;
  font-size: 16px;
  font-weight: 600;
  width: 10%; }
#ABOUTP .panel .panel-body ul li p {
  font-size: 14px; }

/*---------------------------------------contact page---------------------------------*/
#CONTACTP {
  margin-bottom: 2%; }
  #CONTACTP #map {
    margin-top: -2%;
    padding: 10px 10px;
    background: #F8F8F8;
    width: 100%;
    border-radius: 1px;
    height: 300px; }
  #CONTACTP .countries {
    margin-top: 2%; }
    #CONTACTP .countries .hvr-icon-drop {
      display: block;
      padding-bottom: 3%;
      padding-top: 3%; }
    #CONTACTP .countries li {
      border-bottom: 1px solid #e7e7e7;
      padding-left: 2%; }
      #CONTACTP .countries li a {
        font-size: 15px;
        font-weight: 600;
        color: #aa812c; }
      #CONTACTP .countries li p {
        font-size: 12px !important;
        color: #0A293B; }
      #CONTACTP .countries li:hover, #CONTACTP .countries li:active, #CONTACTP .countries li:focus {
        background-color: #e7e7e7;
        border-left: 2px solid #A97F18; }

/*----------------------news page---------------------------------------------*/
#NEWSP .insidepanel h4, #NEWSDETAILP .insidepanel h4, #BLOGDETAILP .insidepanel h4 {
  font-size: 15px;
  font-weight: 600;
  border-bottom: 2px solid #A97F18;
  display: table; }
  #NEWSP .insidepanel h4 a, #NEWSDETAILP .insidepanel h4 a, #BLOGDETAILP .insidepanel h4 a {
    color: #777; }
    #NEWSP .insidepanel h4 a:hover, #NEWSDETAILP .insidepanel h4 a:hover, #BLOGDETAILP .insidepanel h4 a:hover {
      color: #999; }
#NEWSP .insidepanel span, #NEWSDETAILP .insidepanel span, #BLOGDETAILP .insidepanel span {
  margin-right: 2%; }
  #NEWSP .insidepanel span i, #NEWSDETAILP .insidepanel span i, #BLOGDETAILP .insidepanel span i {
    color: #ED1D24;
    margin-right: 3px; }
#NEWSP .insidepanel p img, #NEWSDETAILP .insidepanel p img, #BLOGDETAILP .insidepanel p img {
  margin-right: 1%;
  width: 100px;
  height: 24px; }
#NEWSP .insidepanel .buttcont, #NEWSDETAILP .insidepanel .buttcont, #BLOGDETAILP .insidepanel .buttcont {
  padding: 5px;
  border: 1px solid #ddd;
  color: #0C3852; }
  #NEWSP .insidepanel .buttcont:hover, #NEWSDETAILP .insidepanel .buttcont:hover, #BLOGDETAILP .insidepanel .buttcont:hover {
    background-color: #0C3852;
    color: #fff; }
  #NEWSP .insidepanel .buttcont i, #NEWSDETAILP .insidepanel .buttcont i, #BLOGDETAILP .insidepanel .buttcont i {
    margin-left: 5px; }
#NEWSP .sharing-icons, #NEWSDETAILP .sharing-icons, #BLOGDETAILP .sharing-icons {
  display: block;
  float: right;
  /*   border: 1px solid #ddd;*/
  padding: 4px;
  width: 18%;
  border-radius: 4px;
  margin-top: -1%; }
@media (max-width: 900px) {
  #NEWSP .sharing-icons, #NEWSDETAILP .sharing-icons, #BLOGDETAILP .sharing-icons {
    display: block;
    float: inherit;
    border: 1px solid #ddd;
    padding: 4px;
    width: 81%;
    border-radius: 4px;
    margin-top: -1%;
    margin-bottom: 16px; } }
#NEWSP .stButton .chicklets, #NEWSDETAILP .stButton .chicklets, #BLOGDETAILP .stButton .chicklets {
  padding-left: 16px;
  padding-right: 0px; }

#NEWSDETAILP .sharing-icons, #BLOGDETAILP .sharing-icons {
  margin-top: 0; }

/*-------------------------------------SCIENTIFICPage-------------------------------------*/
#SCIENTIFICP .thumbnail {
  border: none;
  background-color: transparent; }
  #SCIENTIFICP .thumbnail figure {
    background-color: #fff;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 10px; }
    #SCIENTIFICP .thumbnail figure img {
      border-radius: 10px;
      width: 100px;
      height: 100px;
      padding: 3%; }
  #SCIENTIFICP .thumbnail .caption {
    background-color: #fff;
    margin-top: -40px;
    padding-top: 26px;
    text-align: center;
    min-height: 180px;
    max-height: 194px;
    border-top: 2px solid #A97F18; }
    #SCIENTIFICP .thumbnail .caption h3 a {
      color: #A97F18;
      font-size: 15px;
      font-weight: 600; }
      #SCIENTIFICP .thumbnail .caption h3 a:hover {
        color: #999; }
    #SCIENTIFICP .thumbnail .caption p {
      text-align: justify;
      min-height: 180px;
      max-height: 194px;
      font-size: 13px !important;
      padding: 2% !important;
      font-weight: 600;
      color: #6e6f6f; }
      #SCIENTIFICP .thumbnail .caption p a {
        color: #0C3852;
        font-size: 12px; }
        #SCIENTIFICP .thumbnail .caption p a:hover {
          color: #0C3852; }

/*-----------------------------scientific detail page----------------------------------------------------*/
#SCIENDETAILP .thumbnail {
  border: none;
  background-color: transparent;
  padding: 0px; }
  #SCIENDETAILP .thumbnail figure {
    background-color: #fff;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 10px; }
    #SCIENDETAILP .thumbnail figure img {
      border-radius: 10px;
      width: 100px;
      height: 100px;
      padding: 3%; }
  #SCIENDETAILP .thumbnail .caption {
    background-color: #fff;
    margin-top: -40px;
    padding-top: 26px;
    text-align: center;
    border-top: 2px solid #A97F18; }
    #SCIENDETAILP .thumbnail .caption h2 {
      color: #A97F18;
      font-weight: 600; }
#SCIENDETAILP .scien-caption {
  background-color: #fff;
  padding: 2%; }
  #SCIENDETAILP .scien-caption button {
    border: none;
    padding: 7px;
    margin-top: -51px;
    float: right;
    margin-right: 2%; }

/*---------------------------------------Workshop page --------------------------------------*/
.ierekpanel-workshop {
  height: 175px;
  overflow: scroll; }
  .ierekpanel-workshop .insidepanel {
    background-color: transparent;
    border: 0px; }

.ierek-workshop .conference-item-cover img {
  min-height: auto !important; }
.ierek-workshop .conference-item-title {
  height: 80px; }

.ierek-work-event {
  height: 480px; }

/*--------------------------------------conference page-------------------------------------*/
#CONFERENCEP .nav-tabs {
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  display: table;
  width: 100%;
  margin-top: 10px;
  margin-top: 10px; }
#CONFERENCEP .nav-tabs > li.active > a, #CONFERENCEP .nav-tabs > li.active > a:hover, #CONFERENCEP .nav-tabs > li.active > a:focus {
  background-color: #0C3852;
  color: #fff; }
#CONFERENCEP .nav-tabs > li > a {
  border-right: 1px solid #ddd;
  margin-right: 0px;
  font-weight: 600;
  min-width: 100px;
  text-align: center;
  color: #999; }
  #CONFERENCEP .nav-tabs > li > a:hover {
    background-color: #A97F18;
    color: #fff; }
@media (max-width: 700px) {
  #CONFERENCEP .nav-tabs > li > a {
    border-right: 1px solid #ddd;
    margin-right: 0px;
    font-weight: 300;
    min-width: auto !important;
    text-align: center;
    color: #999; }
    #CONFERENCEP .nav-tabs > li > a:hover {
      background-color: #A97F18;
      color: #fff; } }
#CONFERENCEP .ierekpanel-b {
  height: 400px;
  overflow: scroll; }
  #CONFERENCEP .ierekpanel-b .insidepanel {
    background-color: transparent;
    border: 0px; }
#CONFERENCEP .breifing figure img {
  width: 100%; }
#CONFERENCEP .tabsyears .tab-pane {
  margin-top: 2%;
  min-height: 26vh; }
#CONFERENCEP .tabsyears .thumbnail-images .thumbnail {
  padding: 2%; }
  #CONFERENCEP .tabsyears .thumbnail-images .thumbnail img {
    width: 100%; }
#CONFERENCEP .tabsyears .thumbnail-images .caption h4 {
  padding: 3%;
  font-size: 13px;
  font-weight: 600;
  background-color: #F5F5F5; }
#CONFERENCEP .tabsyears .thumbnail-images .caption h5 {
  border-top: 1px solid #F5F5F5;
  font-size: 13px;
  padding-top: 3%; }
#CONFERENCEP .tabsyears .thumbnail-images .caption h6 {
  color: #A97F18; }

/*----------------------------------conferene dtail page-----------------------------------------------*/
#CONDETAILP .ierekpanel-b2 {
  padding: 0px; }
  #CONDETAILP .ierekpanel-b2 .tabspanel {
    margin-bottom: 0px; }
    #CONDETAILP .ierekpanel-b2 .tabspanel li {
      border-bottom: 1px solid #ddd;
      padding: 2%;
      padding-left: 6%; }
      #CONDETAILP .ierekpanel-b2 .tabspanel li a {
        font-size: 15px;
        color: #0C3852; }
      #CONDETAILP .ierekpanel-b2 .tabspanel li:hover, #CONDETAILP .ierekpanel-b2 .tabspanel li:focus, #CONDETAILP .ierekpanel-b2 .tabspanel li:active {
        background-color: #F5F5F5;
        border-left: 2px solid #A97F18; }
#CONDETAILP .buttons-group .but2 span {
  float: right; }
#CONDETAILP .buttons-group .but1 span {
  float: left; }
#CONDETAILP .buttons-group span {
  background-color: #BE901E;
  color: #DCD2B4;
  padding: 9px 0px 8px 8px; }
#CONDETAILP .buttons-group a {
  background-color: #A97F18;
  color: #fff;
  padding: 10px; }

/**************************--------forms-------********************/
.formquicklinks section p {
  background-color: #D9EDF7;
  color: #999;
  padding: 1%; }
.formquicklinks form .form-group, .formquicklinks form .input-group {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 2%; }
.formquicklinks form label {
  margin-top: 6px; }
.formquicklinks form button {
  margin-top: 1%;
  border: none; }

/***************************---------tables--------*************************/
.custyle thead {
  background-color: #e7e7e7; }

/*------------------------upload full paper page------------------------------*/
#UploadFull .user-abstract label {
  border: 1px solid #ddd;
  padding: 5px 0px 5px 31px;
  width: 100%; }

/*--------------------------sign im Modal------------------------*/
#SignInModal .modal-content {
  background-color: rgba(255, 255, 255, 0.91);
  width: 93%; }
#SignInModal .modal-dialog {
  width: 100%; }
#SignInModal .modal-body .form-group i {
  width: 27px;
  padding: 7px;
  height: 28px;
  border-radius: 100%;
  background-color: #0C3852;
  margin-right: 2%;
  color: #fff; }
#SignInModal .modal-body .form-group .fa-lock {
  padding: 7px 9px; }
#SignInModal .modal-body .form-group:hover i, #SignInModal .modal-body .form-group:focus i, #SignInModal .modal-body .form-group:active i {
  background-color: #A97F18; }
#SignInModal .modal-header h4 {
  color: #A97F18; }
#SignInModal .modal-header button {
  float: right; }

#SignInModal .modal-content {
  background-color: rgba(255, 255, 255, 0.91);
  width: 93%;
  max-width: 400px;
  margin: 0 auto; }

@media (min-width: 992px) {
  #SignUpModal {
    height: 100%; }
    #SignUpModal .modal-dialog {
      margin: 30px 12px; }
    #SignUpModal .modal-content {
      border: 0px solid rgba(0, 0, 0, 0.2); } }
@media (max-width: 992px) {
  #SignInModal .modal-dialog {
    margin: 20px 0 0 0; } }
@media (min-width: 992px) {
  #SignUpModal .modal-dialog {
    margin: 30px auto; } }
div.userpro-overlay-inner {
  position: initial;
  margin-left: initial;
  width: 100%;
  top: initial;
  margin-left: inherit;
  margin: 0 auto;
  left: 50%; }

/******form*******************/
#profileform .form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px; }

/*--------------------------------------*/
/*home page***/
#crousel-main .carousel-inner img {
  width: 100%;
  height: auto; }
@media (max-width: 700px) {
  #crousel-main .carousel-inner img {
    width: 100%;
    height: auto; } }

#carousel-example-generic {
  margin-bottom: 10px;
  min-height: 10px; }

.crouslebg {
  background: url(../images/bannerLogo.png) top left no-repeat !important;
  opacity: 1 !important; }

@media (min-width: 700px) {
  .home-padding {
    padding-left: 0px; }

  .home-padding-right {
    padding: 0px 0px 0px 0px; } }
@media (max-width: 700px) {
  .home-padding {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: -10px !important;
    margin-left: -10px !important; }

  .home-padding-right {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: -10px !important;
    margin-left: -10px !important; } }
.home-blocks-container {
  background: #F5F7F6 none repeat scroll 0% 0%;
  border: 1px solid #DFDFDF;
  padding: 10px;
  display: table;
  width: 100%;
  margin-bottom: 10px; }

#HomeP .home-blocks-container {
  padding: 0px;
  margin-bottom: 0px;
  margin: 30px 0 0 0;
  background: transparent;
  border: 0px solid #DFDFDF; }
  #HomeP .home-blocks-container a img {
    max-height: 371px; }
@media (max-width: 992px) {
  #HomeP .home-blocks-container {
    margin: 15px 0 0 0; }
  #HomeP .latest-news-section {
    margin-top: 15px; } }
#HomeP .home-block-container:last-child {
  margin-bottom: 0px; }

.home-blocks-container-slider {
  margin: 0px 0px 20px;
  background: #F5F7F6 none repeat scroll 0% 0%;
  border: 1px solid #DFDFDF;
  padding: 10px;
  width: 100%; }

.home-block-container {
  width: 100%;
  margin-right: 2%;
  background: #fff;
  box-shadow: 0 0 1px 1px #dfdfdf; }

.home-block-container:last-child {
  margin-right: 0;
  margin-bottom: 10px; }

.home-block-title {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c90c3852', endColorstr='#0c3852', GradientType=0);
  color: #fff;
  padding: 4px;
  font-size: 16px;
  text-indent: 13px; }

.home-block-content {
  padding: 10px;
  max-height: 341px;
  overflow-y: auto; }

.news-list-item {
  margin-bottom: 10px;
  word-break: normal !important; }

.news-list-title {
  font-weight: 600;
  font-size: 1.1em;
  color: #283E4D; }

.news-list-content {
  font-size: 12px;
  text-align: justify;
  margin-top: 5px; }

.news-list-link > a {
  font-weight: 600;
  font-size: 13px;
  color: #0A293B;
  float: right; }
  .news-list-link > a:hover, .news-list-link > a:active, .news-list-link > a:focus {
    color: #aa812c; }

.brown {
  background-color: #AA822C;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9aa822c', endColorstr='#aa822c', GradientType=0); }

/**carosel fo confernces****/
.featured-conferences-item {
  min-height: 300px; }

#carouselCo {
  /* Global */
  /* Page Header */
  /* Mobile Only */ }
  #carouselCo img {
    max-width: 100%; }
  #carouselCo a {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease; }
  #carouselCo a:hover {
    filter: alpha(opacity=90);
    /* IE7 */
    opacity: 0.9;
    text-decoration: none; }
  #carouselCo .featured-conferences-item {
    float: left;
    background: #fff;
    border: 0px solid #dfdfdf;
    box-shadow: 0 0 1px 1px rgba(223, 223, 223, 0.32); }
  #carouselCo .featured-conferences-item-thumb > a > img {
    width: 100%;
    margin-bottom: 10px; }
  #carouselCo .to-be-published {
    top: -10px;
    position: relative;
    background: #0c3852;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    padding: 5px; }
  #carouselCo .featured-conferences-item-title > a {
    font-size: 1em;
    font-weight: 600;
    color: #09293C;
    display: table;
    height: 50px;
    margin-bottom: 5px; }
  #carouselCo .featured-conferences-item-sub-title {
    text-align: center;
    font-weight: 600;
    color: #AA822C;
    font-size: .8em; }
  #carouselCo .pulse1 {
    -webkit-animation: pulse1 .8s linear infinite;
    -moz-animation: pulse1 .8s linear infinite;
    -ms-animation: pulse1 .8s linear infinite;
    animation: pulse1 .8s linear infinite; }
  #carouselCo .featured-conferences-item-excerpt {
    font-size: 13px;
    margin-bottom: 12px;
    text-align: justify;
    line-height: 1.5; }
  #carouselCo .featured-conferences-item > a.btn {
    margin: 25px auto 10px;
    display: table; }
  #carouselCo .btn-primary, #carouselCo .label-primary {
    background-color: #0c3852;
    border-color: #0c3852; }
  #carouselCo .thumbnails li > .fff .caption {
    background: #fff !important;
    padding: 10px; }
  #carouselCo .page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase; }
  #carouselCo .page-header h3 {
    line-height: 0.88rem;
    color: #000; }
  #carouselCo ul.thumbnails {
    margin-bottom: 0px; }
  #carouselCo .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999; }
  #carouselCo .bx-wrapper .bx-prev {
    left: -50px; }
  #carouselCo .bx-wrapper .bx-prev {
    left: 10px;
    background: url(https://www.ierek.com/wp-content/themes/ierek/vendors/bxslider/images/controls.png) no-repeat 0 -32px; }
  #carouselCo .bx-wrapper .bx-controls-direction a {
    top: 245px !important; }
  #carouselCo .carousel-control {
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px; }
  @media (max-width: 767px) {
    #carouselCo .page-header, #carouselCo .control-box {
      text-align: center; } }
  @media (max-width: 479px) {
    #carouselCo .caption {
      word-break: break-all; } }
  #carouselCo li {
    list-style-type: none; }

.btn-primary, .label-primary {
  background-color: #0c3852;
  border-color: #0c3852; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .label-primary:hover, .label-primary:active, .label-primary:focus {
    background-color: #AA822C;
    border-color: #987324; }

.btn-success {
  color: #fff;
  background-color: #AA822C;
  border-color: #987324; }
  .btn-success:hover, .btn-success:active, .btn-success:focus {
    background-color: #0c3852;
    border-color: #0c3852; }

@media (max-width: 992px) {
  .buttonx {
    background-color: #aa812c;
    display: block;
    width: 100%;
    margin-right: 1%;
    color: #fff;
    font-weight: 600;
    padding: 5px !important; }

  .padle {
    margin-top: 10px; }

  .navbar-collapse.collapse {
    padding: 0px; } }
.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px; }

.faqpanel {
  background-color: #ECECEC !important;
  color: #0C3860 !important; }

.fc {
  direction: ltr;
  text-align: left; }

.fc table {
  border-collapse: collapse;
  border-spacing: 0; }

html .fc,
.fc table {
  font-size: 1em; }

.fc td,
.fc th {
  padding: 0;
  vertical-align: top; }

/* Header
------------------------------------------------------------------------*/
.fc-header td {
  white-space: nowrap; }

.fc-header-left {
  width: 25%;
  text-align: left; }

.fc-header-center {
  text-align: center; }

.fc-header-right {
  width: 25%;
  text-align: right; }

.fc-header-title {
  display: inline-block;
  vertical-align: top; }

.fc-header-title h2 {
  margin-top: 0;
  white-space: nowrap; }

.fc .fc-header-space {
  padding-left: 10px; }

.fc-header .fc-button {
  margin-bottom: 1em;
  vertical-align: top; }

/* buttons edges butting together */
.fc-header .fc-button {
  margin-right: -1px; }

.fc-header .fc-corner-right,
.fc-header .ui-corner-right {
  /* theme */
  margin-right: 0;
  /* back to normal */ }

/* button layering (for border precedence) */
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2; }

.fc-header .fc-state-down {
  z-index: 3; }

.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4; }

/* Content
------------------------------------------------------------------------*/
.fc-content {
  clear: both;
  zoom: 1;
  /* for IE7, gives accurate coordinates for [un]freezeContentHeight */ }

.fc-view {
  width: 100%;
  overflow: hidden; }

/* Cell Styles
------------------------------------------------------------------------*/
.fc-widget-header,
.fc-widget-content {
  /* <td>, usually */
  border: 1px solid #ddd; }

.fc-state-highlight {
  /* <td> today cell */
  /* TODO: add .fc-today to <th> */
  background: #fcfcfc; }

.fc-cell-overlay {
  /* semi-transparent rectangle while dragging */
  background: #bcccbc;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

/* Buttons
------------------------------------------------------------------------*/
.fc-button {
  position: relative;
  display: inline-block;
  padding: 0 .6em;
  overflow: hidden;
  height: 1.9em;
  line-height: 1.9em;
  white-space: nowrap;
  cursor: pointer; }

.fc-text-arrow {
  margin: 0 .1em;
  font-size: 2em;
  font-family: "Courier New", Courier, monospace;
  vertical-align: baseline;
  /* for IE7 */ }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5; }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.55;
  filter: alpha(opacity=65);
  box-shadow: none; }

/* Global Event Styles
------------------------------------------------------------------------*/
.fc-event-container > * {
  z-index: 8; }

.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
  z-index: 9; }

.fc-event {
  border: 1px solid #0C3852;
  /* default BORDER color */
  background-color: #0C3852;
  /* default BACKGROUND color */
  color: #fff;
  /* default TEXT color */
  font-size: .85em;
  cursor: default; }

a.fc-event {
  text-decoration: none; }

a.fc-event,
.fc-event-draggable {
  cursor: pointer; }

.fc-rtl .fc-event {
  text-align: right; }

.fc-event-inner {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.fc-event-time,
.fc-event-title {
  padding: 0 1px; }

.fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  /* hacky spaces (IE6/7) */
  font-size: 300%;
  /* */
  line-height: 50%;
  /* */ }

/* Horizontal Events
------------------------------------------------------------------------*/
.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px; }

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
  border-left-width: 1px; }

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
  border-right-width: 1px; }

/* resizable */
.fc-event-hori .ui-resizable-e {
  top: 0 !important;
  /* importants override pre jquery ui 1.7 styles */
  right: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: e-resize; }

.fc-event-hori .ui-resizable-w {
  top: 0 !important;
  left: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: w-resize; }

.fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px;
  /* IE6 had 0 height */ }

table.fc-border-separate {
  border-collapse: separate; }

.fc-border-separate th,
.fc-border-separate td {
  border-width: 1px 0 0 1px; }

.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
  border-right-width: 1px; }

.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-bottom-width: 1px; }

.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0; }

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/
.fc-grid th {
  text-align: center; }

.fc .fc-week-number {
  width: 22px;
  text-align: center; }

.fc .fc-week-number div {
  padding: 0 2px; }

.fc-grid .fc-day-number {
  float: right;
  padding: 0 2px; }

.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
       might want to set the 'color' property instead
       making day-numbers bold also fixes the problem */ }

.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 1px;
  /* distance between events and day edges */ }

/* event styles */
.fc-grid .fc-event-time {
  font-weight: bold; }

/* right-to-left */
.fc-rtl .fc-grid .fc-day-number {
  float: left; }

.fc-rtl .fc-grid .fc-event-time {
  float: right; }

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/
.fc-agenda table {
  border-collapse: separate; }

.fc-agenda-days th {
  text-align: center; }

.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: normal; }

.fc-agenda .fc-week-number {
  font-weight: bold; }

.fc-agenda .fc-day-content {
  padding: 2px 2px 1px; }

/* make axis border take precedence */
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px; }

.fc-agenda-days .fc-col0 {
  border-left-width: 0; }

/* all-day area */
.fc-agenda-allday th {
  border-width: 0 1px; }

.fc-agenda-allday .fc-day-content {
  min-height: 34px;
  /* TODO: doesnt work well in quirksmode */
  _height: 34px; }

/* divider (between all-day and slots) */
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden; }

.fc-widget-header .fc-agenda-divider-inner {
  background: #eee; }

/* slot rows */
.fc-agenda-slots th {
  border-width: 1px 1px 0; }

.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none; }

.fc-agenda-slots td div {
  height: 20px; }

.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0; }

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted; }

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid;
  /* doesn't work with background in IE6/7 */ }

/* Vertical Events
------------------------------------------------------------------------*/
.fc-event-vert {
  border-width: 0 1px; }

.fc-event-vert.fc-event-start {
  border-top-width: 1px; }

.fc-event-vert.fc-event-end {
  border-bottom-width: 1px; }

.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px; }

.fc-event-vert .fc-event-inner {
  position: relative;
  z-index: 2; }

.fc-event-vert .fc-event-bg {
  /* makes the event lighter w/ a semi-transparent overlay  */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25); }

.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
  display: none \9;
  /* for IE6/7/8. nested opacity filters while dragging don't work */ }

/* resizable */
.fc-event-vert .ui-resizable-s {
  bottom: 0 !important;
  /* importants override pre jquery ui 1.7 styles */
  width: 100% !important;
  height: 8px !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

@media (max-width: 479px) {
  .container {
    max-width: 1000px !important;
    padding: -1px; } }
@media (max-width: 700px) {
  .minpadding {
    padding-right: 0px !important;
    padding-left: 0px !important; } }
.secactive a {
  background: #f4f4f4 none repeat scroll 0 0 !important;
  border-left-color: #f4f4f4 !important;
  text-indent: 15px !important;
  display: inline-table !important; }

.conbref {
  overflow: auto; }

@media (max-width: 700px) {
  .conbref {
    height: 400px;
    overflow: auto; } }
@media (max-width: 992px) {
  .conference-registration-btn {
    background-color: inherit !important;
    display: block !important;
    font-weight: 600 !important;
    padding: 0 10px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    line-height: 40px !important;
    float: initial !important;
    border-radius: 0px !important;
    margin-right: 0px !important;
    text-align: center !important;
    border: 3px solid #aa812c !important;
    color: #aa812c !important; } }
.comittee_inside .thumbnail {
  border: none;
  background-color: transparent; }
  .comittee_inside .thumbnail figure {
    width: 87px;
    margin: 0 auto; }
    .comittee_inside .thumbnail figure img {
      width: 85px;
      height: 85px;
      padding: 3%;
      background: 1px;
      background-color: #a97f18;
      border-radius: 10px; }
  .comittee_inside .thumbnail .caption {
    background-color: #fff;
    margin-top: -40px;
    padding-top: 26px;
    text-align: center;
    min-height: 180px;
    max-height: 194px;
    border-top: 2px solid #A97F18;
    box-shadow: 0px 0px 4px #ccc; }
    .comittee_inside .thumbnail .caption h3 a {
      color: #A97F18;
      font-size: 15px;
      font-weight: 600; }
      .comittee_inside .thumbnail .caption h3 a:hover {
        color: #999; }
    .comittee_inside .thumbnail .caption p {
      min-height: 180px;
      max-height: 194px;
      font-size: 13px !important;
      padding: 2%;
      color: #474848;
      text-align: justify;
      word-break: break-all;
      line-height: 1.7; }
      .comittee_inside .thumbnail .caption p a {
        color: #0C3852;
        font-size: 12px; }
        .comittee_inside .thumbnail .caption p a:hover {
          color: #0C3852; }

.conferences-list-item:hover {
  box-shadow: 3px 3px 3px 3px #C1C0C0; }

td.committe-organization,
td.table-committee-image {
  vertical-align: middle !important; }

.signup-btn:hover,
signup-btn {
  background: #09293B;
  color: #fff;
  line-height: 25px;
  display: inline-table;
  float: right;
  padding: 0 10px; }

.forget-btn {
  line-height: 25px;
  margin: 0 5px; }

.register-table {
  width: 100%;
  border: 1px solid #dfdfdf; }

.register-table > thead > tr > th {
  line-height: 34px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  border-right: 1px solid #dfdfdf; }

.register-table > tbody > tr > td > a {
  background: #BD8F31;
  color: #fff;
  width: 100%;
  display: table;
  text-align: center;
  line-height: 33px;
  font-size: 14px;
  border-bottom: 2px solid red; }

.register-table > tbody > tr > td {
  padding: 4px 3px;
  border-right: 1px solid #dfdfdf; }

.registration-form {
  background: #F4F4F4;
  display: table;
  padding: 15px 10px;
  margin: 10px;
  border: 1px solid #dfdfdf; }

.framed-box {
  background: #f5f5f5; }

.frame-title {
  background: #a97f18;
  color: #fff;
  font-size: 16px;
  text-indent: 10px;
  line-height: 32px; }

.frame-title:before {
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 14px;
  margin-right: 8px; }

.box-title,
.conference-title > a,
td > b {
  font-weight: 600; }

.framed-content {
  padding: 5px; }

.styled-box {
  background: #fff;
  padding: 7px;
  border: 1px solid #dfdfdf;
  margin-bottom: 10px;
  margin-top: 10px; }

.box-title {
  border-bottom: 2px solid #A97F18;
  display: table;
  margin-bottom: 10px; }

.box-content {
  font-size: 14px;
  position: relative; }

.topic-description {
  font-size: 1em;
  line-height: 1.4;
  border: 1px solid #dfdfdf;
  padding: 5px 10px 0; }

.quick-links > ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.quick-links > ul > li > a {
  background: #fff;
  display: inline-table;
  width: 100%;
  text-indent: 10px;
  font-size: 14px;
  color: black;
  font-weight: 500;
  line-height: 30px;
  border-left: 2px solid #fff; }

.quick-links > ul > li > a:hover {
  background: #F4F4F4 !important;
  border-left-color: #A97F18; }

.quick-links > ul > li > .active {
  text-indent: 15px;
  background: #F4F4F4;
  border-left-color: #F4F4F4; }

.quick-links > ul > li {
  border-bottom: 1px solid #F4F4F4;
  cursor: pointer; }

.event-thumbnail {
  border: 1px solid #dfdfdf;
  background: #fff;
  padding: 5px;
  margin-bottom: 15px; }

h2.box-title {
  font-size: 27px;
  margin: 0 auto 20px;
  padding-bottom: 7px; }

.conference-data > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }

.conference-data > ul > li {
  border-bottom: 1px solid #dfdfdf;
  line-height: 40px;
  display: table;
  margin: 0 auto;
  padding: 0 10px; }

.styled-list > li {
  line-height: 36px;
  border-bottom: 1px solid #F0F0F0; }

.styled-list {
  padding-left: 26px;
  font-size: 1em; }

.acf-map {
  width: 100%;
  height: 400px;
  border: 1px solid #ccc;
  margin: 20px 0; }

.conference-cover {
  border: 1px solid #dfdfdf;
  padding: 4px; }

.conference-registration-btn {
  background: #A97F18;
  color: #fff;
  /* padding-left: 10px; */
  line-height: 40px;
  min-width: 135px;
  padding: 0 10px;
  text-align: center;
  font-weight: 600;
  display: inline-table;
  font-size: 16px;
  border-bottom: 2px solid #A97F18; }

.conference-registration-btn:visited, .conference-registration-btn:focus {
  color: #fff; }

.conference-registration-btn > span {
  background: #BE901E;
  display: inline-table;
  padding: 0 10px;
  margin-left: 10px;
  font-weight: 600;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all 0.2s; }

.conference-registration-btn:hover {
  color: #fff; }

.event-tab {
  display: none; }

.conference-title {
  background: rgba(0, 0, 0, 0.68);
  text-align: center;
  line-height: 35px;
  position: absolute;
  width: 100%;
  bottom: 0; }

.conference-title > a {
  color: #fff; }

.centered-content {
  text-align: center; }

.centered-content .box-title {
  margin-left: auto;
  margin-right: auto; }

.message {
  padding: 15px;
  margin: 10px 0; }

.discount-note {
  font-size: 12px;
  margin-left: 10px;
  color: #0bae58;
  font-weight: 400; }

.payable-amount {
  margin-right: 6px !important;
  position: relative;
  top: -1px; }

.disounted-amount {
  text-decoration: line-through;
  color: red;
  margin-left: 10px; }

.pay-amount {
  font-size: 16px;
  text-align: center; }

.center-btn {
  margin: 25px auto;
  display: table; }

.conference-register-btns {
  display: none; }

.featured-conferences-item {
  float: left;
  background: #fff;
  border: 0px solid #dfdfdf;
  box-shadow: 0 0 1px 1px rgba(223, 223, 223, 0.32); }

.featured-conferences-item:last-child {
  margin-right: 0; }

.featured-conferences-item-title > a {
  font-size: 1em;
  font-weight: 600;
  color: #09293C;
  display: table;
  height: 50px;
  margin-bottom: 5px; }

.featured-conferences-item-thumb > a > img {
  width: 100%;
  margin-bottom: 10px; }

.featured-conferences-item-excerpt {
  font-size: 13px;
  margin-bottom: 12px;
  text-align: justify;
  line-height: 1.5;
  height: 38px;
  /* overflow-y: scroll; */
  /* min-height: 38px; */ }

.featured-conferences-item > a.btn {
  margin: 25px auto 10px;
  display: table; }

.featured-conferences {
  display: table;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%; }

.committee-item {
  width: 32%;
  float: left;
  margin-left: 2%;
  position: relative;
  background: #fff;
  box-shadow: 0 0 1px 1px #dfdfdf;
  padding: 10px;
  border-top: 4px solid #AA822C;
  margin-top: 70px; }

.committee-name {
  text-align: center;
  font-weight: 600;
  line-height: 47px;
  margin-top: -40px; }

.committee-image {
  width: 100px;
  height: 100px;
  position: relative;
  top: -60px;
  margin: 0 auto; }

.committee-item:nth-child(3n+1),
.conferences-list-item:nth-child(3n+1) {
  margin-left: 0; }

.committee-image > img {
  width: 100%;
  height: 100%;
  border: 5px solid #ECECEC;
  box-shadow: 0 0 1px 1px #CBCBCB;
  border-radius: 23px;
  background: #fff; }

.committee-details {
  font-size: 13px;
  text-align: left;
  padding: 7px;
  height: 147px; }

h1.page-title {
  font-size: 22px;
  font-weight: 600;
  background: #AA822C;
  color: #fff;
  line-height: 41px;
  text-indent: 15px;
  margin-bottom: 20px;
  box-shadow: 0 0 1px 1px rgba(65, 47, 8, 0.18);
  border: 1px solid #FFF; }

.page-thumbnail {
  background: #fff;
  padding: 4px;
  border: 1px solid #dfdfdf;
  box-shadow: 0 0 1px 1px rgba(223, 223, 223, 0.68); }

.conferences-timeline {
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  display: table;
  width: 100%;
  margin-top: 20px; }

.conferences-timeline > a {
  border-right: 1px solid #C7C7C7;
  line-height: 37px;
  float: left;
  width: 100px;
  text-align: center;
  font-weight: 600;
  position: relative; }

.conferences-timeline > a.active:after,
.conferences-timeline > a.active:before {
  font-family: FontAwesome;
  font-size: 23px;
  position: absolute;
  left: 41px;
  color: #0C3860; }

.conferences-timeline > a.active:before {
  content: "";
  top: -25px; }

.conferences-timeline > a.active:after {
  content: "";
  bottom: -25px; }

.conferences-timeline > a:hover {
  background: #AA822C;
  color: #fff; }

.conferences-timeline > a.active {
  background: #0C3860;
  color: #fff; }

.conferences-cover {
  background: #fff;
  padding: 10px;
  border: 1px solid #dfdfdf;
  box-shadow: 0 0 1px 1px rgba(223, 223, 223, 0.52);
  margin-bottom: 40px; }

.conferences-list-item {
  padding: 10px;
  background: #fff;
  margin-bottom: 35px;
  box-shadow: 0 0 1px 1px #dfdfdf; }

.conference-item-cover {
  width: 100% !important;
  display: table; }

.conference-item-cover > img {
  width: 100%;
  box-shadow: 0 0 1px 1px #C8C8C8;
  height: auto; }

.conference-item-title {
  color: #0C3860;
  font-weight: 500;
  font-size: 13px;
  height: 66px;
  margin-top: 10px;
  padding: 10px;
  font-size: .9em; }

.conference-item-detail {
  font-size: 12px;
  margin-top: 2px;
  color: #AA812C; }

.conference-item-detail > label {
  display: inline-table;
  width: 100px;
  text-align: right;
  padding-right: 10px; }

.conference-item-location {
  font-size: 13px;
  margin-top: 5px;
  border-top: 1px solid #ECECEC;
  padding-top: 5px;
  text-transform: capitalize; }

p.help-block {
  font-size: 16px; }

.home-icons {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 3px; }

.scientific-director-image > img {
  width: 70px; }

.scientific-director-name {
  float: left;
  font-weight: 600;
  display: table; }

.scientific-director-image {
  float: left;
  margin-right: 10px; }

.scientific-director-details {
  font-size: 12px;
  float: left;
  width: 67%; }

.scientific-director {
  border-bottom: 1px solid #dfdfdf;
  display: table;
  padding-top: 6px;
  padding-bottom: 3px; }

.partner {
  float: left;
  height: auto;
  border: 0px solid #C8C8C8;
  padding: 3px;
  margin-right: 4px;
  margin-left: 5px;
  margin-bottom: 10px;
  line-height: 75px; }

.about-us-block {
  height: 266px; }

.addthis_horizontal_follow_toolbox {
  float: left;
  width: 200px; }

.addthis_horizontal_follow_toolbox p {
  display: none; }

.featured-conferences-item-sub-title {
  text-align: center;
  font-weight: 600;
  color: #AA822C;
  font-size: .9em;
  margin-top: 6px; }

.chairman-item {
  margin-bottom: 10px; }

.conference-email {
  text-align: center;
  display: table;
  width: 100%;
  position: relative;
  text-align: center;
  left: 0px !important; }

.conference-email > a {
  text-decoration: underline; }

.blue-title {
  background: #09293C; }

.procedia-right {
  float: right;
  width: 76px;
  margin-right: 10px;
  margin-left: 20px;
  margin-bottom: 10px; }

.form-button {
  margin-left: 10px; }

.in-button-text {
  display: inline-table;
  width: 100%;
  clear: both;
  font-style: normal; }

td.table-committee-image {
  border-right: 0 !important; }

.table-committee-image > img {
  background: #F0F0F0;
  border: 2px solid #DDD;
  max-width: none;
  padding: 3px;
  float: left;
  box-shadow: 0 0 1px 1px rgba(192, 192, 192, 0.12);
  width: 90px;
  height: 90px; }

.table-committee-image > b {
  display: inline-table;
  width: 120px; }

.committe-organization {
  font-size: 13px;
  text-align: justify; }

.fixed-nav {
  width: 257.5px; }

.bx-wrapper .bx-controls-direction a {
  top: 245px !important; }

.pulse1 {
  -webkit-animation: pulse1 .8s linear infinite;
  -moz-animation: pulse1 .8s linear infinite;
  -ms-animation: pulse1 .8s linear infinite;
  animation: pulse1 0.8s linear infinite; }

@keyframes pulse1 {
  0%, 100% {
    color: #aa822c; }
  90% {
    color: rgba(170, 130, 44, 0.3); } }
@-moz-keyframes pulse1 {
  0%, 100% {
    color: #aa822c; }
  90% {
    color: rgba(170, 130, 44, 0.3); } }
@-webkit-keyframes pulse1 {
  0%, 100% {
    color: #aa822c; }
  90% {
    color: rgba(170, 130, 44, 0.3); } }
@-ms-keyframes pulse1 {
  0%, 100% {
    color: #aa822c; }
  90% {
    color: rgba(170, 130, 44, 0.3); } }
.related-conference {
  width: 32%;
  float: left;
  margin-right: 13px;
  background-color: #fff;
  padding: 5px; }

.related-conference:last-child {
  margin-right: 0; }

.related-conference img {
  width: 100%;
  height: 100px; }

.related-conference h4 {
  font-size: 13px;
  font-weight: 600; }

.notifications {
  background-color: #ED1D24;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 6px;
  bottom: 13px;
  font-size: 13px; }

.front-notification-container {
  background-color: #FFF;
  padding: 10px;
  box-shadow: 0 0 1px 1px #dfdfdf;
  margin: 10px 0; }

.notifiaction-title a {
  font-size: 18px;
  font-weight: 600; }

.notifiaction-title a i {
  color: #ED1D22 !important; }

.notitification-last-msg {
  max-height: 62px;
  overflow: hidden;
  padding: 7px;
  box-shadow: 0 0 1px 1px #EFEFEF;
  margin-top: 10px; }

.front-notification-container h4 {
  font-size: 14px;
  background-color: #F5F5F5;
  padding: 7px;
  margin: 5px 0; }

.no-messages {
  border: 1px dashed #dfdfdf;
  padding: 10px;
  margin: 15px 0;
  text-align: center;
  color: #E84A4A; }

.triangle-right {
  position: relative;
  padding: 15px;
  margin: 1em 0 3em;
  background: #F5F5F5;
  color: #8E8D8D; }

.triangle-right:after {
  content: "Your Message";
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  color: #A97F18; }

.admin-message {
  background-color: #A7A7A7;
  color: #fff; }

.admin-message:after {
  content: "IEREK Message";
  bottom: -20px;
  left: auto;
  right: 0;
  color: #A7A7A7; }

#messages-container {
  max-height: 400px;
  overflow-y: auto;
  margin-bottom: 30px;
  border-bottom: 2px solid #E5EAEF;
  padding: 0 10px; }

.dropdown-menu > li > a:hover {
  background-color: #135379; }

.userpro-right a {
  background-color: #2AAC96;
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 4px; }

.to-be-published {
  top: -10px;
  position: relative;
  background: #0c3852;
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  padding: 5px;
  height: 82px; }

input[type=number], span.xspinner > .add, span.xspinner > .sub {
  float: left;
  text-align: center;
  font-size: 1.2em;
  color: #A97F18;
  border: 2px solid #A97F18; }

input[type=number] {
  width: 75px;
  height: 35px;
  padding: 0;
  text-transform: uppercase;
  background: 0 0;
  outline: 0;
  pointer-events: none; }

span.xspinner {
  height: 40px;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  display: table; }

span.xspinner > .add, span.xspinner > .sub {
  display: block;
  width: 35px;
  height: 35px;
  font-family: Lato;
  font-weight: 700;
  line-height: 33px;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  cursor: pointer;
  transition: .1s linear;
  -o-transition: .1s linear;
  -ms-transition: .1s linear;
  -moz-transition: .1s linear;
  -webkit-transition: 0.1s linear; }

span.xspinner > .add {
  top: 0;
  border: 2px solid #A97F18;
  border-left: 0;
  border-radius: 0 2px 2px 0; }

span.xspinner > .add:hover, span.xspinner > .sub:hover {
  background: #A97F18;
  color: #FFF; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.details .mc_details,
.wpuf-author {
  display: none !important; }

h3,
h3.gold,
h3.widgettitle {
  text-transform: none; }

.mc-main .calendar-event .details,
.mc-main .calendar-events {
  position: absolute;
  left: 5%;
  width: auto !important; }

.mc-main .my-calendar-date-switcher {
  position: absolute;
  bottom: -26px !important;
  right: 0; }

.category-key ul li {
  margin-top: 20px;
  padding-top: 10px; }

#mc-calendar-year,
select#mc-calendar-month {
  padding: 2px; }

.button {
  min-height: 25px !important; }

.mc-time {
  position: absolute;
  bottom: -24px !important;
  font-size: 1.2em; }

span.colour {
  font-size: 20px;
  color: #aa812c; }

.dropdown-menu.amin {
  background: #fff !important; }

.dropdown-menu.amin li a {
  padding: 3px 20px !important;
  color: #0c3852 !important; }

.dropdown-menu.amin li a:hover {
  color: #aa812c !important; }

.form-control:focus {
  border-color: #0c3852;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.ui-widget-header {
  background: 0 0 !important; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.event_espresso_form_wrapper.event-data-display {
  background: #f5f5f5 !important; }

.event_prices span {
  display: none !important; }

.reg-log .submit {
  border: none !important;
  box-shadow: none;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

.event_prices select {
  width: 225px; }

.reg-log .tml-action-links {
  display: none; }

p.forgetmenot label {
  vertical-align: text-top; }

.reg-log p {
  display: inline-block; }

.form-allowed-tags,
.glyphicon.glyphicon-search,
.section-divider,
.site-description {
  display: none; }

.center {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-bottom: 10px; }

#event_reg_theme h2 {
  margin-top: 0;
  font-size: 30px; }

#social {
  text-align: right; }

#menu-user_menu {
  list-style: none;
  padding: 0 10px 0 0; }

h3 {
  color: #aa812c;
  font-weight: 700;
  padding-bottom: 6px;
  font-size: 18px; }

.site-branding,
.site-header {
  padding: 0 !important;
  margin: 0 !important; }

.f_right {
  float: right; }

.search-Box {
  z-index: 1;
  height: 100%; }
  .search-Box form {
    height: 100%;
    display: flex;
    align-items: center; }

.search-submit {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: 0 !important;
  height: 32px !important;
  width: 35px !important; }

.search-field.form-control {
  border: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background: #eee !important;
  height: 32px !important;
  font-size: 12px !important;
  width: 100% !important;
  min-width: 197px !important; }

.om-bar {
  border-bottom: 1px solid !important;
  border-top: 1px solid !important;
  border-color: #dfdfdf !important;
  min-height: 42px; }

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse {
  padding-left: 0;
  padding-right: 0; }

.border-around {
  border-top: 2px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7; }

.navbar.navbar-default {
  background: 0 0 !important;
  border-color: lightgray;
  border: 0px;
  border-radius: 0px; }

.navbar {
  padding-top: 0px;
  padding-bottom: 0;
  margin-bottom: 0; }

.navbar_container {
  min-height: 100%; }

@media (max-width: 768px) {
  .navbar-default {
    border-top: 0px; } }
.current-menu-item a {
  background-color: #fff !important;
  color: #0c3852 !important;
  border-bottom: 3px solid #aa812c !important;
  position: relative !important; }

#menu-primary li.menu-item a {
  display: block !important;
  line-height: 20px !important;
  padding: 10px 13px 7px !important;
  font-size: 14px !important;
  color: #999 !important;
  border-right: none !important; }

#menu-primary li.menu-item a:hover {
  background-color: #fff !important;
  color: #0c3852 !important;
  border-bottom: 3px solid #c2c2c2 !important; }

footer.site-footer {
  border-top: 1px solid #ccc;
  margin: 10px auto;
  background: 0 0 !important;
  font-size: 12px !important; }

.content-area {
  padding: 0 !important; }

.right.carousel-control span.glyphicon {
  width: 41px;
  height: 41px;
  font-family: none !important;
  text-indent: -9999999999px;
  right: 30px !important; }

.left.carousel-control span.glyphicon {
  font-family: none !important;
  width: 41px;
  height: 41px;
  text-indent: -9999999999px;
  left: 30px !important; }

.under_slider_box a img {
  height: auto;
  width: 100%;
  padding: 10px; }

@media (max-width: 768px) {
  .under_slider_box a img {
    width: 100%; } }
.under_slider_box a p {
  background: #fff;
  margin: 0;
  font-size: .5em;
  height: 36px;
  line-height: 36px; }

@media (min-width: 992px) {
  .under_slider_box a p {
    font-size: .7em; } }
.under_slider_box a {
  background: #0A293B;
  float: left;
  width: 100%;
  padding: 0;
  color: #646464;
  text-align: center;
  border-bottom: 3px solid #0A293B; }

.under_slider_box a:hover {
  background: #aa812c;
  text-decoration: none;
  border-bottom: 3px solid red; }

.rpwe-block h3 a:hover,
h3.widgettitle a:hover {
  text-decoration: underline; }

.home-widget-area.row {
  margin-top: -25px; }

h3.widgettitle {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 6px; }

h3.widgettitle a:hover {
  color: #aa812c !important; }

.rpwe-summary a.more-link:hover {
  background: 0 0 !important;
  text-decoration: underline; }

.rpwe-summary a.more-link {
  border: none;
  padding: 0;
  float: none;
  color: #aa812c !important; }

.rpwe-block h3 a {
  font-size: 14px;
  font-weight: 600;
  height: auto;
  line-height: 19.8px; }

.VideoCaption {
  color: #09293b !important;
  font-size: 16px !important;
  font-weight: 500;
  text-align: center; }

ul.conferencesList li a {
  font-size: 12px;
  color: #AA812C;
  text-decoration: none;
  height: auto;
  text-align: center; }

ul.conferencesList li a:hover {
  text-decoration: underline; }

ul.partenr li {
  list-style: none;
  float: left;
  text-align: center;
  font-size: 12px;
  border: 0 solid red;
  padding-left: 0; }

.newsletter-email,
.newsletter-firstname {
  float: right;
  width: 100%;
  margin-bottom: 5PX;
  border-radius: 0 !important;
  background: #FFF !important;
  border: 0 !important; }

input[type=submit].newsletter-submit {
  background-image: none !important;
  width: auto !important;
  color: #fff !important;
  background-color: #09293c !important;
  padding: 5px 36px;
  font-size: 15px; }

input.newsletter-submit:hover {
  background-color: #AA812C !important; }

.recent-posts-extended {
  padding: 0; }

.f-le {
  float: left; }

.align {
  text-align: left; }

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

.wpb_wrapper h2 {
  font-size: 16px; }

@media (max-width: 769px) {
  .container {
    max-width: 100%; }

  .featured-second img,
  .section-box img {
    width: 100% !important; }

  .no-padding {
    padding: 20px !important; }

  .f-le {
    float: none; }

  .align {
    text-align: center; }

  .navbar-nav {
    margin: 0 !important; } }
#logo {
  display: flex;
  width: 100%; }

#logo a img {
  width: 100%;
  height: auto; }

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  clear: both;
  color: #333;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 3px 20px !important;
  white-space: nowrap;
  border: none !important; }

.navbar-default .navbar-nav .open .dropdown-menu {
  padding: 5px 0 !important;
  background-color: #fff; }

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  background-color: #F5F5F5 !important;
  color: #262626 !important;
  text-decoration: none;
  padding: 3px 20px !important; }

li.menu-item.open a {
  background-color: #fff !important;
  color: #0c3852 !important;
  border-bottom: 1px solid #c2c2c2 !important; }

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

.conferencesDetails {
  width: 100%;
  padding: 16px 10px 16px 0;
  background: #F5F5F5;
  float: left;
  margin: 0 0 10px; }

.confh {
  font-size: 20px;
  margin-top: 0 !important; }

h3.gold {
  color: #aa812c;
  font-weight: 700;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 6px;
  font-size: 16px; }

ul.nav-tabs-side,
ul.nav-tabs-side li {
  float: left;
  margin: 0;
  width: 100%;
  padding: 0; }

h3.gold span {
  color: #09293b;
  font-weight: 400; }

ul.nav-tabs-side {
  background: #f5f5f5; }

ul.nav-tabs-side li {
  list-style: none;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #eee; }

ul.nav-tabs-side li a {
  margin: 0;
  padding: 5px 10px;
  display: block;
  color: #999;
  cursor: pointer;
  float: left;
  width: 100%; }

ul.nav-tabs-side li.active a {
  background: #AA812C;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid red; }

.btn-ierek {
  background-color: #bd8f31;
  color: #fff;
  border-color: red;
  border-radius: 0;
  border-width: 0 0 2px; }

#secondary {
  padding-left: 0; }

#espresso_calendar .fc-event-title {
  padding: 6px 4px 4px;
  font-size: 14px;
  display: none; }

.events .tab-content .tab-pane {
  box-shadow: none;
  border: none !important; }

.tab-content #alert, .tab-content #welcome {
  text-align: center;
  padding: 5px;
  border: 0;
  border-radius: 0;
  font-weight: 600; }

.secretary div {
  background: #f5f5f5;
  padding: 15px;
  border-top: 1px solid #d5d5d5; }

.section-box * {
  text-align: center;
  text-transform: capitalize; }

.section-box a:hover {
  color: #aa812c; }

.section-box {
  padding-left: 0; }

.featured-second img,
.section-box img {
  margin: 0;
  border: 1px solid #ccc;
  padding: 5px; }

.gold-btn {
  background-color: #bd8f31;
  color: #fff;
  border-color: red;
  border-radius: 0;
  border-width: 0 0 2px;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  word-wrap: normal;
  margin-right: 3px;
  margin-top: 48px;
  padding: 5px;
  border-bottom: 2px solid red;
  word-break: unset; }

.event_title.ui-widget-header {
  background: 0 0;
  border: none;
  color: #0c3852;
  padding-left: 0; }

#upcoming-events,
.widget.events ol {
  margin: 0;
  padding: 0;
  background: #f5f5f5; }

#ydy704,
.jcarousel-wrapper {
  background: 0 0 !important;
  border: none !important;
  box-shadow: none !important; }

.jw_easy_slider_name {
  display: none; }

.jcarousel-pagination {
  position: absolute;
  bottom: -10px !important;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0; }

.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  border: 1px solid #838698;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  background: #fff;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 7px; }

.jcarousel-pagination a.active {
  background: #aa812c !important;
  color: #fff;
  opacity: 1; }

.jcarousel img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: -20px !important;
  border: 1px solid #ccc !important;
  padding: 4px !important; }

.jcarousel-control-next,
.jcarousel-control-prev {
  position: absolute;
  top: -37px !important;
  width: 25px !important;
  height: 25px !important;
  text-align: center;
  background: #ccc !important;
  color: #fff !important;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 20px/24px Arial, sans-serif !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0 !important; }

.jcarousel-wrapper {
  margin: -5px auto !important; }

.rpwe_widget.recent-posts-extended {
  margin-bottom: -5px !important; }

.footer-cop {
  font-size: 11px;
  margin-top: 5px;
  color: #999; }

.page-numbers.current {
  background-color: #BD8F31;
  color: #fff;
  padding: 4px 8px;
  border: 1px solid #DDD; }

.future-event,
.widget.events li a {
  padding: 5px 10px 0 !important;
  list-style: none;
  border-bottom: 1px solid #fff !important;
  border-top: 1px solid #eee;
  margin: 0;
  background: #f5f5f5;
  display: block;
  color: #999;
  cursor: pointer;
  float: left;
  width: 100%; }

.future-event:hover,
.widget.events li a:hover {
  background: #fff;
  text-decoration: none; }

.widget.events h3.widget-title,
.widget_my_calendar_upcoming_widget h3 {
  color: #aa812c;
  font-weight: 700;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 5px;
  text-transform: none;
  margin-bottom: 0;
  font-size: 16px !important; }

.nav-next a:hover,
.nav-previous a:hover {
  background-color: #bd8f31 !important;
  color: #fff !important; }

.nav-next a:hover i.fa,
.nav-previous a:hover i.fa {
  background-color: #bd8f31 !important;
  color: red !important; }

.comment-reply-link,
.form-submit input[type=submit] {
  background-color: #aa812c;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 5px;
  padding: 5px;
  float: right;
  border: none !important; }

.comment-reply-link:hover,
.form-submit input[type=submit]:hover {
  background-color: #bd8f31;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 5px;
  padding: 5px; }

#primary {
  float: right !important; }

form#commentform {
  display: none; }

h3#reply-title {
  cursor: pointer; }

.search-Box .execphpwidget {
  float: right;
  display: block;
  width: 100%;
  text-align: right; }

.en-irek {
  width: 201px;
  float: right;
  padding-top: 5px;
  text-align: center; }

.en-irek a:hover {
  color: #aa812c;
  text-decoration: underline; }

.en-irek li {
  display: inline; }

@media (max-width: 768px) {
  .en-irek {
    width: 201px;
    padding-top: 5px;
    margin: 0 auto;
    text-align: center;
    float: none; }

  .col-sm-4.col-xs-4.col-md-4.home-widget {
    margin: 0;
    padding: 25px !important; } }
.tab-pane li {
  min-width: 100%;
  height: auto; }

@media (max-width: 480px) {
  .home-widget {
    width: 100% !important; }

  .xs-100 {
    width: 100% !important; } }
.widget.events ol {
  list-style: none; }

.boxer-side > div {
  color: #5b5b5b; }

.divider-xy {
  display: none;
  width: 100%;
  float: left; }

@media (max-width: 775px) {
  .divider-xy {
    display: block; }

  .home-widget {
    width: 100% !important; } }
.col-md-6.align {
  margin-top: 15px; }

.rightfeed {
  float: right;
  margin-left: 5px; }

.rightfeed img {
  background: #9c9b98 !important; }

.rightfeed img:hover {
  background: #aa812c !important; }

ul h5 {
  font-size: 17px !important; }

#reply-title {
  margin-top: 75px !important;
  font-size: 13px !important; }

.xcv {
  width: 50%;
  float: left; }

@media (max-width: 400px) {
  .xcv {
    width: 100%;
    float: right;
    min-height: 30px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center; }

  .fadata {
    display: table; }

  .rightfeed {
    float: none; } }
#home-about {
  width: 66%; }

.category_box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-right: 10px; }

.categories-home-lastRow .category_box:last-child {
  margin-right: 0px; }

.category_box a {
  background: #0A293B;
  float: left;
  width: 100%;
  padding: 0;
  color: #646464;
  text-align: center;
  border-bottom: 3px solid #0A293B; }

.category_box a:hover {
  background: #aa812c;
  text-decoration: none;
  border-bottom: 3px solid red; }

.category_box a img {
  height: auto;
  width: 100%;
  padding: 10px; }

.category_box a p {
  background: #fff;
  margin: 0;
  font-size: .5em;
  height: 36px;
  line-height: 36px; }

@media (max-width: 768px) {
  .categories-home-firstRow .category_box:last-child {
    margin-right: 0px; }

  .categories-home-firstRow {
    margin-bottom: 10px; }

  .category_box a p {
    font-size: .6em; }

  .category_box a img {
    width: 100%; } }
.carousel-container {
  padding-left: 0px;
  padding-right: 0px; }

@media (min-width: 768px) and (max-width: 992px) {
  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-toggle {
    display: block !important; }

  .navbar-header {
    float: none; }

  .collapse.in {
    display: block !important; }

  .nav.navbar-nav {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin: 0px; } }
.menu_button {
  position: relative;
  float: right; }

.menuLogo {
  width: 30px;
  height: auto;
  margin-left: 10px; }

.navbar-toggle {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px; }

.nav-icons-container {
  display: flex;
  justify-content: space-between; }

.rightIcons, .menu-container {
  display: flex;
  justify-content: center;
  align-items: center; }

.navbar-right {
  margin-right: 0px; }

.mainLogo {
  width: 320px; }

.navbar-brand {
  height: auto; }

.navbar-toggle:hover, .navbar-toggle:focus, .navbar-toggle:visited {
  opacity: .8; }

@media (max-width: 992px) {
  .dropdown_right_alignment {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: 0;
    right: auto; } }
.navbar-header, .nav-icons-container, .rightIcons, .menu-container, .login-container {
  height: 95px; }

.navbar-default .navbar-toggle {
  border: 0px; }

.navbar-brand {
  padding: 15px 5px 15px 0; }

.navbar-header {
  padding-right: 0px;
  padding-left: 0px; }

.navbar.navbar-default {
  margin-bottom: 20px; }

.menu-button-link-content {
  display: flex !important;
  justify-content: center;
  align-items: center; }

.menu-button-link-description {
  margin-left: 5px; }

a {
  color: #337ab7; }

.menu_button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .2s ease-in-out; }

.menu_button-container a {
  text-decoration: none;
  height: 100%; }

.menu_button-container a:hover {
  text-decoration: none; }

.menu_button-container div.username {
  padding: 3px 20px;
  color: var(--footer-text-color);
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: default; }

.menu_button-container-contents {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 10px 5px;
  color: black;
  font-size: .9em;
  font-weight: 900; }

.menu_button-container-contents:hover {
  filter: invert(100%) !important;
  color: black; }

.menu_button-container-contents:focus, .menu_button-container-contents:visited {
  filter: invert(100%) !important;
  color: black; }

.menu_button-container:hover {
  background-color: var(--secondary-color);
  /* Animation */
  -webkit-animation: shadow-drop-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: shadow-drop-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.menu_button-container a:hover {
  text-decoration: none; }

.menu_button-image img {
  width: 24px;
  margin: 0 1px; }

.menu_button-image > .badge {
  background-color: var(--secondary-color-hover);
  margin: 0px 0px 20px -18px;
  padding: 3px 5px;
  font-size: 10px; }

.menu_button-container-contents:hover .badge {
  color: white;
  background-color: black; }

.menu_button-title {
  margin-left: 5px;
  margin-top: 1px;
  font-weight: 600; }

.menu_button-title a {
  color: var(--body-font-color); }

.menu_button-title a:hover {
  text-decoration: none; }

/* Start login menu  */
.login-menu, .dropdown-menu {
  right: 0px;
  left: auto;
  background-color: var(--secondary-color);
  min-width: 0px; }

.login-menu .btn-no-default-styles, .login-menu .btn-no-default-styles:focus {
  width: 100%;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  color: white;
  text-align: start;
  padding: 5px 20px; }
.login-menu .btn-no-default-styles:hover {
  background-color: white;
  color: var(--secondary-color); }

@media (min-width: 992px) {
  #loggedinUsername {
    visibility: hidden;
    display: none; } }
.login-menu li, .dropdown-menu li {
  font-size: .85em; }

.dropdown-menu > li > a {
  color: var(--banner-font-color);
  display: flex;
  justify-content: space-between;
  align-items: center; }

.login-menu i, .dropdown-menu i {
  font-size: 16px; }

#closeLogin .menu-item, #closeLogin .activition {
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  margin: 7px 0; }
#closeLogin .activition a, #closeLogin .dropdown-menu .menu-item a {
  margin: 6px 0;
  padding-top: 5px;
  padding-bottom: 5px; }
#closeLogin .activition:hover a, #closeLogin .dropdown-menu .menu-item:hover a {
  background-color: white;
  padding-top: 5px;
  padding-bottom: 5px; }

.login_menu-option div {
  padding-right: 11px; }

/* End login menu */
.menu_button-active, #closeLogin.open {
  background-color: var(--secondary-color);
  /* Animation */
  -webkit-animation: shadow-drop-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: shadow-drop-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.menu_button-active > a, #closeLogin.open > a {
  filter: invert(100%); }

.menu_button-active a:hover *, #closeLogin.open a:hover * {
  filter: invert(0%);
  color: black; }

.menu_button-active .badge, #closeLogin.open .badge {
  background-color: black; }

.menu_button-active:hover > a > .menu_button-container-contents > a {
  filter: invert(100%);
  color: black; }

/* Start overlay modal styles  */
.overlayModal {
  opacity: 0;
  visibility: hidden;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  width: 100%;
  /* Full width */
  height: calc(100% - 95px);
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  animation-name: fadeOut;
  animation-duration: .2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; }

.contentOpened {
  animation-name: fadeIn;
  animation-duration: .2s;
  animation-timing-function: ease-in-out; }

/* Modal Content */
.overlay_modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  /* border: 1px solid #888; */
  width: 100%;
  border-radius: 0px;
  border: 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: slideUp;
  animation-duration: .4s;
  animation-fill-mode: backwards;
  animation-timing-function: ease-in-out; }

.overlay_modal-body {
  padding: 0px; }

.slideDown {
  animation-name: slideDown;
  animation-duration: .4s; }

/* Modal Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }
@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible; }
  to {
    opacity: 0;
    visibility: hidden; } }
@keyframes slideUp {
  from {
    top: 0%; }
  to {
    top: -100%; } }
@keyframes slideDown {
  from {
    top: -100%;
    opacity: 0; }
  to {
    top: 0%;
    opacity: 1; } }
/* Start login overlay */
.loginModal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 95px; }

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box; }

label.checkboxLabel {
  font-size: .8em; }

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: var(--darker-faded-color);
  border-width: 0px;
  color: white; }

.cancelbtn:hover {
  background-color: var(--secondary-color-hover); }

/* Center the image and position the close button */
.closeBtncontainer {
  text-align: center;
  position: relative; }

.loginOverlay-main_content-container {
  padding: 16px; }

.inputField_label {
  margin-bottom: 0px;
  margin-top: 5px; }

.input_field {
  margin: 12px 0;
  height: 40px;
  font-size: .8em; }

input[type=password] {
  margin: 12px 0; }

.loginOverlay-navigation_content-container {
  padding: 0px 16px 18px 16px; }

span.psw {
  float: right;
  padding: 10px 18px; }

span.psw a {
  text-decoration: none;
  color: var(--darker-faded-color); }

span.psw a:hover {
  color: var(--secondary-color-hover); }

/* Login button */
.loginButton {
  background-color: var(--secondary-color);
  color: white;
  padding: 10px 20px;
  margin: 12px 0;
  border: none;
  cursor: pointer;
  width: 100%; }

.loginButton:hover {
  background-color: var(--secondary-color-hover); }

/* Modal Content/Box */
.login_modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto;
  /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; }

@media (max-width: 992px) {
  .login_modal-content {
    width: 90%; } }
.login_modal-content {
  max-width: 400px; }

/* The Close Button (x) */
.loginClose {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 23px;
  font-weight: bold;
  top: 15px; }

.loginClose:hover, .loginClose:focus {
  color: grey;
  cursor: pointer; }

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s; }

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }
@keyframes animatezoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none; }

  .cancelbtn {
    width: 100%; } }
/* End login overlay */
/* End overlay modal styles  */
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; } }
.navbar-nav {
  margin: 0px; }

.collapsed-on-mobile {
  display: none;
  visibility: hidden; }

@media (max-width: 992px) {
  .collapsed-on-mobile {
    display: block;
    visibility: visible; } }
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

#bs-example-navbar-collapse-1 .nav.navbar-nav > li:hover {
  border-top: 3px solid transparent;
  border-bottom: 3px solid lightgrey; }
#bs-example-navbar-collapse-1 li.menu-item.active:hover {
  background-color: transparent; }

@media (min-width: 768px) and (max-width: 768px) {
  justify-content: flex-start; }
@media (min-width: 992px) {
  .navbar.navbar-default {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center; }

  #bs-example-navbar-collapse-1 {
    width: 100%; }

  .nav.navbar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px; } }
.dropdown-toggle, .activition a {
  font-size: 1em; }

.menu-item, .activition {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent; }

.menu-item:hover, .activition:hover a {
  background-color: #fff; }

.login-menu .menu-item:hover a, .login-menu .activition:hover a, .dropdown-menu .menu-item:hover a, .dropdown-menu .activition:hover a {
  color: #000; }

@media (max-width: 1200px) {
  .dropdown-toggle, .activition a {
    font-size: .8em; } }
.nav > li > a {
  padding: 10px; }

@media (min-width: 992px) {
  .navbar-header, .nav-icons-container, .rightIcons, .menu-container, .login-container {
    height: 137px; }

  .mainLogo {
    width: 850px; }

  .navbar-header {
    height: auto; } }
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%;
  height: auto; }

.btn {
  border-radius: 0px;
  border: 0px solid transparent; }

.featured-conferences-item-title a {
  margin-top: 10px; }

.home-block-content, .mCustomScrollbar {
  font-size: .8em; }

.home-block-title {
  font-weight: 600; }

.form-control {
  border-radius: 0px; }

.dropdown-menu {
  min-width: 96px;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px; }

.navbar-default .navbar-nav > li > a {
  font-weight: 500; }

@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    font-weight: 500;
    font-size: .9em; } }
.userpro-right a {
  padding: 7px !important;
  cursor: pointer !important;
  text-decoration: none; }

div.userpro-body a:hover, div.userpro-head div.userpro-right a:hover {
  text-decoration: none !important; }

@media (max-width: 992px) {
  div.userpro-body {
    line-height: inherit !important;
    padding: 0 15px 15px !important;
    height: 70vh !important;
    overflow-y: scroll !important; } }
.div.userpro-field {
  margin: 0px; }

.div.userpro-field:first-child {
  margin: 10px; }

div.userpro-input input[type=password], div.userpro-input input[type=text] {
  padding: 5px 8px !important;
  height: auto; }

.modal {
  top: 0%;
  padding-right: 0px !important; }

.panel-body {
  padding: 5px; }

.table-header-onMobile {
  display: none;
  visibility: hidden; }

@media (max-width: 992px) {
  #view-profile .table, #CONDETAILP .table {
    table-layout: fixed;
    font-size: .7em; }
  #view-profile td, #CONDETAILP td {
    word-wrap: break-word; }

  #CONDETAILP td,
  #CONFERENCEP td {
    text-align: center; }
  #CONDETAILP tr,
  #CONFERENCEP tr {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ddd; }
  #CONDETAILP thead tr,
  #CONFERENCEP thead tr {
    display: none; }
  #CONDETAILP caption,
  #CONFERENCEP caption {
    display: flex;
    flex-flow: column; }
    #CONDETAILP caption h3,
    #CONFERENCEP caption h3 {
      font-size: 1.3em;
      width: 100%; }
  #CONDETAILP .evgo,
  #CONFERENCEP .evgo {
    float: right;
    width: 80%;
    margin: 0 auto; }
  #CONDETAILP .table.table-hover .dropdown-menu,
  #CONFERENCEP .table.table-hover .dropdown-menu {
    width: 50%;
    right: 0px;
    left: 0;
    font-size: 1em;
    margin: 0 auto;
    border-radius: 0px;
    border: 0px;
    border-top: 1px solid grey; }
    #CONDETAILP .table.table-hover .dropdown-menu > li > a,
    #CONFERENCEP .table.table-hover .dropdown-menu > li > a {
      justify-content: center; }
  #CONDETAILP .payment-table-mobile td,
  #CONFERENCEP .payment-table-mobile td {
    display: flex;
    justify-content: space-between; }
    #CONDETAILP .payment-table-mobile td .table-header-onMobile,
    #CONFERENCEP .payment-table-mobile td .table-header-onMobile {
      display: block;
      visibility: visible; }

  .QuickLinks button {
    float: inherit; }

  .btn {
    color: white;
    width: 50%;
    padding: 8px; }

  .btn:hover {
    background-color: #AA822C;
    color: white;
    opacity: .9; }

  td {
    width: 100%; } }
.frame-box-content-mobile {
  padding: 10px !important;
  text-align: justify; }

@media (max-width: 992px) {
  .frame-box-content-mobile {
    padding: 0px !important; } }
.dropdown-menu {
  font-size: 1em; }

@media (min-width: 768px) {
  .dropdown-menu {
    font-size: 1em; } }
#bs-example-navbar-collapse-2 {
  width: 100%; }

.conference-item-cover img {
  height: auto !important;
  min-height: auto; }

.modal.fade.signingInModals.in {
  overflow-y: scroll !important;
  padding-left: 0px !important; }

.signingInModals {
  /*--profile start here--*/
  /* Change the white to any color ;) */
  /*----*/
  /*-- //slider --*/
  /*-- responsive --*/
  /*-- //responsive --*/ }
  .signingInModals input {
    border-radius: 0; }
  .signingInModals select {
    width: 100%;
    height: 40px;
    border-radius: 0px; }
  .signingInModals a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all; }
  .signingInModals a:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all; }
  .signingInModals .wrap {
    width: 34%;
    margin: 2em auto 0; }
  .signingInModals h1 {
    font-size: 3em;
    color: black;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase; }
  .signingInModals ::-webkit-input-placeholder {
    color: black !important; }
  .signingInModals .w3ls-subscribe, .signingInModals .w3ls-subscribe1 {
    background-color: #ffffff4a; }
  .signingInModals .agileits-border {
    padding: 2em; }
  .signingInModals .w3ls-subscribe h3 {
    color: black;
    font-size: 2em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px; }
  .signingInModals form {
    width: 93%;
    margin-top: 30px; }
  .signingInModals .w3ls-subscribe input[type="email"], .signingInModals input[type="date"], .signingInModals input[type="date"], .signingInModals select, .signingInModals .w3ls-subscribe input[type="text"], .signingInModals .w3ls-subscribe input[type="password"] {
    outline: none;
    padding: .7em;
    background: none;
    border: none;
    border-bottom: 1px solid #aa822c;
    color: #aa822c;
    font-size: .9em;
    margin: 0;
    width: 100%; }
  .signingInModals .gender {
    display: inline-block;
    color: #aa822c;
    font-size: .9em;
    margin-right: 10px;
    margin-left: 3px; }
  .signingInModals .w3ls-subscribe input[type="email"], .signingInModals input[type="date"], .signingInModals select, .signingInModals .w3ls-subscribe input[type="text"], .signingInModals .w3ls-subscribe input[type="password"] {
    -webkit-appearance: none; }
  .signingInModals select[id="country"] {
    box-shadow: none !important; }
  .signingInModals input[type="radio"] {
    border-bottom: 1px solid #aa822c;
    color: #aa822c;
    font-size: .9em;
    margin: 0 0 20px 0; }
  .signingInModals .signUpField {
    margin: 0; }
  .signingInModals .w3ls-subscribe input[type="email"]:hover, .signingInModals .w3ls-subscribe input[type="text"]:hover, .signingInModals .w3ls-subscribe input[type="password"]:hover {
    border-bottom: 1px solid #0c3852;
    color: #0c3852; }
  .signingInModals input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
    -webkit-text-fill-color: #aa822c !important; }
  .signingInModals .w3ls-subscribe input[type="submit"] {
    font-size: .9em;
    text-decoration: none;
    padding: .6em 3em;
    cursor: pointer;
    background: #aa822c;
    border: solid 1px #aa822c;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all; }
  .signingInModals .w3ls-subscribe input[type="submit"]:hover {
    background: #0c3852;
    border: solid 1px #0c3852;
    color: white; }
  .signingInModals .w3ls-subscribe h4 {
    color: #aa822c;
    font-size: 1em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px; }
  .signingInModals .w3ls-subscribe p {
    color: black;
    font-size: .9em;
    margin: 1em 0;
    line-height: 1.8em; }
  .signingInModals .wthree_footer_copy {
    margin: 2em 0 0 0;
    text-align: center; }
  .signingInModals .wthree_footer_copy p {
    font-size: .9em;
    color: black; }
  .signingInModals .wthree_footer_copy p a {
    color: black; }
  .signingInModals .wthree_footer_copy p a:hover {
    color: #000000; }
  .signingInModals .callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 110%;
    left: 45%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 999; }
  .signingInModals .slider-top span {
    font-weight: 600; }
  .signingInModals .callbacks_tabs li {
    display: inline-block;
    margin: 0; }
  .signingInModals .callbacks_tabs a {
    visibility: hidden; }
  .signingInModals .callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 8px;
    width: 8px;
    display: inline-block;
    background: none;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%; }
  .signingInModals .callbacks_here a:after {
    background: #ffffff;
    border: 2px solid #ffffff; }
  .signingInModals .agileinfo-follow {
    margin: 1em 0;
    text-align: center; }
  .signingInModals .agileinfo-follow h4 {
    color: black;
    font-size: 1em;
    font-weight: 600; }
  .signingInModals .agile-signin h4 {
    text-align: center;
    color: black;
    font-size: .9em;
    margin: 1em 0 0 0; }
  .signingInModals .agile-signin h4 a {
    color: #aa822c;
    text-decoration: none; }
  .signingInModals .agile-signin h4 button {
    color: #aa822c;
    text-decoration: none;
    -webkit-appearance: none;
    border: none;
    font-size: 1.1em; }
  .signingInModals .forget-password h4 a {
    color: lightgrey;
    text-decoration: none; }
  .signingInModals .agile-signin h4 a:hover {
    color: black; }
  @media (max-width: 1440px) {
    .signingInModals .wrap {
      width: 40%; } }
  @media (max-width: 1280px) {
    .signingInModals .wrap {
      width: 45%; } }
  @media (max-width: 1080px) {
    .signingInModals .wrap {
      width: 55%; } }
  @media (max-width: 900px) {
    .signingInModals .wrap {
      width: 65%; } }
  @media (max-width: 800px) {
    .signingInModals h1 {
      font-size: 2em; } }
  @media (max-width: 736px) {
    .signingInModals .agile-signin h4 {
      letter-spacing: 1px; } }
  @media (max-width: 667px) {
    .signingInModals .wrap {
      width: 71%; } }
  @media (max-width: 640px) {
    .signingInModals .wrap {
      width: 75%; } }
  @media (max-width: 600px) {
    .signingInModals .agileits-border {
      padding: 2em; } }
  @media (max-width: 480px) {
    .signingInModals h1 {
      font-size: 1.5em; }
    .signingInModals .wrap {
      width: 85%; }
    .signingInModals .callbacks_tabs {
      top: 112%; } }
  @media (max-width: 414px) {
    .signingInModals .agileits-border {
      padding: 1em; }
    .signingInModals .agileinfo-follow {
      margin: 3em 0 2em 0; }
    .signingInModals h1 {
      font-size: 1.4em; } }
  @media (max-width: 384px) {
    .signingInModals .agileinfo-follow {
      margin: 2em 0 1em 0; }
    .signingInModals h1 {
      font-size: 1.3em; } }
  @media (max-width: 375px) {
    .signingInModals body {
      padding: 2em 0; } }
  @media (max-width: 320px) {
    .signingInModals .agileinfo-social-grids ul a i.fa {
      height: 25px;
      width: 25px;
      line-height: 24px; }
    .signingInModals h1 {
      font-size: 1.1em; }
    .signingInModals .callbacks_tabs {
      left: 43%; } }
  .signingInModals .modal-body {
    padding: 0px !important; }
  .signingInModals ul {
    list-style-type: none; }
  .signingInModals ul {
    -webkit-padding-start: 0px; }
  @media (min-width: 768px) {
    .signingInModals .modal-content {
      border-radius: 0px; } }
  .signingInModals .modal-content {
    border-radius: 0px !important;
    border: 0px solid rgba(0, 0, 0, 0.2) !important; }

#HomeP .centering-flex-content {
  display: flex;
  justify-content: center;
  width: 100%; }

.font {
  font-weight: bold; }

.main-title {
  color: #A97F1D; }

.sucess-msg {
  color: green;
  height: 30px; }

.error-msg {
  color: red;
  height: 30px; }

.error-text {
  color: red; }

input.mar-bottom {
  margin-bottom: 0; }

.form {
  background-color: white; }

div#applying-area {
  background-color: white;
  padding-bottom: 20px; }

.fggsvgsg {
  color: red; }

.regular-label {
  font-size: 14px; }

.pl {
  padding-left: 0; }

.pr {
  padding-right: 0; }

.mr-top {
  margin-top: 20px; }

.pr {
  padding-right: 10px; }

.mr-bottom {
  margin-bottom: 20px; }

.agileinfo-social-grids {
  text-align: center;
  display: flex;
  justify-content: flex-end; }

.agileinfo-social-grids ul {
  padding: 0;
  margin: 0; }

.agileinfo-social-grids ul la {
  color: black;
  text-align: center;
  display: inline-block;
  margin: 0 .5em 0 0; }

.agileinfo-social-grids ul a i.fa {
  height: 32px;
  width: 32px;
  line-height: 33px;
  background: none;
  color: white;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all; }

.agileinfo-social-grids ul a i.fa:hover {
  opacity: 1; }

.agileinfo-social-grids ul a i {
  border-color: black;
  font-size: 20px; }

.agileinfo-social-grids ul a i.fa.fa-facebook:hover {
  background: #3b5998;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-youtube:hover {
  background: #dc1d22;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-instagram:hover {
  background: #dc5db0;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-android:hover {
  background: #2f9944;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-apple:hover {
  background: white;
  color: #000000; }

.agileinfo-social-grids ul a i.fa.fa-twitter:hover {
  background: #55acee;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-rss:hover {
  background: #f26522;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-vk:hover {
  background: #45668e;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-linkedin:hover {
  background: #0077b5;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-dribbble:hover {
  background: #ea4c89;
  color: #FFFFFF; }

@media (max-width: 320px) {
  .agileinfo-social-grids ul a i.fa {
    height: 25px;
    width: 25px;
    line-height: 24px; } }
.button-footer li a {
  padding: 5px;
  font-size: .9em;
  border-radius: 0px;
  opacity: 1; }

footer .flex-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 110px;
  margin-top: 10px; }
@media (max-width: 992px) {
  footer .flex-footer {
    flex-flow: column; } }
footer .banks {
  display: flex; }
footer .mastercardlogo {
  border-radius: 9px;
  width: 34px;
  margin: 0 3px; }
footer .ciblogo {
  width: 40px;
  margin: 0 3px; }

#navtabs-section .section-container-styles {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1em; }
#navtabs-section .nav-tabs > li.active > a, #navtabs-section .nav-tabs > li.active > a:focus, #navtabs-section .nav-tabs > li > a:hover {
  color: #555;
  background-color: #a97f18;
  border-radius: 0px; }
#navtabs-section .nav-tabs > li > a {
  margin-right: 0px; }
#navtabs-section .tab-content > .active {
  background-color: white; }
#navtabs-section h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center; }
#navtabs-section main {
  min-width: 320px;
  max-width: 800px;
  padding: 50px;
  margin: 0 auto;
  background: #fff; }
#navtabs-section input {
  display: none; }
#navtabs-section label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent; }
#navtabs-section label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px; }
#navtabs-section label[for*='1']:before {
  content: '\f1cb'; }
#navtabs-section label[for*='2']:before {
  content: '\f17d'; }
#navtabs-section label[for*='3']:before {
  content: '\f16b'; }
#navtabs-section label[for*='4']:before {
  content: '\f1a9'; }
#navtabs-section label:hover {
  color: #888;
  cursor: pointer; }
#navtabs-section input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff; }
#navtabs-section #tab1:checked ~ #content1,
#navtabs-section #tab2:checked ~ #content2,
#navtabs-section #tab3:checked ~ #content3,
#navtabs-section #tab4:checked ~ #content4 {
  display: block; }
@media screen and (max-width: 650px) {
  #navtabs-section label {
    font-size: 0; }
  #navtabs-section label:before {
    margin: 0;
    font-size: 18px; } }
@media screen and (max-width: 400px) {
  #navtabs-section label {
    padding: 15px; } }
#navtabs-section #myTab {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 20px;
  border-bottom: 0;
  display: flex;
  justify-content: center; }
  #navtabs-section #myTab li a {
    text-align: center;
    min-width: 130px;
    display: block;
    line-height: 50px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-color: #ddd;
    color: #383838;
    font-weight: 500;
    padding: 0px;
    border-radius: 0px;
    margin-left: 5px;
    font-size: .85em; }
  #navtabs-section #myTab li.active a, #navtabs-section #myTab li a:hover {
    background-color: #a97f18;
    color: white; }

@media (max-width: 992px) {
  #navtabs-section #myTab li a {
    text-align: center;
    min-width: auto;
    display: block;
    line-height: initial;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-color: #ddd;
    color: #a97f18;
    font-weight: 500;
    padding: 0px 5px;
    border-radius: 0px;
    font-size: .8em;
    border-radius: 11px;
    min-height: 50px;
    min-width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px; }
  #navtabs-section #myTab li:first-child a {
    margin-left: 0px; }
  #navtabs-section #myTab li {
    margin: 0; } }
@media (min-width: 1200px) {
  #navtabs-section #myTab li a {
    margin-right: 7px;
    margin-left: 7px; } }
#partnersLogos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  #partnersLogos .partner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    min-width: 70px;
    margin: 0 14px; }
    #partnersLogos .partner img {
      width: 100%; }
  @media (min-width: 1200px) {
    #partnersLogos .partner {
      width: 84px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    #partnersLogos .partner {
      width: 80px; } }

form#nlform {
  margin-top: 15px !important; }

.third-img-first-row-home {
  padding: 10px; }

div.form-group.newsletter-btn {
  text-align: center;
  margin-top: 30px; }

.newsletterContent .help-block {
  font-size: 1.6em;
  margin-top: 14px; }

#HomeP .latest-news-section .newsletterContent {
  padding: 0 10px; }
@media (max-width: 992px) {
  #HomeP .latest-news-section .home-block-content {
    margin-bottom: 30px; } }

.conferencesContainer {
  font-size: 1em;
  margin-bottom: 20px; }
  .conferencesContainer .centering-flex-content {
    width: 60%; }
  .conferencesContainer .conference-main-img {
    width: 100%; }
  .conferencesContainer .conference-main-img-container {
    min-height: 180px; }
  .conferencesContainer .summer-school-container {
    min-height: 150px; }
  .conferencesContainer .featured-conferences-item {
    display: flex;
    flex-flow: column; }
  .conferencesContainer .featured-conferences-item:hover {
    -webkit-box-shadow: 3px 8px 15px -2px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 3px 8px 15px -2px rgba(0, 0, 0, 0.37);
    box-shadow: 3px 8px 15px -2px rgba(0, 0, 0, 0.37);
    transition: .2s all ease-in-out; }
  .conferencesContainer .centering-flex-content {
    margin-bottom: 10px; }

.feature-conferences-item-text-container {
  padding: 10px; }

.featured-conferences-item-title {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  min-height: 60px;
  font-size: 0.9em;
  color: black;
  font-weight: 600; }

.featured-summer-schools {
  min-height: 275px; }

@media (max-width: 992px) {
  .featured-conferences-item {
    margin-bottom: 15px; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .featured-conferences-item {
    min-height: 275px; }

  .conferencesContainer .conference-main-img-container {
    min-height: 150px; }

  .feature-conferences-item-text-container {
    min-height: 104px; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .feature-conferences-item-text-container {
    min-height: auto; }

  .featured-conferences-item-title {
    min-height: 85px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .feature-conferences-item-text-container {
    min-height: 85px; } }
.conferences-page-conf-container {
  margin-bottom: 30px; }

.tabsyears .conferencesContainer .conference-main-img-container {
  min-height: 180px; }
.tabsyears .conference-item-title {
  margin-top: 0px;
  height: 100%;
  min-height: 66px;
  display: flex;
  align-items: center;
  padding: 0px; }
.tabsyears .featured-conferences-item {
  min-height: 333px; }
.tabsyears .conference-item-title h3 {
  position: absolute;
  bottom: 20px;
  right: 15px;
  padding: 0px;
  font-weight: 600; }
.tabsyears li.navs a, .tabsyears li.active a, .tabsyears li:hover a, .tabsyears li.navs a:hover {
  border-radius: 0px; }
.tabsyears .nav-styles {
  border-top-width: 0px !important;
  border-right-width: 1px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important; }

@media (max-width: 992px) {
  .margin-btm-30-mob {
    margin-bottom: 30px; }

  .tabsyears .featured-conferences-item {
    min-height: 315px; }
  .tabsyears .conference-item-title {
    min-height: 50px; }
  .tabsyears li.navs a {
    border-radius: 0px; }

  .conferencesContainer .conference-main-img-container {
    min-height: 175px !important; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .tabsyears .conferencesContainer .conference-main-img-container {
    min-height: 147px; }
  .tabsyears .featured-conferences-item {
    min-height: 300px; } }
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #efefef; }

::-webkit-scrollbar * {
  background: green; }

::-webkit-scrollbar-thumb {
  background: #ababab !important; }

.workshop-layout .conferences-list-item {
  padding: 0;
  min-height: 510px; }
.workshop-layout .conference-item-cover {
  min-height: 361px; }
.workshop-layout .conference-item-cover img {
  min-height: 275px;
  min-width: 100%;
  max-height: 361px;
  border: 0px; }
.workshop-layout .conference-details-text {
  padding: 10px; }
.workshop-layout .conference-item-cover > img {
  box-shadow: 0 0 0 0 transparent; }
@media (min-width: 992px) and (max-width: 1200px) {
  .workshop-layout .conference-item-cover {
    min-height: 292px; }
  .workshop-layout .conferences-list-item {
    min-height: 448px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .workshop-layout .conference-item-cover {
    min-height: auto; }
  .workshop-layout .conferences-list-item {
    min-height: 381px; }
  .workshop-layout .conference-item-cover img {
    min-height: auto; } }
@media (max-width: 992px) {
  .workshop-layout .conference-item-cover img {
    max-height: inherit;
    min-height: 221px; } }

.tabyears-book-service .conference-item-title {
  height: auto; }

@media (max-width: 992px) {
  .frame-title {
    line-height: 30px;
    text-align: center; }

  .framed-content {
    padding: 0px; }

  .quick-links-btn-mob {
    line-height: 40px; }

  .navbar-toggle {
    float: initial;
    border-radius: 29px; } }
.sidebar-btn {
  background-color: #aa812c;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 600;
  padding: 5px !important;
  margin-top: 0px;
  margin-bottom: 13px;
  line-height: 40px;
  float: initial;
  border-radius: 29px;
  margin-right: 0px !important;
  text-align: center; }

.fa.fa-caret-right {
  background: #aa812c;
  margin-top: 0px !important;
  font-weight: 600;
  font-size: 1em;
  width: 40px;
  height: 40px;
  float: right;
  padding: 0px;
  color: white;
  border-radius: 50%;
  line-height: 34px;
  border: 3px solid #f5f5f5; }

.sidebar-btn-container {
  margin: 15px 0px; }

.sidebar-btn:hover {
  color: #aa812c;
  background-color: #fff; }

.sidebar-btn:hover .fa.fa-caret-right {
  border: 3px solid #aa812c;
  background: #fff;
  color: #aa812c; }

#about-ierek-content .styled-box {
  border: 0px; }
#about-ierek-content .ierekpanel-b {
  padding: 0px; }

.tabyears-study-abroad .conferences-list-item {
  padding: 0px; }
.tabyears-study-abroad .conference-item-cover {
  min-height: 239px;
  max-height: 239px; }
.tabyears-study-abroad .feature-conferences-item-text-container {
  min-height: 162px; }
.tabyears-study-abroad .breifing {
  background-color: #d3d3d36b; }
  .tabyears-study-abroad .breifing figure {
    padding: 10px; }

@media (min-width: 992px) and (max-width: 1200px) {
  .tabyears-study-abroad .conference-item-cover {
    min-height: 190px; } }
@media (max-width: 1200px) {
  .conbref {
    height: auto;
    margin-bottom: 30px;
    padding: 5px; } }
.sidebar-sections-container .styled-box:first-child {
  margin-top: 0px; }

@media (max-width: 992px) {
  .conferences-page-container .conbref {
    height: 257px; } }
.conference-page-featured-conf {
  padding-top: 15px;
  background: white;
  height: auto; }
  .conference-page-featured-conf .featured-conferences-item {
    margin-bottom: 15px !important; }
  .conference-page-featured-conf .conferences-list-item {
    padding: 0px;
    margin-bottom: 15px; }
  @media (max-width: 992px) {
    .conference-page-featured-conf {
      height: auto; } }
  .conference-page-featured-conf .conference-main-img-container {
    min-height: 193px; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .conference-page-featured-conf .conference-main-img-container {
      min-height: 156px; } }
  @media (max-width: 992px) {
    .conference-page-featured-conf .conference-main-img-container {
      min-height: 122px !important; }
    .conference-page-featured-conf .featured-conferences-item {
      min-height: 260px; } }
  .conference-page-featured-conf .featured-conferences-item {
    border: 1px solid #dfdfdf; }
    .conference-page-featured-conf .featured-conferences-item .conference-item-title {
      padding: 0px;
      margin-top: 0px;
      display: flex;
      justify-content: center;
      align-items: center; }

.social-sharing-icons .box-title {
  margin: 10px auto 10px; }
  .social-sharing-icons .box-title .box-content effect .buttons {
    justify-content: center; }

.box-title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px; }
  .box-title-container .box-title {
    font-size: 1.3em; }

.content-from-textbox table {
  width: 100%; }
.content-from-textbox .action-btn-style {
  text-align: end; }
.content-from-textbox div {
  margin: 10px 0; }
.content-from-textbox table {
  margin: 10px 0;
  border: 1px solid lightgray; }
  .content-from-textbox table td {
    padding: 5px; }
.content-from-textbox p {
  margin: 0 !important;
  line-height: initial; }
.content-from-textbox #navtabs-section p {
  line-height: initial; }
.content-from-textbox .styled-list {
  font-size: 1em !important; }
.content-from-textbox .topic-description {
  font-size: 1em !important; }

.topic-description-container .topic-description {
  margin-top: 10px; }
.topic-description-container .topic-description-title-container {
  font-weight: 600; }

.Brief-Introduction {
  order: -1; }

.Brief-Introduction2 {
  order: 1; }

.main-box {
  padding: 0px;
  overflow-x: hidden;
  overflow-y: auto; }
  .main-box .styled-box {
    margin-bottom: 10px;
    border: 0px; }
  .main-box .pulse1 {
    font-size: 1.2em;
    padding-bottom: 7px; }
  .main-box .main-announcementBox-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center; }
    .main-box .main-announcementBox-container .flex-item {
      text-align: center;
      font-weight: 600;
      font-size: 1em; }

@media (max-width: 992px) {
  .main-box .styled-box {
    margin-top: 0px; }
  .main-box .pulse1 {
    text-align: center !important;
    display: flex;
    justify-content: center;
    align-items: center; } }
.styled-box {
  border: 0px;
  margin-top: 0px; }

.process input[type=text], .process input[type=password], .process input[type=email] {
  padding: 10px;
  margin: 0;
  border-radius: 0;
  min-height: 40px;
  font-size: 1em; }
.process .fees-title {
  font-size: 1em; }
.process .table-fees {
  margin-bottom: 10px; }
.process .form-control {
  height: 40px; }
.process .btn-block {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center; }
.process .account-block-container {
  padding: 30px 0px; }
.process .fees-title label {
  font-weight: 600; }

.fees-required > p {
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 0; }

.main-hr {
  border-top: 8px solid #eee; }

.conference-page-featured-conf {
  margin-top: 20px; }

.regErrors {
  font-size: .8em;
  font-weight: 500; }

.social-sharing-icons {
  /*common styles !!!YOU DON'T NEED THEM */
  /* jaques effect */ }
  .social-sharing-icons .container {
    margin: 60px auto 0px auto;
    text-align: center; }
    .social-sharing-icons .container h1 {
      font-family: 'Roboto', sans-serif;
      font-weight: 900;
      font-size: 30px;
      text-transform: uppercase;
      color: #212121;
      letter-spacing: 3px; }
      .social-sharing-icons .container h1 span {
        display: inline-block; }
        .social-sharing-icons .container h1 span:before, .social-sharing-icons .container h1 span:after {
          content: "";
          display: block;
          width: 34px;
          height: 2px;
          background-color: #212121;
          margin: 0px 0px 0px 2px; }
  .social-sharing-icons .effect {
    width: 100%;
    background-color: #212121; }
    .social-sharing-icons .effect h2 {
      color: #fff;
      font-family: 'Playfair Display', serif;
      font-weight: 400;
      font-size: 25px;
      letter-spacing: 3px; }
    .social-sharing-icons .effect:nth-child(2) {
      margin-top: 50px; }
    .social-sharing-icons .effect:nth-child(2n+1) {
      background-color: #fff; }
      .social-sharing-icons .effect:nth-child(2n+1) h2 {
        color: #212121; }
    .social-sharing-icons .effect .buttons {
      display: flex;
      justify-content: center; }
    .social-sharing-icons .effect a:last-child {
      margin-right: 0px; }
  .social-sharing-icons .effect {
    /*display: flex; */ }
    .social-sharing-icons .effect a {
      text-decoration: none !important;
      color: #fff;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0px;
      margin-right: 5px;
      font-size: 25px;
      overflow: hidden;
      position: relative; }
      .social-sharing-icons .effect a i {
        position: relative;
        z-index: 3; }
      .social-sharing-icons .effect a.fb {
        background-color: #3b5998; }
      .social-sharing-icons .effect a.tw {
        background-color: #00aced; }
      .social-sharing-icons .effect a.g-plus {
        background-color: #dd4b39; }
      .social-sharing-icons .effect a.dribbble {
        background-color: #ea4c89; }
      .social-sharing-icons .effect a.pinterest {
        background-color: #cb2027; }
      .social-sharing-icons .effect a.insta {
        background-color: #bc2a8d; }
      .social-sharing-icons .effect a.in {
        background-color: #007bb6; }
      .social-sharing-icons .effect a.vimeo {
        background-color: #1ab7ea; }
  .social-sharing-icons .effect.jaques a {
    transition: border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s; }
    .social-sharing-icons .effect.jaques a:hover {
      border-radius: 50%; }

.social-sharing-icons .effect a.a2a_button_skype {
  background-color: #00aef3; }

.univ-flex-container {
  display: flex;
  justify-content: center;
  align-items: center; }
  .univ-flex-container .text-center {
    margin: 15px; }

.appForm {
  margin-bootom: 10px; }

.main-download-btn {
  background-color: inherit;
  display: block;
  width: 100%;
  font-weight: 600;
  padding: 0px !important;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 40px;
  float: initial;
  border-radius: 0px;
  margin-right: 0px !important;
  text-align: center;
  border: 3px solid #aa812c;
  color: #aa812c; }

.fa.fa-caret-down {
  background: inherit;
  margin-top: 0px !important;
  font-weight: 600;
  font-size: 1em;
  width: 40px;
  height: 40px;
  float: right;
  padding: 0px;
  color: #aa812c;
  /* border-radius: 50%; */
  line-height: 40px;
  /* border: 3px solid #aa812c; */ }

.main-download-btn-text {
  padding-left: 10px;
  display: inline-block; }

.main-download-btn:hover {
  border: 3px solid inherit;
  color: white;
  background-color: #aa812c; }
  .main-download-btn:hover .fa.fa-caret-down {
    color: white; }

.quick-links-btn-container .sidebar-btn {
  border: 3px solid #aa812c; }
.quick-links-btn-container .fa.fa-caret-down {
  background: #aa812c;
  margin-top: 0px !important;
  font-weight: 600;
  font-size: 1em;
  width: 40px;
  height: 40px;
  float: right;
  padding: 0px;
  color: white;
  border-radius: 50%;
  line-height: 34px;
  border: 3px solid #f5f5f5; }
.quick-links-btn-container .plain-box:hover .fa.fa-caret-down, .quick-links-btn-container .plain-box:visited .fa.fa-caret-down {
  background: white;
  color: #aa812c;
  border: 3px solid #aa812c; }

#menu-quick-links .styled-box {
  padding: 2px;
  border: 1px solid #a97f18; }

.reviewer-container .reviewer-name {
  text-align: left;
  font-size: .9em;
  min-height: 155px;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  align-items: center; }
  .reviewer-container .reviewer-name h5 {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    text-align: center; }
.reviewer-container .reviewer-visit-profile a {
  background-color: #A97F18;
  color: #fff; }
.reviewer-container .reviewer-container-border {
  background: #f5f5f5;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 1em;
  -webkit-box-shadow: 2px 14px 26px -4px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 2px 14px 26px -4px rgba(0, 0, 0, 0.29);
  box-shadow: 2px 14px 26px -4px rgba(0, 0, 0, 0.29); }
  .reviewer-container .reviewer-container-border img {
    border-radius: 50%; }
.reviewer-container .btn {
  width: auto; }

@media (min-width: 992px) {
  .reviewer-container .reviewer-container-border {
    max-height: 275px;
    overflow: hidden; }
  .reviewer-container .reviewer-content {
    max-height: 125px; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .reviewer-container .reviewer-container-border {
    max-height: 280px;
    overflow: hidden; }
  .reviewer-container .reviewer-name {
    min-height: 159px; } }
@media (min-width: 1200px) {
  .reviewer-container .reviewer-name {
    min-height: 129px; } }
@media (max-width: 992px) {
  .reviewer-container .reviewer-name {
    min-height: auto; } }
#importantdates .table tr, #fees .table tr {
  margin-bottom: 10px; }

#fees {
  font-size: .9em; }

@media (max-width: 992px) {
  #importantdates .table-bordered, #fees .table-bordered {
    border: 0px solid #ddd; } }
#forauthors {
  font-size: .9em; }

#mainLoginMenu .username-showOnMobile-container {
  display: none;
  visibility: hidden; }
  #mainLoginMenu .username-showOnMobile-container a {
    color: lightgrey; }
#mainLoginMenu .username-showOnMobile {
  background-color: lightgrey;
  cursor: pointer; }

@media (max-width: 992px) {
  #mainLoginMenu .username-showOnMobile-container {
    display: block;
    visibility: visible;
    cursor: pointer; } }
#becomeASpeaker .input-group-addon, #becomeASponsor .input-group-addon, #mediaCoverage .input-group-addon, #applying-area .input-group-addon {
  border-radius: 0px; }
#becomeASpeaker #tab-General input[type=text], #becomeASpeaker #tab-General input[type=password], #becomeASponsor #tab-General input[type=text], #becomeASponsor #tab-General input[type=password], #mediaCoverage #tab-General input[type=text], #mediaCoverage #tab-General input[type=password], #applying-area #tab-General input[type=text], #applying-area #tab-General input[type=password] {
  margin: 0px; }
#becomeASpeaker #tab-General textarea, #becomeASponsor #tab-General textarea, #mediaCoverage #tab-General textarea, #applying-area #tab-General textarea {
  min-height: 100px; }
#becomeASpeaker #tab-General #organization, #becomeASponsor #tab-General #organization, #mediaCoverage #tab-General #organization, #applying-area #tab-General #organization {
  margin-right: 0px;
  margin-left: 0px; }
#becomeASpeaker #create_form .panel-footer, #becomeASponsor #create_form .panel-footer, #mediaCoverage #create_form .panel-footer, #applying-area #create_form .panel-footer {
  height: 54px; }
#becomeASpeaker #create_form .btn-file, #becomeASponsor #create_form .btn-file, #mediaCoverage #create_form .btn-file, #applying-area #create_form .btn-file {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center; }
#becomeASpeaker .image_file, #becomeASponsor .image_file, #mediaCoverage .image_file, #applying-area .image_file {
  background-color: lightgrey;
  padding: 10px;
  color: white; }
@media (max-width: 992px) {
  #becomeASpeaker .btn, #becomeASponsor .btn, #mediaCoverage .btn, #applying-area .btn {
    color: inherit;
    width: 100%; } }

#mediaCoverage #tab-General #organization {
  margin-right: -15px;
  margin-left: -15px; }

#payments .panel-body {
  padding: 15px; }
#payments .account-block-container {
  display: flex;
  flex-flow: column;
  padding: 10px; }
#payments .process .btn-block {
  height: auto; }
#payments .btn {
  width: 100%; }
#payments .data-input-field {
  margin-top: 10px;
  margin-bottom: 10px; }

.payment-content .alt-link {
  background-color: white;
  border: 1px solid #AA822C;
  color: #AA822C; }
.payment-content .alt-link:hover {
  background-color: #AA822C;
  color: white; }

.payment-sidebar .panel-body {
  padding: 10px; }

.btn-block + .btn-block {
  margin-top: 0px; }

@media (max-width: 992px) {
  .btn-block.order, .btn-block.review, .btn-full-width-mob {
    width: 100%; }

  .value-mobile {
    text-align: end; } }
.quick-links-sc {
  margin-bottom: 10px; }

.quick-links .menu-item:hover, .quick-links .activition:hover a {
  background-color: inherit; }

#bs-example-navbar-collapse-2 {
  margin-bottom: 20px; }

.iereklogosmall {
  padding-right: 5px !important; }

@media (max-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 14px !important; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-size: 12px; } }
.becomeASpeakerTemplate .btn.btn-default.btn-file, .becomeASpeakerTemplate .btn.btn-default.fileinput-remove.fileinput-remove-button {
  border: 1px solid lightgrey;
  margin-bottom: 5px;
  margin-top: 5px; }
.becomeASpeakerTemplate .close.fileinput-remove.text-right {
  display: none;
  visibility: hidden; }
.becomeASpeakerTemplate .input-group {
  width: 100%;
  border: 1px solid #A97F18; }
.becomeASpeakerTemplate .image_file input {
  display: none;
  visibility: hidden; }

#becomeASpeaker .main-submit-button, #becomeASponsor .main-submit-button, #mediaCoverage .main-submit-button, #applying-area .main-submit-button {
  background: #A97F18;
  color: #fff;
  min-width: 200px; }
#becomeASpeaker .main-submit-button:hover, #becomeASponsor .main-submit-button:hover, #mediaCoverage .main-submit-button:hover, #applying-area .main-submit-button:hover {
  opacity: .8; }
#becomeASpeaker .submitBTNMain, #becomeASponsor .submitBTNMain, #mediaCoverage .submitBTNMain, #applying-area .submitBTNMain {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px; }
#becomeASpeaker label, #becomeASponsor label, #mediaCoverage label, #applying-area label {
  font-weight: 500; }
#becomeASpeaker .centering-text, #becomeASponsor .centering-text, #mediaCoverage .centering-text, #applying-area .centering-text {
  text-align: center; }
#becomeASpeaker textarea, #becomeASpeaker input, #becomeASponsor textarea, #becomeASponsor input, #mediaCoverage textarea, #mediaCoverage input, #applying-area textarea, #applying-area input {
  outline: none;
  -webkit-appearance: none; }
#becomeASpeaker #brief_description textarea, #becomeASponsor #brief_description textarea, #mediaCoverage #brief_description textarea, #applying-area #brief_description textarea {
  width: 100%; }
#becomeASpeaker #organization .message, #becomeASponsor #organization .message, #mediaCoverage #organization .message, #applying-area #organization .message {
  margin: 0px; }

.new_input_field_container {
  /* style */ }
  .new_input_field_container .js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  .new_input_field_container .inputfile + label {
    max-width: 250px;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    width: 100%;
    /* 10px 20px */ }
  @media (max-width: 992px) {
    .new_input_field_container .inputfile + label {
      max-width: 100%; } }
  .new_input_field_container .no-js .inputfile + label {
    display: none; }
  .new_input_field_container .inputfile:focus + label,
  .new_input_field_container .inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px; }
  .new_input_field_container .inputfile + label * {
    line-height: 24px; }
  .new_input_field_container .inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */ }
  .new_input_field_container input[type=file] {
    display: none; }
  .new_input_field_container .inputfile-2 + label {
    color: #A97F18;
    border: 1px solid currentColor;
    height: 38px; }
  .new_input_field_container .inputfile-2:focus + label,
  .new_input_field_container .inputfile-2.has-focus + label,
  .new_input_field_container .inputfile-2 + label:hover {
    color: #956e17; }

.inputs-container input[type=text], .inputs-container textarea {
  -moz-box-shadow: 0 0 8px transparent;
  -webkit-box-shadow: 0 0 8px transparent;
  box-shadow: 0 0 8px transparent;
  border: 1px solid transparent; }
.inputs-container input {
  height: 34px; }
.inputs-container .has-error .checkbox, .inputs-container .has-error .checkbox-inline, .inputs-container .has-error .control-label, .inputs-container .has-error .help-block, .inputs-container .has-error .radio, .inputs-container .has-error .radio-inline, .inputs-container .has-error.checkbox label, .inputs-container .has-error.checkbox-inline label, .inputs-container .has-error.radio label, .inputs-container .has-error.radio-inline label {
  color: red; }
.inputs-container .text-brief {
  width: 100%;
  border: 0px; }

@media (max-width: 992px) {
  .becomeASpeakerImg {
    display: none;
    visibility: hidden; } }
.becomeASpeakerTitleMobile {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-weight: 600;
  color: #A97F18;
  visibility: visible;
  margin: 15px 0; }

@media (min-width: 992px) {
  .becomeASpeakerTitleMobile {
    display: none;
    visibility: hidden; } }
.finishedConference {
  filter: grayscale(100%); }

.social-sharing-icons .effect a.a2a_button_google_plus, .social-sharing-icons .effect a.a2a_button_pocket {
  background-color: #cf4434; }

.social-sharing-icons .effect a.a2a_button_pocket {
  background-color: #f33a54; }

.finishedConference:hover {
  filter: grayscale(0%); }

.committee-container .caption p {
  font-family: inherit !important; }

.downloadCV-container {
  text-align: center; }

.whitebackground {
  background: white; }
  .whitebackground p {
    margin: 0 0 0px !important;
    word-break: break-word; }
  .whitebackground .framed-content {
    padding: 10px; }
  .whitebackground .insidepanel-styles {
    margin-bottom: 0px !important; }

#view-profile {
  font-size: 14px; }
  #view-profile .btn {
    width: auto; }

#edit-profile .btn {
  width: auto; }

#message #delArea {
  text-align: right; }

@media (max-width: 992px) {
  #myEvents .table > tbody > tr > td, .myAbstracts .table > tbody > tr > td {
    border-top: 0px solid #ddd; } }

.view-profile-notifications .btn {
  color: initial; }

.myAbstracts .table {
  margin-bottom: 0px !important; }
.myAbstracts caption {
  padding-top: 0px;
  padding-bottom: 0px; }
.myAbstracts .go-to-event {
  line-height: inherit;
  background: #aa812c;
  color: white;
  font-size: 13px;
  padding: 5px 10px;
  font-weight: 500; }
.myAbstracts .go-to-event:hover {
  cursor: pointer;
  opacity: .8; }
.myAbstracts .caption-div h3 {
  margin-bottom: 0;
  margin-top: 0; }
.myAbstracts .caption-div-inner {
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  min-height: 50px; }
  .myAbstracts .caption-div-inner h3 {
    font-size: 16px !important; }
@media (max-width: 992px) {
  .myAbstracts .caption-div-inner {
    flex-flow: column;
    padding: 10px; } }
.myAbstracts .grayscaled {
  filter: grayscale(100%); }
.myAbstracts .grayscaled:hover {
  filter: grayscale(0%); }

.margin-b-0 {
  margin-bottom: 0; }

.brief-description {
  background: white;
  text-align: justify;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
  word-break: break-word; }
  .brief-description p {
    font-size: 1.2em;
    padding-left: 10px; }
  .brief-description > p {
    padding-bottom: 0px; }

.d-inline-block {
  diaply: inline-block; }

.brief-description-book-series p {
  padding: 0;
  padding-bottom: 3px; }

.overview_badge {
  position: absolute;
  z-index: 999;
  right: 6%;
  text-align: center;
  background: #a97f18;
  font-weight: 500;
  font-size: 16px;
  bottom: 9%;
  line-height: 17px; }

.applying-area {
  background: white;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 20px; }

#applying-area input[type=text], #applying-area input[type=email], #applying-area select {
  border: 1px solid #A97F18 !important;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  box-shadow: 0 0 8px transparent;
  border: 1px solid transparent;
  height: 34px;
  width: 100%;
  padding: 12px 20px; }
#applying-area label {
  width: auto; }
#applying-area textarea {
  border: 1px solid #A97F18 !important; }
#applying-area select {
  color: #555;
  border-radius: 0;
  padding: 0 20px;
  line-height: 20px; }

.main-footer {
  margin-top: 30px;
  background-color: #000000b3;
  padding-bottom: 40px; }

@media (max-width: 992px) {
  .main-footer {
    padding-bottom: 80px; } }
.footer {
  background-color: var(--footer-bg-color);
  color: white; }

.footer a, .footer p {
  color: var(--footer-text-color);
  text-decoration: none; }

.footer a:hover {
  color: var(--secondary-color-hover);
  text-decoration: none;
  cursor: pointer; }

.footer a.footer-link-active {
  color: var(--secondary-color-hover); }

.footer .pdf-badge {
  background-color: var(--darker-faded-color);
  color: white; }

.email-wrapper {
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  margin: 0 auto; }
  .email-wrapper table {
    margin-bottom: 24px;
    width: 100%; }
  .email-wrapper .cell-title {
    font-size: 16px;
    font-weight: bold; }
  .email-wrapper td {
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 9px;
    padding-bottom: 9px;
    min-width: 150px !important; }

.email-title-bg {
  background-color: orange;
  padding: 10px; }

@media (max-width: 992px) {
  td {
    width: 150px !important; } }
.sponsor-ship-table {
  min-width: 178px; }
  .sponsor-ship-table td {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 6px;
    text-align: center; }
  .sponsor-ship-table .text-left {
    text-align: left; }
  .sponsor-ship-table .rule {
    color: red; }
  .sponsor-ship-table .sponsors-rules {
    text-align: justify; }

.border-bottom {
  border-bottom: 1px solid black;
  display: inline-block;
  padding-bottom: 6px; }

.register-text {
  padding-right: 5px;
  color: #007bb6; }

a.register {
  color: #ab8121; }

.register-arrow {
  height: 28px;
  width: 15px; }

/* styles for '...' to limit text length */
.green {
  color: green; }

.block-with-text {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 2.4em;
  /* fix problem when last visible word doesn't adjoin right side  */
  /* */
  padding-right: 1em; }

.block-with-text:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0; }

.margin-top {
  margin-top: 10px; }

.block-with-text:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  width: 1em;
  /* set width and height */
  height: 1em;
  margin-top: 0.2em;
  background: inherit; }

.one-line-max {
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 1.2em;
  /* fix problem when last visible word doesn't adjoin right side  */
  overflow: hidden; }

.three-line-max {
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 3.6em;
  /* fix problem when last visible word doesn't adjoin right side  */
  margin-bottom: 10px; }

.continue-btn {
  height: 15px;
  width: 22px; }

@media (max-width: 992px) {
  .block-with-text-mobile {
    overflow: auto;
    max-height: none; } }
.text-right {
  text-align: right; }

.four-line-max {
  line-height: 1.2em;
  max-height: 4.8em;
  overflow: hidden; }

/* End styles for '...' to limit text length */
@media (max-width: 992px) {
  .footer {
    text-align: center; } }
.grid-column {
  padding: 20px 30px; }

.copyrights-row {
  padding: 4px 16px; }

@media (max-width: 992px) {
  .copyrights-row {
    padding: 20px 20px; }

  .grid-column {
    padding: 5px 30px; } }
.grid-column-h4 {
  margin-bottom: 6px; }

.underline {
  border-bottom: 2px solid var(--separator-border-color); }

@media (min-width: 992px) {
  .underline {
    border-bottom: 0px solid var(--separator-border-color); } }
.grid-column-hr {
  margin-bottom: 10px;
  border-top: 1px solid var(--separator-border-color); }

@media (max-width: 992px) {
  .grid-column-hr {
    visibility: hidden;
    display: none; } }
.copyright-text {
  text-align: center; }

@media (max-width: 992px) {
  .copyright-text {
    text-align: center; } }
/* End footer */
.footer {
  padding-bottom: 20px;
  background-color: #000000b3; }
  .footer .grid-column {
    text-align: start !important; }
  .footer p {
    margin: 0; }
  .footer hr {
    margin-top: 0px; }
  .footer .grid-column-h4 {
    margin-bottom: 6px; }
  .footer h4 {
    font-size: 18px;
    margin-top: 10px; }

@media (min-width: 992px) {
  footer > .container > .row {
    display: flex;
    justify-content: center; } }
.card_pdf_image img {
  height: 20px; }

@media (max-width: 992px) {
  .card-text-content-container .card-text_title {
    font-size: .8em; }

  .card-text_description {
    font-size: .7em; } }
.grid-column-hr {
  margin-bottom: 10px;
  border-top: 1px solid var(--separator-border-color); }

.grid-column-hr-separator {
  margin-left: 15px;
  margin-right: 15px; }

.copyright_container {
  display: flex;
  justify-content: center;
  align-items: center; }

@media (max-width: 992px) {
  .footer .grid-column {
    text-align: center !important; }

  .copyrights-row {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 10px 20px; }
    .copyrights-row div[class*=col-] {
      min-height: 27px; }

  .copyright_container {
    margin-bottom: 4px; } }
.summerSchools .featured-conferences-item {
  width: 100%; }
@media (max-width: 1200px) and (min-width: 768px) {
  .summerSchools .conferencesContainer .conference-main-img-container {
    min-height: 196px; } }
.summerSchools .tabyears-study-abroad .feature-conferences-item-text-container {
  min-height: 140px; }

.study-in-italy img {
  height: 256px;
  width: 100%; }

@media (max-width: 1200px) {
  .study-in-italy img {
    height: 278px !important; } }
@media (max-width: 990px) {
  .study-in-italy img {
    height: 286px !important; } }
.study_abroad_intro .brief-description {
  background: inherit !important; }
.study_abroad_intro .brief-description {
  max-height: unset; }
.study_abroad_intro #forAuthors .card-link, .study_abroad_intro .main-study-abroad-btn {
  text-decoration: none;
  color: black; }
.study_abroad_intro .description {
  text-align: justify;
  font-size: 14px; }
.study_abroad_intro .announcements .description {
  padding: 15px 0 15px 0;
  border-top: 2px solid var(--announcement-border-color);
  margin-bottom: 10px; }
@media (max-width: 992px) {
  .study_abroad_intro .announcements .description {
    padding: 0px 0 30px 0; } }
.study_abroad_intro .description-icon {
  text-align: center; }
.study_abroad_intro .description-icon img {
  width: 100%;
  width: 70px; }
.study_abroad_intro .title h4 {
  text-align: center; }
@media (min-width: 768px) and (max-width: 1200px) {
  .study_abroad_intro .title h4 {
    height: 18px; } }
.study_abroad_intro .main-study-abroad-btn * {
  color: black; }
.study_abroad_intro .main-study-abroad-btn:hover * {
  opacity: .8; }
.study_abroad_intro .main-study-abroad-btn:hover {
  text-decoration: none;
  color: #949494; }
.study_abroad_intro .styled-box {
  padding: 7px 10px; }
@media (min-width: 1200px) {
  .study_abroad_intro #partnersLogos .partner {
    width: 95px; } }
.study_abroad_intro .iframe-box p {
  height: 400px; }
@media (min-width: 992px) and (max-width: 1200px) {
  .study_abroad_intro .iframe-box p {
    height: 300px; } }
@media (max-width: 992px) {
  .study_abroad_intro .iframe-box p {
    height: auto; }
  .study_abroad_intro .studyAbroadDescription .box-content p {
    padding: 5px 10px;
    max-height: 200px;
    overflow: auto; } }
.study_abroad_intro p {
  margin: 0; }

.summerSchoolLayout .additional-menu {
  margin-bottom: 10px; }

@media (max-width: 992px) {
  .normal-table-layout .table {
    font-size: 1em !important;
    width: 100% !important; }
  .normal-table-layout .table-bordered tr {
    display: block !important; }
    .normal-table-layout .table-bordered tr th, .normal-table-layout .table-bordered tr td {
      width: 30% !important; } }
.normal-table-layout .box-content {
  overflow-x: auto; }
.normal-table-layout .box-content * {
  max-width: 100%; }

.form-group-centeredContent {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center; }
  .form-group-centeredContent .row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.undergrad_studies_btn {
  color: white !important; }

.no-content-styles {
  min-height: 50vh; }

h3.panel-title {
  padding-bottom: 0; }

.book_series .studyabroad-data ul {
  list-style-type: none;
  padding-left: 0; }

@media (max-width: 992px) {
  .conf-btn-mob {
    display: flex;
    flex-flow: column; }
    .conf-btn-mob a {
      margin-top: 10px;
      margin-bottom: 10px;
      width: 100%; }

  .styled-box.section .box-content div {
    overflow-x: auto;
    height: auto; } }
#conferencetopics ul {
  list-style-type: none;
  padding-left: 0; }

.col-md-9.padle {
  font-size: 16px; }
  .col-md-9.padle p {
    font-size: 1em !important;
    line-height: initial !important; }
  .col-md-9.padle .box-content {
    padding: 0 15px; }
  .col-md-9.padle iframe {
    max-width: 100% !important; }
  .col-md-9.padle table {
    table-layout: auto !important;
    font-size: .9em !important; }
    .col-md-9.padle table p {
      text-align: center !important;
      font-size: 1em !important;
      width: 100% !important;
      font-family: inherit !important;
      line-height: initial !important; }
  .col-md-9.padle tr {
    display: table-row !important;
    width: 100% !important;
    border: 1px solid #ddd !important; }
  .col-md-9.padle td {
    border: 1px solid #ddd !important;
    font-size: 1em;
    font-family: 'Source Sans Pro', sans-serif;
    vertical-align: middle; }
    .col-md-9.padle td strong {
      font-size: 1em !important; }
  .col-md-9.padle .table-bordered {
    border: 0px solid #ddd; }
  .col-md-9.padle section table {
    overflow-x: scroll; }
  @media (max-width: 992px) {
    .col-md-9.padle .btn {
      width: 100% !important; }
    .col-md-9.padle iframe {
      min-height: auto !important; } }

#publishing section {
  overflow-x: scroll; }

@media (max-width: 992px) {
  .submit-your-paper .btn {
    width: auto !important; } }
@media (max-width: 992px) {
  .new-layout .conf-btn-mob {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center; }
  .new-layout .conf-btn-mob a {
    margin-top: 5px;
    margin-bottom: 5px;
    width: fit-content; }
  .new-layout .conference-registration-btn {
    line-height: 40px;
    min-width: 135px; } }

.bookseries-homeImage img {
  height: auto; }

@media (min-width: 992px) and (max-width: 1200px) {
  .bookseries-homeImage img {
    height: 369px; } }
@media (max-width: 992px) {
  .reviewer-description {
    visibility: hidden;
    display: none; } }
.featured-conference-container div[class=col-md-6]:first-child {
  padding-left: 0px !important; }

.featured-conference-container div[class=col-md-6]:last-child {
  padding-right: 0px !important; }

.section-padding {
  padding: 15px; }

@media (max-width: 992px) {
  .sidebar-widget-mobile .styled-box {
    padding-left: 15px;
    padding-right: 15px; } }
.sidebar-widget-desktop .styled-box {
  padding-left: 12px;
  padding-right: 12px; }

/*   */
img.img2 {
  display: none; }

@media only screen and (max-width: 700px) {
  img.img1 {
    display: none; }

  img.img2 {
    display: block;
    width: 100%; } }
/**************IEREK  WEBSITE********************/
/*****colors***/
/********/
/*******parameters***/
:root {
  --main-bg-color: #201f1f;
  --navbar-color: white;
  --main-color: #d8d8d8;
  --secondary-color: #1c6793;
  --secondary-color-hover: #338cc3;
  --action-btn-color: #de2c2c;
  --action-btn-color-hover: #eb2929;
  --darker-faded-color: #aaa8a8;
  --faded-color: #e4e4e4;
  --posts-bg-color: white;
  --main-menu-height: 95px;
  --body-font-color: #333;
  --body-font-size: 15px;
  --sidebar_card-main_title: #bbbbbb;
  --banner-font-color: white;
  --banner-bg-color: #2b6e9d;
  --light-green: #225a80;
  --separator-border-color: #e4e4e4;
  --footer-bg-color: #6e6e6e;
  --footer-text-color: #d8d8d8;
  --link-visited: #2b6e9d;
  --separator-border-color: #e4e4e4;
  --footer-bg-color: #6e6e6e;
  --footer-text-color: #d8d8d8; }

body {
  background-color: #ECECEC;
  background: url(../images/bgAllSite.jpg) top repeat-x #ececec !important;
  border-top: 3px solid #A97F18;
  border-bottom: 3px solid #A97F18;
  font-size: 16px !important;
  font-family: 'Source Sans Pro', sans-serif;
  transition: .2s all ease-in-out;
  min-height: 100vh; }

a {
  color: #0c3852;
  text-decoration: none;
  font-family: 'Source Sans Pro', sans-serif; }

.ui-widget-header .ui-icon {
  background-image: url("../images/jquery-ui-imgs/ui-icons_ffffff_256x240.png"); }

a.ui-datepicker-prev.ui-corner-all, a.ui-datepicker-next.ui-corner-all {
  background-color: #A97F18;
  border: 1px solid #A97F18; }

a:hover, a:focus {
  text-decoration: none;
  outline: 0; }

.ui-datepicker td span, .ui-datepicker td a:hover {
  color: black;
  border: 1px solid grey;
  background-color: transparent; }

.ui-widget-header {
  color: #aa7f00; }

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 0; }

p {
  font-size: 1em; }

.nav > li > a {
  padding: 15px 10px; }

.cover-img {
  background-color: #fff;
  margin-bottom: 15px; }
  .cover-img img {
    width: 100%;
    padding: 7px; }

@media (max-width: 700px) {
  .cover-img {
    background-color: #fff; }
    .cover-img img {
      width: 100%;
      height: auto;
      padding: 7px; } }
.section p {
  text-align: justify !important;
  font-size: 14px !important;
  width: 100%;
  clear: both;
  font-family: 'Open Sans', sans-serif !important;
  line-height: 24px; }

.section strong {
  font-size: 14px !important; }

.nomargin-after {
  margin-bottom: 1px; }

.no-padd {
  padding: 0 !important; }

.topic-title {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px !important;
  padding: 0 0.5em;
  font-weight: 700; }

span, label {
  font-size: 1em; }

.regErrors {
  color: red; }

.panel-heading {
  background-color: #A97F18 !important;
  color: #fff !important;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }
  .panel-heading i {
    margin-right: 5px; }

.ierekpanel-b {
  background-color: #F5F5F5; }

.insidepanel {
  border: 1px solid #dfdfdf;
  padding: 1%;
  background-color: #fff;
  margin-bottom: 10px; }

.insidepanell {
  padding: 1%;
  margin-bottom: 1%; }

.padll {
  padding-left: 0px; }

@media (max-width: 700px) {
  .padll {
    padding-left: 0px;
    padding-right: 0px; } }
.padmid {
  padding: 0px 5px 0px 5px; }

/***extended classes*****/
.buttonstyle, #CONDETAILP .buttons-group a {
  background-color: #A97F18;
  color: #fff;
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: none; }
  .buttonstyle:hover, #CONDETAILP .buttons-group a:hover, .buttonstyle:focus, #CONDETAILP .buttons-group a:focus, .buttonstyle:active, #CONDETAILP .buttons-group a:active {
    background-color: #0C3852;
    color: #fff;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

.buttonstyle2, #CONTACTP .pull-right, #SCIENDETAILP .scien-caption button {
  background-color: #0C3852;
  color: #fff;
  border: none;
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }
  .buttonstyle2:hover, #CONTACTP .pull-right:hover, #SCIENDETAILP .scien-caption button:hover, .buttonstyle2:focus, #CONTACTP .pull-right:focus, #SCIENDETAILP .scien-caption button:focus, .buttonstyle2:active, #CONTACTP .pull-right:active, #SCIENDETAILP .scien-caption button:active {
    background-color: #A97F18;
    color: #fff;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

.sign-in-navbar {
  background-color: lightgrey; }

.radius, #NEWSP .insidepanel .buttcont, #NEWSDETAILP .insidepanel .buttcont, #BLOGDETAILP .insidepanel .buttcont, #NEWSP .insidepanel .buttcont:hover, #NEWSDETAILP .insidepanel .buttcont:hover, #BLOGDETAILP .insidepanel .buttcont:hover {
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

/*------right Side-----*/
.breifing .images-side {
  margin-top: 20px; }
  .breifing .images-side figure img {
    width: 100%; }
.breifing .Authorities {
  padding: 1%;
  margin-bottom: 20px; }

/*-----------------------------------Header--------------------------------*/
#masthead {
  height: 115px; }

header .btn-default {
  color: #333;
  background-color: #0C3852; }
  header .btn-default:hover {
    background-color: #A97F18; }
header i {
  color: #fff; }
header .dropdown-menu {
  background-color: #0C3852; }
  header .dropdown-menu li a {
    color: #fff; }
    header .dropdown-menu li a:hover {
      background-color: #135379; }
header .navbar-default {
  padding: 0px;
  background-color: transparent !important; }
header .navbar {
  font-weight: 500;
  border: none; }
header .navbar-nav {
  float: none;
  margin: 0px 0px;
  border-top: 2px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7; }
  header .navbar-nav li {
    margin: 0 auto; }
    header .navbar-nav li a {
      border-bottom: 3px solid transparent; }
header .navbar-default .navbar-nav > li > a:hover, header .navbar-default
.navbar-nav > li > a:focus {
  background-color: #fff;
  border-bottom: 3px solid #c2c2c2 !important; }
header .navbar-default .navbar-nav > .active > a, header .navbar-default .navbar-nav > .active > a:hover,
header .navbar-default .navbar-nav > .active > a:focus {
  background-color: #fff;
  border-bottom: 3px solid #A97F18; }

.categories-home {
  display: flex;
  justify-content: center;
  padding-top: 1%;
  padding-bottom: 1em; }
  .categories-home ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .categories-home ul li {
      width: 12%;
      display: inline-block;
      background-color: #0A293B;
      padding: 15px 0px 0px 0px;
      margin-right: .55%;
      border-bottom: 3px solid #0A293B;
      margin-bottom: 1.5%;
      text-align: center; }
      .categories-home ul li:hover {
        /*background-color:#CCD5CD;*/
        color: #999;
        border-bottom: 3px solid red;
        background-color: #aa812c; }
      .categories-home ul li a img {
        height: 65px;
        margin: 0 auto;
        display: block;
        margin-bottom: 5px; }
      .categories-home ul li a h6 {
        background: #fff;
        padding: 9px 0px 9px 0px;
        margin: 0;
        color: #999 !important;
        font-size: 12.5px;
        height: auto;
        margin-top: 15px; }
      .categories-home ul li:last-child {
        margin-right: 0px !important; }
    .categories-home ul:hover h6 {
      color: #fff; }
    @media (max-width: 700px) {
      .categories-home ul li {
        width: 24%;
        display: inline-block;
        background-color: #0A293B;
        padding: 15px 0px 0px 0px;
        margin-right: .55%;
        border-bottom: 3px solid #0A293B;
        margin-bottom: 1.5%;
        text-align: center; }
        .categories-home ul li:hover {
          /*background-color:#CCD5CD;*/
          color: #999;
          border-bottom: 3px solid red;
          background-color: #aa812c; }
        .categories-home ul li a img {
          height: 65px;
          margin: 0 auto;
          display: block;
          margin-bottom: 5px; }
        .categories-home ul li a h6 {
          background: #fff;
          /* padding: 9px 17px; */
          margin: 0;
          color: #999 !important;
          font-size: 11.5px;
          height: auto;
          margin-top: 15px;
          height: 30px;
          padding-top: 7px; }
        .categories-home ul li:last-child {
          margin-right: 0px !important; }
      .categories-home ul:hover h6 {
        color: #fff; } }

.categories-home-row {
  display: flex;
  justify-content: center; }

.categories-home-row {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0px;
  margin-left: 0px; }

.categories-home-card-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #0C3852;
  flex: 1; }

.categories-home-card-container:hover .categories-home-card-container-title {
  border-bottom: 5px solid #ED1D24; }

.categories-home-card-container:hover {
  background-color: #A97F18; }

.categories-home-card-container-title {
  width: 100%;
  text-align: center;
  background: white;
  padding: 5px;
  border-bottom: 5px solid #0C3852;
  color: black;
  font-size: .8em;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 43px; }

.categories-home-card-container-title-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500; }

@media (min-width: 992px) and (max-width: 1200px) {
  .categories-home-card-container-title {
    font-size: .65em; } }
@media (min-width: 768px) and (max-width: 992px) {
  .categories-home-card-container-title {
    font-size: .5em; } }
@media (max-width: 768px) {
  .categories-home-card-container-title {
    font-size: .7em;
    min-height: 45px; }

  .categories-home-card-container-title-text {
    font-weight: 100; } }
.categories-home-card-container-img img {
  width: 100%;
  padding: 10px; }

.categories-home-card-main-container {
  flex: 1;
  width: 100%;
  margin: 5px; }

/*---------------------------end header------------------------------------------*/
/*-------------------footer----------------------------------------------------*/
footer {
  text-align: center; }
  footer .button-footer ul li {
    display: inline-block; }
    @media (min-width: 992px) {
      footer .button-footer ul li a {
        color: white; } }
    footer .button-footer ul li a:hover {
      color: black; }
  footer .button-footer .nav > li > a:hover, footer .button-footer .nav > li > a:focus {
    background-color: #FFFFFF; }
  footer .social-icons ul {
    margin-bottom: 0px; }
    footer .social-icons ul li {
      display: inline-block; }
      footer .social-icons ul li a i {
        color: #A97F18; }
      footer .social-icons ul li a .fa-linkedin-square:hover {
        color: #2087D6; }
      footer .social-icons ul li a .fa-facebook-square:hover {
        color: #495E93; }
      footer .social-icons ul li a .fa-twitter-square:hover {
        color: #6ACCEF; }
      footer .social-icons ul li a .fa-instagram:hover {
        color: #D7C9AF; }
      footer .social-icons ul li a .fa-youtube-square:hover {
        color: #E32A21; }
      footer .social-icons ul li a .fa-android:hover {
        color: #A2C437; }
  footer .banks ul {
    margin-bottom: 0px; }
    footer .banks ul li {
      display: inline-block; }

/*------------------------end footer---------------------------------------------*/
/*********************chat*******************/
#Chat .chatfloating {
  float: right; }
#Chat .panel-primary > .panel-heading {
  background-color: #4CAF50 !important;
  border: none; }
#Chat .chat {
  list-style: none;
  margin: 0;
  padding: 0; }
#Chat .chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #B3A9A9; }
#Chat .chat li.left .chat-body {
  margin-left: 60px; }
#Chat .chat li.right .chat-body {
  margin-right: 60px; }
#Chat .chat li .chat-body p {
  margin: 0;
  color: #777777; }
#Chat .panel .slidedown .glyphicon, #Chat .chat .glyphicon {
  margin-right: 5px; }
#Chat .panel-body {
  overflow-y: scroll;
  height: 250px; }
#Chat .panel {
  margin-bottom: 0px;
  border: none; }
#Chat ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5; }
#Chat ::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }
#Chat ::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555; }

/*-----------------------------------Aboutpage----------------------------------------*/
#ABOUTP .panel .panel-body ul li h4 {
  color: #A97F18;
  border-bottom: 2px solid #A97F18;
  font-size: 16px;
  font-weight: 600;
  width: 10%; }
#ABOUTP .panel .panel-body ul li p {
  font-size: 14px; }

/*---------------------------------------contact page---------------------------------*/
#CONTACTP {
  margin-bottom: 2%; }
  #CONTACTP #map {
    margin-top: -2%;
    padding: 10px 10px;
    background: #F8F8F8;
    width: 100%;
    border-radius: 1px;
    height: 300px; }
  #CONTACTP .countries {
    margin-top: 2%; }
    #CONTACTP .countries .hvr-icon-drop {
      display: block;
      padding-bottom: 3%;
      padding-top: 3%; }
    #CONTACTP .countries li {
      border-bottom: 1px solid #e7e7e7;
      padding-left: 2%; }
      #CONTACTP .countries li a {
        font-size: 15px;
        font-weight: 600;
        color: #aa812c; }
      #CONTACTP .countries li p {
        font-size: 12px !important;
        color: #0A293B; }
      #CONTACTP .countries li:hover, #CONTACTP .countries li:active, #CONTACTP .countries li:focus {
        background-color: #e7e7e7;
        border-left: 2px solid #A97F18; }

/*----------------------news page---------------------------------------------*/
#NEWSP .insidepanel h4, #NEWSDETAILP .insidepanel h4, #BLOGDETAILP .insidepanel h4 {
  font-size: 15px;
  font-weight: 600;
  border-bottom: 2px solid #A97F18;
  display: table; }
  #NEWSP .insidepanel h4 a, #NEWSDETAILP .insidepanel h4 a, #BLOGDETAILP .insidepanel h4 a {
    color: #777; }
    #NEWSP .insidepanel h4 a:hover, #NEWSDETAILP .insidepanel h4 a:hover, #BLOGDETAILP .insidepanel h4 a:hover {
      color: #999; }
#NEWSP .insidepanel span, #NEWSDETAILP .insidepanel span, #BLOGDETAILP .insidepanel span {
  margin-right: 2%; }
  #NEWSP .insidepanel span i, #NEWSDETAILP .insidepanel span i, #BLOGDETAILP .insidepanel span i {
    color: #ED1D24;
    margin-right: 3px; }
#NEWSP .insidepanel p img, #NEWSDETAILP .insidepanel p img, #BLOGDETAILP .insidepanel p img {
  margin-right: 1%;
  width: 100px;
  height: 24px; }
#NEWSP .insidepanel .buttcont, #NEWSDETAILP .insidepanel .buttcont, #BLOGDETAILP .insidepanel .buttcont {
  padding: 5px;
  border: 1px solid #ddd;
  color: #0C3852; }
  #NEWSP .insidepanel .buttcont:hover, #NEWSDETAILP .insidepanel .buttcont:hover, #BLOGDETAILP .insidepanel .buttcont:hover {
    background-color: #0C3852;
    color: #fff; }
  #NEWSP .insidepanel .buttcont i, #NEWSDETAILP .insidepanel .buttcont i, #BLOGDETAILP .insidepanel .buttcont i {
    margin-left: 5px; }
#NEWSP .sharing-icons, #NEWSDETAILP .sharing-icons, #BLOGDETAILP .sharing-icons {
  display: block;
  float: right;
  /*   border: 1px solid #ddd;*/
  padding: 4px;
  width: 18%;
  border-radius: 4px;
  margin-top: -1%; }
@media (max-width: 900px) {
  #NEWSP .sharing-icons, #NEWSDETAILP .sharing-icons, #BLOGDETAILP .sharing-icons {
    display: block;
    float: inherit;
    border: 1px solid #ddd;
    padding: 4px;
    width: 81%;
    border-radius: 4px;
    margin-top: -1%;
    margin-bottom: 16px; } }
#NEWSP .stButton .chicklets, #NEWSDETAILP .stButton .chicklets, #BLOGDETAILP .stButton .chicklets {
  padding-left: 16px;
  padding-right: 0px; }

#NEWSDETAILP .sharing-icons, #BLOGDETAILP .sharing-icons {
  margin-top: 0; }

/*-------------------------------------SCIENTIFICPage-------------------------------------*/
#SCIENTIFICP .thumbnail {
  border: none;
  background-color: transparent; }
  #SCIENTIFICP .thumbnail figure {
    background-color: #fff;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 10px; }
    #SCIENTIFICP .thumbnail figure img {
      border-radius: 10px;
      width: 100px;
      height: 100px;
      padding: 3%; }
  #SCIENTIFICP .thumbnail .caption {
    background-color: #fff;
    margin-top: -40px;
    padding-top: 26px;
    text-align: center;
    min-height: 180px;
    max-height: 194px;
    border-top: 2px solid #A97F18; }
    #SCIENTIFICP .thumbnail .caption h3 a {
      color: #A97F18;
      font-size: 15px;
      font-weight: 600; }
      #SCIENTIFICP .thumbnail .caption h3 a:hover {
        color: #999; }
    #SCIENTIFICP .thumbnail .caption p {
      text-align: justify;
      min-height: 180px;
      max-height: 194px;
      font-size: 13px !important;
      padding: 2% !important;
      font-weight: 600;
      color: #6e6f6f; }
      #SCIENTIFICP .thumbnail .caption p a {
        color: #0C3852;
        font-size: 12px; }
        #SCIENTIFICP .thumbnail .caption p a:hover {
          color: #0C3852; }

/*-----------------------------scientific detail page----------------------------------------------------*/
#SCIENDETAILP .thumbnail {
  border: none;
  background-color: transparent;
  padding: 0px; }
  #SCIENDETAILP .thumbnail figure {
    background-color: #fff;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 10px; }
    #SCIENDETAILP .thumbnail figure img {
      border-radius: 10px;
      width: 100px;
      height: 100px;
      padding: 3%; }
  #SCIENDETAILP .thumbnail .caption {
    background-color: #fff;
    margin-top: -40px;
    padding-top: 26px;
    text-align: center;
    border-top: 2px solid #A97F18; }
    #SCIENDETAILP .thumbnail .caption h2 {
      color: #A97F18;
      font-weight: 600; }
#SCIENDETAILP .scien-caption {
  background-color: #fff;
  padding: 2%; }
  #SCIENDETAILP .scien-caption button {
    border: none;
    padding: 7px;
    margin-top: -51px;
    float: right;
    margin-right: 2%; }

/*---------------------------------------Workshop page --------------------------------------*/
.ierekpanel-workshop {
  height: 175px;
  overflow: scroll; }
  .ierekpanel-workshop .insidepanel {
    background-color: transparent;
    border: 0px; }

.ierek-workshop .conference-item-cover img {
  min-height: auto !important; }
.ierek-workshop .conference-item-title {
  height: 80px; }

.ierek-work-event {
  height: 480px; }

/*--------------------------------------conference page-------------------------------------*/
#CONFERENCEP .nav-tabs {
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  display: table;
  width: 100%;
  margin-top: 10px;
  margin-top: 10px; }
#CONFERENCEP .nav-tabs > li.active > a, #CONFERENCEP .nav-tabs > li.active > a:hover, #CONFERENCEP .nav-tabs > li.active > a:focus {
  background-color: #0C3852;
  color: #fff; }
#CONFERENCEP .nav-tabs > li > a {
  border-right: 1px solid #ddd;
  margin-right: 0px;
  font-weight: 600;
  min-width: 100px;
  text-align: center;
  color: #999; }
  #CONFERENCEP .nav-tabs > li > a:hover {
    background-color: #A97F18;
    color: #fff; }
@media (max-width: 700px) {
  #CONFERENCEP .nav-tabs > li > a {
    border-right: 1px solid #ddd;
    margin-right: 0px;
    font-weight: 300;
    min-width: auto !important;
    text-align: center;
    color: #999; }
    #CONFERENCEP .nav-tabs > li > a:hover {
      background-color: #A97F18;
      color: #fff; } }
#CONFERENCEP .ierekpanel-b {
  height: 400px;
  overflow: scroll; }
  #CONFERENCEP .ierekpanel-b .insidepanel {
    background-color: transparent;
    border: 0px; }
#CONFERENCEP .breifing figure img {
  width: 100%; }
#CONFERENCEP .tabsyears .tab-pane {
  margin-top: 2%;
  min-height: 26vh; }
#CONFERENCEP .tabsyears .thumbnail-images .thumbnail {
  padding: 2%; }
  #CONFERENCEP .tabsyears .thumbnail-images .thumbnail img {
    width: 100%; }
#CONFERENCEP .tabsyears .thumbnail-images .caption h4 {
  padding: 3%;
  font-size: 13px;
  font-weight: 600;
  background-color: #F5F5F5; }
#CONFERENCEP .tabsyears .thumbnail-images .caption h5 {
  border-top: 1px solid #F5F5F5;
  font-size: 13px;
  padding-top: 3%; }
#CONFERENCEP .tabsyears .thumbnail-images .caption h6 {
  color: #A97F18; }

/*----------------------------------conferene dtail page-----------------------------------------------*/
#CONDETAILP .ierekpanel-b2 {
  padding: 0px; }
  #CONDETAILP .ierekpanel-b2 .tabspanel {
    margin-bottom: 0px; }
    #CONDETAILP .ierekpanel-b2 .tabspanel li {
      border-bottom: 1px solid #ddd;
      padding: 2%;
      padding-left: 6%; }
      #CONDETAILP .ierekpanel-b2 .tabspanel li a {
        font-size: 15px;
        color: #0C3852; }
      #CONDETAILP .ierekpanel-b2 .tabspanel li:hover, #CONDETAILP .ierekpanel-b2 .tabspanel li:focus, #CONDETAILP .ierekpanel-b2 .tabspanel li:active {
        background-color: #F5F5F5;
        border-left: 2px solid #A97F18; }
#CONDETAILP .buttons-group .but2 span {
  float: right; }
#CONDETAILP .buttons-group .but1 span {
  float: left; }
#CONDETAILP .buttons-group span {
  background-color: #BE901E;
  color: #DCD2B4;
  padding: 9px 0px 8px 8px; }
#CONDETAILP .buttons-group a {
  background-color: #A97F18;
  color: #fff;
  padding: 10px; }

/**************************--------forms-------********************/
.formquicklinks section p {
  background-color: #D9EDF7;
  color: #999;
  padding: 1%; }
.formquicklinks form .form-group, .formquicklinks form .input-group {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 2%; }
.formquicklinks form label {
  margin-top: 6px; }
.formquicklinks form button {
  margin-top: 1%;
  border: none; }

/***************************---------tables--------*************************/
.custyle thead {
  background-color: #e7e7e7; }

/*------------------------upload full paper page------------------------------*/
#UploadFull .user-abstract label {
  border: 1px solid #ddd;
  padding: 5px 0px 5px 31px;
  width: 100%; }

/*--------------------------sign im Modal------------------------*/
#SignInModal .modal-content {
  background-color: rgba(255, 255, 255, 0.91);
  width: 93%; }
#SignInModal .modal-dialog {
  width: 100%; }
#SignInModal .modal-body .form-group i {
  width: 27px;
  padding: 7px;
  height: 28px;
  border-radius: 100%;
  background-color: #0C3852;
  margin-right: 2%;
  color: #fff; }
#SignInModal .modal-body .form-group .fa-lock {
  padding: 7px 9px; }
#SignInModal .modal-body .form-group:hover i, #SignInModal .modal-body .form-group:focus i, #SignInModal .modal-body .form-group:active i {
  background-color: #A97F18; }
#SignInModal .modal-header h4 {
  color: #A97F18; }
#SignInModal .modal-header button {
  float: right; }

#SignInModal .modal-content {
  background-color: rgba(255, 255, 255, 0.91);
  width: 93%;
  max-width: 400px;
  margin: 0 auto; }

@media (min-width: 992px) {
  #SignUpModal {
    height: 100%; }
    #SignUpModal .modal-dialog {
      margin: 30px 12px; }
    #SignUpModal .modal-content {
      border: 0px solid rgba(0, 0, 0, 0.2); } }
@media (max-width: 992px) {
  #SignInModal .modal-dialog {
    margin: 20px 0 0 0; } }
@media (min-width: 992px) {
  #SignUpModal .modal-dialog {
    margin: 30px auto; } }
div.userpro-overlay-inner {
  position: initial;
  margin-left: initial;
  width: 100%;
  top: initial;
  margin-left: inherit;
  margin: 0 auto;
  left: 50%; }

/******form*******************/
#profileform .form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px; }

/*--------------------------------------*/
/*home page***/
#crousel-main .carousel-inner img {
  width: 100%;
  height: auto; }
@media (max-width: 700px) {
  #crousel-main .carousel-inner img {
    width: 100%;
    height: auto; } }

#carousel-example-generic {
  margin-bottom: 10px;
  min-height: 10px; }

.crouslebg {
  background: url(../images/bannerLogo.png) top left no-repeat !important;
  opacity: 1 !important; }

@media (min-width: 700px) {
  .home-padding {
    padding-left: 0px; }

  .home-padding-right {
    padding: 0px 0px 0px 0px; } }
@media (max-width: 700px) {
  .home-padding {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: -10px !important;
    margin-left: -10px !important; }

  .home-padding-right {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: -10px !important;
    margin-left: -10px !important; } }
.home-blocks-container {
  background: #F5F7F6 none repeat scroll 0% 0%;
  border: 1px solid #DFDFDF;
  padding: 10px;
  display: table;
  width: 100%;
  margin-bottom: 10px; }

#HomeP .home-blocks-container {
  padding: 0px;
  margin-bottom: 0px;
  margin: 30px 0 0 0;
  background: transparent;
  border: 0px solid #DFDFDF; }
  #HomeP .home-blocks-container a img {
    max-height: 371px; }
@media (max-width: 992px) {
  #HomeP .home-blocks-container {
    margin: 15px 0 0 0; }
  #HomeP .latest-news-section {
    margin-top: 15px; } }
#HomeP .home-block-container:last-child {
  margin-bottom: 0px; }

.home-blocks-container-slider {
  margin: 0px 0px 20px;
  background: #F5F7F6 none repeat scroll 0% 0%;
  border: 1px solid #DFDFDF;
  padding: 10px;
  width: 100%; }

.home-block-container {
  width: 100%;
  margin-right: 2%;
  background: #fff;
  box-shadow: 0 0 1px 1px #dfdfdf; }

.home-block-container:last-child {
  margin-right: 0;
  margin-bottom: 10px; }

.home-block-title {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c90c3852', endColorstr='#0c3852', GradientType=0);
  color: #fff;
  padding: 4px;
  font-size: 16px;
  text-indent: 13px; }

.home-block-content {
  padding: 10px;
  max-height: 341px;
  overflow-y: auto; }

.news-list-item {
  margin-bottom: 10px;
  word-break: normal !important; }

.news-list-title {
  font-weight: 600;
  font-size: 1.1em;
  color: #283E4D; }

.news-list-content {
  font-size: 12px;
  text-align: justify;
  margin-top: 5px; }

.news-list-link > a {
  font-weight: 600;
  font-size: 13px;
  color: #0A293B;
  float: right; }
  .news-list-link > a:hover, .news-list-link > a:active, .news-list-link > a:focus {
    color: #aa812c; }

.brown {
  background-color: #AA822C;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9aa822c', endColorstr='#aa822c', GradientType=0); }

/**carosel fo confernces****/
.featured-conferences-item {
  min-height: 300px; }

#carouselCo {
  /* Global */
  /* Page Header */
  /* Mobile Only */ }
  #carouselCo img {
    max-width: 100%; }
  #carouselCo a {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease; }
  #carouselCo a:hover {
    filter: alpha(opacity=90);
    /* IE7 */
    opacity: 0.9;
    text-decoration: none; }
  #carouselCo .featured-conferences-item {
    float: left;
    background: #fff;
    border: 0px solid #dfdfdf;
    box-shadow: 0 0 1px 1px rgba(223, 223, 223, 0.32); }
  #carouselCo .featured-conferences-item-thumb > a > img {
    width: 100%;
    margin-bottom: 10px; }
  #carouselCo .to-be-published {
    top: -10px;
    position: relative;
    background: #0c3852;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    padding: 5px; }
  #carouselCo .featured-conferences-item-title > a {
    font-size: 1em;
    font-weight: 600;
    color: #09293C;
    display: table;
    height: 50px;
    margin-bottom: 5px; }
  #carouselCo .featured-conferences-item-sub-title {
    text-align: center;
    font-weight: 600;
    color: #AA822C;
    font-size: .8em; }
  #carouselCo .pulse1 {
    -webkit-animation: pulse1 .8s linear infinite;
    -moz-animation: pulse1 .8s linear infinite;
    -ms-animation: pulse1 .8s linear infinite;
    animation: pulse1 .8s linear infinite; }
  #carouselCo .featured-conferences-item-excerpt {
    font-size: 13px;
    margin-bottom: 12px;
    text-align: justify;
    line-height: 1.5; }
  #carouselCo .featured-conferences-item > a.btn {
    margin: 25px auto 10px;
    display: table; }
  #carouselCo .btn-primary, #carouselCo .label-primary {
    background-color: #0c3852;
    border-color: #0c3852; }
  #carouselCo .thumbnails li > .fff .caption {
    background: #fff !important;
    padding: 10px; }
  #carouselCo .page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase; }
  #carouselCo .page-header h3 {
    line-height: 0.88rem;
    color: #000; }
  #carouselCo ul.thumbnails {
    margin-bottom: 0px; }
  #carouselCo .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999; }
  #carouselCo .bx-wrapper .bx-prev {
    left: -50px; }
  #carouselCo .bx-wrapper .bx-prev {
    left: 10px;
    background: url(https://www.ierek.com/wp-content/themes/ierek/vendors/bxslider/images/controls.png) no-repeat 0 -32px; }
  #carouselCo .bx-wrapper .bx-controls-direction a {
    top: 245px !important; }
  #carouselCo .carousel-control {
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px; }
  @media (max-width: 767px) {
    #carouselCo .page-header, #carouselCo .control-box {
      text-align: center; } }
  @media (max-width: 479px) {
    #carouselCo .caption {
      word-break: break-all; } }
  #carouselCo li {
    list-style-type: none; }

.btn-primary, .label-primary {
  background-color: #0c3852;
  border-color: #0c3852; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .label-primary:hover, .label-primary:active, .label-primary:focus {
    background-color: #AA822C;
    border-color: #987324; }

.btn-success {
  color: #fff;
  background-color: #AA822C;
  border-color: #987324; }
  .btn-success:hover, .btn-success:active, .btn-success:focus {
    background-color: #0c3852;
    border-color: #0c3852; }

@media (max-width: 992px) {
  .buttonx {
    background-color: #aa812c;
    display: block;
    width: 100%;
    margin-right: 1%;
    color: #fff;
    font-weight: 600;
    padding: 5px !important; }

  .padle {
    margin-top: 10px; }

  .navbar-collapse.collapse {
    padding: 0px; } }
.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px; }

.faqpanel {
  background-color: #ECECEC !important;
  color: #0C3860 !important; }

.fc {
  direction: ltr;
  text-align: left; }

.fc table {
  border-collapse: collapse;
  border-spacing: 0; }

html .fc,
.fc table {
  font-size: 1em; }

.fc td,
.fc th {
  padding: 0;
  vertical-align: top; }

/* Header
------------------------------------------------------------------------*/
.fc-header td {
  white-space: nowrap; }

.fc-header-left {
  width: 25%;
  text-align: left; }

.fc-header-center {
  text-align: center; }

.fc-header-right {
  width: 25%;
  text-align: right; }

.fc-header-title {
  display: inline-block;
  vertical-align: top; }

.fc-header-title h2 {
  margin-top: 0;
  white-space: nowrap; }

.fc .fc-header-space {
  padding-left: 10px; }

.fc-header .fc-button {
  margin-bottom: 1em;
  vertical-align: top; }

/* buttons edges butting together */
.fc-header .fc-button {
  margin-right: -1px; }

.fc-header .fc-corner-right,
.fc-header .ui-corner-right {
  /* theme */
  margin-right: 0;
  /* back to normal */ }

/* button layering (for border precedence) */
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2; }

.fc-header .fc-state-down {
  z-index: 3; }

.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4; }

/* Content
------------------------------------------------------------------------*/
.fc-content {
  clear: both;
  zoom: 1;
  /* for IE7, gives accurate coordinates for [un]freezeContentHeight */ }

.fc-view {
  width: 100%;
  overflow: hidden; }

/* Cell Styles
------------------------------------------------------------------------*/
.fc-widget-header,
.fc-widget-content {
  /* <td>, usually */
  border: 1px solid #ddd; }

.fc-state-highlight {
  /* <td> today cell */
  /* TODO: add .fc-today to <th> */
  background: #fcfcfc; }

.fc-cell-overlay {
  /* semi-transparent rectangle while dragging */
  background: #bcccbc;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

/* Buttons
------------------------------------------------------------------------*/
.fc-button {
  position: relative;
  display: inline-block;
  padding: 0 .6em;
  overflow: hidden;
  height: 1.9em;
  line-height: 1.9em;
  white-space: nowrap;
  cursor: pointer; }

.fc-text-arrow {
  margin: 0 .1em;
  font-size: 2em;
  font-family: "Courier New", Courier, monospace;
  vertical-align: baseline;
  /* for IE7 */ }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5; }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.55;
  filter: alpha(opacity=65);
  box-shadow: none; }

/* Global Event Styles
------------------------------------------------------------------------*/
.fc-event-container > * {
  z-index: 8; }

.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
  z-index: 9; }

.fc-event {
  border: 1px solid #0C3852;
  /* default BORDER color */
  background-color: #0C3852;
  /* default BACKGROUND color */
  color: #fff;
  /* default TEXT color */
  font-size: .85em;
  cursor: default; }

a.fc-event {
  text-decoration: none; }

a.fc-event,
.fc-event-draggable {
  cursor: pointer; }

.fc-rtl .fc-event {
  text-align: right; }

.fc-event-inner {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.fc-event-time,
.fc-event-title {
  padding: 0 1px; }

.fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  /* hacky spaces (IE6/7) */
  font-size: 300%;
  /* */
  line-height: 50%;
  /* */ }

/* Horizontal Events
------------------------------------------------------------------------*/
.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px; }

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
  border-left-width: 1px; }

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
  border-right-width: 1px; }

/* resizable */
.fc-event-hori .ui-resizable-e {
  top: 0 !important;
  /* importants override pre jquery ui 1.7 styles */
  right: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: e-resize; }

.fc-event-hori .ui-resizable-w {
  top: 0 !important;
  left: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: w-resize; }

.fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px;
  /* IE6 had 0 height */ }

table.fc-border-separate {
  border-collapse: separate; }

.fc-border-separate th,
.fc-border-separate td {
  border-width: 1px 0 0 1px; }

.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
  border-right-width: 1px; }

.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-bottom-width: 1px; }

.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0; }

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/
.fc-grid th {
  text-align: center; }

.fc .fc-week-number {
  width: 22px;
  text-align: center; }

.fc .fc-week-number div {
  padding: 0 2px; }

.fc-grid .fc-day-number {
  float: right;
  padding: 0 2px; }

.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
       might want to set the 'color' property instead
       making day-numbers bold also fixes the problem */ }

.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 1px;
  /* distance between events and day edges */ }

/* event styles */
.fc-grid .fc-event-time {
  font-weight: bold; }

/* right-to-left */
.fc-rtl .fc-grid .fc-day-number {
  float: left; }

.fc-rtl .fc-grid .fc-event-time {
  float: right; }

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/
.fc-agenda table {
  border-collapse: separate; }

.fc-agenda-days th {
  text-align: center; }

.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: normal; }

.fc-agenda .fc-week-number {
  font-weight: bold; }

.fc-agenda .fc-day-content {
  padding: 2px 2px 1px; }

/* make axis border take precedence */
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px; }

.fc-agenda-days .fc-col0 {
  border-left-width: 0; }

/* all-day area */
.fc-agenda-allday th {
  border-width: 0 1px; }

.fc-agenda-allday .fc-day-content {
  min-height: 34px;
  /* TODO: doesnt work well in quirksmode */
  _height: 34px; }

/* divider (between all-day and slots) */
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden; }

.fc-widget-header .fc-agenda-divider-inner {
  background: #eee; }

/* slot rows */
.fc-agenda-slots th {
  border-width: 1px 1px 0; }

.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none; }

.fc-agenda-slots td div {
  height: 20px; }

.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0; }

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted; }

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid;
  /* doesn't work with background in IE6/7 */ }

/* Vertical Events
------------------------------------------------------------------------*/
.fc-event-vert {
  border-width: 0 1px; }

.fc-event-vert.fc-event-start {
  border-top-width: 1px; }

.fc-event-vert.fc-event-end {
  border-bottom-width: 1px; }

.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px; }

.fc-event-vert .fc-event-inner {
  position: relative;
  z-index: 2; }

.fc-event-vert .fc-event-bg {
  /* makes the event lighter w/ a semi-transparent overlay  */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25); }

.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
  display: none \9;
  /* for IE6/7/8. nested opacity filters while dragging don't work */ }

/* resizable */
.fc-event-vert .ui-resizable-s {
  bottom: 0 !important;
  /* importants override pre jquery ui 1.7 styles */
  width: 100% !important;
  height: 8px !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

@media (max-width: 479px) {
  .container {
    max-width: 1000px !important;
    padding: -1px; } }
@media (max-width: 700px) {
  .minpadding {
    padding-right: 0px !important;
    padding-left: 0px !important; } }
.secactive a {
  background: #f4f4f4 none repeat scroll 0 0 !important;
  border-left-color: #f4f4f4 !important;
  text-indent: 15px !important;
  display: inline-table !important; }

.conbref {
  overflow: auto; }

@media (max-width: 700px) {
  .conbref {
    height: 400px;
    overflow: auto; } }
@media (max-width: 992px) {
  .conference-registration-btn {
    background-color: inherit !important;
    display: block !important;
    font-weight: 600 !important;
    padding: 0 10px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    line-height: 40px !important;
    float: initial !important;
    border-radius: 0px !important;
    margin-right: 0px !important;
    text-align: center !important;
    border: 3px solid #aa812c !important;
    color: #aa812c !important; } }
.comittee_inside .thumbnail {
  border: none;
  background-color: transparent; }
  .comittee_inside .thumbnail figure {
    width: 87px;
    margin: 0 auto; }
    .comittee_inside .thumbnail figure img {
      width: 85px;
      height: 85px;
      padding: 3%;
      background: 1px;
      background-color: #a97f18;
      border-radius: 10px; }
  .comittee_inside .thumbnail .caption {
    background-color: #fff;
    margin-top: -40px;
    padding-top: 26px;
    text-align: center;
    min-height: 180px;
    max-height: 194px;
    border-top: 2px solid #A97F18;
    box-shadow: 0px 0px 4px #ccc; }
    .comittee_inside .thumbnail .caption h3 a {
      color: #A97F18;
      font-size: 15px;
      font-weight: 600; }
      .comittee_inside .thumbnail .caption h3 a:hover {
        color: #999; }
    .comittee_inside .thumbnail .caption p {
      min-height: 180px;
      max-height: 194px;
      font-size: 13px !important;
      padding: 2%;
      color: #474848;
      text-align: justify;
      word-break: break-all;
      line-height: 1.7; }
      .comittee_inside .thumbnail .caption p a {
        color: #0C3852;
        font-size: 12px; }
        .comittee_inside .thumbnail .caption p a:hover {
          color: #0C3852; }

.conferences-list-item:hover {
  box-shadow: 3px 3px 3px 3px #C1C0C0; }

td.committe-organization,
td.table-committee-image {
  vertical-align: middle !important; }

.signup-btn:hover,
signup-btn {
  background: #09293B;
  color: #fff;
  line-height: 25px;
  display: inline-table;
  float: right;
  padding: 0 10px; }

.forget-btn {
  line-height: 25px;
  margin: 0 5px; }

.register-table {
  width: 100%;
  border: 1px solid #dfdfdf; }

.register-table > thead > tr > th {
  line-height: 34px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  border-right: 1px solid #dfdfdf; }

.register-table > tbody > tr > td > a {
  background: #BD8F31;
  color: #fff;
  width: 100%;
  display: table;
  text-align: center;
  line-height: 33px;
  font-size: 14px;
  border-bottom: 2px solid red; }

.register-table > tbody > tr > td {
  padding: 4px 3px;
  border-right: 1px solid #dfdfdf; }

.registration-form {
  background: #F4F4F4;
  display: table;
  padding: 15px 10px;
  margin: 10px;
  border: 1px solid #dfdfdf; }

.framed-box {
  background: #f5f5f5; }

.frame-title {
  background: #a97f18;
  color: #fff;
  font-size: 16px;
  text-indent: 10px;
  line-height: 32px; }

.frame-title:before {
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 14px;
  margin-right: 8px; }

.box-title,
.conference-title > a,
td > b {
  font-weight: 600; }

.framed-content {
  padding: 5px; }

.styled-box {
  background: #fff;
  padding: 7px;
  border: 1px solid #dfdfdf;
  margin-bottom: 10px;
  margin-top: 10px; }

.box-title {
  border-bottom: 2px solid #A97F18;
  display: table;
  margin-bottom: 10px; }

.box-content {
  font-size: 14px;
  position: relative; }

.topic-description {
  font-size: 1em;
  line-height: 1.4;
  border: 1px solid #dfdfdf;
  padding: 5px 10px 0; }

.quick-links > ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.quick-links > ul > li > a {
  background: #fff;
  display: inline-table;
  width: 100%;
  text-indent: 10px;
  font-size: 14px;
  color: black;
  font-weight: 500;
  line-height: 30px;
  border-left: 2px solid #fff; }

.quick-links > ul > li > a:hover {
  background: #F4F4F4 !important;
  border-left-color: #A97F18; }

.quick-links > ul > li > .active {
  text-indent: 15px;
  background: #F4F4F4;
  border-left-color: #F4F4F4; }

.quick-links > ul > li {
  border-bottom: 1px solid #F4F4F4;
  cursor: pointer; }

.event-thumbnail {
  border: 1px solid #dfdfdf;
  background: #fff;
  padding: 5px;
  margin-bottom: 15px; }

h2.box-title {
  font-size: 27px;
  margin: 0 auto 20px;
  padding-bottom: 7px; }

.conference-data > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }

.conference-data > ul > li {
  border-bottom: 1px solid #dfdfdf;
  line-height: 40px;
  display: table;
  margin: 0 auto;
  padding: 0 10px; }

.styled-list > li {
  line-height: 36px;
  border-bottom: 1px solid #F0F0F0; }

.styled-list {
  padding-left: 26px;
  font-size: 1em; }

.acf-map {
  width: 100%;
  height: 400px;
  border: 1px solid #ccc;
  margin: 20px 0; }

.conference-cover {
  border: 1px solid #dfdfdf;
  padding: 4px; }

.conference-registration-btn {
  background: #A97F18;
  color: #fff;
  /* padding-left: 10px; */
  line-height: 40px;
  min-width: 135px;
  padding: 0 10px;
  text-align: center;
  font-weight: 600;
  display: inline-table;
  font-size: 16px;
  border-bottom: 2px solid #A97F18; }

.conference-registration-btn:visited, .conference-registration-btn:focus {
  color: #fff; }

.conference-registration-btn > span {
  background: #BE901E;
  display: inline-table;
  padding: 0 10px;
  margin-left: 10px;
  font-weight: 600;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all 0.2s; }

.conference-registration-btn:hover {
  color: #fff; }

.event-tab {
  display: none; }

.conference-title {
  background: rgba(0, 0, 0, 0.68);
  text-align: center;
  line-height: 35px;
  position: absolute;
  width: 100%;
  bottom: 0; }

.conference-title > a {
  color: #fff; }

.centered-content {
  text-align: center; }

.centered-content .box-title {
  margin-left: auto;
  margin-right: auto; }

.message {
  padding: 15px;
  margin: 10px 0; }

.discount-note {
  font-size: 12px;
  margin-left: 10px;
  color: #0bae58;
  font-weight: 400; }

.payable-amount {
  margin-right: 6px !important;
  position: relative;
  top: -1px; }

.disounted-amount {
  text-decoration: line-through;
  color: red;
  margin-left: 10px; }

.pay-amount {
  font-size: 16px;
  text-align: center; }

.center-btn {
  margin: 25px auto;
  display: table; }

.conference-register-btns {
  display: none; }

.featured-conferences-item {
  float: left;
  background: #fff;
  border: 0px solid #dfdfdf;
  box-shadow: 0 0 1px 1px rgba(223, 223, 223, 0.32); }

.featured-conferences-item:last-child {
  margin-right: 0; }

.featured-conferences-item-title > a {
  font-size: 1em;
  font-weight: 600;
  color: #09293C;
  display: table;
  height: 50px;
  margin-bottom: 5px; }

.featured-conferences-item-thumb > a > img {
  width: 100%;
  margin-bottom: 10px; }

.featured-conferences-item-excerpt {
  font-size: 13px;
  margin-bottom: 12px;
  text-align: justify;
  line-height: 1.5;
  height: 38px;
  /* overflow-y: scroll; */
  /* min-height: 38px; */ }

.featured-conferences-item > a.btn {
  margin: 25px auto 10px;
  display: table; }

.featured-conferences {
  display: table;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%; }

.committee-item {
  width: 32%;
  float: left;
  margin-left: 2%;
  position: relative;
  background: #fff;
  box-shadow: 0 0 1px 1px #dfdfdf;
  padding: 10px;
  border-top: 4px solid #AA822C;
  margin-top: 70px; }

.committee-name {
  text-align: center;
  font-weight: 600;
  line-height: 47px;
  margin-top: -40px; }

.committee-image {
  width: 100px;
  height: 100px;
  position: relative;
  top: -60px;
  margin: 0 auto; }

.committee-item:nth-child(3n+1),
.conferences-list-item:nth-child(3n+1) {
  margin-left: 0; }

.committee-image > img {
  width: 100%;
  height: 100%;
  border: 5px solid #ECECEC;
  box-shadow: 0 0 1px 1px #CBCBCB;
  border-radius: 23px;
  background: #fff; }

.committee-details {
  font-size: 13px;
  text-align: left;
  padding: 7px;
  height: 147px; }

h1.page-title {
  font-size: 22px;
  font-weight: 600;
  background: #AA822C;
  color: #fff;
  line-height: 41px;
  text-indent: 15px;
  margin-bottom: 20px;
  box-shadow: 0 0 1px 1px rgba(65, 47, 8, 0.18);
  border: 1px solid #FFF; }

.page-thumbnail {
  background: #fff;
  padding: 4px;
  border: 1px solid #dfdfdf;
  box-shadow: 0 0 1px 1px rgba(223, 223, 223, 0.68); }

.conferences-timeline {
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  display: table;
  width: 100%;
  margin-top: 20px; }

.conferences-timeline > a {
  border-right: 1px solid #C7C7C7;
  line-height: 37px;
  float: left;
  width: 100px;
  text-align: center;
  font-weight: 600;
  position: relative; }

.conferences-timeline > a.active:after,
.conferences-timeline > a.active:before {
  font-family: FontAwesome;
  font-size: 23px;
  position: absolute;
  left: 41px;
  color: #0C3860; }

.conferences-timeline > a.active:before {
  content: "";
  top: -25px; }

.conferences-timeline > a.active:after {
  content: "";
  bottom: -25px; }

.conferences-timeline > a:hover {
  background: #AA822C;
  color: #fff; }

.conferences-timeline > a.active {
  background: #0C3860;
  color: #fff; }

.conferences-cover {
  background: #fff;
  padding: 10px;
  border: 1px solid #dfdfdf;
  box-shadow: 0 0 1px 1px rgba(223, 223, 223, 0.52);
  margin-bottom: 40px; }

.conferences-list-item {
  padding: 10px;
  background: #fff;
  margin-bottom: 35px;
  box-shadow: 0 0 1px 1px #dfdfdf; }

.conference-item-cover {
  width: 100% !important;
  display: table; }

.conference-item-cover > img {
  width: 100%;
  box-shadow: 0 0 1px 1px #C8C8C8;
  height: auto; }

.conference-item-title {
  color: #0C3860;
  font-weight: 500;
  font-size: 13px;
  height: 66px;
  margin-top: 10px;
  padding: 10px;
  font-size: .9em; }

.conference-item-detail {
  font-size: 12px;
  margin-top: 2px;
  color: #AA812C; }

.conference-item-detail > label {
  display: inline-table;
  width: 100px;
  text-align: right;
  padding-right: 10px; }

.conference-item-location {
  font-size: 13px;
  margin-top: 5px;
  border-top: 1px solid #ECECEC;
  padding-top: 5px;
  text-transform: capitalize; }

p.help-block {
  font-size: 16px; }

.home-icons {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 3px; }

.scientific-director-image > img {
  width: 70px; }

.scientific-director-name {
  float: left;
  font-weight: 600;
  display: table; }

.scientific-director-image {
  float: left;
  margin-right: 10px; }

.scientific-director-details {
  font-size: 12px;
  float: left;
  width: 67%; }

.scientific-director {
  border-bottom: 1px solid #dfdfdf;
  display: table;
  padding-top: 6px;
  padding-bottom: 3px; }

.partner {
  float: left;
  height: auto;
  border: 0px solid #C8C8C8;
  padding: 3px;
  margin-right: 4px;
  margin-left: 5px;
  margin-bottom: 10px;
  line-height: 75px; }

.about-us-block {
  height: 266px; }

.addthis_horizontal_follow_toolbox {
  float: left;
  width: 200px; }

.addthis_horizontal_follow_toolbox p {
  display: none; }

.featured-conferences-item-sub-title {
  text-align: center;
  font-weight: 600;
  color: #AA822C;
  font-size: .9em;
  margin-top: 6px; }

.chairman-item {
  margin-bottom: 10px; }

.conference-email {
  text-align: center;
  display: table;
  width: 100%;
  position: relative;
  text-align: center;
  left: 0px !important; }

.conference-email > a {
  text-decoration: underline; }

.blue-title {
  background: #09293C; }

.procedia-right {
  float: right;
  width: 76px;
  margin-right: 10px;
  margin-left: 20px;
  margin-bottom: 10px; }

.form-button {
  margin-left: 10px; }

.in-button-text {
  display: inline-table;
  width: 100%;
  clear: both;
  font-style: normal; }

td.table-committee-image {
  border-right: 0 !important; }

.table-committee-image > img {
  background: #F0F0F0;
  border: 2px solid #DDD;
  max-width: none;
  padding: 3px;
  float: left;
  box-shadow: 0 0 1px 1px rgba(192, 192, 192, 0.12);
  width: 90px;
  height: 90px; }

.table-committee-image > b {
  display: inline-table;
  width: 120px; }

.committe-organization {
  font-size: 13px;
  text-align: justify; }

.fixed-nav {
  width: 257.5px; }

.bx-wrapper .bx-controls-direction a {
  top: 245px !important; }

.pulse1 {
  -webkit-animation: pulse1 .8s linear infinite;
  -moz-animation: pulse1 .8s linear infinite;
  -ms-animation: pulse1 .8s linear infinite;
  animation: pulse1 0.8s linear infinite; }

@keyframes pulse1 {
  0%, 100% {
    color: #aa822c; }
  90% {
    color: rgba(170, 130, 44, 0.3); } }
@-moz-keyframes pulse1 {
  0%, 100% {
    color: #aa822c; }
  90% {
    color: rgba(170, 130, 44, 0.3); } }
@-webkit-keyframes pulse1 {
  0%, 100% {
    color: #aa822c; }
  90% {
    color: rgba(170, 130, 44, 0.3); } }
@-ms-keyframes pulse1 {
  0%, 100% {
    color: #aa822c; }
  90% {
    color: rgba(170, 130, 44, 0.3); } }
.related-conference {
  width: 32%;
  float: left;
  margin-right: 13px;
  background-color: #fff;
  padding: 5px; }

.related-conference:last-child {
  margin-right: 0; }

.related-conference img {
  width: 100%;
  height: 100px; }

.related-conference h4 {
  font-size: 13px;
  font-weight: 600; }

.notifications {
  background-color: #ED1D24;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 6px;
  bottom: 13px;
  font-size: 13px; }

.front-notification-container {
  background-color: #FFF;
  padding: 10px;
  box-shadow: 0 0 1px 1px #dfdfdf;
  margin: 10px 0; }

.notifiaction-title a {
  font-size: 18px;
  font-weight: 600; }

.notifiaction-title a i {
  color: #ED1D22 !important; }

.notitification-last-msg {
  max-height: 62px;
  overflow: hidden;
  padding: 7px;
  box-shadow: 0 0 1px 1px #EFEFEF;
  margin-top: 10px; }

.front-notification-container h4 {
  font-size: 14px;
  background-color: #F5F5F5;
  padding: 7px;
  margin: 5px 0; }

.no-messages {
  border: 1px dashed #dfdfdf;
  padding: 10px;
  margin: 15px 0;
  text-align: center;
  color: #E84A4A; }

.triangle-right {
  position: relative;
  padding: 15px;
  margin: 1em 0 3em;
  background: #F5F5F5;
  color: #8E8D8D; }

.triangle-right:after {
  content: "Your Message";
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  color: #A97F18; }

.admin-message {
  background-color: #A7A7A7;
  color: #fff; }

.admin-message:after {
  content: "IEREK Message";
  bottom: -20px;
  left: auto;
  right: 0;
  color: #A7A7A7; }

#messages-container {
  max-height: 400px;
  overflow-y: auto;
  margin-bottom: 30px;
  border-bottom: 2px solid #E5EAEF;
  padding: 0 10px; }

.dropdown-menu > li > a:hover {
  background-color: #135379; }

.userpro-right a {
  background-color: #2AAC96;
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 4px; }

.to-be-published {
  top: -10px;
  position: relative;
  background: #0c3852;
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  padding: 5px;
  height: 82px; }

input[type=number], span.xspinner > .add, span.xspinner > .sub {
  float: left;
  text-align: center;
  font-size: 1.2em;
  color: #A97F18;
  border: 2px solid #A97F18; }

input[type=number] {
  width: 75px;
  height: 35px;
  padding: 0;
  text-transform: uppercase;
  background: 0 0;
  outline: 0;
  pointer-events: none; }

span.xspinner {
  height: 40px;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  display: table; }

span.xspinner > .add, span.xspinner > .sub {
  display: block;
  width: 35px;
  height: 35px;
  font-family: Lato;
  font-weight: 700;
  line-height: 33px;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  cursor: pointer;
  transition: .1s linear;
  -o-transition: .1s linear;
  -ms-transition: .1s linear;
  -moz-transition: .1s linear;
  -webkit-transition: 0.1s linear; }

span.xspinner > .add {
  top: 0;
  border: 2px solid #A97F18;
  border-left: 0;
  border-radius: 0 2px 2px 0; }

span.xspinner > .add:hover, span.xspinner > .sub:hover {
  background: #A97F18;
  color: #FFF; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.details .mc_details,
.wpuf-author {
  display: none !important; }

h3,
h3.gold,
h3.widgettitle {
  text-transform: none; }

.mc-main .calendar-event .details,
.mc-main .calendar-events {
  position: absolute;
  left: 5%;
  width: auto !important; }

.mc-main .my-calendar-date-switcher {
  position: absolute;
  bottom: -26px !important;
  right: 0; }

.category-key ul li {
  margin-top: 20px;
  padding-top: 10px; }

#mc-calendar-year,
select#mc-calendar-month {
  padding: 2px; }

.button {
  min-height: 25px !important; }

.mc-time {
  position: absolute;
  bottom: -24px !important;
  font-size: 1.2em; }

span.colour {
  font-size: 20px;
  color: #aa812c; }

.dropdown-menu.amin {
  background: #fff !important; }

.dropdown-menu.amin li a {
  padding: 3px 20px !important;
  color: #0c3852 !important; }

.dropdown-menu.amin li a:hover {
  color: #aa812c !important; }

.form-control:focus {
  border-color: #0c3852;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.ui-widget-header {
  background: 0 0 !important; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.event_espresso_form_wrapper.event-data-display {
  background: #f5f5f5 !important; }

.event_prices span {
  display: none !important; }

.reg-log .submit {
  border: none !important;
  box-shadow: none;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

.event_prices select {
  width: 225px; }

.reg-log .tml-action-links {
  display: none; }

p.forgetmenot label {
  vertical-align: text-top; }

.reg-log p {
  display: inline-block; }

.form-allowed-tags,
.glyphicon.glyphicon-search,
.section-divider,
.site-description {
  display: none; }

.center {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-bottom: 10px; }

#event_reg_theme h2 {
  margin-top: 0;
  font-size: 30px; }

#social {
  text-align: right; }

#menu-user_menu {
  list-style: none;
  padding: 0 10px 0 0; }

h3 {
  color: #aa812c;
  font-weight: 700;
  padding-bottom: 6px;
  font-size: 18px; }

.site-branding,
.site-header {
  padding: 0 !important;
  margin: 0 !important; }

.f_right {
  float: right; }

.search-Box {
  z-index: 1;
  height: 100%; }
  .search-Box form {
    height: 100%;
    display: flex;
    align-items: center; }

.search-submit {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: 0 !important;
  height: 32px !important;
  width: 35px !important; }

.search-field.form-control {
  border: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background: #eee !important;
  height: 32px !important;
  font-size: 12px !important;
  width: 100% !important;
  min-width: 197px !important; }

.om-bar {
  border-bottom: 1px solid !important;
  border-top: 1px solid !important;
  border-color: #dfdfdf !important;
  min-height: 42px; }

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse {
  padding-left: 0;
  padding-right: 0; }

.border-around {
  border-top: 2px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7; }

.navbar.navbar-default {
  background: 0 0 !important;
  border-color: lightgray;
  border: 0px;
  border-radius: 0px; }

.navbar {
  padding-top: 0px;
  padding-bottom: 0;
  margin-bottom: 0; }

.navbar_container {
  min-height: 100%; }

@media (max-width: 768px) {
  .navbar-default {
    border-top: 0px; } }
.current-menu-item a {
  background-color: #fff !important;
  color: #0c3852 !important;
  border-bottom: 3px solid #aa812c !important;
  position: relative !important; }

#menu-primary li.menu-item a {
  display: block !important;
  line-height: 20px !important;
  padding: 10px 13px 7px !important;
  font-size: 14px !important;
  color: #999 !important;
  border-right: none !important; }

#menu-primary li.menu-item a:hover {
  background-color: #fff !important;
  color: #0c3852 !important;
  border-bottom: 3px solid #c2c2c2 !important; }

footer.site-footer {
  border-top: 1px solid #ccc;
  margin: 10px auto;
  background: 0 0 !important;
  font-size: 12px !important; }

.content-area {
  padding: 0 !important; }

.right.carousel-control span.glyphicon {
  width: 41px;
  height: 41px;
  font-family: none !important;
  text-indent: -9999999999px;
  right: 30px !important; }

.left.carousel-control span.glyphicon {
  font-family: none !important;
  width: 41px;
  height: 41px;
  text-indent: -9999999999px;
  left: 30px !important; }

.under_slider_box a img {
  height: auto;
  width: 100%;
  padding: 10px; }

@media (max-width: 768px) {
  .under_slider_box a img {
    width: 100%; } }
.under_slider_box a p {
  background: #fff;
  margin: 0;
  font-size: .5em;
  height: 36px;
  line-height: 36px; }

@media (min-width: 992px) {
  .under_slider_box a p {
    font-size: .7em; } }
.under_slider_box a {
  background: #0A293B;
  float: left;
  width: 100%;
  padding: 0;
  color: #646464;
  text-align: center;
  border-bottom: 3px solid #0A293B; }

.under_slider_box a:hover {
  background: #aa812c;
  text-decoration: none;
  border-bottom: 3px solid red; }

.rpwe-block h3 a:hover,
h3.widgettitle a:hover {
  text-decoration: underline; }

.home-widget-area.row {
  margin-top: -25px; }

h3.widgettitle {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 6px; }

h3.widgettitle a:hover {
  color: #aa812c !important; }

.rpwe-summary a.more-link:hover {
  background: 0 0 !important;
  text-decoration: underline; }

.rpwe-summary a.more-link {
  border: none;
  padding: 0;
  float: none;
  color: #aa812c !important; }

.rpwe-block h3 a {
  font-size: 14px;
  font-weight: 600;
  height: auto;
  line-height: 19.8px; }

.VideoCaption {
  color: #09293b !important;
  font-size: 16px !important;
  font-weight: 500;
  text-align: center; }

ul.conferencesList li a {
  font-size: 12px;
  color: #AA812C;
  text-decoration: none;
  height: auto;
  text-align: center; }

ul.conferencesList li a:hover {
  text-decoration: underline; }

ul.partenr li {
  list-style: none;
  float: left;
  text-align: center;
  font-size: 12px;
  border: 0 solid red;
  padding-left: 0; }

.newsletter-email,
.newsletter-firstname {
  float: right;
  width: 100%;
  margin-bottom: 5PX;
  border-radius: 0 !important;
  background: #FFF !important;
  border: 0 !important; }

input[type=submit].newsletter-submit {
  background-image: none !important;
  width: auto !important;
  color: #fff !important;
  background-color: #09293c !important;
  padding: 5px 36px;
  font-size: 15px; }

input.newsletter-submit:hover {
  background-color: #AA812C !important; }

.recent-posts-extended {
  padding: 0; }

.f-le {
  float: left; }

.align {
  text-align: left; }

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

.wpb_wrapper h2 {
  font-size: 16px; }

@media (max-width: 769px) {
  .container {
    max-width: 100%; }

  .featured-second img,
  .section-box img {
    width: 100% !important; }

  .no-padding {
    padding: 20px !important; }

  .f-le {
    float: none; }

  .align {
    text-align: center; }

  .navbar-nav {
    margin: 0 !important; } }
#logo {
  display: flex;
  width: 100%; }

#logo a img {
  width: 100%;
  height: auto; }

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  clear: both;
  color: #333;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 3px 20px !important;
  white-space: nowrap;
  border: none !important; }

.navbar-default .navbar-nav .open .dropdown-menu {
  padding: 5px 0 !important;
  background-color: #fff; }

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  background-color: #F5F5F5 !important;
  color: #262626 !important;
  text-decoration: none;
  padding: 3px 20px !important; }

li.menu-item.open a {
  background-color: #fff !important;
  color: #0c3852 !important;
  border-bottom: 1px solid #c2c2c2 !important; }

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

.conferencesDetails {
  width: 100%;
  padding: 16px 10px 16px 0;
  background: #F5F5F5;
  float: left;
  margin: 0 0 10px; }

.confh {
  font-size: 20px;
  margin-top: 0 !important; }

h3.gold {
  color: #aa812c;
  font-weight: 700;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 6px;
  font-size: 16px; }

ul.nav-tabs-side,
ul.nav-tabs-side li {
  float: left;
  margin: 0;
  width: 100%;
  padding: 0; }

h3.gold span {
  color: #09293b;
  font-weight: 400; }

ul.nav-tabs-side {
  background: #f5f5f5; }

ul.nav-tabs-side li {
  list-style: none;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #eee; }

ul.nav-tabs-side li a {
  margin: 0;
  padding: 5px 10px;
  display: block;
  color: #999;
  cursor: pointer;
  float: left;
  width: 100%; }

ul.nav-tabs-side li.active a {
  background: #AA812C;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid red; }

.btn-ierek {
  background-color: #bd8f31;
  color: #fff;
  border-color: red;
  border-radius: 0;
  border-width: 0 0 2px; }

#secondary {
  padding-left: 0; }

#espresso_calendar .fc-event-title {
  padding: 6px 4px 4px;
  font-size: 14px;
  display: none; }

.events .tab-content .tab-pane {
  box-shadow: none;
  border: none !important; }

.tab-content #alert, .tab-content #welcome {
  text-align: center;
  padding: 5px;
  border: 0;
  border-radius: 0;
  font-weight: 600; }

.secretary div {
  background: #f5f5f5;
  padding: 15px;
  border-top: 1px solid #d5d5d5; }

.section-box * {
  text-align: center;
  text-transform: capitalize; }

.section-box a:hover {
  color: #aa812c; }

.section-box {
  padding-left: 0; }

.featured-second img,
.section-box img {
  margin: 0;
  border: 1px solid #ccc;
  padding: 5px; }

.gold-btn {
  background-color: #bd8f31;
  color: #fff;
  border-color: red;
  border-radius: 0;
  border-width: 0 0 2px;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  word-wrap: normal;
  margin-right: 3px;
  margin-top: 48px;
  padding: 5px;
  border-bottom: 2px solid red;
  word-break: unset; }

.event_title.ui-widget-header {
  background: 0 0;
  border: none;
  color: #0c3852;
  padding-left: 0; }

#upcoming-events,
.widget.events ol {
  margin: 0;
  padding: 0;
  background: #f5f5f5; }

#ydy704,
.jcarousel-wrapper {
  background: 0 0 !important;
  border: none !important;
  box-shadow: none !important; }

.jw_easy_slider_name {
  display: none; }

.jcarousel-pagination {
  position: absolute;
  bottom: -10px !important;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0; }

.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  border: 1px solid #838698;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  background: #fff;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 7px; }

.jcarousel-pagination a.active {
  background: #aa812c !important;
  color: #fff;
  opacity: 1; }

.jcarousel img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: -20px !important;
  border: 1px solid #ccc !important;
  padding: 4px !important; }

.jcarousel-control-next,
.jcarousel-control-prev {
  position: absolute;
  top: -37px !important;
  width: 25px !important;
  height: 25px !important;
  text-align: center;
  background: #ccc !important;
  color: #fff !important;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 20px/24px Arial, sans-serif !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0 !important; }

.jcarousel-wrapper {
  margin: -5px auto !important; }

.rpwe_widget.recent-posts-extended {
  margin-bottom: -5px !important; }

.footer-cop {
  font-size: 11px;
  margin-top: 5px;
  color: #999; }

.page-numbers.current {
  background-color: #BD8F31;
  color: #fff;
  padding: 4px 8px;
  border: 1px solid #DDD; }

.future-event,
.widget.events li a {
  padding: 5px 10px 0 !important;
  list-style: none;
  border-bottom: 1px solid #fff !important;
  border-top: 1px solid #eee;
  margin: 0;
  background: #f5f5f5;
  display: block;
  color: #999;
  cursor: pointer;
  float: left;
  width: 100%; }

.future-event:hover,
.widget.events li a:hover {
  background: #fff;
  text-decoration: none; }

.widget.events h3.widget-title,
.widget_my_calendar_upcoming_widget h3 {
  color: #aa812c;
  font-weight: 700;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 5px;
  text-transform: none;
  margin-bottom: 0;
  font-size: 16px !important; }

.nav-next a:hover,
.nav-previous a:hover {
  background-color: #bd8f31 !important;
  color: #fff !important; }

.nav-next a:hover i.fa,
.nav-previous a:hover i.fa {
  background-color: #bd8f31 !important;
  color: red !important; }

.comment-reply-link,
.form-submit input[type=submit] {
  background-color: #aa812c;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 5px;
  padding: 5px;
  float: right;
  border: none !important; }

.comment-reply-link:hover,
.form-submit input[type=submit]:hover {
  background-color: #bd8f31;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 5px;
  padding: 5px; }

#primary {
  float: right !important; }

form#commentform {
  display: none; }

h3#reply-title {
  cursor: pointer; }

.search-Box .execphpwidget {
  float: right;
  display: block;
  width: 100%;
  text-align: right; }

.en-irek {
  width: 201px;
  float: right;
  padding-top: 5px;
  text-align: center; }

.en-irek a:hover {
  color: #aa812c;
  text-decoration: underline; }

.en-irek li {
  display: inline; }

@media (max-width: 768px) {
  .en-irek {
    width: 201px;
    padding-top: 5px;
    margin: 0 auto;
    text-align: center;
    float: none; }

  .col-sm-4.col-xs-4.col-md-4.home-widget {
    margin: 0;
    padding: 25px !important; } }
.tab-pane li {
  min-width: 100%;
  height: auto; }

@media (max-width: 480px) {
  .home-widget {
    width: 100% !important; }

  .xs-100 {
    width: 100% !important; } }
.widget.events ol {
  list-style: none; }

.boxer-side > div {
  color: #5b5b5b; }

.divider-xy {
  display: none;
  width: 100%;
  float: left; }

@media (max-width: 775px) {
  .divider-xy {
    display: block; }

  .home-widget {
    width: 100% !important; } }
.col-md-6.align {
  margin-top: 15px; }

.rightfeed {
  float: right;
  margin-left: 5px; }

.rightfeed img {
  background: #9c9b98 !important; }

.rightfeed img:hover {
  background: #aa812c !important; }

ul h5 {
  font-size: 17px !important; }

#reply-title {
  margin-top: 75px !important;
  font-size: 13px !important; }

.xcv {
  width: 50%;
  float: left; }

@media (max-width: 400px) {
  .xcv {
    width: 100%;
    float: right;
    min-height: 30px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center; }

  .fadata {
    display: table; }

  .rightfeed {
    float: none; } }
#home-about {
  width: 66%; }

.category_box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-right: 10px; }

.categories-home-lastRow .category_box:last-child {
  margin-right: 0px; }

.category_box a {
  background: #0A293B;
  float: left;
  width: 100%;
  padding: 0;
  color: #646464;
  text-align: center;
  border-bottom: 3px solid #0A293B; }

.category_box a:hover {
  background: #aa812c;
  text-decoration: none;
  border-bottom: 3px solid red; }

.category_box a img {
  height: auto;
  width: 100%;
  padding: 10px; }

.category_box a p {
  background: #fff;
  margin: 0;
  font-size: .5em;
  height: 36px;
  line-height: 36px; }

@media (max-width: 768px) {
  .categories-home-firstRow .category_box:last-child {
    margin-right: 0px; }

  .categories-home-firstRow {
    margin-bottom: 10px; }

  .category_box a p {
    font-size: .6em; }

  .category_box a img {
    width: 100%; } }
.carousel-container {
  padding-left: 0px;
  padding-right: 0px; }

@media (min-width: 768px) and (max-width: 992px) {
  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-toggle {
    display: block !important; }

  .navbar-header {
    float: none; }

  .collapse.in {
    display: block !important; }

  .nav.navbar-nav {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin: 0px; } }
.menu_button {
  position: relative;
  float: right; }

.menuLogo {
  width: 30px;
  height: auto;
  margin-left: 10px; }

.navbar-toggle {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px; }

.nav-icons-container {
  display: flex;
  justify-content: space-between; }

.rightIcons, .menu-container {
  display: flex;
  justify-content: center;
  align-items: center; }

.navbar-right {
  margin-right: 0px; }

.mainLogo {
  width: 320px; }

.navbar-brand {
  height: auto; }

.navbar-toggle:hover, .navbar-toggle:focus, .navbar-toggle:visited {
  opacity: .8; }

@media (max-width: 992px) {
  .dropdown_right_alignment {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: 0;
    right: auto; } }
.navbar-header, .nav-icons-container, .rightIcons, .menu-container, .login-container {
  height: 95px; }

.navbar-default .navbar-toggle {
  border: 0px; }

.navbar-brand {
  padding: 15px 5px 15px 0; }

.navbar-header {
  padding-right: 0px;
  padding-left: 0px; }

.navbar.navbar-default {
  margin-bottom: 20px; }

.menu-button-link-content {
  display: flex !important;
  justify-content: center;
  align-items: center; }

.menu-button-link-description {
  margin-left: 5px; }

a {
  color: #337ab7; }

.menu_button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .2s ease-in-out; }

.menu_button-container a {
  text-decoration: none;
  height: 100%; }

.menu_button-container a:hover {
  text-decoration: none; }

.menu_button-container div.username {
  padding: 3px 20px;
  color: var(--footer-text-color);
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: default; }

.menu_button-container-contents {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 10px 5px;
  color: black;
  font-size: .9em;
  font-weight: 900; }

.menu_button-container-contents:hover {
  filter: invert(100%) !important;
  color: black; }

.menu_button-container-contents:focus, .menu_button-container-contents:visited {
  filter: invert(100%) !important;
  color: black; }

.menu_button-container:hover {
  background-color: var(--secondary-color);
  /* Animation */
  -webkit-animation: shadow-drop-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: shadow-drop-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.menu_button-container a:hover {
  text-decoration: none; }

.menu_button-image img {
  width: 24px;
  margin: 0 1px; }

.menu_button-image > .badge {
  background-color: var(--secondary-color-hover);
  margin: 0px 0px 20px -18px;
  padding: 3px 5px;
  font-size: 10px; }

.menu_button-container-contents:hover .badge {
  color: white;
  background-color: black; }

.menu_button-title {
  margin-left: 5px;
  margin-top: 1px;
  font-weight: 600; }

.menu_button-title a {
  color: var(--body-font-color); }

.menu_button-title a:hover {
  text-decoration: none; }

/* Start login menu  */
.login-menu, .dropdown-menu {
  right: 0px;
  left: auto;
  background-color: var(--secondary-color);
  min-width: 0px; }

.login-menu .btn-no-default-styles, .login-menu .btn-no-default-styles:focus {
  width: 100%;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  color: white;
  text-align: start;
  padding: 5px 20px; }
.login-menu .btn-no-default-styles:hover {
  background-color: white;
  color: var(--secondary-color); }

@media (min-width: 992px) {
  #loggedinUsername {
    visibility: hidden;
    display: none; } }
.login-menu li, .dropdown-menu li {
  font-size: .85em; }

.dropdown-menu > li > a {
  color: var(--banner-font-color);
  display: flex;
  justify-content: space-between;
  align-items: center; }

.login-menu i, .dropdown-menu i {
  font-size: 16px; }

#closeLogin .menu-item, #closeLogin .activition {
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  margin: 7px 0; }
#closeLogin .activition a, #closeLogin .dropdown-menu .menu-item a {
  margin: 6px 0;
  padding-top: 5px;
  padding-bottom: 5px; }
#closeLogin .activition:hover a, #closeLogin .dropdown-menu .menu-item:hover a {
  background-color: white;
  padding-top: 5px;
  padding-bottom: 5px; }

.login_menu-option div {
  padding-right: 11px; }

/* End login menu */
.menu_button-active, #closeLogin.open {
  background-color: var(--secondary-color);
  /* Animation */
  -webkit-animation: shadow-drop-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: shadow-drop-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.menu_button-active > a, #closeLogin.open > a {
  filter: invert(100%); }

.menu_button-active a:hover *, #closeLogin.open a:hover * {
  filter: invert(0%);
  color: black; }

.menu_button-active .badge, #closeLogin.open .badge {
  background-color: black; }

.menu_button-active:hover > a > .menu_button-container-contents > a {
  filter: invert(100%);
  color: black; }

/* Start overlay modal styles  */
.overlayModal {
  opacity: 0;
  visibility: hidden;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  width: 100%;
  /* Full width */
  height: calc(100% - 95px);
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  animation-name: fadeOut;
  animation-duration: .2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; }

.contentOpened {
  animation-name: fadeIn;
  animation-duration: .2s;
  animation-timing-function: ease-in-out; }

/* Modal Content */
.overlay_modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  /* border: 1px solid #888; */
  width: 100%;
  border-radius: 0px;
  border: 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: slideUp;
  animation-duration: .4s;
  animation-fill-mode: backwards;
  animation-timing-function: ease-in-out; }

.overlay_modal-body {
  padding: 0px; }

.slideDown {
  animation-name: slideDown;
  animation-duration: .4s; }

/* Modal Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }
@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible; }
  to {
    opacity: 0;
    visibility: hidden; } }
@keyframes slideUp {
  from {
    top: 0%; }
  to {
    top: -100%; } }
@keyframes slideDown {
  from {
    top: -100%;
    opacity: 0; }
  to {
    top: 0%;
    opacity: 1; } }
/* Start login overlay */
.loginModal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 95px; }

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box; }

label.checkboxLabel {
  font-size: .8em; }

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: var(--darker-faded-color);
  border-width: 0px;
  color: white; }

.cancelbtn:hover {
  background-color: var(--secondary-color-hover); }

/* Center the image and position the close button */
.closeBtncontainer {
  text-align: center;
  position: relative; }

.loginOverlay-main_content-container {
  padding: 16px; }

.inputField_label {
  margin-bottom: 0px;
  margin-top: 5px; }

.input_field {
  margin: 12px 0;
  height: 40px;
  font-size: .8em; }

input[type=password] {
  margin: 12px 0; }

.loginOverlay-navigation_content-container {
  padding: 0px 16px 18px 16px; }

span.psw {
  float: right;
  padding: 10px 18px; }

span.psw a {
  text-decoration: none;
  color: var(--darker-faded-color); }

span.psw a:hover {
  color: var(--secondary-color-hover); }

/* Login button */
.loginButton {
  background-color: var(--secondary-color);
  color: white;
  padding: 10px 20px;
  margin: 12px 0;
  border: none;
  cursor: pointer;
  width: 100%; }

.loginButton:hover {
  background-color: var(--secondary-color-hover); }

/* Modal Content/Box */
.login_modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto;
  /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; }

@media (max-width: 992px) {
  .login_modal-content {
    width: 90%; } }
.login_modal-content {
  max-width: 400px; }

/* The Close Button (x) */
.loginClose {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 23px;
  font-weight: bold;
  top: 15px; }

.loginClose:hover, .loginClose:focus {
  color: grey;
  cursor: pointer; }

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s; }

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }
@keyframes animatezoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none; }

  .cancelbtn {
    width: 100%; } }
/* End login overlay */
/* End overlay modal styles  */
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; } }
.navbar-nav {
  margin: 0px; }

.collapsed-on-mobile {
  display: none;
  visibility: hidden; }

@media (max-width: 992px) {
  .collapsed-on-mobile {
    display: block;
    visibility: visible; } }
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

#bs-example-navbar-collapse-1 .nav.navbar-nav > li:hover {
  border-top: 3px solid transparent;
  border-bottom: 3px solid lightgrey; }
#bs-example-navbar-collapse-1 li.menu-item.active:hover {
  background-color: transparent; }

@media (min-width: 768px) and (max-width: 768px) {
  justify-content: flex-start; }
@media (min-width: 992px) {
  .navbar.navbar-default {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center; }

  #bs-example-navbar-collapse-1 {
    width: 100%; }

  .nav.navbar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px; } }
.dropdown-toggle, .activition a {
  font-size: 1em; }

.menu-item, .activition {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent; }

.menu-item:hover, .activition:hover a {
  background-color: #fff; }

.login-menu .menu-item:hover a, .login-menu .activition:hover a, .dropdown-menu .menu-item:hover a, .dropdown-menu .activition:hover a {
  color: #000; }

@media (max-width: 1200px) {
  .dropdown-toggle, .activition a {
    font-size: .8em; } }
.nav > li > a {
  padding: 10px; }

@media (min-width: 992px) {
  .navbar-header, .nav-icons-container, .rightIcons, .menu-container, .login-container {
    height: 137px; }

  .mainLogo {
    width: 850px; }

  .navbar-header {
    height: auto; } }
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%;
  height: auto; }

.btn {
  border-radius: 0px;
  border: 0px solid transparent; }

.featured-conferences-item-title a {
  margin-top: 10px; }

.home-block-content, .mCustomScrollbar {
  font-size: .8em; }

.home-block-title {
  font-weight: 600; }

.form-control {
  border-radius: 0px; }

.dropdown-menu {
  min-width: 96px;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px; }

.navbar-default .navbar-nav > li > a {
  font-weight: 500; }

@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    font-weight: 500;
    font-size: 1.1em; } }
.userpro-right a {
  padding: 7px !important;
  cursor: pointer !important;
  text-decoration: none; }

div.userpro-body a:hover, div.userpro-head div.userpro-right a:hover {
  text-decoration: none !important; }

@media (max-width: 992px) {
  div.userpro-body {
    line-height: inherit !important;
    padding: 0 15px 15px !important;
    height: 70vh !important;
    overflow-y: scroll !important; } }
.div.userpro-field {
  margin: 0px; }

.div.userpro-field:first-child {
  margin: 10px; }

div.userpro-input input[type=password], div.userpro-input input[type=text] {
  padding: 5px 8px !important;
  height: auto; }

.modal {
  top: 0%;
  padding-right: 0px !important; }

.panel-body {
  padding: 5px; }

.table-header-onMobile {
  display: none;
  visibility: hidden; }

@media (max-width: 992px) {
  #view-profile .table, #CONDETAILP .table {
    table-layout: fixed;
    font-size: .7em; }
  #view-profile td, #CONDETAILP td {
    word-wrap: break-word; }

  #CONDETAILP td,
  #CONFERENCEP td {
    text-align: center; }
  #CONDETAILP tr,
  #CONFERENCEP tr {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ddd; }
  #CONDETAILP thead tr,
  #CONFERENCEP thead tr {
    display: none; }
  #CONDETAILP caption,
  #CONFERENCEP caption {
    display: flex;
    flex-flow: column; }
    #CONDETAILP caption h3,
    #CONFERENCEP caption h3 {
      font-size: 1.3em;
      width: 100%; }
  #CONDETAILP .evgo,
  #CONFERENCEP .evgo {
    float: right;
    width: 80%;
    margin: 0 auto; }
  #CONDETAILP .table.table-hover .dropdown-menu,
  #CONFERENCEP .table.table-hover .dropdown-menu {
    width: 50%;
    right: 0px;
    left: 0;
    font-size: 1em;
    margin: 0 auto;
    border-radius: 0px;
    border: 0px;
    border-top: 1px solid grey; }
    #CONDETAILP .table.table-hover .dropdown-menu > li > a,
    #CONFERENCEP .table.table-hover .dropdown-menu > li > a {
      justify-content: center; }
  #CONDETAILP .payment-table-mobile td,
  #CONFERENCEP .payment-table-mobile td {
    display: flex;
    justify-content: space-between; }
    #CONDETAILP .payment-table-mobile td .table-header-onMobile,
    #CONFERENCEP .payment-table-mobile td .table-header-onMobile {
      display: block;
      visibility: visible; }

  .QuickLinks button {
    float: inherit; }

  .btn {
    color: white;
    width: 50%;
    padding: 8px; }

  .btn:hover {
    background-color: #AA822C;
    color: white;
    opacity: .9; }

  td {
    width: 100%; } }
.frame-box-content-mobile {
  padding: 10px !important;
  text-align: justify; }

@media (max-width: 992px) {
  .frame-box-content-mobile {
    padding: 0px !important; } }
.dropdown-menu {
  font-size: 1em; }

@media (min-width: 768px) {
  .dropdown-menu {
    font-size: 1em; } }
#bs-example-navbar-collapse-2 {
  width: 100%; }

.conference-item-cover img {
  height: auto !important;
  min-height: auto; }

.modal.fade.signingInModals.in {
  overflow-y: scroll !important;
  padding-left: 0px !important; }

.signingInModals {
  /*--profile start here--*/
  /* Change the white to any color ;) */
  /*----*/
  /*-- //slider --*/
  /*-- responsive --*/
  /*-- //responsive --*/ }
  .signingInModals input {
    border-radius: 0; }
  .signingInModals select {
    width: 100%;
    height: 40px;
    border-radius: 0px; }
  .signingInModals a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all; }
  .signingInModals a:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all; }
  .signingInModals .wrap {
    width: 34%;
    margin: 2em auto 0; }
  .signingInModals h1 {
    font-size: 3em;
    color: black;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase; }
  .signingInModals ::-webkit-input-placeholder {
    color: black !important; }
  .signingInModals .w3ls-subscribe, .signingInModals .w3ls-subscribe1 {
    background-color: #ffffff4a; }
  .signingInModals .agileits-border {
    padding: 2em; }
  .signingInModals .w3ls-subscribe h3 {
    color: black;
    font-size: 2em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px; }
  .signingInModals form {
    width: 93%;
    margin-top: 30px; }
  .signingInModals .w3ls-subscribe input[type="email"], .signingInModals input[type="date"], .signingInModals input[type="date"], .signingInModals select, .signingInModals .w3ls-subscribe input[type="text"], .signingInModals .w3ls-subscribe input[type="password"] {
    outline: none;
    padding: .7em;
    background: none;
    border: none;
    border-bottom: 1px solid #aa822c;
    color: #aa822c;
    font-size: .9em;
    margin: 0;
    width: 100%; }
  .signingInModals .gender {
    display: inline-block;
    color: #aa822c;
    font-size: .9em;
    margin-right: 10px;
    margin-left: 3px; }
  .signingInModals .w3ls-subscribe input[type="email"], .signingInModals input[type="date"], .signingInModals select, .signingInModals .w3ls-subscribe input[type="text"], .signingInModals .w3ls-subscribe input[type="password"] {
    -webkit-appearance: none; }
  .signingInModals select[id="country"] {
    box-shadow: none !important; }
  .signingInModals input[type="radio"] {
    border-bottom: 1px solid #aa822c;
    color: #aa822c;
    font-size: .9em;
    margin: 0 0 20px 0; }
  .signingInModals .signUpField {
    margin: 0; }
  .signingInModals .w3ls-subscribe input[type="email"]:hover, .signingInModals .w3ls-subscribe input[type="text"]:hover, .signingInModals .w3ls-subscribe input[type="password"]:hover {
    border-bottom: 1px solid #0c3852;
    color: #0c3852; }
  .signingInModals input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
    -webkit-text-fill-color: #aa822c !important; }
  .signingInModals .w3ls-subscribe input[type="submit"] {
    font-size: .9em;
    text-decoration: none;
    padding: .6em 3em;
    cursor: pointer;
    background: #aa822c;
    border: solid 1px #aa822c;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all; }
  .signingInModals .w3ls-subscribe input[type="submit"]:hover {
    background: #0c3852;
    border: solid 1px #0c3852;
    color: white; }
  .signingInModals .w3ls-subscribe h4 {
    color: #aa822c;
    font-size: 1em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px; }
  .signingInModals .w3ls-subscribe p {
    color: black;
    font-size: .9em;
    margin: 1em 0;
    line-height: 1.8em; }
  .signingInModals .wthree_footer_copy {
    margin: 2em 0 0 0;
    text-align: center; }
  .signingInModals .wthree_footer_copy p {
    font-size: .9em;
    color: black; }
  .signingInModals .wthree_footer_copy p a {
    color: black; }
  .signingInModals .wthree_footer_copy p a:hover {
    color: #000000; }
  .signingInModals .callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 110%;
    left: 45%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 999; }
  .signingInModals .slider-top span {
    font-weight: 600; }
  .signingInModals .callbacks_tabs li {
    display: inline-block;
    margin: 0; }
  .signingInModals .callbacks_tabs a {
    visibility: hidden; }
  .signingInModals .callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 8px;
    width: 8px;
    display: inline-block;
    background: none;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%; }
  .signingInModals .callbacks_here a:after {
    background: #ffffff;
    border: 2px solid #ffffff; }
  .signingInModals .agileinfo-follow {
    margin: 1em 0;
    text-align: center; }
  .signingInModals .agileinfo-follow h4 {
    color: black;
    font-size: 1em;
    font-weight: 600; }
  .signingInModals .agile-signin h4 {
    text-align: center;
    color: black;
    font-size: .9em;
    margin: 1em 0 0 0; }
  .signingInModals .agile-signin h4 a {
    color: #aa822c;
    text-decoration: none; }
  .signingInModals .agile-signin h4 button {
    color: #aa822c;
    text-decoration: none;
    -webkit-appearance: none;
    border: none;
    font-size: 1.1em; }
  .signingInModals .forget-password h4 a {
    color: lightgrey;
    text-decoration: none; }
  .signingInModals .agile-signin h4 a:hover {
    color: black; }
  @media (max-width: 1440px) {
    .signingInModals .wrap {
      width: 40%; } }
  @media (max-width: 1280px) {
    .signingInModals .wrap {
      width: 45%; } }
  @media (max-width: 1080px) {
    .signingInModals .wrap {
      width: 55%; } }
  @media (max-width: 900px) {
    .signingInModals .wrap {
      width: 65%; } }
  @media (max-width: 800px) {
    .signingInModals h1 {
      font-size: 2em; } }
  @media (max-width: 736px) {
    .signingInModals .agile-signin h4 {
      letter-spacing: 1px; } }
  @media (max-width: 667px) {
    .signingInModals .wrap {
      width: 71%; } }
  @media (max-width: 640px) {
    .signingInModals .wrap {
      width: 75%; } }
  @media (max-width: 600px) {
    .signingInModals .agileits-border {
      padding: 2em; } }
  @media (max-width: 480px) {
    .signingInModals h1 {
      font-size: 1.5em; }
    .signingInModals .wrap {
      width: 85%; }
    .signingInModals .callbacks_tabs {
      top: 112%; } }
  @media (max-width: 414px) {
    .signingInModals .agileits-border {
      padding: 1em; }
    .signingInModals .agileinfo-follow {
      margin: 3em 0 2em 0; }
    .signingInModals h1 {
      font-size: 1.4em; } }
  @media (max-width: 384px) {
    .signingInModals .agileinfo-follow {
      margin: 2em 0 1em 0; }
    .signingInModals h1 {
      font-size: 1.3em; } }
  @media (max-width: 375px) {
    .signingInModals body {
      padding: 2em 0; } }
  @media (max-width: 320px) {
    .signingInModals .agileinfo-social-grids ul a i.fa {
      height: 25px;
      width: 25px;
      line-height: 24px; }
    .signingInModals h1 {
      font-size: 1.1em; }
    .signingInModals .callbacks_tabs {
      left: 43%; } }
  .signingInModals .modal-body {
    padding: 0px !important; }
  .signingInModals ul {
    list-style-type: none; }
  .signingInModals ul {
    -webkit-padding-start: 0px; }
  @media (min-width: 768px) {
    .signingInModals .modal-content {
      border-radius: 0px; } }
  .signingInModals .modal-content {
    border-radius: 0px !important;
    border: 0px solid rgba(0, 0, 0, 0.2) !important; }

#HomeP .centering-flex-content {
  display: flex;
  justify-content: center;
  width: 100%; }

.font {
  font-weight: bold; }

.main-title {
  color: #A97F1D; }

.sucess-msg {
  color: green;
  height: 30px; }

.error-msg {
  color: red;
  height: 30px; }

.error-text {
  color: red; }

input.mar-bottom {
  margin-bottom: 0; }

.form {
  background-color: white; }

.divbg {
  background-color: white; }

.fggsvgsg {
  color: red; }

.regular-label {
  font-size: 14px; }

.pl {
  padding-left: 0; }

.pr {
  padding-right: 0; }

.mr-top {
  margin-top: 20px; }

.pr {
  padding-right: 10px; }

.mr-bottom {
  margin-bottom: 20px; }

.agileinfo-social-grids {
  display: flex;
  justify-content: center; }

.agileinfo-social-grids ul {
  padding: 0;
  margin: 0; }

.agileinfo-social-grids ul la {
  color: black;
  text-align: center;
  display: inline-block;
  margin: 0 .5em 0 0; }

.agileinfo-social-grids ul a i.fa {
  height: 32px;
  width: 32px;
  line-height: 33px;
  background: none;
  color: white;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all; }

.agileinfo-social-grids ul a i.fa:hover {
  opacity: 1; }

.agileinfo-social-grids ul a i {
  border-color: black;
  font-size: 20px; }

.agileinfo-social-grids ul a i.fa.fa-facebook:hover {
  background: #3b5998;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-youtube:hover {
  background: #dc1d22;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-instagram:hover {
  background: #dc5db0;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-android:hover {
  background: #2f9944;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-apple:hover {
  background: white;
  color: #000000; }

.agileinfo-social-grids ul a i.fa.fa-twitter:hover {
  background: #55acee;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-rss:hover {
  background: #f26522;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-vk:hover {
  background: #45668e;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-linkedin:hover {
  background: #0077b5;
  color: #FFFFFF; }

.agileinfo-social-grids ul a i.fa.fa-dribbble:hover {
  background: #ea4c89;
  color: #FFFFFF; }

@media (max-width: 320px) {
  .agileinfo-social-grids ul a i.fa {
    height: 25px;
    width: 25px;
    line-height: 24px; } }
.button-footer li a {
  padding: 5px;
  font-size: .9em;
  border-radius: 0px;
  opacity: 1; }

footer .flex-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 110px;
  margin-top: 10px; }
@media (max-width: 992px) {
  footer .flex-footer {
    flex-flow: column; } }
footer .banks {
  display: flex; }
footer .mastercardlogo {
  border-radius: 9px;
  width: 34px;
  margin: 0 3px; }
footer .ciblogo {
  width: 40px;
  margin: 0 3px; }

#navtabs-section .section-container-styles {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1em; }
#navtabs-section .nav-tabs > li.active > a, #navtabs-section .nav-tabs > li.active > a:focus, #navtabs-section .nav-tabs > li > a:hover {
  color: #555;
  background-color: #a97f18;
  border-radius: 0px; }
#navtabs-section .nav-tabs > li > a {
  margin-right: 0px; }
#navtabs-section .tab-content > .active {
  background-color: white; }
#navtabs-section h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center; }
#navtabs-section main {
  min-width: 320px;
  max-width: 800px;
  padding: 50px;
  margin: 0 auto;
  background: #fff; }
#navtabs-section input {
  display: none; }
#navtabs-section label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent; }
#navtabs-section label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px; }
#navtabs-section label[for*='1']:before {
  content: '\f1cb'; }
#navtabs-section label[for*='2']:before {
  content: '\f17d'; }
#navtabs-section label[for*='3']:before {
  content: '\f16b'; }
#navtabs-section label[for*='4']:before {
  content: '\f1a9'; }
#navtabs-section label:hover {
  color: #888;
  cursor: pointer; }
#navtabs-section input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff; }
#navtabs-section #tab1:checked ~ #content1,
#navtabs-section #tab2:checked ~ #content2,
#navtabs-section #tab3:checked ~ #content3,
#navtabs-section #tab4:checked ~ #content4 {
  display: block; }
@media screen and (max-width: 650px) {
  #navtabs-section label {
    font-size: 0; }
  #navtabs-section label:before {
    margin: 0;
    font-size: 18px; } }
@media screen and (max-width: 400px) {
  #navtabs-section label {
    padding: 15px; } }
#navtabs-section #myTab {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 20px;
  border-bottom: 0;
  display: flex;
  justify-content: center; }
  #navtabs-section #myTab li a {
    text-align: center;
    min-width: 130px;
    display: block;
    line-height: 50px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-color: #ddd;
    color: #383838;
    font-weight: 500;
    padding: 0px;
    border-radius: 0px;
    margin-left: 5px;
    font-size: .85em; }
  #navtabs-section #myTab li.active a, #navtabs-section #myTab li a:hover {
    background-color: #a97f18;
    color: white; }

@media (max-width: 992px) {
  #navtabs-section #myTab li a {
    text-align: center;
    min-width: auto;
    display: block;
    line-height: initial;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-color: #ddd;
    color: #a97f18;
    font-weight: 500;
    padding: 0px 5px;
    border-radius: 0px;
    font-size: .8em;
    border-radius: 11px;
    min-height: 50px;
    min-width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px; }
  #navtabs-section #myTab li:first-child a {
    margin-left: 0px; }
  #navtabs-section #myTab li {
    margin: 0; } }
@media (min-width: 1200px) {
  #navtabs-section #myTab li a {
    margin-right: 7px;
    margin-left: 7px; } }
#partnersLogos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  #partnersLogos .partner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    min-width: 70px;
    margin: 0 14px; }
    #partnersLogos .partner img {
      width: 100%; }
  @media (min-width: 1200px) {
    #partnersLogos .partner {
      width: 84px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    #partnersLogos .partner {
      width: 80px; } }

form#nlform {
  margin-top: 15px !important; }

.third-img-first-row-home {
  padding: 10px; }

div.form-group.newsletter-btn {
  text-align: center;
  margin-top: 30px; }

.newsletterContent .help-block {
  font-size: 1.6em;
  margin-top: 14px; }

#HomeP .latest-news-section .newsletterContent {
  padding: 0 10px; }
@media (max-width: 992px) {
  #HomeP .latest-news-section .home-block-content {
    margin-bottom: 30px; } }

.conferencesContainer {
  font-size: 1em;
  margin-bottom: 20px; }
  .conferencesContainer .centering-flex-content {
    width: 60%; }
  .conferencesContainer .conference-main-img {
    width: 100%; }
  .conferencesContainer .conference-main-img-container {
    min-height: 180px; }
  .conferencesContainer .summer-school-container {
    min-height: 150px; }
  .conferencesContainer .featured-conferences-item {
    display: flex;
    flex-flow: column; }
  .conferencesContainer .featured-conferences-item:hover {
    -webkit-box-shadow: 3px 8px 15px -2px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 3px 8px 15px -2px rgba(0, 0, 0, 0.37);
    box-shadow: 3px 8px 15px -2px rgba(0, 0, 0, 0.37);
    transition: .2s all ease-in-out; }
  .conferencesContainer .centering-flex-content {
    margin-bottom: 10px; }

.feature-conferences-item-text-container {
  padding: 10px; }

.featured-conferences-item-title {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  min-height: 60px;
  font-size: 0.9em;
  color: black;
  font-weight: 600; }

.featured-summer-schools {
  min-height: 275px; }

@media (max-width: 992px) {
  .featured-conferences-item {
    margin-bottom: 15px; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .featured-conferences-item {
    min-height: 275px; }

  .conferencesContainer .conference-main-img-container {
    min-height: 150px; }

  .feature-conferences-item-text-container {
    min-height: 104px; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .feature-conferences-item-text-container {
    min-height: auto; }

  .featured-conferences-item-title {
    min-height: 85px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .feature-conferences-item-text-container {
    min-height: 85px; } }
.conferences-page-conf-container {
  margin-bottom: 30px; }

.tabsyears .conferencesContainer .conference-main-img-container {
  min-height: 180px; }
.tabsyears .conference-item-title {
  margin-top: 0px;
  height: 100%;
  min-height: 66px;
  display: flex;
  align-items: center;
  padding: 0px; }
.tabsyears .featured-conferences-item {
  min-height: 333px; }
.tabsyears .conference-item-title h3 {
  position: absolute;
  bottom: 20px;
  right: 15px;
  padding: 0px;
  font-weight: 600; }
.tabsyears li.navs a, .tabsyears li.active a, .tabsyears li:hover a, .tabsyears li.navs a:hover {
  border-radius: 0px; }
.tabsyears .nav-styles {
  border-top-width: 0px !important;
  border-right-width: 1px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important; }

@media (max-width: 992px) {
  .margin-btm-30-mob {
    margin-bottom: 30px; }

  .tabsyears .featured-conferences-item {
    min-height: 315px; }
  .tabsyears .conference-item-title {
    min-height: 50px; }
  .tabsyears li.navs a {
    border-radius: 0px; }

  .conferencesContainer .conference-main-img-container {
    min-height: 175px !important; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .tabsyears .conferencesContainer .conference-main-img-container {
    min-height: 147px; }
  .tabsyears .featured-conferences-item {
    min-height: 300px; } }
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #efefef; }

::-webkit-scrollbar * {
  background: green; }

::-webkit-scrollbar-thumb {
  background: #ababab !important; }

.workshop-layout .conferences-list-item {
  padding: 0;
  min-height: 510px; }
.workshop-layout .conference-item-cover {
  min-height: 361px; }
.workshop-layout .conference-item-cover img {
  min-height: 275px;
  min-width: 100%;
  max-height: 361px;
  border: 0px; }
.workshop-layout .conference-details-text {
  padding: 10px; }
.workshop-layout .conference-item-cover > img {
  box-shadow: 0 0 0 0 transparent; }
@media (min-width: 992px) and (max-width: 1200px) {
  .workshop-layout .conference-item-cover {
    min-height: 292px; }
  .workshop-layout .conferences-list-item {
    min-height: 448px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .workshop-layout .conference-item-cover {
    min-height: auto; }
  .workshop-layout .conferences-list-item {
    min-height: 381px; }
  .workshop-layout .conference-item-cover img {
    min-height: auto; } }
@media (max-width: 992px) {
  .workshop-layout .conference-item-cover img {
    max-height: inherit;
    min-height: 221px; } }

.tabyears-book-service .conference-item-title {
  height: auto; }

@media (max-width: 992px) {
  .frame-title {
    line-height: 30px;
    text-align: center; }

  .framed-content {
    padding: 0px; }

  .quick-links-btn-mob {
    line-height: 40px; }

  .navbar-toggle {
    float: initial;
    border-radius: 29px; } }
.sidebar-btn {
  background-color: #aa812c;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 600;
  padding: 5px !important;
  margin-top: 0px;
  margin-bottom: 13px;
  line-height: 40px;
  float: initial;
  border-radius: 29px;
  margin-right: 0px !important;
  text-align: center; }

.fa.fa-caret-right {
  background: #aa812c;
  margin-top: 0px !important;
  font-weight: 600;
  font-size: 1em;
  width: 40px;
  height: 40px;
  float: right;
  padding: 0px;
  color: white;
  border-radius: 50%;
  line-height: 34px;
  border: 3px solid #f5f5f5; }

.sidebar-btn-container {
  margin: 15px 0px; }

.sidebar-btn:hover {
  color: #aa812c;
  background-color: #fff; }

.sidebar-btn:hover .fa.fa-caret-right {
  border: 3px solid #aa812c;
  background: #fff;
  color: #aa812c; }

#about-ierek-content .styled-box {
  border: 0px; }
#about-ierek-content .ierekpanel-b {
  padding: 0px; }

.tabyears-study-abroad .conferences-list-item {
  padding: 0px; }
.tabyears-study-abroad .conference-item-cover {
  min-height: 239px;
  max-height: 239px; }
.tabyears-study-abroad .feature-conferences-item-text-container {
  min-height: 162px; }
.tabyears-study-abroad .breifing {
  background-color: #d3d3d36b; }
  .tabyears-study-abroad .breifing figure {
    padding: 10px; }

@media (min-width: 992px) and (max-width: 1200px) {
  .tabyears-study-abroad .conference-item-cover {
    min-height: 190px; } }
@media (max-width: 1200px) {
  .conbref {
    height: auto;
    margin-bottom: 30px;
    padding: 5px; } }
.sidebar-sections-container .styled-box:first-child {
  margin-top: 0px; }

@media (max-width: 992px) {
  .conferences-page-container .conbref {
    height: 257px; } }
.conference-page-featured-conf {
  padding-top: 15px;
  background: white;
  height: auto; }
  .conference-page-featured-conf .featured-conferences-item {
    margin-bottom: 15px !important; }
  .conference-page-featured-conf .conferences-list-item {
    padding: 0px;
    margin-bottom: 15px; }
  @media (max-width: 992px) {
    .conference-page-featured-conf {
      height: auto; } }
  .conference-page-featured-conf .conference-main-img-container {
    min-height: 193px; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .conference-page-featured-conf .conference-main-img-container {
      min-height: 156px; } }
  @media (max-width: 992px) {
    .conference-page-featured-conf .conference-main-img-container {
      min-height: 122px !important; }
    .conference-page-featured-conf .featured-conferences-item {
      min-height: 260px; } }
  .conference-page-featured-conf .featured-conferences-item {
    border: 1px solid #dfdfdf; }
    .conference-page-featured-conf .featured-conferences-item .conference-item-title {
      padding: 0px;
      margin-top: 0px;
      display: flex;
      justify-content: center;
      align-items: center; }

.social-sharing-icons .box-title {
  margin: 10px auto 10px; }
  .social-sharing-icons .box-title .box-content effect .buttons {
    justify-content: center; }

.box-title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px; }
  .box-title-container .box-title {
    font-size: 1.3em; }

.content-from-textbox table {
  width: 100%; }
.content-from-textbox .action-btn-style {
  text-align: end; }
.content-from-textbox div {
  margin: 10px 0; }
.content-from-textbox table {
  margin: 10px 0;
  border: 1px solid lightgray; }
  .content-from-textbox table td {
    padding: 5px; }
.content-from-textbox p {
  margin: 0 !important;
  line-height: initial; }
.content-from-textbox #navtabs-section p {
  line-height: initial; }
.content-from-textbox .styled-list {
  font-size: 1em !important; }
.content-from-textbox .topic-description {
  font-size: 1em !important; }

.topic-description-container .topic-description {
  margin-top: 10px; }
.topic-description-container .topic-description-title-container {
  font-weight: 600; }

.Brief-Introduction {
  order: -1; }

.Brief-Introduction2 {
  order: 1; }

.main-box {
  padding: 0px;
  overflow-x: hidden;
  overflow-y: auto; }
  .main-box .styled-box {
    margin-bottom: 10px;
    border: 0px; }
  .main-box .pulse1 {
    font-size: 1.2em;
    padding-bottom: 7px; }
  .main-box .main-announcementBox-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center; }
    .main-box .main-announcementBox-container .flex-item {
      text-align: center;
      font-weight: 600;
      font-size: 1em; }

@media (max-width: 992px) {
  .main-box .styled-box {
    margin-top: 0px; }
  .main-box .pulse1 {
    text-align: center !important;
    display: flex;
    justify-content: center;
    align-items: center; } }
.styled-box {
  border: 0px;
  margin-top: 0px; }

.process input[type=text], .process input[type=password], .process input[type=email] {
  padding: 10px;
  margin: 0;
  border-radius: 0;
  min-height: 40px;
  font-size: 1em; }
.process .fees-title {
  font-size: 1em; }
.process .table-fees {
  margin-bottom: 10px; }
.process .form-control {
  height: 40px; }
.process .btn-block {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center; }
.process .account-block-container {
  padding: 30px 0px; }
.process .fees-title label {
  font-weight: 600; }

.fees-required > p {
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 0; }

.main-hr {
  border-top: 8px solid #eee; }

.conference-page-featured-conf {
  margin-top: 20px; }

.regErrors {
  font-size: .8em;
  font-weight: 500; }

.social-sharing-icons {
  /*common styles !!!YOU DON'T NEED THEM */
  /* jaques effect */ }
  .social-sharing-icons .container {
    margin: 60px auto 0px auto;
    text-align: center; }
    .social-sharing-icons .container h1 {
      font-family: 'Roboto', sans-serif;
      font-weight: 900;
      font-size: 30px;
      text-transform: uppercase;
      color: #212121;
      letter-spacing: 3px; }
      .social-sharing-icons .container h1 span {
        display: inline-block; }
        .social-sharing-icons .container h1 span:before, .social-sharing-icons .container h1 span:after {
          content: "";
          display: block;
          width: 34px;
          height: 2px;
          background-color: #212121;
          margin: 0px 0px 0px 2px; }
  .social-sharing-icons .effect {
    width: 100%;
    background-color: #212121; }
    .social-sharing-icons .effect h2 {
      color: #fff;
      font-family: 'Playfair Display', serif;
      font-weight: 400;
      font-size: 25px;
      letter-spacing: 3px; }
    .social-sharing-icons .effect:nth-child(2) {
      margin-top: 50px; }
    .social-sharing-icons .effect:nth-child(2n+1) {
      background-color: #fff; }
      .social-sharing-icons .effect:nth-child(2n+1) h2 {
        color: #212121; }
    .social-sharing-icons .effect .buttons {
      display: flex;
      justify-content: center; }
    .social-sharing-icons .effect a:last-child {
      margin-right: 0px; }
  .social-sharing-icons .effect {
    /*display: flex; */ }
    .social-sharing-icons .effect a {
      text-decoration: none !important;
      color: #fff;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0px;
      margin-right: 5px;
      font-size: 25px;
      overflow: hidden;
      position: relative; }
      .social-sharing-icons .effect a i {
        position: relative;
        z-index: 3; }
      .social-sharing-icons .effect a.fb {
        background-color: #3b5998; }
      .social-sharing-icons .effect a.tw {
        background-color: #00aced; }
      .social-sharing-icons .effect a.g-plus {
        background-color: #dd4b39; }
      .social-sharing-icons .effect a.dribbble {
        background-color: #ea4c89; }
      .social-sharing-icons .effect a.pinterest {
        background-color: #cb2027; }
      .social-sharing-icons .effect a.insta {
        background-color: #bc2a8d; }
      .social-sharing-icons .effect a.in {
        background-color: #007bb6; }
      .social-sharing-icons .effect a.vimeo {
        background-color: #1ab7ea; }
  .social-sharing-icons .effect.jaques a {
    transition: border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s; }
    .social-sharing-icons .effect.jaques a:hover {
      border-radius: 50%; }

.social-sharing-icons .effect a.a2a_button_skype {
  background-color: #00aef3; }

.univ-flex-container {
  display: flex;
  justify-content: center;
  align-items: center; }
  .univ-flex-container .text-center {
    margin: 15px; }

.appForm {
  margin-bootom: 10px; }

.main-download-btn {
  background-color: inherit;
  display: block;
  width: 100%;
  font-weight: 600;
  padding: 0px !important;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 40px;
  float: initial;
  border-radius: 0px;
  margin-right: 0px !important;
  text-align: center;
  border: 3px solid #aa812c;
  color: #aa812c; }

.fa.fa-caret-down {
  background: inherit;
  margin-top: 0px !important;
  font-weight: 600;
  font-size: 1em;
  width: 40px;
  height: 40px;
  float: right;
  padding: 0px;
  color: #aa812c;
  /* border-radius: 50%; */
  line-height: 40px;
  /* border: 3px solid #aa812c; */ }

.main-download-btn-text {
  padding-left: 10px;
  display: inline-block; }

.main-download-btn:hover {
  border: 3px solid inherit;
  color: white;
  background-color: #aa812c; }
  .main-download-btn:hover .fa.fa-caret-down {
    color: white; }

.quick-links-btn-container .sidebar-btn {
  border: 3px solid #aa812c; }
.quick-links-btn-container .fa.fa-caret-down {
  background: #aa812c;
  margin-top: 0px !important;
  font-weight: 600;
  font-size: 1em;
  width: 40px;
  height: 40px;
  float: right;
  padding: 0px;
  color: white;
  border-radius: 50%;
  line-height: 34px;
  border: 3px solid #f5f5f5; }
.quick-links-btn-container .plain-box:hover .fa.fa-caret-down, .quick-links-btn-container .plain-box:visited .fa.fa-caret-down {
  background: white;
  color: #aa812c;
  border: 3px solid #aa812c; }

#menu-quick-links .styled-box {
  padding: 2px;
  border: 1px solid #a97f18; }

.reviewer-container .reviewer-name {
  text-align: left;
  font-size: .9em;
  min-height: 155px;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  align-items: center; }
  .reviewer-container .reviewer-name h5 {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    text-align: center; }
.reviewer-container .reviewer-visit-profile a {
  background-color: #A97F18;
  color: #fff; }
.reviewer-container .reviewer-container-border {
  background: #f5f5f5;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 1em;
  -webkit-box-shadow: 2px 14px 26px -4px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 2px 14px 26px -4px rgba(0, 0, 0, 0.29);
  box-shadow: 2px 14px 26px -4px rgba(0, 0, 0, 0.29); }
  .reviewer-container .reviewer-container-border img {
    border-radius: 50%; }
.reviewer-container .btn {
  width: auto; }

@media (min-width: 992px) {
  .reviewer-container .reviewer-container-border {
    max-height: 275px;
    overflow: hidden; }
  .reviewer-container .reviewer-content {
    max-height: 125px; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .reviewer-container .reviewer-container-border {
    max-height: 280px;
    overflow: hidden; }
  .reviewer-container .reviewer-name {
    min-height: 159px; } }
@media (min-width: 1200px) {
  .reviewer-container .reviewer-name {
    min-height: 129px; } }
@media (max-width: 992px) {
  .reviewer-container .reviewer-name {
    min-height: auto; } }
#importantdates .table tr, #fees .table tr {
  margin-bottom: 10px; }

#fees {
  font-size: .9em; }

@media (max-width: 992px) {
  #importantdates .table-bordered, #fees .table-bordered {
    border: 0px solid #ddd; } }
#forauthors {
  font-size: .9em; }

#mainLoginMenu .username-showOnMobile-container {
  display: none;
  visibility: hidden; }
  #mainLoginMenu .username-showOnMobile-container a {
    color: lightgrey; }
#mainLoginMenu .username-showOnMobile {
  background-color: lightgrey;
  cursor: pointer; }

@media (max-width: 992px) {
  #mainLoginMenu .username-showOnMobile-container {
    display: block;
    visibility: visible;
    cursor: pointer; } }
#becomeASpeaker .input-group-addon, #becomeASponsor .input-group-addon, #mediaCoverage .input-group-addon, #applying-area .input-group-addon {
  border-radius: 0px; }
#becomeASpeaker #tab-General input[type=text], #becomeASpeaker #tab-General input[type=password], #becomeASponsor #tab-General input[type=text], #becomeASponsor #tab-General input[type=password], #mediaCoverage #tab-General input[type=text], #mediaCoverage #tab-General input[type=password], #applying-area #tab-General input[type=text], #applying-area #tab-General input[type=password] {
  margin: 0px; }
#becomeASpeaker #tab-General textarea, #becomeASponsor #tab-General textarea, #mediaCoverage #tab-General textarea, #applying-area #tab-General textarea {
  min-height: 100px; }
#becomeASpeaker #tab-General #organization, #becomeASponsor #tab-General #organization, #mediaCoverage #tab-General #organization, #applying-area #tab-General #organization {
  margin-right: 0px;
  margin-left: 0px; }
#becomeASpeaker #create_form .panel-footer, #becomeASponsor #create_form .panel-footer, #mediaCoverage #create_form .panel-footer, #applying-area #create_form .panel-footer {
  height: 54px; }
#becomeASpeaker #create_form .btn-file, #becomeASponsor #create_form .btn-file, #mediaCoverage #create_form .btn-file, #applying-area #create_form .btn-file {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center; }
#becomeASpeaker .image_file, #becomeASponsor .image_file, #mediaCoverage .image_file, #applying-area .image_file {
  background-color: lightgrey;
  padding: 10px;
  color: white; }
@media (max-width: 992px) {
  #becomeASpeaker .btn, #becomeASponsor .btn, #mediaCoverage .btn, #applying-area .btn {
    color: inherit;
    width: 100%; } }

#mediaCoverage #tab-General #organization {
  margin-right: -15px;
  margin-left: -15px; }

#payments .panel-body {
  padding: 15px; }
#payments .account-block-container {
  display: flex;
  flex-flow: column;
  padding: 10px; }
#payments .process .btn-block {
  height: auto; }
#payments .btn {
  width: 100%; }
#payments .data-input-field {
  margin-top: 10px;
  margin-bottom: 10px; }

.payment-content .alt-link {
  background-color: white;
  border: 1px solid #AA822C;
  color: #AA822C; }
.payment-content .alt-link:hover {
  background-color: #AA822C;
  color: white; }

.payment-sidebar .panel-body {
  padding: 10px; }

.btn-block + .btn-block {
  margin-top: 0px; }

@media (max-width: 992px) {
  .btn-block.order, .btn-block.review, .btn-full-width-mob {
    width: 100%; }

  .value-mobile {
    text-align: end; } }
.quick-links-sc {
  margin-bottom: 10px; }

.quick-links .menu-item:hover, .quick-links .activition:hover a {
  background-color: inherit; }

#bs-example-navbar-collapse-2 {
  margin-bottom: 20px; }

.iereklogosmall {
  padding-right: 5px !important; }

@media (max-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 14px !important; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-size: 12px; } }
.becomeASpeakerTemplate .btn.btn-default.btn-file, .becomeASpeakerTemplate .btn.btn-default.fileinput-remove.fileinput-remove-button {
  border: 1px solid lightgrey;
  margin-bottom: 5px;
  margin-top: 5px; }
.becomeASpeakerTemplate .close.fileinput-remove.text-right {
  display: none;
  visibility: hidden; }
.becomeASpeakerTemplate .input-group {
  width: 100%;
  border: 1px solid #A97F18; }
.becomeASpeakerTemplate .image_file input {
  display: none;
  visibility: hidden; }

#becomeASpeaker .main-submit-button, #becomeASponsor .main-submit-button, #mediaCoverage .main-submit-button, #applying-area .main-submit-button {
  background: #A97F18;
  color: #fff;
  min-width: 200px; }
#becomeASpeaker .main-submit-button:hover, #becomeASponsor .main-submit-button:hover, #mediaCoverage .main-submit-button:hover, #applying-area .main-submit-button:hover {
  opacity: .8; }
#becomeASpeaker .submitBTNMain, #becomeASponsor .submitBTNMain, #mediaCoverage .submitBTNMain, #applying-area .submitBTNMain {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px; }
#becomeASpeaker label, #becomeASponsor label, #mediaCoverage label, #applying-area label {
  font-weight: 500; }
#becomeASpeaker .centering-text, #becomeASponsor .centering-text, #mediaCoverage .centering-text, #applying-area .centering-text {
  text-align: center; }
#becomeASpeaker textarea, #becomeASpeaker input, #becomeASponsor textarea, #becomeASponsor input, #mediaCoverage textarea, #mediaCoverage input, #applying-area textarea, #applying-area input {
  outline: none;
  -webkit-appearance: none; }
#becomeASpeaker #brief_description textarea, #becomeASponsor #brief_description textarea, #mediaCoverage #brief_description textarea, #applying-area #brief_description textarea {
  width: 100%; }
#becomeASpeaker #organization .message, #becomeASponsor #organization .message, #mediaCoverage #organization .message, #applying-area #organization .message {
  margin: 0px; }

.new_input_field_container {
  /* style */ }
  .new_input_field_container .js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  .new_input_field_container .inputfile + label {
    max-width: 250px;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    width: 100%;
    /* 10px 20px */ }
  @media (max-width: 992px) {
    .new_input_field_container .inputfile + label {
      max-width: 100%; } }
  .new_input_field_container .no-js .inputfile + label {
    display: none; }
  .new_input_field_container .inputfile:focus + label,
  .new_input_field_container .inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px; }
  .new_input_field_container .inputfile + label * {
    line-height: 24px; }
  .new_input_field_container .inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */ }
  .new_input_field_container input[type=file] {
    display: none; }
  .new_input_field_container .inputfile-2 + label {
    color: #A97F18;
    border: 1px solid currentColor;
    height: 38px; }
  .new_input_field_container .inputfile-2:focus + label,
  .new_input_field_container .inputfile-2.has-focus + label,
  .new_input_field_container .inputfile-2 + label:hover {
    color: #956e17; }

.inputs-container input[type=text], .inputs-container textarea {
  -moz-box-shadow: 0 0 8px transparent;
  -webkit-box-shadow: 0 0 8px transparent;
  box-shadow: 0 0 8px transparent;
  border: 1px solid transparent; }
.inputs-container input {
  height: 34px; }
.inputs-container .has-error .checkbox, .inputs-container .has-error .checkbox-inline, .inputs-container .has-error .control-label, .inputs-container .has-error .help-block, .inputs-container .has-error .radio, .inputs-container .has-error .radio-inline, .inputs-container .has-error.checkbox label, .inputs-container .has-error.checkbox-inline label, .inputs-container .has-error.radio label, .inputs-container .has-error.radio-inline label {
  color: red; }
.inputs-container .text-brief {
  width: 100%;
  border: 0px; }

@media (max-width: 992px) {
  .becomeASpeakerImg {
    display: none;
    visibility: hidden; } }
.becomeASpeakerTitleMobile {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-weight: 600;
  color: #A97F18;
  visibility: visible;
  margin: 15px 0; }

@media (min-width: 992px) {
  .becomeASpeakerTitleMobile {
    display: none;
    visibility: hidden; } }
.finishedConference {
  filter: grayscale(100%); }

.social-sharing-icons .effect a.a2a_button_google_plus, .social-sharing-icons .effect a.a2a_button_pocket {
  background-color: #cf4434; }

.social-sharing-icons .effect a.a2a_button_pocket {
  background-color: #f33a54; }

.finishedConference:hover {
  filter: grayscale(0%); }

.committee-container .caption p {
  font-family: inherit !important; }

.downloadCV-container {
  text-align: center; }

.whitebackground {
  background: white; }
  .whitebackground p {
    margin: 0 0 0px !important;
    word-break: break-word; }
  .whitebackground .framed-content {
    padding: 10px; }
  .whitebackground .insidepanel-styles {
    margin-bottom: 0px !important; }

#view-profile {
  font-size: 14px; }
  #view-profile .btn {
    width: auto; }

#edit-profile .btn {
  width: auto; }

#message #delArea {
  text-align: right; }

@media (max-width: 992px) {
  #myEvents .table > tbody > tr > td, .myAbstracts .table > tbody > tr > td {
    border-top: 0px solid #ddd; } }

.view-profile-notifications .btn {
  color: initial; }

.myAbstracts .table {
  margin-bottom: 0px !important; }
.myAbstracts caption {
  padding-top: 0px;
  padding-bottom: 0px; }
.myAbstracts .go-to-event {
  line-height: inherit;
  background: #aa812c;
  color: white;
  font-size: 13px;
  padding: 5px 10px;
  font-weight: 500; }
.myAbstracts .go-to-event:hover {
  cursor: pointer;
  opacity: .8; }
.myAbstracts .caption-div h3 {
  margin-bottom: 0;
  margin-top: 0; }
.myAbstracts .caption-div-inner {
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  min-height: 50px; }
  .myAbstracts .caption-div-inner h3 {
    font-size: 16px !important; }
@media (max-width: 992px) {
  .myAbstracts .caption-div-inner {
    flex-flow: column;
    padding: 10px; } }
.myAbstracts .grayscaled {
  filter: grayscale(100%); }
.myAbstracts .grayscaled:hover {
  filter: grayscale(0%); }

.margin-b-0 {
  margin-bottom: 0; }

.brief-description {
  background: white;
  text-align: justify;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
  word-break: break-word; }
  .brief-description p {
    font-size: 1.2em;
    padding-left: 10px; }
  .brief-description > p {
    padding-bottom: 0px; }

.d-inline-block {
  diaply: inline-block; }

.brief-description-book-series p {
  padding: 0;
  padding-bottom: 3px; }

.overview_badge {
  position: absolute;
  z-index: 999;
  right: 6%;
  text-align: center;
  background: #a97f18;
  font-weight: 500;
  font-size: 16px;
  bottom: 9%;
  line-height: 17px; }

.applying-area {
  background: white;
  padding: 0;
  padding-bottom: 20px;
  margin-right: 0px;
  margin-left: 0px; }

#applying-area {
  background: white;
  padding-top: 0;
  margin-right: 0px;
  margin-left: 0px; }

#applying-area input[type=text], #applying-area input[type=email], #applying-area select {
  border: 1px solid #A97F18 !important;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  box-shadow: 0 0 8px transparent;
  border: 1px solid transparent;
  height: 34px;
  width: 100%;
  padding: 12px 20px; }
#applying-area label {
  width: auto; }
#applying-area textarea {
  border: 1px solid #A97F18 !important; }
#applying-area select {
  color: #555;
  border-radius: 0;
  padding: 0 20px;
  line-height: 20px; }

.main-footer {
  margin-top: 30px;
  background-color: #000000b3;
  padding-bottom: 40px; }

@media (max-width: 992px) {
  .main-footer {
    padding-bottom: 80px; } }
.footer {
  background-color: var(--footer-bg-color);
  color: white; }

.footer a, .footer p {
  color: var(--footer-text-color);
  text-decoration: none; }

.footer a:hover {
  color: var(--secondary-color-hover);
  text-decoration: none;
  cursor: pointer; }

.footer a.footer-link-active {
  color: var(--secondary-color-hover); }

.footer .pdf-badge {
  background-color: var(--darker-faded-color);
  color: white; }

.email-wrapper {
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  margin: 0 auto; }
  .email-wrapper table {
    margin-bottom: 24px;
    width: 100%; }
  .email-wrapper .cell-title {
    font-size: 16px;
    font-weight: bold; }
  .email-wrapper td {
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 9px;
    padding-bottom: 9px;
    min-width: 150px !important; }

.email-title-bg {
  background-color: orange;
  padding: 10px; }

@media (max-width: 992px) {
  td {
    width: 150px !important; } }
.sponsor-ship-table {
  min-width: 165px; }
  .sponsor-ship-table td {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center; }
  .sponsor-ship-table .text-left {
    text-align: left; }
  .sponsor-ship-table .rule {
    color: #aa812c; }
  .sponsor-ship-table .sponsors-rules {
    text-align: justify; }

.border-bottom {
  border-bottom: 1px solid black;
  display: inline-block;
  padding-bottom: 6px; }

.register-text {
  padding-right: 5px;
  color: #007bb6; }

a.register {
  color: #ab8121; }

.register-arrow {
  height: 28px;
  width: 15px; }

/* styles for '...' to limit text length */
.block-with-text {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 2.4em;
  /* fix problem when last visible word doesn't adjoin right side  */
  /* */
  padding-right: 1em; }

.block-with-text:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0; }

.margin-top {
  margin-top: 10px; }

.block-with-text:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  width: 1em;
  /* set width and height */
  height: 1em;
  margin-top: 0.2em;
  background: inherit; }

.one-line-max {
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 1.2em;
  /* fix problem when last visible word doesn't adjoin right side  */
  overflow: hidden; }

.three-line-max {
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 3.6em;
  /* fix problem when last visible word doesn't adjoin right side  */
  margin-bottom: 10px; }

.continue-btn {
  height: 15px;
  width: 22px; }

@media (max-width: 992px) {
  .block-with-text-mobile {
    overflow: auto;
    max-height: none; } }
.text-right {
  text-align: right; }

.four-line-max {
  line-height: 1.2em;
  max-height: 4.8em;
  overflow: hidden; }

/* End styles for '...' to limit text length */
@media (max-width: 992px) {
  .footer {
    text-align: center; } }
.grid-column {
  padding: 20px 30px; }

.copyrights-row {
  padding: 4px 16px; }

@media (max-width: 992px) {
  .copyrights-row {
    padding: 20px 20px; }

  .grid-column {
    padding: 5px 30px; } }
.grid-column-h4 {
  margin-bottom: 6px; }

.underline {
  border-bottom: 2px solid var(--separator-border-color); }

@media (min-width: 992px) {
  .underline {
    border-bottom: 0px solid var(--separator-border-color); } }
.grid-column-hr {
  margin-bottom: 10px;
  border-top: 1px solid var(--separator-border-color); }

@media (max-width: 992px) {
  .grid-column-hr {
    visibility: hidden;
    display: none; } }
.copyright-text {
  text-align: center; }

@media (max-width: 992px) {
  .copyright-text {
    text-align: center; } }
/* End footer */
.footer {
  padding-bottom: 20px;
  background-color: #000000b3; }
  .footer .grid-column {
    text-align: start !important; }
  .footer p {
    margin: 0; }
  .footer hr {
    margin-top: 0px; }
  .footer .grid-column-h4 {
    margin-bottom: 6px; }
  .footer h4 {
    font-size: 18px;
    margin-top: 10px; }

@media (min-width: 992px) {
  footer > .container > .row {
    display: flex;
    justify-content: center; } }
.card_pdf_image img {
  height: 20px; }

@media (max-width: 992px) {
  .card-text-content-container .card-text_title {
    font-size: .8em; }

  .card-text_description {
    font-size: .7em; } }
.grid-column-hr {
  margin-bottom: 10px;
  border-top: 1px solid var(--separator-border-color); }

.grid-column-hr-separator {
  margin-left: 15px;
  margin-right: 15px; }

.copyright_container {
  display: flex;
  justify-content: center;
  align-items: center; }

@media (max-width: 992px) {
  .footer .grid-column {
    text-align: center !important; }

  .copyrights-row {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 10px 20px; }
    .copyrights-row div[class*=col-] {
      min-height: 27px; }

  .copyright_container {
    margin-bottom: 4px; } }
.summerSchools .featured-conferences-item {
  width: 100%; }
@media (max-width: 1200px) and (min-width: 768px) {
  .summerSchools .conferencesContainer .conference-main-img-container {
    min-height: 196px; } }
.summerSchools .tabyears-study-abroad .feature-conferences-item-text-container {
  min-height: 140px; }

.study-in-italy img {
  height: 256px;
  width: 100%; }

@media (max-width: 1200px) {
  .study-in-italy img {
    height: 278px !important; } }
@media (max-width: 990px) {
  .study-in-italy img {
    height: 286px !important; } }
.study_abroad_intro .brief-description {
  background: inherit !important; }
.study_abroad_intro .brief-description {
  max-height: unset; }
.study_abroad_intro #forAuthors .card-link, .study_abroad_intro .main-study-abroad-btn {
  text-decoration: none;
  color: black; }
.study_abroad_intro .description {
  text-align: justify;
  font-size: 14px; }
.study_abroad_intro .announcements .description {
  padding: 15px 0 15px 0;
  border-top: 2px solid var(--announcement-border-color);
  margin-bottom: 10px; }
@media (max-width: 992px) {
  .study_abroad_intro .announcements .description {
    padding: 0px 0 30px 0; } }
.study_abroad_intro .description-icon {
  text-align: center; }
.study_abroad_intro .description-icon img {
  width: 100%;
  width: 70px; }
.study_abroad_intro .title h4 {
  text-align: center; }
@media (min-width: 768px) and (max-width: 1200px) {
  .study_abroad_intro .title h4 {
    height: 18px; } }
.study_abroad_intro .main-study-abroad-btn * {
  color: black; }
.study_abroad_intro .main-study-abroad-btn:hover * {
  opacity: .8; }
.study_abroad_intro .main-study-abroad-btn:hover {
  text-decoration: none;
  color: #949494; }
.study_abroad_intro .styled-box {
  padding: 7px 10px; }
@media (min-width: 1200px) {
  .study_abroad_intro #partnersLogos .partner {
    width: 95px; } }
.study_abroad_intro .iframe-box p {
  height: 400px; }
@media (min-width: 992px) and (max-width: 1200px) {
  .study_abroad_intro .iframe-box p {
    height: 300px; } }
@media (max-width: 992px) {
  .study_abroad_intro .iframe-box p {
    height: auto; }
  .study_abroad_intro .studyAbroadDescription .box-content p {
    padding: 5px 10px;
    max-height: 200px;
    overflow: auto; } }
.study_abroad_intro p {
  margin: 0; }

.summerSchoolLayout .additional-menu {
  margin-bottom: 10px; }

@media (max-width: 992px) {
  .normal-table-layout .table {
    font-size: 1em !important;
    width: 100% !important; }
  .normal-table-layout .table-bordered tr {
    display: block !important; }
    .normal-table-layout .table-bordered tr th, .normal-table-layout .table-bordered tr td {
      width: 30% !important; } }
.normal-table-layout .box-content {
  overflow-x: auto; }
.normal-table-layout .box-content * {
  max-width: 100%; }

.form-group-centeredContent {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center; }
  .form-group-centeredContent .row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.undergrad_studies_btn {
  color: white !important; }

.no-content-styles {
  min-height: 50vh; }

h3.panel-title {
  padding-bottom: 0; }

.book_series .studyabroad-data ul {
  list-style-type: none;
  padding-left: 0; }

@media (max-width: 992px) {
  .conf-btn-mob {
    display: flex;
    flex-flow: column; }
    .conf-btn-mob a {
      margin-top: 10px;
      margin-bottom: 10px;
      width: 100%; }

  .styled-box.section .box-content div {
    overflow-x: auto;
    height: auto; } }
#conferencetopics ul {
  list-style-type: none;
  padding-left: 0; }

.col-md-9.padle {
  font-size: 16px; }
  .col-md-9.padle p {
    font-size: 1em !important;
    line-height: initial !important; }
  .col-md-9.padle .box-content {
    padding: 0 15px; }
  .col-md-9.padle iframe {
    max-width: 100% !important; }
  .col-md-9.padle table {
    table-layout: auto !important;
    font-size: .9em !important; }
    .col-md-9.padle table p {
      text-align: center !important;
      font-size: 1em !important;
      width: 100% !important;
      font-family: inherit !important;
      line-height: initial !important; }
  .col-md-9.padle tr {
    display: table-row !important;
    width: 100% !important;
    border: 1px solid #ddd !important; }
  .col-md-9.padle td {
    border: 1px solid #ddd !important;
    font-size: 1em;
    font-family: 'Source Sans Pro', sans-serif;
    vertical-align: middle; }
    .col-md-9.padle td strong {
      font-size: 1em !important; }
  .col-md-9.padle .table-bordered {
    border: 0px solid #ddd; }
  .col-md-9.padle section table {
    overflow-x: scroll; }
  @media (max-width: 992px) {
    .col-md-9.padle .btn {
      width: 100% !important; }
    .col-md-9.padle iframe {
      min-height: auto !important; } }

form.applying-area {
  padding-left: 25px;
  padding-right: 10px; }

#publishing section {
  overflow-x: scroll; }

@media (max-width: 992px) {
  .submit-your-paper .btn {
    width: auto !important; } }
@media (max-width: 992px) {
  .new-layout .conf-btn-mob {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center; }
  .new-layout .conf-btn-mob a {
    margin-top: 5px;
    margin-bottom: 5px;
    width: fit-content; }
  .new-layout .conference-registration-btn {
    line-height: 40px;
    min-width: 135px; } }

.bookseries-homeImage img {
  height: auto; }

@media (min-width: 992px) and (max-width: 1200px) {
  .bookseries-homeImage img {
    height: 369px; } }
@media (max-width: 992px) {
  .reviewer-description {
    visibility: hidden;
    display: none; } }
.featured-conference-container div[class=col-md-6]:first-child {
  padding-left: 0px !important; }

.featured-conference-container div[class=col-md-6]:last-child {
  padding-right: 0px !important; }

.section-padding {
  padding: 15px; }

@media (max-width: 992px) {
  .sidebar-widget-mobile .styled-box {
    padding-left: 15px;
    padding-right: 15px; } }
.sidebar-widget-desktop .styled-box {
  padding-left: 12px;
  padding-right: 12px; }

/*   */
img.img2 {
  display: none; }

@media only screen and (max-width: 700px) {
  img.img1 {
    display: none; }

  img.img2 {
    display: block;
    width: 100%; } }
.padl {
  padding-left: 10px;
  padding-right: 10px; }

.marg-lef {
  margin-left: 26px;
  margin-top: 20px; }

/*# sourceMappingURL=newstyle.css.map */











/*---------------------________Style Over__________-------------------------------*/
.for_all_close{
  position: relative !important;
}

.for_all_close a{
  position: relative;
  z-index: 23;
}
.for_close{
  position: relative;
}
.for_close:after{
  content: "Plase Wite ..";
  display: flex;
  position: absolute;
  z-index: 50;
  background: green;
  color: #fff;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.for_close.v_clos:after{
  width: 100%;
}

