@import url(font-awesome.min.css);
@import url(ionicons.min.css);
@import url(swipebox.css);
@import url(bootstrap.min.css);
@import url(animate.css);
@import url(vegas.css);
@import url("http://fonts.googleapis.com/css?family=Roboto:400,100,300,700");
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: none;
}
body, input, select, textarea {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 15pt;
  line-height: 1.25;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background: #232323;
}
a {
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
  text-decoration: none;
  color: #FFFFFF;
}
a:hover {
  color: #FF1D4D;
  text-decoration: none !important;
  outline: none !important;
}
a:active, a:focus {
  outline: none !important;
  text-decoration: none !important;
  color: #FFFFFF;
}
button {
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
}
button:hover, button:active, button:focus {
  outline: none !important;
  text-decoration: none !important;
  color: #2B2D35;
}
strong, b {
  font-weight: 400;
}
em, i {
  font-style: italic;
}
p {
  color: #F8F8F8;
  font-size: 19px;
  line-height: 1.5789;
  font-weight: 400;
  margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: inherit;
}
h1 {
  font-size: 70px;
  line-height: 1;
  font-weight: 100;
  margin-bottom: 25px;
}
h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}
sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}
hr {
  margin: 50px 0;
}
.border {
  display: block;
  height: 5px;
  background: #FF1D4D;
  width: 5%;
  margin: 40px auto;
}
.clear {
  clear: both;
}
.display-none {
  display: none !important;
}
.index-999 {
  z-index: -999 !important;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.opacity-0 {
  opacity: 0 !important;
}
button.origin-button {
  border: 1px solid #FF1D4D;
  font-weight: 400;
  padding: 1em 2em;
  color: #FFFFFF;
  background: #FF1D4D;
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
button.origin-button:hover {
  background: #ff0339;
  color: #FFFFFF;
}
/* Wrapper */
@-webkit-keyframes wrapper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes wrapper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes wrapper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#wrapper {
  -webkit-animation: wrapper 3s forwards;
  -moz-animation: wrapper 3s forwards;
  animation: wrapper 3s forwards;
  height: 100%;
  left: 0;
  opacity: 0;
  top: 0;
  width: 100%;
  border: 0px solid rgba(80, 101, 201, 0.2);
  border: 0px solid rgba(52, 152, 219, 0.2);
}
#main {
  left: 0;
  position: relative;
  text-align: center;
  top: 0%;
  width: 100%;
  height: 100%;
}
#main::before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: 0;
    vertical-align: middle;
    width: 0;
}
#background {
  background: transparent;
  bottom: 0;
  width: 100vw;
  left: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
#fireflies {
  background: transparent;
  bottom: 0;
  width: 100vw;
  left: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.vegas-overlay {
  opacity: .8;
  background: #232323;
}
.lines-overlay {
}
.loading-part {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 40;
  background: #232323;
}
.loading-part .loader-home {
  margin: -12em 0 0 -12em;
  font-size: 2px;
  position: absolute;
  top: 45vh;
  left: 48vw;
}
.loading-part .loader-home,
.loading-part .loader-home:after {
}
@-webkit-keyframes loadinghome {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes loadinghome {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes loadinghome {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes header {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1em, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes header {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 1em, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes header {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1em, 0);
    -moz-transform: translate3d(0, 1em, 0);
    -ms-transform: translate3d(0, 1em, 0);
    -o-transform: translate3d(0, 1em, 0);
    transform: translate3d(0, 1em, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#header {
  -webkit-animation: header 1s 0.2s forwards;
  -moz-animation: header 1s 0.2s forwards;
  animation: header 1s 0.2s forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  cursor: default;
  display: inline-block;
  opacity: 0;
  position: relative;
  text-align: center;
  top: 0;
  width: 99%;
  height: 100vh;
}
#header h1 {
  margin-bottom: 5px;
}
#header p {
  color: #F8F8F8;
}
#header nav .navbar-headers{
  margin-top: -30px;
}
#header nav {
  margin: 10px 0;
}
#header nav li {
  display: inline-block;
  position: relative;
  top: 0;
  width: 140px;
  margin: 0px;
  /*50pz;*/
}
#header nav li:hover {
-webkit-transition: all 200ms ease-in;
-webkit-transform: scale(1.2);
-ms-transition: all 200ms ease-in;
-ms-transform: scale(1.2);
-moz-transition: all 200ms ease-in;
-moz-transform: scale(1.2);
transition: all 200ms ease-in;
transform: scale(1.2);
}
#header nav li a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-backface-visibility: hidden;
  border: 0;
  display: inline-block;
}
#header nav li a:hover {
}
#header nav li a.icon {
  background: #2B2D35;
  text-decoration: none;
  position: relative;
  font-size: 60px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 0;
  margin-bottom: 0;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
  line-height: 100px;
  color: #FFFFFF;
}
#header nav li a.icon .label {
  display: none;
}
#header nav li a.icon.messages {
  background: #27AE60;
  border: 2px solid #36d278;
}
#header nav li a.icon.about {
  background: #FF1D4D;
  border: 2px solid #ff5075;
}
#header nav li a.icon.photos {
  background: #187EDC;
  border-bottom: 3px solid #fff;
}
#header nav li a.icon.phone {
  background: #27AE60;
  border: 2px solid #36d278;
}
#header nav li .notification {
  height: 25px;
  width: 25px;
  line-height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #ec2c3b;
  color: #FFFFFF;
  font-weight: 600;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
}
#header nav li p.name {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 0.1em;
}
#header nav li p.name i {
  position: relative;
  top: 1px;
}
#footer {
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  width: 100%;
  z-index: 50;
}
#footer .copyright {
  color: #ddd;
  font-size: 14px;
}
.social-icons {
  -webkit-animation: header 1s 0.2s forwards;
  -moz-animation: header 1s 0.2s forwards;
  animation: header 1s 0.2s forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0;
  z-index: 10;
  margin-top: 30px;
}
.social-icons li {
  display: inline-block;
  height: 40px !important;
  width: 40px !important;
  line-height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
.social-icons li:hover {
  background: rgba(35, 35, 35, 0.8);
}
.social-icons li:hover a {
  color: #FFFFFF;
}
.social-icons li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}
.global-content {
  overflow: hidden;
}
.content-message, .content-about, .content-photos {
  opacity: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  position: fixed;
  z-index: 60;
  border: 1px solid #333333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  top: 100vh;
  left: 0;
  width: 100%;
  background: rgba(35, 35, 35, 0.6);
  min-height: calc(100% - 100px);
  height: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
.content-message p, .content-about p, .content-photos p {
  max-width: 605px;
  margin: auto;
}
.content-message::-webkit-scrollbar, .content-about::-webkit-scrollbar, .content-photos::-webkit-scrollbar {
  display: none;
}
.content-message .content-in, .content-about .content-in, .content-photos .content-in {
  position: relative;
  height: 100%;
}
.content-message .content-in .content-table, .content-about .content-in .content-table, .content-photos .content-in .content-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.content-message .content-in .content-table .content-cell, .content-about .content-in .content-table .content-cell, .content-photos .content-in .content-table .content-cell {
  display: table-cell;
  vertical-align: middle;
}
.content-message .content-in .content-table .content-cell .content-inner, .content-about .content-in .content-table .content-cell .content-inner, .content-photos .content-in .content-table .content-cell .content-inner {
  padding: 80px 0;
}
.content-message .content-in .content-table .content-cell .content-inner .container, .content-about .content-in .content-table .content-cell .content-inner .container, .content-photos .content-in .content-table .content-cell .content-inner .container {
  padding-top: 50px;
}
.slider-nav {
  width: 100%;
  background: #222222;
  height: 50px;
  position: fixed;
  z-index: 99;
  left: 0;
  top: -50px;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
.slider-nav.active-nav {
  top: 0;
}
.slider-nav a.close-content {
  position: absolute;
  color: #FFFFFF;
  top: 15px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
}
.slider-nav a.close-content:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #FF1D4D;
}
.slider-nav a.prev-button, .slider-nav a.next-button {
  position: absolute;
  color: #F8F8F8;
  top: 14px;
  width: 30px;
  height: 30px;
}
.slider-nav a.prev-button:hover, .slider-nav a.next-button:hover {
  color: #FF1D4D;
}
.slider-nav a.prev-button {
  left: 25px;
}
.slider-nav a.next-button {
  right: 25px;
}
.active-slide {
  top: 0;
  opacity: 1;
}
.active-slide.first .slider-nav .prev-button {
  opacity: 0.3;
}
.active-slide.first .slider-nav .prev-button:hover {
  color: inherit;
}
.active-slide.last .slider-nav .next-button {
  opacity: 0.3;
}
.active-slide.last .slider-nav .next-button:hover {
  color: inherit;
}
#countdown_dashboard {
  display: block;
  margin: 50px auto 30px;
}
#countdown_dashboard .dash-glob {
  border-left: 1px solid #2B2D35;
  text-align: center;
}
#countdown_dashboard .dash-glob:first-child {
  margin-left: 0;
  border-left: none;
}
#countdown_dashboard .dash-glob .dash {
  padding-bottom: 10px;
  position: relative;
  width: 100%;
  opacity: 1;
}
#countdown_dashboard .dash-glob .dash .digit {
  font-size: 12em;
  font-weight: 100;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  height: 1em;
  line-height: 1em;
  position: relative;
  vertical-align: middle;
  opacity: 0.8;
}
#countdown_dashboard .dash-glob .dash sup {
  color: #F8F8F8;
  font-size: 20px;
}
#notifyMe {
  max-width: 450px;
  margin: auto;
}
#notifyMe .form-group {
  margin-bottom: 1em;
}
#notifyMe .form-group .form-control {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-shadow: none;
  font-weight: 400;
  font-size: 18px;
  outline: medium none;
  height: 70px;
  width: 100%;
  color: #333333;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
#notifyMe .form-group .form-control:hover, #notifyMe .form-group .form-control:focus {
  box-shadow: none;
}
#notifyMe .form-group .form-control::-webkit-input-placeholder {
  color: #666666 !important;
}
#notifyMe .form-group .form-control::-moz-placeholder {
  color: #666666 !important;
}
#notifyMe .form-group .form-control:-moz-placeholder {
  color: #666666 !important;
}
#notifyMe .form-group .form-control:-ms-input-placeholder {
  color: #666666 !important;
}
#notifyMe .form-group button.submit {
  border: 1px solid #FF1D4D;
  font-weight: 400;
  padding: 1em 2em;
  display: block;
  margin: 20px auto 0;
  color: #FFFFFF;
  background: #FF1D4D;
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#notifyMe .form-group button.submit:hover {
  background: #ff0339;
  color: #FFFFFF;
}
.block-message {
  min-height: 30px;
}
p.notify-valid .ion-close-round {
  color: #FF1D4D;
}
p.notify-valid .ion-checkmark-round {
  color: #27AE60;
}
.contact-info {
  margin-top: 50px;
}
.contact-info .contact-method i {
  font-size: 40px;
  color: #999999;
}
.contact-info .contact-method p {
  width: auto;
}
.contact-info .contact-method p a {
  opacity: 0.8;
}
.contact-info .contact-method p a:hover {
  opacity: 1;
  color: #FFFFFF;
}
.success-message, .error-message {
  background-color: #27AE60;
  margin: 2em auto 0;
  padding-top: 1em;
  padding-bottom: 1em;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.success-message p, .error-message p {
  color: #FFFFFF !important;
  text-align: center;
  font-style: normal !important;
  font-size: 1em;
  font-weight: 500;
}
.error-message {
  background-color: #CF000F;
  max-width: 70%;
}
#contact-form {
  margin-top: 50px;
}
#contact-form .form-control {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-shadow: none;
  font-weight: 400;
  font-size: 18px;
  outline: medium none;
  height: 40px;
  width: 100%;
  color: #333333;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  text-align: left;
}
#contact-form .form-control:hover, #contact-form .form-control:focus {
  box-shadow: none;
}
#contact-form .form-control::-webkit-input-placeholder {
  color: #666666 !important;
}
#contact-form .form-control::-moz-placeholder {
  color: #666666 !important;
}
#contact-form .form-control:-moz-placeholder {
  color: #666666 !important;
}
#contact-form .form-control:-ms-input-placeholder {
  color: #666666 !important;
}
#contact-form textarea.form-control {
  min-height: 150px;
}
#contact-form button#valid-form {
  border: 1px solid #FF1D4D;
  font-weight: 400;
  padding: 1em 2em;
  display: block;
  margin: 20px auto 0;
  color: #FFFFFF;
  background: #FF1D4D;
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
}
#contact-form button#valid-form:hover {
  background: #ff0339;
  color: #FFFFFF;
}
a.swipebox {
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  border: 2px solid #333333;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a.swipebox span.text-open {
  bottom: 50%;
  line-height: 1;
  height: auto;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
a.swipebox span.text-open:before {
  font-family: Ionicons;
  content: "\f217";
}
.no-touch a.swipebox:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.no-touch a.swipebox:hover span.text-open {
  opacity: 1;
}
img {
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.photo-collection {
  margin-top: 50px;
}
.photo-collection .photo-item {
  padding: 0;
  overflow: hidden;
  height: auto;
}
#swipebox-overlay {
  background: #000000;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  background: #000000;
  opacity: 1;
  min-height: 50px;
}
#swipebox-bottom-bar {
  border-top: 1px solid #333333;
}
#swipebox-top-bar {
  color: #FFFFFF !important;
  border-bottom: 1px solid #333333;
  font-size: 15px;
  line-height: 50px;
  font-weight: 600;
}
#swipebox-prev,
#swipebox-next,
#swipebox-close {
  color: #FFFFFF !important;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  top: 0;
}
#swipebox-close {
  font-size: 25px;
}
#swipebox-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #333333;
}
.searchweb{
  max-width: 444px;
  width: calc(100% - 20px);
  height: 40px;
  padding: 10px;
  font-size: 18px;
  color: #222;
  border: 0;
  border-radius: 5px;
  display: initial;
}
.input-group-addon {
  color: #555;
  text-align: center;
  background-color: #fff;
  border: 0;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: 0px;
  border-radius: 5px;
  margin: 0;
  margin-left: 0px;
  width: 50px;
  height: 40px;
  margin-left: -50px;
  vertical-align: bottom;
}
.imgicon{
  width: 110px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.ytmobile{
  display: none;
}
.bgmobile{
  position: initial !important;
  overflow: hidden;
}
.modal-dialog {
position: relative;
max-width: 100%;
margin: 0 auto;
padding: 0 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 5px;
    outline: 0;
    margin: 0 auto;
    max-width: 400px;
}
.modal-header {
    min-height: initial;
    padding: 15px 20px;
    border-bottom: 0;
    background-color: #358FC4;
    border-radius: 5px 5px 0 0;
}
.modal-header .close {
    margin-top: -2px;
    display: none;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #fff;
    font-size: 18px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}
.modal-body {
    position: relative;
    padding: 0;
}
.list-group {
    padding-left: 0;
    margin-bottom: 0;
}
.modal-footer {
    padding: 20px 10px;
    text-align: right;
    border-top: 0;
}
.list-group-item {
    padding: 10px 20px;
    text-align: left;
}
.btn{
width: 100%;
font-size: 18px;
background-color: #fff;
color: #444;
border: 1px solid #444;
}
.btn:hover, .btn:focus, .btn:active{
width: 100%;
font-size: 18px;
background-color: #fff;
color: #444;
}
.modal-body a {
    color: #2383C2;
    font-size: 18px;
}
.formmsearch{
  padding: 0;
}
  .navbar-expand-lg .navbar-nav .nav-link {
  padding: 5px 10px;
  }
@media only screen and (min-width: 991px) {
  .arrowshow {
    float: right;
  }
  .video-container video {
    position: fixed;
    display: block;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(50%);
  }
  .col-lg-2 {
    width: 20%;
  }
  nav.nav-mobile {
    padding-left: 0;
    padding-right: 0;
    bottom: 2%;
    position: fixed;
    width: 100%;
    text-align: center;
  }
  .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
  }
  .navright {
    position: absolute;
    right: 20px;
    padding: 0px;
  }
}
@media only screen and (max-width: 990px) {
  .arrowshow{
    display: none;
  }
  #header nav li {
      width: 120px;
  }
  #wrapper {
    position: relative;
  }
  .bgmobile{
  }
  .lines-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #footer {
    right: 10px;
    margin-bottom: 10px;
  }
  .social-icons {
    right: 0;
    top: 0;
    margin-top: 20px;
  }
#header {
    width: 100%;
}
  #header nav {
    margin: 10px 0;
  }
#header nav li {
    display: inline-block;
    position: relative;
    top: 0;
    width: 140px;
    margin: 12px 0;
}
#header nav li p.name {
    margin-bottom: 0;
    margin-top: 0px;
}
.mbYTP_wrapper{
  display: none;
}
#player-nav{
  display: none;
}
.ytmobile{
  display: block;
}
#main::before {
    display: none;
}
.formsearch{
  padding: 20px 20px 0 20px;
}
  #header nav li .notification {
    top: -5px;
    right: -5px;
  }
  #header nav li a.icon {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
  #countdown_dashboard .dash-glob .dash .digit {
    font-size: 7em;
    font-weight: 100;
  }
  #countdown_dashboard .dash-glob .dash sup {
    color: #F8F8F8;
    display: block;
  }
  .contact-method {
    margin-bottom: 20px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  }
  a.text-light:hover, a.text-light:focus {
    background-color: #93CEF0;
    color: #000 !important;
  }
  .dropdown-item:hover, .dropdown-item:focus {
    background-color: #93CEF0;
    color: #000 !important;
  }
  a:not([href]):not([tabindex]) {
    color: #fff;
  }
  .navbar-toggler {
    position: absolute;
    right: 0;
    top: 20px;
  }
  .logo {
    width: 100%;
    max-width: 260px;
    margin: 0 10px 10px 10px;
    float: left;
    /*padding: 10px 20px 0 20px;*/
    -webkit-filter: drop-shadow(0px 0px 2px #fff);
    filter: drop-shadow(0px 0px 2px #fff);
  }
  .video-container video {
    position: fixed;
    display: block;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(50%);
  }
  .col-lg-2 {
    width: 50%;
  }
  .navright {
    position: initial !important;
    left: 0px;
    margin: 0px;
    padding: 0px;
    top: 94px;
    float: left;
    min-width: 100%;
    background: #444;
    z-index: 99;
    border: 0;
    box-shadow: none;
  }
 .navbar-nav{
    float: left;
    left: 0px;
    width: 100%;
    margin: 0;
  }
  .nav-link{
    float: left;
    position: relative;
  }
  .nav-item, .nav-item:hover {
    border-bottom: 1px solid #555;
  }
  .dropdown-menus{
    border: 0 !important;
  }
  .navbar-nav .open .dropdown-menu{
    padding-bottom: 0 !important;
  }
  div.dropdown-menu-right{
    padding-left: 15px;
  }
  .dropdown-menu-right a {
    color: #fff;
    padding: 10px 20px;
    position: relative;
    z-index: 9999;
  }
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: 
    transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
  span.menu-texts{
  }
  .dropdown-menus .sub-menu {
    left: 100%;
    top: 0;
    visibility: visible;
    display: block;
    background-color: #555 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-left: 0px;
    left: 0 !important;
    margin-left: 20px !important;
}
.dropdown-menus:hover .sub-menu {
  display: block;
  visibility: visible;
  position: relative;
   min-width: 100%;
   background: #646464;
   float: left;
   left: 20px;
   border-radius: 4px;
   padding-top: 5px;
   padding-bottom: 10px;
}
}
@media (min-width: 991px) {
  .logo {
  width: 100%;
  max-width: 260px;
  float: left;
  -webkit-filter: drop-shadow(0px 0px 2px #fff);
  filter: drop-shadow(0px 0px 2px #fff);
}
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown-menus  .sub-menu {
  left: 100%;
  top: -5px;
  display: none;}
.dropdown-menus:hover  .sub-menu {
  display: block;
  position: absolute;
   min-width: 100%;
   background: #fff;
   padding-top: 5px;
   padding-bottom: 5px;
}
}
.icon-bar {
  width: 30px;
  height: 4px;
  background-color: #fff;
  display: block;
  transition: all 0.2s;
  margin-top: 6px;
  border-radius: 25%;
}
.nav-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.dropdown-menu {
    font-size: 15px;
    border-radius: 0;
}
.dropdown-item {
padding: 6px 12px;
}
.dropdown-item:hover, .dropdown-item:focus {
background-color: #93CEF0;
}
.navbar-toggler {
    position: absolute;
    right: 0;
    top: 20px;
}
.divinfo {
width: 100%;
padding: 10px 0 20px 0;
max-width: 700px;
text-align: center;
display: inline-block;
}
.divinfoa, .divinfoa:hover, .divinfoa:focus, .divinfoa:active {
background: #FFE7A5;
width: calc(100% - 30px);
display: inline-block;
padding: 0;
border-radius: 5px;
border: 1px solid #FFDE8B;
font-size: 16px;
font-weight: 600;
color: #FE5419;
}
.divinfo img {
height: 40px;
vertical-align: bottom;
margin: 5px 0;
margin-right: 10px;
}
.divinfo span {
vertical-align: top;
margin-top: 16px;
display: inline-block;
}