@charset "utf-8";
/* CSS Document */

/*
  reset
  layout
  borders
  navigation
  link underline
  logo
  logo animation
  loader
  slides
  skills
  countdown
  social icons
  contact form
  newsletter form
  center container
  film grain
  weather
  snow
  particles
  clouds
  owlCarousel
  photos
  flexSlider
  kenburnsy
  YouTube video containment
  HTML5 video containment
  hide elements on page load
  core owlCarousel
  core magnificPopup
  core FlexSlider
  team
  social icons team
  media queries
*/

/* reset */
html,
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,
body {
  height: 100%;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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;
}

*:focus {
  outline: none;
}

/* remove dotted outline from links, button and input element */
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}

/* layout */
body {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #000;
  background: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  color: #db0018;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

p a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

p a:hover {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

::-moz-selection {
  background: #555;
  color: #fff; /* Firefox */
}
::selection {
  background: #555;
  color: #fff; /* Safari */
}

.upper-page {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: none;
}

.upper-content {
  margin: 0 auto;
  padding: 0;
}

.lower-page {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

.lower-content {
  margin: 0 auto;
  padding: 138px 0 38px 0;
}

.lower-content p {
  padding: 10px;
  color: #000;
  text-align: center;
}

.sections {
  position: relative;
  text-align: center;
  z-index: 10;
}

#about,
#services,
#photos,
#contact {
  display: none;
  background: #fff;
}

#intro-wrapper {
  margin: 0 auto;
  width: 100%;
}

#intro-wrapper-2 {
  margin: 0 auto;
  width: 100%;
}

#intro-wrapper-3 {
  margin: 0 auto;
  width: 100%;
}

.unveil-1,
.unveil-2 {
  position: relative;
  margin: -76px auto -23px auto;
}

.unveil-3 {
  position: relative;
  margin: -33px auto 88px auto;
}

/* intro title */
.title-intro {
  font-family: "Oswald", sans-serif;
  font-size: 160px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  text-shadow: 1px 1px 2px #000;
  position: relative;
  display: block;
}

.description-intro {
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  letter-spacing: normal;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #000;
  margin: 5px auto;
  padding: 2px 0 0 0;
  border: 1px solid #fff;
  width: 25%;
  height: 30px;
  /*
-webkit-box-shadow: 0 0 5px 5px #fff;
   -moz-box-shadow: 0 0 5px 5px #fff;
        box-shadow: 0 0 5px 5px #fff;
*/
}

.top-intro {
  height: 110px;
  overflow: hidden;
}

.bottom-intro {
  height: 110px;
  overflow: hidden;
}

.top-intro .title-intro {
  margin: 43px auto 0 auto;
}

.bottom-intro .title-intro {
  margin: -97px auto 0 auto;
}

h3 {
  font-family: "Dosis", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #000;
  position: relative;
}

h4 {
  font-family: "Oswald", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #000;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}

h5 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #db0018;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}

h6 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #000;
  margin: 52px auto 38px auto;
  text-align: center;
  text-transform: uppercase;
}

.divider {
  margin: 20px auto 40px auto;
}

.divider-last {
  margin: 20px auto -19px auto;
}

.decoration {
  position: relative;
  /* margin: 62px auto 61px auto; */
  margin: 62px auto 121px auto;
  text-align: center;
}

.decoration-left {
  width: 6%;
  height: 1px;
  background: #000;
  margin: 0 119px 10px 0;
  position: relative;
  display: inline-block;
}

.decoration-right {
  width: 6%;
  height: 1px;
  background: #000;
  margin: 0 0 10px 119px;
  position: relative;
  display: inline-block;
}

.decoration-effect {
  position: absolute;
  font-family: "Dosis", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  letter-spacing: 1px;
  background: #000;
  width: 200px;
  height: 60px;
  padding: 17px 0 0 0;
  margin-left: -100px;
  left: 50%;
  top: -25px;
  z-index: 0;
}

.decoration-effect a,
.decoration-effect a:hover {
  color: #fff;
  text-decoration: none;
}

.effect-bubba::before,
.effect-bubba::after {
  width: 180px;
  height: 39px;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: "";
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.effect-bubba::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}

.effect-bubba::after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}

.effect-bubba:hover::before,
.effect-bubba:hover::after {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.quote {
  margin: 0 auto;
}

.quote p {
  font-family: "Dosis", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.quote-mark-l {
  color: #000;
  padding: 0 10px 0 0;
}

.quote-mark-r {
  color: #000;
  padding: 0 0 0 10px;
}

.awesome {
  color: #000;
  margin: 20px auto;
  text-align: center;
  display: block;
}

/* borders */
.borders {
  position: absolute;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  height: -webkit-calc(100% - 40px);
  height: -moz-calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 10px solid rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.borders,
.borders:after,
.borders:before {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  height: -webkit-calc(100% - 40px);
  height: -moz-calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* navigation */
#navigation-icon {
  position: absolute;
  background: none;
  right: 50px;
  top: 0;
  width: 55px;
  height: 40px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  z-index: 1002;
}

#navigation-icon span {
  position: absolute;
  display: block;
  background: #db0018;
  width: 100%;
  height: 5px;
  left: 0;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#navigation-icon span:nth-child(1) {
  top: 0;
}

#navigation-icon span:nth-child(2) {
  top: 15px;
}

#navigation-icon span:nth-child(3) {
  top: 30px;
}

#navigation-icon.open span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#navigation-icon.open span:nth-child(2) {
  left: -65px;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#navigation-icon.open span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

nav {
  position: fixed;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  height: -webkit-calc(100% - 40px);
  height: -moz-calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: #000;
  visibility: hidden;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 1001;
}

nav.show {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  height: -webkit-calc(100% - 40px);
  height: -moz-calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  visibility: visible;
  opacity: 0.95;
  -moz-opacity: 0.95;
  -webkit-opacity: 0.95;
  filter: alpha(opacity=95);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

nav a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

nav a:hover {
  color: #fff;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

nav a:link,
nav a:visited,
nav a:active {
  color: #fff;
}

.main-nav li {
  margin: 0 0 14px 0;
}

.main-nav a {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}

.main-nav a.active {
  color: #db0018;
}

/* link underline */
.link-underline > a {
  position: relative;
  text-decoration: none;
}

.link-underline > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.link-underline > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

/* logo */
#CityLogo {
  position: absolute;
  display: block;
  width: 110px;
  height: 110px;
  left: 39px;
  top: 0;
  cursor: pointer;
  overflow: hidden;
  /* z-index: 1; */
  z-index: 2;
}

/* .CityLogoAdjust {
  padding-left: 9px;
  padding-top: 9px;
} */

/* logo animation */
.CityLogoAnimation {
  position: absolute;
  top: -22px;
  bottom: 0;
  left: 0;
  right: 0;
}

.CityLogoAnimation::before,
.CityLogoAnimation::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.CityLogoAnimation {
  width: 80px;
  height: 80px;
  margin: auto;
  background: rgba(0, 0, 0, 0.4);
  /* background: url('../img/city-logo.png') no-repeat 50%/70% rgba(0,0,0, .2); */
  color: #fff;
  /*
-webkit-box-shadow: inset 0 0 0 1px rgba(225,225,225, .5);
   -moz-box-shadow: inset 0 0 0 1px rgba(225,225,225, .5);
	    box-shadow: inset 0 0 0 1px rgba(225,225,225, .5);
*/
}

.CityLogoAnimation::before,
.CityLogoAnimation::after {
  content: "";
  margin: -5%;
  -webkit-box-shadow: inset 0 0 0 1px;
  -moz-box-shadow: inset 0 0 0 1px;
  box-shadow: inset 0 0 0 1px;
  -webkit-animation: clipMe 8s linear infinite;
  animation: clipMe 8s linear infinite;
  z-index: -1;
}

.CityLogoAnimation::before {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}

.CityLogoAnimation:hover::after,
.CityLogoAnimation:hover::before {
}

@keyframes clipMe {
  0%,
  100% {
    clip: rect(0px, 88px, 2px, 0px);
  }
  25% {
    clip: rect(0px, 2px, 88px, 0px);
  }
  50% {
    clip: rect(86px, 88px, 88px, 0px);
  }
  75% {
    clip: rect(0px, 88px, 88px, 86px);
  }
}

/* loader */
#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  padding: 90px;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#loader .loaderStatic {
  width: 0;
  height: 100%;
  display: block;
  background: #000;
}

#loader .loaderDynamic {
  width: 100%;
  height: 100%;
  display: block;
  background: #db0018;
}

#loaderText {
  position: absolute;
  display: block;
  width: 100%;
  padding: 50px;
  top: 50%;
  margin-top: -85px;
  left: 0;
  text-align: center;
}

#loaderText .loaderTitle {
  font-family: "Dosis", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  max-width: 400px;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

#loaderText .loaderSubTitle {
  position: relative;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 15px auto;
  text-align: center;
  text-transform: uppercase;
}

/* slides */
.slide {
  position: fixed;
  display: block;
  background: none;
  width: 100%;
  height: 100%;
  left: 100%;
  visibility: inherit;
}

.slideBgImg {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 100;
  -moz-opacity: 100;
  -webkit-opacity: 100;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slideBgImg-video {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 100;
  -moz-opacity: 100;
  -webkit-opacity: 100;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slideBgImg-backstretch {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 100;
  -moz-opacity: 100;
  -webkit-opacity: 100;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slide-video {
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  overflow: hidden;
  background-image: url(../img/banner-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.slide-kenburnsy {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: none;
}

.slide-backstretch {
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  overflow: hidden;

  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.slide1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    url(../img/banner-image-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.slide2 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/banner-image-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.slide3 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/banner-image-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.slide .homeSlide {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@-webkit-keyframes CityOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes CityOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }

  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes CityOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }

  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes CityIn {
  0,
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes CityIn {
  0,
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes CityIn {
  0,
  25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

#slidePositionIndicator {
  position: fixed;
  display: block;
  width: 100%;
  height: 10px;
  text-align: center;
  bottom: 47px;
  z-index: 200;
}

.positionIndicator {
  position: relative;
  display: inline-block;
  width: 45px;
  height: auto;
  margin: 0 5px;
  padding: 5px 0;
  vertical-align: top;
  cursor: pointer;
}

.positionIndicatorLine {
  display: block;
  width: 45px;
  height: 2px;
  background: #fff;
  opacity: 0.2;
}

.active .positionIndicatorLine {
  opacity: 100;
  -moz-opacity: 100;
  -webkit-opacity: 100;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* skills */
.contentOT {
  font-family: "Dosis", sans-serif;
  font-size: 17px;
  line-height: 1;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 40px 10px 0 10px;
  float: left;
  left: 0;
}

.colOT {
  position: relative;
  width: 100%;
  float: left;
  left: 0;
}

#skills {
  list-style: none;
}

#skills li {
  background: #fdfdfd;
  height: 3px;
  margin: 0 0 50px 0;
}

#skills li.last {
  background: #fdfdfd;
  height: 3px;
  margin: 0;
}

#skills li .skills-description {
  position: relative;
  top: -25px;
}

.expand {
  position: absolute;
  height: 3px;
  margin: 0;
  background: #db0018;
}

.html5 {
  width: 70%;
  -webkit-animation: html5 2s ease-out;
  -moz-animation: html5 2s ease-out;
  -ms-animation: html52s ease-out;
  -o-animation: html5 2s ease-out;
  animation: html5 2s ease-out;
}

.css3 {
  width: 90%;
  -webkit-animation: css3 2s ease-out;
  -moz-animation: css3 2s ease-out;
  -ms-animation: css3 2s ease-out;
  -o-animation: css3 2s ease-out;
  animation: css3 2s ease-out;
}

.jquery {
  width: 50%;
  -webkit-animation: jquery 2s ease-out;
  -moz-animation: jquery 2s ease-out;
  -ms-animation: jquery 2s ease-out;
  -o-animation: jquery 2s ease-out;
  animation: jquery 2s ease-out;
}

.photoshop {
  width: 30%;
  -webkit-animation: photoshop 2s ease-out;
  -moz-animation: photoshop 2s ease-out;
  -ms-animation: photoshop 2s ease-out;
  -o-animation: photoshop 2s ease-out;
  animation: photoshop 2s ease-out;
}

.dreamweaver {
  width: 100%;
  -webkit-animation: dreamweaver 2s ease-out;
  -moz-animation: dreamweaver 2s ease-out;
  -ms-animation: dreamweaver 2s ease-out;
  -o-animation: dreamweaver 2s ease-out;
  animation: dreamweaver 2s ease-out;
}

@-moz-keyframes html5 {
  0% {
    width: 0px;
  }
  100% {
    width: 70%;
  }
}
@-moz-keyframes css3 {
  0% {
    width: 0px;
  }
  100% {
    width: 90%;
  }
}
@-moz-keyframes jquery {
  0% {
    width: 0px;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes photoshop {
  0% {
    width: 0px;
  }
  100% {
    width: 30%;
  }
}
@-moz-keyframes dreamweaver {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes html5 {
  0% {
    width: 0px;
  }
  100% {
    width: 70%;
  }
}
@-webkit-keyframes css3 {
  0% {
    width: 0px;
  }
  100% {
    width: 90%;
  }
}
@-webkit-keyframes jquery {
  0% {
    width: 0px;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes photoshop {
  0% {
    width: 0px;
  }
  100% {
    width: 30%;
  }
}
@-webkit-keyframes dreamweaver {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

/* countdown */
#countdown {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.digit-time {
  font-family: "Oswald", sans-serif;
  font-size: 160px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  text-shadow: 1px 1px 2px #000;
  position: relative;
  display: block;
}

.description-time {
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  letter-spacing: normal;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #000;
  margin: 5px auto;
  padding: 2px 0 0 0;
  border: 1px solid #fff;
  width: 80%;
  height: 30px;
}

.digit-top {
  height: 110px;
  overflow: hidden;
}

.digit-bottom {
  height: 110px;
  overflow: hidden;
}

.digit-top .digit-time {
  margin: 43px auto 0 auto;
}

.digit-bottom .digit-time {
  margin: -97px auto 0 auto;
}

.seconds .digit-time {
  color: #db0018;
}

/* social icons */
.social-icons-wrapper {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.social-icons-wrapper ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.social-icons-wrapper ul li {
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 0 5px;
}

ul.social-icons {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.04em;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  text-shadow: 1px 1px 2px #000;
  position: relative;
}

ul.social-icons a {
  padding: 0;
  color: #fff;
  text-decoration: none;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

ul.social-icons a:hover {
  padding: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.3;
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/* contact form */
#contact-form {
  width: 100%;
  margin: 3px 0 0 0;
  text-align: center;
}

form {
  margin: 0;
  padding: 0;
}

input {
  position: relative;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #000;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 5px 5px;
  background: none;
  margin: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

#form input {
  margin: 10px 0 10px 0;
}

textarea {
  position: relative;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #000;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 5px 5px;
  background: none;
  margin: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

#form textarea {
  margin: 10px 0 10px 0;
}

input:hover,
textarea:hover {
  border-color: rgba(0, 0, 0, 0.5);
}

#form input:focus,
#form textarea:focus {
  -webkit-animation: glow 900ms ease-out infinite alternate;
  -moz-animation: glow 900ms ease-out infinite alternate;
  -ms-animation: glow 900ms ease-out infinite alternate;
  -o-animation: glow 900ms ease-out infinite alternate;
  animation: glow 900ms ease-out infinite alternate;
}

.success {
  font-family: "Dosis", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  letter-spacing: normal;
  color: #000;
  margin: 0 auto;
  padding: 20px 0 0 0;
  line-height: 1;
}

#form .error {
  position: absolute;
  font-size: 10px;
  text-transform: uppercase;
  text-align: left;
  color: #000;
  display: block;
  margin: -8px 0 0 1px;
  padding: 0;
}

@-webkit-keyframes glow {
  0% {
    border-color: #db0018;
    /* box-shadow: 0 0 5px rgba(0,0,0, .2), inset 0 0 5px rgba(0,0,0, .1); */
  }
  100% {
    border-color: #db0018;
    /* box-shadow: 0 0 20px rgba(0,0,0, .6), inset 0 0 10px rgba(0,0,0, .4); */
  }
}
@-moz-keyframes glow {
  0% {
    border-color: #db0018;
    /* box-shadow: 0 0 5px rgba(0,0,0, .2), inset 0 0 5px rgba(0,0,0, .1); */
  }
  100% {
    border-color: #db0018;
    /* box-shadow: 0 0 20px rgba(0,0,0, .6), inset 0 0 10px rgba(0,0,0, .4); */
  }
}
@-o-keyframes glow {
  0% {
    border-color: #db0018;
    /* box-shadow: 0 0 5px rgba(0,0,0, .2), inset 0 0 5px rgba(0,0,0, .1); */
  }
  100% {
    border-color: #db0018;
    /* box-shadow: 0 0 20px rgba(0,0,0, .6), inset 0 0 10px rgba(0,0,0, .4); */
  }
}
@-ms-keyframes glow {
  0% {
    border-color: #db0018;
    /* box-shadow: 0 0 5px rgba(0,0,0, .2), inset 0 0 5px rgba(0,0,0, .1); */
  }
  100% {
    border-color: #db0018;
    /* box-shadow: 0 0 20px rgba(0,0,0, .6), inset 0 0 10px rgba(0,0,0, .4); */
  }
}
@keyframes glow {
  0% {
    border-color: #db0018;
    /* box-shadow: 0 0 5px rgba(0,0,0, .2), inset 0 0 5px rgba(0,0,0, .1); */
  }
  100% {
    border-color: #db0018;
    /* box-shadow: 0 0 20px rgba(0,0,0, .6), inset 0 0 10px rgba(0,0,0, .4); */
  }
}

::-webkit-input-placeholder {
  font-style: italic;
  color: #000;
}

::-moz-placeholder {
  font-style: italic;
  color: #000;
}

:-ms-input-placeholder {
  font-style: italic;
  color: #000;
}

input:-moz-placeholder {
  font-style: italic;
  color: #000;
}

.submit-button {
  position: relative;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  letter-spacing: normal;
  color: #fff;
  display: inline-block;
  outline: none;
  margin: 34px auto 16px auto;
  width: 225px;
  padding: 1px 0 0 0;
  height: 45px;
  border: none;
  background: #000;
  overflow: hidden;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.submit-button::before {
  position: absolute;
  content: "";
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  right: -100%;
  bottom: 0%;
  width: 200%;
  height: 200%;
  background: #db0018;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: skewX(-60deg);
  -moz-transform: skewX(-60deg);
  -ms-transform: skewX(-60deg);
  -o-transform: skewX(-60deg);
  transform: skewX(-60deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

.submit-button::before {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.submit-button:hover {
  color: #fff;
  background: #000;
}

.submit-button:hover::before {
  bottom: -100%;
  right: -200%;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* newsletter form */
#subscribe-wrapper {
  margin: 0 auto;
  background: none;
  width: 225px;
  height: 70px;
  position: relative;
}

#newsletter {
  width: auto;
  height: 55px;
  padding: 1px 0 0 0;
}

.newsletter {
  position: relative;
  clear: both;
  width: auto;
  border: none;
  background: none;
  margin: -5px 0 0 0;
  padding: 0;
  overflow: hidden;
}

#subscribe .mail {
  display: none;
  visibility: hidden;
}

#subscribe input#subscribeemail {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #fff;
  width: 225px;
  height: 28px;
  margin: 0;
  padding: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #fff;
}

#subscribe input {
  background: none;
}

#subscribe input:focus,
#subscribe textarea:focus {
  color: #fff;
  background: none;
}

.submit-button-2 {
  position: relative;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  color: #fff;
  letter-spacing: normal;
  display: inline-block;
  outline: none;
  margin: 10px auto;
  width: 225px;
  padding: 1px 0 0 0;
  height: 45px;
  border: none;
  background: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.submit-button-2::before {
  position: absolute;
  content: "";
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  right: -100%;
  bottom: 0%;
  width: 200%;
  height: 200%;
  background: #db0018;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: skewX(-60deg);
  -moz-transform: skewX(-60deg);
  -ms-transform: skewX(-60deg);
  -o-transform: skewX(-60deg);
  transform: skewX(-60deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

.submit-button-2::before {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.submit-button-2:hover {
  color: #fff;
  background: #000;
}

.submit-button-2:hover::before {
  bottom: -100%;
  right: -200%;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.subscribesuccess {
  font-family: "Dosis", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  letter-spacing: normal;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  margin: 0 auto;
  padding: 20px 0 0 0;
  line-height: 1;
}

#subscribe .subscribeerror {
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  display: block;
  margin: -4px auto 0 auto;
  padding: 0;
  letter-spacing: 1px;
}

/* center container */
.center-container-home {
  position: absolute;
  display: table;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.center-block-home {
  display: table-cell;
  vertical-align: middle;
}

.center-container {
  position: absolute;
  display: table;
  /* display: block; */
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
}

.center-block {
  display: table-cell;
  /* display: block; */
  vertical-align: middle;
}

/* film grain */
.film-grain {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: url(../img/film-grain.gif) repeat top left;
  z-index: 1;
}

/* weather */
/* main element */
.weather {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

/* pseudo elements: positioning and setup */
.weather:before,
.weather:after {
  content: "";
  position: absolute;
  left: -60%;
  top: -60%;
  right: -60%;
  bottom: -60%;
  pointer-events: none;
  background: transparent repeat;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: weather;
  animation-name: weather;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: 1;
}

.weather:after {
  -webkit-animation-name: weather2;
  animation-name: weather2;
}

/* rain */
.weather.rain:before,
.weather.rain:after {
  background: url(../img/rain.png) left top;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.weather.rain:after {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

/* animation keyframes */
@-webkit-keyframes weather {
  from {
    background-position: 0 0px;
  }
  to {
    background-position: 0 1024px;
  }
}
@keyframes weather {
  from {
    background-position: 0 0px;
  }
  to {
    background-position: 0 1024px;
  }
}
@-webkit-keyframes weather2 {
  from {
    background-position: 64px 64px;
  }
  to {
    background-position: 64px 1088px;
  }
}
@keyframes weather2 {
  from {
    background-position: 64px 64px;
  }
  to {
    background-position: 64px 1088px;
  }
}

/* snow */
#snow {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1;
}

/* particles */
#particles-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  z-index: 2;
}

#particles-js {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: none;
}

@media only screen and (max-width: 640px) {
  #particles-holder,
  #particles-js {
    display: none;
    visibility: hidden;
  }
}

/* clouds */
.clouds {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: none;
  top: 0;
  z-index: 1;
}

.cloud-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 300%;
  height: 100%;
  background-image: url(../img/cloud-1.png);
  background-repeat: repeat-x;
  -webkit-animation: cloud-1 50s linear infinite;
  -moz-animation: cloud-1 50s linear infinite;
  -ms-animation: cloud-1 50s linear infinite;
  -o-animation: cloud-1 50s linear infinite;
  animation: cloud-1 50s linear infinite;
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0, 0, 0);
  -o-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.cloud-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 300%;
  height: 100%;
  background-image: url(../img/cloud-2.png);
  background-repeat: repeat-x;
  -webkit-animation: cloud-2 90s linear infinite;
  -moz-animation: cloud-2 90s linear infinite;
  -ms-animation: cloud-2 90s linear infinite;
  -o-animation: cloud-2 90s linear infinite;
  animation: cloud-2 90s linear infinite;
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0, 0, 0);
  -o-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.cloud-3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 300%;
  height: 100%;
  background-image: url(../img/cloud-3.png);
  background-repeat: repeat-x;
  -webkit-animation: cloud-3 70s linear infinite;
  -moz-animation: cloud-3 70s linear infinite;
  -ms-animation: cloud-3 70s linear infinite;
  -o-animation: cloud-3 70s linear infinite;
  animation: cloud-3 70s linear infinite;
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0, 0, 0);
  -o-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

@-webkit-keyframes cloud-1 {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@-moz-keyframes cloud-1 {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@keyframes cloud-1 {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@-webkit-keyframes cloud-2 {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@-moz-keyframes cloud-2 {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@keyframes cloud-2 {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@-webkit-keyframes cloud-3 {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@-moz-keyframes cloud-3 {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@keyframes cloud-3 {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

/* owlCarousel */
.owl-carousel {
  overflow: hidden;
}

.owl-buttons {
  position: static;
}

.owl-prev,
.owl-next {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -50px;
  width: 105px;
  height: 105px;
  line-height: 105px;
  font-size: 30px;
  text-align: center;
  color: #000;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 6;
}

.owl-prev {
  left: -50px;
}

.owl-next {
  right: -50px;
}

.owl-prev:before,
.owl-next:before {
  content: "";
  display: block;
  width: 66%;
  height: 66%;
  position: absolute;
  left: 0;
  top: 17px;
  background: none;
  /*
-webkit-border-radius: 2px;
   -moz-border-radius: 2px;
        border-radius: 2px;
-webkit-box-shadow: 1px 1px 0px rgba(0,0,0, .1);
   -moz-box-shadow: 1px 1px 0px rgba(0,0,0, .1);
        box-shadow: 1px 1px 0px rgba(0,0,0, .1); 
-webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
        transform: rotate(45deg);
*/
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.owl-next:before {
  left: auto;
  right: 0;
}

.owl-prev .fa,
.owl-next .fa {
  position: relative;
}

.owl-prev:hover,
.owl-next:hover {
  -webkit-transition: 0 none !important;
  -moz-transition: 0 none !important;
  -ms-transition: 0 none !important;
  -o-transition: 0 none !important;
  transition: 0 none !important;
}

.owl-prev:hover:before,
.owl-next:hover:before {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.owl-prev:active:before,
.owl-next:active:before {
  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.owl-carousel:hover .owl-prev {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  left: -35px;
}

.owl-carousel:hover .owl-next {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  right: -35px;
}

.owl-pagination {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 20px;
  left: 0;

  text-align: center;
}

.owl-page {
  position: relative;
  display: inline-block;
  padding: 6px 4px;
}

.owl-page span {
  width: 15px;
  height: 2px;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  /*
-webkit-border-radius: 4px;
   -moz-border-radius: 4px;
        border-radius: 4px;
*/
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  z-index: 1000 !important;
}

.owl-page:hover span {
  background: rgba(0, 0, 0, 1);
}

.owl-page.active span {
  background: #db0018;
  -webkit-transform: scale(1.3333333);
  -moz-transform: scale(1.3333333);
  -ms-transform: scale(1.3333333);
  -o-transform: scale(1.3333333);
  transform: scale(1.3333333);
}

.services-gallery {
  margin: 3px 0 9px 0;
}

.services-gallery img {
  max-width: 100%;
  height: auto;
}

/* photos */
.photos-section .photos-container {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  margin: 3px auto 10px auto;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.photos-container .photo-gallery {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.photos-container .photo-gallery.portrait {
  height: 465px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%); /* Webkit browsers */
  filter: gray; /* IE 6 - 9 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}

.photos-container .photo-gallery.portrait:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
}

.photos-container .photo-gallery.landscape {
  height: 230px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%); /* Webkit browsers */
  filter: gray; /* IE 6 - 9 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}

.photos-container .photo-gallery.landscape:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
}

.photo-gallery .photo-container {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.photo-gallery .photo-container::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.photo-gallery .photo-container::before {
  content: "";
}

.photo-gallery .photo-container img {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.photo-gallery .button-container {
  position: absolute;
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  z-index: 2;
}

.photo-gallery .button-zoom {
  display: inline-block;
  font-size: 32px;
  line-height: 50px;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  z-index: 2;
}

.photo-gallery .button-zoom::before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.photo-gallery .button-zoom:hover {
  color: inherit;
}

.photo-gallery:hover .button-zoom {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.button-square {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  font-size: 25px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.button-square::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-shadow: inset 0 0 0 25px #fff;
  -moz-box-shadow: inset 0 0 0 25px #fff;
  -ms-box-shadow: inset 0 0 0 25px #fff;
  -o-box-shadow: inset 0 0 0 25px #fff;
  box-shadow: inset 0 0 0 25px #fff;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  z-index: -1;
}

.button-square:hover::before {
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  -moz-box-shadow: inset 0 0 0 2px #fff;
  -ms-box-shadow: inset 0 0 0 2px #fff;
  -o-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.photo-gallery .photo-container::before {
  background: none;
}

.photo-gallery .button-zoom {
  color: #000;
}

.photo-gallery .button-zoom:hover {
  color: #fff;
}

.photo-gallery:hover .photo-container::before {
  background: rgba(0, 0, 0, 0.3);
}

.button-square,
.button-square::before,
.photo-gallery .photo-container::before,
.photo-gallery .photo-container img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.centering-y {
  position: absolute;
  top: 50%;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* flexSlider */
div.flexslider {
  background: none;
  border: none;
}

/* kenburnsy */
.kenburnsy {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.kenburnsy.fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.kenburnsy img {
  display: none;
}

.kenburnsy .slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

#kenburnsy-bg {
  overflow: hidden;
}

/* YouTube video containment */
#videoContainment {
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  overflow: hidden;
}

/* HTML5 video containment */
#video-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

/* hide elements on page load */
#CityLogo {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#navigation-icon {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#navigation-icon-mobile {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.slide-video {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.slide-backstretch {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.slide-kenburnsy {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.positionIndicator {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#snow {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* core owlCarousel */
/* Core Owl Carousel CSS File v1.3.3 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  position: relative;
  display: none;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -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;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(../img/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-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);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

/* core magnificPopup */
/* Magnific Popup CSS */
.mfp-bg,
.mfp-wrap {
  left: 0;
  top: 0;
  position: fixed;
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
  width: 100%;
  height: 100%;
}
.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container,
img.mfp-img {
  -webkit-box-sizing: border-box;
  -moz-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-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder {
  cursor: crosshair;
}
.mfp-close,
.mfp-zoom {
  cursor: pointer;
}
.mfp-zoom {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -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-close,
.mfp-close-btn-in .mfp-close {
  color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 60px !important;
  height: 60px !important;
  display: block;
  position: absolute;
  right: -60px;
  top: 40px;
  text-decoration: none;
  text-align: center !important;
  padding: 0;
  font-style: normal;
  font-size: 24px;
  font-weight: 300;
  background: #000;
  line-height: 54px;
}
button.mfp-close {
  background: #000;
  line-height: 10px;
  opacity: 0.8;
}
.mfp-close:hover {
  opacity: 1;
}
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-arrow,
.mfp-counter {
  background: #000;
  opacity: 0.5;
  bottom: 4px;
  width: 60px;
  height: 60px;
  text-align: center;
}
.mfp-arrow:before,
.mfp-counter {
  position: absolute;
  display: block;
  color: #fff;
}
.mfp-counter {
  right: 60px;
  font-size: 12px;
  line-height: 60px;
  white-space: nowrap;
  left: 60px;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-arrow {
  position: absolute;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:before {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  margin-left: -1px;
  margin-top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mfp-arrow-left {
  left: 0;
  top: -64px;
  position: absolute;
}
.mfp-arrow-left::before {
  content: "\f104";
}
.mfp-arrow-right {
  left: 120px;
  top: -64px;
  position: absolute;
}
.mfp-arrow-right::before {
  content: "\f105";
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%;
}
.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;
}
.mfp-figure:after,
img.mfp-img {
  display: block;
  width: auto;
  height: auto;
}
img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  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;
  padding-right: 36px;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .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;
  }
}
.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;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.9;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
@media all and (max-width: 1199px) {
  .mfp-close {
    right: 0;
    top: 40px;
  }
}

/* core FlexSlider */
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 120px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: "\f002";
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: "\f003";
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* team */
#team .tiles {
  position: relative;
}

.team-item {
  padding: 0 0 29px 0;
}

.team-item p {
  color: #fff;
}

#team .tiles .team-item {
  width: auto;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

#team .tiles .team-item p {
  line-height: 20px;
  padding: 0 15px;
}

#team .tiles .team-item .tile {
  position: relative;
  width: 280px;
  height: 200px;
  margin: 0 auto 10px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  background: none;
  border: 1px solid #000;
}

#team .tiles .team-item .tile img {
  width: 280px;
  height: 200px;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

#team .tiles .team-item .tile .information {
  position: relative;
  font-family: "Dosis", sans-serif;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin: 57px auto 0 auto;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 999;
}

#team .tiles .team-item .tile .symbol {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 36%;
  left: 25%;
  margin: -50px 0 0 -50px;
}

#team .tiles .team-item .tile:hover {
  background: #000;
  border: 1px solid #fff;
}

#team .tiles .team-item .tile:hover .symbol {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#team .tiles .team-item .tile:hover .information {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* social icons team */
.social-icons-information-wrapper {
  position: relative;
  margin: 13px auto 0 auto;
}

.social-icons-information-wrapper ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.social-icons-information-wrapper ul li {
  display: inline;
  margin: 0 auto;
  padding: 0;
}

ul.social-icons-information {
  font-size: 15px;
  margin: 0;
  padding: 0;
}

ul.social-icons-information a {
  padding: 0 5px 0 0;
  color: #fff;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

ul.social-icons-information a:hover {
  padding: 0 5px 0 0;
  color: #fff;
  opacity: 0.3;
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/* media queries */
/* 880px */
@media only screen and (max-width: 880px) {
  /* intro title */
 
  /* skills */
  .contentOT {
    padding: 40px 10px 68px 10px;
  }

  /* contact form */
  #contact-form {
    margin: 73px 0 0 0;
  }

  /* clouds */
  .clouds {
    height: 200%;
    top: -250px;
  }

  .cloud-1 {
    width: 400%;
    -webkit-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
    -moz-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
    -ms-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
    -o-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
    transform: scale(0.5, 0.5) translate3d(0, 0, 0);
  }

  .cloud-2 {
    width: 400%;
    -webkit-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
    -moz-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
    -ms-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
    -o-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
    transform: scale(0.5, 0.5) translate3d(0, 0, 0);
  }

  .cloud-3 {
    width: 400%;
    -webkit-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
    -moz-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
    -ms-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
    -o-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
    transform: scale(0.5, 0.5) translate3d(0, 0, 0);
  }

  /* owlCarousel */
  .services-gallery {
    margin: 54px 0 8px 0;
  }

  /* photos */
  .photos-section .photos-container {
    margin: 13px auto 10px auto;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  /* team */
  .team-item {
    padding: 67px 0 0 0;
  }

  .team-item-last {
    margin-bottom: 29px;
  }
}

/* 640px */
@media only screen and (max-width: 640px) {
  /* layout */
  .lower-content {
    padding: 190px 0 300px 0;
  }

  .unveil-1,
  .unveil-2 {
    margin: -79px auto -96px auto;
  }

  .unveil-3 {
    margin: -36px auto 24px auto;
  }

  /* intro title */
  .title-intro {
    font-size: 57px;
  }

  .description-intro {
    display: none;
    visibility: hidden;
  }

  h4 {
    font-size: 57px;
  }



  .decoration {
    margin: 42px auto 71px auto;
  }

  .decoration-left {
    width: 3%;
  }

  .decoration-right {
    width: 3%;
  }

  .quote p {
    padding-top: 10px;
  }

  /* borders */
  .borders {
    display: none;
    visibility: hidden;
  }

  /* navigation */
  #navigation-icon {
    display: none;
    visibility: hidden;
  }

  #navigation-icon-mobile {
    position: absolute;
    background: none;
    right: 20px;
    top: 0;
    width: 55px;
    height: 40px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    z-index: 1002;
  }

  #navigation-icon-mobile span {
    position: absolute;
    display: block;
    background: #db0018;
    width: 100%;
    height: 5px;
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #navigation-icon-mobile span:nth-child(1) {
    top: 0;
  }

  #navigation-icon-mobile span:nth-child(2) {
    top: 15px;
  }

  #navigation-icon-mobile span:nth-child(3) {
    top: 30px;
  }

  #navigation-icon-mobile.open span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #navigation-icon-mobile.open span:nth-child(2) {
    left: -65px;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  #navigation-icon-mobile.open span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  nav {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  nav.show {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .main-nav li {
    /* margin: 0 0 14px 0; */
    margin: 0 0 8px 0;
  }

  .main-nav a {
    /* font-size: 30px; */
    font-size: 22px;
  }

  /* logo */
  #CityLogo {
    display: none;
    visibility: hidden;
  }

  /* loader */
  #loaderText {
    display: none;
    visibility: hidden;
  }

  /* skills */
  .contentOT {
    padding: 40px 10px 68px 10px;
  }

  /* countdown */
  #countdown {
    width: 80%;
  }

  .digit-time {
    font-size: 57px;
  }

  .description-time {
    font-size: 12px;
    margin: 3px auto;
    padding: 0;
    height: 19px;
  }

  .digit-top {
    height: 67px;
  }

  .digit-bottom {
    height: 67px;
  }

  .digit-top .digit-time {
    margin: 43px auto 0 auto;
  }

  .digit-bottom .digit-time {
    margin: -34px auto 0 auto;
  }

  .minutes,
  .seconds {
    margin-top: -79px;
  }

  /* social icons */
  ul.social-icons {
    font-size: 20px;
    /* width: 80%; */
  }

  /* contact form */
  .success {
    padding: 20px 0 14px 0;
  }

  /* center container */
  .center-container {
    position: relative;
    display: block;
  }

  .center-block {
    display: block;
  }

  /* clouds */
  .clouds {
    height: 200%;
    top: -250px;
  }

  .cloud-1 {
    width: 400%;
    -webkit-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
    -moz-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
    -ms-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
    -o-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
    transform: scale(0.5, 0.5) translate3d(0, 0, 0);
  }

  .cloud-2 {
    width: 400%;
    -webkit-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
    -moz-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
    -ms-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
    -o-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
    transform: scale(0.5, 0.5) translate3d(0, 0, 0);
  }

  .cloud-3 {
    width: 400%;
    -webkit-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
    -moz-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
    -ms-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
    -o-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
    transform: scale(0.5, 0.5) translate3d(0, 0, 0);
  }

  /* owlCarousel */
  .services-gallery {
    margin: 54px 0 8px 0;
  }

  /* photos */
  .photos-section .photos-container {
    margin: 13px auto 10px auto;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  /* team */
  .team-item {
    padding: 67px 0 0 0;
  }

  .team-item-last {
    margin-bottom: 43px;
  }
}

/* landscape */
@media only screen and (max-width: 640px) and (orientation: landscape) {
  /* slides */
  #slidePositionIndicator {
    display: none;
    visibility: hidden;
  }

  /* clouds */
  .clouds {
    height: 300%;
  }
}

/* 480px */
@media only screen and (max-width: 480px) {
}
input[type="radio"]:checked + label:before {
  border-color: #000; /* Change the color of the selected circle */
  background-color: #000;
}

/* Create the inner dot when checked */
input[type="radio"]:checked + label:after {
  background-color: white;
}
