﻿/*

*/

body {
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
  }


html, body {
     width: 100%;
     overflow-x: hidden;
  }

h1, h2, h3, h4 {
  font-weight: bold;
  letter-spacing: 2px;
}

.heading {
  font-size: 20px;
}
.subheading {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 60px;
}
.bold {
  font-weight: bold;
}

p {
  line-height: 28px;
  font-size: 15px;
}

a {
  outline: none !important;
}

hr {
  width: 180px;
  border-color: #CCC;
}

.section-title strong {
	color: #00C6D7;
  	font-size: 56px;
}

.section-title h1 {
	font-size: 24px;
}

.section-title {
  padding-bottom: 16px;
	text-align: center;
}

.medium-icon {
  font-size: 32px !important;
}

#work, #history,
#about, #team,
#portfolio, #pricing, #contact

{
	padding-top: 50px;
  padding-bottom: 0px;
}


/* ==========================================================================
preloader section
========================================================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: none repeat scroll 0 0 #fff;
}
.sk-spinner-circle.sk-spinner {
   width: 122px;
  height: 122px;
  position: relative; }
.sk-spinner-circle .sk-circle {
   width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #00c6d7;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }


/* ==========================================================================
navigation section
========================================================================== */
.navbar-brand {
  position: absolute;
  line-height: 75%;
}
.navbar-brand > span{
  font-size: 60%;
}

.custom-navbar {
    background: #4B4B4B;
    margin-bottom: 0;
}
.custom-navbar .navbar-brand  {
  color: #009933;
  font-weight: 600;
  font-size: 20px;
}
.custom-navbar .navbar-brand .navbar-toggle {
    background: #00c6d7;
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
    }
.custom-navbar .nav li a {
    color: orange;
    font-size: 16px;
    font-weight: 500;
    line-height: 90%;
    }

.custom-navbar .nav li a span {
  font-size: 75%;
}


.custom-navbar .nav li a:hover {
  background: transparent;
  color: #eeeeee;
}
.custom-navbar .nav > li > a:focus {
  background-color: transparent;
  color: #ffffff;
  outline: none;
}
.custom-navbar .nav li.active > a {
      color: #009933;
    }
.custom-navbar .navbar-toggle {
        border: none;
        padding-top: 10px;

    }
.custom-navbar .navbar-toggle .icon-bar {
        background: #009933;
        border-color: transparent;
    }


@media (min-width:768px){
    .custom-navbar {
            background: #4B4B4B;
            padding: 10px;
            border-bottom: 0;
            background: 0 0;
         }
    .custom-navbar.top-nav-collapse {
            padding: 8px;
            background: #4B4B4B;
        }
}


@media (min-width:768px) and (max-width:980px){
  .custom-navbar .nav li a  {
      padding-left: 5px !important;
      padding-right: 5px !important;
      font-size: 90%;
    }
  .navbar-brand {
    font-size: 90%;
/*    line-height: 75%;*/
  }
}

@media (min-width:980px) and (max-width:1024px){
  .custom-navbar .nav li a  {
      padding-left: 2px !important;
      padding-right: 2px !important;
      font-size: 100%;
    }
  .navbar-brand {
    font-size: 100%;
/*    line-height: 75%;*/
  }
}




/* ==========================================================================
home section
========================================================================== */
#home {
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100vh;
  text-align: center;

}

#proceedings {
  background-size: cover;
  background-position: center;
/*  color: #ffffff;*/
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  height: auto;
  /*text-align: center;
*/
}


/*
#sponsors {
  background-size: inherit;
  background-position: center;
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
	width: 300px;
  text-align: left;

	margin: 10px auto 10px auto;


}

*/

#home .backstretch {
  -webkit-filter: blur(5px) brightness(40%);
  -moz-filter: blur(5px) brightness(40%);
  -o-filter: blur(5px) brightness(40%);
  -ms-filter: blur(5px) brightness(40%);
  filter: blur(5px) brightness(40%);
}

#sponsors .backstretch {
  -webkit-filter: blur(0px) brightness(100%);
  -moz-filter: blur(0px) brightness(100%);
  -o-filter: blur(0px) brightness(100%);
  -ms-filter: blur(0px) brightness(100%);
  filter: blur(0px) brightness(100%);
}



#home h1 {
  font-size: 40px;
}
#home h3 {
  font-size: 14px;
}
#home hr {
  width: 240px;
}
#home .btn {
  background: transparent;
  border: 4px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 40px;
  margin-right: 16px;
  transition: all 0.4s ease-in-out;
}
#home .btn:hover {
  background: #00c6d7;
  border-color: transparent;
}
#home .btn-danger {
  background: #00c6d7;
  border-color: transparent;
}
#home .btn-danger:hover {
	border: 4px solid #ffffff;
  	border-radius: 0;
	background: transparent;
  	color: #ffffff;
}

/* ==========================================================================
work section
========================================================================== */
#work {
    text-align: center;
}
#work .col-md-4 {
  padding: 28px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
#work .col-md-4:hover {
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
}
#work h3 {
  font-size: 18px;
}


/* ==========================================================================
about section
========================================================================== */
#about {
  background: #3B3B3B;
  color: #ffffff;
}
.nav-tabs {
  margin-top: 20px;
  border-bottom: 1px solid #606060;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
	display: block;
  	color: #ffffff;
  	font-size: 16px;
  	padding: 10px 20px;
  	border: 0;
  	border-radius: 0;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #009933 !important;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}
.tab-content {
  padding-top: 20px;
}

.tab-content a {
	color: #0CC;
}

.tab-content a:hover, .tab-content a:link {
	color: #FF0;
	text-decoration: none;
}

/* ==========================================================================
team section
========================================================================== */
#team {
  text-align: center;
}
#team h3 {
  color: #00c6d7;
  font-size: 14px;
  font-weight: bold;
}
#team .col-md-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}
#team .team-wrapper {
  overflow: hidden;
  position: relative;
}
#team .team-des {
  background-color: rgba(00,00,00,0.6);
  position: absolute;
  color: #ffffff;
  opacity: 0;
  max-width: 500px;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#team .team-des:hover {
 opacity: 1;
}
#team img {
  margin: 0 auto;
}

#team .social-icon li a {
  color: #999999;
}

#team .social-icon li a:hover {
  color: #00c6d7;
}

/* ==========================================================================
portfolio section
========================================================================== */
#portfolio {
  background-color: #f6f6f6;
  text-align: center;
  }

#portfolio .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
#portfolio img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
#portfolio img:hover {
  opacity: 0.5;
}
/* FILTER CSS */
.filter-wrapper {
    width: 100%;
    margin: 40px 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    color: #999999;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.filter-wrapper li .selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
    color: #00c6d7;
    outline: none;
  }

/* ISOTOPE BOX CSS */
.iso-box-section {
    width: 100%;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
  width: 100%;
  display: block;
}

/* ==========================================================================
pricing section
========================================================================== */
#pricing {
  text-align: center;
}
#pricing h2 {
  font-size: 52px;
}
#pricing h3 {
  font-size: 16px;
}
#pricing .plan {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
  padding-top: 40px;
  padding-bottom: 80px;
  margin-bottom: 32px;
}
#pricing .plan span {
	font-size: 16px;
}
#pricing .plan .plan_title {
  font-weight: 300;
  letter-spacing: 2px;
  padding: 30px;
  margin-bottom: 20px;
}
#pricing .medium-icon {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
  border-radius: 50%;
  font-size: 52px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  margin-bottom: 32px;
}
#pricing .plan ul {
  padding: 0px;
}
#pricing .plan ul li {
  display: block;
  font-weight: 500;
  padding: 12px 0px;
}
#pricing .plan .btn {
  border: none;
  border-radius: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 60px;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  text-transform: uppercase;
}
#pricing .plan-one .btn {
  background-color: #00c6d7;
}
#pricing .plan-two .btn {
  background-color: #ffa400;
}
#pricing .plan-three .btn {
  background-color: #009988;
}
#pricing .plan .btn:hover {
  background-color: #3B3B3B;
}


/* ==========================================================================
contact section
========================================================================== */
#contact {
	background: #00264C;
  color: white;

  /*
	color: #ffffff;

	background: #3B3B3B url('../images/contact-bg.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;*/
}
#contact h2 {
  padding-bottom: 20px;
}
#contact h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
#contact .medium-icon {
  padding-top: 10px;
  padding-right: 10px;
}
#contact .contact-info div {
  padding-top: 14px;
  padding-bottom: 14px;
}
#contact form {
  padding-top: 60px;
}
#contact .form-control {
  border: 2px solid #ffffff;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
#contact input {
  height: 40px;
}
#contact input[type="button"] {
  background: #00c6d7;
  border: 3px solid #00c6d7;
  letter-spacing: 1px;
  margin-top: 18px;
  height: 50px;
  color: #ffffff;
}
#contact input[type="button"]:hover {
  color: #000000;
}


/* ==========================================================================
footer section
========================================================================== */
footer {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer p {
  padding-top: 10px;
}
.social-icon {
  padding: 0;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 6px;
}
.social-icon li a {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.09);
  color: #808080;
  font-size: 20px;
  width: 56px;
  height: 56px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.social-icon li a:hover {
  color: #00c6d7;
}

@media (screen and (min-width: 992px)) {
  @-moz-document url-prefix(){
    #portfolio .col-lg-4,
    #portfolio .col-md-4 {
      width: 33.333%;
    }
  }
}

/* ==========================================================================
media quires for mobile
========================================================================== */
@media (max-width: 440px) {
  #home {
    padding-top: 320px;
    padding-bottom: 320px;
  }
  #home h1 {
    font-size: 22px;
  }
  #home h3 {
    font-size: 12px;
  }
}

/* CUSTOM */
.blinker {
  -webkit-animation: KEYFRAME-NAME 5s infinite;
  -moz-animation: KEYFRAME-NAME 5s infinite;
  -o-animation: KEYFRAME-NAME 5s infinite;
  animation: KEYFRAME-NAME 5s infinite;
	}

@-webkit-keyframes KEYFRAME-NAME {
  0% {
    color: #FFFFFF;
  }
  100% {
    color: orange;
  }
}
@-moz-keyframes KEYFRAME-NAME {
  0% {
    color: #FFFFFF;
  }
  100% {
    color: orange;
  }
}
@-o-keyframes KEYFRAME-NAME {
  0% {
    color: #FFFFFF;
  }
  100% {
    color: orange;
  }
}
@keyframes KEYFRAME-NAME {
  0% {
    color: #FFFFFF;
  }
  100% {
    color: orange;
  }
}


/* ==========================================================================
	 Mixins	 ========================================================================== */
@mixin anim-filter($filter, $value) {
    -webkit-filter: #{$filter}unquote("(#{$value})");
      -moz-filter: #{$filter}unquote("(#{$value})");
      -ms-filter: #{$filter}unquote("(#{$value})");
      filter: #{$filter}unquote("(#{$value})");
}
@mixin anim-transition($property, $value) {
  -webkit-transition: $property, $value;
      -moz-transition: $property, $value;
      -ms-transition: $property, $value;
      transition: $property, $value;
}
@mixin anim-transform($property, $value) {
    -webkit-transform:  #{$property}unquote("(#{$value})");
      -moz-transform: #{$property}unquote("(#{$value})");
      -ms-transform: #{$property}unquote("(#{$value})");
      transform: #{$property}unquote("(#{$value})");
}


.text-anim {
  color: orange;
  font-size: 32px;
  /*text-align: center;*/
  /*font-family: 'Oswald', sans-serif;*/
  font-weight: 600;
}



/* ==========================================================================
	 Main Animation	 ========================================================================== */

 .text-anim span {
  opacity: 0;
  -webkit-transition: all, 420ms;
  transition: all, 420ms;
  -webkit-filter: blur(25px);
  -moz-filter: blur(25px);
  -ms-filter: blur(25px);
  filter: blur(25px);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/*.text-anim span:nth-child(22) {
  -webkit-transition-delay: 770ms;
  transition-delay: 770ms;
}
.text-anim span:nth-child(21) {
  -webkit-transition-delay: 735ms;
  transition-delay: 735ms;
}
.text-anim span:nth-child(20) {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}
.text-anim span:nth-child(19) {
  -webkit-transition-delay: 665ms;
  transition-delay: 665ms;
}
.text-anim span:nth-child(18) {
  -webkit-transition-delay: 630ms;
  transition-delay: 630ms;
}
.text-anim span:nth-child(17) {
  -webkit-transition-delay: 595ms;
  transition-delay: 595ms;
}
.text-anim span:nth-child(16) {
  -webkit-transition-delay: 560ms;
  transition-delay: 560ms;
}
.text-anim span:nth-child(15) {
  -webkit-transition-delay: 525ms;
  transition-delay: 525ms;
}
.text-anim span:nth-child(14) {
  -webkit-transition-delay: 490ms;
  transition-delay: 490ms;
}
.text-anim span:nth-child(13) {
  -webkit-transition-delay: 455ms;
  transition-delay: 455ms;
}
*/
.text-anim span:nth-child(12) {
  -webkit-transition-delay: 420ms;
  transition-delay: 420ms;
}
.text-anim span:nth-child(11) {
  -webkit-transition-delay: 385ms;
  transition-delay: 385ms;
}
.text-anim span:nth-child(10) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}
.text-anim span:nth-child(9) {
  -webkit-transition-delay: 315ms;
  transition-delay: 315ms;
}

.text-anim span:nth-child(8) {
  -webkit-transition-delay: 280ms;
  transition-delay: 280ms;
}

.text-anim span:nth-child(7) {
  -webkit-transition-delay: 245ms;
  transition-delay: 245ms;
}
.text-anim span:nth-child(6) {
  -webkit-transition-delay: 210ms;
  transition-delay: 210ms;
}
.text-anim span:nth-child(5) {
  -webkit-transition-delay: 175ms;
  transition-delay: 175ms;
}
.text-anim span:nth-child(4) {
  -webkit-transition-delay: 140ms;
  transition-delay: 140ms;
}
.text-anim span:nth-child(3) {
  -webkit-transition-delay: 105ms;
  transition-delay: 105ms;
}
.text-anim span:nth-child(2) {
  -webkit-transition-delay: 70ms;
  transition-delay: 70ms;
}
.text-anim span:nth-child(1) {
  -webkit-transition-delay: 35ms;
  transition-delay: 35ms;
}

.text-anim.animate span {
  opacity: 1;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.map-wrap {
  padding: 24px 25px 10px;
  position: relative;
  border-bottom: 1px solid #dedede;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

#deadline_table td{
  border: solid 1px #C0C0C0;
}
#deadline_table thead{
  font-weight: 900;
}

#location .col-md-12{
  padding-bottom: 20px;
}


#loading{
  position:fixed;
  left:0px; right:0px; top:0px; bottom:0px;
  filter:alpha(opacity=50);
  -moz-opacity:.5;
  opacity:.5;
  background-color: #EDEDED;
  background-image:url('../images/loading_fast.gif');
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center;
  z-index: 100;
}

#full_popup{
  position:fixed;
  left:0px; right:0px; top:0px; bottom:0px;
  display: block;
  background-color: rgba(133, 133, 133, 0.6);
  z-index: 9999;
}

#outer_popup{
  position:absolute;
  margin: 2px;
  left:10px; right:10px; top:10px; bottom:10px;
  display: block;

  /*background-color: #FFFFFF; */
  background: transparent;
 	z-index: 9999;
  border-radius: 10px;
  border: solid 2px silver;
}


#close_popup{
  position:absolute;
  display: block;
  margin:0;
  right:-20px; top:-20px; width:50px; height:50px;

  background-image: url('../images/icons/close-big-red.png');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
 	z-index: 9999;

}

#inner_popup{
  position:absolute;
  margin: 3px;
  left:0px; right:0px; top:0px; bottom:0px;
  display: block;
  background-color: white;

 	z-index: 9998;

}

.open-popup{
  cursor: pointer;
}

#checked{
	position:fixed;
	left:40%; right:40%; top:40%; bottom:40%;
	background-image:url('/images/check48.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	z-index: 99;
}

#error_save{
	position:fixed;
	left:40%; right:40%; top:40%; bottom:40%;
	background-image:url('/images/error_save.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	z-index: 99;
}


.gold-medal{
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url('/images/gold-medal.png');

	background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;

}

 /* Carousel For Featured hz scroll */
  .es-carousel-wrapper {
    padding: 0 49px;
  }
  .es-carousel-wrapper ul li {
    width: 245px !important;
    margin-right: 30px !important;
  }

.es-carousel-wrapper ul li img {
    width: 100%;
    height: 11.43rem;
}

.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
}

.featured-properties-carousel {
    background: #fff;
    overflow: hidden;
    padding: 10px 0 30px;
}

.es-nav span {
  width: 25px;
  height: 37px;
  display: block;
  cursor: pointer;
  text-indent: -999em;
  position: absolute;
  top: 19%;
}

.es-nav span:hover {
  background-color: #394041;
  background-position: center -14px;
}


.es-nav .es-nav-prev {
  left: 0;
  background: url(../images/carousel-nav-left.png) #dedede no-repeat center 15px;
}

.es-nav .es-nav-next {
  right: 0;
  background: url(../images/carousel-nav-right.png) #dedede no-repeat center 15px;
}




#exhibitors, #presenters{
    background: #FFFFFF;
    overflow: hidden;
    padding: 10px 0 30px;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}



/* Brand Partners carousel
--------------------------------------------------------*/
.brands-carousel {
  /* border-bottom: 1px solid #dedede; */
  /* background-color: #fff; */
  /* text-align: center; */
}

.brands-carousel h3 {
  margin-top: 0;
  font-size: 15px;
  text-transform: none;
}

.brands-carousel h3 span {
  background-color: #394041;
  color: #fff;
  display: inline-block;
  padding: 0px 27px;
  vertical-align: top;
}

.brands-carousel .jcarousel-container-horizontal {
  padding: 0 44px 25px;
  padding-top: 10px;
}

.brands-carousel .jcarousel-clip-horizontal {
  overflow: hidden;
  height: auto;
}

.brands-carousel .jcarousel-prev {
  left: 0;
  background: url("../images/carousel-nav-left.png") #dedede no-repeat center 15px;
}

.brands-carousel .jcarousel-next {
  right: 0;
  background: url("../images/carousel-nav-right.png") #dedede no-repeat center 15px;
}

.brands-carousel .jcarousel-next,
.brands-carousel .jcarousel-prev {
  width: 25px;
  height: 37px;
  display: block;
  cursor: pointer;
  text-indent: -999em;
  position: absolute;
  top: 19%;
}

.brands-carousel .jcarousel-next:hover,
.brands-carousel .jcarousel-prev:hover {
  background-color: #394041;
  background-position: center -14px;
}


.brands-carousel ul.brands-carousel-list {
  list-style: none;
}

.brands-carousel ul.brands-carousel-list li {
	float: left;
	list-style: none;
	margin: 5px;
}

#exhibitors li img,
#presenters li img
{
	width: 200px;
	border: solid 5px transparent;
}

#exhibitors li img:hover,
#presenters li img:hover{
	border: 0;
	margin: 0;
}


#sponsors h1{
	text-align: left;
}
