
body {
    background: #111111;
    padding: 0;
    margin: 0;
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: rgba(255,255,255,.8);
}
a:hover,
a:focus {
  color: #fff;
}

header {
    background: transparent;
    height: auto;
    overflow-x: hidden;
    margin-top: 80px;
    margin-bottom: -15px;
}
.video-responsive {
    padding-bottom: 56.25%;
    position: relative;
    width: 103%;
}
.canvas,
.video {
    left: 0;
    position: absolute;
    top: 0;
    width: 107.6%;
    z-index: 5;
    margin-left: -15px;
}
@media (min-width: 768px) {
    header {
        min-height: 0;
        margin-top: 0;
    }
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none !important;
}

.navbar-brand {
  font-size: 30px;
  width: 285px;
  font-family: 'Pacifico', cursive !important;
  text-transform: none !important;
  margin-bottom: 25px;
}

@media (max-width: 360px) {
    .navbar-brand {
      width: 200px;
      font-size: 24px;
    }
}

.navbar-default .navbar-header .navbar-brand {
    color: rgba(255,255,255,.8);
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #fff;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #fff;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #fff !important;
  background-color: transparent;
}

.navbar-brand span {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.5em;
}

.navbar-brand span:before {
  content:"\a";
  white-space: pre;
}

.navbar-default {
    padding-top: 0;
    letter-spacing: 0;
}

.navbar-default.affix {
    background-color: #03B5AA;
    border: rgba(34,34,34,.1);
}

.navbar-default .nav>li>a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus {
    color: rgba(255,255,255,.8);
    outline: none;
}

.bg-primary {
    background: #121212;
}

section {
    padding: 80px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding-top: 15px;
    padding-bottom: 0;
}

.bg-dark {
    background: #444;
}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3) {
}

/* Portrait */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
    .no-padding {
        padding-top: 5px;
    }
}

/* Landscape */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
    .no-padding {
        padding-top: 0;
    }
}

.navbar-fixed-top {
    min-height: 80px;
}

.dropdown-menu {
    border: none !important;
    margin-top: 25px;
    margin-bottom: -25px;
}

.affix-top {
    padding-bottom: 0;
}

.navbar-default .navbar-header .navbar-toggle {
    border: none;
    background: transparent;
    color: rgba(255,255,255,.8);
}

@media (min-width: 768px) {
  .navbar-default.affix .navbar-header .navbar-brand {
    color: rgba(255,255,255,.8);
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #fff;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: rgba(255,255,255,.8);
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #fff;
  }
}

.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(19, 19, 19, 0.75);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: initial;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-form {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.video-property {
    display: inline-block;
    text-align: left;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1vw;
    padding: 1vw;
    width: 20vw;
}

.video-value {
    display: inline-block;
    text-align: left;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1vw;
    padding: 0.8vw;
    width: 20vw;
}

.video-value input[type="text"] {
    background: rgba(0,57,57,0.7);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    color: #fff;
    width: 20vw;
    padding: 1vw;
}

.video-value button {
    padding: 1vw;
    font-size: 1vw;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (min-width: 1200px) {
    .video-property {
        display: inline-block;
        text-align: left;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
        font-size: 0.8vw;
        padding: 0 0.5vw 0.5vw 0.5vw;
        width: 15vw;
    }

    .video-value {
        display: inline-block;
        text-align: left;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
        font-size: 0.8vw;
        width: 15vw;
        padding: 0 0.5vw 0.5vw 0.5vw;
    }

    .video-value input[type="text"] {
        background: rgba(0,57,57,0.7);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: none;
        color: #fff;
        width: 15vw;
        padding: 0.8vw;
    }

    .video-value button {
        padding: 0.5vw;
        font-size: 0.8vw;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 0.8vw;
    }
}

@media (max-width: 768px) {
    .video-property {
        display: inline-block;
        text-align: left;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
        font-size: 2.5vw;
        padding: 0 2vw 2vw 2vw;
        width: 40vw;
    }

    .video-value {
        display: inline-block;
        text-align: left;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
        font-size: 2.5vw;
        width: 40vw;
        padding: 0 2vw 2vw 2vw;
    }

    .video-value input[type="text"] {
        background: rgba(0,57,57,0.7);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: none;
        color: #fff;
        width: 40vw;
        padding: 1vw;
    }

    .video-value button {
        padding: 2vw;
        font-size: 2vw;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 2.5vw;
    }
}

section.contact ul.list-social li a {
    margin-top: 15px;
}

section.contact ul.list-social li.social-instagram a {
  background-color: #a04db6;
}
section.contact ul.list-social li.social-instagram a:hover {
  background-color: #7e41a6;
}
section.contact ul.list-social li.social-vimeo a {
  background-color: #17aee1;
}
section.contact ul.list-social li.social-vimeo a:hover {
  background-color: #159bc9;
}

#flickr {
    height: 100%;
    width: 100%;
}

#photo {
    margin-bottom: -80px;
    min-height: 110%;
}

#about-menu {
    cursor: default;
}

#contact-menu {
    cursor: default;
}

.button {
    padding: 15px 45px;
    font-size: 11px;
    border: none;
    background-color: #111111;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.button:hover, .button:focus, .button:active, .button:visited {
    background-color: #333333;
    color: white;
}

#about {
    margin-top: 80px;
}

.about-table {
    display: table;
    width: 100%;
}

.eugeneparechyn {
    display: table-cell;
    width: 40%;
    vertical-align: top;
}

.about-text {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    padding: 50px;
    color: white;
    font-family: 'Open Sans', sans-serif;
    background-color: #525252;
}

.about-text p {
    font-size: 1.5em;
    padding: 0;
    margin: 0 0 20px 0;
    color: #ddd;
}

.about-text p strong {
    color: #fff;
    font-weight: normal;
}

@media (max-width: 1340px) {
    .about-text {
        padding: 30px;
    }
    .about-text p {
        font-size: 1.2em;
        margin: 0 0 7px 0;
    }
}

@media (max-width: 1050px) {
    .about-text p {
        font-size: 1em;
        margin: 0 0 5px 0;
    }
}

@media (max-width: 890px) {
    .about-text {
        padding: 20px;
    }
    .about-text p {
        font-size: 0.9em;
        margin: 0 0 5px 0;
    }
}

@media (max-width: 751px) {
    #about {
        margin-top: 0;
    }
    .eugeneparechyn {
        width: 100%;
        display: block;
        float: left;
    }
    .about-text {
        width: 100%;
        padding: 30px;
        display: block;
        float: left;
    }
    .about-text p {
        font-size: 1.2em;
        margin: 0 0 7px 0;
    }
}

/********** Contact Form **********/

.form-group {
    text-align: left;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
}

.floating-label-form-group input, .floating-label-form-group textarea, .floating-label-form-group select,
 {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 1.3em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #b3b3b3;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #a6ce39;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #b3b3b3;
}

label {
    font-weight: normal;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .help-block, .has-error .radio,
.has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label,
.has-error.radio-inline label {
    color: #a6ce39;
}

.has-error .control-label {
    color: #777;
}

.has-error .form-control {
    border-color: #a6ce39;
}

section.success {
    color: #fff;
    background: #a6ce39;
}

section.success a, section.success a:hover, section.success a:focus, section.success a:active, section.success a.active {
    outline: 0;
    color: #1082cf;
}

.alert-custom {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border: none;
    border-radius: 5px;
    color: #ffffff!important;
    font-size: 14px;
    display: block;
    background: #a6ce39;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

a.text-danger:hover, a.text-danger:focus {
    color: #1082cf;
}

.has-error .form-control:focus {
    border-color: #1082cf;
    -webkit-box-shadow: none;
}

.alert-danger .alert-link {
    color: #1082cf;
}

.btn-custom {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    -o-transition: .1s;
    -ms-transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    transition: .5s;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    background: #a6ce39;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    margin: 15px 0 30px 0;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active  {
    background: #b3ce69;
    text-decoration: none;
    color: #ffffff;

}

#inline {
    background: transparent;
    color: white;
    font-size: 2.5em;
    box-shadow: none;
    border: none;
}

.lity-content {
    background: transparent;
}


.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: none !important;
    text-align: center;
    outline: none !important;
    outline-color: transparent !important;
    border: none;
}

.contact-wrapper {
    position: relative;
    width: 100%;
}

.contact-form {
    display: block;
    position: absolute;
    z-index: 10;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 500px;
    height: 515px;
}

.messages {
    margin-top: 15px;
}

.contact-form-wrapper {
    background: rgba(0,57,57,0.7);
    padding: 15px;
}

.contact-form .form-column {
    display: block;
    float: left;
    width: 100%;
}

.contact-form input[type=submit] {
    padding: 10px 15px;
    font-size: 1.2em;
    background: #407d4a;
}

.contact-form .form-group {
    margin-bottom: 0;
    padding: 5px 0 0 0;
}

.help-block.with-errors  {
    color: #82cdc7;
    font-weight: 600;
    margin-bottom: -12px !important;
    padding-top: 35px !important;
}

form {
    margin-top: 15px;
}

form > div:first-child {
    padding-right: 0;
}
form > div:last-child {
    padding-left: 0;
}

::-webkit-input-placeholder { /* Chrome */
  color: #82cdc7 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #82cdc7 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #82cdc7 !important;
  opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #82cdc7 !important;
  opacity: 1 !important;
}

.contact-form input, .contact-form textarea {
    background-color: #049A8F;
    color: white !important;
    display: block;
    padding: 5px 10px;
    border: none;
    font-size: 1em;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    resize: none;
}

.contact-form label {
    color: white;
}

.contact-form h1 {
    margin: -15px -15px 0 -15px;
    padding: 15px;
    text-align: center;
    display: block;
    color: white;
    font-weight: 600;
    background-color: #049A8F;
}

.no-padding-at-all {
    padding: 0 0 0 0 !important;
}

@media (min-width: 992px) and (max-width: 1300px) {
    .contact-form {
        width: 800px;
        height: 307px;
    }
}

@media (min-width: 757px) and (max-width: 1300px) {
    .contact-form .form-column {
        width: 50%;
    }
    form > div:first-child {
        padding-right: 15px;
    }
    form > div:last-child {
        padding-left: 8px;
    }
}

@media (max-width: 992px) {
    .contact-form {
        position: static;
        z-index: 1;
        margin: unset;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 15px;
        background: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        width: unset;
        height: unset;
    }
    .contact-form h1 {
        margin: 0 -15px 0 -15px;
        padding: 15px;
        text-align: center;
        display: block;
        color: white;
        font-weight: 600;
        background-color: #049A8F;
    }
    .contact-form-wrapper {
        background: transparent;
        padding: 0;
    }
    .help-block.with-errors  {
        color: #2e6eb9;
    }
}


