/*
Theme Name: Arctic
Theme URI: http://umbrella.al
Description: Arctic - Minimal Portfolio Theme
Author: Umbrella
Version: 2.9.6
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Tags: arctic, repsonsive, clean
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky, .bypostauthor, .gallery-caption { font-size: 11px; }

/* =WordPress Core
-------------------------------------------------------------- */

.portfolio-badge {
    z-index: 9999;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 150px;
    height: 150px;
}

@media screen and (min-width:768px) {
    .portfolio-badge {
        right: 16px;
        bottom: 95px;
    }
}

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

@media (max-width: 1024px) {
    .slides-navigation {
        left: auto !important;
    }
}

.mobile-language-menu {
    position: absolute;
    z-index: 101;
    top: 20px;
    right: 60px;
    height: 31px;
    line-height: 31px;
}

.mobile-language-menu li {
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
}

.mobile-language-menu a {
    color: #a98c40;
}

@media screen and (min-width:1024px) {
    .mobile-language-menu {
        display: none;
    }
}

/* ****************************************************************************
 * CUSTOM CSS
 ***************************************************************************  */

.hero {
  display: table;
  width: 100vw;
  height: 100vh;
  background: url(assets/img/frontpage.jpg) no-repeat center;
  background-size: cover;
}

.hero__wrapper{
  position: relative;
  z-index: 9;
  display: table-cell;
  vertical-align: middle;
}

.hero__container{
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}


.hero h1 img {
    width: 100%;
    max-width: 200px;
}

.hero a {
    display: block;
    margin-bottom: 0.5em;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hero .playvideo {
    margin-top: 15%;
    margin-bottom: 15%;
}

.hero .playvideo img {
    max-width: 120px;
}

.videoplayer {
    display: none;
    /*display: table;*/
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.videoplayer button {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    /*margin-top: -192px;*/
    margin-left: -24px;
    line-height: 24px;
    text-align: center;
    color: #000;
    background: #fff;
    border: 0 none;
    box-shadow: none;
    border-radius: 50% 0 50% 50%;
    font-size: 16px;
}

.videoplayer button:before {
    content: "x";
}

.videoplayer__container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.videoplayer iframe {
/*    max-width: 640px;
    max-height: 360px;
*/
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.logo {
  cursor: pointer;
}

.logo path {
  fill: #fff;
}

.logo:hover path {
  fill: rgb(169, 140, 64);
}

h1,
h5,
h5 a {
  color: #a98c40 !important;
}



.nicescroll-rails div {
  background-color: #a98c40 !important;
}

body.page-template-template-home-php .logo_responsive_out {
  display: none;
}

div.custom_markup img {
  width: 250px !important;
}

.slides-navigation {
  margin-left: -50px !important;
}

@media screen and (max-width: 960px) {
    .project_vid_back_top {
        left: 50px !important;
        right: auto !important;
    }

    .slides-navigation_bottom_with_back.slides-navigation {
        /*margin-left: -88px !important;*/
        left: auto !important;
        margin-left: 0 !important;
    }
}

.qtrans_language_chooser {
  float: right;
}

.qtrans_language_chooser li {
  float: left;
  line-height: 71px;
}

.qtrans_language_chooser li a {
  float: left;
  padding: 0 30px;
  border-top: solid 4px transparent;
  color: #909090;
  text-transform: uppercase;
  outline: none;
  text-decoration: none;
  border-right: solid 1px #353535;
  background: #2a2a2a;
}

.qtrans_language_chooser li:first-child a {
  border-left: solid 1px #353535;
}

.qtrans_language_chooser li a:hover,
.qtrans_language_chooser li.active a {
  border-top: solid 4px #a98c40;
}

.qtrans_language_chooser li:last-of-type a:hover {
    border-top: solid 4px #EC1C24;
}

.main_nav .main_menu li:hover a,
.qtrans_language_chooser li:hover a,
.main_nav .main_menu li.current-menu-item a,
.qtrans_language_chooser li.active a {
  color: #a98c40;
}

.qtrans_language_chooser li:last-of-type a:hover path {
    fill: #fff;
}

.qtrans_language_chooser li:last-of-type a:hover path.icon {
    fill: #EC1C24;
}

.capture {
  position: absolute;
  z-index: 10;
  top: 50%;
  top: calc(50% - 35px);
  width: 100%;
  height: auto;
  padding-top: 0;
  text-align: center;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}

.with-scroll-animation {
  position: relative;
}

.scroll-animation {
  position: absolute;
  top: 71px;
  right: 0;
  opacity: .5;
}

.responsive_menu {
  background-color: #2a2a2a;
}

.responsive_menu a:hover {
    color: #a98c40;
}

.bubblingG {
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
}

body.page-template-template-home-php .slides-navigation {
    display: none;
}

.inverted .fadeInLeft { float: right; }
.inverted .fadeInRight { float: left; }


