/**
* Name: CSS Espresso Framework
* Version: 1.Author
* 0: Wevo Studio

== Table of Contents ==

------------------------------------
==|==  Google Fonts            ==|==
------------------------------------
==|==  Normalize, Icons, RTL   ==|==
------------------------------------
==|==  Framework Components    ==|==
------------------------------------
==|==  Theme Components		   ==|==
------------------------------------
==|==  Utility Classes  	   ==|==
------------------------------------
==|==  Browser Support   	   ==|==
------------------------------------
==|==  Responsive  			   ==|==
------------------------------------

**/
/* =================================================== */
/* =================================================== */
/* ==========================================================================
   Normalize, Icons, RTL
========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

section {
  position: relative;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus, a:active, a:hover {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 16px 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p, pre {
  margin: 0 0 15px;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 16px;
  color: #000;
  padding: 7px;
  background: #f1f1f1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

code {
  background: none;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -8px;
}

sub {
  bottom: -4px;
}

dl, menu, ol, ul {
  margin: 16px 0;
}

dd {
  margin: 0 0 0 40px;
}

menu {
  padding: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  vertical-align: top;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 6px 10px 12px;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.rtl {
  text-align: right;
}

/* ==========================================================================
   Framework Components
========================================================================== */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-full {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

[class*="c-"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  [class*="c-"] {
    float: left;
  }

  .c-12 {
    width: 100%;
  }

  .c-11 {
    width: 91.66667%;
  }

  .c-10 {
    width: 83.33333%;
  }

  .c-9 {
    width: 75%;
  }

  .c-8 {
    width: 66.66667%;
  }

  .c-7 {
    width: 58.33333%;
  }

  .c-6 {
    width: 50%;
  }

  .c-5 {
    width: 41.66667%;
  }

  .c-4 {
    width: 33.33333%;
  }

  .c-3 {
    width: 25%;
  }

  .c-2 {
    width: 16.66667%;
  }

  .c-1 {
    width: 8.33333%;
  }

  .offset-12 {
    margin-left: 100%;
  }

  .offset-11 {
    margin-left: 91.66667%;
  }

  .offset-10 {
    margin-left: 83.33333%;
  }

  .offset-9 {
    margin-left: 75%;
  }

  .offset-8 {
    margin-left: 66.66667%;
  }

  .offset-7 {
    margin-left: 58.33333%;
  }

  .offset-6 {
    margin-left: 50%;
  }

  .offset-5 {
    margin-left: 41.66667%;
  }

  .offset-4 {
    margin-left: 33.33333%;
  }

  .offset-3 {
    margin-left: 25%;
  }

  .offset-2 {
    margin-left: 16.66667%;
  }

  .offset-1 {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .tablet {
    width: 100%;
    float: none;
  }
  .tablet[class*="offset-"] {
    margin: 0;
  }
}
.tabs {
  list-style-type: none;
  padding: 0;
  margin: 0 0 50px;
}
.tabs li {
  display: inline-block;
  margin: 0 10px;
  margin-bottom: 20px;
}
.tabs li a {
  color: #171717;
  display: block;
  padding: 5px 5px 10px 0;
  position: relative;
  font-family: "Roboto", "sans-serif";
}
.tabs li a strong, .tabs li a span {
  font-size: 16px;
  display: block;
  font-weight: 400;
}
.tabs li a:after {
  display: block;
  content: '';
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #b14e50;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.tabs li a:hover:after, .tabs li a.active:after {
  height: 10px;
  bottom: -4px;
}

.tabs-content {
  display: inline-block;
  width: 100%;
}
.tabs-content > div {
  display: none;
}
.tabs-content .tab-body {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.tab-body .day-title h3 {
  margin-bottom: 15px;
  margin-right: -15px;
  margin-left: -15px;
}
.tabs-content .tab-body:last-child .post-body {
  border-bottom: none;
}
.tabs-content .post-body {
  background: #f1f1f1;
  padding: 40px;
  border-left: 2px solid #a1b1bc;
  position: relative;
  border-bottom: 1px solid #a1b1bc;
}
.tabs-content .post-body:before {
  display: block;
  content: '';
  position: absolute;
  top: 140px;
  left: -11px;
  width: 20px;
  height: 20px;
  background: #a1b1bc;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tabs-content .post-body .post-title {
  margin-bottom: 30px;
}
.tabs-content .post-body .post-title h1, .tabs-content .post-body .post-title h2, .tabs-content .post-body .post-title h3, .tabs-content .post-body .post-title h4, .tabs-content .post-body .post-title h5, .tabs-content .post-body .post-title h6 {
  font-weight: 700;
}
.tabs-content .post-body .post-excerpt p, .tabs-content .post-body .post-excerpt span {
  color: #171717;
  font-weight: 400;
}
.tabs-content .post-body .post-meta ul li {
  display: inline-block;
  margin: 0 20px;
}
.tabs-content .post-body .post-meta ul li:first-child {
  margin-left: 0;
}
.tabs-content .post-body .post-meta ul li:last-child {
  margin-right: 0;
}
.tabs-content .post-body .post-meta ul li span {
  text-transform: uppercase;
  color: #171717;
}
.tabs-content .post-body .post-meta ul li a {
  font-size: 14px;
  color: #171717;
  text-transform: none;
  border-bottom: 4px solid #b14e50;
}
.tabs-content .post-body .post-meta ul li a:hover {
  border-color: #171717;
}
.tabs-content .post-body .post-meta ul li i {
  margin-right: 3px;
}
.tabs-content .post-date {
  position: absolute;
  top: 188px;
  left: 40px;
  width: auto;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tabs-content .post-date p, .tabs-content .post-date span {
  font-size: 16px;
  color: #171717;
  margin: 0;
}

.accordion dt a, .toggle dt a {
  padding: 15px 30px;
  text-transform: uppercase;
  color: #171717;
  margin-bottom: 10px;
  display: block;
  position: relative;
  border: 2px solid #f1f1f1;
}
.accordion dt a:after, .toggle dt a:after {
  display: block;
  content: '\f107';
  font-family: fontAwesome;
  float: right;
  font-size: 18px;
  font-weight: normal;
}
.accordion dt a.active, .toggle dt a.active {
  color: #a1b1bc;
}
.accordion dt a.active:after, .toggle dt a.active:after {
  content: '\f106';
}
.accordion dd, .toggle dd {
  margin: 0;
  padding: 15px 25px 25px;
}
.accordion dd p, .accordion dd span, .toggle dd p, .toggle dd span {
  margin: 0;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-dots {
  text-align: center;
  margin-top: 50px;
}

.owl-dot {
  width: 20px;
  display: inline-block;
  margin: 0 3px;
  height: 3px;
  background: white;
}
.owl-dot.active {
  background: #b14e50;
}

.owl-nav > div {
  position: absolute;
  color: white;
  font-size: 22px;
  top: 40%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.owl-nav > div:hover {
  color: #b14e50;
}
.owl-nav .owl-prev {
  left: -100px;
}
.owl-nav .owl-next {
  right: -100px;
}

.owl-nav, .owl-dot {
  display: none;
}

.content-section .owl-nav {
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.content-section .owl-nav > div {
  text-align: center;
  width: 55px;
  top: 50%;
  position: absolute;
  height: 80px;
  line-height: 78px;
  background: white;
  color: #171717;
  opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
}
.content-section .owl-nav > div:hover {
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.content-section .owl-nav .owl-prev {
  left: 50px;
}
.content-section .owl-nav .owl-next {
  right: 50px;
}
.content-section .owl-nav.not-in-view {
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.content-section .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 190px;
  left: 50%;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.content-section .owl-dots.not-in-view {
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

a {
  color: #b14e50;
  font-weight: 700;
}
a.link {
  text-transform: uppercase;
}
a:hover, a:focus, a:active {
  color: #1b191e;
}

a, button, input, select, textarea {
  text-decoration: none;
  font-family: Lato, "sans-serif";
  outline: 0;
  border: none;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.btn {
  background: #b14e50;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
}
.btn.medium {
  padding: 15px 30px;
}
.btn.large {
  padding: 20px 50px;
  font-size: 16px;
}
.btn.success {
  background: #80d049;
  color: white;
}
.btn.error {
  background: #f24b4b;
  color: white;
}
.btn.warning {
  background: #f48d48;
  color: white;
}
.btn.dark:hover, .btn.success, .btn.error, .btn.warning {
  color: white;
}
.btn:hover, .btn:focus, .btn:active {
  background: #1b191e;
  color: white;
}
.btn.dark {
  background: #1b191e;
  color: white;
}
.btn.dark:hover {
  background: #b14e50;
  color: #171717;
}
.btn.light {
  background: white;
}
.btn.light:hover {
  background: #b14e50;
  color: #171717;
}
.btn.alt {
  background: none;
}
.btn.alt.dark {
  border: 1px solid #171717;
  color: #171717;
}
.btn.alt.dark:hover {
  background: #171717;
  color: white;
  border-color: transparent;
}
.btn.alt.light {
  border: 1px solid white;
  color: white;
}
.btn.alt.light:hover {
  background: #b14e50;
  color: #171717;
  border-color: transparent;
}
.btn i, .btn span {
  font-size: 18px;
  margin-left: 15px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

@font-face {
  font-family: et-line;
  src: url(../fonts/et-line.eot);
  src: url(../fonts/et-line.eot?#iefix) format("embedded-opentype"), url(../fonts/et-line.woff) format("woff"), url(../fonts/et-line.ttf) format("truetype"), url(../fonts/et-line.svg#et-line) format("svg");
  font-weight: 400;
  font-style: normal;
}

[data-icon]:before {
  font-family: et-line;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.icon-adjustments, .icon-alarmclock, .icon-anchor, .icon-aperture, .icon-attachment, .icon-bargraph, .icon-basket, .icon-beaker, .icon-bike, .icon-book-open, .icon-briefcase, .icon-browser, .icon-calendar, .icon-camera, .icon-caution, .icon-chat, .icon-circle-compass, .icon-clipboard, .icon-clock, .icon-cloud, .icon-compass, .icon-desktop, .icon-dial, .icon-document, .icon-documents, .icon-download, .icon-dribbble, .icon-edit, .icon-envelope, .icon-expand, .icon-facebook, .icon-flag, .icon-focus, .icon-gears, .icon-genius, .icon-gift, .icon-global, .icon-globe, .icon-googleplus, .icon-grid, .icon-happy, .icon-hazardous, .icon-heart, .icon-hotairballoon, .icon-hourglass, .icon-key, .icon-laptop, .icon-layers, .icon-lifesaver, .icon-lightbulb, .icon-linegraph, .icon-linkedin, .icon-lock, .icon-magnifying-glass, .icon-map, .icon-map-pin, .icon-megaphone, .icon-mic, .icon-mobile, .icon-newspaper, .icon-notebook, .icon-paintbrush, .icon-paperclip, .icon-pencil, .icon-phone, .icon-picture, .icon-pictures, .icon-piechart, .icon-presentation, .icon-pricetags, .icon-printer, .icon-profile-female, .icon-profile-male, .icon-puzzle, .icon-quote, .icon-recycle, .icon-refresh, .icon-ribbon, .icon-rss, .icon-sad, .icon-scissors, .icon-scope, .icon-search, .icon-shield, .icon-speedometer, .icon-strategy, .icon-streetsign, .icon-tablet, .icon-target, .icon-telescope, .icon-toolbox, .icon-tools, .icon-tools-2, .icon-trophy, .icon-tumblr, .icon-twitter, .icon-upload, .icon-video, .icon-wallet, .icon-wine {
  font-family: et-line;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.icon-mobile:before {
  content: "\e000";
}

.icon-laptop:before {
  content: "\e001";
}

.icon-desktop:before {
  content: "\e002";
}

.icon-tablet:before {
  content: "\e003";
}

.icon-phone:before {
  content: "\e004";
}

.icon-document:before {
  content: "\e005";
}

.icon-documents:before {
  content: "\e006";
}

.icon-search:before {
  content: "\e007";
}

.icon-clipboard:before {
  content: "\e008";
}

.icon-newspaper:before {
  content: "\e009";
}

.icon-notebook:before {
  content: "\e00a";
}

.icon-book-open:before {
  content: "\e00b";
}

.icon-browser:before {
  content: "\e00c";
}

.icon-calendar:before {
  content: "\e00d";
}

.icon-presentation:before {
  content: "\e00e";
}

.icon-picture:before {
  content: "\e00f";
}

.icon-pictures:before {
  content: "\e010";
}

.icon-video:before {
  content: "\e011";
}

.icon-camera:before {
  content: "\e012";
}

.icon-printer:before {
  content: "\e013";
}

.icon-toolbox:before {
  content: "\e014";
}

.icon-briefcase:before {
  content: "\e015";
}

.icon-wallet:before {
  content: "\e016";
}

.icon-gift:before {
  content: "\e017";
}

.icon-bargraph:before {
  content: "\e018";
}

.icon-grid:before {
  content: "\e019";
}

.icon-expand:before {
  content: "\e01a";
}

.icon-focus:before {
  content: "\e01b";
}

.icon-edit:before {
  content: "\e01c";
}

.icon-adjustments:before {
  content: "\e01d";
}

.icon-ribbon:before {
  content: "\e01e";
}

.icon-hourglass:before {
  content: "\e01f";
}

.icon-lock:before {
  content: "\e020";
}

.icon-megaphone:before {
  content: "\e021";
}

.icon-shield:before {
  content: "\e022";
}

.icon-trophy:before {
  content: "\e023";
}

.icon-flag:before {
  content: "\e024";
}

.icon-map:before {
  content: "\e025";
}

.icon-puzzle:before {
  content: "\e026";
}

.icon-basket:before {
  content: "\e027";
}

.icon-envelope:before {
  content: "\e028";
}

.icon-streetsign:before {
  content: "\e029";
}

.icon-telescope:before {
  content: "\e02a";
}

.icon-gears:before {
  content: "\e02b";
}

.icon-key:before {
  content: "\e02c";
}

.icon-paperclip:before {
  content: "\e02d";
}

.icon-attachment:before {
  content: "\e02e";
}

.icon-pricetags:before {
  content: "\e02f";
}

.icon-lightbulb:before {
  content: "\e030";
}

.icon-layers:before {
  content: "\e031";
}

.icon-pencil:before {
  content: "\e032";
}

.icon-tools:before {
  content: "\e033";
}

.icon-tools-2:before {
  content: "\e034";
}

.icon-scissors:before {
  content: "\e035";
}

.icon-paintbrush:before {
  content: "\e036";
}

.icon-magnifying-glass:before {
  content: "\e037";
}

.icon-circle-compass:before {
  content: "\e038";
}

.icon-linegraph:before {
  content: "\e039";
}

.icon-mic:before {
  content: "\e03a";
}

.icon-strategy:before {
  content: "\e03b";
}

.icon-beaker:before {
  content: "\e03c";
}

.icon-caution:before {
  content: "\e03d";
}

.icon-recycle:before {
  content: "\e03e";
}

.icon-anchor:before {
  content: "\e03f";
}

.icon-profile-male:before {
  content: "\e040";
}

.icon-profile-female:before {
  content: "\e041";
}

.icon-bike:before {
  content: "\e042";
}

.icon-wine:before {
  content: "\e043";
}

.icon-hotairballoon:before {
  content: "\e044";
}

.icon-globe:before {
  content: "\e045";
}

.icon-genius:before {
  content: "\e046";
}

.icon-map-pin:before {
  content: "\e047";
}

.icon-dial:before {
  content: "\e048";
}

.icon-chat:before {
  content: "\e049";
}

.icon-heart:before {
  content: "\e04a";
}

.icon-cloud:before {
  content: "\e04b";
}

.icon-upload:before {
  content: "\e04c";
}

.icon-download:before {
  content: "\e04d";
}

.icon-target:before {
  content: "\e04e";
}

.icon-hazardous:before {
  content: "\e04f";
}

.icon-piechart:before {
  content: "\e050";
}

.icon-speedometer:before {
  content: "\e051";
}

.icon-global:before {
  content: "\e052";
}

.icon-compass:before {
  content: "\e053";
}

.icon-lifesaver:before {
  content: "\e054";
}

.icon-clock:before {
  content: "\e055";
}

.icon-aperture:before {
  content: "\e056";
}

.icon-quote:before {
  content: "\e057";
}

.icon-scope:before {
  content: "\e058";
}

.icon-alarmclock:before {
  content: "\e059";
}

.icon-refresh:before {
  content: "\e05a";
}

.icon-happy:before {
  content: "\e05b";
}

.icon-sad:before {
  content: "\e05c";
}

.icon-facebook:before {
  content: "\e05d";
}

.icon-twitter:before {
  content: "\e05e";
}

.icon-googleplus:before {
  content: "\e05f";
}

.icon-rss:before {
  content: "\e060";
}

.icon-tumblr:before {
  content: "\e061";
}

.icon-linkedin:before {
  content: "\e062";
}

.icon-dribbble:before {
  content: "\e063";
}

.loader > div {
  position: fixed;
  z-index: 1001;
  background: white;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.loader > div.top {
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.loader > div.left {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.loader > div.bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.loader > div.right {
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.loader .logo {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1002;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  -webkit-transition: all 150ms;
  transition: all 150ms;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loaded .loader .logo {
  -moz-transform: translate(-50%, -50%) scale(0.8);
  -o-transform: translate(-50%, -50%) scale(0.8);
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .loader .top, .loaded .loader .bottom {
  height: 0;
}
.loaded .loader .left, .loaded .loader .right {
  width: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  margin-top: 15px;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.notification {
  color: white;
  font-size: 14px;
  padding: 25px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.notification.success {
  background: #80d049;
}
.notification.error {
  background: #f24b4b;
}
.notification.warning {
  background: #f48d48;
}
.notification.info {
  background: #0084dd;
}
.notification i, .notification .fa {
  font-size: 18px;
  margin: 0 30px;
}

.pagination {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.pagination li {
  display: inline-block;
}
.pagination li a, .pagination li span {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 46px;
  color: #777777;
  border: 2px solid #f1f1f1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pagination li a:hover, .pagination li a.active {
  border-color: #ddd;
  color: #171717;
}
.pagination li a.fa {
  font-size: 20px;
}
.pagination li span {
  opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.progress {
  margin-bottom: 15px;
  text-align: left;
}
.progress h1, .progress h2, .progress h3, .progress h4, .progress h5, .progress h6, .progress p, .progress span, .progress a {
  margin-bottom: 10px;
}
.progress .skill {
  width: 100%;
  height: 10px;
  background: #f1f1f1;
  padding: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.progress .skill .skill-bar {
  height: 100%;
  position: relative;
  background: #b14e50;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.progress .skill .skill-bar .skill-info {
  background: #b14e50;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 6px;
  font-size: 14px;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.progress:last-child {
  margin-bottom: 0;
}
.progress.dark .skill .skill-bar, .progress.dark .skill .skill-info {
  background: #1b191e;
}

.fundraising {
  position: relative;
  z-index: 2;
}
.fundraising .skill {
  height: 20px;
  padding: 0;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fundraising .skill .goal-info {
  background: #1b191e;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 16px;
  padding: 15px;
  font-weight: 700;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fundraising .skill .skill-bar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fundraising .skill .skill-bar .skill-info {
  font-size: 16px;
  padding: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fundraising .skill .skill-bar .skill-info:after {
  display: block;
  content: attr(data-description);
  position: absolute;
  top: -40px;
  left: 50%;
  text-align: center;
  white-space: nowrap;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tabs-content .fundraising {
  margin-top: 60px;
}
.tabs-content .fundraising .skill {
  height: 5px;
  background: #ddd;
}
.tabs-content .fundraising .skill .goal-info, .tabs-content .fundraising .skill .skill-bar .skill-info {
  font-size: 14px;
  padding: 6px;
}
.tabs-content .fundraising .skill .skill-bar .skill-info:after {
  font-size: 12px;
  top: -25px;
  color: #171717;
}

body {
  font-family: "Roboto", "sans-serif";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "sans-serif";
  color: #171717;
  font-weight: 400;
}

p, span, blockquote {
  font-family: "Roboto", "sans-serif";
  color: #a1b1bc;
  font-weight: 500;
  line-height: 26px;
  font-size: 14px;
}

input, textarea, select, label, small {
  font-family: Lato, "sans-serif";
  font-weight: 700;
}

blockquote {
  padding: 20px 40px;
  color: #171717;
  margin: 0 0 15px;
  border-left: 10px solid #171717;
}
blockquote p {
  color: #171717;
}
blockquote p:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

/* ==========================================================================
   Theme Components
========================================================================== */
.main-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: white;
}

.parallax {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.parallax.fixed-image {
  background-position: 50% 50% !important;
  background-attachment: scroll;
}

.title {
  position: relative;
  margin-bottom: 50px;
}
.title.large {
  margin-bottom: 100px;
}
.title .subtitle {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  border-left: 4px solid #a1b1bc;
  padding-left: 40px;
  width: 70%;
  color: #171717;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.title span {
  font-size: 90px;
  font-weight: 700;
  color: #a1b1bc;
}
.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
  font-size: 24px;
  display: inline-block;
  margin-left: -55px;
  line-height: 100%;
  background: white;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.title.grey h1, .title.grey h2, .title.grey h3, .title.grey h4, .title.grey h5, .title.grey h6 {
  background: #f1f1f1;
}
.title.dark span, .title.dark .subtitle {
  color: white;
}
.title.dark .subtitle {
  border-color: #b14e50;
}
.title.dark h1, .title.dark h2, .title.dark h3, .title.dark h4, .title.dark h5, .title.dark h6 {
  color: white;
  background: #1b191e;
}
.title.color span, .title.color .subtitle {
  color: #171717;
}
.title.color .subtitle {
  border-color: #171717;
}
.title.color h1, .title.color h2, .title.color h3, .title.color h4, .title.color h5, .title.color h6 {
  color: #171717;
  background: #b14e50;
}
.title.normal h1, .title.normal h2, .title.normal h3, .title.normal h4, .title.normal h5, .title.normal h6 {
  margin-left: 0;
  background: none;
}

.speaker-list {
  display: inline-block;
}
.speaker-list li {
  margin-top: 30px;
  display: none;
}
.speaker-list li:first-child, .speaker-list li:nth-child(2), .speaker-list li:nth-child(3), .speaker-list li:nth-child(4) {
  margin-top: 0;
}
.speaker-list li .speaker .media {
  position: relative;
}
.speaker-list li .speaker .media .info-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.speaker-list li .speaker .media .info-media p {
  color: #171717;
  margin: 10px 0 0;
}
.speaker-list li .speaker .media .info-media .social-icons a {
  background: #b14e50;
  color: #171717;
  border: 1px solid #b14e50;
}
.speaker-list li .speaker .media .info-media .social-icons a:hover {
  border-color: #171717;
  background: none;
}
.speaker-list li .speaker .speaker-meta {
  background: white;
  padding: 25px;
  text-align: center;
}
.speaker-list li .speaker .speaker-meta h1, .speaker-list li .speaker .speaker-meta h2, .speaker-list li .speaker .speaker-meta h3, .speaker-list li .speaker .speaker-meta h4, .speaker-list li .speaker .speaker-meta h5, .speaker-list li .speaker .speaker-meta h6 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}
.speaker-list li .speaker .speaker-meta .company span, .speaker-list li .speaker .speaker-meta .company a {
  color: #171717;
  text-transform: uppercase;
  font-family: "Open Sans", "sans-serif";
  font-size: 14px;
  font-weight: 500;
}
.speaker-list li .speaker .speaker-meta .company a {
  border-bottom: 3px solid #b14e50;
}
.speaker-list li .speaker .speaker-meta .company a:hover {
  border-color: #171717;
}
.speaker-list li .speaker:hover .info-media {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.load-speaker-list {
  margin-top: 30px;
}

.testimonials .item {
  padding: 0 15px;
}
.testimonials .item > *, .testimonials .item p, .testimonials .item span, .testimonials .item h1, .testimonials .item h2, .testimonials .item h3, .testimonials .item h4, .testimonials .item h5, .testimonials .item h6 {
  color: white;
}
.testimonials .item h1, .testimonials .item h2, .testimonials .item h3, .testimonials .item h4, .testimonials .item h5, .testimonials .item h6, .testimonials .item .company {
  text-align: center;
}
.testimonials .item .quote {
  display: inline-block;
  margin-bottom: 20px;
}
.testimonials .item .quote p, .testimonials .item .quote span {
  margin: 0;
  width: 70%;
  display: inline-block;
}
.testimonials .item .quote:before {
  display: block;
  content: '\f10d';
  font-family: fontAwesome;
  font-size: 35px;
  margin-right: 20px;
  float: left;
  position: relative;
  top: 5px;
  opacity: 0.1;
  -khtml-opacity: 0.1;
  -moz-opacity: 0.1;
  filter: alpha(opacity=10);
}
.testimonials .item .media {
  display: inline-block;
  float: left;
}
.testimonials .item .user-information {
  display: inline-block;
  margin-left: 20px;
}
.testimonials .item .user-information .company {
  margin: 5px 0 0;
}
.testimonials .item .user-information .company a {
  border-bottom: 3px solid #b14e50;
}
.testimonials .item .user-information .company a:hover {
  color: white;
  border-color: white;
}
.testimonials .featured .item {
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.testimonials .featured .item .quote {
  background: #b14e50;
  padding: 20px;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.price .price-body {
  background: #f1f1f1;
  padding: 50px;
  text-align: center;
}
.price .price-body .price-title {
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
}
.price .price-body .price-title:after {
  display: block;
  content: '';
  height: 1px;
  background: #171717;
  width: 20%;
  margin: 30px auto auto;
}
.price .price-body .amount {
  font-size: 90px;
  font-weight: 300;
  line-height: 100%;
  margin: 40px 0;
  display: inline-block;
}
.price .price-body .amount, .price .price-body .short-description {
  font-family: "Open Sans", "sans-serif";
  color: #171717;
}
.price .price-body .short-description {
  margin: 0;
  font-size: 16px;
}
.price a, .price .btn {
  display: block;
  letter-spacing: 5px;
}
.price.featured .price-body {
  background: #b14e50;
}

.grid .grid-item {
  width: 25%;
}
.thumbnails .c-3 {
  padding: 0;
}
.grid .grid-item a {
  position: relative;
  display: block;
  overflow: hidden;
}
.grid .grid-item a:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  background: #b14e50;
}
.grid .grid-item:hover a:after {
  visibility: visible;
  opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.grid .grid-item .caption-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  visibility: hidden;
  z-index: 2;
  color: #171717;
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  -moz-transform: translate(-50%, -50%) scale(0.8);
  -o-transform: translate(-50%, -50%) scale(0.8);
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
}
.grid .grid-item:hover .caption-zoom {
  visibility: visible;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.grid .grid-item-width {
  width: 50%;
}
.grid .grid-item-height {
  height: 586px;
}

.feature .icon {
  text-align: center;
}
.feature .icon i {
  font-size: 60px;
}
.feature .feature-title {
  font-weight: 900;
  margin: 35px 0 15px;
}

.color .feature p, .color .feature span {
  color: #171717;
}

.dark .feature .icon i {
  color: #b14e50;
}
.dark .feature .feature-title {
  color: white;
}

.contact-item {
  position: relative;
  padding-left: 70px;
  margin-bottom: 45px;
}
.contact-item .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-item .icon i {
  font-size: 35px;
}
.contact-item h1, .contact-item h2, .contact-item h3, .contact-item h4, .contact-item h5, .contact-item h6 {
  margin-bottom: 5px;
  font-weight: 700;
}
.contact-item a {
  color: #171717;
}
.contact-item p {
  margin: 0;
}
.contact-item:last-child {
  margin-bottom: 0;
}

.contact-form {
  padding: 0;
}
.contact-form button, .contact-form .btn {
  margin-top: 15px;
}

.countdown-section {
  position: absolute;
  bottom: 50px;
  left: 50%;
  padding: 20px 40px;
  background: white;
  z-index: 1;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.countdown-section h1, .countdown-section h2, .countdown-section h3, .countdown-section h4, .countdown-section h5, .countdown-section h6 {
  margin-bottom: 15px;
  text-align: center;
}
.countdown-section .countdown > span {
  width: 50px;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #171717;
  margin: 0 10px;
}
.countdown-section .countdown > span span {
  text-transform: uppercase;
  display: block;
}
.countdown-section.in-place {
  bottom: 0;
}

.sponsor {
  height: 150px;
  display: table;
  /*border-right: 1px solid #ddd;*/
}
.sponsor > div {
  display: table-cell;
  vertical-align: middle;
  border-bottom: none !important;
  height: 270px;
}
.sponsor.large > div {
  height: 370px;
}
.sponsor.spacer > div {
  height: 1px;
}
.sponsor:first-child > div, .sponsor:nth-child(2) > div, .sponsor:nth-child(3) > div {
  /*border-bottom: 1px solid #ddd;*/
}
.sponsor:nth-child(3n+3) {
  border-right: none;
}
.sponsor img {
  max-width: 100%;
  /*max-height: 120px;*/
  max-height: 100%;
}

.map {
  height: 400px;
}

.to-top {
  position: fixed;
  right: 0;
  bottom: 60px;
  color: #171717;
  z-index: 2;
  width: 70px;
  height: 55px;
  font-size: 20px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background: #f1f1f1;
  visibility: hidden;
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.to-top.in-place {
  visibility: visible;
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.to-top i {
  padding: 18px;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-background video {
  width: auto;
  background-size: cover;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: url(../video/video-fallback-image.jpg) no-repeat;
}

.accomodation .accomodation-media {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.accomodation .accomodation-media .accomodation-meta {
  position: absolute;
  padding: 10px 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.accomodation .accomodation-media .accomodation-meta p, .accomodation .accomodation-media .accomodation-meta span {
  color: white;
}
.accomodation .accomodation-media .accomodation-meta p {
  display: inline-block;
}
.accomodation .accomodation-media .accomodation-meta .stars {
  display: inline-block;
  float: right;
  color: #b14e50;
  font-size: 15px;
}
.accomodation .accomodation-media a.btn {
  position: absolute;
  top: 50%;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: translate(-50%, -50%) scale(0.9);
  -o-transform: translate(-50%, -50%) scale(0.9);
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
}
.accomodation h1, .accomodation h2, .accomodation h3, .accomodation h4, .accomodation h5, .accomodation h6 {
  margin-bottom: 5px;
}
.accomodation p {
  margin: 0;
}
.accomodation:hover a.btn {
  visibility: visible;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.accomodation:hover .accomodation-meta {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.counter {
  padding: 30px;
  text-align: center;
}
.counter.grey {
  background: #a1b1bc;
}
.counter.grey .counter-info {
  color: #171717;
}
.counter.light {
  background: white;
}
.counter.light .counter-info {
  color: #171717;
}
.counter.dark {
  background: #1b191e;
}
.counter.dark i, .counter.dark .counter-number {
  color: white;
}
.counter.dark .counter-info {
  color: #b14e50;
}
.counter.color {
  background: #b14e50;
}
.counter.color i, .counter.color .counter-number, .counter.color .counter-info {
  color: #171717;
}
.counter i {
  font-size: 40px;
}
.counter .counter-number {
  font-weight: 900;
  color: #a1b1bc;
  margin: 20px 0 0px;
}
.counter .counter-info {
  margin: 0;
  text-transform: uppercase;
}

.social-icons {
  margin-top: 30px;
}
.social-icons a {
  color: #171717;
  font-size: 18px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #f1f1f1;
  line-height: 40px;
  margin: 0 4px;
}
.social-icons a:first-child {
  margin-left: 0;
}
.social-icons a:last-child {
  margin-right: 0;
}
.social-icons a:hover {
  border-color: #171717;
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.navigation-container nav.social-icons {
  position: fixed;
  bottom: -50px;
  right: 0;
  width: 100%;
  margin: 0;
  height: auto;
  text-align: center;
  background: #171717;
  visibility: hidden;
  -moz-transition: all 100ms;
  -o-transition: all 100ms;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.navigation-container nav.social-icons a {
  color: white;
  border: none;
  width: 35px;
  height: 50px;
}
.navigation-container nav.social-icons a:hover {
  color: #b14e50;
  -moz-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.in-place .navigation-container nav.social-icons {
  visibility: visible;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 3;
  padding: 50px 50px 0;
  background: white;
}
header .icon-trigger {
  width: 60px;
  height: 60px;
  display: inline-block;
  position: absolute;
  overflow: hidden;
  z-index: 4;
  top: 60px;
  right: 70px;
}
header .icon-trigger span {
  width: 30px;
  height: 2px;
  background: #171717;
  margin: auto;
  position: relative;
  margin-top: 1px;
  display: block;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
header .icon-trigger span:after, header .icon-trigger span:before {
  display: block;
  content: '';
  height: 2px;
  width: 30px;
  background: #171717;
  position: relative;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
header .icon-trigger span:after {
  top: 5px;
}
header .icon-trigger span:before {
  bottom: 7px;
}
header .icon-trigger.is-active span, header .icon-trigger.is-active span:after, header .icon-trigger.is-active span:before {
  background: white;
}
header .icon-trigger.is-active span:after {
  -moz-transform: translateX(-150%);
  -o-transform: translateX(-150%);
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
}
header .icon-trigger.is-active span:before {
  -moz-transform: translateX(150%);
  -o-transform: translateX(150%);
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%);
}
header .logo {
  position: absolute;
  top: 70px;
  left: 70px;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
header .logo img {
  height: 40px;
}
header.in-place {
  -moz-box-shadow: 0 0 3px #dddddd;
  -webkit-box-shadow: 0 0 3px #dddddd;
  box-shadow: 0 0 3px #dddddd;
}
header.in-place .logo {
  top: 10px;
  left: 50px;
}
header.in-place .icon-trigger {
  top: 0;
  width: 50px;
  height: 50px;
  right: 50px;
}
header.in-place .icon-trigger.is-active span {
  background: #171717;
}

.navigation-container {
  position: fixed;
  top: 60px;
  right: 0;
  height: calc(100% - 120px);
  width: 300px;
  z-index: 2;
  background: #171717;
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.navigation-container.is-active {
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  right: 60px;
}
.navigation-container nav {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.navigation-container nav .nav-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.navigation-container nav .nav-inner li {
  margin: 17px 0;
  display: block;
}
.navigation-container nav .nav-inner li a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  color: white;
  position: relative;
}
.navigation-container nav .nav-inner li a:before {
  display: block;
  content: '\f061';
  position: absolute;
  font-family: fontAwesome;
  top: 50%;
  font-size: 12px;
  left: -20px;
  color: #b14e50;
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.navigation-container nav .nav-inner li a:hover:before {
  visibility: visible;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  left: -30px;
}
.navigation-container nav .nav-inner li a:hover {
  color: #b14e50;
}

.in-place .navigation-container.is-active {
  right: 10px;
}

form {
  padding: 20px;
}
form fieldset {
  border: none;
  padding: 0;
  margin: 0 0 30px;
}
form fieldset input {
  margin: 0;
}
form fieldset > div {
  position: relative;
}
form fieldset > div i, form fieldset > div .fa, form fieldset > div button {
  color: white;
  position: absolute;
  top: 50%;
  right: 6%;
  font-size: 20px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
form fieldset:last-child {
  margin-bottom: 0;
}
form fieldset.checkbox label {
  display: inline-block;
  margin: 0 10px;
}
form label {
  color: #171717;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
form label small {
  margin: 0;
}
form input, form select {
  height: 50px;
}
form input[type="radio"], form input[type="checkbox"] {
  height: auto;
  width: auto;
  margin: 10px 0;
  display: inline-block;
}
form input, form select, form button, form textarea {
  color: #171717;
  padding: 10px 30px;
  margin-bottom: 15px;
  width: 100%;
  display: block;
  border: 1px solid #ececec;
  font-weight: 700;
  background: none;
}
form input:last-child, form select:last-child, form button:last-child, form textarea:last-child {
  margin-bottom: 0;
}
form button {
  display: inline-block;
  width: auto;
  border: none;
}
form input[type="submit"] {
  background: #b14e50;
}
form input, form textarea {
  color: #171717;
}
form input.captcha, form textarea.captcha {
  width: 35%;
  margin-top: 15px;
}
form textarea {
  height: 180px;
}
form .event-submission textarea {
  height: 160px;
}
form select {
  color: #171717;
  cursor: pointer;
}
form small, form .description {
  color: #a1b1bc;
  display: inline-block;
  margin-top: 10px;
}
form .error {
  border: 2px solid #f24b4b;
}
form.login label {
  display: inline-block;
}
form input:focus, form select:focus, form textarea:focus {
  border-color: #171717;
  -moz-box-shadow: 0 0 2px #aaaaaa;
  -webkit-box-shadow: 0 0 2px #aaaaaa;
  box-shadow: 0 0 2px #aaaaaa;
}
form.light input, form.light select, form.light button, form.light textarea {
  color: white;
}

.registration-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  overflow: auto;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.registration-form.light {
  background: rgba(255, 255, 255, 0.8);
}
.registration-form.active {
  visibility: visible;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.registration-form .registration-wrapper {
  width: 550px;
  margin: auto;
  position: relative;
  top: 50%;
  background: white;
  padding: 50px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.registration-form .registration-wrapper .close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #a1b1bc;
  font-size: 20px;
}
.registration-form .registration-wrapper .close:hover {
  color: #171717;
}
.registration-form .registration-wrapper h1, .registration-form .registration-wrapper h2, .registration-form .registration-wrapper h3, .registration-form .registration-wrapper h4, .registration-form .registration-wrapper h5, .registration-form .registration-wrapper h6 {
  margin-bottom: 10px;
}
.registration-form .registration-wrapper p, .registration-form .registration-wrapper span {
  display: block;
  margin-bottom: 30px;
}
.registration-form .registration-wrapper form {
  padding: 0;
}
.registration-form .registration-wrapper form > div {
  margin-bottom: 20px;
}
.registration-form .registration-wrapper form > div:last-child {
  margin-bottom: 0;
}
.registration-form .registration-wrapper .btn {
  display: block;
  width: 100%;
}

.select {
  position: relative;
}
.select:after {
  position: absolute;
  display: block;
  content: '\f0c9';
  font-family: fontAwesome;
  width: 50px;
  top: 50%;
  height: 40px;
  right: 5px;
  font-size: 21px;
  text-align: center;
  line-height: 42px;
  background-color: white;
  color: #a1b1bc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

::-webkit-input-placeholder {
  color: #a1b1bc;
}

:-moz-placeholder {
  color: #a1b1bc;
}

::-moz-placeholder {
  color: #a1b1bc;
}

:-ms-input-placeholder {
  color: #a1b1bc;
}

input:-webkit-autofill {
  color: #fff !important;
}

.fullscreen {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.fixed-bar {
  background: white;
  position: fixed;
  z-index: 2;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.fixed-bar.horizontal {
  width: 100%;
  left: 0;
  height: 50px;
}
.fixed-bar.horizontal.top {
  top: 0;
}
.fixed-bar.horizontal.bottom {
  bottom: 0;
}
.fixed-bar.horizontal.not-in-view {
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.fixed-bar.vertical {
  height: 100%;
  width: 50px;
}
.fixed-bar.vertical.left {
  left: 0;
}
.fixed-bar.vertical.left.not-in-view {
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.fixed-bar.vertical.right {
  right: 0;
}
.fixed-bar.vertical.right.not-in-view {
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.content-section {
  height: 100%;
}
.content-section .slide {
  position: relative;
  height: 100%;
}
.content-section .slide .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 50px;
}
.content-section .slide .slide-content > .vertical-align {
  position: relative;
}
.content-section .slide .slide-content h1 {
  font-size: 65px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 20px;
  margin-bottom: 10px;
  /*text-align: left;*/
  padding: 0 20px;
  max-width: ;
}
.content-section .slide .slide-content .slider-inner {
  display: inline-block;
}
.content-section .slide .slide-content .slider-inner .date {
  text-align: center;
  /*padding: 0 20px;*/
}
.content-section .slide .slide-content .slider-inner .date span, .content-section .slide .slide-content .slider-inner .date p {
  font-size: 16px;
  color: #171717;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 5px;
  border-bottom: 8px solid #b14e50;
}
.content-section .slide .slide-content .slider-inner .hashtags li {
  display: inline-block;
  margin: 0 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.content-section .slide .slide-content .slider-inner .hashtags li a {
  color: #171717;
}
.content-section .slide .slide-content .slider-inner .btn {
  margin-top: 80px;
}
.content-section .slide.dark .slide-content h1 {
  color: white;
}
.content-section .slide.dark .slide-content .slider-inner .date span, .content-section .slide.dark .slide-content .slider-inner .date p {
  color: white;
}
.content-section .slide.dark .slide-content .slider-inner .hashtags li, .content-section .slide.dark .slide-content .slider-inner .hashtags a {
  color: white;
}

.default-hero.section {
  padding: 170px 0 120px;
}
.default-hero.section h1 {
  font-size: 65px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 20px;
  margin-bottom: 10px;
}

.content-section.slider .owl-stage-outer, .content-section.slider .owl-stage, .content-section.slider .owl-item {
  height: 100%;
}

.fixed-content .slide .slide-content {
  left: 0;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
}

footer.section h1, footer.section h2, footer.section h3, footer.section h4, footer.section h5, footer.section h6 {
  color: #b14e50;
}
footer .logo {
  margin-bottom: 25px;
}
footer a:hover {
  color: white;
}
footer .copyright {
  display: inline-block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 50px 0;
  padding-top: 50px;
}
footer .copyright p {
  margin-bottom: 0;
}
footer .copyright .social-icons {
  margin-top: 0;
}
footer .copyright .social-icons a {
  border: none;
  color: white;
}
footer .copyright .social-icons a:hover {
  -moz-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #b14e50;
}
footer .links .post-info {
  display: block;
  font-size: 11px;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
footer .links a:hover .post-info {
  color: white;
}

/* ==========================================================================
   Utility Classes
========================================================================== */
.image-responsive {
  width: 100%;
  height: auto;
  display: block;
}

.nopadding {
  padding: 0;
}

.nomargin {
  margin: 0;
}

.container-full {
  padding: 0;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}

.thin {
  font-weight: 300;
}

ul.simple, ol.simple, ul.links, ol.links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.links li, ol.links li {
  margin-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}
ul.links li a, ol.links li a {
  color: #171717;
}
ul.links li a:hover, ol.links li a:hover {
  color: #a1b1bc;
}
ul.links li:last-child, ol.links li:last-child {
  margin-bottom: 0;
}
ul.links.light li, ol.links.light li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
ul.links.light li a, ol.links.light li a {
  color: white;
}
ul.links.light li a:hover, ol.links.light li a:hover {
  color: #b14e50;
}

hr {
  padding: 0;
  height: 1px;
  border: none;
  background: #f1f1f1;
  margin: auto;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.vertical-align {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
}
.vertical-align .vertical-center {
  display: table-cell;
  vertical-align: middle;
}

.overlay:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.4;
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
}
.overlay.light:after {
  background: white;
}
.overlay.dark:after {
  background: #171717;
}

.section {
  padding: 120px 0;
}
.section.grey {
  background: #f1f1f1;
}
.section.dark {
  background: #1b191e;
}
.section.dark.left-wrapper:before, .section.dark.right-wrapper:before {
  background: rgba(0, 0, 0, 0.8);
}
.section.dark a:focus {
  color: #b14e50;
}
.section.color {
  background: #b14e50;
}
.section.no-top {
  padding-top: 0;
}
.section.no-bottom {
  padding-bottom: 0;
}
.section.left-wrapper:before, .section.right-wrapper:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: rgba(255, 255, 255, 0.8);
}
.section.left-wrapper:before {
  left: 0;
}
.section.right-wrapper:before {
  right: 0;
}

.margin-bottom-small {
  margin-bottom: 20px;
}

.margin-bottom-medium {
  margin-bottom: 50px;
}

.margin-bottom-large {
  margin-bottom: 120px;
}

/* ==========================================================================
   Browser Support
========================================================================== */
/* ==========================================================================
   Responsive
========================================================================== */
@media screen and (max-width: 1400px) {
  .owl-nav .owl-prev {
    left: -40px;
  }

  .owl-nav .owl-next {
    right: -40px;
  }
}
@media screen and (max-width: 1366px) {
  .countdown-section {
    padding: 15px 40px 0;
  }

  .countdown-section .countdown > span {
    font-size: 20px;
  }

  .countdown-section h1, .countdown-section h2, .countdown-section h3, .countdown-section h4, .countdown-section h5, .countdown-section h6 {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .content-section .slide .slide-content h1 {
    line-height: 100%;
    /*text-align: center;*/
  }

  .content-section .slide .slide-content .slider-inner .date, .testimonials .owl-nav {
    text-align: center;
  }

  .content-section .slide .slide-content .slider-inner .btn, .testimonials .owl-nav {
    margin-top: 40px;
  }

  .fixed-bar {
    display: none;
  }

  .content-section .owl-nav .owl-prev {
    left: 0;
  }

  .content-section .owl-nav .owl-next {
    right: 0;
  }

  .countdown-section {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .content-section .owl-dots {
    position: relative;
    bottom: auto;
    left: auto;
    top: -40px;
    margin-bottom: 20px;
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .testimonials .owl-nav > div {
    position: relative;
    display: inline-block;
  }

  .not-parallax.fullscreen {
    height: auto !important;
  }

  .content-section.slider .slide .slide-content {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1200px) {
  .grid .grid-item-height {
    height: auto;
  }

  .speaker-list li .speaker .media .info-media {
    padding: 15px;
    position: relative;
    visibility: visible;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }

  .speaker-list li .speaker .speaker-meta {
    padding: 10px 10px 20px;
  }

  .speaker-list li .speaker .media .info-media p {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .content-section .slide .slide-content h1 {
    font-size: 45px;
  }

  .default-hero.section h1 {
    font-size: 35px;
  }

  .content-section.slider .slide .slide-content {
    padding: 0;
  }

  .content-section .slide .slide-content .slider-inner .hashtags li {
    font-size: 12px;
  }

  .price .price-body {
    padding: 20px;
  }

  .price .price-body .amount {
    width: 100%;
    font-size: 50px;
  }

  .price .btn, .price a {
    letter-spacing: 0;
  }

  .testimonials .item .quote:before {
    display: none;
  }

  .testimonials .item .quote p, .testimonials .item .quote span {
    width: 100%;
  }

  .title .subtitle {
    width: 60%;
  }

  .contact-section .row > .c-4, .contact-section .row > .c-8 {
    width: 100%;
  }

  .contact-item .icon {
    position: relative;
    margin-bottom: 15px;
  }

  .contact-item {
    padding-left: 0;
    display: inline-block;
    margin: 0 20px 40px;
  }

  .contact-item:last-child {
    margin: 0 20px 40px;
  }

  .tabs-content .post-body .post-meta ul li {
    display: block;
    margin: 0;
  }

  .tabs li {
    text-align: center;
    margin: 0 0px 10px;
    display: block;
  }

  .tabs li a {
    display: inline-block;
    padding: 15px;
  }

  footer .row:first-child > div {
    width: 33.33333%;
  }
}
@media screen and (max-width: 768px) {
  .section.left-wrapper:before, .section.right-wrapper:before, footer .row:first-child > div {
    width: 100%;
  }

  .content-section .slide .slide-content h1 {
    font-size: 25px;
    letter-spacing: 5px;
  }

  .content-section .slide .slide-content .slider-inner .btn {
    padding: 10px 20px;
    margin-top: 10px;
  }

  .tabs-content .post-date {
    position: relative;
    top: auto;
    margin-bottom: 15px;
    left: auto;
    text-align: center;
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .tabs-content .post-body {
    border-top: 2px solid #a1b1bc;
    border-left: none;
    border-bottom: none;
  }

  .tabs-content .post-body:before {
    top: -11px;
    left: 50%;
    -moz-transform: translateY(0) translateX(-50%);
    -o-transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }

  .tabs-content .tab-body {
    text-align: center;
    margin-bottom: 50px;
  }

  .tabs-content .tab-body:last-child, .speaker-list li:last-child, .feature:last-child {
    margin-bottom: 0;
  }

  .tabs-content .tab-body .post-media img, .speaker-list li .speaker .media img, .accomodation-media img {
    width: auto;
    margin: auto;
  }

  .tabs-content .post-body .post-title {
    margin-top: 30px;
  }

  .speaker-list li .speaker .media .info-media, .speaker-list li .speaker .speaker-meta {
    background: transparent;
  }

  .speaker-list li, .feature {
    margin-bottom: 50px;
  }

  .align-right, .align-left, .feature .feature-title, .feature p, .testimonials .item, footer .row:first-child > div, .copyright, .accomodation {
    text-align: center;
  }

  .sponsor, .sponsor > div, .sponsor:first-child > div, .sponsor:nth-child(2) > div, .sponsor:nth-child(3) > div {
    display: block;
    border: none;
  }

  .sponsor {
    width: 33.33333%;
    float: left;
    margin-top: 50px;
    height: 100%;
  }

  .sponsor:first-child, .sponsor:nth-child(2), .sponsor:nth-child(3) {
    margin-top: 0;
  }

  .testimonials .item .media {
    float: none;
    display: block;
  }

  .testimonials .item .media img {
    margin: auto;
  }

  .testimonials .item .user-information {
    margin-left: 0;
  }

  .owl-nav .owl-next {
    right: -20px;
  }

  .owl-nav .owl-prev {
    left: -20px;
  }

  .contact-item {
    display: block;
    text-align: center;
  }

  .contact-form .c-6 > .row {
    margin: 0 0 15px;
  }

  .contact-form .c-12 > .row > .c-6 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: left;
  }

  .contact-form .c-12 > .row > .c-6:last-child {
    text-align: right;
  }

  form input.captcha {
    width: 55%;
  }

  .to-top {
    width: 55px;
  }

  footer .row:first-child > div {
    margin-bottom: 50px;
  }

  footer .row:first-child > div:last-child, .accomodation .accomodation-media {
    margin-bottom: 0;
  }

  .accomodation .accomodation-media .accomodation-meta {
    position: relative;
    visibility: visible;
    background: none;
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .accomodation .accomodation-media .accomodation-meta p {
    color: #171717;
  }

  .accomodation .accomodation-media .accomodation-meta p, .accomodation .accomodation-media .accomodation-meta span, .accomodation .accomodation-media .accomodation-meta .stars {
    display: block;
    text-align: center;
    float: none;
  }

  .accomodation {
    margin-bottom: 50px;
  }

  .accomodation:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 680px) {
  .title {
    text-align: center;
  }

  .title .subtitle {
    width: 100%;
    top: auto;
    padding-left: 0;
    border: none;
    position: relative;
    margin-top: 10px;
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 600px) {
  .sponsor, .registration-form .registration-wrapper {
    width: 100%;
    float: none;
  }

  .sponsor:nth-child(2), .sponsor:nth-child(3) {
    margin-top: 50px;
  }

  .content-section .slide .slide-content .slider-inner .btn {
    display: none;
  }

  .content-section .slide .slide-content .slider-inner .hashtags li {
    margin: 0 10px;
  }

  .right-wrapper, .left-wrapper {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .speaker-list li .speaker .media img, .tabs-content .tab-body .post-media img, .contact-form .c-12 > .row > .c-6, form input.captcha, .contact-form .btn, .contact-form button, .accomodation-media img {
    width: 100%;
  }

  .contact-form .btn, .contact-form button {
    display: block;
  }

  .content-section .owl-controls, .hashtags {
    display: none;
  }

  .contact-form .c-12 > .row > .c-6:last-child {
    text-align: center;
  }

  .content-section .slide .slide-content h1 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .countdown-section {
    padding: 10px;
  }

  .content-section .slide .slide-content .slider-inner .date {
    display: none;
  }

  .in-place .navigation-container.is-active, .navigation-container {
    right: 0;
    top: auto;
  }

  .navigation-container {
    width: 100%;
  }

  .navigation-container nav.social-icons {
    bottom: -70px;
  }

  .navigation-container nav.social-icons a {
    height: 70px;
  }
}

/* custom */
.live-stream {
  width: 100%;
  /*height: 80vh;*/
  /*max-height: 700px;*/
  /*background: #1b191e;*/
}
.live-stream img {
  width: 100%;
}
