/* --- RESET ---*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,300italic,400italic,600italic,700italic,800,800italic);
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* loading style */
@-webkit-keyframes logo-breathe {
  from {
    opacity: .2;
    filter: alpha(opacity=20);
  }

  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes logo-breathe {
  from {
    opacity: .2;
    filter: alpha(opacity=20);
  }

  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
#preloader {
  background-color: #333333;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483647;
}
#preloader #status {
  background-image: url("../img/ico-logo-white.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 80px;
  left: 50%;
  top: 50%;
  position: absolute;
  width: 80px;
  margin: -40px 0 0 -40px;
  -webkit-animation-name: logo-breathe;
  animation-name: logo-breathe;
  -webkit-animation-duration: 1800ms;
  animation-duration: 1800ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-timing-function: cubic-bezier(0.73, 0.005, 0.42, 1.005);
  animation-timing-function: cubic-bezier(0.73, 0.005, 0.42, 1.005);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/*end loading style */

/* --- GLOBALS --- */
/**
 * Body
 */
html, body {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  /* 62.5% equals 10 px; used as a baseline for REM unit */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}

ul {list-style:none;}

/**
 * Wrapper
 */
#ef-page {
  position: relative;
  overflow-x: hidden;
  z-index: 2;
  min-height: 100%;
  	/* @media screen and (min-width: $screen-md) {
   		height: 100%;
  	}*/
}

.ef-wrapper {
  display: inline-table;
  width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 100%;
}

.ef-wrapper > .container {
  margin-bottom: 32px;
}

@media screen and (min-width: 1367px) {
  .container{
    width: 1280px;
  }
}


/**
 * Links
 */
a {
  color: #ff9c00;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  display: inline-block;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
a.no-link {
  pointer-events: none;
  cursor: default;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: #4d4d4d;
}
a.ef-link:hover, a.ef-link:focus {
  opacity: 0.6;
  color: inherit;
  text-decoration: underline;
}
a.link-orange {
  color: #ff9c00;
}
a.link-orange:hover, a.link-orange:focus {
  opacity: 0.6;
  color: inherit;
  text-decoration: underline;
}
a.link-dark {
  color: #333333;
}
a.link-dark:hover, a.link-dark:focus {
  opacity: 0.6;
  color: inherit;
  text-decoration: underline;
}

/**
 * User selection
 */
::-moz-selection {
  background: #333c4e;
  color: white;
}

::selection {
  background: #333c4e;
  color: white;
}

/**
 * Common class
 */
.hide {
  display: none !important;
}
.relative {
  position: relative;
}
.italic {
  font-style: italic;
}
.strong {
  font-weight: 700;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block !important;
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration: underline;
}
.no-padding{
  padding: 0 !important;
}
.no-margin{
  margin: 0 !important;
}

/* --- TYPOGRAPHY --- */
/**
 * Titles
 */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Open Sans", sans-serif;
}

h1, .h1 {
  font-size: 48px;
  line-height: 60px;
}
@media screen and (max-width: 480px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 40px;
  }
}

h2, .h2 {
  font-size: 32px;
  line-height: 36px;
}
@media screen and (max-width: 480px) {
  h2, .h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

h3, .h3 {
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 480px) {
  h3, .h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

h4, .h4 {
  font-size: 20px;
  line-height: 24px;
}

h5, .h5 {
  font-size: 16px;
  line-height: 20px;
}

h6, .h6 {
  font-size: 12px;
  line-height: 20px;
}

/**
 * Paragraph
 */
p {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
}

#ef-page {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}


/* NAV STYLE */
.ef-nav {
  position: absolute;
  z-index: 100;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: left;
}

.ef-logo{
  margin-top: 8px;
  display: inline-block;
  max-width: 240px;
  font-size: 25px;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.ef-logo:hover, .ef-logo:focus, .ef-logo:active {
  text-decoration: none;
  outline: 0;
}
@media screen and (max-width: 767px) {
  .ef-nav{
    text-align: center;
  }
  .ef-logo{
    max-width: 200px;
    padding-bottom: 6px;
  }
}

/*body.mobile-nav-expanded{
  overflow: hidden;
}*/

/* --- Header --- */
.ef_banner {
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center center;
  width: 100%;
}
.ef_banner.dreamforte {
  background-image: url("../img/bg3.jpg");
}

.ef_banner .ef_bannerPattern {
  /*background: url("../img/overlay_pattern.png") repeat scroll left top rgba($color-white, 0);*/
  height: 100%;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: table;
}
.ef_banner .ef_bannerContainer {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 50px;
}
.ef_bannerContent {
  text-align: center;
  color: white;
}
.ef_bannerContent .ef_banner-title {
  color: white;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin-top: 0;
  text-shadow: 2px 2px 5px #333;
}
.ef_bannerContent .btn {
  margin-top: 10px;
  font-size: 12px;
  white-space: normal;
}
@media only screen and (min-width: 1440px) {
  .ef_banner .ef_bannerContainer {
    padding-top: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .ef_banner .ef_bannerContainer {
    padding-top: 100px;
    padding-bottom: 10px;
  }
  .ef_bannerContent .ef_banner-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .ef_banner .ef_bannerContainer {
    text-align: center;
    padding-top: 65px;
  }
  .ef_bannerContent .ef_banner-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .ef_bannerContent .ef_banner-title {
    font-size: 16px;
    line-height: 20px;
  }
  .ef_bannerContent .btn {
      margin-top: 20px;
      font-size: 14px;
    }
}


/* --- Footer --- */
footer {
  height: auto;
  width: 100%;
  padding: 0 0 0 0;
}
footer .container-fluid {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ef-legal {
  padding: 10px 0;
  margin-bottom: 0;
  color: #adadad;
}
.ef-legal a {
  color: #adadad;
  font-weight: 600;
}
.ef-legal a:hover {
  color: #adadad;
  text-decoration:underline;
}

/* --- BUTTONS --- */
.btn {
  font-family: "Open Sans", sans-serif;
  border-radius: 2px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all ease ease;
  -moz-transition: all ease ease;
  -ms-transition: all ease ease;
  -o-transition: all ease ease;
  transition: all ease ease;
}
.btn:hover, .btn:focus {
  box-shadow: none;
  outline: 0;
}
.btn:active {
  box-shadow: none;
  color: #333c4e;
  outline: 0;
}
.btn.btn-transparent {
  background-color: transparent !important;
}

.btn-default {
  background-color: transparent;
  border-color: #ff9c00;
  color: #333333;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  box-shadow: none;
  background-color: #ff9c00;
  border-color: #ff9c00;
  color: white;
}

.btn-orange {
  background-color: #ff9c00;
  border-color: #ff9c00;
  color: white;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active {
  box-shadow: none;
  background-color: #f29400;
  color: white;
  border-color: #f29400;
}
.btn-orange.btn-transparent {
  color: #ff9c00;
}

.btn-acent {
  background-color: #5fc4ba;
  border-color: #5fc4ba;
  color: white;
}
.btn-acent:hover, .btn-acent:focus, .btn-acent:active {
  box-shadow: none;
  color: white;
  border-color: #56c1b6;
  background-color: #56c1b6;
  color: white;
}
.btn-acent.btn-transparent {
  color: #5fc4ba;
}

.btn-black {
  background-color: #333333;
  border-color: #333333;
  color: white;
}
.btn-black:hover, .btn-black:focus, .btn-black:active {
  box-shadow: none;
  border-color: #2d2d2d;
  background-color: #2d2d2d;
  color: white;
}
.btn-black.btn-transparent {
  color: #333333;
}

/* --- FORMS --- */

.form-container{
  padding-top: 50px;
  position: relative;

  /*background-repeat: no-repeat;
  background-size: 599px 337px;
  background-position: right center;
  background-image: url("../img/laptop.png");*/
}
.form-horizontal {margin-top:30px;}
@media only screen and (max-width: 768px) {
  .form-group{
    margin-bottom: 0;
  }
}
img.img-laptop {
    position: absolute;
    z-index: -1;
    top: 62px;
    right: 0;
}
@media only screen and (max-width: 1439px) {
  img.img-laptop {
    right: -140px;
  }
}
@media only screen and (max-width: 1169px){
  img.img-laptop {
      right: -260px;
  }
}
@media only screen and (max-width: 991px) {
  img.img-laptop {
    display: none;
  }
}
.form-container h4{
  font-size:20px;
  font-weight: 600;
}

.ef-laptopContainer{
  position: absolute;
  right: 0;
  min-height: 337px;
  overflow: hidden;
}
.ef-laptopContainer img{
  max-width: 100%;
  height: auto;
}

::-webkit-input-placeholder {
  color: #90a4ae !important;
}

.form-control {
  border: 1px solid #cacd81;
  border-left:6px solid #cacd81;
  border-radius: 0;
  background:#feffdf;
  box-shadow: none;
}
.form-container .k-input{
  background-color:#feffdf;
}
.form-container .k-picker-wrap{
    border-width: 1px 1px 1px 5px;
}
.form-container .k-picker-wrap.k-state-default{
  border-color: #cacd81;
}
.k-picker-wrap.k-state-default.k-state-active{
  background-color: #feffdf;
}
.k-picker-wrap .k-select {
    border-color: #feffdf;
    background-color: #feffdf;
}
.k-picker-wrap.k-state-default.k-state-active .k-select{
  background-color: #cacd81;
  border-color: #cacd81;
}
.input-group-addon {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #B5B5B5;
    text-align: center;
    background-color: #fff;
    border: 1px solid #cacd81;
    border-radius: 0;
}
.form-control::-webkit-input-placeholder {
  color: #90a4ae !important;
  font-weight: 300;
  font-style: italic;
}
.form-control::-moz-placeholder {
  color: #90a4ae !important;
  font-weight: 300;
  font-style: italic;
}
.form-control:-moz-placeholder {
  color: #90a4ae !important;
  font-weight: 300;
  font-style: italic;
}
.form-control:-ms-input-placeholder {
  color: #90a4ae !important;
  font-weight: 300;
  font-style: italic;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
  border-color: #cacd81;
}

.control-label {
  font-weight: normal;
  font-size:12px;
  padding-right: 0;
}
.control-label.text-left {
  text-align: left;
}

@media only screen and (max-width: 992px) {
  .form-group [class*="col-md-"] {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .form-group [class*="col-sm-"] {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .form-group [class*="col-xs-"] {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 639px) {
  .text-smallRegister{
    display: block;
    margin-bottom: 8px;
  }
}
.append-icon {
  margin-right: 8px;
}

/* --- Registeration Form --- */
#registerForm {
  position: relative;
  padding-top: 10px;
  max-width: 690px;
}
#successMessage {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #successMessage {
    position: absolute;
    left: 20%;
    top: -10px;
    right: 20%;
  }
  #BookingManagementPricing #successMessage {
    top: -30px;
  }
}
#successMessage .alert {
  padding: 6px;
  margin: 0;
}

/* --- Home page --- */
@media screen and (max-width: 768px) {
  .margin-0-sm {
    margin: 0 !important;
  }
}

.modal .modal-header, .modal .modal-footer {
  border: 0;
}

/* --- FAQs --- */
.ef-containerFAQ {
  background:#f7f7f7;
  padding: 40px 0;
  border-bottom:1px solid #eaeaea;
}
.ef-faq [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .ef-faq {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.icon-arrow {
  background:url("../img/icon-arrow.png") no-repeat 0px 8px;
}
.ef-containerFAQ h4 {
  font-size: 16px;
  font-weight: 600;
  padding-left:20px;
}
.ef-containerFAQ h2 {
  color: #5894d2;
  font-weight:600;
  font-size:22px;
}
.ef-faq p {
  font-size: 12px;
  padding-left:20px;
}

.ef-legal-content ul, .ef-legal-content ol {
  padding-left: 20px;
}

.prog-info {
  padding: 40px 0 20px 0;
}
.prog-info h2{
  font-weight:600;
  color:#5c5c5c;
}
.prog-info p{
  line-height:22px;
  color: #707070;
}
.hline {background:url("../img/h-line.png") no-repeat center bottom;}
ul#features {background:url("../img/h-line.png") no-repeat center top; padding:0 100px; margin:0px;}
ul#features li {padding-top:20px; padding-bottom:20px;}
ul#features li:last-child{border-left:1px solid #eaeaea;}
ul#features li h4{color:#5894d2; font-size:16px; font-weight: 600;}
ul#features li p{font-size:13px;}
@media only screen and (max-width: 767px) {
  ul#features li:last-child {
    border-left:0px;
  }
  ul#features {padding:0px;}
}

.ef-promoText{
  background-color: #F1F1F1;
  border-bottom:1px solid #eaeaea;
  padding: 20px 0;
}
