/* ============================
   Base styles
   ============================ */

* { 
    margin: 0; padding: 0; 
}

body {
    background-color: #191919;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/* ============================
   Helper classes
   ============================ */

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, 
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ============================
   Browser Upgrade Prompt
   ============================ */

.browserupgrade {
    margin: 0.2em 0;
    padding: 0.2em 0;
    background: #ccc;
    color: #000;
}

/* ============================
   Custom styles
   ============================ */

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

body {
    overflow-x: hidden !important;
  }

/* ============================
   Cookie banner styles
   ============================ */

#cookie-law { 
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: absolute;
    z-index: 9999;
    }

#cookie-law p {
    padding: 10px;
    font-size: 0.7em;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: 0;
    }

#cookie-law a {
    text-decoration: underline;
}
 
#cookie-law i {
    font-size: 1.4em;
    padding-left: 30px;
}

/* ========== Navigation ========== */

#navigation {
    position: fixed;
    z-index: 5;
    width: 195px;
    left: 10%;
}

.logo {
    height: 200px;
    width: 165px;
    background: #fff;
    list-style: none;
    text-align: center;
    position: relative;
}

.logo a, .logo p {
    text-decoration: none;
    text-transform: uppercase;
    color: #191919;
}

.lang {
    list-style: none;
    font-size: 1em;
    font-weight: 400;
}

.lang li {
    display: inline-block;
    margin-top: 15px;
}

.lang li span {
    margin-left: 4px;
}

.bsaup {
    font-family: 'Khand', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px 0px;
    font-size: 3.6em;
    font-weight: 500;
    margin-top: 60px;
}

p.logo-description {
    font-size: 0.7em;
    font-weight: 400;
    text-transform: none !important;
    margin-top: -15px;
}

#dropdown {
    height: 40px;
    width: 165px;
    margin-top: 20px;
    background: #fff;
    font-size: 1.8em;
    color: #000;
    text-align: center;
}

#dropdown i:hover {
    color: #999;
}

#dropdown-btn { 
    cursor: pointer; 
}

#menu {
    height: 220px;
    width: 165px;
    background: #fff;
    font-size: 1em;
    font-weight: 500;
    color: #000;
    text-align: left;
    margin-top: 20px;
    display: none;
}

#menu .menu-list li {
    margin: 5px 10px;
}

#menu ul li {
    list-style: none;
}

#menu a {
    display: block;
    background: #fff;
    width: 150px;
    height: 35px;
    padding: 20px 0px 0px 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

#menu a:hover {
    color: #999;
}

/* ========== Footer ========== */

#footer-index {
    position: fixed;
    left: 10%;
    bottom: 10px;
}

/* Socials Links */

.socials {
    font-size: 1.3em;
    color: #fff;
    text-align: center;
}

.socials ul li {
    list-style: none;
    display: inline-block;
}

.socials i {
    padding: 0 5px;
}

.socials i:hover {
    color: #ccc;
}

/* Legal texts */

ul.legaltext{
    list-style: none;
    text-align: center;
}
.legaltext li a {
    font-size: 0.8em;
}
.legaltext li :hover {
    text-decoration: underline;
}

/* Copyright & Developer Info */

.copyright p, .developer p {
    color: #fff;
    font-size: 0.7em;
    font-weight: 300;
    text-align: center;
    padding-top: 5px;
}

.copyright span.acronym {
    text-transform: uppercase;
}

.copyright a:link, .developer a:link {
    text-decoration: none;
}

.copyright span:hover, .developer a:hover {
    color: #ccc;
}

/* ========== Slider ========== */

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Slider Fade Transition */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* Slider Controls */

.carousel-indicators, .carousel-control {
    display: none;
}

/* ========== Main Page Content ========== */

#page-content {
    padding: 20px 0px; 
}

#page-content h1 {
    font-size: 1.125em;
    text-align: right;
    text-transform: uppercase;
}

/* ========== News Page ========== */

.news-date {
    font-size: 0.875em;
    font-weight: 300;
    margin-top: 50px;
}

.news-title {
    font-size: 1em;
    text-transform: uppercase;
    padding: 10px 0px;
}

.news-decription {
    font-size: 0.875em;
    text-align: justify;
    padding: 10px 0px;
}

.more-info-btn {
    width: 190px;
    height: 40px;
    background: #fff;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 9px 0;
    margin: 10px 0px;
}

.more-info-btn a {
    color: #000;
    text-decoration: none;
}

.more-info-btn a:hover {
    color: #999;
}

.news-img img {
    width: 100%;
}

/* ========== Studio Page ========== */

.studio-img img {
    width: 100%;
}

.person-name {
    font-size: 0.875em;
    text-transform: uppercase;
    font-weight: 500;
    margin: 40px 0px;
}

.person-info {
    font-size: 0.875em;
    font-weight: 300;
    text-align: justify;
}

/****** Projects Page *******/

.portfolioFilter {
    margin: 20px 0px;
}

.portfolioFilter a {
    color: #fff;
    font-size: 0.875em;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    padding-right: 5px;
}

.portfolioFilter span {
    font-size: 0.875em;
    padding: 7px;
}

.portfolioFilter a:hover {
    color: #ccc;
}

.projects-item {
    margin-bottom: 30px;
}

.projects-item img {
    width: 100%;
}

.projects-item:hover img {
    -webkit-filter: opacity(50%);
    filter: opacity(50%);
}

.projects-item .projects-info {
    position: absolute;
    height: 105%;
    width: 90%;
}

.projects-item a {
    opacity: 0;
}

.projects-item:hover a {
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    position: absolute;
    top: -50%;
    width: 100%;
}

/******  Blog Page  *******/

.blog-date {
    font-size: 0.875em;
    font-weight: 300;
    margin-top: 50px;
}

.blog-title {
    font-size: 1em;
    text-transform: uppercase;
    padding: 10px 0px;
}

.blog-decription {
    font-size: 0.875em;
    padding: 10px 0px;
    text-align: justify;
}

.blog-img img {
    width: 100%;
    padding: 10px 0px;
}

.blog-article {
    font-size: 0.875em;
    text-align: justify;
    margin: 20px 0px;
}

.blog-article-photo-info, .blog-note {
    font-size: 0.875em;
    color: #ccc;
}

/******  Contact Page  *******/

.contacts {
    display: block;
    padding: 0 0 10% 0;
}

.contacts a {
    color: #fff;
    font-size: 1em;
    line-height: 2em;
    text-decoration: none;
    padding: 5% 0 5% 0;
}

.email {
    font-size: 1.04em;
    padding-bottom: 10px;
}

.phones a {
    display: block;
    padding: 0;
}

/* Contact Form  */

#contact-form {
    position: relative;
    clear: both;
}

#contact-form input[type=text],#contact-form input[type=email], #ajax-contact-form textarea {
    width: 100%;
    background: #191919;
    border: 0px;
    border-bottom: 1px solid #fff;
    font-size: 0.875em;
    text-align: left;
    vertical-align: middle;
}

#contact-form input[type=text]:focus,#contact-form input[type=email]:focus, #ajax-contact-form textarea:focus {
    background: #191919;
    color: #fff;
    border: 0px;
    border-bottom: 1px solid #fff;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    transition: background 0.25s ease-in;
    -moz-transition: background 0.25s ease-in;
    -webkit-transition: background 0.25s ease-in;
}

#contact-form input[type=text],#contact-form input[type=email] {
    height: 40px;
    margin-bottom:30px;
}

#contact-form input[type=submit] {
    color: #fff;
    background: rgba(255, 255, 255, .4);
    width: 185px;
    height: 40px;
    text-shadow: none;
    font-size: 0.875em;
    padding: 0.5em;
    letter-spacing: 0.05em;
    margin: 0 0 20px 0;
    display: block;
    border: 0;
    text-transform: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#contact-form input[type=submit]:hover, #contact-form input[type=submit]:active {
    background: #e4e4e4 !important;
}

#contact-form textarea {
    padding-top: 0.5em;
    margin-bottom: 1.5em;
}

div.cform-response-output {
    max-width: 60%;
    text-align: center;
    margin-left: 40% !important;
    margin-top: 0.5em !important;
    padding: 0.5em !important;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.cform-not-valid-tip {
    color: #888;
    border: 1px dotted #ad3729 !important;
    width: 100% !important;
    left: 0 !important;
    padding: 0.5em !important;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.form-control {
    border-radius: 0px;
    border: 10px solid #fff;
    margin: 0px;
    color: #fff;
}

.form-group {
    margin: 0px;
}

label {
    color: #fff;
}

.button-black {
    width: 190px;
    height: 40px;
    background-color: #fff;
    border-radius: 0px;
    font-size: 1em;
    font-weight: 500;
    color: #000;
    padding: 5px 33px;
    margin-top: 40px;
 }

.button-black:hover {
    background-color: #ccc;
}

.lt-formulario{
    font-size: 0.75em;
    margin-top: 2em;
    text-align: justify;
}

.linktext{
    text-decoration: underline;
}
.lt-formulario a{
    text-decoration: underline;
}

/* Contact form message styles */

.notification_ok, .notification_error {
    font-size: 1em;
}

/******  Project Page  *******/

/* Preloader */

#preloader {
    position: fixed;
    top: 0; left: 0;
    right: 0; bottom: 0;
    background: #191919;
    z-index: 100;
}

#loader {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%; top: 50%;
    background: url(../img/ring.gif) no-repeat center 0;
    margin: -50px 0 0 -50px;
}

/* Slides */

.slidesjs-navigation {
    font-size: 1.250em;
    color: #fff;
    text-decoration: none;
    margin: 20px 20px;
}

.slidesjs-navigation:hover {
    text-decoration: none;
}


.slidesjs-navigation a:hover {
    color: #ccc;
    text-decoration: none;
}

/* Project Description */

.project-name {
    font-size: 1em;
    text-transform: uppercase;
}

.project-info {
    font-size: 0.875em;
    text-align: justify;
    margin: 20px 0px;
}

/* Share Buttons */

.share-btns {
    text-decoration: none;
    font-size: 0.875em;
    font-weight: 300;
    color: #fff;
}

.ya-share2__container_size_m .ya-share2__item {
    margin-right: 4px !important;
}

.ya-share2__icon {
    background: #191919;
}

/* More Projects Button */

.more-projects-btn {
    text-align: right;
    margin: 20px 0px;
}

.more-projects-btn a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 500;
    color: #fff;
}

.more-projects-btn a:hover {
    color: #ccc;
}